/* Font */
body {
    font-family: 'Roboto', sans-serif;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fab570+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #fee6ce 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fee6ce 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fee6ce 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee6ce', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Footer */
.ft__block {
    margin: 20px 0 0;
}

.ft__block img {
    display: block;
    width: 100%;
}

.ft__block span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000;
}

.ft__block a:hover {
    text-decoration: none;
}

/* Header */
.header__blk .drawer-navbar-header, #hd, #hd .drawer-nav {
    background-color: #000;
    border: none;
}

#hd.nav-fixed {
    position: fixed;
    top: 0;
}

#hd .drawer-navbar-header {
    position: relative;
}

.header__blk .drawer-menu-item {
    color: #8d8d8d;
}

#hd .drawer-hamburger {
    position: absolute;
}

#hd .drawer-hamburger-icon, #hd .drawer-hamburger-icon:after, #hd .drawer-hamburger-icon:before {
    background-color: #fff;
}

.drawer-open #hd .drawer-hamburger-icon {
    background-color: transparent;
}

.global__nav.drawer-container a.active__current {
    color: #fff;
}

/* Body */
.content img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

h1 {
    line-height: normal;
    margin: 0;
    padding: 0;
}

/* Orange Blue Style */
.orange-div {
    background-color: #fcdcbb;
}

.orange-col {
    padding-right: 15px;
}

@media only screen and (min-width: 768px) {
    .orange-col {
        padding-right: 0;
    }
}

.orange-div .header-div {
    background-color: #f68a1f;
    display: table;
    width: 100%;
}

.blue-div {
    background-color: #c0c1de;
}

.blue-div .header-div {
    background-color: #2e3192;
    display: table;
    width: 100%;
}

.blue-col {
    padding-left: 15px;
}

@media only screen and (min-width: 768px) {
    .blue-col {
        padding-left: 0;
    }
}

.landing .header-div .header {
    color: #fff;
    font-weight: 700;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 10px 20px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .landing .header-div .header {
        font-size: 20px;
    }
}

@media only screen and (min-width: 991px) {
    .landing .header-div .header {
        font-size: 24px;
    }
}

.orange-col .content-wrap h3, .blue-col .content-wrap h3 {
    font-weight: 700;
    font-size: 20px;
}

.orange-col .content-wrap, .blue-col .content-wrap {
    padding: 15px 20px;
}

/* landing */
.landing .orange-div {
    min-height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .landing .orange-div {
        min-height: 1170px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .landing .orange-div {
        min-height: 930px;
    }
}

@media only screen and (min-width: 1200px) {
    .landing .orange-div {
        min-height: 780px;
    }
}

.landing .orange-div .header-div {
    height: 95px;
}

.landing .blue-div {
    min-height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .landing .blue-div {
        min-height: 1590px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .landing .blue-div {
        min-height: 1206px;
    }
}

@media only screen and (min-width: 1200px) {
    .landing .blue-div {
        min-height: 1014px;
    }
}

.landing .blue-div .header-div {
    height: 95px;
}

.landing .blue-div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing .blue-div ul li {
    margin: 0 0 15px;
}

.landing .tnc {
    display: block;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 25px;
}

.landing .header-div .header {
    min-height: 95px;
}

.register-btn {
    background-color: #2e3192;
    color: #fff;
    display: table;
    margin: 30px auto 0;
    height: 45px;
    width: 200px;
}

.register-btn:hover {
    text-decoration: none;
}

.register-btn span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.disclaim {
    font-style: italic;
    font-size: 14px;
    color: #000;}

/* About */
.about .header-div .header {
    color: #fff;
    font-weight: 700;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 10px 20px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .about .header-div .header {
        font-size: 18px;
    }
}

@media only screen and (min-width: 991px) {
    .about .header-div .header {
        font-size: 24px;
    }
}

.about .orange-div {
    min-height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .about .orange-div {
        min-height: 1350px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .about .orange-div {
        min-height: 1050px;
    }
}

@media only screen and (min-width: 1200px) {
    .about .orange-div {
        min-height: 1000px;
    }
}

.about .blue-div {
    min-height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .about .blue-div {
        min-height: 1350px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .about .blue-div {
        min-height: 1050px;
    }
}

@media only screen and (min-width: 1200px) {
    .about .blue-div {
        min-height: 1000px;
    }
}

/* Rules and Regs */
.rules .title-blk {
    background-color: #f68a1f;
    padding: 12px 0;
    margin: 0 0 12px;
}

.rules .title-blk h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.rules ol {
    counter-reset: section;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rules ol li {
    display: table;
    margin: 0 0 15px;
    font-size: 13px;
}

.rules ol li::before {
    counter-increment: section;
    content: counters(section,".")".";
    list-style: none;
    width: 4ch;
    padding-right: 0.4em;
    display: table-cell;
    text-align: right;
}

/* Fun Facts */
.facts .title-blk {
    background-color: #f68a1f;
    padding: 12px 0;
}

.facts .title-blk h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.facts ol li {
    margin: 0 0 15px;
    font-size: 13px;
}

.facts .bg-div {
    background-color: #fcdcbb;
    padding: 0 0 25px;
}

.facts .fact-blk {
    margin: 22px 0 0;
    padding: 0 15px;
}

.facts .fact-blk h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.facts .fact-blk p {
    font-size: 17px;
    padding: 0;
    margin: 2px 0 0;
}

.link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.link:hover {
    color: #000;
    font-weight: 700;
}

/* Media Queries Reference */
@media only screen and (min-width: 768px) {
    .platform-filter, .segment-filter {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .platform-filter, .segment-filter {
        float: left;
        width: 50%;
    }
}

.min-challenge ol {
    margin: 0;
}

#ft {
    margin: 0 0 20px;
}

.cta-game {
    display: table;
    width: 320px;
    height: 50px;
    background-color: #F68A1F;
    margin: 20px auto;
    text-align: center;
}

.cta-game span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.cta-info {
    display: table;
    width: 320px;
    height: 50px;
    background-color: #2E3192;
    margin: 20px auto;
    text-align: center;
}

.cta-info span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}