@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: url(https://nxmcdn.com/images/sul/webinar/webinar_background.jpg) center no-repeat fixed padding-box content-box;
    background-size: cover;
    color: #EFEBE6;
    font-family: "Montserrat", sans-serif;
}

#webinar-custom-container-width {
    max-width: 720px;
}

#logo {
    max-width: 253px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: calc(13px + 5 * ((100vw - 320px) / 680));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#webinar-title {
    color: #EFEBE6;
    font-family: "Montserrat", sans-serif;
    font-size: calc(46px + 6 * ((100vw - 320px) / 680));
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.btn-enroll {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 8px;
    background: #960202;
    color: #EFEBE6;
    width: 100%;
    max-width: 239px;
    height: 49px;
    box-shadow: none;
    border: 0;
}

.btn-access {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    color: #EFEBE6;
    background-color: #960202;
    transition: all 0.3s ease 0s;
    padding: 14px;
    border-radius: 8px;
    text-transform: uppercase;
}

.btn-access:hover {
    background-color: #b51c1f !important;
    color: white !important;
}

.btn-enroll:hover,
.btn-enroll:focus,
.btn-enroll:active,
.btn-enroll:focus-visible {
    background-color: #960202 !important;
    color: white !important;
}

.btn-submit {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 8px;
    background: #960202;
    color: white;
    width: 100%;
    height: 49px;
    box-shadow: none;
    border: 0;
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit:focus-visible {
    background-color: #b51c1f !important;
    color: white !important;
}

.modal-content {
    border-radius: 0;
}

#modal-cover {
    background: url(https://nxmcdn.com/images/sul/webinar/webinar_modal_right_cover.jpg) 100% no-repeat;
    background-size: cover;
}

#modal-title {
    color: #261D12;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.ohnohoney {
    display: none;
}

label.error,
#errormessage .bg-danger {
    background: unset;
    color: #960202 !important;
    font-size: .7em !important;
    position: relative;
    display: block;
    top: -27px;
}

#hiddenRecaptcha-error {
    text-align: left;
}

.hiddenRecaptcha {
    width: 0;
    height: 0;
    border: 0;
}

.hiddenRecaptcha:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.form-bottom {
    color: #261D12;
    font-size: 26px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-top: 2em;
    text-transform: uppercase;
}

.form-group {
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
}

.form-group input {
    box-sizing: border-box;
    border-radius: unset;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid #EFEBE6 !important;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #fff;
    color: #261D12;
}

.form-group input:focus {
    border-bottom: 1px solid #960202 !important;
}

.form-group label {
    float: left;
    margin-bottom: -18px;
}

.form-control {
    border: 1px solid #EFEBE6;
}

.form-control:focus {
    color: #261D12;
    background-color: #EFEBE6;
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

@media (min-width: 768px) {
    .custom-height {
        height: 100vh !important;
    }
}

@media (min-width: 821px) and (max-width: 941px) {
    body {
        padding: 3rem 0;
    }

    .custom-height {
        height: 100% !important;
    }
}

@media (max-width: 1199.98px) {
    body {
        background: url(https://nxmcdn.com/images/sul/webinar/webinar_background_tablet.png) 100% no-repeat fixed;
        background-size: cover;
    }
}

@media (max-width: 767.98px) {
    body {
        background: url(https://nxmcdn.com/images/sul/webinar/webinar_background_mobile.png) 100% no-repeat;
        background-size: cover;
        padding: 3rem 0;
    }
}

@media (max-width: 576px) {
    body {
        padding: 0;
    }

    .custom-height {
        height: 100vh !important;
    }
}

.form-control, .modal-content {
    background-color: #EFEBE6;
}