.page-template-jarvis-template {
    padding-left: 280px;
}

.jarvis_iframe {
    width: 100%;
    height: calc(100vh - 120px);
    border: none;
}

html.popup_no_scroll {
    overflow: hidden;
}

@media screen and (max-width: 1070px) {
    .page-template-jarvis-template {
        padding-left: 0px;
    }
}

.jarvis-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 72px;
}

.more-information {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.more-information span {
    font-size: .75rem;
    line-height: 1rem;
}

.popup-holder {
    display: none;
}

.popup-holder.activ-modal {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99999;
}

.popup-holder .popup-holder-overlay {
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
}

.popup_main {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 960px;
    z-index: 130;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
}

.popup_header {
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.class_close span {
    min-width: 70px;
    padding: 8px 12px;
    font-size: 14px;
    background-size: 14px 14px;
    border: 1px solid #abb0b9;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.popup_content {
    opacity: 0;
    padding: 40px 95px 100px;
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup_content h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0px 0px 20px;
    color: #323856;
}

.modal-description p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #323856;
    margin: 0px 0px 15px;
}

.modal-description p:last-child {
    margin-bottom: 0px;
}

.modal-accordion-item-content p a,
.modal-description p a {
    color: #1EBBF0;
}

.modal-accordion {
    margin-top: 40px;
}

.modal-accordion-item {
    background-color: #F4F6FA;
    border-radius: 5px;
    margin-bottom: 8px;
}

.modal-accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px;
    cursor: pointer;
}

.modal-accordion-item-header span {
    font-size: 16px;
    color: #323856;
    font-weight: 700;
}

.modal-accordion-item-content {
    display: none;
    padding: 0px 12px 20px;
}

.modal-accordion-item-content p {
    margin: 0px;
    font-size: 16px;
    color: #323856;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
}

.modal-accordion-item-content p:last-child {
    padding: 0px;
}

.modal-accordion-item-header i {
    color: #323856;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.1s ease-in;
}

.modal-accordion-item-header.accordion-down i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: transform 0.1s ease-in;
}

@media screen and (max-width: 960px) {
    .popup_main {
        width: 100%;
    }
    .popup_content {
        padding: 40px 40px 90px;
    }
    .modal-accordion {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .popup_content {
        padding: 30px 30px 80px;
    }
    .modal-accordion {
        margin-top: 20px;
    }
}


/************/


/* 
.popup-holder-video {
    display: none;
}

.popup-holder-video.activ-modal-video {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99999;
}

.popup-holder-video .popup-holder-video-overlay {
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
}

.popup_video_main {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 960px;
    z-index: 130;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
}

.popup_video_header {
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.popup_video_content {
    opacity: 0;
    padding: 40px 95px 100px;
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup_video_content h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0px 0px 20px;
    color: #323856;
}

.container_vimeo_inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25% !important;
}

.container_vimeo_inner iframe {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.lesson-button {
    margin-top: 25px;
    text-align: left;
}

.lesson-button a {
    color: #4d5461;
    cursor: pointer;
}

.lesson-button a:hover {
    color: #323856;
}

.class_video_close span {
    min-width: 70px;
    padding: 8px 12px;
    font-size: 14px;
    background-size: 14px 14px;
    border: 1px solid #abb0b9;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .popup_video_main {
        width: 100%;
    }
    .popup_video_content {
        padding: 40px 40px 90px;
    }
}

@media screen and (max-width: 480px) {
    .popup_video_content {
        padding: 30px 30px 80px;
    }
} */