  header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    /* box-shadow: #dedede 0 14px 40px -5px; */
}

    header .logo {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        height: 6rem;
        width: 9rem;
        background-image: url(https://cdn.iheartmedia.com/img/ihm-stackedlogo.svg),none;
        display: inline-block;
        font: 0/0 "a";
        color: rgba(0,0,0,0) !important;
        margin-left: 1rem;
    }

    header cite {
        font-style: normal;
        text-transform: uppercase;
        line-height: 1.2rem;
        padding-top: 3px;
        margin-left: 3rem;
    }

        header cite strong {
            font-size: 1.05rem;
            display: block;
            font-weight: 700;
            letter-spacing: .1rem;
            line-height: 1.5rem;
        }

@media (max-width:575px) {
    cite {
        display: none;
    }

    header .logo {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        height: 6rem;
        width: 9rem;
        background-image: url(https://cdn.iheartmedia.com/img/ihm-stackedlogo.svg),none;
        display: inline-block;
        font: 0/0 "a";
        color: rgba(0,0,0,0) !important;
        margin-left: 0rem;
    }
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.bg-iheart {
    background-color: #c6002b;
}

section.video video {
    width: 100%;
    object-fit: fill;
}

.hero {
    background: url("https://cdn.iheartmedia.com/documents/iheartresults/webinars/ihm-sports/ihm-sports-opt.png");
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: right;
}

.hero-bg {
    background: url("https://cdn.iheartmedia.com/documents/iheartresults/webinars/holiday/240820_iHM24_Holiday_Webinar.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
}

.banner {
    background: url("https://cdn.iheartmedia.com/documents/iheartresults/webinars/edison/media/hero-bg3.png");
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: right;
}

.bg-pattern {
    background: url("https://cdn.iheartmedia.com/documents/iheartresults/webinars/edison/media/bg-pattern2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

@media (max-width: 425px) {
    .hero {
        background: url("https://cdn.iheartmedia.com/documents/iheartresults/webinars/ihm-sports/ihm-sports-opt-mobile.jpg?1");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
}

.bg-iheart {
    background-color: #c6002b;
}

.btn-danger {
    background-color: #c6002b;
}

.bg-danger {
    background-color: #c6002b !important;
}

.text-danger {
    color: #c6002b !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 1.8rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2f3133;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero {
        background: url("https://cdn.iheartmedia.com/documents/iheartresults/webinars/edison/media/bg-pattern2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }  

}



@media (max-width: 767.98px) {
    p {
        text-align: left;
    }
}

#close-modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

    #close-modal:focus {
        box-shadow: none;
    }


    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }
    
    .btn-outline-light:hover .icon-svg {
    
        fill: rgb(0, 0, 0) !important;
    }
    
    .icon-svg {
        fill:rgb(255, 255, 255);
    }    