#contest-page-content {
    position: relative;
}
#contest-page-video {
    width: 100%;
    min-height: 600px;
    position: relative;
}
#contest-page-image {
    background-image: url(../../images/lyonscg/contestpage/opening-banner6.jpg);
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

#contest-page-image .video-player {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
}

#contest-page-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 380px;
    width: 331px;
}

#watch-video-wrapper {
    border: solid 4px white;
    position: relative;
    width: 250px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
}

#watch-video-bg {
    background-color: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#watch-video-content {
    color: white;
    position: absolute;
    width: 60%;
    min-width: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-transform: uppercase;
    z-index: 20;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;

}

#hide-video-wrapper {
    border: solid 4px white;
    position: absolute;
    width: 200px;
    height: 50px;
    cursor: pointer;
    top: 3%;
    right: 3%;
    opacity: 0.5;
    z-index: 20;
}

#hide-video-bg {
    background-color: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#hide-video-content {
    color: white;
    width: 60%;
    min-width: 150px;
    text-transform: uppercase;
    z-index: 20;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}

#contest-page-enter {
    background-color: white;
    border: solid 4px #006fb2;
    width: 170px;
    height: 40px;
    position: relative;
}
#contest-page-enter-content {
    color: black;
    position: absolute;
    width: 65%;
    min-width: 125px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-transform: uppercase;
    z-index: 20;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

#contest-page-wrapper {
    position: absolute;
    bottom: -20px;
    right: 15%;
    z-index: 100;
    cursor: pointer;
}

#contest-page-logo {
    background-image: url(../../images/lyonscg/contestpage/ue-logo.png);
    height: 320px;
    width: 331px;
    background-size: contain;
    background-repeat: no-repeat;
}

#contest-page-text {
    width: 100%;
    position: relative;
    min-height: 200px;
}

#contest-page-text .contest-left, #contest-page-text .contest-right {
    width: 50%;
    padding: 15px;
    float: left;
    height: 100%;
    margin-bottom: 30px;
}

#contest-page-text .contest-left {
    background-color: white;
    color: #636363;
}
#contest-page-text .contest-right {
    background-color: #006fb2;
    color: white;
}

@media (max-width: 1024px) {
    #contest-page-video {
        min-height: 400px;
    }
    #contest-page-image {
        min-height: 400px;
    }
    #contest-page-text {
        min-height: 300px;
    }
    #contest-page-text .contest-left, #contest-page-text .contest-right {
        width: 100%;
        padding: 15px;
        float: none;
        min-height: 150px;
        height: 100% !important;
    }
    #contest-page-logo {
        height: 240px;
        width: 248px;
    }
    #contest-page-center {
        height: 280px;
        width: 248px;
    }
    #watch-video-wrapper {
        width: 200px;
        height: 40px;
    }
    #watch-video-content {
        min-width: 160px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    #contest-page-text .contest-left {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    #contest-page-video {
        min-height: 300px;
    }
    #contest-page-image {
        min-height: 300px;
    }
    #contest-page-text {
        min-height: 200px;
    }
    #contest-page-text .contest-left, #contest-page-text .contest-right {
        width: 100%;
        padding: 10px;
        float: none;
        min-height: 100px;
        height: 100% !important;
    }
    #contest-page-center {
        height: 200px;
        width: 164px;
    }
    #contest-page-logo {
        height: 160px;
        width: 164px;
    }
    #watch-video-wrapper {
        width: 130px;
        height: 30px;
    }
    #watch-video-content {
        min-width: 100px;
        height: 30px;
        font-size: 10px;
        line-height: 30px;
    }
    #contest-page-text .contest-left {
        margin-top: 30px;
    }
}

#contest-page-content #contest-page-social ul {
    display: block;
    margin-bottom: 0;
}

#contest-page-content #contest-page-social li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 2em;
    margin-left: 0;
}

#contest-page-content #contest-page-social li a {
    display: block;
    background: #3e3e3e;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0 !important;
    margin-bottom: 0px;
}
#contest-page-content #contest-page-social li a:hover {
    background: #161514;
}

#contest-page-content #contest-page-social li span {
    text-indent: -9999%;
    display: block;
    width: 100%;
    height: 100%;
}

#contest-page-content #contest-page-social li .facebook span {
    background: url(../../images/lyonscg/contestpage/socials-white.png) no-repeat;
    background-size: 500% 100%;
}
#contest-page-content #contest-page-social li .twitter span {
    background: url(../../images/lyonscg/contestpage/socials-white.png) -28px 0 no-repeat;
    background-size: 500% 100%;
}

#dealer-load-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#dealer-load-overlay-overlay {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    position: relative;
}
#dealer-load-overlay-message {
    border: solid 4px #006fb2;
    background-color: white;
    color: #006fb2;
    width: 400px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#dealer-load-overlay-message span {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 42px;
    text-align: center;
}

#dealer-list-zip {
    margin-top: 1em;
    clear: both;
    overflow: hidden;
}
#dealer-list-zip label {
    float: left;
    height: 30px;
    padding: 0 8px;
    line-height: 30px;
}
#dealer-list-zip #dealer-zipcode {
    float: left;
    width: 150px;
}
#dealer-list-zip #dealer-zipcode-btn {
    background-color: white;
    color: #006fb2;
    float: left;
    margin-left: 1em;
    width: 100px;
    font-size: 13px;
    height: 30px;
    padding: 0 8px;
    text-align: center;
    line-height: 30px;
    cursor:pointer;
}

#dealer-list-zip #dealer-list-info {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    font-size: 15px;
}

#contest-page-content .button {
    /* background-color: #006fb2; */
    color: #006fb2;
    background-color: white;
}

#contest-page-content p.required, #contest-page-content .validation-advice {
    color: white;
}

#contest-page-content label.required:after, #contest-page-content span.required:after {
    color: white;
}

#contest-page-content ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

#contest-page-content input[type=file] {
    color: white;
}

#contest-page-content .webforms-fields-comment {
    color: white;
}
