.form {
  text-align: left;
  color: black;
  width: 500px;
  left: 50%;
  margin-left: -250px;
}

.form img {
  display: inline-block;
  width: 70%;
  height: auto;
  max-width: 310px;
  padding: 20px;
}

.form ul {
  color: black;
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  padding: 0;
}

.form .message {
  text-align: center;
  margin-bottom: 30px;
}

.form li {
  margin-bottom: 10px;
}

.form p {
  padding-top: 20px;
  margin: 10px 4% 0 4%;
}

.form label {
  display: inline-block;
  height: 16px;
  font-size: 13px;
  width: 44%;
  text-align: right;
  margin-right: 10px;
}

.form label.linebreak {
  position: relative;
  top: 7px;
}

.form input[type=text], .form input[type=date], .form input[type=email], .form input[type=tel], .form select {
  font-family: "Open Sans", sans-serif !important;
  width: 44%;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 7px 7px;
  background-color: white;
  color: #777;
}

.form input[type=checkbox] {
  position: relative;
  top: 3px;
}

.form select {
  width: 58.5%;
}

.form .terms {
  text-align: left;
  font-size: 11px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.form .submit {
  text-align: center;
}

.form .submit a {
  display: inline-block;
  cursor: pointer;
  padding: 11px;
  color: white;
  background-color: #e2231b;
  border-radius: 3px;
  border: none;
  font-size: 15px;
  max-width: 300px;
}

.form .skip {
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
}

.form .skip a {
  text-decoration: underline;
  cursor: pointer;
}

.form .facebook {
  text-align: center;
}

.form .thank_you_message {
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
}

.form .closeButton {
  float: right;
  font-size: 25px !important;
  cursor: pointer;
  margin-right: -20px;
  margin-top: -27px;
}

/*
@font-face {
font-family: "Open Sans";
src: url("../fonts/PepiBold.otf");
}

@font-face {
font-family: "Pepi Medium";
src: url("../fonts/PepiMedium.otf");
} 
*/
.options li .option_content {
  margin-left: 60px;
  border-style: solid;
  border-width: 0px 2px 0px 2px;
  border-image-source: url("../img/FIBA/option_bg.png");
  border-image-slice: 0 2 0 2 fill;
  border-image-repeat: stretch stretch;
}

.options li .order_number {
  position: absolute;
  margin-left: -60px;
  color: #FFF;
  font-size: 1.75em;
}

.options li img {
  width: 50px;
  height: auto;
  padding: 1px;
}

.options li .percent {
  text-align: right;
  float: right;
  left: -25px;
  top: 6px;
  position: relative;
}

.options li .percent_bar {
  width: calc(100% - 160px);
  height: 12px;
  margin-top: 8px;
  margin-left: 60px;
  border-radius: 100px;
  background: linear-gradient(0deg, #231c21, #231c21);
  -webkit-box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.25);
}

.options li .percent_bar .fill {
  display: block;
  background: linear-gradient(0deg, #d6001c, #bd0013);
  border-radius: 100px;
  width: 0%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .options li .option_content {
    margin-left: 30px;
  }

  .options li .percent {
    top: 3px;
  }

  .options li .order_number {
    margin-left: -45px;
    font-size: 1.35em;
  }

  .options li .percent_bar {
    width: calc(100% - 125px);
    height: 10px;
    margin-top: 6px;
    margin-left: 31px;
  }
}
body {
  background-image: url("../img/FIBA/background.jpg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: black !important;
  color: #FFF;
}

@media (min-aspect-ratio: 1080/1270) {
  body {
    background: url("../img/FIBA/bg_desktop.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
/*
    .page {
      
      margin-bottom:5vw;

      //background: linear-gradient(hsla(0,0%,100%,0) 10%,hsla(0,0%,100%,.1) 25%,hsla(0,0%,100%,.1) 75%,hsla(0,0%,100%,0) 90%);
      background: linear-gradient(0deg, #FF000000 0%, #FF000066 20%, #FF0000DD 80%, #FF000000);

      margin: 0 8vw ;
      height: 100%;

    }
    */
.page {
  background: linear-gradient(180deg, #FFFFFF00 20%, #FFFFFF15 60%, #FFFFFF15 80%, #FFFFFF00 100%);
  margin: 0 8vw;
}

.content {
  margin: 0 1vw;
}

.info h1 {
  color: #FFF;
  font-size: 4.5vmin !important;
  line-height: 1.15em;
  margin: 10vmin 10vmin;
  text-shadow: 0 3px 4px #000;
}

.info h1 span {
  display: block;
}

.info .message {
  margin-bottom: 30px;
}

.page .info .staticLogo {
  max-width: 40vmin;
  height: auto;
  margin: auto;
  padding-top: 72px;
}

.page .info .logo {
  display: block;
  max-height: 25vmin;
  width: auto;
  max-width: 38vmin;
  height: auto;
  margin: auto;
  margin-top: 11vmin;
}

.options li {
  padding-bottom: 15px !important;
  padding-top: 20px !important;
  text-shadow: -1px 1px 1px #000;
}

.option_content .text {
  color: white !important;
}

.option_content .text.long_text {
  font-size: 14px;
  line-height: 14px;
}

.vote .option_content .text.long_text {
  font-size: 13px;
}

.option_content .text.very_long_text {
  font-size: 11px;
}

.option_content .text.ridiculously_long_text {
  font-size: 9px;
  line-height: 10px;
}

.options li .option_content {
  padding: 0 !important;
  max-height: 45px;
  height: 45px !important;
  font-size: 18px;
  line-height: 18px;
  margin-left: 0px;
  margin-right: 0px;
}

.options li .option_content span {
  margin-left: 6px;
  margin-top: 2px;
  margin-right: 10px;
}

.options li .order_number {
  z-index: 1;
  margin-right: 20px;
  border: 3px solid white;
  width: 37px;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 22px;
  transform: scale(0.8);
}

.options li .percent {
  color: #cbcbcb;
  top: 0px;
}

.options li .percent {
  font-size: 20px;
  margin-right: -10px;
}

.options li .option_content img {
  height: 100%;
  width: auto !important;
}

.options li .option_content {
  border-left-width: 50px;
}

.options li.selected .option_content {
  border-image-source: url(../img/FIBA/option_bg_active.png) !important;
}

.quiz .options li.correct_answer .option_content {
  border-image-source: url(../img/FIBA/option_bg_highlight.png) !important;
}

#result.quiz .options li:not(.correct_answer) {
  opacity: 0.5;
}

#result.quiz .options li:not(.correct_answer) .option_content {
  height: 35px !important;
}

#result.quiz .options li:not(.correct_answer) .option_content span {
  margin-top: 2px !important;
}

#result.quiz .options li:not(.correct_answer) .order_number {
  transform: scale(0.5);
  margin-top: -3px;
}

#result.quiz .options li:not(.correct_answer) .percent_bar {
  height: 10px;
}

.options li .percent_bar {
  width: calc( 100% - 75px );
  border-radius: 0px;
  margin-left: 0px;
  height: 15px;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.options li .percent_bar .fill {
  border-radius: 0px;
  background: linear-gradient(90deg, #FF000000 0%, #FF000066 20%, #FF0000DD 80%, #FF000000);
  position: relative;
  height: 90%;
  top: 5%;
}

.winner {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-top: 5vw;
}

.winner_image {
  display: block;
  margin-bottom: 5vw;
  text-align: center;
}

.winner_image img {
  width: calc(100% - 20px);
  height: auto;
  max-width: 480px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-image-source: url("../img/fise/winner_background.png");
  border-image-slice: 5 5 5 5 fill;
  border-image-repeat: stretch stretch;
}

.winner_text {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-image-source: url("../img/fise/winner_background.png");
  border-image-slice: 5 5 5 5 fill;
  border-image-repeat: stretch stretch;
  font-size: 2rem;
  display: block;
  padding: 0.5vw;
  margin: 0 3vw;
}

.winner_text .percent {
  float: right;
}

#intro.page,
#end.page {
  text-align: center;
  font-size: 2.5vw;
  margin-top: 10vmin;
}

#intro .info,
#end .info {
  width: 100%;
}

#social_media {
  position: absolute;
  top: 4vmin;
  width: 100%;
  text-align: center;
}

#popup .content {
  width: 430px !important;
  max-width: 430px;
  margin-left: -215px !important;
  left: 50%;
  background-color: white !important;
  color: black !important;
  font-size: 14px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.27);
}

#popup .content .close {
  top: 12px;
  right: 12px;
  width: 20px;
}

#popup .content .message {
  font-size: 17px;
}

#popup .content p {
  text-align: center;
}

#popup .content p img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

#popup .content a {
  color: #00acd7;
}

#popup .content ul {
  column-count: 1 !important;
  padding: 0px 40px 0px 40px !important;
  padding-bottom: 20px !important;
}

#popup .content label {
  width: 100%;
  display: block !important;
  text-align: left;
  padding-bottom: 5px;
}

#popup .content ul input,
#popup .content ul select {
  width: 100% !important;
  display: inline-block !important;
  padding: 3px;
  box-sizing: border-box;
}

#popup .content ul input[type=checkbox] {
  border: 1px solid red;
}

#popup .content .message {
  padding: 0 30px;
  padding-top: 45px;
  padding-bottom: 15px;
}

#popup .content .terms_item,
#popup .content .marketing_item {
  width: 100%;
  display: table !important;
  padding: 10px 0 !important;
  text-align: left !important;
}

#popup .content .terms_item span,
#popup .content .marketing_item span {
  display: table-cell !important;
  width: 100%;
}

#popup .content .terms_item input,
#popup .content .marketing_item input {
  display: table-cell !important;
  width: 30px !important;
}

#popup .content .submit_button {
  display: block;
  box-sizing: border-box;
  padding: 10px 0px !important;
  background-color: #00acd7 !important;
  color: white !important;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  position: relative;
}

#popup .content .submit_button.secondary {
  background-color: transparent;
  color: black;
  text-decoration: underline;
}

#terms_container {
  max-width: 460px;
  left: 50% !important;
  margin-left: -230px;
}

#terms_container .close_button {
  right: 50% !important;
  top: 26px !important;
  margin-right: -205px;
}

@media screen and (max-width: 470px) {
  #popup .content {
    width: calc( 100% - 30px) !important;
    left: 15px !important;
    margin-left: 0px !important;
  }

  #popup .content ul {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }

  #popup .content ul li label {
    width: 25% !important;
    padding-right: 2%;
  }

  #popup .content ul li input {
    box-sizing: border-box;
    width: 100% !important;
  }

  #popup .content .terms_item,
#popup .content .marketing_item {
    margin-left: 2%;
  }

  #terms_container {
    width: 100%;
    left: 0px !important;
    margin-left: 0px !important;
  }

  #terms_container .close_button {
    top: 25px !important;
    right: 25px !important;
    margin-right: 0px;
  }
}
@media screen and (max-width: 350px) {
  .options li .order_number {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 18px;
  }

  .options li .option_content img {
    height: 70px;
    width: auto;
    margin-top: -26px;
  }

  .info h1 {
    font-size: 1.75em !important;
    line-height: 1.1em;
  }

  .info .staticLogo {
    max-width: 40vmin !important;
  }

  .info .logo {
    max-width: 40vmin !important;
  }
}
@media screen and (min-width: 350px) {
  .info h1 span {
    font-size: 0.75em !important;
    line-height: 1em;
  }

  .info .message {
    padding: 0 5vw;
  }

  .options {
    padding-right: 0.5vw !important;
    padding-top: 0px !important;
  }

  .options li .order_number {
    font-size: 25px;
  }

  .winner {
    display: block;
  }

  .winner_text {
    margin: 0;
    font-size: 5vw;
  }
}
@media screen and (min-width: 570px) {
  .page {
    padding: 0 5vw !important;
  }

  .info .message {
    padding: 0 15%;
  }

  .options li img {
    height: 60px;
    width: auto;
  }

  .vote .option_content .text.long_text {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  body {
    background: url("../img/FIBA/bg_desktop.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .options {
    padding-top: 52px !important;
  }

  .info {
    width: 25vw;
    margin-right: 5vw;
  }

  #live .info h1 {
    font-size: 3.5vmin !important;
  }

  #live .info .staticLogo,
#result .info .staticLogo {
    max-width: 80% !important;
  }

  #live .info .logo,
#result .info .logo {
    max-width: 80% !important;
    margin-top: 7vmin !important;
  }

  .info h1 {
    margin: 7vmin 0;
  }

  .info .message {
    padding: 0;
  }

  .content {
    display: table;
  }

  .options {
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }

  .vote .option_content .text.long_text {
    font-size: 18px;
  }

  .options li .percent_bar {
    margin-left: 0px;
  }

  .options li .percent {
    top: 10px;
  }

  .options li img {
    height: 80px;
    width: auto;
  }

  .winner {
    display: table-cell;
  }

  .winner_text {
    margin: 0 3vw;
    font-size: 2rem;
  }

  #intro .info,
#end .info {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #live .info .staticLogo {
    max-width: 25vmin !important;
  }

  #live .info .logo {
    max-width: 30vmin !important;
  }

  .options li img {
    height: 80px;
    width: auto;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: black;
}

ul {
  list-style-type: none;
}

.page {
  padding: 0 2vw;
}

.header {
  text-align: center;
}

.header .logo {
  padding: 5vw;
}

.content .info {
  display: block;
  text-align: center;
}

.content .info img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content .info h1 {
  text-align: center;
}

.options {
  padding: 0;
  padding-top: 5vw;
  /*
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  */
  -webkit-column-gap: 2.5vw;
  -moz-column-gap: 2.5vw;
  column-gap: 5vw;
}

.options li a {
  cursor: pointer;
}

#result .options li a {
  cursor: default;
}

.options li {
  padding: 3px 0 40px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.options li .option_content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1vw 1vw 1vw 1vw;
}

#popup {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  font-size: 12px;
}

#popup .dimmer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}

#popup .content {
  display: block;
  z-index: 600;
  position: absolute;
  left: 50%;
  top: 6vh;
  width: calc( 100% - 12vh );
  margin-left: calc( -50% + 6vh );
  box-sizing: border-box;
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
}

#popup .content p {
  padding: 5px 25px;
}

#popup .content form {
  height: 100%;
  box-sizing: border-box;
}

#popup .content ul {
  display: block;
  height: auto;
  box-sizing: border-box;
  padding: 0px 25px;
  padding-bottom: 50px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

#popup .content ul li {
  margin-bottom: 10px;
}

#popup .content label {
  display: block;
}

#popup .content ul input {
  width: 100%;
}

#popup .content ul input.input_missing,
#popup .content ul select.input_missing {
  outline: 1px solid red;
  outline-offset: 1px;
}

#popup .content .submit span {
  display: block !important;
  width: 100%;
}

#popup .content .terms_item {
  padding-top: 13px;
}

#popup .content .submit_item {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#popup .content .submit input {
  width: auto;
  position: relative;
  top: 3px;
}

#popup .content .submit_button {
  cursor: pointer;
  border-radius: 3px;
  background-color: red;
  padding: 5px 7px;
  color: white;
}

#popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 12px;
  height: auto;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  #popup .content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 500px) {
  #popup .content ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  #popup .content ul input {
    width: 100%;
  }
}
#terms_container {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  z-index: 999;
}

#terms_container iframe {
  width: 100%;
  height: 100%;
  background-color: white;
  border: 0;
  overflow: hidden;
}

#terms_container .close_button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  width: 20px;
  height: auto;
}

#cookie_consent {
  display: table;
  border-collapse: separate;
  border-spacing: 15px;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  font-size: 12px;
  color: black;
  background-color: white;
}

#cookie_consent p {
  display: table-cell;
  width: 100%;
}

#cookie_consent a {
  cursor: pointer;
  color: black;
}

#cookie_consent .dismiss {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  cursor: pointer;
}

#cookie_consent .dismiss span {
  border-radius: 5px;
  background-color: #d6001c;
  padding: 10px 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
}

.fb-button {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  font-size: 11.1px;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #4267B2;
  padding: 4px 4px 0 3px;
  border-radius: 3px;
}

.fb-button img {
  height: 16px !important;
  padding: 0 !important;
  width: auto !important;
  margin-top: -2px;
}

.fb-button:hover {
  background-color: #365899;
}

.fb-button .social-media-logo {
  float: left;
}

.fb-button .text {
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.fb-button {
  text-decoration: underline;
  cursor: pointer;
}

.twitter-button {
  display: inline-block;
  background-color: #1b95e0;
  border-radius: 3px;
  width: 60px;
  height: 20px;
  cursor: pointer;
  color: white;
  font-size: 11px;
  line-height: 18px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.twitter-button img {
  height: 14px;
  width: auto;
  position: relative;
  top: 3px;
  left: 5px;
  margin-right: 5px;
}

#debug h1 {
  text-align: left;
}

#debug {
  padding-top: 50px;
}

#debug h1 {
  font-size: 22px;
}

#debug a {
  padding: 10px;
  border-radius: 5px;
  background-color: #AAA;
  cursor: pointer;
}

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