/*@mixin background($background-image, $height, $top: 40px) {
    margin-top: $top;
    text-align: center;
    width: 100%;
    position: relative;
    background: {
        image: $background-image;
        size: 100% auto;
        repeat: no-repeat;
        position: center top;
    }
    height: $height;
}*/
/*@mixin btn-bg($background-image, $height, $width) {
    background: {
        image: $background-image;
        repeat: no-repeat;
        size: contain;
        position: center;
    }
    height: $height;
    width: $width;

}*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, :before, :after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  font-family: "CircularStd-Book", sans-serif;
}

.btn-group {
  margin-top: 3vw;
}
@media only screen and (min-width: 768px) {
  .btn-group {
    margin-top: 2vw;
  }
}

.btn {
  text-decoration: none;
  border: 2px solid #000;
  display: block;
  text-align: center;
}
.btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  transition-duration: 200ms;
}

.blk {
  background-color: #000;
  color: #fff;
}

.wt {
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .mb {
    display: none;
  }
}

.dt {
  display: none;
}
@media only screen and (min-width: 768px) {
  .dt {
    display: block;
  }
}

.bold {
  font-family: "CircularStd-Bold", sans-serif;
}

b {
  font-family: "CircularStd-Black", sans-serif;
}

#header {
  position: relative;
  z-index: 800;
  height: 20vw;
  margin-top: 10vw;
  margin-left: 5vw;
  margin-right: 5vw;
}
@media only screen and (min-width: 768px) {
  #header {
    height: 8.25vw;
    padding-top: 1vw;
    margin-top: 0vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
#header #logo {
  display: inline-block;
  vertical-align: top;
  height: 20vw;
  width: auto;
}
@media only screen and (min-width: 768px) {
  #header #logo {
    height: 8.25vw;
  }
}
#header a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
#header #header-rules-link {
  vertical-align: top;
  float: right;
  color: #000;
  font-size: 3vw;
}
#header #header-rules-link:hover {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #header #header-rules-link {
    font-size: 1vw;
  }
}

#application {
  margin-left: 0;
  margin-right: 0;
  margin-top: -31vw;
  margin-bottom: 0;
}

#pg-top {
  text-align: center;
  width: 100%;
  position: relative;
  background-image: url(../img/pr279/lebron-bg-mb.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  height: 129.466667vw;
  margin-top: 18vw;
}
@media only screen and (min-width: 768px) {
  #pg-top {
    text-align: center;
    width: 100%;
    position: relative;
    background-image: url(../img/pr279/lebron-bg-dt-crop.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 46.2vw;
    margin-top: 22.7vw;
  }
}
#pg-top .content {
  text-align: left;
  padding-top: 17vw;
  margin-left: 5vw;
  margin-right: 41vw;
}
@media only screen and (min-width: 768px) {
  #pg-top .content {
    margin-left: 3vw;
    margin-right: 62vw;
    padding-top: 12vw;
  }
}
#pg-top .content h1 {
  margin: 0;
  font-size: 7vw;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #pg-top .content h1 {
    font-size: 4.45vw;
    line-height: 1.1;
  }
}
#pg-top .content p {
  font-size: 2.75vw;
  line-height: 1.35;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #pg-top .content p {
    font-size: 1.15vw;
    line-height: 1.25;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
#pg-top .content .btn {
  font-size: 3.25vw;
  font-family: "CircularStd-Bold", sans-serif;
  letter-spacing: 0.25vw;
  width: 42vw;
  height: 7vw;
  margin-bottom: 2vw;
  padding-top: 1.25vw;
}
@media only screen and (min-width: 768px) {
  #pg-top .content .btn {
    font-size: 1vw;
    letter-spacing: 0.15vw;
    width: 15vw;
    height: 2.5vw;
    margin-bottom: 0.75vw;
    padding-top: 0.45vw;
  }
}

#info {
  text-align: center;
  color: #fff;
  background-color: #000;
  padding-top: 5vw;
  padding-bottom: 3.5vw;
}
@media only screen and (min-width: 768px) {
  #info {
    display: flex;
    justify-content: space-evenly;
    padding-top: 4vw;
    padding-bottom: 2.75vw;
  }
}
#info p {
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 3vw;
}
@media only screen and (min-width: 768px) {
  #info p {
    font-size: 1.15vw;
  }
}
#info p:first-of-type {
  color: #06b9d3;
  font-family: "CircularStd-Bold", sans-serif;
}

@media only screen and (min-width: 768px) {
  #entry-form {
    text-align: center;
    width: 100%;
    position: relative;
    background-image: url(../img/pr279/form-bg-dt-crop.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    background-position: center bottom;
  }
}
#entry-form #form-title {
  text-align: center;
  font-size: 3vw;
  padding-top: 7vw;
  padding-bottom: 3vw;
}
@media only screen and (min-width: 768px) {
  #entry-form #form-title {
    font-size: 1.5vw;
    padding-top: 2vw;
    padding-bottom: 1.5vw;
  }
}
#entry-form #form-title h2 {
  margin: 0;
  font-weight: 400;
}
#entry-form #blurb-section {
  text-align: center;
  width: 100%;
  position: relative;
  background-image: url(../img/pr279/water-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  height: 50vw;
  /*@include background($water-bg, calc(100vw * .5), 0);*/
  background-size: auto 100%;
  padding-top: 2.25vw;
}
@media only screen and (min-width: 768px) {
  #entry-form #blurb-section {
    width: 40vw;
    height: 21vw;
    background-size: auto 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.15vw;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
  }
}
#entry-form #blurb-section #blurb-leadin {
  font-size: 2.8vw;
  color: #fff;
  line-height: 3.25vw;
  margin-top: 0;
  margin-bottom: 2vw;
  margin-left: 5vw;
  margin-right: 5vw;
}
@media only screen and (min-width: 768px) {
  #entry-form #blurb-section #blurb-leadin {
    font-size: 1.05vw;
    line-height: 1.5vw;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 1vw;
  }
}
#entry-form #blurb-section .chars {
  font-size: 1.85vw;
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 1vw;
  margin-right: 5vw;
}
@media only screen and (min-width: 768px) {
  #entry-form #blurb-section .chars {
    font-size: 0.75vw;
    margin-right: 2vw;
    margin-bottom: 0;
  }
}
#entry-form #blurb-section #blurb {
  resize: none;
  width: 90vw;
  height: 17vw;
  outline: 1px solid black;
  padding: 1.5vw;
  font-family: "CircularStd-Bold", sans-serif;
  font-size: 2.35vw;
}
@media only screen and (min-width: 768px) {
  #entry-form #blurb-section #blurb {
    width: 36vw;
    height: 7.75vw;
    padding: 0.5vw;
    font-size: 1vw;
  }
}
#entry-form #blurb-section input[type=file] {
  display: none;
}
#entry-form #blurb-section label {
  font-size: 2.55vw;
  margin-top: -0.5vw;
}
@media only screen and (min-width: 768px) {
  #entry-form #blurb-section label {
    font-size: 1vw;
  }
}
#entry-form #blurb-section .btn {
  font-size: 3.25vw;
  width: 42vw;
  height: 8vw;
  padding-top: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  line-height: 0.85;
  letter-spacing: 0.25vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #entry-form #blurb-section .btn {
    font-size: 1vw;
    width: 15vw;
    height: 3vw;
    letter-spacing: 0.15vw;
    padding-top: 0.75vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#entry-form .form {
  padding-top: 4vw;
}
@media only screen and (min-width: 768px) {
  #entry-form .form {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
  }
}
#entry-form .form .form-row {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #entry-form .form .form-row {
    width: 37vw;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  #entry-form .form .form-row .form-col {
    width: 100%;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
  }
}
#entry-form .form .form-row .form-col input, #entry-form .form .form-row .form-col select {
  font-size: 3.25vw;
  border: 1.5px solid #000;
  width: 100%;
  height: 8vw;
  text-align: center;
  font-family: "CircularStd-Bold", sans-serif;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #entry-form .form .form-row .form-col input, #entry-form .form .form-row .form-col select {
    font-size: 1vw;
    height: 2.25vw;
    margin-bottom: 0.75vw;
  }
}
#entry-form .form .form-row .form-col select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background: transparent;
  background-repeat: no-repeat;
  background-image: url(../img/pr279/dropdown-arrow.png);
  background-size: 2.35%;
  background-position-x: 97%;
  background-position-y: 3vw;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  color: fieldtext;
  /*background-image: url("data:image/svg+xml,<svg width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m0,6l12,12l12,-12l-24,0z'/><path fill='none' d='m0,0l24,0l0,24l-24,0l0,-24z'/></svg>");*/
}
@media only screen and (min-width: 768px) {
  #entry-form .form .form-row .form-col select {
    background-size: 5%;
    background-position-x: 90%;
    background-position-y: 0.85vw;
  }
}
#entry-form .form .form-row .form-col select option {
  /*text-transform: uppercase;*/
  color: #000;
}
#entry-form .form .form-row .form-col select option[value=""] {
  color: #767676;
}
#entry-form .form .form-row .form-col select:invalid {
  color: #767676;
  text-align: center;
  padding: 0 auto;
}
#entry-form .form .form-row #enter_btn {
  font-size: 3.25vw;
  width: 42vw;
  height: 7vw;
  padding-top: 0.25vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #entry-form .form .form-row #enter_btn {
    font-size: 1.5vw;
    width: 16vw;
    height: 3vw;
    padding-top: 0;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
#entry-form .form .form-row .fb {
  font-size: 2.5vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2vw;
  color: red;
}
@media only screen and (min-width: 768px) {
  #entry-form .form .form-row .fb {
    font-size: 1.15vw;
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 768px) {
  #entry-form .form #submit-row {
    display: block;
  }
}
#entry-form .form .checkbox {
  display: block;
  position: relative;
  padding-left: 6vw;
  margin-bottom: 3vw;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 2vw;
  text-align: left;
  cursor: pointer;
  font-size: 2.8vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 768px) {
  #entry-form .form .checkbox {
    padding-left: 2vw;
    margin-bottom: 1vw;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 1vw;
    font-size: 1vw;
  }
}
#entry-form .form .checkbox a {
  color: inherit;
}
#entry-form .form .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /*                margin: {
                      left: 5vw;
                  }*/
  /*display: none;*/
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  #entry-form .form .checkbox input {
    margin-left: 0.5vw;
  }
}
#entry-form .form .checkbox input:checked ~ .checkmark {
  background-color: #000;
  /*background-color: #2196F3;*/
}
#entry-form .form .checkbox input:checked ~ .checkmark:after {
  display: block;
}
#entry-form .form .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 4vw;
  width: 4vw;
  /*background-color: #eee;*/
  border: 1px solid black;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #entry-form .form .checkbox .checkmark {
    height: 1.25vw;
    width: 1.25vw;
  }
}
#entry-form .form .checkbox .checkmark:hover {
  background-color: #ccc;
}
#entry-form .form .checkbox .checkmark:after {
  content: "X";
  position: absolute;
  display: none;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  #entry-form .form .checkbox .checkmark:after {
    transform: translate(-50%, -50%) scale(0.65);
    top: 55%;
  }
}

.overlay {
  position: fixed;
  /*display: block;*/
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 800;
}
.overlay #successPopup {
  background: url(../img/pr279/success-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  width: 90vw;
  height: 94.4196426vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .overlay #successPopup {
    width: 36vw;
    height: 37.76785704vw;
  }
}
.overlay #successPopup #popup-close {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.overlay #successPopup #popup-close button {
  padding: 0;
  background: url(../img/pr279/popup-x-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 2.5vw;
  width: 2.20588235vw;
  border: none;
  margin-right: 2.5vw;
  margin-top: 3vw;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .overlay #successPopup #popup-close button {
    height: 1vw;
    width: 0.88235294vw;
    margin-right: 1vw;
    margin-top: 1.25vw;
  }
}
.overlay #successPopup h1 {
  font-family: "CircularStd-Black", sans-serif;
  font-size: 10vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media only screen and (min-width: 768px) {
  .overlay #successPopup h1 {
    font-size: 4vw;
    margin-top: 0.5vw;
    margin-bottom: 0;
  }
}
.overlay #successPopup p {
  font-size: 2.5vw;
  line-height: 3.75vw;
  margin-top: 0.5vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .overlay #successPopup p {
    font-size: 1vw;
    line-height: 1.5vw;
  }
}

#video-overlay {
  display: none;
}

#video {
  position: fixed;
  width: 90vw;
  height: 55.8vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*    background: {
          color: #fff;
      }*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #video {
    width: 75vw;
    height: 45vw;
  }
}
#video #video-close {
  display: flex;
  justify-content: right;
}
#video #video-close #video-x-btn {
  background: transparent;
  outline: none;
  border: none;
  color: #808080;
  font-family: "CircularStd-Book", sans-serif;
  font-size: 4vw;
  cursor: pointer;
}
#video #video-close #video-x-btn:hover {
  font-weight: bold;
  color: #b3b3b3;
}
@media only screen and (min-width: 768px) {
  #video #video-close #video-x-btn {
    font-size: 2vw;
  }
}
#video #video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#video #video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#review {
  margin-left: 0;
  margin-right: 0;
  margin-top: -31vw;
  margin-bottom: 0;
}
#review #review-top {
  text-align: center;
  width: 100%;
  position: relative;
  background-image: url(../img/pr279/judging-bg-mb.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  height: 129.466667vw;
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  #review #review-top {
    text-align: center;
    width: 100%;
    position: relative;
    background-image: url(../img/pr279/lebron-bg-dt-crop.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 46.2vw;
    margin-top: 22.7vw;
  }
}
#review #review-top .content {
  text-align: left;
  padding-top: 35vw;
  margin-left: 5vw;
  margin-right: 41vw;
}
@media only screen and (min-width: 768px) {
  #review #review-top .content {
    margin-left: 3vw;
    margin-right: 60vw;
    padding-top: 12vw;
  }
}
@media only screen and (min-width: 768px) {
  #review #review-top .content #main-cta {
    margin-bottom: 2vw;
  }
}
#review #review-top .content h1 {
  margin: 0;
  font-size: 7vw;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #review #review-top .content h1 {
    font-size: 4.45vw;
    line-height: 1.1;
  }
}
#review #review-top .content p {
  font-size: 2.5vw;
  line-height: 1.35;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #review #review-top .content p {
    font-size: 1vw;
    line-height: 1.5;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
#review #review-info {
  text-align: center;
  color: #fff;
  background-color: #000;
  padding-top: 5vw;
  padding-bottom: 3.5vw;
}
@media only screen and (min-width: 768px) {
  #review #review-info {
    display: flex;
    justify-content: space-evenly;
    padding-top: 4vw;
    padding-bottom: 2.75vw;
  }
}
#review #review-info p {
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 2.5vw;
}
@media only screen and (min-width: 768px) {
  #review #review-info p {
    font-size: 1.15vw;
  }
}
#review #review-info p:first-of-type {
  color: #aaaaaa;
  font-family: "CircularStd-Bold", sans-serif;
}
#review #review-info p:nth-of-type(2) {
  color: #06b9d3;
  font-family: "CircularStd-Bold", sans-serif;
}
#review #more-ways-to-win {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #review #more-ways-to-win {
    text-align: left;
    border-top: 1px solid black;
  }
}
#review #more-ways-to-win h2 {
  font-size: 7vw;
  font-family: "CircularStd-Black", sans-serif;
  margin-top: 6vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #review #more-ways-to-win h2 {
    font-size: 3vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }
}
#review #more-ways-to-win p {
  font-size: 2.5vw;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #review #more-ways-to-win p {
    font-size: 1.25vw;
  }
}
#review #more-ways-to-win .btn {
  font-size: 3.25vw;
  font-family: "CircularStd-Bold", sans-serif;
  letter-spacing: 0.25vw;
  width: 42vw;
  height: 7vw;
  margin-bottom: 8vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
  padding-top: 1.25vw;
}
@media only screen and (min-width: 768px) {
  #review #more-ways-to-win .btn {
    font-size: 1vw;
    letter-spacing: 0.15vw;
    width: 15vw;
    height: 2.5vw;
    margin-bottom: 0.75vw;
    margin-top: 1.5vw;
    margin-left: 0;
    padding-top: 0.45vw;
  }
}

#winners {
  margin-left: 0;
  margin-right: 0;
  margin-top: -31vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #winners {
    margin-top: -1vw;
  }
}
#winners #winners-top {
  margin-top: 4vw;
  /*        #winners-top-bg {
              position: absolute;
              width: 100vw;
              height: auto;
              top: 70vw;
              z-index: 10;
          }*/
}
@media only screen and (min-width: 768px) {
  #winners #winners-top {
    /*            @include background($lebron-bg-dt-crop, calc(100vw * .462));*/
    /*top: 20vw;*/
    margin-top: 0;
    /*top: 22.7vw;*/
    margin-right: 0;
    /*top: 35vw;*/
    display: flex;
    align-items: center;
  }
}
#winners #winners-top .content {
  text-align: center;
  padding-top: 35vw;
  margin-left: 8vw;
  margin-right: 8vw;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  #winners #winners-top .content {
    text-align: left;
    width: 50vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: -4vw;
    /*left: 3vw;*/
    /*right: 60vw;*/
    padding-top: 0vw;
    padding-left: 3vw;
    /*top: 12vw;*/
  }
}
@media only screen and (min-width: 768px) {
  #winners #winners-top .content #main-cta {
    /*margin-bottom: 2vw;*/
  }
}
#winners #winners-top .content h1 {
  margin: 0;
  font-size: 7vw;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #winners #winners-top .content h1 {
    font-size: 4.45vw;
    line-height: 1.1;
  }
}
#winners #winners-top .content p {
  font-size: 2.5vw;
  line-height: 1.35;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #winners #winners-top .content p {
    font-size: 1vw;
    line-height: 1.5;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
#winners #winners-announcement {
  text-align: center;
  width: 100%;
  position: relative;
  background-image: url(../img/pr279/winners-bg-mb.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  height: 49.333333vw;
  background-position: center 12vw;
  height: 94vw;
  /*        .selected {
              display: block;
          }*/
}
@media only screen and (min-width: 768px) {
  #winners #winners-announcement {
    width: 50vw;
    height: 40vw;
    /*position: relative;*/
    background-image: url(../img/pr279/winners-bg-dt.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 3.5vw;
  }
}
#winners #winners-announcement #winners-carousel {
  margin-left: 12vw;
  margin-right: 12vw;
  /*height:*/
}
@media only screen and (min-width: 768px) {
  #winners #winners-announcement #winners-carousel {
    margin-left: 0;
    margin-right: 0;
    width: 28vw;
  }
}
#winners #winners-announcement #winners-carousel .slide {
  display: none;
  width: 100%;
  height: 73vw;
  /*image: url(../img/prizes/sea-salt-cashews-hex.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  #winners #winners-announcement #winners-carousel .slide {
    /*width: 25vw;*/
    height: 33vw;
  }
}
#winners #winners-announcement #winners-carousel #winner1 {
  background-image: url(../img/pr279/keylan.jpg);
}
#winners #winners-announcement #winners-carousel #winner2 {
  background-image: url(../img/pr279/andreanne.jpg);
  background-position: center top;
}
#winners #winners-announcement #winners-carousel #winner3 {
  background-image: url(../img/pr279/dianne.jpg);
  background-position: center center;
}
#winners #winners-announcement #winners-carousel #winner4 {
  background-image: url(../img/pr279/danielle-blur.jpg);
}
#winners #winners-announcement #winners-carousel .slide-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*height: 10vw;*/
  margin-top: 3vw;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  #winners #winners-announcement #winners-carousel .slide-control {
    margin-left: 0;
    /*right: 3vw;*/
    margin-top: 1vw;
  }
}
#winners #winners-announcement #winners-carousel .arrow {
  width: 6vw;
  height: auto;
  cursor: pointer;
  user-select: none;
  margin-top: 1vw;
}
@media only screen and (min-width: 768px) {
  #winners #winners-announcement #winners-carousel .arrow {
    width: 2vw;
    margin-top: 0;
  }
}
#winners #winners-announcement #winners-carousel .slide-desc {
  display: none;
  margin: 0 auto;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 3vw;
  padding-right: 3vw;
}
#winners #winners-announcement #winners-carousel .slide-desc h3 {
  text-transform: uppercase;
  font-size: 3.6vw;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #winners #winners-announcement #winners-carousel .slide-desc h3 {
    font-size: 1.3vw;
  }
}
#winners #winners-announcement #winners-carousel .slide-desc span {
  font-size: 0.75em;
}
#winners #winners-announcement #winners-carousel .selected {
  display: block;
}
#winners #winners-announcement hr {
  color: #000;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 0;
  margin-bottom: 0;
}
#winners #winners-info {
  text-align: center;
  color: #aaaaaa;
  background-color: #000;
  padding-top: 5vw;
  padding-bottom: 3.5vw;
}
@media only screen and (min-width: 768px) {
  #winners #winners-info {
    display: flex;
    justify-content: space-evenly;
    padding-top: 4vw;
    padding-bottom: 2.75vw;
  }
}
#winners #winners-info p {
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 2.5vw;
}
@media only screen and (min-width: 768px) {
  #winners #winners-info p {
    font-size: 1.15vw;
  }
}
#winners #winners-info p:nth-of-type(3) {
  color: #06b9d3;
  font-family: "CircularStd-Bold", sans-serif;
}
#winners #more-ways-to-win {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #winners #more-ways-to-win {
    height: 30vw;
    background-image: url(../img/pr279/more-ways-bg-crop-dt.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
#winners #more-ways-to-win h2 {
  font-size: 7vw;
  font-family: "CircularStd-Black", sans-serif;
  margin-top: 8vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #winners #more-ways-to-win h2 {
    font-size: 2.85vw;
    margin-top: 0;
    margin-bottom: 1vw;
    padding-top: 10vw;
  }
}
#winners #more-ways-to-win p {
  font-size: 2.5vw;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #winners #more-ways-to-win p {
    font-size: 1vw;
  }
}
#winners #more-ways-to-win .btn {
  font-size: 3.25vw;
  font-family: "CircularStd-Bold", sans-serif;
  letter-spacing: 0.25vw;
  width: 42vw;
  height: 7vw;
  margin-bottom: 15vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
  padding-top: 1.25vw;
}
@media only screen and (min-width: 768px) {
  #winners #more-ways-to-win .btn {
    font-size: 1vw;
    letter-spacing: 0.15vw;
    width: 15vw;
    height: 2.5vw;
    margin-bottom: 0;
    margin-top: 1.5vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5vw;
  }
}

@media only screen and (min-width: 768px) {
  #rules {
    text-align: center;
    width: 100%;
    position: relative;
    background-image: url(../img/pr279/rules-bg-dt.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 54.99vw;
    margin-top: -8vw;
  }
}
#rules #rules-header-img {
  width: 100vw;
  height: auto;
  margin-top: -27vw;
}
#rules h1 {
  font-size: 6.75vw;
  margin-top: 3vw;
  margin-bottom: 1vw;
  text-align: center;
  font-family: "CircularStd-Black", sans-serif;
}
@media only screen and (min-width: 768px) {
  #rules h1 {
    font-size: 3.85vw;
    text-align: left;
  }
}
#rules #rules-scroll {
  overflow-y: auto;
  height: 150vw;
}
@media only screen and (min-width: 768px) {
  #rules #rules-scroll {
    height: 30vw;
    padding-right: 0.5vw;
  }
  #rules #rules-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
  }
  #rules #rules-scroll::-webkit-scrollbar {
    width: 3px;
  }
  #rules #rules-scroll::-webkit-scrollbar-thumb {
    /*background-color: rgba(142, 144, 147, .75);*/
    background-color: #000;
    border-radius: 4px;
  }
  #rules #rules-scroll::-webkit-scrollbar-button:end:increment {
    height: 2%;
  }
  #rules #rules-scroll::-webkit-scrollbar-button:start:decrement {
    height: 2%;
  }
}
#rules #rules--content {
  margin-left: 6vw;
  margin-right: 6vw;
  margin-bottom: 2vw;
  height: 100%;
  font-size: 3vw;
}
@media only screen and (min-width: 768px) {
  #rules #rules--content {
    margin-left: 3vw;
    margin-right: 60vw;
    margin-bottom: 2vw;
    font-size: 1vw;
    text-align: left;
    padding-top: 10vw;
    padding-right: 2vw;
  }
}
#rules #rules--content p {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}
@media only screen and (min-width: 768px) {
  #rules #rules--content p {
    margin-top: 0.75vw;
    margin-bottom: 0.75vw;
  }
}
#rules #home-btn {
  width: 42vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6vw;
  margin-top: 6vw;
  font-family: "CircularStd-Bold", sans-serif;
  letter-spacing: 0.25vw;
  font-size: 3.25vw;
  padding-top: 1.15vw;
}
@media only screen and (min-width: 768px) {
  #rules #home-btn {
    width: 15vw;
    height: 2.5vw;
    margin-left: 0;
    margin-bottom: 2vw;
    margin-top: 2vw;
    font-size: 1.15vw;
    letter-spacing: 0.1vw;
    padding-top: 0.4vw;
  }
}

#footer {
  background-color: #000;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
#footer #content {
  display: flex;
  /*        @include desktop {
              display: block;
          }*/
}
#footer #content img {
  width: 16.5vw;
  height: 15.23920266vw;
}
@media only screen and (min-width: 768px) {
  #footer #content img {
    width: 8vw;
    height: 7.38870432vw;
  }
}
#footer #content .footer-links {
  display: flex;
  flex-direction: column;
  margin-left: 8vw;
}
@media only screen and (min-width: 768px) {
  #footer #content .footer-links {
    margin-left: 0;
    flex-direction: row;
    align-items: center;
  }
}
#footer #content .footer-links a {
  font-size: 2.75vw;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #footer #content .footer-links a {
    font-size: 1.25vw;
    margin-left: 4vw;
  }
}
#footer p {
  color: #888888;
  font-size: 2.5vw;
  text-align: center;
  margin-top: 4vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #footer p {
    font-size: 1vw;
    text-align: left;
    margin-top: -2vw;
    margin-left: 12vw;
  }
}

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