﻿.e-genius-wrapper h1,
.e-genius-wrapper h2,
.e-genius-wrapper p {
    color: #767575;
}

.e-genius-wrapper h1 {
    font-size: 60px;
    line-height: 1.1;
}

.e-genius-wrapper p {
    font-size: 22px;
    line-height: 1.3;
}

.banner {
    position: relative;
    width: 100%;
}

    .banner .banner-bg {
        width: 100%;
    }

    .banner .banner-content {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: 1420px;
        transform: translateX(-50%);
        padding: 3% 20px 20px;
    }

    .banner .banner-logo {
        width: 20vw;
        max-width: 290px;
    }

.intro {
    width: 100%;
    max-width: 942px;
    margin: 50px auto 90px;
    text-align: center;
}

    .intro h1 {
        margin-bottom: 20px;
    }

    .intro .btn {
        margin: 40px auto 0;
        max-width: 390px;
    }

.videos-section {
    text-align: center;
    width: 100%;
}

    .videos-section h1 {
        width: 100%;
        max-width: 960px;
        margin: 0px auto;
        padding: 0px 29px;
    }

    .videos-section .video-tiles {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin: 70px auto 0;
    }

    .videos-section .video-tile {
        position: relative;
        width: 33%;
        background: #3284c0;
        margin-bottom: 0.3%;
        text-align: center;
        cursor: pointer;
    }

        .videos-section .video-tile .inner-content {
            position: absolute;
            width: 100%;
            max-width: 270px;
            top: 52%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .videos-section .video-tile p {
            color: #fff;
            margin: 0px auto 30px;
        }

        .videos-section .video-tile .answer-btn {
            border: 1px solid #fff;
            color: #fff;
            background: none;
        }

.video-bg {
    width: 100%;
}

.opt-in-group {
    margin: 15px 0;
}

    .opt-in-group .form-checkbox {
        width: 30px;
        vertical-align: middle;
        cursor: pointer;
    }

    .opt-in-group label {
        vertical-align: middle;
        display: inline-block;
        font-size: 14px;
        line-height: 1.3;
        width: calc(100% - 45px);
        margin-left: 10px;
        margin-bottom: 0px;
    }

.success-message {
    position: absolute;
    top: 2%;
    max-width: 1000px;
    padding: 20px 40px;
    margin: 0px auto;
}

    .success-message h1,
    .success-message h2,
    .success-message p {
        color: #fff;
    }

    .success-message h2 {
        font-size: 60px;
    }

    .success-message p {
        font-size: 26px;
    }

.success-modal {
    width: 100%;
}

    .success-modal .modal-dialog {
        width: 100%;
        max-width: 1200px;
        margin: 0px auto;
    }

    .success-modal .bg-img {
        width: 100%;
    }

    .success-modal .fg-img {
        position: absolute;
        left: 2%;
        bottom: 6%;
        max-width: 250px;
        width: 22vw;
    }

.ytb-modal {
    max-width: 1024px;
    margin: 0px auto;
}

    .ytb-modal .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0px auto;
    }

.ytb-iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 30vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*GLOBAL*/
.form-checkbox {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #727272;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
}

    .form-checkbox.active-check:before {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #1c69d4;
        width: 84%;
        height: 84%;
    }

.modal button.close {
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 2;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 20px;
}

.has-err {
    border-color: red !important;
}

@media(max-width: 1100px) {
    .ytb-iframe {
        height: 54vw;
    }

    .auto .auto-modal#YoutubeModal .auto-modal-close {
        right: 0;
    }
}

@media(max-width: 920px) {
    .e-genius-wrapper h1 {
        font-size: 32px;
        line-height: 1.1;
    }

    .e-genius-wrapper h2,
    .e-genius-wrapper p {
        font-size: 20px;
    }

    .intro {
        padding: 0px 20px;
    }

    .videos-section .video-tiles {
        flex-direction: column;
        max-width: 100%;
    }

    .videos-section .video-tile {
        position: relative;
        width: 100%;
        height: auto;
    }

    .ytb-iframe {
        height: 60vw;
    }

    .success-message h2 {
        font-size: 32px;
        line-height: 1.1;
    }

    .success-message p {
        font-size: 20px;
        line-height: 1.1;
    }
}

@media(max-width: 580px) {
    .success-modal .success-message {
        position: relative;
        top: unset;
        padding: 20px 20px 40px;
    }

    .success-modal .fg-img {
        bottom: unset;
        top: 5%;
    }

    .success-message h2 {
        font-size: 24px;
        color: #000;
    }

    .success-message p {
        font-size: 18px;
        color: #000;
    }
}
