.node-question-form .field--name-field-assign-question,
.node-question-form .field--name-field-are-you-want-to-exists {
    display: none
}

.view-questions td.views-field-field-question-text {
    max-width: 390px;
}

.answer_response_text_wrapper {
    width: 100%;
    overflow: hidden;
}

.assessment-form {
    position: relative;
    padding: 15px 0px;
    margin: 2px;
    border-radius: 10px;
    color: #4A4A4A;
    background-color: #F5F5F5;
    box-shadow: none;
    overflow: hidden;
}

.assessment-form .right-quiz-section {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px -1px 6px rgb(0 0 0 / 16%);
    overflow-y: scroll;
    max-height: 550px;
    padding: 40px 10px 15px 10px;
    border-radius: 10px;
    z-index: 11;
}

.assessment-form .col-sm-3 {
    padding: 20px 0 0 0;
}

.assessment-form .question_title {
    position: relative;
    border: 2px solid #4A4A4A;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 15px;
    margin-bottom: 7px;
}

div#answer_response_text-358 {
    display: none;
}

.assessment-form .question_title a {
    color: blue;
}

.question_title .before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: -2px;
    left: -10px;
    right: 100%;
    transform: skewX(-45deg);
    border-left: 2px solid #4A4A4A;
    border-bottom: 2px solid #4A4A4A;
    background: #ffffff;
}

.question_title.question_feedback .before {
    background: #ffffff;
}

.assessment-form .fieldset-legend {
    font-weight: normal;
    color: #4A4A4A;
}

.assessment-form .fieldset-wrapper label {
    font-weight: bold;
}

.question_hint_body_section .hint_text {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 1px solid #cccccc;
}

.question_hint_body_section .hint_text span.orange-hint {
    color: #4A4A4A;
    margin-right: 7px;
}

.question_hint_body_section .body_text {
    font-size: 17px;
    line-height: 24px;
    color: #4A4A4A;
    padding-left: 95px;
    display: none;
}

.question-wrapper .right-section,
.answer_response_text_wrapper {
    margin-bottom: 15px;
}

.question-wrapper .right-section ul li {
    list-style: disc;
}

.question_hint_body_section span.click {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    color: #fff;
    padding: 3px 15px 3px 20px;
    background: #4a4a4a;
}

.question_hint_body_section span.click::after {
    content: "";
    width: 13px;
    height: 7px;
    background: url(../images/hide.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

#wrapper-answer-progress-area .col-sm-3 {
    width: 100%;
}

.answer_sidebar_note {
    position: relative;
    background: #ffffff;
    box-shadow: 0px -1px 6px rgb(0 0 0 / 16%);
    border-left: 0px;
    padding: 10px 10px 5px 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.overflow-scroll {
    overflow-y: scroll;
    max-height: 250px;
    padding-right: 10px;
}

.answer_response_text .before {
    display: none;
}

.assessment-form .answer_response_text .question_title {
    border-radius: 0px;
}

.answer_sidebar_note .overflow-scroll::-webkit-scrollbar,
.right-quiz-section::-webkit-scrollbar {
    background: #ededed;
    border-radius: 20rem;
    width: 1rem;
}

.answer_sidebar_note .overflow-scroll::-webkit-scrollbar-thumb,
.right-quiz-section::-webkit-scrollbar-thumb {
    background-color: #4A4A4A;
    border-radius: 20rem;
}


/*.answer_sidebar_note .sidebar_todos{
    position: absolute;
    top: 41px;
    right: -73px;
    color: #707070;
    font-weight: bold;
    margin-left: 10px;
    transform: rotate(90deg);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 5px 15px;
	cursor: pointer;
    box-shadow: 0px -1px 9px rgb(0 0 0 / 16%);
}*/

.answer_sidebar_note ul.red {
    padding: 15px 15px 15px 25px;
    background: #fcedee;
    border-top: 7px solid #d10818;
    border-right: 1px solid #d10818;
    border-bottom: 1px solid #d10818;
    border-left: 1px solid #d10818;
    border-top-right-radius: 5px;
}

.answer_sidebar_note ul.yellow {
    padding: 15px 15px 15px 25px;
    background: #fdfbf0;
    border-top: 7px solid #f7edb2;
    border-right: 1px solid #f7edb2;
    border-bottom: 1px solid #f7edb2;
    border-left: 1px solid #f7edb2;
    border-top-right-radius: 5px;
}

.path-assessment .sidebar-title,
.path-assessment .do-now-alert,
.path-assessment .do-later-alert {
    padding: 0 0 10px 10px;
    font-weight: 700;
    color: #707070;
}

.path-assessment .do-now-alert,
.path-assessment .do-later-alert {
    font-size: 13px;
}

.answer_sidebar_note ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    list-style: disc;
}

body.assessment-builder #maindiv .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin-top: 0px;
}

body.assessment-builder h1.assessment_title,
body.assessment-builder .assessment_description {
    margin-bottom: 15px;
}

body.assessment-builder .question-wrapper .question_container {
    float: right;
    margin: auto;
}

body.assessment-builder h1.page-header {
    display: none;
    max-width: 875px;
    margin: auto;
}

.answer-progress-section h1.assessment_title {
    margin-top: 0px;
    font-size: 28px;
    line-height: 40px;
}

.path-congratulations div#maindiv {
    margin-top: 0px;
}

.congratulation-page .congratulation-page-top-content img {
    max-width: 75px;
    margin-bottom: 0px;
}

.congratulation-page-top-content p {
    margin-bottom: 35px !important;
}

.path-assessment div#maindiv {
    padding-top: 15px;
    margin-bottom: 15px;
}

.path-congratulations h1.page-header {
    display: none;
}

.answer-progress-section .progress-meter {
    margin: auto;
    margin-top: 10px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 16%);
}

.answer-progress-section .progress-meter span {
    display: block;
    border-radius: 25px;
}

.congratulation-page .todos_action {
    margin-left: auto;
    overflow: hidden;
}

.congratulation-page .todos_action li {
    display: inline-block;
    margin: 0 10px;
}

.congratulation-page .todos_action .button.action_pdf,
.congratulation-page .todos_action .action_email,
.congratulation-page .todos_action .action_print {
    background: #4A4A4A url(../images/PDF-icon.png) no-repeat center;
    border-radius: 5px;
    display: block;
    padding: 10px 21px;
    border: 0px;
    font-size: 0;
    cursor: pointer;
}

.congratulation-page .todos_action .action_email {
    background: #4A4A4A url(../images/email.svg) no-repeat center;
}

.congratulation-page .todos_action .action_print {
    background: #4A4A4A url(../images/print.svg) no-repeat center;
}

.congratulation-page div#todos_wrapper {
    position: relative;
    box-shadow: 0px -1px 6px rgb(0 0 0 / 16%);
    padding: 25px;
    border-radius: 15px;
    margin: 2px;
    background: #ffffff;
}

.congratulation-page div#todos_wrapper .sidebar_todos {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.congratulation-page div#todos_wrapper .do-now-alert,
.congratulation-page div#todos_wrapper .do-later-alert {
    font-weight: 600;
    padding-bottom: 5px;
}

.congratulation-page #todos_wrapper ul {
    margin-bottom: 0px;
}

.congratulation-page #todos_wrapper li {
    list-style: disc;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.congratulation-page div#todos_wrapper ul.todos_list.red {
    background-color: #fcedee;
    border-top: 5px solid #D10816;
    border-left: 1px solid #d10818;
    border-right: 1px solid #d10818;
    border-bottom: 1px solid #d10818;
    padding: 10px 28px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.congratulation-page div#todos_wrapper ul.todos_list.yellow {
    background-color: #fdfbf0;
    border-top: 5px solid #e3cf37;
    border-left: 1px solid #e3cf37;
    border-right: 1px solid #e3cf37;
    border-bottom: 1px solid #e3cf37;
    padding: 10px 28px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 15px;
}

.cta-button.text-center a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 50px;
    border-radius: 25px;
    background-color: #F88220;
    display: inline-block;
}

.back_all_assessment {
    text-align: center;
    margin-top: 25px;
}

.back_all_assessment a,
.back_all_assessment button {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 50px;
    background-color: #4A4A4A;
    display: inline-block;
    text-transform: uppercase;
    min-width: 240px;
}

.back_all_assessment a:hover {
    color: #fff;
}

.congratulations_mailsend_form {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    height: 200px;
    left: 0px;
    right: 0px;
    width: 350px;
    margin: auto;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    z-index: 111;
    box-shadow: 0px 0px 10px rgb(0 0 0);
}

body.congratulations-popup-form:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.congratulations_mailsend_form .popup-closed {
    background: url(../images/close.png) no-repeat 100%;
    width: 100%;
    height: 15px;
    font-size: 0px;
    cursor: pointer;
}

.congratulations-assessment-send-mail-form .form-control {
    border: 1px solid #F88220;
}

.congratulations-assessment-send-mail-form .btn-default,
.congratulations-assessment-send-mail-form .btn-default:hover,
.congratulations-assessment-send-mail-form .btn-default:focus,
.question_container .btn-default,
.question_container .btn-default:hover,
.question_container .btn-default:focus {
    color: #ffffff !important;
    background-color: #4A4A4A !important;
    border-color: #4A4A4A !important;
    font-weight: 600;
}

.question_container .btn-default {
    display: block;
    margin-left: 19%;
    border-radius: 25px;
}

.congratulation-page .congratulation-page-top-content.empty {
    width: 100%;
    margin: auto;
    float: none;
    text-align: center;
}

.are-your-sure-btn {
    text-align: center;
}

.are-your-sure-btn a {
    color: #ffffff !important;
    background-color: #4A4A4A !important;
    border-color: #4A4A4A !important;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
}

.sticky-header .assessment-form .toggle-to-do-list-button .col-sm-3 {
    width: 790px;
}

.toggle-to-do-list-button .answer_sidebar_note ul.yellow,
.path-assessment .toggle-to-do-list-button .do-later-alert,
.toggle-to-do-list-button .answer_sidebar_note ul.red,
.path-assessment .toggle-to-do-list-button .do-now-alert,
.path-assessment .toggle-to-do-list-button .sidebar-title {
    display: none;
}

.toggle-to-do-list-button .answer_sidebar_note {
    box-shadow: none;
}

.toggle-to-do-list-button .answer_sidebar_note .sidebar_todos {
    right: 137px;
    width: 125px;
}

.sticky-header .toggle-to-do-list-button .answer_sidebar_note .sidebar_todos {
    top: 70px;
    right: 100px;
}

.toggle-to-do-list-button .answer_sidebar_note ul.yellow {
    margin-left: 50px;
    margin-top: 120px;
}

.modal-content {
    padding: 45px;
}

/*.homepage-video-banner .col-sm-6 .modal-dialog {*/
/*    width: 704px !important;*/
/*}*/

.homepage-video-banner .col-sm-6 .modal-content {
    border: 5px solid #fff;
    padding: 0px;
    height: 410px;
    width: 704px;
}

.modal-body,
.modal-footer {
    padding: 0px !important;
    text-align: center !important;
}

.modal-footer {
    margin-top: 25px !important;
    border-top: 0px !important;
}

.modal-dialog {
    top: 25% !important;
}

.congratulation-page button.close {
    margin-right: -50px;
    background: url(../images/popup-close.svg) no-repeat !important;
    background-size: 30px !important;
    width: 30px;
    height: 41px;
    text-indent: -9999px;
    opacity: 1;
}

.congratulation-page button.close:hover {
    opacity: 1;
}

button.btn.btn-primary.yes,
button.btn.btn-primary.no {
    min-width: 200px;
    font-size: 13px;
}

button.btn.btn-primary.yes a,
button.btn.btn-primary.no {
    padding: 3px;
}

button.btn.btn-primary.no {
    background: transparent;
    color: #4A4A4A;
}