@font-face {
    font-family: "TCCC Unity Bold";
    src: url("../fonts/TCCCUnity-Bold.eot");
    src: url("../fonts/TCCCUnity-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/TCCCUnity-Bold.woff2") format("woff2"), url("../fonts/TCCCUnity-Bold.woff") format("woff"),
        url("../fonts/TCCCUnity-Bold.ttf") format("truetype"),
        url("../fonts/TCCCUnity-Bold.svg#TCCCUnity-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TCCC Unity Regular";
    src: url("../fonts/TCCCUnity-Regular.eot");
    src: url("../fonts/TCCCUnity-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/TCCCUnity-Regular.woff2") format("woff2"), url("../fonts/TCCCUnity-Regular.woff") format("woff"),
        url("../fonts/TCCCUnity-Regular.ttf") format("truetype"),
        url("../fonts/TCCCUnity-Regular.svg#TCCCUnity-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-family: "TCCC Unity Regular", sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    overflow-x: hidden;
    background:#000;
}

#Content {
    background: #fff;
    color: #000;
    padding: 15px 0;
}

#Content.alt-section{
    background:url(https://dja.nyc3.cdn.digitaloceanspaces.com/01-3008-61.cokescavengerhunt2026/images/bg-main.png) center center no-repeat;
    background-size:cover;
    color:#fff;
}

#subContent.alt-section{
    background:url(https://dja.nyc3.cdn.digitaloceanspaces.com/01-3008-61.cokescavengerhunt2026/images/bg-main.png) center center no-repeat;
    background-size:cover;
    color:#fff;
    padding:4vw 0;
}

#subContent.info-section {
    background: #d90000;
    color: #fff;
    padding: 3vw 0;
}

.info-section p{
    font-size:1vw;
}

.info-section img {
    width: 5vw;
    margin-bottom: 1vw;
    max-width: 100px;
}

.alt-section .content-row{
    min-height: 43vw;
}

#Content.game-section{
    background:url(https://dja.nyc3.cdn.digitaloceanspaces.com/01-3008-61.cokescavengerhunt2026/images/swoop.png) center center no-repeat #d90000;
    background-size:cover;
    color:#fff;
}

#Footer {
    padding: 15px 0;
    font-size:.9vw;
}

#Footer a {
    color: white !important;
}

#Header img {
    width: 100%;
}

#viewPages.affix {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 99999;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    padding: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(255, 255, 255, .8);
    border-color: #00efd4;
}

#viewPages *{
    font-size:16px;
}

#viewPages p{
    margin-bottom:5px;
}

#viewPages a {
    color: #253f4c
}

#viewPages a:hover {
    color: #00efd4;
    text-decoration: none
}

.container{
    max-width:none;
}

.containerWrap {
    background: #000;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a {
    color: inherit !important;
}

.footerLinks a {
    color: #fff
}

#Footer {
    background-color: #000;
    color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "TCCC Unity Bold", sans-serif;
}

h1, .h1{
    font-size:3.2vw;
}

h2, .h2{
    font-size:1.8vw;
}

.alt-section h1, .alt-section .h1{
    font-size:5vw;
}

.alt-section .subhead{
    font-family: "TCCC Unity Bold", sans-serif;
    font-size:2.4vw;
}

label {
    font-weight: 400
}

.socialMediaLinks {
    float: right;
    list-style: none;
    margin: 0
}

.socialMediaLinks li {
    display: inline-block;
    margin-left: 5px
}

.banner {
    border: 12px solid #fff;
    -webkit-box-shadow: 0 20px 10px -15px rgba(50, 50, 50, .4);
    -moz-box-shadow: 0 20px 10px -15px rgba(50, 50, 50, .4);
    box-shadow: 0 20px 10px -15px rgba(50, 50, 50, .4);
    margin: 11px auto 0 auto
}

.formContainer {
    border: 12px solid #fff;
    margin: 15px auto 0 auto;
    color: #494949;
    background-color: #d0d0d0;
    padding: 15px
}

.banner,
.formContainer {
    -webkit-transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    transition: all ease-in .5s
}

.headlineContainer h1 {
    font-size: 24px;
    font-weight: 700
}

.form-inline {
    margin-bottom: 15px
}

.form-label{
    margin-bottom:5px;
}

.form-control, .form-select{
    font-size:1.2vw;
}

.form-inline.addressDetails .form-control {
    display: block;
    margin-bottom: 15px
}

.form-group .checkbox {
    margin: 0
}

.centerButton {
    clear: both;
    padding: 20px 0;
    text-align: center
}

.btn {
    border-radius: unset;
    padding: unset;
    font-weight: unset;
}

.btn-default {
    background-color: #d90000 !important;
    color: #fff !important;
    line-height:4.3vw;
    font-size:1.2vw;
    border-radius: 50px;
    padding: 0 150px;
    font-weight: bold;
}

.btn-secondary {
    background-color: #fff !important;
    color: #000 !important;
    line-height:4.3vw;
    font-size:1.2vw;
    border-radius: 50px;
    padding: 0 150px;
    font-weight: bold;
}

.btn-redeem{
    background-color: #fff !important;
    color: #000 !important;
    border: 4px solid #000;
    line-height: 5vw;
    font-size: 2vw;
    border-radius: 10px;
    padding: 0 40px 5px;
    font-weight: bold;
}

.socialMediaLinks a {
    color: #fff !important
}

.socialMediaLinks a:hover {
    color: #fff
}

.socialMediaLinks a:hover {
    color: #fff
}

.footerLinks {
    list-style: none outside none;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center
}

.footerLinks li {
    display: inline-block
}

.footerLinks li a {
    color: #fff !important;
    padding: 0 7px;
}

.disclaimer {
    margin: 15px 0 0 0;
    color: #000;
    font-size: 12px
}

.modal-body .btn-share {
    margin-bottom: 5px;
    padding: 6px 0;
    width: 80px;
    font-size: 20px;
    border-radius: 4px
}

#Rules {
    font-size: 14px
}

#Rules li {
    margin-bottom: 10px
}

#Rules li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

#Rules table {
    margin-bottom: 15px
}

#Rules td {
    padding: 3px;
    border: 1px solid #000
}

#Rules td p {
    margin-bottom: 0
}

#SkipToContent {
    position: absolute;
    top: -25vw;
    left: 0;
    padding: .4vw;
    font-size: .8vw;
    z-index: 8000;
    background: #253f4c;
    -webkit-transition: top .25s;
    -moz-transition: top .25s;
    -o-transition: top .25s;
    transition: top .25s
}

#SkipToContent:focus-within {
    top: 0
}

#SkipToContent a {
    color: #fff !important
}

.g-recaptcha > div > div {
    margin: 0 auto
}

@media screen and (max-width:575px) {
    .g-recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%
    }
}

.glyphicon {
    font-family: FontAwesome
}

.glyphicon-remove:before {
    font-family: FontAwesome;
    content: '\f071'
}

.codeError {
    margin-left: 10px;
    visibility: hidden
}

.has-validator input,
.has-validator select {
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.has-error input,
.has-error select,
.has-error textarea,
.validator-recaptcha-wrap.has-error input {
    background-color: #a94442;
    color: #fff;
    border:2px solid #000;
}

.has-error .pLabel,
.has-error .tag,
.has-error label {
    color: #b30022;
    font-weight: 700
}

.alt-section .has-error .pLabel,
.alt-section .has-error .tag,
.alt-section .has-error label {
    color: #fff;
    font-weight: 700;
}

.has-error.container-recaptcha .g-recaptcha iframe {
    box-shadow: 0 0 10px #a94442
}

.has-error.validator-recaptcha-wrap input {
    border: solid 1px #a94442 !important
}

.has-feedback .form-control-feedback {
    color: #b30022;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: inherit;
    line-height: 23px;
    padding-right: 5px;
    width: auto;
    height: auto
}

.has-validator.has-feedback .form-control-feedback {
    display: none
}

.has-validator.has-feedback.has-error .form-control-feedback {
    display: block
}

.has-validator.has-error .title {
    color: #b30022
}

.footerLinks li:hover {
    text-decoration: underline;
}

.video-container iframe {
    border: 0px;
}

.g-recaptcha {
    display: inline-block;
}

.form-group.has-error .g-recaptcha {
    outline: 3px solid #c00 !important;
}

@media (max-width:768px) {
    .birthDate select {
        margin-bottom: 15px
    }
}

@media (max-width:480px) {
    .formContainer {
        margin-top: 20px
    }

    .banner,
    .formContainer {
        border-width: 3px
    }
}

#DjaCaptchaWrapper .captcha-play-icon,
#DjaCaptchaWrapper .captcha-refresh-icon {
    cursor: pointer;
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    #DjaCaptchaWrapper .captcha-play-icon,
    #DjaCaptchaWrapper .captcha-refresh-icon {
        font-size: 1.75rem;
    }
}

#emailHelp {
    font-size: 0.875rem;
    color: #000;
}

.modal-dialog {
    max-width: 90%;
}

@media (max-width: 768px){
    body, html {
        font-size: 3.2vw;
    }
    h1, .h1 {
        font-size: 7.2vw;
    }
    .alt-section h1, .alt-section .h1 {
        font-size: 6vw;
    }
    .alt-section .subhead {
        font-size: 5.4vw;
    }
    h2, .h2 {
        font-size: 2.8vw;
    }
    .form-control, .form-select {
        font-size: 4vw;
    }
    .btn-default, .btn-secondary {
        line-height: 9.3vw;
        font-size: 4.2vw;
        padding: 0 13vw;
    }
    #Footer {
        padding:2vw;
        font-size: 1.5vw;
    }

    .info-section p{
        font-size:3vw;
        margin-bottom:0;
    }
    .info-section img {
        width: 15vw;
    }
}