/*@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;element-head{
    }

}*/
#judge-login {
  display: none;
  flex-direction: column;
  align-items: center;
  height: 22vw;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #judge-login {
    display: flex;
  }

}

.judging-links {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

#judge-login .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#judge-login .form input {
  margin: 0.5vw 0;
  width: 15vw;
  font-size: 1vw;
}

#judge-login .form button {
  height: 2vw;
  width: 7vw;
  font-size: 1vw;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0.5vw 1vw;
  text-align: center;
  /* border: 1px solid black; */
}

th {
  /* border: 1px solid black; */
  padding: 0.5vw 1vw;
}

table {
  background-color: #CCCCCC;
  border: 1px solid black;
  padding: 2vw;
}

.title {
  margin-bottom: 0;
}

.division-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1vw 0;
}

.division-holder h3 {
  margin: 0vw 0 1vw;
}

.slider {
  width: 35vw;
}

.division-holder-btns {
  display: flex;
}

.division-holder-btns p {
  padding: 0.5vw;
  background-color: gainsboro;
  border: 1px solid black;
  width: 8vw;
  text-align: center;
  cursor: pointer;
}

.division-holder-btns p:hover {
  background-color: #a09f9f;
}

.division-holder-btns p.peterbilt-toggle {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

.division-holder-btns p.all-toggle {
  /* background-color: gray; */
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

.toggle {
  margin: 0
}

.modal {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  z-index: 100;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.keyword-modal {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  z-index: 100;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.selected {
  background-color: green !important;
  color: white;
  font-weight: bold;
}

.selected::after {
  content: " ✓";
}

.slider-score {
  display: flex;
  padding: 1vw 0;
}

.slider-score p {
  margin: 0 2vw;
}

.video {
  opacity: 1;
  /* background-color: white; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.close-modal {
  position: absolute;
  top: 1vw;
  right: 1vw;
  padding: 0 1vw;
  background-color: black;
  font-size: 3vw;
  color: white;
  margin: 0;
  cursor: pointer;
}

.judging-lable {
  margin: 0;
}

.judging-buttons {
  display: flex;
  justify-content: space-between;
}

.judging-buttons button {
  background-color: red;
  border: none;
  height: 2vw;
  border-radius: 0.25vw;
  width: 7vw;
  font-size: 1.25vw;
  color: white;
}

.judging-buttons button: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;
}
.judging-buttons-Other {
  display: flex;
  justify-content: center
}

.judging-buttons-Other button {
  background-color: red;
  border: none;
  height: 2vw;
  border-radius: 0.25vw;
  width: 7vw;
  font-size: 1.25vw;
  color: white;
}

.judging-buttons-Other button: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;
}

.judging-content {
  display: none;
}
.keyword-btns{
    border: none;
    background: orange;
    border-radius: 1.5vw;
    width: 8vw;
    height: 2vw;
    margin-top: .25vw;
}
#top-ten {
  display: none;
}

.vod {
  display: block;
  text-align: center;
  margin: 5vh 3vw;
}

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

  .judging-content {
    display: flex;
    flex-direction: column;
  }

  #top-ten {
    display: flex;
    flex-direction: column;
    align-items: center;

  }
}

.judging-dashboard {
  margin: 3vw 0;
}

video {
  /* width: 100%; */
  height: 30vw;
}

.scoring {
  display: flex;
  padding: 1vw;
  flex-direction: column;
  justify-content: center;
}

.scroll-box {
  overflow-y: scroll;
  height: 20vh;
}

#entries {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.change::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}

.change:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}

.change::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}

.change:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

input::placeholder {
  color: #000;
}

.side-menu {
  width: 250px;
  height: 100vh;
  position: fixed;
  right: -250px;
  transition: 0.5s;
  background-color: #003087;
  display: flex;
  flex-direction: column;
  top: 0;
  z-index: 100;
}

.side-menu button {
  width: 150px;
  margin: 10px 20px;
}

.side-menu a {
  color: #ffffff;
  font-family: sans-serif;
  text-decoration: none;
  margin: 10px 20px;
}

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: "Gothic-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;
}

.kw-tt {
  display: none;
}

.red {
  background-color: #FF0D00;
  color: #fff;
  border-color: #FF0D00;
}

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

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

}

.dt {
  display: none !important;
}

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

.bold {
  font-family: "Gothic-Medium", sans-serif;
}

b {
  font-family: "Gothic-Medium", sans-serif;
}

/* #header {
  position: relative;
  z-index: 800;
  height: 27vw;
  margin-top: 4vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  justify-content: space-between;
  z-index: 99;
}

#header i {
  font-size: 10vw;
  padding: 1vw 0;
}

@media only screen and (min-width: 768px) {
  #header {
    height: 8.25vw;
    padding-top: 1vw;
    margin-top: 0vw;
    margin-left: 3vw;
    margin-right: 3vw;
    display: block;
  }

  #header i {
    display: none;
  }
}

#header #logo {
  display: inline-block;
  vertical-align: top;
  height: 15vw;
  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;
  margin: 0 1vw;
}

#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;
}
#shutdown {
  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;
  }
  #shutdown {
    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: center;
  padding: 4vw 0 0;
  /* margin-left: 5vw; */
  /* margin-right: 41vw; */
  display: flex;
  width: 100%;
  flex-direction: column;
}

#pg-top .content .right {
  height: 56vw;
}

#pg-top .content .right .splash-img {
  height: 56vw;
  /* width: 100%; */
}

#shutdown .content {
  text-align: center;
  padding: 4vw 0 0;
  /* margin-left: 5vw; */
  /* margin-right: 41vw; */
  display: flex;
  width: 100%;
  flex-direction: column;
}

#shutdown .content .right {
  /* height: 56vw; */
  display: flex;
  align-items: center;
  color: white;
}

#shutdown .content .right .splash-img {
  height: 56vw;
  /* width: 100%; */
}

.sd-annm{
  background-color: #FF0D00;
  height: 36vw;
  display: flex;
  align-items: center;
}
.sd-annm p{
  font-size: 5vw !important;
}
@media only screen and (min-width: 768px) {
  .sd-annm{
    position: relative;
    top: -3vw;
    width: 44vw;
    height: 20vw;
    
  }
  .sd-annm p{
    font-family: "Gothic-Medium", sans-serif;
    font-size: 2.2vw !important;
    padding: 0 2vw !important;
  }
  #pg-top .content {
    /* margin-left: 3vw; */
    /* margin-right: 53vw; */
    /* padding-top: 12vw; */
    flex-direction: row;
  }

  #pg-top .content .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 4vw 5vw;
  }

  #pg-top .content .right {
    height: 27vw;
    width: auto;
    padding-right: 2vw;
  }

  #pg-top .content .right .splash-img {
    height: 25vw;
  }
  #shutdown .content {
    /* margin-left: 3vw; */
    /* margin-right: 53vw; */
    /* padding-top: 12vw; */
    flex-direction: row;
  }

  #shutdown .content .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 4vw 5vw;
  }

  #shutdown .content .right {
    /* height: 27vw; */
    width: auto;
    padding-right: 2vw;
  }

  #shutdown .content .right .splash-img {
    height: 25vw;
  }
}

.rules-div {
  text-align: left;
}

.rules-div h2 {
  text-align: center;
}

#pg-top .content h1 {
  margin: 0;
  font-size: 7vw;
  font-weight: 300;
}

#pg-top .content h1 sup {
  font-size: 3vw;
  position: relative;
  top: -0.3vw;
}

#shutdown .content h1 {
  margin: 0;
  font-size: 7vw;
  font-weight: 300;
}

#shutdown .content h1 sup {
  font-size: 3vw;
  position: relative;
  top: -0.3vw;
}

@media only screen and (min-width: 768px) {
  #pg-top .content h1 {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.1;
  }

  #pg-top .content h1 sup {
    font-size: 1.4vw;
    position: relative;
    top: -0.3vw;
  }

  #shutdown .content h1 {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.1;
  }

  #shutdown .content h1 sup {
    font-size: 1.4vw;
    position: relative;
    top: -0.3vw;
  }
}

#pg-top .content p {
  font-size: 4vw;
  line-height: 1.35;
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-family: 'Gothic-Medium', sans-serif;
  padding: 0 3vw;
}
#shutdown .content p {
  font-size: 4vw;
  line-height: 1.35;
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-family: 'Gothic-Medium', sans-serif;
  padding: 0 3vw;
}

@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;

  }
  #shutdown .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;
}
#shutdown .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;
  }
  #shutdown .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: #003087;
  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 .dates {
    display: flex;
    flex-direction: column;
  }
}

#info p {
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  #info p {
    font-size: 1.5vw;
  }
}

#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;
  }
}

.x {
  color: white;
  position: absolute;
  right: 15px;
  color: white;
}

.spacer {
  height: 50px;
}

#entry-form #form-title {
  text-align: center;
  font-size: 3vw;
  padding: 0 10vw;
  padding-top: 7vw;
  padding-bottom: 3vw;
}

#entry-form #thankyou-title {
  text-align: center;
  font-size: 3vw;
  padding-top: 7vw;
  padding-bottom: 3vw;
}

#thankyou-title h2 {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #entry-form #form-title {
    font-size: 1.5vw;
    padding-top: 2vw;
    padding-bottom: 1.5vw;
  }

  #entry-form #thankyou-title {
    font-size: 1.5vw;
    padding-top: 5vw;
    padding-bottom: 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;
  position: relative;
  top: -8.5vw;
}

@media only screen and (min-width: 768px) {
  #entry-form #blurb-section label {
    font-size: 1vw;
    position: relative;
    top: -4vw;
  }
}

#entry-form #blurb-section .btn {
  font-size: 3.25vw;
  width: 42vw;
  height: 7vw;
  padding-top: 1.175vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2vw;
  position: relative;
  top: 6vw;
}

@media only screen and (min-width: 768px) {
  #entry-form #blurb-section .btn {
    font-size: 1.5vw;
    width: 16vw;
    height: 3vw;
    padding-top: 0.6vw;
    margin-top: 1vw;
    letter-spacing: normal;
    margin-bottom: 1vw;
    position: relative;
    top: 2vw;
  }
}

#entry-form .form {
  padding-top: 4vw;
}

#thankyou-title {
  display: none;
}

@media only screen and (min-width: 768px) {
  #entry-form .form {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 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: 47vw;
    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: left;
  font-family: "CircularStd-Bold", sans-serif;
  margin-bottom: 2vw;
  padding-left: 3vw;
}

@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;
    padding-left: 1vw;
  }
}

#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: left;
  text-align-last: left;
  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;
  }
}

#entry-form .form #submit-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  #entry-form .form #submit-row {
    display: block;
  }
}

#footer sup {
  position: relative;
  top: .4vw;
}

#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;
  }

  #footer sup {
    top: 0;
  }
}

#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: "Gothic-Medium", 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; */
  height: auto;
  left: 50%;
  top: 50%;
  /* transform: translate(-50%, -50%); */
  /*    background: {
          color: #fff;
      }*/
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

@media only screen and (min-width: 768px) {
  #video {
    width: 100vw;
    /* 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: "Gothic-Medium", 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: "Gothic-Medium", 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;
  }
}

#rules {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -6vw 0 8vw;
}

#rules .home-btn {
  background-color: red;
  border: none;
  height: 10vw;
  width: 25vw;
  font-size: 5.5vw;
  color: white;
  margin-top: 5vw;
}

#rules div {
  overflow-y: scroll;
  height: 100vw;
  width: 90vw;
}


#error404 {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 56vh;
  align-items: center;
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px) {
  #error404 {
    height: 46vh;
    font-size: 1.5vw;
  }

  #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; */
    margin: 1vw 0 4vw;
  }

  #rules div {
    overflow-y: scroll;
    height: 60vw;
    width: 70vw;
  }

  #rules .home-btn {
    background-color: red;
    border: none;
    height: 3vw;
    width: 9vw;
    font-size: 1.5vw;
    color: white;
    margin-top: 1vw;
  }
}




#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: "Gothic-Medium", 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: #003087;
  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;
  flex-direction: column;
  /*        @include desktop {
              display: block;
          }*/
}

#footer #content img {
  /* width: 16.5vw; */
  /* height: 15.23920266vw; */
}

/* #footer #content .logo-social .socials i{
  text-align: center;
} */
#footer #content .logo-social {
  display: flex;
  flex-direction: column;
}

#footer #content .logo-social .socials {
  display: flex;
  color: #00468A;
  justify-content: center;
}

#footer #content .logo-social .socials i {
  font-size: 11.5vw;
  margin: 3vw 5vw;
}

@media only screen and (min-width: 768px) {
  #footer #content {
    flex-direction: row;
  }

  #footer #content .logo-social {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 4vw;

  }

  #footer #content .logo-social .socials {
    display: flex;
    color: #00468A;
    justify-content: center;
  }

  #footer #content .logo-social .socials i {
    font-size: 2.5vw;
    margin: 0.5vw;
  }

  #footer #content img {
    /* width: 8vw; */
    height: 5vw;
  }
}

#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: 4.75vw;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  margin-bottom: 2vw;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #footer #content .footer-links a {
    font-size: 1.25vw;
    margin-left: 3vw;

  }
}

#footer p {
  color: #fff;
  font-size: 2.5vw;
  text-align: center;
  margin-top: 4vw;
  margin-bottom: 0;
}

h2 sup {
  font-size: 2.5vw;
}

p sup {
  font-size: 1.9vw;
}

@media only screen and (min-width: 768px) {
  h2 sup {
    font-size: 1.2vw;
  }

  p sup {
    font-size: 0.6vw;
  }

  #footer p {
    font-size: 1vw;
    text-align: left;
    margin-top: -2vw;
    margin-left: 23vw;
  }
}

.prize-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.prize-div h2 {
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-size: 2.3vw;
}

.prize-sub-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  text-align: left;
  font-size: 1.5vw;
}
.prize-sub-div ul{
  margin-top: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.prize-sub-div ul li{
  margin: 1vw 2vw;
  list-style: none;
  text-align: center;
}

.prize-img{
  height: 20vw;
}
.speaker{
  height: 12vw;
  margin-top: 4vw;
}

@media screen and (max-width: 768px) {
  .prize-div h2 {
    font-size: 1em;
    margin-bottom: 3vw;
  }
  .prize-sub-div {
    font-size: 1em;
  }
  .prize-sub-div ul li{
    text-align: center;
  }
  .prize-sub-div ul{
    flex-direction: column;
    align-items: center;
  }
  .prize-img{
    height: 50vw;
  }
  .speaker{
    height: 27vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  
}
.err {
  border-color: red !important;
}

.ok {
  border-color: black;

}