* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "intro_liptonblack";
  src: url("../fonts/introlipton-black-webfont.woff2") format("woff2"),
    url("../fonts/introlipton-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "intro_liptonbold";
  src: url("../fonts/introlipton-bold-webfont.woff2") format("woff2"),
    url("../fonts/introlipton-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "intro_liptonregular";
  src: url("../fonts/introlipton-regular-webfont.woff2") format("woff2"),
    url("../fonts/introlipton-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "intro_liptonsemibold";
  src: url("../fonts/introlipton-semibold-webfont.woff2") format("woff2"),
    url("../fonts/introlipton-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e7e7e7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}

button {
  cursor: pointer;

  border: none;
}

html,
body {
  background-color: #59bae0;
}

body {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
  width: 800px;
  margin: 0 auto;
}

.footer-container{
  max-width: 1440px;
  width:  100%;
}

.header-wrp {
  background: burlywood;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-bar {
  position: relative;
  z-index: 2;
}

.menu-btn {
  position: fixed;
  background: transparent;

  right: 40px;
  top: 37px;
}

.side-bar-wrp {
  position: fixed;
  right: 0;
  top: 0;
  width: 392px;
  height: 100vh;
  font-family: "intro_liptonbold";
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  background: #1e3384;
  box-shadow: -5px 0px 25px rgba(0, 0, 0, 0.239026);
  z-index: 10;
  overflow: auto;
  transition: all 0.35s;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
}
.header.active .side-bar-wrp {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 10;
}
.header.active .sidebar-overlay {
  display: block;
}
.header .oval-blue {
  display: none;
}
.bottle-small {
  display: block;
  margin: 0px auto;
}
.side-box {
  border-bottom: 1px solid #ffe300;
  margin: 0 auto;
  width: 287px;
}
.side-box a {
  text-transform: uppercase;
}
.side-box:last-child {
  border-bottom: none;
}

.need-help-btn {
  font-family: "intro_liptonblack";
  font-weight: 750;
  font-size: 18px;
  line-height: 22px;
  color: #1e3384;
  margin: 0 auto;
  padding: 13px 46px;
  background: #ffe300;
}

.side-bar,
.need-help-wrap {
  padding-top: 20px;
  z-index: 1;
  position: relative;
  background-color: #1e3384;
}
.side-bar {
  flex: 1;
}

.cross-btn {
  background: none;

  padding: 39px 36px 0 0;
}

.btn-cross-wrap {
  display: flex;
  justify-content: flex-end;
}

.banner-wrp {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* top: 200px; */
}

.banner,
.error_page,
.rules,
.form-wrp {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 37px);
  overflow: hidden;
  position: relative;
}

.banner,
.form-wrp {
  background-image: url(../images/desktop-bg-new.jpg);
}

.title-img {
  max-width: 656px;
  position: relative;
}
.title-headline {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 9;
}
@media (max-width: 767px) {
  .title-headline {
    top: 0px;
  }
}
.man-img-wrp {
  position: absolute;
  bottom: -4px;
  left: 50%;
  z-index: 1;
  margin: 0 0 0 240px;
}
.man-img {
  width: 450px;
}

.logos {
  margin-top: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
}
.logos img {
  max-width: 160px;
}
.leaves {
  position: absolute;
  z-index: 1;
  top: -36px;
  right: 59px;
}

.leaves-img {
  width: 194px;
}
.orange_1 {
  position: absolute;

  left: 213px;
  top: -31px;
}
.orange_1 img {
  width: 200px;
}

.orange_2 {
  position: fixed;
  z-index: 1;

  top: 304px;
  right: -50px;
}
.orange_2 img {
  width: 200px;
}

.enter-win-btn {
  z-index: 1;
  margin-top: 0;
  position: absolute;
  bottom: 125px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.banner-txt {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bottle-img-wrp {
  left: -100px;
  z-index: 1;
  position: absolute;
  bottom: -10px;
}
.bottle-img {
  /* width: calc(100% - 356px); */
  max-width: 190px;
}
.bottle-shadow-wrp {
  mix-blend-mode: multiply;
}
.bottle-shadow {
  transform: translate(35px, 0px) scale(1.15);
}

.enter-win {
  padding: 13px 80px;
  display: block;
}

.enter-win img {
  width: auto;
  padding-top:6px;
  max-width: 80px;
}

/* footer */
.footer {
  background: #2b3889;
  position: relative;
}

.footer-wrp {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}

.footer-box {
  display: flex;
  justify-content: center;
  border-right: 1px solid #ffe102;

  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}

.footer-content {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer-box:last-child {
  border-right: none;
}

/* form-sumbmit css */

.yellow-cir {
  width: 656px;
}

.form-title {
  font-family: "intro_liptonblack";
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #2b3889;
  margin: 20px 0 10px;
}

.form-caption {
  margin-top: 4px;
  font-size: 8px;
  line-height: 24px;
  color: #505d68;
}

.submission-form {
  border-radius: 24px;
  width: 436px;
  padding: 0px 36px 0px;
  box-sizing: border-box;
  min-height: 519px;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.error {
  font-size: 10px;
  color: #d64848;
}
.form-control.error {
  font-size: 10px;
  border-color: #d64848;
}
.submission-form
  .city-state-group
  .state-select-inner
  select.error
  ~ .select2
  .select2-selection__rendered {
  border-color: #d64848 !important;
}
.banner-wrp
  .submission-form
  .city-state-group
  .state-select-inner
  .valid
  + .select2
  .select2-selection__rendered {
  border-color: #c2d1d9 !important;
}

.submission-form form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.submission-form .form-group {
  width: 50%;
  padding: 0 7px;
  box-sizing: border-box;
  margin: 0 0 12px;
  position: relative;
}


.visit-btn .w-100 {
  width: 100%;
}


.form-group.w-100 {
  width: 100%;
}

.hidden-item {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  color: transparent;
}

.form-control,
.mapboxgl-ctrl-geocoder--input {
  font-family: "intro_liptonsemibold";
  font-weight: 650;
  font-size: 12px;
  line-height: 12px;
  color: #82939d;
  width: 100%;
  border: 1px solid #c2d1d9;
  border-radius: 2px;
  padding: 7px 10px;
  outline: 0;
  height: 32px;
}

.mapboxgl-ctrl-geocoder--input {
  padding-left: 30px;
}
.mapboxgl-ctrl-geocoder--input:focus {
  outline: none;
}
.mapboxgl-ctrl-geocoder--icon {
  top: 6px;
}

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
  width: 100%;
  max-width: 100%;
}

.submission-form .city-state-group {
  display: flex;
  margin: 0 0px 12px;
}

.submission-form .city-state-group .state-select {
  display: flex;
  width: 55%;
}
.submission-form .city-state-group .state-select .form-group {
  width: 50%;
}
.submission-form .city-state-group .state-select .select2-container {
  width: 100% !important;
}

.submission-form .city-state-group .state-select-inner {
  width: 100px;
  position: relative;
}

.form-group-full {
  width: 100%;
  margin: 0 6px 12px;
  position: relative;
}

.submission-form .city-state-group .form-group {
  margin-bottom: 0;
  width: 46%;
}

.banner-form {
  margin-top: 4px;
}

.calender-icon {
  top: 6px;
  position: absolute;
  right: 14px;
  width: 18px;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  pointer-events: none;
}
.form-control.error ~ .error {
  position: absolute;
  left: 10px;
  bottom: -10.5px;
  font-size: 9px;
}
.address .form-control.error ~ .error,
.email-address .form-control.error ~ .error {
  left: 4px;
}
.field-data-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.field-data {
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #d64848;
}

.submit-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#required_all {
  width: 100%;
  margin: 0;
}
.submit-btn button {
  width: 96%;
}

.terms-condition {
  width: 100%;
  margin: 0 6px;
}
#requiredfield_all {
  display: none;
  width: 100%;
  margin: 4px 5px 0;
}
.checkcontainer {
  display: flex;
  position: relative;
  padding-left: 0;
  cursor: pointer;
  text-align: left;
  font-size: 10px;
  /* line-height: 125%; */
  color: #505d68;
  align-items: center;
}

.checkcontainer a {
  color: #ec6e16;
  font-weight: 700;
}

.checkcontainer .checkmark:after {
  top: -2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  content: "";
  display: none;
  position: relative;
}

.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

.checkcontainer input:checked ~ .checkmark {
  background-color: #03467c;
  border-color: #054478;
}

.submission-form .terms-condition input {
  width: 0;
  height: 0;
  opacity: 0;
}
.official_rule {
  display: inline-block;
  margin: 3px 0px 0 5px;
}
.checkmark {
  height: 17px;
  width: 17px;
  min-width: 17px;
  background: #fff;
  border: 1px solid #c2d1d9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/****select2******/
.submission-form .selection .select2-selection--single {
  border: none;
  height: auto;
  background-color: transparent;
}
.submission-form
  .selection
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  border-radius: 0px 8px 8px 0px;
  width: 27px;
}
.select2-container .select2-search--dropdown {
  display: none;
}
.select2-results__option--selectable {
  cursor: pointer;
  background-color: #f1f1f1;
}
html
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgb(43 56 137);
  color: white;
}
.submission-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
}
.submission-form .city-state-group .select2-selection__arrow:after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin: 1px 0 0;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/down-arrow.svg");
  width: 10px;
  height: 6px;
  background-size: 10px;
  background-repeat: no-repeat;
}
.select2-container .select2-dropdown {
  border: 1px solid #ffe7c5;
  font-size: 14px;
}
.submission-form
  .city-state-group
  .state-select-inner
  .selection
  .select2-selection--single
  .select2-selection__rendered {
  font-family: "intro_liptonsemibold";
  font-weight: 650;
  font-size: 12px;
  line-height: 12px;
  color: #82939d;
  width: 100%;
  border: 1px solid #c2d1d9;
  border-radius: 2px;
  padding: 7.4px 10px;
  background-color: #fff;
  outline: 0;
  height: 32px;
  display: inline-flex;
  align-items: center;
}
.submission-form .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #82939d;
}

.submission-form .form-control:-ms-input-placeholder {
  color: #82939d;
}

.submission-form .form-control::placeholder {
  color: #82939d;
}

/* official rules  */
.rules {
  background-image: url(../images/only-bg.png);
}
section.rules .logos a {
  display: inline-block;
}
.rules .logos {
  position: inherit;
  margin: 30px 0 0;
  text-align: center;
  display: inline-flex;
  width: 100%;
  transform: inherit;
  justify-content: center;
  align-items: center;
}

.rules-heading {
  margin-top: 20px;
  text-align: center;
}

.rules-heading img {
  width: 600px;
}

.rules-desc {
  font-family: "Roboto";
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin: 70px 0 50px;
}

table.rules-desc td, table.rules-desc th {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-collapse: collapse;
}
table.rules-desc {
  width: 100%;
  text-align: left;
}

/* error page */

.error_page {
  background-image: url(../images/only-bg.png);
}
.error-menu-btn {
  display: none;
}
.error-wrp {
  text-align: center;
  margin: 170px 0 50px;
}

.oops-heading {
  margin-top: 20px;
}

.main-desc {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 22px;
}

.error-desc,
.sbt-desc {
  margin-top: 22px;
}

.oops-img {
  width: 520px;
}

.back-home {
  padding: 13px 90px;
  display: inline-block;
}

.back-home,
.enter-win {
  background: #2b3889;

  margin: 23px auto 0;
}

.back-home img {
  width: 300px;
}

.btn-primary {
  font-family: "intro_liptonbold";
  font-size: 30px;
  line-height: 37px;

  color: #ffffff;
  background: none;
  background: #2b3889;
  padding: 13px 20px;
  width: 100%;
  display: inline-block;
}

/* submit success page */

.visit-btn {
  margin: 23px auto 0;
}

.sbt-success {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 436px;
  transform: translate(-50%, -50%);
}

.sbt-heading {
  font-family: "intro_liptonblack";
  font-weight: 750;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #2b3889;

  width: 300px;
  margin: 0 auto;
}

.sbt-desc {
  color: #2b3889;
}
.logo-bottom {
  position: absolute;
  right: -15px;
  bottom: -15px;
  display: none;
}
.mobile_win_btn,
.mobile_image .mobile-img-man {
  display: none;
}
.header .logos {
  display: none;
}
.form_wrappers {
  display: flex;
  flex-wrap: wrap;
}
/*****retailer******/
.legal-residents {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 12px;
  z-index: 999;
}
.retailer-logo {
  display: inline-flex;
  align-items: center;
  top: -90px;
}
.logo-retailer img {
  max-width: 100px;
}
.logo-retailer {
  position: relative;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
}
.logo-small-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-retailer:not(:last-child):after {
  position: absolute;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: #fff;
  content: " ";
  top: 50%;
  transform: translateY(-50%);
}
.retailer-wrappers .submission-form {
  /* min-height: auto; */
}
.error_page .banner-wrp {
  min-height: calc(100vh - 37px);
}

@media (min-width: 1500px) {
  .footer-box {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .footer-box {
    font-size: 15px;
  }
}
@media (max-width: 1500px) {
  .title-img,
  .yellow-cir {
    max-width: 620px;
  }
  .retail-brand-img {
    max-width: 540px;
  }
  .retailer-wrappers .submission-form {
    top: 48%;
  }
  .bottle-img {
    max-width: 170px;
  }
  .bottle-img-wrp {
    bottom: 10px;
    left: -106px;
  }
  .man-img-wrp {
    margin: 0 0 0 220px;
  }
  .man-img {
    width: 380px;
  }
  .logos {
    margin-top: 10px;
  }
  .logos img {
    max-width: 125px;
  }
  .orange_1 img,
  .orange_2 img,
  .leaves-img {
    width: 160px;
  }
  .enter-win img {
    width: 160px;
  }
  .enter-win-btn {
    bottom: 115px;
  }
  .retailer-wrappers .enter-win-btn {
    bottom: 100px;
  }

  .retailer-logo img {
    max-width: 100px;
  }
}

@media (max-width: 1500px) and (max-height:  770px) {

  .logos {
    margin-top: 40px;
  }

  .title-img {
    margin-top: 18px;
  }

}

@media (max-width: 1450px) {
  .logos img {
    max-width: 115px;
  }
  /*.logos {
    margin-top: 29px;
  }*/
  .submission-form .form-group,
  .submission-form .city-state-group {
    margin: 0 0 10px;
  }
  .form-group-full {
    width: 100%;
    margin: 0 6px 10px;
    position: relative;
  }
  .logo-retailer img {
    max-width: 90px;
  }
  .retailer-logo {
    top: -78px;
    margin-top: 0;
  }
  section.form-wrp .form-title {
    font-size: 25px;
  }
  .retailer-wrappers .submission-form {
    top: 43%;
  }
}
@media (max-width: 1400px) {
  .submission-form .city-state-group .state-select {
    margin-right: 0;
  }
  .bottle-img-wrp {
    left: -120px;
    bottom: -10px;
  }
  .man-img-wrp {
    margin: 0 0 0 190px;
  }
  .yellow-cir {
    width: 490px;
  }
  .sbt-success {
    width: 350px;
  }
  section.form-wrp .form-title {
    font-size: 25px;
    margin: 75px 0 0;
  }
  .submission-form {
    width: 370px;
  }
  .submit-btn button {
    width: 95%;
    padding: 5px 13px;
  }
  .submit-btn button img {
    max-width: 90px;
  }
  /* .form_wrappers {
        max-height: 250px;
        overflow: hidden;
        overflow-y: auto;
    } */

  .back-home img {
    width: 230px;
  }
  .oops-img {
    width: 450px;
  }
  .btn-primary {
    font-size: 25px;
    padding: 10px 20px;
    width: 90%;
  }
  .form-control.error ~ .error {
    font-size: 7px;
  }

  .title-img, .yellow-cir {
    max-width: 570px;
  }
}


@media (max-width:  1024px) {


  .footer-container {
    width: 100%;
  }

}

@media (max-width: 991px) {
  .btn-primary {
    width: 100%;
  }
  .yellow-cir {
    width: 540px;
  }
  .retailer-wrappers .enter-win-btn {
    bottom: 120px;
  }
  .man-img-wrp {
    margin: 0 0 0 150px;
  }
  .form-control.error ~ .error {
    font-size: 8px;
  }
  .orange_2 {
    top: 190px;
  }
  .orange_1 {
    left: 100px;
  }
  .man-img {
    width: 300px;
  }
  .bottle-img {
    max-width: 140px;
  }
  .bottle-img-wrp {
    bottom: -90px;
    left: -104px;
  }
  .title-img {
    max-width: 510px;
  }
  .logos img {
    max-width: 140px;
  }
  .logos {
    top: -100px;
  }
  .container {
    width: 100%;
  }
  .logo-retailer img {
    max-width: 90px;
  }

  .mapboxgl-ctrl-geocoder--icon-loading,
  .mapboxgl-ctrl-geocoder--icon-close {
    margin-top: 0;
  }

  .footer-content {
    margin-right: 0;
    flex-wrap: wrap;
  }

  .footer-box {
    padding: 0 5px;
    margin: 0 0 10px;
  }

  .banner, .error_page, .rules, .form-wrp {
    min-height: calc(100vh - 47px);
  }
}

@media (max-width: 991px) and (max-height: 770px) {

  .man-img-wrp {
    margin: 0 0 0 206px;
  }
  .man-img {
    width: 280px;
  }

  .title-img-wrp {
    margin-top: 50px;
  }

  .logos {
    top: -50px;
  }

}

@media (max-width: 767px) {
  .submission-form .city-state-group .state-select {
    margin-right: 0;
  }

  .form_wrappers {
    max-height: inherit;
  }
  .rules .logos {
    display: none;
  }
  .form-control.error ~ .error {
    bottom: -10px;
  }
  .submit-btn {
    padding: 0 6px;
  }
  .submit-btn button {
    width: 100%;
  }
  .submission-form .heading-wrp {
    display: none;
  }
  .submission-form {
    width: 100%;
    padding: 0px;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
  }

  .main-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .banner,
  .error_page,
  .rules,
  .form-wrp {
    flex: 1;
  }
  .header .logos {
    display: block;
  }
  .mobile_win_btn,
  .mobile_image .mobile-img-man {
    display: inline-block;
  }
  .back-home,
  .enter-win {
    margin: 0px auto 0;
  }
  .banner .mobile_win_btn {
    display: block;
    margin: -55px 0 60px;
  }
  .mobile_image .mobile-img-man {
    width: 100%;
  }
  .header {
    position: absolute;
    overflow: hidden;
    height: 100%;
    left: 0;
    right: 0;
  }
  .header-wrp {
    position: absolute;
    right: 0;
    top: 20px;
    background: transparent;
    z-index: 99;
  }
  .logos img {
    max-width: 130px;
  }
  .banner-txt {
    position: static;
    left: inherit;
    top: inherit;
    transform: inherit;
    width: 100%;
  }
  .logos {
    top: 80px;
  }
  .form-wrp {
    background-image: url(../images/only-bg.png);
  }

  .side-bar-wrp {
    position: fixed;
    width: 100%;

    font-size: 18px;
    line-height: 48px;
    right: 0;
  }

  .title-img {
    max-width: 100%;
  }

  .bottle-img-wrp {
    display: none;
  }

  .rules-heading img {
    width: 100%;
  }

  .rules-desc {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    margin: 24px 0;
  }

  .orange_1 {
    display: none;
  }

  .man-img-wrp {
    position: inherit;
    margin: 0;
    text-align: center;
    width: 100%;
    margin: -100px 0 0;
  }
  .banner .banner-txt .enter-win-btn {
    display: none;
  }
  .man-img {
    width: 200px;
    display: none;
  }
  .orange_2 {
    position: absolute;
    top: 50px;
    right: -53px;
  }
  .orange_2 img {
    width: 150px;
  }
  .banner-txt .logos {
    display: none;
  }

  .leaves {
    position: absolute;
    top: 2px;
    left: -64px;
    z-index: 1;
    width: 180px;
  }
  .leaves-img {
    width: 100%;
  }
  .banner,
  .error_page,
  .rules,
  .form-wrp {
    min-height: auto;
    padding: 220px 0 0;
  }
  .logos {
    margin-top: 0px;
    z-index: 1;
  }
  .oval-blue img {
    z-index: 1;
    width: 100%;
    position: relative;
    max-height:  200px;
  }
  .header .oval-blue {
    z-index: 1;
    display: block;
  }

  .menu-btn {
    z-index: 1;
    top: 0px;
    position: inherit;
  }
  .enter-win-btn {
    text-align: center;
    position: inherit;
    bottom: inherit;
    left: inherit;
    transform: inherit;
    margin: 0 0 60px;
    width: 100%;
  }
  .enter-win {
    display: inline-block;
    width: 100%;
  }

  .footer-content {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-box {
    font-size: 10px;
    line-height: 12px;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .logo-bottom {
    /*height: 80px;
    display: block;
    bottom: 0;
    right: 0;
    overflow: hidden;*/
    height: 80px;
    display: block;
    bottom: -12px;
    right: -15px;
    overflow: hidden;
    width: 140px;
    position: relative;
  }
  .yellow-cir {
    display: none;
  }
  .checkcontainer {
    color: #ffffff;
  }
  .checkcontainer a {
    color: #fff;

    text-decoration: underline;
  }
  .oops-img {
    width: 220px;
  }
  .error-wrp {
    text-align: center;
    margin-top: 0;
    width: 100%;
  }
  .back-home {
    padding: 13px 20px;
    margin: 23px 0 0;
    width: 100%;
  }
  .back-home img {
    width: 180px;
  }
  .error-menu-btn {
    display: block;
  }
  .sbt-success {
    position: inherit;
    left: inherit;
    image-rendering: inherit;
    width: inherit;
    transform: inherit;
  }
  .sbt-heading {
    color: #fff;
  }
  .sbt-desc {
    color: #fff;
  }
  .error-desc,
  .sbt-desc {
    font-size: 14px;
  }
  .banner-wrp {
    width: 100%;
  }
  .cross-btn img {
    width: 25px;
  }
  .legal-residents {
    font-size: 10px;
    padding: 0 15px 23px;
  }
  .header .retailer-logo {
    display: inline-flex;
    top: 30px;
  }
  .logo-retailer img {
    max-width: 80px;
  }
  .error_page .banner-wrp {
    min-height: auto;
  }
  .form-caption {
    color: #fff;
  }
  .menu-btn {
    right: 20px;
  }
  .cross-btn {
    padding: 39px 20px 0 0;
  }

  .form-wrp.retailer-wrappers {
    padding: 40vw 0 0;
  }

  @media (max-height: 770px) {

    .legal-residents {
      position: relative;
    }
  
    .form-wrp.retailer-wrappers {
      padding: 40vw 0 0;
    }

    .banner-txt {
      position: relative;
      left: 0;
      top: 0;
      transform: none;
    }

    .main-container {
      min-height: 660px;
    }
  
  }
}

@media (max-width: 767px) and (max-height:  770px)  {
  .title-img-wrp {
    margin-top: -100px;
    position: relative;
    z-index: 3;
  }

  .header .logos {
    z-index: 4;
  }

  .retailer-logo + .title-img-wrp {
    margin-top: 0 !important;
  }
}


@media (max-height: 900px) {


  .retailer-logo {
    display: inline-flex;
    align-items: center;
    /*top: -90px;*/
    top: 0;
  }
  .retailer-logo + .title-img-wrp {
    margin-top: 110px;
  }

}

@media (max-height: 770px) {
  .banner-txt {
    position: relative;
    left: 0;
    top: 20px;
    transform: none;
  }

  .main-container {
    min-height: 600px;
  }

  .man-img-wrp {
    margin:  0;
    left: 67%;
  }

  .banner {
    min-height: 729px;
  }

  .yellow-cir-wrp {
    margin-top: 50px;
  }


}




#geocoder label.error {
  bottom: -15px;
}

