@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

#sweepstakes main {
  margin: 0;
  padding: 0;
}
#sweepstakes header {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

#blog #content {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1279px) {
  #blog #content {
    padding: 0;
  }
}

#blog .site-header,
#blog .icon.search {
  display: none;
}

#blog .site-inner {
  margin-top: 0 !important;
}

.Sweepstakes {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.Sweepstakes .wrap {
  margin: 0 auto;
  max-width: 1248px;
}
.Sweepstakes h1, .Sweepstakes h2, .Sweepstakes h3, .Sweepstakes h4 {
  font-weight: 700;
  margin: 0 0 8px 0;
  padding: 0;
}
.Sweepstakes h1 {
  font-size: 28px;
}
.Sweepstakes h2 {
  font-size: 24px;
}
.Sweepstakes h3 {
  font-size: 20px;
}
.Sweepstakes h4 {
  font-size: 18px;
}
.Sweepstakes h5 {
  font-size: 14px;
}
.Sweepstakes h3.strike {
  border-bottom: solid 1px #E0E0E0;
  margin: 0 auto 32px;
  max-width: 1248px;
  text-align: center;
}
.Sweepstakes h3.strike span {
  background: #fff;
  display: inline-block;
  padding: 4px 24px;
  position: relative;
  top: 20px;
}
.Sweepstakes a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #05629B;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.Sweepstakes a:hover {
  text-decoration: none;
}
.Sweepstakes ul {
  padding: 0;
}
.Sweepstakes ul::after {
  clear: both;
  content: "";
  display: table;
}
.Sweepstakes ul li {
  list-style: none;
}
.Sweepstakes ul.disc li {
  float: none;
  list-style: disc outside;
  padding-left: 8px;
}
.Sweepstakes ul.circle li {
  float: none;
  list-style: circle inside;
  padding-left: 8px;
}
.Sweepstakes ul.square li {
  float: none;
  list-style: square inside;
  padding-left: 8px;
}
.Sweepstakes ul.decimal li {
  float: none;
  list-style: decimal outside;
  padding-left: 8px;
}
.Sweepstakes ol::after {
  clear: both;
  content: "";
  display: table;
}
.Sweepstakes ol li {
  float: none;
}
.Sweepstakes ol.roman li {
  float: none;
  list-style: upper-roman outside;
  padding-left: 8px;
}
.Sweepstakes ol.alpha li {
  float: none;
  list-style: lower-alpha outside;
  padding-left: 8px;
}
.Sweepstakes img {
  max-width: 100%;
}
.Sweepstakes .fixed {
  position: fixed;
  width: 100%;
}
.Sweepstakes .pt {
  padding-top: 8px;
}
.Sweepstakes .pb {
  padding-bottom: 8px;
}
.Sweepstakes .pl {
  padding-left: 8px;
}
.Sweepstakes .ptb30 {
  padding: 30px 0;
}
.Sweepstakes .pr {
  padding-right: 8px;
}
.Sweepstakes .mt {
  margin-top: 8px;
}
.Sweepstakes .mb {
  margin-bottom: 8px;
}
.Sweepstakes .ml {
  margin-left: 8px;
}
.Sweepstakes .mr {
  margin-right: 8px;
}
.Sweepstakes label.checkbox {
  cursor: pointer;
  display: block;
  padding-left: 32px;
  position: relative;
}
.Sweepstakes label.checkbox.checkbox {
  position: relative;
}
.Sweepstakes label.checkbox.checkbox input[type=checkbox] {
  display: none;
}
.Sweepstakes label.checkbox.checkbox input[type=checkbox]:checked ~ i.icon {
  color: #05629b;
}
.Sweepstakes label.checkbox.checkbox input[type=checkbox]:checked ~ i.icon:before {
  content: "";
}
.Sweepstakes label.checkbox.checkbox i.icon {
  left: 0;
  top: -3px;
  color: #666;
  position: absolute;
}
.Sweepstakes label.checkbox.checkbox i.icon:before {
  content: "";
}
.Sweepstakes label.checkbox.checkbox i.icon {
  top: -2px;
}
.Sweepstakes label.radio {
  cursor: pointer;
  padding-left: 32px;
  position: relative;
}
.Sweepstakes label.radio input[type=radio] {
  display: none;
}
.Sweepstakes label.radio input[type=radio]:checked ~ i.icon {
  color: #F5A623;
}
.Sweepstakes label.radio input[type=radio]:checked ~ i.icon:before {
  content: "";
}
.Sweepstakes label.radio i.icon {
  color: #666;
  font-size: 24px;
  left: 0;
  position: absolute;
  top: -3px;
}
.Sweepstakes label.radio i.icon:before {
  content: "";
}
.Sweepstakes .st-hero {
  background: #ffffff;
  width: 100%;
}
.Sweepstakes .st-hero img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-hero img.swp-hs-desktop {
    display: none;
  }
}
.Sweepstakes .st-hero img.swp-hs-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-hero img.swp-hs-mobile {
    display: block;
  }
}
.Sweepstakes .st-featured {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-featured {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.Sweepstakes .st-featured > div.st-featured-header {
  margin: -55px 0 0 -21px;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-featured > div.st-featured-header {
    margin: -55px 0 0 0;
  }
}
.Sweepstakes .st-featured > div.st-featured-txt {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-featured > div.st-featured-txt {
    padding-left: 0;
  }
}
.Sweepstakes .st-featured .st-featured-txt {
  width: 375px;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-featured .st-featured-txt {
    width: 100%;
  }
}
.Sweepstakes .st-featured .st-featured-txt span {
  display: block;
  text-align: center;
}
.Sweepstakes .st-featured .st-featured-txt span.st-featured-txt__title {
  font-size: 32px;
  font-weight: 300;
  color: #222222;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-featured .st-featured-txt span.st-featured-txt__title {
    font-size: 25px;
  }
}
.Sweepstakes .st-featured .st-featured-txt span .st-featured-txt__prod {
  font-size: 55px;
  font-weight: 700;
  color: #2e4787;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-featured .st-featured-txt span .st-featured-txt__prod {
    font-size: 45px;
  }
}
.Sweepstakes .st-featured .st-featured-txt span .st-featured-txt__box {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #FFCE05;
  background: #2e4787;
  display: inline-block;
  padding: 8px 40px;
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-featured .st-featured-txt span .st-featured-txt__box {
    font-size: 25px;
    padding: 8px 20px;
  }
}
.Sweepstakes .st-promo-qt {
  background: #fb7d00;
  padding: 20px;
  width: 100%;
  margin: -10px 0 0 0;
}
.Sweepstakes .st-promo-qt h3 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-promo-qt h3 {
    font-size: 23px;
  }
}
.Sweepstakes .st-promo-qt p {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 20px 0;
}
.Sweepstakes .st-promo-qt p:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Sweepstakes .st-promo-qt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .Sweepstakes .st-promo-qt p {
    font-size: 14px;
  }
}
.Sweepstakes .st-how-to {
  background: #222222;
}
.Sweepstakes .st-how-to .st-how-to-heading {
  position: relative;
  display: flex;
  padding: 10px 20px 20px 35px;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-how-to .st-how-to-heading {
    justify-content: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 380px) {
  .Sweepstakes .st-how-to .st-how-to-heading {
    padding: 10px 0 0 0;
  }
}
.Sweepstakes .st-how-to .st-how-to-heading h3 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  margin: 20px 30px 0;
}
@media screen and (max-width: 445px) {
  .Sweepstakes .st-how-to .st-how-to-heading h3 {
    font-size: 40px;
    margin: 50px 0 0;
  }
}
.Sweepstakes .st-how-to .st-how-to-heading h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  top: 80px;
  left: 0;
  background: #FC7E00;
}
@media screen and (max-width: 445px) {
  .Sweepstakes .st-how-to .st-how-to-heading h3:after {
    top: 65px;
    height: 10px;
  }
}
.Sweepstakes .st-how-to p {
  padding: 45px 30px 0 30px;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
.Sweepstakes .st-how-to .st-how-to-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 20px;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-how-to .st-how-to-list {
    display: block;
    flex-wrap: none;
    margin: 0 0 70px 0;
  }
}
.Sweepstakes .st-how-to .st-how-to-list > li {
  max-width: 33.33%;
  padding: 35px 16px 0 16px;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-how-to .st-how-to-list > li {
    margin: 0 auto;
    max-width: 442px;
    padding: 1.5em 1em;
    display: flex;
  }
}
@media screen and (max-width: 1260px) {
  .Sweepstakes .st-how-to .st-how-to-list > li {
    padding: 1.5em 1em 0 1em;
  }
}
.Sweepstakes .st-how-to .st-how-to-list > li .swp-link {
  color: #ffce05;
}
.Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details {
  display: flex;
  flex-direction: column;
  padding: 2.5em 1em;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details {
    padding: 1em 1em 0 1em;
  }
}
.Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-desc {
  margin-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-desc {
    margin-bottom: 8px;
  }
}
.Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-desc .st-num {
  border-radius: 50%;
  background: #fb7d00;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 100;
  left: -15px;
  line-height: 1.7;
}
.Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-desc .st-items {
  text-align: center;
  position: relative;
  top: -25px;
  z-index: 10;
}
.Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-desc .st-items img {
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-desc .st-items img {
    max-width: 100%;
  }
}
.Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-txt {
  font-weight: normal;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-txt {
    padding-left: 0;
  }
}
.Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-txt p {
  font-size: 22px;
  color: #fff;
  text-align: left;
  padding: 0;
  font-weight: normal;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-how-to .st-how-to-list > li .st-how-to-list-details .st-how-to-list-txt p {
    max-width: 350px;
    margin: 20px auto;
  }
}
.Sweepstakes .st-how-to .btn-wrap {
  text-align: center;
  display: block;
}
.Sweepstakes .st-how-to .btn-wrap .swp-button-link {
  display: inline-block;
  margin: 20px auto 60px auto;
  text-transform: none;
  border-radius: 32px;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  line-height: 3em;
  background: #FFCE05 none repeat scroll 0% 0%;
  padding: 0px 24px;
  border: 0px none;
  font-size: 16px;
  font-weight: 700 !important;
  color: #333333;
  width: 235px;
  text-align: center;
  text-transform: uppercase;
}
.Sweepstakes .st-how-to .btn-wrap .swp-button-link:hover {
  background: #FFFF52 none repeat scroll 0% 0%;
}
.Sweepstakes .st-how-to .sweepstakes-submit-btn {
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
.Sweepstakes .st-policy {
  padding: 16px 0 80px 0;
  background: #eeeeee;
}
.Sweepstakes .st-policy .st-policy-heading {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10px 30px 40px 30px;
}
@media screen and (max-width: 1279px) {
  .Sweepstakes .st-policy .st-policy-heading {
    justify-content: center;
    margin: 0 0 20px;
  }
}
.Sweepstakes .st-policy .st-policy-heading h3 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: normal;
  color: #2E4787;
  position: relative;
  display: inline-block;
  margin-top: 50px;
}
@media screen and (max-width: 445px) {
  .Sweepstakes .st-policy .st-policy-heading h3 {
    font-size: 30px;
  }
}
.Sweepstakes .st-policy .st-policy-heading h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  top: 70px;
  left: 0;
  background: #FC7E00;
}
@media screen and (max-width: 445px) {
  .Sweepstakes .st-policy .st-policy-heading h3:after {
    top: 60px;
  }
}
.Sweepstakes .st-policy .st-policy-content {
  height: 400px;
  background: #f3f3f3;
  padding: 40px 45px;
  overflow-y: scroll;
}
.Sweepstakes .st-policy .st-policy-content p {
  margin-bottom: 10px;
}
.Sweepstakes .st-policy .st-policy-content .st-policy-content-list-n li {
  list-style: decimal;
  margin: 0 0 15px 25px;
}
.Sweepstakes .st-policy .st-policy-content .st-policy-content-list-n li:before {
  font-weight: bold;
  padding-left: 10px;
}
.Sweepstakes .st-policy .st-policy-content .st-policy-content-list-a li {
  margin-left: 30px;
  list-style: lower-alpha;
}
.Sweepstakes .st-policy .st-policy-content .st-policy-content-list-a li:last-child {
  margin-bottom: 0;
}
.Sweepstakes .st-policy .st-policy-content .st-policy-content-list-i li {
  list-style: lower-roman;
}
.Sweepstakes .st-policy .st-policy-content .st-policy-content-list-i li:last-child {
  margin-bottom: 0;
}
.Sweepstakes .st-policy .st-policy-content .st-policy-content-list-circ {
  list-style-type: disc;
}
.Sweepstakes .winners {
  background: #253f82 url("../images/ray-of-lights.png") no-repeat center center;
  background-size: cover;
}
.Sweepstakes .winners .winners-heading {
  text-align: center;
  margin: 0 30px 40px 30px;
}
@media (max-width: 825px) {
  .Sweepstakes .winners .winners-heading {
    margin: 8px;
  }
}
.Sweepstakes .winners .winners-heading h3 {
  font-size: 50px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  margin: 76px 30px 96px;
}
@media screen and (max-width: 445px) {
  .Sweepstakes .winners .winners-heading h3 {
    font-size: 40px;
  }
}
.Sweepstakes .winners .winners-heading h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  top: 80px;
  left: 0;
  background: #FC7E00;
}
@media screen and (max-width: 445px) {
  .Sweepstakes .winners .winners-heading h3:after {
    top: 65px;
    height: 10px;
  }
}
.Sweepstakes .winners .winners-heading .winners-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -33px;
}
@media (max-width: 825px) {
  .Sweepstakes .winners .winners-heading .winners-list {
    margin: 0;
  }
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb {
  background: none;
  width: 33.3333333333%;
  padding: 0 33px 0;
  margin: 33px 0;
  overflow: hidden;
}
@media (max-width: 1210px) {
  .Sweepstakes .winners .winners-heading .winners-list .wl-thumb {
    width: 50%;
    padding: 0 22px 0;
  }
}
@media (max-width: 825px) {
  .Sweepstakes .winners .winners-heading .winners-list .wl-thumb {
    width: 100%;
    padding: 0;
  }
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div {
  width: 100%;
  padding: 40px 60px;
}
@media (max-width: 825px) {
  .Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div {
    padding: 40px;
  }
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div.wl-first-section {
  background: #ffffff;
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div.wl-second-section {
  height: 100%;
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div.wl-second-section.show-winner {
  background: #ffce05;
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div.wl-second-section.show-tbd {
  background: #999999;
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div span {
  display: block;
  text-align: center;
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div span.winners-amount {
  color: #fb7d00;
  font-size: 100px;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 8px;
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div span.winners-title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div span.winners-txt {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  padding: 10px 18px;
  text-transform: uppercase;
  background: #2e4787;
  border-radius: 10px;
  margin: -80px 0 28px;
}
.Sweepstakes .winners .winners-heading .winners-list .wl-thumb > div span.winners-name {
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

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