body {
  padding-top: 86px !important;
  background-color: #FFF4E0 !important;
  overscroll-behavior: none;
  color: #000 !important;
  font-family: "Trade Gothic", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
}
body h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Microbrew';
}
body h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
}
body .sub-head {
  font-size: 20px;
}
body a {
  color: inherit;
}
body .small-text {
  font-size: 14px;
}
body .text-grey {
  color: #707070;
}
body .text-big {
  font-weight: bold;
  font-size: 35px;
  font-family: 'Open Sans Condensed', sans-serif;
}
body .text-red {
  color: #C82239 !important;
}
body .text-warning {
  color: #D12027 !important;
}
body .ballots-img {
  display: inline-block;
  margin-left: 0px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
body .bg-row {
  padding: 25px 0;
  background-color: #FFF4E0;
}
body .eqh {
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .eqh::before, body .eqh::after {
  content: normal;
}
body .wrapper {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
}
body .m-fonts {
  font-family: 'Microbrew' !important;
}
body .t-fonts-b {
  font-family: 'Trade Gothic Bold' !important;
}
body .flex-wrapper-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px auto;
  max-width: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .content {
  font-weight: normal;
  font-size: 18px;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.4;
}
body .container {
  max-width: 1270px;
  width: 100%;
  background-color: #FFF4E0;
}
body .content-wrapper {
  margin: 0 auto;
  max-width: 810px;
  width: 100%;
}
body .text-primary {
  color: #C21D47 !important;
}
body .bg-red {
  background-color: #C21D47 !important;
  color: #ffffff;
}
.bg-blue {
  background-color: #40BBEC !important;
}
body .bg-orange {
  background-color: #FFD000;
}
body .btn-yellow {
  background-color: #FFD000;
  color: #20368A;
  font-weight: normal;
}
.btn-user, .btn-user:focus {
  border-radius: 0;
    background-color: #005396 !important;
    border: 0 solid #fff;
    color: #fff!important;
    text-decoration: none!important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: none;
    margin-top: -1px;
    padding: 4px 12px 9px!important;
    letter-spacing: .8px;
    margin-bottom: -2px;

}
.btn-user:hover, .btn-user:active {
	background: #00ADEF !important;
}
body .text-ballot {
  display: inline-block;
  color: #FFFFFF;
  vertical-align: middle;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}
body .btn-primary {
  display: inline-block;
  margin-top: 10px;
  padding: 14px;
  min-width: 150px;
  height: 48px;
  border: 1px solid #3D879B;
  border-radius: 4px;
  background-color: #3D879B;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
body .btn-primary.btn-lightblue {
  border-color: #3D879B;
  background-color: #3D879B;
  color: #FFFFFF;
}
body .btn-primary.btn-grey {
  border: none;
  background-color: #707070;
  color: #fff;
}
body .btn-wide {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
body .btn-wide:last-child {
  margin-right: 0;
}

body #form-pin .form-control::-webkit-input-placeholder,
body #form-pin .form-control::-ms-input-placeholder,
body #form-pin .form-control::placeholder {
  color: #C21D47;
}
body .footer {
  padding: 20px 0 0;
  background-color: #FFF4E0;
}
body .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 20px;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .social-links li {
  margin-right: 15px;
  list-style-type: none;
}
body .social-links li:last-child {
  margin-right: 0;
}
body .social-links li i {
  color: #000;
  font-size: 24px;
}
body .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto 15px;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Open Sans Condensed', sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .footer-links li {
  position: relative;
  margin-right: 15px;
  list-style-type: none;
}
body .footer-links li::after {
  position: absolute;
  right: -10px;
  content: '|';
}
body .footer-links li:last-child {
  margin-right: 0;
}
body .footer-links li:last-child::after {
  content: none;
}
body .footer-copyright {
  padding-bottom: 25px;
  color: #000000;
  font-size: 10px;
}
body .checkbox_container {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 40px;
  cursor: pointer;
}
body .checkbox_container input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
body .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border: 2px solid #231F20;
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
}
body .checkmark::after {
  position: absolute;
  display: none;
  content: "";
}
body .checkbox_container .checkmark::after {
  bottom: 6px;
  left: 8px;
  width: 10px;
  height: 18px;
  border: solid #231F20;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
body .modal-header h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
body #modal-login .modal-dialog,
body #upload-modal .modal-dialog {
  margin: 30px auto;
  max-width: 305px;
  width: 100%;
}
body #modal-pin-location .modal-dialog {
  margin: 30px auto;
  max-width: 500px;
  width: 100%;
}
body #modal-login .modal-content,
body #upload-modal .modal-content,
body #modal-pin-location .modal-content {
  padding-bottom: 0;
  border: 0;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 9px #00000052;
  box-shadow: 0px 7px 9px #00000052;
  color: #000;
}
body #modal-login .modal-header,
body #upload-modal .modal-header,
body #modal-pin-location .modal-header {
  padding: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #D12027;
  color: #FFFFFF;
  text-align: center;
}
body #modal-pin-location .modal-header {
  background: #D12027 !important;
}
body #modal-login .modal-body,
body #upload-modal .modal-body,
body #modal-pin-location .modal-body {
  padding: 10px 30px;
  max-width: 100%;
  width: 100%;
}
body #modal-login .modal-body h2,
body #upload-modal .modal-body h2,
body #modal-pin-location .modal-body h2 {
  font-size: 18px;
}
body #modal-login .modal-footer,
body #upload-modal .modal-footer,
body #modal-pin-location .modal-footer {
  border-top: 0;
}
body #modal-login #form-login .form-control,
body #upload-modal #form-login .form-control,
body #modal-login #form-login .form-control::-webkit-input-placeholder,
body #upload-modal #form-login .form-control::-webkit-input-placeholder,
body #modal-login #form-login .form-control:-ms-input-placeholder,
body #upload-modal #form-login .form-control:-ms-input-placeholder,
body #modal-login #form-login .form-control::-ms-input-placeholder,
body #upload-modal #form-login .form-control::-ms-input-placeholder,
body #modal-login #form-login .form-control::placeholder,
body #upload-modal #form-login .form-control::placeholder {
  color: #000;
}
body #modal-login #form-login .checkbox_container,
body #upload-modal #form-login .checkbox_container {
  padding-left: 30px;
}
body #modal-login #form-login #btn-login,
body #upload-modal #form-login #btn-login {
  max-width: 250px;
  width: 100% !important;
  border: none;
  background-color: #3D879B;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: #c9c9c9 0pt 4pt 6pt;
}
body #modal-login .progress,
body #upload-modal .progress {
  margin-bottom: 5px;
  border: 1px solid #FA9D1C;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #redeem-btn {
  min-width: 250px;
}
body #modal-confirm .modal-dialog {
  max-width: 390px;
}
body #modal-confirm .modal-content {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: #FFFFFF;
  color: #005080;
}
body #form-register .minor-title1 {
  font-size: 18px;
}
body #form-register input[type=radio] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
body #form-register input[type=radio] + label {
  position: relative;
  color: #005080;
  cursor: pointer;
}
body #form-register input[type=radio] + label::before {
  display: inline-block;
  margin-right: 4px;
  width: 29px;
  height: 29px;
  border: 3px solid #005080;
  border-radius: 100%;
  content: '';
  vertical-align: middle;
}
body #form-register input[type=radio]:checked + label::before {
  border: 9px solid #005080;
}
body .img-box {
  position: relative;
  display: block;
  margin: 30px auto;
  padding: 20px 20px 20px 80px;
  max-width: 550px;
  width: 100%;
  border: 4px solid #FFD000;
  color: #20368A;
  font-size: 18px;
}
body .img-box strong {
  font-size: 20px;
}
body .img-box img {
  position: absolute;
  top: 50%;
  left: -3px;
  z-index: 1;
  max-width: 130px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body .ballot-count {
  display: block;
}
body .browsers_icon a {
  display: inline-block;
  padding: 0 10px;
  width: auto !important;
}
body .browsers_icon a img {
  display: block;
}

@media screen and (max-width: 1399px) {
  html > body {
    padding-top: 62px !important;
  }

  body .container {
    padding: 0;
  }
  body .container .row {
    margin-right: 0;
    margin-left: 0;
  }
  body .content-wrapper {
    padding: 0 35px;
  }
  .btn-user {
    margin-top: 0px;
    padding: 6px 12px 12px!important;
    letter-spacing: .8px;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  body h1, body .h1 {
    font-size: 24px;
  }
  body .content {
    font-size: 16px;
  }
  body .privacy-content {
    font-size: 14px;
  }
  body .sub-head {
    font-size: 18px;
  }
  body #modal-login .modal-dialog {
    max-width: 305px;
  }
  body .img-box {
    margin: 80px auto 40px;
    padding: 80px 20px 20px 20px;
  }
  body .img-box img {
    top: 0;
    left: 50%;
  }
  body .img-box span.text-red {
    display: block;
    margin: 5px auto;
    font-weight: bold;
  }
  body .flex-wrapper-3col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .flex-wrapper-3col .col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body .flex-wrapper-3col .col-1 img {
    margin: 0 5px;
    max-width: 104px !important;
  }
  body .flex-wrapper-3col .col-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body .flex-wrapper-3col .col-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body .flex-wrapper-3col .col-3 img {
    margin: 0 5px;
    max-width: 104px !important;
  }
}
@media screen and (max-width: 991px) {
  body .prize_banner_background {
    background-image: linear-gradient(transparent 60%, white 60% 100%), url("/module/CHW237/img/Prizes-Pattern-Background.png") !important;
  }
  body .prize_banner_background.employee {
    background-image: url("/module/CHW237/img/Prizes-Pattern-Background.png") !important;
  }
}

input#bonus_code {
  font-size: 25px;
  max-width: 300px;
  height: 77px;
  border: 1px solid #00000073;
  color: #000000;
  margin: 20px auto;
}
input#num_products {
  font-size: 16px;
  max-width: 250px;
  height: 55px;
  border: 1px solid #00000073;
  color: #000000;
  margin: 20px auto;
}
input#bonus_code::placeholder {
  color: #231F20;
}
.progress#upload_receipt {
  border: 1px solid #FDD90B;
  border-radius: 10px;
  height: 30px;
  width: 285px;
  background-color: #FFFFFF;
}
#uploaded-page .margin-top-sm.text-center {
  display: flex;
  justify-content: center;
}
#upload-progress {
  min-width: 2em;
  color:#FFFFFF;
  background: #005080;
  align-items: center;
  display: flex;
  padding-left: 5px;
}
#release-form select,
#form-register select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--><path d='M342.6 73.4C330.1 60.9 309.8 60.9 297.3 73.4L153.3 217.4C140.8 229.9 140.8 250.2 153.3 262.7C165.8 275.2 186.1 275.2 198.6 262.7L320 141.3L441.4 262.6C453.9 275.1 474.2 275.1 486.7 262.6C499.2 250.1 499.2 229.8 486.7 217.3L342.7 73.3zM486.6 422.7C499.1 410.2 499.1 389.9 486.6 377.4C474.1 364.9 453.8 364.9 441.3 377.4L320 498.7L198.6 377.4C186.1 364.9 165.8 364.9 153.3 377.4C140.8 389.9 140.8 410.2 153.3 422.7L297.3 566.7C309.8 579.2 330.1 579.2 342.6 566.7L486.6 422.7z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  background-size: 23px;
}