/********Download Syllabus
 ************************/

.syllabus-hidden {
    display: none!important;
}

.download-syllabus-main-holder {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
}

.download-syllabus-main-holder.show_course_popup {
    display: flex;
    pointer-events: auto!important;
}

.download-syllabus-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
}

.show_course_popup>.download-syllabus-overlay {
    display: block;
}

.download-syllabus-popup-main-holder {
    z-index: 999;
    max-width: 530px;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}

.download-syllabus-popup-main-holder .download-syllabus-course-button {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 25px;
    background-image: url(../svg/cancel-dark-white.svg)!important;
    background-position: 0 0;
    background-size: cover;
    cursor: pointer;
}

.download-syllabus-icon {
    line-height: 0;
    margin-bottom: 15px;
}

#download-syllabus-inf-holder {
    text-align: center;
}

.download-syllabus-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #31216B;
}

.download-syllabus-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 20px;
    color: #31216B;
}

.success-message {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #31216B;
}

#download-syllabus-form .hs_firstname>label,
#download-syllabus-form .hs_email>label,
#download-syllabus-form .hs_jobtitle>label,
#download-syllabus-form .hs_company>label,
#download-syllabus-form .hs_phone>label {
    display: none!important;
}

#download-syllabus-form .hs_firstname .input input,
#download-syllabus-form .hs_email .input input,
#download-syllabus-form .hs_jobtitle .input input,
#download-syllabus-form .hs_company .input input,
#download-syllabus-form .hs_phone .input input {
    width: 100%;
    height: 50px !important;
    border-radius: 5px!important;
    background: #fff;
    margin-bottom: 12px !important;
    font-size: 16px;
}

#download-syllabus-form .hs_submit {
    margin-top: 10px;
}

#download-syllabus-form .hs_submit input {
    width: 250px;
    height: 50px !important;
    border-radius: 5px!important;
    background: #fb9f00;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

#download-syllabus-form .hs_submit input:hover {
    background: #f7b500!important;
}

#download-syllabus-form {
    margin-top: 20px;
}

.no-list.hs-error-msgs {
    margin: -10px 0px 10px;
    text-align: left;
}

.no-list.hs-error-msgs label {
    color: #fb9f00;
}

.hs_error_rollup {
    display: none!important;
}

#download-syllabus-form .submitted-message p strong {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #31216B;
}

.download-syllabus-close-modal {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #31216B;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 630px) {
    .download-syllabus-popup-main-holder {
        max-width: 100%;
        margin: 0px 30px;
    }
}

@media screen and (max-width: 480px) {
    .download-syllabus-popup-main-holder .download-syllabus-course-button {
        right: 20px;
        top: 20px;
    }
    #download-syllabus-form {
        margin-top: 10px;
    }
    .download-syllabus-description {
        padding: 0px;
    }
    .download-syllabus-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .download-syllabus-popup-main-holder {
        max-width: 100%;
        margin: 0px 10px;
    }
    .download-syllabus-popup-main-holder {
        padding: 20px;
    }
    #download-syllabus-form .hs_submit input {
        width: 100%;
    }
    #download-syllabus-form .hs_submit {
        margin-top: 0px;
    }
    .download-syllabus-icon {
        margin-bottom: 5px;
    }
}