/*@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');*/


@font-face {
  font-family: 'Eurofurence';
  src: url('https://nxmcdn.com/fonts/PAN/eurofurence-cufonfonts/eurof75.ttf') format('truetype');
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Rounded Condensed';
  src: url('https://nxmcdn.com/fonts/PAN/helvetica/helvetica.OTF') format('opentype');
  
}

@font-face {
  font-family: 'New Zen';
  src: url('https://nxmcdn.com/fonts/PAN/new_zen/New%20Zen%20Regular.ttf') format('truetype');
  
}

@font-face {
  font-family: 'New Zen Bolder';
  src: url('https://nxmcdn.com/fonts/PAN/new_zen/New%20Zen%20ExtraBold.ttf') format('truetype');
  
}

body {
    background: url(https://nxmcdn.com/images/pan/webinar_template/desktop_bg2.png) center no-repeat fixed padding-box content-box;
/*    background-size: cover;*/
    color: #EFEBE6;
    /*    font-family: "Montserrat", sans-serif;*/
    font-family: "New Zen", sans-serif;
}

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

#logo {
    max-width: 200px;
}

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

#webinar-title {
    color: #000;
    /*    font-family: "Montserrat", sans-serif;*/
    font-family: "Helvetica Rounded Condensed", 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;
    background: #74B941;
    color: #FFFFFF;
    width: 100%;
    max-width: 239px;
    height: 49px;
    box-shadow: none;
    border: 0;
}

.btn-continue {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    background: #74B941;
    color: #EFEBE6;
    width: 100%;
    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: #74B941;
    transition: all 0.3s ease 0s;
    padding: 14px;
/*    text-transform: uppercase;*/
}

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

.btn-enroll:hover,
.btn-enroll:focus,
.btn-enroll:active,
.btn-enroll:focus-visible {
    background-color: #74B941 !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: #74B941;
    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: #74B941 !important;
    color: white !important;
}

.modal-content {
    border-radius: 9px;
}

#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: "Helvetica Rounded Condensed", 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: red !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: "Helvetica Rounded Condensed", 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 #B8B8B8 !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 #74B941 !important;
}

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

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

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

.dropLang{
    top: 5% !important; 
    right: 5% !important;
}

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

    #logo {
        max-width: 170px;
    }

    .dropLang{
        top: 1%  !important; 
        right: 1% !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/pan/webinar_template/tablet_bg.png) 100% no-repeat fixed;
/*        background-size: cover;*/
    }
}

@media (max-width: 767.98px) {
    body {
        background: url(https://nxmcdn.com/images/pan/webinar_template/mobile_bg.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: #fff;
}

.changeLang{
    right: 0%;
    top: 0%;    
    margin: 5%;
    position: absolute;
}

.descBold{
    font-family: New Zen Bolder;
}

.btn {
    --bs-btn-disabled-bg: #74B941 !important;
   
}