body{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

body>img{
  display:none;
}

/*NAVBAR*/
 .bg-light {
     background-color: #003850 !important;
     padding-top: 10px;
     padding-bottom: 10px;
     height: 60px;
}
 .navbar-light .navbar-nav .nav-link {
     color: #323232;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 14px;
     font-family: 'Montserrat', sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
}
 .navbar-light .navbar-nav .nav-link:hover{
     color: #323232;
     -webkit-transition: .1s all ease;
     -o-transition: .1s all ease;
     transition: .1s all ease;
}
 .navbar-light .navbar-toggler {
     background-color: #142d40 !important;
}
 .navbar-brand img{
     width: 130px;
}

#global-nav{
    font-family: Montserrat, sans-serif;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    -o-transition: height .5s, line-height .5s;
    transition: height .5s, line-height .5s;
    z-index: 100;
      position: -webkit-sticky;
    position: sticky;
    top: 0;
}

 .sidenav {
     height: 100%;
     width: 320px;
     position: fixed;
     z-index: 1;
     top: 0;
     right: 0;
     background-color: #003850; 
     overflow-x: hidden;
     padding-top: 30px;
     margin-top:60px;
}
 .sidenav a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 25px;
     display: block;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 .sidenav a:hover {
     color: #f1f1f1;
}
 .sidenav .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
     margin-left: 50px;
}
/*TCON*/
 .tcon {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: none;
     cursor: pointer;
     display: none;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     height: 40px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     width: 40px;
     background: transparent;
     outline: none;
     -webkit-tap-highlight-color: transparent;
     -webkit-tap-highlight-color: transparent;
}
 .tcon > * {
     display: block;
}
 .tcon:hover, .tcon:focus {
     outline: none;
}
 .tcon::-moz-focus-inner {
     border: 0;
}
 .tcon-menu__lines {
     display: inline-block;
     height: 3px;
     width: 40px;
     border-radius: 2.85714px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     background: #ffffff;
    ;
     position: relative;
}
 .tcon-menu__lines::before, .tcon-menu__lines::after {
     display: inline-block;
     height: 3px;
     width: 40px;
     border-radius: 2.85714px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     background: #ffffff;
     content: '';
     position: absolute;
     left: 0;
     -webkit-transform-origin: 2.85714px center;
     -ms-transform-origin: 2.85714px center;
         transform-origin: 2.85714px center;
     width: 100%;
}
 .tcon-menu__lines::before {
     top: 10px;
}
 .tcon-menu__lines::after {
     top: -10px;
}
 .tcon-transform .tcon-menu__lines {
     -webkit-transform: scale3d(0.8, 0.8, 0.8);
     transform: scale3d(0.8, 0.8, 0.8);
}
 .tcon-menu--xcross {
     width: auto;
}
 .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
     background: transparent;
}
 .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
     -webkit-transform-origin: 50% 50%;
     -ms-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
     top: 0;
     width: 40px;
}
 .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     transform: rotate3d(0, 0, 1, 45deg);
}
 .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     transform: rotate3d(0, 0, 1, -45deg);
}
 .tcon-visuallyhidden {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
}
 .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     width: auto;
}
/*END TCON*/
 #mySidenav{
     -webkit-transform: translateX(320px);
         -ms-transform: translateX(320px);
             transform: translateX(320px);
     -webkit-transition: all 0.15s linear;
     -o-transition: all 0.15s linear;
     transition: all 0.15s linear;
}
 #mySidenav.open{
     -webkit-transform: translateX(0px);
         -ms-transform: translateX(0px);
             transform: translateX(0px);
}
 #navTranslate{
     -webkit-transform: translateX(0px);
         -ms-transform: translateX(0px);
             transform: translateX(0px);
     -webkit-transition: all 0.15s linear;
     -o-transition: all 0.15s linear;
     transition: all 0.15s linear;
}
 #navTranslate.open{
     -webkit-transform: translateX(-320px);
         -ms-transform: translateX(-320px);
             transform: translateX(-320px);
}
 div#menuOverlay {
     position: fixed;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     background: rgba(0, 0, 0, 0.72);
     z-index: 1;
     height: 100%;
     width:100%;
     margin:auto;
     display: none;
}

body.open {
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
}

 #menuOverlay.open{
     display:block;
}

#navbarNavDropdown li:first-child{
    margin-right: 30px;
}

a.login-cta{
    padding: 22px 12px;
}

.login-cta{
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.login-cta:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #07263c;
}

.login-cta img{
    margin-right: 12px;
    margin-bottom: 3px;
    width: 13px;
}

.register-cta{
    border: 1px solid #01b341;
    background-color: #01b341;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 15px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.register-cta:hover{
    background-color: #02a540;
    text-decoration: none;
    color: #ffffff;
}

.login-cta-mob{
    background-color: #142b3c !important;
    width: 100%;
}

.login-cta-mob img{
    margin-bottom: 5px;
    margin-left: 15px;
}

.register-cta-mob{
    background-color: #01b341;
    border-radius: 6px;
    width: 280px;
    margin: 20px auto;
    padding: 10px !important;
}

/*END NAVBAR*/
/*HERO*/
 #hero-section{
     background-color: #1b2336;
     background-image: url('https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/hero-bg.png');
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     /*height: calc(100vh - 65px);*/
     min-height: 500px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
@media all and (-ms-high-contrast:none)
{
  #hero-section{
    display:block !important;
  }
  div#navbarNavDropdown {
  margin-left:auto !important;
  }
  .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer{
    left: -2px !important;
    width:12px !important;
  }
}

#hero-section .top-logo{
    text-align: center;
    margin: 20px auto 20px;
}

.ribbon{
    background-image: url(https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/ribbon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #081120;
    text-align: center;
    height: 43px;
    margin: auto;
    padding-top: 8px;
    font-weight: 600;
}

.ribbon p{

}

.below-ribbon{
    color: #ffffff;
    text-align: center;
    margin: 15px auto;
}

.hero-h1 {
    color: transparent;
    text-align: center;
    font-size: 70px;
    max-width: 650px;
    text-shadow:
       -1px -1px 0 #70ecf8,  
        1px -1px 0 #70ecf8,
        -1px 1px 0 #70ecf8,
         1px 1px 0 #70ecf8;
    margin: auto;
}

@supports((text-stroke: 2px #70ecf8) or (-webkit-text-stroke: 2px #70ecf8)) {
    .hero-h1 {
        font-size: 70px;
        color: transparent;
        text-align: center;
        -webkit-text-stroke: 2px #70ecf8;
        text-stroke: 2px #70ecf8;
        text-shadow: none;
        margin: auto;
    }
}

.h1-white{
    color: #ffffff;
    stroke: none;
    text-shadow: none;
    -webkit-text-stroke: #ffffff;
        text-stroke: #ffffff;
}

#hero-section p{
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}

#header-bottom{
    background-color: #0a84b9;
    min-height: 100px;
    padding: 40px 0 30px;
}

.svgg{
    margin: 20px auto;
    text-align: center;
    color: #ffffff;
}

.svgg svg{
    height: 50px;
}

.svgg .st0{
    fill: #ffffff;

}

.svgg .place{
    font-size: 19px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}

.svgg .prize{
    font-size: 27px;
    line-height: 30px;
    font-weight: 600;
}

.svgg .tokens{
    font-size: 14px;
    font-weight: 400;
}
/*END HERO*/
/*LEADERBOARD*/
#leaderboard{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0c1427;
    background-image: url('https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/leaderboard-bg.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
.line-above{
    width: 80px;
    height: 4px;
    border: 1px solid #70ecf8;
    background-color: #70ecf8;
    margin-bottom: 40px;
    margin: 40px 0;
    text-align: left;
}
#leaderboard h2{
    text-align: left;
    font-size: 50px;
    margin-top: 30px;
}

.leaderboard-right h2.rules{
  margin-bottom: 84px;
}

#leaderboard p.date{
    text-align: left;
    margin-bottom: 60px;
}

#leaderboard .leaderboard-right{
    font-size: 18px;
}

#leaderboard .video-description{
    margin-top: 20px;
    margin-bottom: 35px;
}
#leaderboard .how-to-enter{
    color: #70ecf8;
    font-size: 27px;
    margin-top: 48px;
    margin-bottom: 20px;
}
#leaderboard .step{
    margin-top: 30px;
    margin-bottom: 15px;
}
#leaderboard .leaderboard-cta{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
#leaderboard .leaderboard-cta a{
    border: 1px solid #70ecf8;
    background-color: #70ecf8;
    color: #091326;
    font-weight: 500;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#leaderboard .leaderboard-cta a:hover{
    background-color: transparent;
    border: 1px solid #70ecf8;
    color: #70ecf8;
}
#leaderboard .leaderboard-cta p{
    border: 1px solid #70ecf8;
    background-color: #70ecf8;
    color: #091326;
    font-weight: 500;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#leaderboard .leaderboard-cta-2 p{
    color: #70ecf8;
    font-size: 23px;
    font-weight: 700;
    padding: 5px 0 15px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    display: block;
    margin: auto;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#leaderboard ul {
    list-style-type: none;
    padding: 0;
}
#leaderboard .wrapper ul{ 
    width:100%;
    max-height: 1061px;
    overflow-y: scroll;
  background-color:rgba(0,0,0,0.15);
}
#leaderboard ul li{
    line-height: 30px;
}
#leaderboard .terms p.rules{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#leaderboard .terms .bot-terms{
    font-size: 13px;
    margin: 0;
/*     opacity: 0.3; */
}
#leaderboard .terms .top-terms{
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    margin: 20px auto
}
p#more-details {
    font-size: 16px;
    color: #70ecf8;
    text-decoration: underline;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

p#more-details:hover {
    color: #ffffff;
}

div#details-box {
    margin-bottom: 15px;
    display: none;
  line-height: 27px;
}
div#details-box p:last-child{
  margin-top: 30px;
}
/*END LEADERBOARD*/

/*ABOUT tos*/
#about-tos{
    background-color: #042940;
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 3, 21, 0.69)), to(rgba(0, 0, 0, 0.72))), url(https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/ktos-hero-bg.png);
    background: -webkit-linear-gradient( bottom, rgba(0, 3, 21, 0.69), rgba(0, 0, 0, 0.72)), url(https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/ktos-hero-bg.png);
    background: -o-linear-gradient( bottom, rgba(0, 3, 21, 0.69), rgba(0, 0, 0, 0.72)), url(https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/ktos-hero-bg.png);
    background: linear-gradient( to top, rgba(0, 3, 21, 0.69), rgba(0, 0, 0, 0.72)), url(https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/ktos-hero-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
}
.line-above-left{
    width: 80px;
    height: 4px;
    border: 1px solid #70ecf8;
    background-color: #70ecf8;
    margin-bottom: 40px;
    margin: 40px 0;
    text-align: left;
}
#about-tos h2{
    line-height: 55px;
    font-size: 43px;
    margin-bottom: 40px;
}

.tos-logo{
    margin: 20px auto;
    text-align: center;
}
.kratos-video{
    margin: auto;
}
/*END ABOUT tos*/

/*FOOTER*/
 #footer-section{
     background-color: #05405a;
     color: #ffffff;
}
 #footer-section a{
     color: #ffffff;
}
 .sitemap{
     text-align: center;
     margin: auto;
     padding-top: 30px;
}
 .sitemap a{
        border-bottom: 1px solid transparent;
    color: #0b9bda;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
     margin-left: 10px;
     margin-right: 10px;
     display: inline-block;
     font-size: 15px;
     font-weight: 400;
}
.sitemap a:hover{
    border-bottom: 1px solid #ffffff;
}

.social-icons{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 100%;
}
.social-icons a{
     margin: 10px;
     -webkit-transition: .1s all ease;
     -o-transition: .1s all ease;
     transition: .1s all ease;
}
.social-icons a:hover{
    opacity: .3;
}

 .social-icon-img {
     width: 24px;
}

#footer-section .risk-warning{
font-size: 14px;
  font-weight: 400;
  max-width: 1050px;
  margin: 20px auto;
}
 #footer-section .copyright{
     text-align: center;
     padding-top: 20px;
     font-size: 15px;
     font-weight: 400;
}
/*END FOOTER*/
/*UTILITY CLASSES*/
 .p-section{
     padding-top: 70px;
     padding-bottom: 50px;
}
/*END OF UTILITY CLASSES*/
@media (min-width:769px){
     #mySidenav.open{
         -webkit-transform: translateX(320px);
             -ms-transform: translateX(320px);
                 transform: translateX(320px);
    }
     #navTranslate.open{
         -webkit-transform: unset;
             -ms-transform: unset;
                 transform: unset;
    }
    .scrolled-nav {
  /*height: 60px !important;*/
  /*line-height: 60px !important;*/
  -webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,.7);
          box-shadow: 0 2px 2px -2px rgba(0,0,0,.7);
}
#hero-section{
         text-align: left;
    }
    #menuOverlay.open {
        display: none;
    }
}
 @media only screen and (max-width: 768px){
   .wrapper {
      white-space: nowrap;
      overflow-x: auto;
    }
    .bg-light{
        height: 60px;
    }
    .sidenav a{
        color: #ffffff;
        font-size: 0.937rem;
        padding: 15px 10px;
    }

     .tcon{
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }

     #navbarNavDropdown{
         display: none;
    }

    .navbar-expand-sm .navbar-nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .sidenav{
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        padding-top: 0;
    }

     .ml-auto {
         width: unset;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
             -ms-flex-direction: column;
                 flex-direction: column;
    }
    .sitemap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sitemap a{
        margin-top: 5px;
        margin-bottom: 5px;
    }
     body.open{
     overflow: hidden;
}
   #leaderboard .wrapper ul {
    max-height: 395px;
}
   .wrapper .wrapper__header{
    /*min-width: 620px;*/
   }
   .wrapper .wrapper__content{
    /*min-width: 620px;*/
   }
   #about-tos h2{
        line-height: 40px;
    font-size: 26px;
   }
}
@media only screen and (max-width: 600px){
    .hero-h1{
        font-size: 35px;
    }
    #leaderboard h2{
        font-size: 35px;
    }
    #more h2{
        font-size: 35px;
        text-align: center;
    }
/*     #leaderboard .wrapper ul{ 
    overflow-x: scroll;
    } */
}

@media only screen and (max-width:400px){
.ribbon span {
    width: 200px;
    display: block;
    margin: auto;
}
.ribbon{
    height: 70px;
    background-size:100% 100%;
}
}


/*LEADERBOARD*/
.wrapper {
  width: 100%;
  position: relative;
}
.wrapper .wrapper__header {
  /*border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/
  background: #70ecf8;
  /* padding: 10px 32px 10px 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #091325;
  font-weight: 600;
  padding: 10px 15px;
  font-size:14px;
/*   margin-right: 12px; */
}

input#search-input{
    width: 100%;
    background-color: #25565a;
    border: none;
    padding: 10px;
    border-bottom: 1px solid #091325;
    color: white;
    border-top:1px solid #70ecf8;
    border-left:1px solid #70ecf8;
    border-right:1px solid #70ecf8;
}
input#search-input:focus{
  outline:none;
}
input#search-input::placeholder{
  color: #ffffff;
}

.search-field {
    position: relative;
    overflow: hidden;
}

svg#search-icon {
    position: absolute;
    width: 44px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 1px;
    height: 43px;
    background-color: #17373a;
    padding: 9px;
    box-shadow: black 0px 0px 3px 0px;
}
  
.wrapper .wrapper__header .b_caption p {
  color: #dae0fb;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.wrapper .wrapper__header .b_caption p span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 8px;
}
.wrapper .wrapper__content {
  background: transparent;
  /*padding: 10px;*/
  font-size: 14px;
}
.wrapper .wrapper__content ul {
  list-style: none;
}
.wrapper .wrapper__content ul li div{
    width: 25%;
}
.wrapper .wrapper__content ul li {
  cursor: pointer;
  background: transparent;
  padding: 6px 15px;
  /*border-radius: 5px;*/
  /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  z-index: 4;
}

.wrapper .wrapper__content ul li:nth-child(even){
  background-color:rgba(88, 88, 88, 0.19);
}
.wrapper .wrapper__content ul li:hover {
  z-index: 5;
/*  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);*/
  /*box-shadow: 0px 0px 16px 13px rgba(0, 0, 0, 0.1);*/
  background-color: rgba(112, 236, 248, 0.2);
}
.wrapper .wrapper__content ul li:not(:last-child) {
  /*margin-bottom: 10px;*/
}
.wrapper .wrapper__header .lead-no,
.wrapper .wrapper__content ul li .lead-no{
    width: 8%;
  padding-left: 2px;
}
.wrapper .wrapper__header .lead-user,
.wrapper .wrapper__content ul li .lead-user{
    width: 45%;
    position:relative;
    padding-left: 2px;
}
.wrapper .wrapper__header .lead-vol,
.wrapper .wrapper__content ul li .lead-vol{
    width: 32%;
    padding-left: 2px;
    text-align: center;
}
.wrapper .wrapper__header .lead-prize,
.wrapper .wrapper__content ul li .lead-prize{
    /* width: 15%; */
    text-align:center;
    padding-left: 2px;
    width: 114px;
}
.lead-user img{
    margin-right: 20px;
}

.crown{
    position: absolute;
}

.lead-user{
    line-height: 40px;
}

.open-account-link{
  text-decoration: none;
  -webkit-transition: .1s all ease;
     -o-transition: .1s all ease;
     transition: .1s all ease;
  border-bottom: 1px solid #70ecf8;
  color: #70ecf8;
}

.open-account-link:hover{
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: #70ecf8;
}


/* END LEADERBOARD*/



/*PRELOADER*/

/*PRELOADING------------ */
#overlayer {
  width:100%;
  position:absolute;
  z-index: 3;
  background-color: rgba(27, 39, 51, 0.8);
  left:0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}

#loader {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    margin: auto;
    height: 150px;
    /* margin: -75px 0 0 -75px; */
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #70a0db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader {
    /* left: 0; */
    /* right: 50%; */
    /* margin: -75px -75px 0 0; */
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5582d3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00c4ff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Neon Stuff*/


@font-face {
  font-family: 'neontubes';
/*   src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot");
  src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot?#iefix") format("embedded-opentype"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff2") format("woff2"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff") format("woff"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.ttf") format("truetype");
   */
  src: url("https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/neontubes-webfont.eot");
  src: url("https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/neontubes-webfont.eot") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/neontubes-webfont.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/neontubes-webfont.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/neontubes-webfont.ttf") format("truetype");
  
  font-weight: normal;
  font-style: normal;
}
.neon_border {
    border: 1px solid white;
    padding: 10px 27px;
    border-radius: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7), 0px 0px 0px 3px #cc00ff, 0px 0px 0px 2px #cc00ff inset, 0px 0px 60px rgba(204, 0, 255, 0.5), 0px 0px 40px rgba(204, 0, 255, 0.5) inset;
            box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7), 0px 0px 0px 3px #cc00ff, 0px 0px 0px 2px #cc00ff inset, 0px 0px 60px rgba(204, 0, 255, 0.5), 0px 0px 40px rgba(204, 0, 255, 0.5) inset;
    /* width: 100%; */
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  font-family: "neontubes";
  white-space: nowrap;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: scale(0.7) rotate(0deg);
      -ms-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  font-size: 7.1rem;
}
.logo span {
  /* display: flex; */
  position: relative;
  -webkit-transform: translateZ(0) translate3D(0, 0, 0);
  transform: translateZ(0) translate3D(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* flex: 1 1 auto; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 41%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo .open {
  -webkit-transform: rotate(-1deg);
          -ms-transform: rotate(-1deg);
      transform: rotate(-1deg);
  color: #ffd9e2;

    text-shadow: 0 0 0 transparent, 0 0 10px #cc00ff, 0 0 20px rgba(204, 0, 255, 0.5), 0 0 40px #cc00ff, 0 0 100px #cc00ff, 0 0 200px #cc00ff, 0 0 300px #cc00ff, 0 0 500px #cc00ff, 0 0 1000px #cc00ff;
  -webkit-animation: blink 4s infinite alternate;
          animation: blink 4s infinite alternate;
}
.logo .hrs {
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
      transform: rotate(1deg);
  font-size: 11vw;
  color: #d4eaff;
    text-shadow: 0 0 0 transparent, 0 0 10px #2695ff, 0 0 20px rgba(38, 149, 255, 0.5), 0 0 40px #2695ff, 0 0 100px #2695ff, 0 0 200px #2695ff, 0 0 300px #2695ff, 0 0 500px #2695ff;

  -webkit-animation: buzz 0.01s infinite alternate;
  animation: buzz 0.01s infinite alternate;
  margin-top: -3.3rem;
  font-size: 7rem;
}

@-webkit-keyframes buzz {
  70% {
    opacity: 0.80;
  }
}

@keyframes buzz {
  70% {
    opacity: 0.80;
  }
}
@-webkit-keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}
@keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
 .logo{
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-top: -3rem;
    margin-bottom: -3rem;
   }
   .logo span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:100%;
   }
   /*LEADERBOARD*/
   #leaderboard ul li{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  li.contestant {}

  #leaderboard ul li{
      padding:0;
      /* padding-left: 15px; */
  }
  #leaderboard ul li > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      background-color:#4241411a;
      /*     margin-bottom:2px; */
      padding-left: 15px;
    text-align:left;
  }
  #leaderboard ul li > div::before{
      color:#70ecf8;
      width:30%;
      margin-right: 5px;
  }
  #leaderboard ul li > div.lead-no {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 20%;
  }
  #leaderboard ul li > div.lead-no::before{
      content: 'Position:';
  }
  #leaderboard ul li > div.lead-user::before{
      content: 'User:';
  }
  #leaderboard ul li > div.lead-vol::before{
      content: 'Volume:';
  }
  #leaderboard ul li > div.lead-prize::before{
      content: 'Prize:';
  }
  .wrapper .wrapper__header{
      display: none;
  }
  .wrapper{
      border: 1px solid #70ecf8;
  }
  input#search-input{
    border: none;
  }
  .svgg .prize{
    font-size: 18px;
  }
  .svgg .place{
    font-size: 15px;
  }

 /*END LEADERBOARD*/
}

/* PRELOADER */

div#overlayer img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 0;
    width: 100%;
    max-width: 64px;
    -webkit-filter: drop-shadow(2px -1px 2px rgba(0,100,40,0.5));
            filter: drop-shadow(2px -1px 2px rgba(0,100,40,0.5));
}

/*END PRELOADER*/

#airdrop{
    background-image: url('https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/sky.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 50px;
    position:relative;
}

#airdrop::after{
  content: '';
  position:absolute;
  right:0;
  bottom:0;
  top:0;
  height:100%;
  width:100%;
  background-image: url('https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/airplane.png');
  background-repeat:no-repeat;
  background-position:right;
}

#airdrop .airdrop-text{
    z-index: 1;
}

#airdrop h3{
    font-size: 43px;
    text-transform: capitalize;
    text-align: left;

}

@media only screen and (max-width:991px){
  #airdrop{
    background-image: url('https://cdn2.hubspot.net/hubfs/4371728/Competitions%20-%20KRATOS/sky.png');
    background-size: cover;
    background-position:center center;
  }

  #airdrop::after{
    display: none;
  }
  #about-tos h2{
    font-size: 35px;
    line-height: 45px;
  }
}

#airdrop h3{
    font-size: 43px;
    text-transform: capitalize;
    text-align: left;

}

.comp-end-text{
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  margin-top: 40px;
}