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


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

#primary {
    max-width: 700px;
    margin: 0px auto 0px;
    padding: 0px;
    width: 100%;
}

[attr-id="3276"] #primary {
    max-width: none;
    margin: 0 20px 0 300px; 
}

@media screen and (max-width: 1350px) {
    #primary {
        margin-left: 325px;
    }
}

@media screen and (max-width: 1070px) {
    #primary {
        margin-left: auto;
        margin-top: 72px;
    }

    [attr-id="3276"] #primary {
        margin: 0 0;
    }
}

@media screen and (max-width: 1000px) {
    #primary {
        margin-top: 72px;
    }
}

@media screen and (max-width: 760px) {
    #primary {
        max-width: calc(100% - 60px);
        margin: 72px 30px 0;
    }
}

.resources-content-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
    margin: 0px 0px 0px;
    color: #141921;
}

.resources-content-filter {
    margin-bottom: 15px;
}

.resources-content-filter form>ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
    .resources-content-filter form>ul {
        flex-direction: column;
    }
}

.resources-content-filter form>ul>li {
    padding: 30px 0px 0px 0px;
    width: 100%;
}

.resources-content-filter form>ul .sf-field-search {
    padding: 0px;
    width: 100%;
    background-color: #31216B;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1325px) {
    .resources-content-filter form>ul .sf-field-search {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1070px) {
    .resources-content-filter form>ul .sf-field-search {
        justify-content: center;
    }
}

.resources-content-filter form>ul .sf-field-search label {
    max-width: 450px;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    margin-left: -280px;
}

@media screen and (max-width: 1325px) {
    .resources-content-filter form>ul .sf-field-search label {
        margin-left: 165px;
    }
}

@media screen and (max-width: 1070px) {
    .resources-content-filter form>ul .sf-field-search label {
        margin-left: 0px;
    }
}

.resources-content-filter form>ul .sf-field-search label:before {
    content: "\f002";
    position: absolute;
    left: 15px;
    top: 9px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    color: #6f7682;
}

.resources-content-filter form>ul .sf-field-search label input {
    width: 100%;
    border: none;
    background-color: transparent;
    color: #6f7682;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    font-weight: 100;
    height: 100%;
    border-radius: 4px;
    outline: 0;
    text-align: left;
}

.resources-content-filter form>ul .sf-field-category {
    position: relative;
    width: inherit;
    margin-right: calc(-50vw + 350px);
    padding-top: 0px !important;
    margin-top: -19px;
}

@media screen and (max-width: 800px) {
    .resources-content-filter form>ul .sf-field-category {
        margin-right: -50px;
    }
}

@media screen and (max-width: 480px) {
    .resources-content-filter form>ul .sf-field-category {
        margin-right: -30px;
    }
}

.resources-content-filter form>ul .sf-field-category>ul {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    flex-wrap: wrap;
    width: 1953px;
    padding-bottom: 8px;
    padding-right: 8px;
}

.resources-content-filter form>ul .sf-field-category>ul li {
    padding: 0px;
}

.resources-content-filter form>ul .sf-field-category>h4 {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #c5cad2;
    position: absolute;
    left: 20px;
    top: -18px;
    background-color: #f4f6fa;
}

.resources-content-filter form>ul .sf-field-post-meta-type1 label {
    position: relative;
    height: 100%;
    border-radius: 4px;
    width: 100%;
}

.resources-content-filter form>ul .sf-field-post-meta-type1 label select {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .resources-content-filter form>ul .sf-field-post-meta-type1 label {
        width: 100%;
    }
}

.resources-content-filter form>ul .sf-field-post-meta-type1 label select {
    height: 100%;
    background-color: transparent;
    color: #6f7682;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    font-weight: 100;
    line-height: 16px;
    padding: 5px 12px;
    text-transform: uppercase;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    position: relative;
}

.resources-content-filter form>ul .sf-field-reset a {
    color: #6f7682;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.resources-content-filter .sf-field-category {
    border: 1px solid #c5cad2;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: auto;
}

.resources-content-filter .sf-field-category li[data-sf-count="0"] label {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

.resources-content-filter .sf-field-category>ul {
    left: 0px;
    display: flex;
    padding: 20px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .resources-content-filter .sf-field-category>ul {
        top: 140px;
    }
}

.resources-content-filter .sf-field-category>ul ::-webkit-scrollbar {
    width: 0.6em;
    background-color: #f2f2f2;
}

.resources-content-filter .sf-field-category>ul ::-webkit-scrollbar,
.resources-content-filter .sf-field-category>ul ::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.resources-content-filter .sf-field-category>ul :-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

.resources-content-filter .sf-field-category>ul>li.sf-option-active>label {
    background-color: #ffab00;
    color: #fff;
}

.resources-content-filter .sf-field-category>ul>li.sf-option-active>label:after {
    content: "X";
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.resources-content-filter .sf-field-category>ul>li>input {
    display: none;
}

.resources-content-filter .sf-field-category>ul>li>input~label {
    position: relative;
}

.resources-content-filter .sf-field-category>ul>li>input~label:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffab00;
    color: #fff;
    border-radius: 4px;
}

.resources-content-filter .sf-field-category>ul>li>input[value=employee-relations]~label:before {
    content: "\f12e";
}

.resources-content-filter .sf-field-category>ul>li>input[value=hr-operations]~label:before {
    content: "\f085";
}

.resources-content-filter .sf-field-category>ul>li>input[value=org-development]~label:before {
    content: "\f0e8";
}

.resources-content-filter .sf-field-category>ul>li>input[value=health-safety]~label:before {
    content: "\f481";
}

.resources-content-filter .sf-field-category>ul>li>input[value=compensation-benefits]~label:before {
    content: "\f81d";
}

.resources-content-filter .sf-field-category>ul>li>input[value=business-partnering]~label:before {
    content: "\f4c6";
}

.resources-content-filter .sf-field-category>ul>li>input[value=beta-version]~label:before {
    content: "\f81d";
}

.resources-content-filter .sf-field-category>ul>li>input[value=digital-hr]~label:before {
    content: "\f5fc";
}

.resources-content-filter .sf-field-category>ul>li>input[value=general]~label:before {
    content: "\f07c";
}

.resources-content-filter .sf-field-category>ul>li>input[value=deib]~label:before {
    content: "\f509";
}

.resources-content-filter .sf-field-category>ul>li>input[value=beta-version-2]~label:before {
    content: "\f509";
}

.resources-content-filter .sf-field-category>ul>li>input[value=talent-management]~label:before {
    content: "\e592";
}

.resources-content-filter .sf-field-category>ul>li>input[value=hr-metrics-analytics]~label:before {
    content: "\e0e3";
}

.resources-content-filter .sf-field-category>ul>li>input[value=hr-strategy]~label:before {
    content: "\f441";
}

.resources-content-filter .sf-field-category>ul>li>input[value=learning-development]~label:before {
    content: "\f19d";
}

.resources-content-filter .sf-field-category>ul>li>input[value=talent-acquisition]~label:before {
    content: "\f4fe";
}

.resources-content-filter .sf-field-category>ul>li>label {
    cursor: pointer;
    padding: 9px 40px 9px 50px;
    width: 263px;
    margin: 0px 12px 12px 0px;
    color: #141921;
    border-radius: 4px;
    font-size: 14px;
    background-color: #e5e8ee;
    font-weight: 600;
    height: 40px;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category {
    position: relative;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>h4,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>h4 {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #c5cad2;
    position: absolute;
    left: 20px;
    top: 13px;
    background-color: #f4f6fa;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul {
    left: 0px;
    display: flex;
    padding: 20px;
    top: 40px;
    border: 1px solid #c6cbd3;
    border-radius: 8px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .resources-content-filter.second-activate .sf-field-post-meta-type1>ul,
    .resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul {
        top: 140px;
    }
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul ::-webkit-scrollbar,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul ::-webkit-scrollbar {
    width: 0.6em;
    background-color: #f2f2f2;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul ::-webkit-scrollbar,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul ::-webkit-scrollbar-thumb,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul ::-webkit-scrollbar,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul ::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul :-webkit-scrollbar-thumb,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul :-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul li[data-sf-count="0"] label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul li[data-sf-count="0"] label {
    opacity: 0.5;
    pointer-events: none;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input~label {
    position: relative;
    padding: 4px 25px 4px 12px;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input~label:before,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input~label:before {
    content: "X";
    position: absolute;
    right: 0px;
    top: -1px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 12px;
    width: 20px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value="Apply Learnings"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value=Template]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value="Apply Learnings"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value=Template]~label {
    background-color: #ffab00;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value="Getting Started"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value=Spreadsheet]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value="Getting Started"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value=Spreadsheet]~label {
    background-color: #5d5cff;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value="Increase Adoption"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value=Playbook]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value="Increase Adoption"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value=Playbook]~label {
    background-color: #00a0af;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value='Cheat Sheet']~label {
    background-color: #31216B;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value='Policy']~label {
    background-color: #1EBBF0;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value='Checklist']~label {
    background-color: #E32D34;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value="Social Learning"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value=Toolkit]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value="Social Learning"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value=Toolkit]~label {
    background-color: #f45c0f;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li.sf-option-active>input[value=Other]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li.sf-option-active>input[value=Other]~label {
    background-color: #818181;
    color: #fff;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input {
    display: none;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value="Apply Learnings"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value=Template]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value="Apply Learnings"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value=Template]~label {
    color: #ffab00;
    border-color: #ffab00;
    border-width: 1px 3px 1px 1px;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value="Getting Started"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value=Spreadsheet]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value="Getting Started"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value=Spreadsheet]~label {
    color: #5d5cff;
    border-color: #5d5cff;
    border-width: 1px 3px 1px 1px;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value="Increase Adoption"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value=Playbook]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value="Increase Adoption"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value=Playbook]~label {
    color: #00a0af;
    border-color: #00a0af;
    border-width: 1px 3px 1px 1px;
}

.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value='Cheat Sheet']~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value='Cheat Sheet']~label {
    color: #31216B;
    border-color: #31216B;
    border-width: 1px 3px 1px 1px;
}

.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value='Policy']~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value='Policy']~label {
    color: #1EBBF0;
    border-color: #1EBBF0;
    border-width: 1px 3px 1px 1px;
}

.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value='Checklist']~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value='Checklist']~label {
    color: #E32D34;
    border-color: #E32D34;
    border-width: 1px 3px 1px 1px;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value="Social Learning"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value=Toolkit]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value="Social Learning"]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value=Toolkit]~label {
    color: #f45c0f;
    border-color: #f45c0f;
    border-width: 1px 3px 1px 1px;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>input[value=Other]~label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>input[value=Other]~label {
    color: #818181;
    border-color: #818181;
    border-width: 1px 3px 1px 1px;
}

.resources-content-filter.second-activate .sf-field-post-meta-type1>ul>li>label,
.resources-content-filter.second-activate .sf-field-post-meta-learning_category>ul>li>label {
    cursor: pointer;
    padding: 4px 12px;
    margin: 0px 12px 0px 0px;
    color: #141921;
    border: 1px solid #abb0b9;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline;
}

#resources_main_holder {
    display: flex;
    flex-direction: column;
}

.resources_main_item.order_four .resources_item {
    display: flex;
    flex-direction: column;
    background-color: #E9FAFF;
    border-left: 8px solid #1EBBF0;
    padding: 20px;
}

.resources_main_item.order_four .resources_item .request_main_header {
    display: flex;
    align-items: center;
}

.resources_main_item.order_four .resources_item .request_main_header i {
    color: #1EBBF0;
    font-size: 20px;
}

.resources_main_item.order_four .resources_item .request_main_header h2 {
    margin: 0px 0px 0px 10px;
    font-size: 24px;
    line-height: 32px;
    color: #141921;
    font-weight: 800;
}

.resources_main_item.order_four .resources_item .request_main_content {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.resources_main_item.order_four .resources_item .request_main_button {
    text-align: right;
}

.resources_main_item.order_four .resources_item .request_main_button span {
    display: inline-block;
    font-size: 14px;
    background-color: #1EBBF0;
    padding: 9px 20px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.resources_main_item.order_four .resources_item .request_main_button span:hover {
    color: #fff;
    background: #00a6de;
}

.resources_main_item {
    position: relative;
    cursor: pointer;
}

.resources_main_item.loading-items {
    opacity: 0.5;
}

.resources_main_item .resources_item {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.resources_main_item .resources_item:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 600px) {
    .resources_main_item .resources_item {
        flex-direction: column;
    }
}

.resources_main_item .resources_item .resources_item_left {
    line-height: 0;
    display: flex;
    align-items: center;
    padding: 15px;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media screen and (max-width: 600px) {
    .resources_main_item .resources_item .resources_item_left {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }
}

.resources_main_item .resources_item .resources_item_left img {
    max-width: 180px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .resources_main_item .resources_item .resources_item_left img {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .resources_main_item .resources_item .resources_item_left {
        padding-top: 10px;
    }
}

.resources_main_item .resources_item .resources_item_right {
    flex: 1;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
    .resources_main_item .resources_item .resources_item_right {
        padding-right: 15px;
    }
}

.resources_main_item .resources_item .resources_item_right .tag_holder {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.resources_main_item .resources_item .resources_item_right .popular_tag {
    background-color: #ffab00;
    color: #fff;
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.resources_main_item .resources_item .resources_item_right .popular_tag span {
    display: none;
    color: #41476C !important;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: calc(50% - 45px);
    transition: opacity 0.3s;
    font-size: 12px !important;
    line-height: 1.2;
    font-weight: 500 !important;
    padding: 3px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 90px;
}

.resources_main_item .resources_item .resources_item_right .popular_tag:hover span {
    display: block;
}

.resources_main_item .resources_item .resources_item_right .popular_tag:hover span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.resources_main_item .resources_item .resources_item_right .new_tag {
    background-color: #31216b;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
}

.resources_main_item .resources_item .resources_item_right .resources_list_tags {
    margin-right: 65px;
    display: flex;
    flex-wrap: wrap;
}

.resources_main_item .resources_item .resources_item_right .resources_list_tags .tag_name {
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: 500;
    position: relative;
    width: 24px;
    height: 24px;
}

.resources_main_item .resources_item .resources_item_right h2.resources_item_title {
    margin: 0px;
    font-size: 24px;
    line-height: 32px;
    color: #141921;
    font-weight: 800;
    margin-bottom: 5px;
    margin-right: 60px;
    margin-top: 5px;
}

.resources_main_item .resources_item .resources_item_right .resources_type {
    border-width: 1px 3px 1px 1px;
    border-style: solid;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    cursor: default;
}

.resources_main_item .resources_item .resources_item_right .resources_type.apply.learnings,
.resources_main_item .resources_item .resources_item_right .resources_type.template {
    color: #ffab00;
    border-color: #ffab00;
}

.resources_main_item .resources_item .resources_item_right .resources_type.cheat.sheet {
    color: #31216B;
    border-color: #31216B;
}

.resources_main_item .resources_item .resources_item_right .resources_type.policy {
    color: #1EBBF0;
    border-color: #1EBBF0;
}

.resources_main_item .resources_item .resources_item_right .resources_type.checklist {
    color: #E32D34;
    border-color: #E32D34;
}

.resources_main_item .resources_item .resources_item_right .resources_type.social.learning,
.resources_main_item .resources_item .resources_item_right .resources_type.toolkit {
    color: #f45c0f;
    border-color: #f45c0f;
}

.resources_main_item .resources_item .resources_item_right .resources_type.increase.adoption,
.resources_main_item .resources_item .resources_item_right .resources_type.playbook {
    color: #00a0af;
    border-color: #00a0af;
}

.resources_main_item .resources_item .resources_item_right .resources_type.getting.started,
.resources_main_item .resources_item .resources_item_right .resources_type.spreadsheet {
    color: #5d5cff;
    border-color: #5d5cff;
}

.resources_main_item .resources_item .resources_item_right .resources_type.other {
    color: #818181;
    border-color: #818181;
}

.resources_main_item .resources_item .resources_item_right .resources_item_excerpt {
    margin-bottom: 0px;
    font-size: 14px;
    color: #404040;
}

.resources_main_item .resources_item_footer {
    outline: 0;
    position: absolute;
    bottom: 35px;
    right: 15px;
}

.resources_main_item .resources_item_footer .resources_item_footer_inner {
    display: flex;
    justify-content: flex-end;
    outline: 0;
}

.resources_main_item .resources_item_footer .resources_item_footer_inner a {
    text-decoration: none;
    color: #31216b;
}

.resources_main_item .resources_item_footer .resources_item_footer_inner i {
    width: 24px;
    height: 24px;
    color: #31216b;
    font-size: 14px;
    border: 1px solid #1ebbf0;
    color: #1ebbf0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#popup_main {
    display: none;
    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);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
}

@media screen and (max-width: 960px) {
    #popup_main {
        width: 100%;
    }
}

#popup_main.show_popup {
    display: block;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    z-index: 99999;
}

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

#popup_main #aihr_posts_wrap_7.loading-items img.preload {
    position: absolute;
    top: 50%;
    left: calc(50% - 49px);
}

#popup_main .popup_cover_image {
    line-height: 0;
    margin: 40px 0px;
    background-color: #E9FAFF;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 0 20px 5px rgba(46, 61, 73, 0.1);
}

#popup_main .popup_cover_image img {
    max-width: 100%;
    padding: 20px 40px;
}

#popup_main .class_back span {
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #abb0b9;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

#popup_main .class_back span i {
    margin-right: 5px;
}

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

#popup_main .popup_header .class_close {
    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_main .popup_header .class_close a {
    text-decoration: none;
    color: rgb(64, 64, 64);
}

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

@media screen and (max-width: 760px) {
    .popup_header_inside {
        padding: 40px 80px;
    }
}

@media screen and (max-width: 600px) {
    .popup_header_inside {
        padding: 40px 60px;
    }
}

@media screen and (max-width: 600px) {
    .popup_header_inside {
        padding: 30px 30px;
    }
}

.popup_holder2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.popup_holder2.show_popup2 {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999;
    cursor: pointer;
}

.popup_list_tags {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.popup_list_tags .popup_list_tags_left {
    display: flex;
    flex: 1;
}

.popup_list_tags .popup_tag_name {
    color: #4d5461;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: 500;
    position: relative;
}

.popup_list_tags .resources_type {
    border-width: 1px 3px 1px 1px;
    border-style: solid;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.popup_list_tags .resources_type.apply.learnings,
.popup_list_tags .resources_type.template {
    color: #ffab00;
    border-color: #ffab00;
}

.popup_list_tags .resources_type.social.learning,
.popup_list_tags .resources_type.toolkit {
    color: #f45c0f;
    border-color: #f45c0f;
}

.popup_list_tags .resources_type.increase.adoption,
.popup_list_tags .resources_type.playbook {
    color: #00a0af;
    border-color: #00a0af;
}

.popup_list_tags .resources_type.getting.started,
.popup_list_tags .resources_type.spreadsheet {
    color: #5d5cff;
    border-color: #5d5cff;
}

.popup_list_tags .resources_type.cheat.sheet {
    color: #31216B;
    border-color: #31216B;
}

.popup_list_tags .resources_type.policy {
    color: #1EBBF0;
    border-color: #1EBBF0;
}

.popup_list_tags .resources_type.checklist {
    color: #E32D34;
    border-color: #E32D34;
}

.popup_list_tags .resources_type.other {
    color: #818181;
    border-color: #818181;
}

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

.popup_excerpt p {
    font-size: 18px;
    line-height: 32px;
    margin: 0px 0px 20px;
    font-weight: 300;
}

.popup_excerpt ul {
    margin: 0px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    padding-bottom: 20px;
}

.access_now {
    display: inline-flex!important;
}

.access_now,
.button_download {
    background-color: #ffab00;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: center;
    margin-left: auto;
}

.access_now i,
.button_download i {
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access_now span,
.button_download span {
    color: #fff;
    margin-left: 10px;
    font-weight: 500;
    font-size: 19px;
}

.access_now:hover,
.button_download:hover {
    background-color: #f7b500;
}

.access_now {
    margin-top: 0px !important;
    margin-bottom: -20px !important;
}

.access_now i {
    border: none;
    font-size: 20px;
}

.popup_want_learn {
    border-left: 3px solid #1ebbf0;
    padding: 20px;
    margin-top: 40px;
    border-radius: 4px;
    background-color: #e9faff;
}

.popup_want_learn .popup_want_learn_more {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.popup_want_learn .popup_want_learn_more_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}

.popup_want_learn .popup_want_learn_more_text a {
    color: #1ebbf0;
}

.related_posts {
    background-color: #f4f6fa;
}

.related_posts .related_posts_inside {
    padding: 40px 120px 60px;
}

.related_posts .related_posts_inside.message_type {
    padding: 40px 120px 100px;
}

@media screen and (max-width: 760px) {
    .related_posts .related_posts_inside.message_type {
        padding: 40px 80px 80px;
    }
}

@media screen and (max-width: 600px) {
    .related_posts .related_posts_inside.message_type {
        padding: 40px 30px 80px;
    }
}

@media screen and (max-width: 480px) {
    .related_posts .related_posts_inside.message_type {
        padding: 30px 30px 60px;
    }
}

.related_posts .related_posts_inside.message_type .related_posts_inner {
    justify-content: flex-start;
    padding: 20px 20px 20px 20px;
    border-left: 3px solid #ffab00;
    border-radius: 4px;
    background-color: #fff7e6;
    margin: 0px;
}

.related_posts .related_posts_inside.message_type .related_posts_inner .message_not_related {
    font-size: 19px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .related_posts .related_posts_inside.message_type .related_posts_inner .message_not_related {
        flex-direction: column;
    }
}

.related_posts .related_posts_inside.message_type .related_posts_inner .message_not_related i {
    font-size: 25px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background-color: #ffab00;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
}

@media screen and (max-width: 480px) {
    .related_posts .related_posts_inside.message_type .related_posts_inner .message_not_related i {
        margin: 0px 0px 10px 0px;
    }
}

.related_posts .related_posts_inside.message_type .related_posts_inner .message_not_related .message_inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.related_posts .related_posts_inside.message_type .related_posts_inner .message_not_related .message_inner strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.related_posts .related_posts_inside.message_type .related_posts_inner .message_not_related .message_inner span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}

@media screen and (max-width: 760px) {
    .related_posts .related_posts_inside {
        padding: 40px 80px 80px;
    }
}

@media screen and (max-width: 600px) {
    .related_posts .related_posts_inside {
        padding: 40px 60px 80px;
    }
}

@media screen and (max-width: 480px) {
    .related_posts .related_posts_inside {
        padding: 30px 30px 60px;
    }
}

.related_posts_inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.related_posts_inner .related_column {
    width: calc(33.3333333333% - 20px);
    margin: 0px 10px 20px;
    cursor: pointer;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background-color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 760px) {
    .related_posts_inner .related_column {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .related_posts_inner .related_column {
        width: calc(100% - 20px);
    }
}

.related_posts_inner .related_column:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}

.related_posts_inner .related_column .related_column_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: #141921;
    margin: 7px 0px 0px;
    min-height: 34px;
}

.related_posts_inner .related_column .related_column_cover {
    line-height: 0;
    min-height: 171px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c5f0ff;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.related_posts_inner .related_column .related_information {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.related_posts_inner .related_column .related_information .resources_type {
    border-width: 1px 3px 1px 1px;
    border-style: solid;
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.related_posts_inner .related_column .related_information .resources_type.template {
    color: #ffab00;
    border-color: #ffab00;
}

.related_posts_inner .related_column .related_information .resources_type.toolkit {
    color: #f45c0f;
    border-color: #f45c0f;
}

.related_posts_inner .related_column .related_information .resources_type.playbook {
    color: #00a0af;
    border-color: #00a0af;
}

.related_posts_inner .related_column .related_information .resources_type.spreadsheet {
    color: #5d5cff;
    border-color: #5d5cff;
}

.related_posts_inner .related_column .related_information .resources_type.other {
    color: #1EBBF0;
    border-color: #1EBBF0;
}

.related_posts .related_posts_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #141921;
}

.sf-input-checkbox[value=popular]~label {
    display: none;
}

.resources-carousel-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
    margin: 0px 10px 20px;
    color: #141921;
}

.resources-carousel-title i {
    margin-right: 10px;
}

.carousel-main {
    margin: 0px -10px 40px;
}

.carousel-main .carousel_information {
    margin: 10px;
}

.carousel-main .carousel_information .resources_type {
    border-width: 1px 3px 1px 1px;
    border-style: solid;
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.carousel-main .carousel_information .resources_type.template {
    color: #ffab00;
    border-color: #ffab00;
}

.carousel-main .carousel_information .resources_type.toolkit {
    color: #f45c0f;
    border-color: #f45c0f;
}

.carousel-main .carousel_information .resources_type.playbook {
    color: #00a0af;
    border-color: #00a0af;
}

.carousel-main .carousel_information .resources_type.spreadsheet {
    color: #5d5cff;
    border-color: #5d5cff;
}

.carousel-main h2.carousel_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: #141921;
    margin: 7px 0px 0px;
    min-height: 34px;
}

.carousel-main .carousel-item {
    margin: 0px 10px;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.carousel-main .carousel-item:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}

.carousel-main .carousel-image-cover {
    line-height: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 15px;
    background-color: #c5f0ff;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.carousel-main .slick-slider .slick-list {
    padding-bottom: 10px;
}

.carousel-main .slick-prev.slick-arrow {
    position: absolute;
    top: 40%;
    font-size: 0;
    left: -20px;
    border: none;
    background-color: transparent;
    z-index: 99;
    width: 40px;
    display: flex;
    justify-content: center;
}

.carousel-main .slick-prev.slick-arrow:before {
    content: "\f053";
    font-size: 20px;
    color: rgba(30, 187, 240, 0.7);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    cursor: pointer;
}

.carousel-main .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    font-size: 0;
    right: -20px;
    border: none;
    background-color: transparent;
    z-index: 99;
    width: 40px;
    display: flex;
    justify-content: center;
}

.carousel-main .slick-next.slick-arrow:before {
    content: "\f054";
    font-size: 20px;
    color: rgba(30, 187, 240, 0.7);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    cursor: pointer;
}

.tag_holder {
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.new_tag {
    color: #fff;
    background-color: #31216b;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    line-height: 18px;
}

.message-on-top {
    background-color: #1ebbf0;
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 30px;
    margin: 0px -50px 50px;
}

@media screen and (max-width: 1450px) {
    .message-on-top {
        margin: 0px -30px 50px;
    }
}

@media screen and (max-width: 800px) {
    .message-on-top {
        margin: 0px 0px 50px;
    }
}

@media screen and (max-width: 480px) {
    .message-on-top {
        flex-direction: column;
        padding: 20px;
    }
}

.message-on-top .message-on-top-left {
    line-height: 0;
}

.message-on-top .message-on-top-left img {
    max-width: 145px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .message-on-top .message-on-top-left img {
        max-width: 80px;
    }
}

.message-on-top .message-on-top-right {
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .message-on-top .message-on-top-right {
        padding-left: 0px;
        padding-top: 10px;
    }
}

.message-on-top .message-on-top-right h2 {
    margin: 0px;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.message-on-top .message-on-top-right h2 sup {
    color: #31216b;
    font-size: 18px;
    margin-left: 5px;
}

.message-on-top .message-on-top-right p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 100;
}

.ratings_holder .rating_result {
    display: flex;
    align-items: flex-start;
}

.ratings_holder .rating_result .post-ratings-image {
    max-width: 16px;
    width: 16px !important;
}

.ratings_holder .rating_result span:first-child {
    margin-right: 5px;
}

.ratings_holder .rating_result span:last-child {
    margin-left: 5px;
}

.post-ratings>span {
    font-style: italic;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 600;
}

.post-ratings>strong {
    font-weight: 500;
}

.post-ratings .stars_holder {
    padding: 0px 0px 0px 5px;
}

.post-ratings .stars_holder img {
    margin-bottom: -3px;
}

.post-ratings img {
    max-width: 24px;
    width: 24px !important;
    margin-right: 2px;
}

.search-filter-scroll-loading {
    text-align: center;
    color: #b7bfd0;
    margin: 0 auto;
}

html.popup_no_scroll {
    overflow: hidden;
}

.preload {
    border-radius: 100%;
}

.no_result_resources .sf-field-category {
    cursor: no-drop !important;
    opacity: 0.7;
}

.no_result_resources .sf-field-category h4 {
    pointer-events: none;
    cursor: no-drop;
}

.no_result_resources .sf-field-post-meta-type1 {
    cursor: no-drop;
    opacity: 0.7;
}

.no_result_resources .sf-field-post-meta-type1 label {
    cursor: no-drop;
    pointer-events: none;
}

.no_result_resources .sf-field-post-meta-type1 label select {
    cursor: no-drop !important;
}

.no_result_resources .sf-field-post-meta-type1:hover label {
    background-color: #e5e8ee !important;
}

.no_result {
    text-align: center;
}

.no_result.related_posts_inner {
    justify-content: flex-start;
    padding: 20px 20px 20px 20px;
    border-left: 3px solid #ffab00;
    border-radius: 4px;
    background-color: #fff7e6;
    margin: 40px 0px 20px;
}

.no_result.related_posts_inner .message_not_related {
    font-size: 19px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .no_result.related_posts_inner .message_not_related {
        flex-direction: column;
    }
}

.no_result.related_posts_inner .message_not_related i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #ffab00;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

@media screen and (max-width: 480px) {
    .no_result.related_posts_inner .message_not_related i {
        margin: 0px 0px 10px 0px;
    }
}

.no_result.related_posts_inner .message_not_related .message_inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.no_result.related_posts_inner .message_not_related .message_inner strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.no_result.related_posts_inner .message_not_related .message_inner span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}

.related_blog {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    position: relative;
}

.related_blog a {
    width: calc(33.3333333333% - 20px);
    margin: 0px 10px 20px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

@media screen and (max-width: 650px) {
    .related_blog a {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .related_blog a {
        width: calc(100% - 20px);
    }
}

.related_blog a:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}

.related_blog a .single_item_header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    line-height: 0;
}

.related_blog a .single_item_header img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.related_blog a .single_item_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.related_blog a .single_item_content .blog_content_tag {
    color: #c5cad2;
    border-style: solid;
    border-color: #c5cad2;
    border-width: 1px 3px 1px 1px;
    font-size: 11px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}

.related_blog a .single_item_content h3 {
    font-size: 16px;
    line-height: 20px;
    color: #141921;
    font-weight: 800;
    margin: 10px 0px 0px;
}

.related-content {
    margin-top: 10px;
    margin-bottom: 30px;
}

.related_blog_section {
    margin-bottom: 30px;
}

.sf-field-search {
    width: calc(100% - 280px) !important;
    position: fixed;
    left: 280px;
    top: 0px;
    right: 0px;
    height: 72px;
}

@media screen and (max-width: 1070px) {
    .sf-field-search {
        width: 100% !important;
        left: 0px;
    }
}

@media screen and (max-width: 1070px) {
    .sf-field-search {
        top: 72px;
        border-top: 1px solid #c5cad2;
    }
}

@media screen and (max-width: 782px) {
    .sf-field-search {
        padding: 0px 30px !important;
    }
}

.admin-bar .sf-field-search {
    top: 32px;
}

@media screen and (max-width: 1070px) {
    .admin-bar .sf-field-search {
        top: 104px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .sf-field-search {
        top: 118px;
    }
}

.single-events #content,
.page-template-events-index #content,
.single-hr-career-map #content,
.page-template-dashboard #content,
.page-template-persona-roles #content,
.page-template-aihr-gravity-forms-template #content,
.page-template-career-center-template #content {
    position: relative;
}

.page-template-jarvis-template #content:before,
.single-events #content:before,
.page-template-events-index #content:before,
.single-hr-career-map #content:before,
.page-template-dashboard #content:before,
.page-template-persona-roles #content:before,
.page-template-aihr-gravity-forms-template #content:before,
.page-template-career-center-template #content:before {
    content: "";
    position: fixed;
    height: 72px;
    width: 100%;
    background-color: #31216B;
    z-index: 999;
}

.single-events #content #main>.container,
.page-template-events-index #main>.container,
.single-hr-career-map #main>.container,
.page-template-dashboard #main>.container,
.page-template-persona-roles #main>.container,
.page-template-aihr-gravity-forms-template #main>.container,
.page-template-career-center-template #main>.container,
.post-template-post-learning-template #main>.container,
.page-template-youtube-template #main>.container,
.post-template-post-basic-template #main>.container,
.home #main>.container {
    padding-top: 72px;
}

body.post-template-post-learning-template,
body.post-template-post-basic-template {
    overflow-x: unset !important;
    overflow-y: hidden !important;
}

@media screen and (max-width: 1070px) {
    .single-events #main>.container,
    .page-template-events-index #main>.container,
    .page-template-youtube-template #main>.container {
        padding-top: 0px;
    }
}

.search_result .sf-field-category {
    display: none !important;
}

.search_result .resources-below_title {
    display: none;
}

.tooltip_hover {
    display: none;
    color: #41476C !important;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: calc(50% - 45px);
    transition: opacity 0.3s;
    font-size: 12px !important;
    line-height: 1.2;
    font-weight: 500 !important;
    padding: 3px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 90px;
}

.tooltip_hover:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.tag_name {
    position: relative;
    cursor: auto;
}

.tag_name:hover .tooltip_hover {
    display: block;
}

.popup_tag_name:hover .tooltip_hover {
    display: block;
}

.tag-slug {
    width: 24px;
    height: 24px;
    background-color: #ffab00;
    display: block;
    border-radius: 4px;
}

.tag-slug:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #141921;
    color: #fff;
    border-radius: 4px;
}

.tag-slug.org-development:before {
    content: "\f0e8";
}

.tag-slug.hr-operations:before {
    content: "\f085";
}

.tag-slug.health-safety:before {
    content: "\f481";
}

.tag-slug.employee-relations:before {
    content: "\f12e";
}

.tag-slug.hr-strategy:before {
    content: "\f441";
}

.tag-slug.general:before {
    content: "\f07c";
}

.tag-slug.compensation-benefits:before {
    content: "\f81d";
}

.tag-slug.business-partnering:before {
    content: "\f4c6";
}

.tag-slug.talent-management:before {
    content: "\e592";
}

.tag-slug.digital-hr:before {
    content: "\f5fc";
}

.tag-slug.deib:before {
    content: "\f509";
}

.tag-slug.beta-version-2:before {
    content: "\f509";
}

.tag-slug.hr-metrics-analytics:before {
    content: "\e0e3";
}

.tag-slug.learning-development:before {
    content: "\f19d";
}

.tag-slug.talent-acquisition:before {
    content: "\f4fe";
}

.tag-slug.trending:before {
    content: "\e098";
}

.resources-content-text {
    padding-top: 10px;
}

li[data-sf-count="0"] {
    position: relative;
}

li[data-sf-count="0"] .coming_soon {
    display: none;
    color: #41476C !important;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: calc(50% - 150px);
    transition: opacity 0.3s;
    font-size: 12px !important;
    line-height: 1.2;
    font-weight: 500 !important;
    padding: 3px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 280px;
}

li[data-sf-count="0"] .coming_soon p {
    margin: 0px;
}

li[data-sf-count="0"]:hover .coming_soon {
    display: block;
}

.resources-below_title {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #c5cad2;
    position: absolute;
    background-color: #f4f6fa;
    display: inline-block;
    z-index: 999;
    position: relative;
    margin-left: 30px;
    margin-top: 10px;
}

.related_blog .no_result.related_posts_inner {
    margin: 0px 10px 0px 10px;
    width: 100%;
}

.popup_want_learn.yellow_box {
    border-left: 3px solid #ffab00;
    background-color: #fff7e6;
}

.popup_want_learn.yellow_box .popup_want_learn_more_text {
    align-items: center;
    display: flex;
}

@media screen and (max-width: 650px) {
    .popup_want_learn.yellow_box .popup_want_learn_more_text {
        flex-direction: column;
    }
}

.popup_want_learn.yellow_box .popup_want_learn_more_text span {
    flex: 1;
}

.popup_want_learn.yellow_box .popup_want_learn_more_text .button_download_right {
    margin: 0px;
    width: 100%;
    max-width: 230px;
    margin-left: 30px;
    outline: 0;
}

@media screen and (max-width: 650px) {
    .popup_want_learn.yellow_box .popup_want_learn_more_text .button_download_right {
        margin-top: 10px;
        margin-left: auto;
    }
}

.popup_want_learn.yellow_box.downloaded_click .ratings_holder {
    display: block;
}

.ratings_holder {
    display: none;
    margin-top: 10px;
    text-align: right;
}

.remove_search {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.related_blog.skeleton_mode .single_item_content h3 {
    height: 20px;
    width: 50px;
    background: linear-gradient(-45deg, #c5cad2, #d4d8de, #e2e5e9, #f1f2f4);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    border-radius: 4px;
}

.related_blog.skeleton_mode .single_item_header {
    height: 115px;
    background: linear-gradient(-45deg, #c5cad2, #d4d8de, #e2e5e9, #f1f2f4);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.single_item_header {
    height: 115px;
    background: linear-gradient(-45deg, #c5cad2, #d4d8de, #e2e5e9, #f1f2f4);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1ebbf0;
    color: #1ebbf0;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1ebbf0;
    color: #1ebbf0;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1ebbf0;
    color: #1ebbf0;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        background-color: #1ebbf0;
    }
    50%,
    100% {
        background-color: #fff;
    }
}

.loading_holder {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
}

.loading_holder span {
    margin-right: 20px;
    font-size: 24px;
    color: #141921;
    font-weight: 700;
}

.loading_checking_holder {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 30px 5px 10px;
    z-index: 9;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

#check-loading.loading_holder {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    top: 0px;
}

#check-loading.loading_holder span {
    margin-right: 20px;
    font-size: 24px;
    color: #1ebbf0;
    font-weight: 700;
}


/* 
.check-credentials #page {
    opacity: 0.5;
} */

.open_report_modal {
    margin-top: 40px;
    font-size: 16px;
}

.open_report_modal i {
    color: #FFCB00;
    padding-right: 5px;
}

.open_report_modal .open_button {
    color: #1EBBF0;
    text-decoration: underline;
    cursor: pointer;
}

#popup_report {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    border-radius: 4px;
    z-index: 130;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 900px) {
    #popup_report {
        width: calc(100% - 100px);
        margin: 0 50px;
    }
    #popup_report #aihr_posts_wrap_6>div {
        max-height: 600px;
    }
}

@media screen and (max-width: 480px) {
    #popup_report {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    #popup_report #aihr_posts_wrap_6>div {
        max-height: 500px;
    }
}

#popup_report.show_report_popup {
    display: block;
    background-color: #fff;
    z-index: 999999;
}

#popup_report.show_report_popup .popup_report_conent {
    padding: 20px;
}

#popup_report.show_report_popup .popup_report_header {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: right;
}

#popup_report.show_report_popup .popup_report_header .popup_report_close {
    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_report_holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.popup_report_holder.show_report_popup_holder {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.page-template-learning-success-template .resources-content {
    padding-top: 72px;
}

.single-events .resources-content .hero-section-holder,
.page-template-events-index .resources-content .hero-section-holder,
.single-hr-career-map .resources-content .hero-section-holder,
.page-template-dashboard .resources-content .hero-section-holder,
.page-template-persona-roles .resources-content .hero-section-holder,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder,
.page-template-career-center-template .resources-content .hero-section-holder,
.post-template-post-learning-template .resources-content .hero-section-holder,
.post-template-post-basic-template .resources-content .hero-section-holder,
.page-template-youtube-template .resources-content .hero-section-holder,
.home .resources-content .hero-section-holder,
.page-template-learning-success-template .resources-content .hero-section-holder {
    margin-right: calc(-50vw + 350px);
    margin-left: calc(-50vw + 350px);
    background-color: #fff;
    border-bottom: 1px solid #abb0b9;
}

.single-events .resources-content .hero-section-holder .hero-section-inner,
.page-template-events-index .resources-content .hero-section-holder .hero-section-inner,
.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner,
.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner,
.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner,
.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner,
.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner,
.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner,
.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner,
.home .resources-content .hero-section-holder .hero-section-inner,
.page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner {
    max-width: 780px;
    margin: 0 auto;
}

.single-events .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.page-template-events-index .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.home .resources-content .hero-section-holder .hero-section-inner .hero-section-content,
.page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content {
    max-width: 700px;
    margin: 0 auto;
}

.single-events .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.page-template-events-index .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.home .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top,
.page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top {
    display: flex;
    align-items: center;
    padding: 16px 0px;
}

.single-events .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.page-template-events-index .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.home .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left,
.page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left {
    line-height: 0;
    width: 58px;
}

.single-events .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.page-template-events-index .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.home .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img,
.page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-left img {
    border-radius: 100%;
}

.single-events .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.page-template-events-index .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.home .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right,
.page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right {
    padding-left: 16px;
    flex: 1;
}

.single-events .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.page-template-events-index .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.home .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title,
.page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-title {
    font-size: 22px;
    color: #141921;
    font-weight: 800;
}

.page-template-career-center-template .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.single-events .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.page-template-events-index .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.home .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description,
.page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner .hero-section-content .hero-section-content-top .hero-section-content-top-right .hero-section-description {
    color: #59607D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.single-events .resources-content .hero-section-image,
.page-template-events-index .resources-content .hero-section-image,
.single-hr-career-map .resources-content .hero-section-image,
.page-template-dashboard .resources-content .hero-section-image,
.page-template-persona-roles .resources-content .hero-section-image,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-image,
.page-template-career-center-template .resources-content .hero-section-image,
.post-template-post-learning-template .resources-content .hero-section-image,
.post-template-post-basic-template .resources-content .hero-section-image,
.page-template-youtube-template .resources-content .hero-section-image,
.home .resources-content .hero-section-image,
.page-template-learning-success-template .resources-content .hero-section-image {
    line-height: 0px;
}

.single-events .resources-content .hero-section-image img,
.page-template-events-index .resources-content .hero-section-image img,
.single-hr-career-map .resources-content .hero-section-image img,
.page-template-dashboard .resources-content .hero-section-image img,
.page-template-persona-roles .resources-content .hero-section-image img,
.page-template-aihr-gravity-forms-template .resources-content .hero-section-image img,
.page-template-career-center-template .resources-content .hero-section-image img,
.post-template-post-learning-template .resources-content .hero-section-image img,
.post-template-post-basic-template .resources-content .hero-section-image img,
.page-template-youtube-template .resources-content .hero-section-image img,
.home .resources-content .hero-section-image img,
.page-template-learning-success-template .resources-content .hero-section-image img {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.sticky-nav {
    z-index: 9999 !important;
}

.resources-content.add-margin {
    margin-top: 40px;
}

.page-template-learning-success-template .popup_main .related_posts {
    display: none !important;
}

.page-template-learning-success-template .popup_main .popup_list_tags .popup_tag_name,
.page-template-learning-success-template .popup_main .popup_list_tags .resources_type {
    display: none !important;
}

.page-template-learning-success-template .popup_main .popup_list_tags .resources_type.getting.started,
.page-template-learning-success-template .popup_main .popup_list_tags .resources_type.apply.learnings,
.page-template-learning-success-template .popup_main .popup_list_tags .resources_type.increase.adoption,
.page-template-learning-success-template .popup_main .popup_list_tags .resources_type.social.learning {
    display: block !important;
}

@media screen and (max-width: 1350px) {
    .single-events .resources-content .hero-section-holder,
    .page-template-events-index .resources-content .hero-section-holder,
    .page-template-youtube-template .resources-content .hero-section-holder,
    .home .resources-content .hero-section-holder,
    .page-template-aihr-gravity-forms-template .resources-content .hero-section-holder,
    .page-template-dashboard .resources-content .hero-section-holder,
    .single-hr-career-map .resources-content .hero-section-holder,
    .page-template-persona-roles .resources-content .hero-section-holder,
    .page-template-career-center-template .resources-content .hero-section-holder,
    .page-template-learning-success-template .resources-content .hero-section-holder {
        margin-right: calc(-100vw + 1020px) !important;
        margin-left: -350px !important;
    }
    .single-events .resources-content .hero-section-holder .hero-section-inner,
    .page-template-events-index .resources-content .hero-section-holder .hero-section-inner,
    .page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner,
    .home .resources-content .hero-section-holder .hero-section-inner,
    .page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner,
    .page-template-dashboard .resources-content .hero-section-holder .hero-section-inner,
    .single-hr-career-map .resources-content .hero-section-holder .hero-section-inner,
    .page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner,
    .page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner,
    .page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner {
        max-width: 700px;
        margin-left: 350px;
        margin-right: auto;
    }
}

@media screen and (max-width: 1325px) {
    .search-videos-holder .search-container {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1070px) {
    .page-template-youtube-template .hero-section-inner {
        padding-top: 72px;
    }
    .single-hr-career-map #main>.container,
    .page-template-dashboard #main>.container,
    .page-template-persona-roles #main>.container,
    .page-template-aihr-gravity-forms-template #main>.container,
    .page-template-career-center-template #main>.container {
        padding-top: 0px;
    }
    body .search-videos-holder {
        width: 100% !important;
        left: 0px !important;
        top: 72px !important;
        border-top: 1px solid #c5cad2;
    }
    .single-events .resources-content .hero-section-holder,
    .page-template-events-index .resources-content .hero-section-holder,
    .single-hr-career-map .hero-section-holder,
    .page-template-dashboard.resources-content .hero-section-holder,
    .page-template-persona-roles .resources-content .hero-section-holder,
    .page-template-youtube-template .resources-content .hero-section-holder,
    .page-template-aihr-gravity-forms-template .resources-content .hero-section-holder,
    .page-template-career-center-template .resources-content .hero-section-holder,
    .home .resources-content .hero-section-holder,
    .page-template-learning-success-template .resources-content .hero-section-holder {
        margin-right: calc(-50vw + 350px) !important;
        margin-left: calc(-50vw + 350px) !important;
    }
    .single-events .resources-content .hero-section-holder .hero-section-inner,
    .page-template-events-index .resources-content .hero-section-holder .hero-section-inner,
    body.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner,
    body.home .resources-content .hero-section-holder .hero-section-inner,
    body.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner,
    body.page-template-dashboard .resources-content .hero-section-holder .hero-section-inner,
    body.single-hr-career-map .resources-content .hero-section-holder .hero-section-inner,
    body.page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner,
    body.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner,
    .page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner {
        margin-left: auto !important;
        margin-right: auto;
    }
}

@media screen and (max-width: 850px) {
    .top-filter-part {
        margin: 30px 0px 20px 0px !important;
        padding: 20px 20px 8px !important;
        width: 100% !important;
        flex-wrap: wrap;
    }
    .top-filter-part>div {
        margin: 0px 12px 12px 0px !important;
    }
}

@media screen and (max-width: 780px) {
    .single-hr-career-map .hero-section-holder,
    .page-template-dashboard .resources-content .hero-section-holder,
    .page-template-persona-roles .resources-content .hero-section-holder,
    .post-template-post-learning-template .resources-content .hero-section-holder,
    .post-template-post-basic-template .resources-content .hero-section-holder,
    .single-events .resources-content .hero-section-holder,
    .page-template-events-index .resources-content .hero-section-holder,
    .page-template-youtube-template .resources-content .hero-section-holder,
    .page-template-aihr-gravity-forms-template .resources-content .hero-section-holder,
    .page-template-career-center-template .resources-content .hero-section-holder,
    .home .resources-content .hero-section-holder,
    .page-template-learning-success-template .resources-content .hero-section-holder {
        margin-right: -50px !important;
        margin-left: -50px !important;
    }
    .single-events .resources-content .hero-section-holder .hero-section-inner,
    .page-template-events-index .resources-content .hero-section-holder .hero-section-inner,
    .single-hr-career-map .hero-section-holder .hero-section-inner,
    body.post-template-post-learning-template .resources-content .hero-section-holder .hero-section-inner,
    body.post-template-post-basic-template .resources-content .hero-section-holder .hero-section-inner,
    body.page-template-youtube-template .resources-content .hero-section-holder .hero-section-inner,
    body.home .resources-content .hero-section-holder .hero-section-inner,
    body.page-template-aihr-gravity-forms-template .resources-content .hero-section-holder .hero-section-inner,
    .page-template-dashboard .resources-content .hero-section-holder .hero-section-inner,
    .page-template-persona-roles .resources-content .hero-section-holder .hero-section-inner,
    body.page-template-career-center-template .resources-content .hero-section-holder .hero-section-inner,
    .page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner,
    .page-template-learning-success-template .resources-content .hero-section-holder .hero-section-inner {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
}

@media screen and (max-width: 510px) {
    .search-videos-holder .search-container {
        padding: 0px 30px;
    }
}

.playlist_title {
    padding: 12px 16px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    font-weight: 800;
    margin: 0px 0px 20px;
    font-size: 20px;
    color: #fff;
}

.playlist_holder {
    margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
    .playlist_holder {
        margin-bottom: 40px;
    }
}

.playlist_content {
    margin: 25px -5px 0;
    display: flex;
    flex-wrap: wrap;
}

.playlist_content.loading-items {
    opacity: 0.5;
}

.playlist_content .playlist_item {
    cursor: pointer;
    width: calc(33.3333333333% - 10px);
    margin: 0 5px 10px;
    box-shadow: 2px 2px 17px 0 rgba(46, 61, 73, 0.2) !important;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media screen and (max-width: 640px) {
    .playlist_content .playlist_item {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 440px) {
    .playlist_content .playlist_item {
        width: calc(100% - 10px);
    }
}

.playlist_content .playlist_item .playlist_item_header {
    line-height: 0px;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.playlist_content .playlist_item .playlist_item_header img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin: -22px 0px;
}

@media screen and (max-width: 440px) {
    .playlist_content .playlist_item .playlist_item_header img {
        margin: -35px 0px;
    }
}

.playlist_content .playlist_item .playlist_item_content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    background-color: #fff;
}

.playlist_content .playlist_item .playlist_item_content .playlist_item_title {
    color: #2e3c47;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 10px;
}

.playlist_content .playlist_item .playlist_item_content .view_now {
    background: 0 0 !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    color: #2e3c47 !important;
    font-size: 13px !important;
}

.load_more,
.load_more_latest {
    font-size: 11px;
    border-radius: 5px;
    border: 1px solid #9eafaf !important;
    width: calc(33.3333333333% - 10px);
    font-weight: 400;
    color: #9eafaf !important;
    margin: 0 auto;
    cursor: pointer;
    padding: 11px 0px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 15px;
    line-height: 1;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 640px) {
    .load_more,
    .load_more_latest {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 440px) {
    .load_more,
    .load_more_latest {
        width: calc(100% - 10px);
    }
}

.search-videos-holder {
    width: calc(100% - 280px) !important;
    position: fixed;
    left: 280px;
    top: 0px;
    right: 0px;
    height: 72px;
    background-color: #31216b;
    z-index: 9;
}

.search-videos-holder .search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -280px;
    height: 100%;
}

.search-videos-holder .search-container form {
    max-width: 450px;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
}

.search-videos-holder .search-container form button {
    border: none;
    background-color: #fff;
    width: 45px;
    cursor: pointer;
}

.search-videos-holder .search-container form button i {
    font-size: 18px;
    color: #6f7682;
}

.search-videos-holder .search-container form input {
    flex: 1;
    border: none;
    outline: 0 !important;
    color: #6f7682;
    font-size: 18px;
    font-weight: 100;
}

.search-videos-holder .search-container form .remove_search_button {
    padding: 0px 10px;
}

.remove_search_button {
    cursor: pointer;
}

.page-template-youtube-template .popup_main {
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.page-template-youtube-template .popup_main .popup_title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}

.page-template-youtube-template .popup_main .popup_description {
    font-size: 14px;
}

.page-template-youtube-template .popup_main .popup_description p {
    margin: 0px 0px 10px;
}

.page-template-youtube-template .popup_main .popup_youtube_holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25% !important;
    margin-bottom: 20px;
}

.page-template-youtube-template .popup_main .popup_youtube_holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: none;
}

.playlist_content.no-result {
    text-align: center;
}

.playlist_content.no-result .message_not_related {
    justify-content: flex-start;
    padding: 20px 20px 20px 20px;
    border-left: 3px solid #ffab00;
    border-radius: 4px;
    background-color: #fff7e6;
    margin: 0px 5px;
    font-size: 19px;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.playlist_content.no-result .message_not_related i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #ffab00;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.playlist_content.no-result .message_not_related .message_inner {
    display: flex;
    flex: 1;
    text-align: left;
    font-size: 16px;
}

.playlist_content.no-result .message_not_related .message_inner strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.playlist_content.no-result .message_not_related .message_inner span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}

.youtube-container.loading-items {
    opacity: 0.5;
}

.youtube-logo {
    line-height: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.youtube-logo i {
    font-size: 22px;
    color: #FF0000;
}

.youtube-container {
    display: flex;
    flex-direction: column;
}

.youtube-container .most-recent {
    order: 1;
}

.youtube-container .most-recent .playlist_title {
    background-color: #ffab00;
}

.youtube-container .most-recent .load_more_latest {
    color: #ffab00 !important;
    border-color: #ffab00 !important;
}

.youtube-container .most-recent .load_more_latest:hover {
    background-color: #ffab00 !important;
    color: #fff !important;
}

.youtube-container .most-recent .youtube-logo i {
    color: #ffab00;
}

.youtube-container .learning-bites {
    order: 2;
}

.youtube-container .learning-bites .playlist_title {
    background-color: #5D5CFC;
}

.youtube-container .learning-bites .load_more {
    color: #5D5CFC !important;
    border-color: #5D5CFC !important;
}

.youtube-container .learning-bites .load_more:hover {
    background-color: #5D5CFC !important;
    color: #fff !important;
}

.youtube-container .learning-bites .youtube-logo i {
    color: #5D5CFC;
}

.youtube-container .hr-deep-dive {
    order: 3;
}

.youtube-container .hr-deep-dive .playlist_title {
    background-color: #00a0af;
}

.youtube-container .hr-deep-dive .load_more {
    color: #00a0af !important;
    border-color: #00a0af !important;
}

.youtube-container .hr-deep-dive .load_more:hover {
    background-color: #00a0af !important;
    color: #fff !important;
}

.youtube-container .hr-deep-dive .youtube-logo i {
    color: #00a0af;
}

.youtube-container .hr-hot-topics {
    order: 4;
}

.youtube-container .hr-hot-topics .playlist_title {
    background-color: #f45c0f;
}

.youtube-container .hr-hot-topics .load_more {
    color: #f45c0f !important;
    border-color: #f45c0f !important;
}

.youtube-container .hr-hot-topics .load_more:hover {
    background-color: #f45c0f !important;
    color: #fff !important;
}

.youtube-container .hr-hot-topics .youtube-logo i {
    color: #f45c0f;
}

.youtube-container .the-hr-dialogues {
    order: 5;
}

.youtube-container .the-hr-dialogues .playlist_title {
    background-color: #1EBBED;
}

.youtube-container .the-hr-dialogues .load_more {
    color: #1EBBED !important;
    border-color: #1EBBED !important;
}

.youtube-container .the-hr-dialogues .load_more:hover {
    background-color: #1EBBED !important;
    color: #fff !important;
}

.youtube-container .the-hr-dialogues .youtube-logo i {
    color: #1EBBED;
}

.top-filter-part {
    display: flex;
    padding: 20px;
    border: 1px solid #c6cbd3;
    border-radius: 8px;
    width: calc(100% + 50px);
    white-space: nowrap;
    position: relative;
    margin: 30px -50px 20px 0px;
}

.top-filter-part:before {
    content: "Browse by format";
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #c5cad2;
    position: absolute;
    left: 20px;
    top: -20px;
    background-color: #f4f6fa;
}

.top-filter-part .most-recent-class {
    cursor: pointer;
    padding: 4px 12px;
    margin: 0px 12px 0px 0px;
    border: 1px solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline;
    color: #ffab00;
    border-color: #ffab00;
    border-width: 1px 3px 1px 1px;
}

.top-filter-part .most-recent-class:hover {
    background-color: #ffab00;
    color: #fff;
}

.top-filter-part .learning-bitest-class {
    cursor: pointer;
    padding: 4px 12px;
    margin: 0px 12px 0px 0px;
    border: 1px solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline;
    color: #5D5CFC;
    border-color: #5D5CFC;
    border-width: 1px 3px 1px 1px;
}

.top-filter-part .learning-bitest-class:hover {
    background-color: #5D5CFC;
    color: #fff;
}

.top-filter-part .deep-dive-class {
    cursor: pointer;
    padding: 4px 12px;
    margin: 0px 12px 0px 0px;
    border: 1px solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline;
    color: #00a0af;
    border-color: #00a0af;
    border-width: 1px 3px 1px 1px;
}

.top-filter-part .deep-dive-class:hover {
    background-color: #00a0af;
    color: #fff;
}

.top-filter-part .hr-hot-topics-class {
    cursor: pointer;
    padding: 4px 12px;
    margin: 0px 12px 0px 0px;
    border: 1px solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline;
    color: #f45c0f;
    border-color: #f45c0f;
    border-width: 1px 3px 1px 1px;
}

.top-filter-part .hr-hot-topics-class:hover {
    background-color: #f45c0f;
    color: #fff;
}

.top-filter-part .the-hr-dialogues-class {
    cursor: pointer;
    padding: 4px 12px;
    margin: 0px 12px 0px 0px;
    border: 1px solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline;
    color: #1EBBED;
    border-color: #1EBBED;
    border-width: 1px 3px 1px 1px;
}

.top-filter-part .the-hr-dialogues-class:hover {
    background-color: #1EBBED;
    color: #fff;
}

.bite-sized-nav a {
    padding-left: 45px !important;
    position: relative;
}

.bite-sized-nav a:before {
    content: "";
    background-image: url(../../images/png/clock.png);
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

@media screen and (max-width: 600px) {
    .page-template-youtube-template .popup_header_inside {
        padding: 30px 30px 90px;
    }
}

.playlist_holder.result,
.playlist_holder.no-result {
    margin-top: 20px;
}

.playlist_holder.result .playlist_title,
.playlist_holder.no-result .playlist_title {
    background-color: #ffab00;
}

.loading_checking_holder {
    flex-direction: column !important;
    padding: 30px;
    max-width: 550px;
    width: 100%;
    border-radius: 10px;
}

.loading_checking_holder h2 {
    font-weight: 800;
    margin: 0px 0px 20px;
}

.loading_checking_holder p {
    margin: 0px 0px 20px !important;
}

.loading_checking_holder .access_now {
    margin: 0px !important;
    width: 250px;
    justify-content: center;
    padding: 0px;
}

.loading_checking_holder .access_now a {
    padding: 10px 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

html.no-scroll {
    overflow-y: hidden;
}

.login-pana {
    line-height: 0;
}

.login-pana img {
    width: 400px;
}

.add_to_bookmark {
    position: relative;
    display: flex;
}

.popup_list_tags_right {
    display: flex;
    align-items: center;
}

.add_to_bookmark:hover span {
    display: block;
}

.add_to_bookmark i {
    color: #E32D34;
    cursor: pointer;
    font-size: 22px;
}

.add_to_bookmark span {
    display: none;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -35px;
    right: 0px;
    transition: opacity 0.3s;
    font-size: 12px !important;
    line-height: 1.2;
    font-weight: 500 !important;
    padding: 8px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #59607D;
    width: 130px;
}

.resources_item_header_top {
    display: flex;
}

.resources_item_header_top .resources_list_tags {
    flex: 1;
}

.copy_link {
    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;
    color: rgb(64, 64, 64);
    position: relative;
}

.copy_link.show_tooltip:before {
    content: "Copied!";
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    top: -45px;
    left: 0px;
    width: 100px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    color: rgb(64, 64, 64);
    line-height: 1.2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.copy_link.show_tooltip:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -10px;
    top: -13px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f0f0f0;
}

.copy_link i {
    padding-right: 5px;
}

.remaining_download {
    text-align: right;
    padding-top: 10px;
    font-weight: 400;
    position: relative;
}

.remaining_download .tooltip_hover {
    width: 150px !important;
    left: inherit !important;
    right: -10px !important;
}

.remaining_download .download_hover {
    width: 20px;
    flex: none !important;
}

.remaining_download .download_hover i {
    padding-left: 5px;
}

.remaining_download .download_hover:hover i {
    font-weight: 600;
}

.remaining_download i:hover~.tooltip_hover {
    display: block;
}

.remaining_download .tooltip_hover:after {
    left: calc(100% - 18px);
}

.button_download_right.disabled_button a {
    opacity: 0.5;
    pointer-events: none;
}

.default-button {
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    line-height: 19px;
    letter-spacing: 0.5px;
    padding: 7px 24px;
    cursor: pointer;
    font-weight: 600;
}

.silver-ghost-button {
    border: 1px solid #CACFE6;
    color: #5C627C;
}

.silver-ghost-button:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.orange-button {
    border: 1px solid #FB9F00;
    background-color: #FB9F00;
    color: #fff;
}

.orange-ghost-button {
    border: 1px solid #FB9F00;
    color: #FB9F00;
}

.orange-ghost-button:hover {
    background-color: rgba(251, 159, 0, 0.1803921569);
}


/*******/

@media screen and (min-width: 481px) {
    .check-credentials .resources-posts-sidebar {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .check-credentials .resources-posts-sidebar {
        display: none;
    }
}

.check-credentials .progress_over_time_section,
.check-credentials .hr_compare_section,
.check-credentials .hr_bottom_section,
.check-credentials .tabs_section,
.check-credentials .result_viewing_right,
.check-credentials .result_viewing_left_text,
.check-credentials .result_holder_header_inner,
.check-credentials .jarvis-holder,
.check-credentials .dashboard-learning-journey-inner,
.check-credentials .information-column,
.check-credentials .dashboard-events-inner,
.check-credentials .dashboard-course-holder,
.check-credentials .dashboard-certificate-inner,
.check-credentials .new-arrivals-item,
.check-credentials .resources-posts-sidebar,
.check-credentials .resources-posts-item,
.check-credentials .resources-first-post-inner {
    position: relative;
    box-shadow: none!important;
}

.check-credentials .dashboard-events,
.check-credentials .dashboard-certificate {
    display: flex;
    flex-direction: column;
}

.check-credentials .dashboard-certificate-inner,
.check-credentials .dashboard-events-inner {
    flex: 1;
}

.check-credentials .tabs_section:before,
.check-credentials .progress_over_time_section:before,
.check-credentials .hr_compare_section:before,
.check-credentials .result_viewing_right:before,
.check-credentials .result_viewing_left_text:before,
.check-credentials .result_holder_header_inner:before,
.check-credentials .jarvis-holder:before,
.check-credentials .resources-first-post-inner:before,
.check-credentials .resources-posts-item:before,
.check-credentials .resources-posts-sidebar:before,
.check-credentials .new-arrivals-item:before,
.check-credentials .dashboard-certificate-inner:before,
.check-credentials .dashboard-course-holder:before,
.check-credentials .dashboard-events-inner:before,
.check-credentials .information-column:before,
.check-credentials .dashboard-learning-journey-inner:before {
    content: '';
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    height: 100%;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}