﻿:root {
    --alert-banner-bg: #F1CD15;
    --alert-banner-color: #3D3935;
    --alert-cta-background: #D05F27;
    --alert-cta-hover-background: #9c461c;
    --alert-cta-color: #fff;
    --header-height: 80px;
    --nav-height: 56px;
}
@media only screen and (min-width : 768px) {
    :root {
        --header-height: 125px;
    }
}

body {
    font-family: 'Source Sans Pro', Roboto;
    font-weight: 300;

    background: #b0a99f var(--bg-small-url) top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.border-right {
    border-right: 1px solid #ffffff;
}

a {
    color: #D05F27;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 25px;
}

.mb-2 {
    margin-bottom: 20px;
}

/* Header */
#dux-header-wrapper {
    background: #fff;
    width: 100%;
    padding: 0 !important;
    z-index: 1000;
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    height: var(--header-height);
}

#dux-header-wrapper .col1 {
    text-align: center;
}

#dux-header-wrapper .col1 img {
    width: 100%;
    margin: 15px 0;
    max-width: 250px;
    max-height: calc(var(--header-height) - 30px);
}

#dux-header-wrapper .col2 {
    text-align: right;
}

.event-info {
    max-width: 350px;
    float: right;
    padding-bottom: 20px;
    display: grid;
    justify-items: center;
}

.page-event-info {
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.event-info h1,
.event-info h2,
.event-info h3 {
    text-transform: uppercase;
    text-align: justify;
    width: 100%;
}

.event-info h1:after,
.event-info h2:after,
.event-info h3:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.event-info h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Oswald';
    color: #1A5B42;
    line-height: 20px;
}

.event-info h2 {
    font-size: 38px;
    font-weight: 400;
    font-family: 'Alfa Slab One';
    color: #1A5B42;
    line-height: 40px;
}

.event-info h3 {
    font-size: 47px;
    font-weight: 400;
    font-family: 'League Gothic';
    color: #D05F27;
    line-height: 20px;
}

#dux-header {
    max-width: 900px;
    margin: 0 auto;
}

.nav-mobile-open {
    background: url(https://duckscdn.blob.core.windows.net/imagescontainer/landing-pages/events/DUX/2019/icons/ic_bars.png) top left no-repeat;
    background-size: contain;
    width: 100%;
    height: 30px;
    display: none;
    margin: 25px 0 0 5px;
}

.mm-spn li:after {
    border-top-color: #000000;
    opacity: unset;
    margin-right: 20px;
}

.mm-spn a:not([href="#nav-mobile-close"]) {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-left: 35px;
}

.mm-spn a[href="#nav-mobile-close"] {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 32pt;
    color: #d05f27;
}

.mm-spn.mm-spn--navbar ul {
    top: 60px;
}

.mm-spn.mm-spn--navbar ul:before {
    border-top: 0;
}

.nav-wrapper {
    background: #1a5b42;
    width: 100%;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #bcaf9f;
    z-index: 100;
}

.dux-nav {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    height: var(--nav-height);
}

.dux-nav .item {
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    width: 100%;
    text-align: center;
    height: var(--nav-height);
    align-content: center;
}

.dux-nav .item.emph {
    background: #A22B2F;
}

.dux-nav .item:hover {
    background: #149765;
}

/* End Header */

.home-hero {
    background: #000;
    justify-content: center;
    padding-top: 15px;
    min-height: 290px;
    background: rgba(61, 57, 53, 0.9);
}

.dux-page-wrapper {
    padding-top: var(--header-height);
    padding-bottom: 120px;
}

@media only screen and (min-width : 768px) {
    .dux-page-wrapper {
        padding-top: 20px;
    }
}

.countdown {
    display: flex;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

#home-hero-tickets {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: white;
    text-align: center;
    margin-top: 15px;
}

#countdown-timer {
    padding: 10px 0;
    font-size: 16px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container video,
.embed-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-hero .home-image img {
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -15px;
    margin-right: -25px;
    z-index: 10;
}

.home-image {
    position: relative;
    height: 220px;
    display: flex;
    justify-content: center;
}

.home-image .home-buttons {
    bottom: 10px;
    text-align: center;
    background: no-repeat top center;
    background-size: cover;
    height: 95%;
    margin-right: 0;
    margin-left: 0;
}

.home-image .home-buttons .home-image-text {
    height: 135px;
    margin-top: 20px;
    margin-bottom: 7px;
    z-index: 10;
    white-space: nowrap;
}

.home-image .home-buttons .home-image-text h1 {
    font-weight: 800;
    color: #000000;
    font-size: 18px;
    line-height: 143%;
    margin-top: 0;
}

.home-image .home-buttons .home-image-text h1 .h1-header {
    color: #D05F27;
    font-size: 30px;
    padding-bottom: 5px;
}

.btn.btn-dux,
.dux-card-container-content.dux-form .btn {
    font-family: 'Oswald';
    font-size: 16px;
    color: #ffffff;
    border-radius: unset;
}

.btn.btn-dux,
.dux-card-container-content.dux-form .btn.btn-primary {
    background-color: #D05F27;
    border-color: #D05F27;
}

.btn.btn-dux:hover {
    background-color: #9c461c;
}

.dux-card-container-content.dux-form .btn.btn-danger {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

.dux-container {
    background-color: #D1CBBD;
    text-align: center;
    padding-bottom: 20px;
}

.dux-container-light {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width : 768px) {
    .dux-container-light {
        border-radius: 0;
    }
}

.dux-container-white {
    background-color: #ffffff;
}

.dux-container-title {
    font-family: 'Oswald';
    font-size: 24px;
    color: #ffffff;
    background: #A22B2F;
    width: 100%;
    padding: 5px;
    margin-top: 15px;
    text-align: center;
}

.dux-container h3 {
    font-family: 'Source Sans Pro';
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    padding: 5px 20px;
}

.dux-card-container {
    text-align: left;
}

.dux-card-container-content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}

.dux-card-container-content h3 {
    padding-left: 0;
    padding-right: 0;
}

.dux-card {
    height: 300px;
}

.dux-card-title {
    font-size: 23px;
    font-weight: 900;
    text-align: left;
    padding: 2px 7px;
    background: #ffffff;
    text-transform: uppercase;
}

.dux-card .dux-card-title,
.dux-card .dux-card-title a {
    color: #D05F27;
}

.dux-card-title .angles {
    float: right;
    padding-top: 5px;
}

.dux-card-content {
    background: repeat-x top left;
    background-size: cover;
    height: 250px;
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.dux-card-content p {
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    height: 35%;
    overflow: hidden;
    margin-bottom: auto;
    background-color: #54622B;
    color: #ffffff;
    text-align: left;
    padding-left: 7px;
}

.dux-card .dux-card-content p {
    background-color: rgba(84, 98, 43, 0.6);
}

.dux-card.dux-card-thumbnail {
    height: 35px;
    padding-top: 0;
    margin-bottom: 5px;
}

.dux-card.dux-card-thumbnail .dux-card-title a {
    color: #54622B;
}

.dux-card.dux-card-thumbnail .dux-card-content {
    filter: grayscale(100%);
}

.dux-card.dux-card-thumbnail:hover .dux-card-title a {
    color: #D05F27;
}

.dux-card.dux-card-thumbnail:hover .dux-card-content {
    filter: unset;
}

.dux-card.dux-card-thumbnail .dux-card-content {
    height: 70px;
}

#dux-event-map img {
    width: 100%;
    padding: 0 10px;
}

.sponsor-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-inline: 20px;
    align-items: center;
}

@media only screen and (min-width : 768px) {
    .sponsor-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.sponsor-list .sponsor-list-sponsor img {
    width: 100%;
}

.dux-container-sponsors .row {
    padding-left: 20px;
    padding-right: 20px;
}

.dux-container-sponsors .pull-right {
    padding: 15px 30px 0 0;
    font-weight: 600;
    font-size: 18px;
}

.bs-4 {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.dux-container-travel {
    margin-top: 5px;
    box-shadow: 0px 4px 4px rgb(0, 0, 0);
}

.dux-container-rules {
    background-color: rgba(209, 203, 189, 0.9);
}

.dux-card-village-container {
    background-color: #ffffff;
}

.dux-card-village-title {
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    color: #D05F27;
}

.dux-village-h4 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.dux-village-h4:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid #3D3935;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    opacity: .5;
}

.dux-card-village-detail .dux-card-content {
    background-color: #ffffff;
    height: unset;
}

.dux-card-village-detail .dux-card-content .embed-container {
    margin: 0 20px;
}

.dux-village-gallery {
    padding: 20px 15px 0 0;
}

.dux-village-gallery-text {
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
}

.dux-village-gallery-images .glider-contain .glider .glider-slide img {
    height: 125px;
}

.glider-slide .video-thumbnail {
    height: 100%;
    background-color: #555555;
    padding-top: 40px;
    color: #ffffff;
    margin-right: 4px;
}

.glider-slide {
    margin-right: 4px;
}

.dux-village-content {
    text-align: left;
    padding-top: 10px;
    font-weight: 400;
    font-size: 20px;
}

.dux-rules,
.dux-travel {
    padding: 20px 20px;
    text-align: left;
}

.dux-rules h4,
.dux-travel h4 {
    font-weight: 900;
    font-size: 23px;
}

.dux-rules,
.dux-travel-content {
    font-size: 18px;
}

.dux-footer-wrapper {
    background: #3D3935;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.dux-footer-wrapper a {
    color: #fff;
}

.dux-footer-wrapper .container {
    padding-bottom: 0;
}

.g-footer-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
}
.g-footer-content ul {
    list-style: none;
    padding: 10px 0;
}

.g-footer-content a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 0;
    white-space: nowrap;
}

.social-icons ul li {
    padding: 10px 0;
}

.social-icons img {
    width: 40px;
    margin-right: 10px
}

.dux-footer-mobile {
    background-color: #215A41;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 15;
}

.dux-footer-mobile a {
    float: left;
    width: 33%;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
}

.dux-footer-mobile a i {
    font-size: 30px;
}

.alert-banner {
    background: var(--alert-banner-bg);
    color: var(--alert-banner-color);
    padding: .75rem 0;
    margin-inline: -15px;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'League Gothic';
    letter-spacing: 2px;
}

.alert-banner p {
    margin: 0;
}

.alert-banner .alert-cta {
    display: inline-block;
    padding: .75rem 1.25rem;
    font-size: 1.5rem;
    margin-left: 2rem;
    background: var(--alert-cta-background);
    color: var(--alert-cta-color);
    font-family: 'Source Sans Pro', Roboto;
    letter-spacing: initial;
    border: 2px solid var(--alert-cta-background);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.alert-banner .alert-cta:hover {
    background: var(--alert-cta-hover-background);
}

.things-to-do {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0px;
}

.things-to-do li a {
    background: white;
    border-bottom: 5px solid var(--alert-cta-background);
    display: grid;
    color: var(--alert-cta-background);
    text-decoration: none;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 1rem;
    font-family: 'Source Sans Pro', Roboto;
    font-weight: 700;
    padding: 1rem 2rem;
    transition: color 150ms ease, border 150ms ease;
}

.things-to-do li a:hover {
    border-color: #2798D0;
    color: #2798D0;
}

@media only screen and (min-width : 768px) {

    body {
        background-image: var(--bg-large-url);
    }

    #dux-header-wrapper {
        position: unset;
    }

    #dux-header-wrapper .col1 img {
        max-width: 500px;
    }

    .home-hero {
        display: flex;
    }

    .home-image {
        height: 300px;
    }

    .home-image .home-buttons {
        position: absolute;
        bottom: 10px;
        height: 65%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .home-image .home-buttons .home-image-text {
        height: 120px;
        margin-top: 25px;
        z-index: 10;
        white-space: nowrap;
    }

    .home-image .home-buttons .home-image-text h1 {
        margin-top: 0.67em;
    }

    .dux-page-wrapper {
        padding-bottom: 80px;
    }

    .modal-dialog {
        width: 530px;
    }

    .modal-body video {
        width: 500px;
    }

    .dux-container h3 {
        padding: 5px 100px;
    }

    .dux-container-title {
        width: 60%;
    }

    .dux-card-container-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .dux-card-container-content h3 {
        padding-left: 0;
        padding-right: 0;
    }

    .dux-card-village-container {
        border-radius: 4px;
    }

    .dux-card-village {
        padding-right: 30px;
    }

    .dux-card.dux-card-thumbnail {
        height: 110px;
    }

    .dux-container-sponsors .row {
        padding-left: 80px;
        padding-right: 80px;
    }

    .sponsor-list img {
        padding: 0 10px;
    }

    .dux-rules,
    .dux-travel {
        padding: 20px 80px;
    }

    .g-footer-content {
        flex-direction: row;
        gap: 25px;
        justify-content: center;
    }

    .dux-footer-wrapper .container {
        padding-bottom: 0;
    }

    .social-icons ul li {
        padding: 10px 30px;
    }
}

@media (min-width: 992px) {
    .btn.btn-dux {
        min-width: 160px;
    }

    .home-image {
        height: 380px;
    }

    .home-image .home-buttons .home-image-text {
        height: 155px;
        margin-top: 40px;
    }

    .home-image .home-buttons .home-image-text h1 {
        font-size: 24px;
    }

    .dux-card-village {
        padding-right: 50px;
    }

    .home-hero {
        min-height: 350px;
    }

    .modal-dialog {
        width: 730px;
    }

    .modal-body video {
        width: 700px;
    }

    .dux-card-container-content.dux-form input,
    .dux-card-container-content.dux-form select,
    .dux-card-container-content.dux-form textarea {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .btn.btn-dux {
        min-width: 220px;
    }

    .home-image {
        height: 430px;
    }

    .home-image .home-buttons .home-image-text {
        height: 160px;
        margin-top: 70px;
    }

    .home-hero {
        min-height: 405px;
    }

    .modal-dialog {
        width: 930px;
    }

    .modal-body video {
        width: 900px;
    }

    .alert-banner {
        justify-content: center;
    }

    .alert-banner p {
        max-width: 400px;
    }
}

.booth-table {
    width: 100%;
    overflow-x: scroll;
}

.booth-table td, .booth-table th {
    padding: .25rem;
}

.booth-table p {
    margin: 0px;
}

.booth-table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}

.agreement {
    position: fixed;
    top: .5rem;
    right: .5rem;
    margin-inline: auto;
    width: fit-content;
    max-width: min(100ch, 100% - 16px);
    padding: 1rem;
    background: #ffffff;
    color: #000000;
    font-weight: 500;
    font-size: .875rem;
    border-radius: .75rem;
    visibility: hidden;
    transform: translateY(-200%);
    transition: visibility 0ms 300ms linear, transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 200ms ease, top 500ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 1001;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
    .agreement {
        inset-inline: 0;
    }
}

.agreement.show {
     visibility: visible;
     transform: translateY(0);
     transition: visibility 0ms 0ms linear, transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 200ms ease, top 500ms cubic-bezier(0.19, 1, 0.22, 1);
     opacity: 1;
 }

.agreement .agreement-content {
    display: grid;
    gap: .25rem;
    font-size: 1rem;
}
.agreement .agreement-content h5 {
    width: 100%;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    text-transform: unset;
}
.agreement .agreement-content h5 a {
    position: absolute;
    right: 1rem;
    padding: 0;
    top: 1.5rem;
    cursor: pointer;
    font-size: 20px;
}

.agreement .agreement-content p {
    font-size: 16px;
}

.agreement .agreement-cta {
    display: flex;
    justify-content: end;
}

@media (max-width: 1024px) {
    .agreement .agreement-cta {
        justify-content: center;
    }

    .agreement .agreement-cta a {
        padding-inline: 30px;
    }
}

.google-ad {
    margin-inline: auto;
    width: 320px;
    min-width: 300px;
    min-height: 50px;
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .google-ad {
        width: 728px;
        min-height: 90px;
    }
}
@media (max-width: 1023px) {
    #TopAd {
        margin-top: 20px;
    }
}

.embed-google-ad {
    margin-inline: auto;
    width: 300px;
    min-height: 250px;
    margin-bottom: 20px;
}