/**************************
***************************
# Fonts
# Main color
# Header
# Blog Content
# Single Post
**************************
*************************/


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: "Nunito";
    src: url("../../fonts/font-nunito/Nunito-ExtraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: "Nunito";
    src: url("../../fonts/font-nunito/Nunito-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Nunito";
    src: url("../../fonts/font-nunito/Nunito-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Nunito";
    src: url("../../fonts/font-nunito/Nunito-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Nunito";
    src: url("../../fonts/font-nunito/Nunito-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Nunito";
    src: url("../../fonts/font-nunito/Nunito-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Nunito";
    src: url("../../fonts/font-nunito/Nunito-ExtraBold.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "Nunito";
    src: url("../../fonts/font-nunito/Nunito-Black.ttf");
    font-weight: 900;
}


/*--------------------------------------------------------------
# Main color
--------------------------------------------------------------*/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html.no-scroll-html {
    overflow-x: unset;
}

body {
    background-color: #f4f6fa;
    font-family: "Nunito";
}

.site-branding {
    line-height: 0;
    height: 100%;
}

.site-branding .header-holder {
    background-color: #31216b;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 60px;
}

.your-onboarding-item {
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    width: 198px;
}

.onboarding-ite-text {
    color: #F4F6FA;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 12px;
}

.onboarding-ite-per {
    color: #57D968;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 12px;
    border-left: 1px solid #fff;
    width: 64px;
    text-align: center;
}

.your-onboarding-item:hover {
    background-color: #fff;
}

.your-onboarding-item:hover .onboarding-ite-text {
    color: #323856;
}

.your-onboarding-item:hover .onboarding-ite-per {
    border-left-color: #B1B9D3;
}

@media screen and (max-width: 1070px) {
    .site-branding .header-holder {
        background-color: transparent;
        padding: 0px 50px 0px 90px;
    }
    .site-branding {
        text-align: center;
        width: 100%;
    }
    .your-onboarding-item {
        width: auto;
    }
    .wihtout-onboarding-items .site-branding .header-holder {
        padding: 0px 50px 0px 50px;
        justify-content: center;
    }
}

@media screen and (max-width: 560px) {
    .onboarding-ite-text {
        display: none;
    }
    .onboarding-ite-per {
        border-left: none;
        padding: 14px 12px;
    }
}

@media screen and (max-width: 360px) {
    .onboarding-ite-per {
        width: 60px;
        padding: 14px 8px;
    }
}

.site-branding a.custom-logo-link {
    line-height: 0;
}

.site-branding a.custom-logo-link img {
    max-width: 160px;
}

.smaller-logo {
    display: none;
    max-width: 42px;
}

.smaller-logo img {
    border-radius: 100%;
}

.left_sidebar.new_navigation {
    padding: 0px 14px 40px;
}


/****/

.expand_items.accordion-down-item .expand_items_text i {
    transform: rotate(180deg);
    transition: 0.2s linear;
    padding: 0px 10px 0px 0px !important;
}

.expand_items {
    display: flex;
    flex-direction: column;
}

.expand_items_text_holder {
    padding: 8px 0px;
}

.new_navigation_item:last-child {
    border-bottom: none;
}

.new_navigation_item:nth-child(2) .new_subnavigation_item_icon i {
    color: #5D5CFF;
}

.new_navigation_item:nth-child(3) .new_subnavigation_item_icon i {
    color: #FB9F00;
}

.new_navigation_item:nth-child(4) .new_subnavigation_item_icon i {
    color: #1EBBF0;
}

.new_navigation_item:nth-child(1) .new_subnavigation_item_icon i,
.new_navigation_item:nth-child(5) .new_subnavigation_item_icon i,
.new_navigation_item:nth-child(6) .new_subnavigation_item_icon i {
    color: #484E6B;
}

.new_navigation_item_name {
    font-size: 14px;
    line-height: 19px;
    color: #484E6B;
    font-weight: 700;
    padding: 10px 8px;
}

.expand_items_text_holder {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.expand_items_text_right {
    font-size: 14px;
    line-height: 19px;
    color: #484E6B;
    font-weight: 500;
}

.new_subnavigation_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    padding: 8px;
    border-radius: 3px;
    height: 40px;
    cursor: pointer;
}

.new_subnavigation_item:hover {
    background-color: #F4F6FA;
}

.new_subnavigation_item.active_new_item {
    background-color: #E2E5F3;
}

.new_subnavigation_item.active_new_item .new_subnavigation_item_icon i:before {
    font-weight: 800;
}

.expand_items_text {
    width: 35px;
    line-height: 0;
}

.new_subnavigation_item .new_subnavigation_item_icon {
    width: 35px;
    line-height: 0;
}

.expand_items_text i {
    transform: rotate(0deg);
    transition: 0.2s linear;
    font-size: 14px;
    padding-left: 10px;
}

.new_subnavigation_item .new_subnavigation_item_icon i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.new_subnavigation_item_name {
    font-size: 14px;
    line-height: 19px;
    color: #484E6B;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.new_subnavigation_item_name_text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new_navigation_item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E2E5F3;
    padding: 14px 0px 14px;
}

.left-right-active .left_sidebar,
.left-right-active .site-branding .header-holder {
    max-width: 75px;
}

.left-right-active .smaller-logo {
    display: block;
}

.left-right-active .custom-logo-link {
    display: none;
}

.left-right-active #site-navigation,
.left-right-active #site-navigation-second,
.left-right-active #site-navigation-third {
    display: none;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 72px;
}

.new_item {
    color: #1369D9;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    background-color: #BDDAFF;
    border-radius: 18px;
    padding: 0px 4px;
    margin-left: 5px;
}

@media screen and (min-width: 1071px) {
    .new_subnavigation_item>p {
        display: none;
    }
}

@media screen and (max-width: 1070px) {
    #masthead {
        width: 100%;
        background-color: #31216b;
    }
    .new_subnavigation_item {
        position: relative;
        overflow: hidden;
    }
    .new_subnavigation_item>p {
        position: absolute;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        animation: ripple 1s;
        opacity: 0;
    }
    @keyframes ripple {
        from {
            opacity: 1;
            transform: scale(0);
        }
        to {
            opacity: 0;
            transform: scale(10);
        }
    }
}

#masthead .container {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 1070px) {
    #masthead .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

#masthead .container .hamburger_menu {
    display: none;
}

@media screen and (max-width: 1070px) {
    #masthead .container .hamburger_menu {
        display: block;
        color: #fff;
        line-height: 0;
        cursor: pointer;
        position: absolute;
        left: 30px;
        top: 25px;
    }
    #masthead .container .hamburger_menu i {
        font-size: 20px;
    }
}

.site-content {
    display: flex;
}

@media screen and (max-width: 1070px) {
    .left_sidebar {
        margin-top: 0px!important;
        -moz-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
        z-index: 9998;
        transition: transform .3s;
    }
    .active-left-sidebar .left_sidebar {
        -moz-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
        -webkit-transform: translateX(0vw);
        transform: translateX(0vw);
        transition: transform .3s;
         z-index: 99999;
    }
}

@media screen and (max-width: 1070px) {
    .active-left-sidebar .site-branding {
        display: block !important;
    }
}

.active-left-sidebar #masthead .container {
    background-color: #31216b;
}

.active-left-sidebar #masthead .container .hamburger_menu {
    color: #fff;
}

.admin-bar .left_sidebar {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .left_sidebar {
        top: 46px;
    }
}

.admin-bar #masthead {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #masthead {
        top: 46px;
    }
}

.admin-bar #popup_main {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #popup_main {
        top: 46px;
    }
}

.admin-bar .popup_holder2 {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .popup_holder2 {
        top: 46px;
    }
}

.left_sidebar {
    margin-top: 72px;
    padding: 16px 8px 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 99998;
    border-right: 1px solid #abb0b9;
}

.left_sidebar .menu {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}

.left_sidebar .menu li {
    min-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.left_sidebar .menu li.arrow_right {
    position: relative;
}

.left_sidebar .menu li.arrow_right>a:first-child {
    padding-left: 32px;
}

.left_sidebar .menu li.arrow_right>a:first-child:hover {
    background-color: #f4f6fa;
}

.left_sidebar .menu li.arrow_right>a:first-child:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 11px;
    background-position: center center;
    color: rgb(111, 118, 130);
    font-size: 12px;
}

.left_sidebar .menu li.arrow_down {
    display: flex;
    flex-direction: column;
}

.left_sidebar .menu li.arrow_down:hover {
    background-color: transparent;
}

.left_sidebar .menu li.arrow_down>a:first-child {
    padding-left: 32px;
}

.left_sidebar .menu li.arrow_down>a:first-child:hover {
    background-color: #f4f6fa;
}

.left_sidebar .menu li.arrow_down>a:first-child:before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 10px;
    background-position: center center;
    color: rgb(111, 118, 130);
    font-size: 12px;
}

.left_sidebar .menu li.arrow_down>ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.left_sidebar .menu li.arrow_down>ul .community_nav a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .community_nav a:before {
    content: "";
    background-image: url("../../images/png/nav/community-icon.png");
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.left_sidebar .menu li.arrow_down>ul .dashboard_nav a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .dashboard_nav a:before {
    content: "";
    background-image: url("../../images/png/nav/dashboard-icon.png");
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.left_sidebar .menu li.arrow_down>ul .events_nav a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .events_nav a:before {
    content: "";
    background-image: url("../../images/png/nav/events-icon.png");
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.left_sidebar .menu li.arrow_down>ul .rlibrary_nav a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .jarvis_nav a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .jarvis_nav a:before {
    content: "";
    background-image: url("../../images/png/nav/jarvis.png");
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.left_sidebar .menu li.arrow_down>ul .rlibrary_nav a:before {
    content: "";
    background-image: url("../../images/png/nav/resource-library-icon.png");
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.left_sidebar .menu li.arrow_down>ul .career_nav a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .career_nav a:before {
    content: "";
    background-image: url("../../images/png/nav/career-center-icon.png");
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.left_sidebar .menu li.arrow_down>ul .assessments_nav a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .tools_nav a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .tools_nav a:before {
    content: "";
    background-image: url("../../images/png/nav/tools-icon.png");
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.left_sidebar .menu li.arrow_down>ul .assessments_nav a:before {
    content: "";
    background-image: url("../../images/png/nav/assessments-icon.png");
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.left_sidebar .menu li.arrow_down>ul .new_career a {
    padding-left: 45px;
    position: relative;
}

.left_sidebar .menu li.arrow_down>ul .new_career a:before {
    content: "\f279";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 8px;
    color: #ffd0d4;
    font-size: 12px;
    width: 22px;
    height: 22px;
    background-color: #e32d34;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_sidebar .menu li.nav_feed a {
    position: relative;
    padding-left: 32px;
}

.left_sidebar .menu li.nav_feed a:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    background-image: url("../../images/svg/feed.svg");
    width: 16px;
    height: 16px;
}

.left_sidebar .menu li.nav_events a {
    position: relative;
    padding-left: 32px;
}

.left_sidebar .menu li.nav_events a:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    background-image: url("../../images/svg/calendar.svg");
    width: 16px;
    height: 16px;
}

.left_sidebar .menu li.nav_discovery a {
    position: relative;
    padding-left: 32px;
}

.left_sidebar .menu li.nav_discovery a:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    background-image: url("../../images/svg/compas.svg");
    width: 16px;
    height: 16px;
}

.left_sidebar .menu li.nav_members a {
    position: relative;
    padding-left: 32px;
}

.left_sidebar .menu li.nav_members a:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    background-image: url("../../images/svg/people.svg");
    width: 16px;
    height: 16px;
}

.left_sidebar .menu li.nav_leave a {
    position: relative;
    padding-left: 32px;
}

.left_sidebar .menu li.nav_leave a:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    background-image: url("../../images/svg/arrow-up-right.svg");
    width: 16px;
    height: 16px;
}

.left_sidebar .menu li a {
    max-width: 100%;
    margin-left: 0;
    padding: 0px 8px;
    color: #4d5461;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.left_sidebar .menu li.current-menu-item {
    background-color: #e5e8ee;
    position: relative;
}

.left_sidebar .menu li:hover {
    background-color: #f4f6fa;
}

.left_sidebar #primary-menu {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.left_sidebar #primary-menu:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 95%;
    background-color: #e5e8ee;
    height: 1px;
    margin: 0 auto;
    right: 0px;
}

.left_sidebar #secondary-menu {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.left_sidebar #secondary-menu:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 95%;
    background-color: #e5e8ee;
    height: 1px;
    margin: 0 auto;
    right: 0px;
}

.holder-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.active-left-sidebar .holder-mobile {
    display: block;
}

.page-template-career-center-template .career-page-link {
    background-color: #e5e8ee;
    position: relative;
}

.page-template-career-center-template .career-page-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background-color: #31216b;
}

.home .home-page-link {
    background-color: #e5e8ee;
    position: relative !important;
}

.home .home-page-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background-color: #31216b;
}

.page-template-career-center-template li.nav_community a,
.home li.nav_community a {
    color: #141921;
    font-weight: 800;
}

.page-template-career-center-template .career_nav,
.home .rlibrary_nav {
    background-color: #e5e8ee;
}

@media screen and (max-width: 480px) {
    #masthead .container .hamburger_menu {
        left: 25px;
    }
    .site-branding .header-holder {
        padding: 0px 30px 0px 70px;
    }
}


/*******************
* Global Search
*******************/

.better-search-holder {
    display: block;
    /* Show Global Search by default */
}

#ai-search-suggestions {
    top: 60px;
    width: calc(100% - 24px)!important;
    margin-left: 0;
}

.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;
}

.lesson-button .courses_contain ul {
    margin: 10px 0px 0px!important;
    padding-left: 0px;
}

.lesson-button .courses_contain ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.course-name {
    flex: 1;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.course-name i {
    padding-right: 10px;
    font-size: 20px;
    color: #fb9f00;
}

.course-buttons {
    display: flex;
    align-items: center;
}

.orange-button-ghost {
    text-decoration: none;
    color: #fb9f00!important;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    line-height: 19px;
    letter-spacing: 0.5px;
    padding: 7px 15px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #fb9f00 !important;
    margin-left: 10px;
    align-items: center;
}

.grey-button {
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    line-height: 19px;
    letter-spacing: 0.5px;
    padding: 7px 15px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #9eafaf !important;
    margin-left: 10px;
    text-decoration: none;
    align-items: center;
}

.orange-button-ghost i,
.grey-button i {
    padding-left: 3px;
    font-size: 14px;
}

.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: 700px) {
    .lesson-button .courses_contain ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    .course-buttons {
        margin: 10px 0px 0px -10px;
    }
    .course-name {
        align-items: flex-start;
    }
}

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


/* .bs-search-box {
    left: 0px;
    width: 800px!important;
    top: 8px;
    right: 0px;
    margin: 0 auto;
    margin-top: 5px;
}

@media screen and (min-width: 1641px) {
    .better-search-holder {
        position: fixed;
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }
    #gs-dropdown-results {
        width: 800px;
        position: fixed;
        top: 64px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1640px) {
    .bs-search-box {
        left: 320px;
        margin: 0;
        margin-top: 5px;
        position: fixed;
    }
    .better-search-holder {
        width: 800px;
    }
    #gs-dropdown-results {
        left: 320px;
        width: 800px;
        position: fixed;
        top: 64px;
    }
}

@media screen and (max-width: 1400px) {
    #gs-dropdown-results,
    .bs-search-box {
        width: calc(100% - 620px) !important;
    }
}

@media screen and (max-width: 900px) {
    .better-search-holder {
        display: none!important;
    }
} */


/**********
FAQ BOTTOM
**********/

.common-faq-section-left {
    max-width: 416px;
    width: 100%;
    padding-right: 90px;
    box-sizing: border-box;
}

.common-faq-section-right {
    flex: 1;
}

.common-faq-column {
    margin-bottom: 24px;
}

.common-faq-section {
    background-color: #fff;
    margin-right: calc(-50vw + 350px);
    margin-left: calc(-50vw + 350px);
    padding: 50px 0px;
}

.common-faq-section-inner {
    margin-left: 320px;
}

.common-faq-section-holder {
    width: 1100px;
    margin: 0 auto;
    display: flex;
}

.common-faq-column-title {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.common-faq-column-title h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #31216B;
    flex: 1;
    padding-right: 15px;
}

.common-faq-column-title i {
    color: #1ebbf0;
    width: 32px;
    border-radius: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1ebbf0;
    font-size: 18px;
}

.common-faq-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
    margin: 20px 0 0;
}

.common-faq-text {
    display: none;
}

.common-faq-column:last-child {
    margin: 0px;
}

body.last-section-faq {
    margin: 0px!important;
}

.common-faq-section-left .above-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1EBBF0;
}

.common-faq-section-left h2 {
    margin: 10px 0px 20px;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #31216B;
}

.common-faq-section-left .below-title-accordion {
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
    margin: 0px 0px 0px;
}

.common-faq-section-left .below-title-accordion span {
    color: #1ebbf0;
    text-decoration: underline;
    cursor: pointer;
}

.faq_main_holder_popup.activ_faq_popup {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99999;
}

.faq_main_holder_popup.activ_faq_popup .popup_faq_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_faq {
    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_faq_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_faq_header .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;
}

.form_faq_inner {
    padding: 40px 120px 80px;
}

html.popup_no_scroll {
    overflow: hidden;
}

.form_faq_inner .form_faq_title {
    margin: 0px 0px 20px;
    font-size: 46px;
    line-height: 50px;
    color: #141921;
    font-weight: 800;
}

.form_faq_modal_holder {
    border-radius: 12px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.form_faq_modal_holder .form_faq_modal_header {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #1EBBF0;
    padding: 10px 10px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    text-transform: uppercase;
}

.form_faq_modal_holder .form_faq_modal_content {
    text-align: center;
    padding: 20px 25px;
}

.text-above-table {
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

#aihr_faq_holder {
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.faq_container_holder .common-faq-section {
    margin-right: 0px;
    margin-left: 0px;
}

.faq_container_holder .common-faq-section-inner {
    margin-left: 0px;
}

@media screen and (min-width: 1251px) and (max-width: 1500px) {
    .common-faq-section-holder {
        width: 900px;
    }
    .common-faq-section-inner {
        margin-left: 130px;
    }
}

@media screen and (max-width: 1350px) {
    .common-faq-section-inner {
        margin-left: 200px;
    }
}

@media screen and (max-width: 1250px) {
    .common-faq-section-holder {
        width: 700px;
    }
    .common-faq-section-inner {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1070px) {
    .common-faq-section-inner {
        margin-left: 0px;
    }
    .common-faq-section-holder {
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    #popup_main_faq {
        width: 100%;
    }
    .form_faq_inner {
        padding: 30px 40px 60px;
    }
}

@media screen and (max-width: 760px) {
    .common-faq-section-holder {
        width: 100%;
        margin: 0;
        padding: 0px 30px;
        flex-direction: column;
    }
    .common-faq-section-left {
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 40px;
    }
    .common-faq-section-right {
        flex: none;
        width: 100%;
    }
    .common-faq-section {
        margin-right: -30px;
        margin-left: -30px;
    }
}

@media screen and (max-width: 480px) {
    .form_faq_modal_content iframe {
        width: 100%!important;
        min-width: 100%!important;
    }
}