﻿@font-face {
  font-family: "Abolition";
  src: url("/fonts/Abolition.otf");
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

ul {
  list-style-position: inside;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

h1, h2, .abolition {
  font-family: "Abolition";
  text-transform: uppercase;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

body, html {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  background-color: white !important;
  font-weight: bold !important;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

.field-validation-error {
  display: block !important;
}

a {
  color: #1d68de !important;
}

img {
  max-width: 100%;
}

.gold {
  color: rgb(212, 175, 55);
}

.red {
  color: #fe101a;
}

.blue {
  color: #1d68de;
}

.lightgold {
  color: #ffffb5 !important;
}

.failure {
  background-color: rgba(255, 0, 0, 0.9019607843);
  color: white;
  border-radius: 30px;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.failure p {
  margin: 0;
}

#loadingPanel h2 {
  font-size: 2.5rem;
  color: #1d68de;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  #loadingPanel h2 {
    margin-top: 75px;
  }
}
@media (max-width: 767.98px) {
  #loadingPanel h2 {
    font-size: 1.5rem;
  }
}
#loadingPanel i {
  color: rgb(212, 175, 55) !important;
  font-size: 2.5rem;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #loadingPanel i {
    font-size: 1.5rem;
  }
}

.success {
  padding: 30px;
  background-color: green;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.success p {
  margin: 0;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
@media (min-width: 768px) {
  .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left;
}
.dropdown-menu li a {
  text-align: left !important;
  padding: 10px 15px;
}

@media (max-width: 767.98px) {
  .noPadMob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pageHeader {
  background-image: url("/images/headerBg.jpg");
  background-size: cover;
}

.headerNav {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-right: -15px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-position-x: 45px;
}
@media (min-width: 768px) {
  .headerNav {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .headerNav {
    width: 100%;
    border-bottom: white 2px solid;
    display: none;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    background-image: none;
    margin-top: 18px;
    z-index: 1000;
    position: relative;
  }
  .headerNav li {
    display: block;
    width: 100%;
    background-color: black;
    color: white;
    transition: background-color 0.25s;
    height: auto;
  }
  .headerNav li:hover, .headerNav li:active, .headerNav li:focus, .headerNav li .active {
    background-color: #3e85ff !important;
  }
  .headerNav a {
    text-align: center !important;
    display: block;
    width: 100% !important;
    color: white !important;
  }
  .headerNav .dropdown-menu {
    width: 100% !important;
    background-color: black !important;
    position: relative !important;
    height: 0px !important;
    transition: height 0.25s;
    max-width: 100% !important;
    height: auto !important;
  }
  .headerNav .dropdown-menu ul {
    border-radius: 0;
  }
  .headerNav .dropdown-menu li {
    background-color: transparent !important;
  }
  .headerNav .dropdown-menu a {
    background-color: #3e85ff !important;
  }
  .headerNav .dropdown-menu a:hover {
    background-color: #1d68de !important;
  }
}
.headerNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.headerNav ul li {
  list-style: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .headerNav ul li:hover .dropdown-menu {
    display: block !important;
  }
}
.headerNav ul li.open .dropdown-menu {
  display: block !important;
}
.headerNav ul li .dropdown-menu {
  max-width: 300px;
  background-color: transparent !important;
  z-index: 1000;
  position: relative;
}
@media (min-width: 768px) {
  .headerNav ul li .dropdown-menu {
    background-color: black !important;
  }
}
.headerNav ul li .dropdown-menu li:hover {
  background-color: #1d68de;
  color: white;
}
.headerNav ul li .dropdown-menu li:hover a {
  color: gold !important;
}
.headerNav ul li .dropdown-menu a, .headerNav ul li .dropdown-menu a:hover, .headerNav ul li .dropdown-menu a:active {
  width: 100%;
  text-align: center !important;
  color: white !important;
  height: 35px !important;
  line-height: 15px;
}
@media (min-width: 768px) {
  .headerNav ul li .dropdown-menu a, .headerNav ul li .dropdown-menu a:hover, .headerNav ul li .dropdown-menu a:active {
    background-color: transparent !important;
  }
}
.headerNav ul li a {
  padding: 10px 30px;
  border-radius: 20px;
  background-color: black;
  border: solid 1px white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: white !important;
  font-size: 0.8rem;
  transition: font-size 0.25s;
  margin-top: 10px;
  margin-right: 10px;
}
.headerNav ul li a:hover, .headerNav ul li a.active, .headerNav ul li a .open {
  color: white;
}

.hamburger {
  height: 45px;
  margin: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  z-index: 120;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.hamburger .line {
  background-color: white;
  position: relative;
  width: 40px;
  height: 5px;
  margin-top: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger.active .top {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 22.5px;
}

.hamburger.active .meat {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}

.hamburger.active .bottom {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pageHeader {
  position: relative;
  height: 120px;
}
.pageHeader:not(.home) {
  background-image: url("/images/headerBg.png");
  height: 105px;
}
.pageHeader .strapLogo {
  width: 100%;
  max-width: 255px;
  position: relative;
  z-index: 100;
  display: block;
  margin: auto;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pageHeader .strapLogo {
    max-width: 250px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pageHeader .strapLogo {
    max-width: 250px;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .pageHeader .strapLogo {
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pageHeader .strapLogo {
    width: 36%;
    float: left !important;
  }
}
@media (max-width: 575.98px) {
  .pageHeader .strapLogo {
    width: 36%;
    float: left !important;
  }
}

.moreBenefits, .benefitsLess {
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  float: left;
  color: #1d68de !important;
}

.homeApply:hover img {
  transform: scale(1.1);
}
.homeApply img {
  transform: scale(1);
  transition: transform 0.25s;
}

.sponsorsBox a:hover img {
  transform: scale(1.1);
}
.sponsorsBox a img {
  transform: scale(1);
  transition: transform 0.25s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sponsor {
    margin-top: -5px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sponsor {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sponsor {
    margin-top: -5px !important;
  }
}

.sponsorsHead {
  width: auto !important;
  display: inline-block !important;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1.5rem !important;
  margin-bottom: 30px;
}

.sponsorHold {
  height: 221px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  padding-top: 43px;
  position: relative;
  z-index: 2;
  border-radius: 40px;
  overflow: hidden;
  /*&::after {
      content: "";
      position: absolute;
      z-index: -1;
      background-color: $colorBlueTransparent;
      left: 1%;
      top: 0;
      right: 1%;
      bottom: 0;
      width: 98%;
      height: 100%;
  }*/
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sponsorHold {
    height: 185px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sponsorHold {
    height: 156px;
    border-radius: 31px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sponsorHold {
    height: 155px;
    border-radius: 33px;
  }
}
@media (max-width: 767.98px) {
  .sponsorHold {
    height: 176px;
    border-radius: 38px;
    background-size: 100% 176px;
  }
}
@media (max-width: 575.98px) {
  .sponsorHold {
    height: 106px;
    border-radius: 21px;
    background-size: 100% 105px;
  }
}
.sponsorHold img {
  width: 75%;
  margin: auto;
  display: block;
}
@media (max-width: 575.98px) {
  .sponsorHold img {
    margin-top: -17px;
  }
}

::placeholder, textarea::placeholder, input::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 0.7 !important;
}

form label {
  display: inline-block;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media (max-width: 1199.98px) {
  form label {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  form label {
    font-size: 0.9rem;
  }
}
form .form-control {
  background-color: rgba(62, 133, 255, 0.6);
  font-weight: bold;
  margin-bottom: 20px;
}
form .form-control:focus, form .form-controlhover {
  background-color: rgba(62, 133, 255, 0.6);
}
form span:not(.field-validation-valid) {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
  color: #1d68de;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  form span:not(.field-validation-valid) {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  form span:not(.field-validation-valid) {
    font-size: 0.8rem;
  }
}
form .field-validation-error > span {
  color: red !important;
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
}
form select {
  background-color: rgba(62, 133, 255, 0.6) !important;
}
form option {
  background-color: #1d68de !important;
  font-weight: bold;
  text-indent: 5px;
}
form option:hover {
  background-color: rgb(82, 71, 31) !important;
}
form input[type=file] {
  display: block;
}
form #MainProfilePicture {
  width: 250px;
}
form .uploadBtn {
  margin-bottom: 30px;
  cursor: pointer;
}
form .fileBox {
  position: relative;
  height: 40px;
  width: 250px;
  /* &::after {
      content: "Upload";
      position: absolute;
      top: 0;
      width: 250px;
      padding: 8px;
      padding-top: 5px;
      text-align: center;
      color: black;
      opacity: .8;
      transition: opacity .25s;
      background: linear-gradient(0deg, rgb(255, 255, 181) 0%, rgb(168, 108, 40) 93%);
      border-radius: 15px;
  }*/
}
form .fileBox:hover::after {
  opacity: 1;
}
form .fileBox.done::after {
  content: "Uploaded!" !important;
}
form .uploaded {
  display: none;
  color: green;
  font-size: 2rem;
  margin-left: 10px;
  float: right;
  margin-right: -45px;
}
form textarea, form textarea:focus {
  margin-bottom: 20px;
  min-height: 200px !important;
  background-color: rgba(62, 133, 255, 0.6) !important;
  margin-top: 10px;
}
form button {
  padding: 0;
}
form img.submit {
  margin-top: 30px;
  height: 50px;
  width: auto;
  margin: auto;
  display: block;
}

.goldNotice {
  text-align: center;
  font-size: 1.1rem;
  background-color: rgba(62, 133, 255, 0.6);
  padding: 15px;
  border-radius: 15px;
}
@media (max-width: 1199.98px) {
  .goldNotice {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .goldNotice {
    font-size: 0.8rem;
  }
}

.votedBox {
  text-align: center;
  background-color: rgba(62, 133, 255, 0.6);
  padding: 15px;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .votedBox {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .votedBox {
    font-size: 0.8rem;
  }
}

.contestant {
  margin: auto;
  position: relative;
  border: solid 1px transparent;
  display: block;
  border-radius: 25px;
  z-index: 3;
  overflow: hidden;
  margin-bottom: 5px;
}
.contestant.profilePage {
  padding: 3px;
}
.contestant .profileImage {
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 100;
  border-radius: inherit;
}
.contestant:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(82deg, rgb(255, 255, 181) 0%, rgb(168, 108, 40) 93%);
}
.contestant .profilePic {
  position: relative;
  z-index: 3;
  padding: 4px;
  border-radius: inherit;
  width: 100%;
  height: auto;
}

.votePanel .contestant::after {
  content: "Vote For Me";
  position: absolute;
  top: 26px;
  left: -60px;
  width: 200px;
  transform: rotate(-45deg);
  background-color: rgba(212, 175, 22, 0.9);
  padding: 3px;
  z-index: 100;
  text-align: center;
  font-size: 0.9rem;
  color: white;
}
@media (max-width: 575.98px) {
  .votePanel .contestant::after {
    padding: 0;
    font-size: 0.5rem;
    top: 22px;
    left: -73px;
  }
}

.voteForMe {
  display: block !important;
  margin: auto;
  margin-bottom: 30px;
  max-width: 100%;
  width: auto !important;
}

.pastWinner {
  margin-bottom: 30px;
}

.sponsorImage {
  width: 100%;
}

.sponsorHead {
  font-size: 1.5rem;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .sponsorHead {
    text-align: left !important;
  }
}

.sponsorCost {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 15px;
  float: left;
}
@media (max-width: 767.98px) {
  .sponsorCost {
    display: block;
    float: none;
  }
}

.sponsorshipTag {
  color: white !important;
  padding: 4px 9px;
  border-radius: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 0.6rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .sponsorshipTag:nth-child(2), .sponsorshipTag:nth-child(5) {
    margin-left: 10px !important;
  }
}

.benefitOption {
  font-weight: normal;
}
@media (max-width: 1199.98px) {
  .benefitOption {
    font-size: 0.8rem;
  }
}

.benefitsPanel p {
  font-weight: normal;
}

.sponsorOptionImage {
  background-size: cover;
  background-position: center;
  max-height: 400px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sponsorOptionImage {
    min-height: 550px;
  }
}
@media (max-width: 767.98px) {
  .sponsorOptionImage {
    min-height: 300px;
  }
}

@media (max-width: 991.98px) {
  .sponsorshipOptions {
    margin-top: 30px;
  }
}

.sponsorshipOption {
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #1d68de;
}
.sponsorshipOption .btn {
  float: right;
  min-width: 300px;
}
@media (max-width: 767.98px) {
  .sponsorshipOption .btn {
    margin: auto;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
    min-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sponsorshipOption p:not(.summary), .sponsorshipOption .btn, .sponsorshipOption a {
    margin-left: 30px;
  }
  .sponsorshipOption img {
    margin-bottom: 30px;
  }
  .sponsorshipOption .sponsorCost {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .sponsorshipOption h1, .sponsorshipOption p, .sponsorshipOption .moreBenefits, .sponsorshipOption .benefitsLess, .sponsorshipOption .btn {
    margin-left: 15px;
  }
  .sponsorshipOption .btn {
    margin-bottom: 15px;
  }
}

.moreBenefits, .benefitsLess {
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  float: left;
}

@media (max-width: 767.98px) {
  .pageHeading, .pageBody h1, .pageBody h2 {
    color: white;
    text-align: center;
  }
}

.pageHeading {
  color: #1d68de !important;
  margin-top: 60px;
  font-size: 3rem;
}

@media (max-width: 767.98px) {
  .pageBody h3 {
    color: #1d68de;
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .pageText {
    font-size: 0.8rem;
  }
}
.pageText h3 {
  color: #1d68de;
}

@media (max-width: 991.98px) {
  .entryForm .btn {
    margin-bottom: 30px;
  }
}

.profilePageDescription, .contestant.profilePage {
  height: 500px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .profilePageDescription, .contestant.profilePage {
    height: 450px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profilePageDescription, .contestant.profilePage {
    height: 350px !important;
  }
}
.profilePageDescription.profilePageDescription, .contestant.profilePage.profilePageDescription {
  height: auto !important;
}

.profilePageDescription {
  padding: 15px;
  margin: auto;
  position: relative;
  border: solid 1px transparent;
  display: block;
  border-radius: 25px;
  overflow: hidden;
  z-index: 3;
  margin-bottom: 5px;
  border: solid 3px #1d68de;
  background-size: cover;
  text-align: center;
  font-size: 1.15rem;
}
.profilePageDescription::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.9);
}

.contestantName {
  color: #1d68de;
  text-align: center;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contestantName {
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.aboutText {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aboutText {
    font-size: 0.75rem;
    min-height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aboutText {
    font-size: 0.75rem;
    min-height: 150px;
  }
}
@media (min-width: 992px) {
  .aboutText {
    min-height: 250px;
  }
}
.aboutText.medium {
  font-size: 0.9rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aboutText.medium {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aboutText.medium {
    font-size: 0.6rem;
  }
}
.aboutText.extraLong {
  font-size: 0.7rem;
}
.aboutText p {
  margin-bottom: 0;
}

.socialLink {
  text-align: left;
}
.socialLink.last {
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .socialLink {
    text-align: center;
  }
}

.profileItem, .profileItemText {
  font-size: 0.9rem;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profileItem, .profileItemText {
    font-size: 0.6rem !important;
  }
}
@media (max-width: 767.98px) {
  .profileItem, .profileItemText {
    text-align: center;
  }
}

.profileItem {
  color: white;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .socialLink {
    font-size: 0.6rem !important;
  }
  .socialLink a {
    font-size: 0.6rem !important;
  }
}
@media (min-width: 768px) {
  .socialLink.first {
    margin-bottom: 60px;
  }
}

.profileItemText {
  color: #1d68de;
}

.socialFollow {
  color: #1d68de;
  cursor: pointer;
}
.socialFollow a {
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
  background: linear-gradient(0deg, rgb(255, 255, 181) 0%, rgb(168, 108, 40) 93%);
  color: black !important;
  margin-right: 15px;
  transition: transform 0.25s, background 0.25s, margin-top 0.25s;
}
.socialFollow a:hover {
  background: linear-gradient(10deg, rgb(255, 255, 181) 30%, rgb(168, 108, 40) 93%);
  transform: scale(1.1);
  margin-top: 20px;
}
.socialFollow a.fb {
  padding: 2px 11px;
  font-size: 1.5rem;
  float: right;
}
.socialFollow a.insta {
  padding: 4px 10px;
  float: right;
  font-size: 1.5rem;
}
.socialFollow a.x {
  padding: 4px 10px;
  font-size: 1.5rem;
}
.socialFollow a.tiktok {
  padding: 4px 10px;
  font-size: 1.5rem;
}

.votePanel {
  margin-top: 30px;
}

.profileVoteButton {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.modelName {
  font-size: 1.5rem;
  text-align: center;
  color: #1d68de;
}

.spambuster {
  padding-top: 30px;
}
.spambuster h1 {
  margin-bottom: 25px;
  text-align: center;
}
.spambuster p {
  color: white;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.spambuster .form-control {
  background-color: #ccc;
  color: black !important;
}
.spambuster .form-control:focus, .spambuster .form-controlhover {
  background-color: #ccc;
  color: black !important;
}
.spambuster select {
  background-color: #ccc !important;
  color: black !important;
}
.spambuster option {
  background-color: #ccc !important;
  color: black !important;
}
.spambuster option:hover {
  color: black !important;
  background-color: #ccc !important;
}
.spambuster .editor *, .spambuster .editor p, .spambuster .editor span, .spambuster .editor *, .spambuster .editor p, .spambuster .editor span {
  color: black !important;
}

.ql-toolbar.ql-snow, .ql-editor {
  background-color: white !important;
  text-align: left;
}
.ql-toolbar.ql-snow p, .ql-toolbar.ql-snow span, .ql-editor p, .ql-editor span {
  color: black !important;
  text-align: left !important;
}

.ql-editor {
  min-height: 300px;
}

.eapps-instagram-feed-posts-item-template-tile {
  padding: 3px;
  background-color: black !important;
}

a.gold {
  color: #1d68de !important;
}

.modal {
  color: black;
}

.modal-dialog {
  margin: 2% auto !important;
  max-width: 100% !important;
  width: 38% !important;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-dialog {
    width: 60% !important;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog {
    width: 95% !important;
  }
}
.modal-dialog .btn.btn-primary {
  background-color: #1DA1F2 !important;
  background: transparent;
  width: 100%;
}
.modal-dialog .bsclose {
  height: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  background-color: white !important;
  border: none !important;
}
.modal-dialog .modal-title {
  text-align: center;
  display: block;
  width: 100%;
}

.popover-header {
  background-color: #1d68de !important;
  color: black !important;
  text-align: center;
  font-weight: bold;
}

.popover-body {
  font-weight: bold;
}

.popover {
  max-width: 300px !important;
  width: 300px !important;
}

@media (max-width: 991.98px) {
  .listingPage > h1 {
    margin-top: 15px !important;
  }
}

.modelName {
  text-wrap: wrap;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .modelName {
    font-size: 0.8rem;
  }
}

.sponsorsHead {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .sponsorsHead {
    margin-top: 15px;
  }
}

.bgImage {
  background-color: black;
  background-image: url("/images/bgImage2.png");
  background-size: cover;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-recaptcha {
  margin-bottom: 15px !important;
}

.headerTicketBtn {
  width: 50%;
  margin: auto;
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .headerTicketBtn {
    width: 75%;
  }
}
@media (max-width: 1199.98px) {
  .headerTicketBtn {
    width: 100%;
  }
}
.headerTicketBtn .btn {
  width: 100%;
  margin-top: 33px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .headerTicketBtn .btn {
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .noFloatMobile {
    text-align: center;
    display: inline-block;
    float: none !important;
  }
}

.categorySponsorLeft {
  position: absolute;
  left: 0px;
  top: 0;
  height: auto;
  margin-top: 15px;
}

.categorySponsorRight {
  position: absolute;
  right: 0px;
  top: 0;
  height: auto;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .categorySponsorRight {
    display: none;
  }
}

.categorySponsorLeft, .categorySponsorRight {
  width: 240px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .categorySponsorLeft, .categorySponsorRight {
    width: 190px;
    top: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .categorySponsorLeft, .categorySponsorRight {
    top: 65px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .categorySponsorLeft, .categorySponsorRight {
    top: 55px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .categorySponsorLeft, .categorySponsorRight {
    top: 50px;
    width: 180px;
  }
}
@media (max-width: 575.98px) {
  .categorySponsorLeft, .categorySponsorRight {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 60px;
  }
}

.categorySponsored {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .categorySponsored {
    margin-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .categorySponsored {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .listingPage > h1 {
    font-size: 1.4rem;
  }
}

.homeContentHold {
  margin-top: -200px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homeContentHold {
    position: absolute;
    bottom: -240px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .homeContentHold {
    position: absolute;
    bottom: -240px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homeContentHold {
    padding-top: 90px;
  }
}

.homeQuoteHold {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 100;
  margin-top: -313px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .homeQuoteHold {
    margin-top: -160px !important;
  }
}
.homeQuoteHold .applyBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homeQuoteHold .applyBox {
    bottom: -265px;
  }
  .homeQuoteHold .applyBox img {
    height: 600px;
  }
}
@media (max-width: 575.98px) {
  .homeQuoteHold .applyBox {
    bottom: -270px;
  }
  .homeQuoteHold .applyBox img {
    height: 600px;
  }
}
.homeQuoteHold .homeQuote {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: 15px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1800px) and (min-width: 1600px) {
  .homeQuoteHold .homeQuote {
    margin-top: 25px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .homeQuoteHold .homeQuote {
    font-size: 1.6rem;
    margin-top: 50px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .homeQuoteHold .homeQuote {
    font-size: 1.4rem;
    margin-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .homeQuoteHold .homeQuote {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-top: 93px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homeQuoteHold .homeQuote {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homeQuoteHold .homeQuote {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .homeQuoteHold .homeQuote {
    width: 80%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.homeQuoteHold .homeQuoteAuthor {
  display: block;
  width: 200px;
  margin: auto;
}
@media (max-width: 575.98px) {
  .homeQuoteHold .homeQuoteAuthor {
    margin-left: 0;
  }
}
.homeQuoteHold .applyNow {
  margin-top: 15px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1800px) and (min-width: 1600px) {
  .homeQuoteHold .applyNow {
    margin-top: 25px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .homeQuoteHold .applyNow {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .homeQuoteHold .applyNow {
    margin-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .homeQuoteHold .applyNow {
    margin-top: 93px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homeQuoteHold .applyNow {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .homeQuoteHold .applyNow {
    margin-top: 25px;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.homeBody {
  margin-top: -30px;
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .homeBody {
    font-size: 1.25rem;
  }
}
.homeBody > h1 {
  position: absolute;
  top: -100px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 12;
}
.homeBody .bubble {
  width: 20%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -143px;
  height: 126px;
  margin: auto;
  z-index: 11;
}

.paintRow {
  background-image: url("/images/backgroundPaint.png");
  background-size: 100% 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 200px;
  position: relative;
}
.paintRow .chainLeft, .paintRow .chainRight {
  top: -150px;
  position: absolute;
  max-width: 16vw;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .paintRow .chainLeft, .paintRow .chainRight {
    top: -100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .paintRow .chainLeft, .paintRow .chainRight {
    top: -10px;
  }
}
@media (max-width: 575.98px) {
  .paintRow .chainLeft, .paintRow .chainRight {
    top: 55px;
    max-width: 12vw;
  }
}
.paintRow .chainLeft {
  left: 0;
}
.paintRow .chainRight {
  right: 0px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.homeApply {
  width: 500px;
  margin: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .homeApply {
    width: 70%;
  }
}

.headBodyImage {
  width: 500px;
  margin-bottom: 30px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .headBodyImage {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .headBodyImage {
    transform: scale(1.2);
  }
}

.sponsorsBox {
  height: 400px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 575.98px) {
  .sponsorsBox {
    min-height: 280px;
  }
}
@media (max-width: 767.98px) {
  .sponsorsBox {
    height: auto;
  }
  .sponsorsBox.first {
    margin-bottom: 0px;
  }
}
.sponsorsBox.leftbottom .content {
  margin-top: 30px;
}
.sponsorsBox .flagBg {
  position: absolute;
  left: -85px;
  top: -59px;
  width: 128%;
  height: 128%;
  z-index: 10;
  max-width: 200%;
}
@media (max-width: 991.98px) {
  .sponsorsBox .flagBg {
    left: -100px;
  }
}
@media (max-width: 767.98px) {
  .sponsorsBox .flagBg {
    left: -69px !important;
    top: -90px;
  }
}
.sponsorsBox .flagBg.bottom {
  top: -65px;
}
@media (max-width: 767.98px) {
  .sponsorsBox .flagBg.bottom {
    top: -95px;
  }
}
.sponsorsBox .content {
  position: relative;
  z-index: 100;
  padding: 75px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sponsorsBox .content {
    padding: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sponsorsBox .content {
    padding-top: 30px;
    padding-bottom: 96px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 575.98px) {
  .sponsorsBox .content {
    padding-top: 4px;
    padding-bottom: 96px;
  }
}
.sponsorsBox .content .head {
  font-family: "icone";
  margin-bottom: 20px;
  margin-top: 25px;
  line-height: 1.5rem;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #00173f;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sponsorsBox .content .head {
    font-size: 1.15rem;
    line-height: 1.15rem;
  }
}
@media (max-width: 767.98px) {
  .sponsorsBox .content .head {
    -webkit-text-stroke: 0;
  }
}
.sponsorsBox .content p:not(.head) {
  font-size: 1.05rem;
  text-shadow: 1px 1px 3px #00173f;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sponsorsBox .content p:not(.head) {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media (max-width: 767.98px) {
  .sponsorsBox .content p:not(.head) {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.sponsorsBox .content a {
  display: block;
}
.sponsorsBox .content a img {
  height: 75px;
  width: auto;
  margin: auto;
  display: block;
  margin-top: 15px;
}
.sponsorsBox img {
  width: 100%;
  height: 100%;
}
.sponsorsBox img.left {
  position: absolute;
  left: -85px;
  top: -25px;
  width: 115%;
  height: 129%;
  z-index: 10;
  max-width: 200%;
}
@media (max-width: 991.98px) {
  .sponsorsBox img.left {
    left: -50px;
  }
}
.sponsorsBox img.right {
  position: absolute;
  right: -85px;
  top: -25px;
  width: 115%;
  height: 129%;
  z-index: 10;
  max-width: 200%;
}
@media (max-width: 991.98px) {
  .sponsorsBox img.right {
    left: 0;
  }
}

.sponsorsHold {
  padding-top: 30px;
}

.applyBtn {
  width: 300px;
}

.flagTopLeft {
  position: absolute;
  left: 0;
  top: -105px;
  width: 400px;
  height: 338px;
  z-index: 10;
}
.flagTopLeft.home {
  top: -105px;
  width: 594px;
  height: 438px;
}
.flagTopLeft img {
  width: 100%;
  height: 100%;
}

.networkBar {
  background-color: black;
  height: 60px;
  border-top: 3px solid white;
}

.homeHeader {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 3px black;
}
.homeHeader h1 {
  font-size: 4rem;
}

.homeFlag {
  position: relative;
  overflow: hidden;
}
.homeFlag:after {
  position: absolute;
  content: "";
  left: -550px;
  bottom: -100px;
  width: 100%;
  opacity: 0.15;
  height: 800px;
  background-image: url("/images/flagBottom.png");
  background-size: 100%;
  z-index: 0;
}

.homeContent {
  position: relative;
  z-index: 1;
}
.homeContent img, .homeContent .contentSection {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 350px;
}
.homeContent .contentSection {
  border-top: solid 3px black;
  border-bottom: solid 3px black;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Poppins";
  font-weight: normal;
  font-size: 1.05rem;
}
.homeContent .contentSection h2 {
  color: #fe101a;
  font-size: 2.5rem;
}
.homeContent .contentSection .joinNow {
  width: 100%;
  height: auto;
  min-height: 0;
}

footer {
  background-color: black;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 2px white;
  color: white;
  text-align: center;
}
footer a {
  color: white !important;
}

.footerBox {
  font-size: 0.7rem;
  color: white;
}
