@font-face {
    font-family: 'Chalk';
    src: url('/fonts/skb.ttf');
}
.kc-search-header {
    background-image: url(/img/knowledge-center/header-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 2px 8px #555;
}
.kc-search-header h1 {
    font-family: 'Chalk', sans-serif;
    border-bottom: none;
    color: #FFF;
    margin-bottom: 0;
}
.kc-search-header h4 {
    margin-top: 0;
    border-bottom: none;
    color: #FFF;
    font-style: italic;
    text-shadow: 0 0 5px #444;
}
.kc-search-container {
    text-align: center;
    box-shadow: 0 0 20px #333;
}
.kc-search-bar {
    margin-top: 2em;
    border-radius: 12px;
    box-shadow: 0 2px 5px #555555;
}
.kc-search-bar button {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
@media (min-width: 1265px) {
    .kc-search-header h1 {
        font-size: 55px;
    }
}

/* Body */
.kc-search-body {
    background-color: #CCC;
    box-shadow: inset 0 0 10px #000;
}

/* Sidebar */
.left-content {
    padding: 0 1rem 2.5rem 0;
}
.kc-sidebar {
    padding-top: 1em;
    padding-bottom: 5em;
    background-color: #FFF;
    box-shadow: 2px 3px 3px #777;
    border-radius: 12px;
}
.kc-sidebar h4 {
    padding-bottom: 4px;
}
.current-filter {
    background-color: #DDD;
    box-shadow: none;
}
.current-filter h5 {
    color: #0e284a;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #d7eaf6;
}
.current-filter .new-search-container {
    padding-top: 1em;
}
.btn-emblaze-library {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 2.3rem;
    font-family: AmsiPro-Black;
    border: none;
    position: static;
    min-height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sidebar Modules */
div.sidebar-dark {
    background-color: #444;
    text-align: center;
    color: #FFF;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
div.sidebar-dark h3 {
    border-bottom: none;
    color: #26d8ff;
}

/* Search Results */
.kc-search-body .item-list {
    padding-bottom: 15px;
    height: 100%;
}
.kc-search-body .item-list .item-list-not-featured {
    display: flex;
    flex-wrap: wrap;
}
.kc-search-body .item-list .card-wrapper {
    padding: 0 1rem 2.4rem 1rem;
}
.kc-item-link {
    display: block;
    transition: all .2s;
    box-shadow: 0 1px 4px #222;
    height: 100%;
}
.kc-item-link:hover {
    /*transform: scale(1.04);*/
    text-decoration: none;
    box-shadow: 0 2px 8px #222;
}
.kc-item-link p {
    color: #333;
}
.featured .kc-item-link p {
    color: rgba(0, 0, 0, 0.90);
    font-family: AmsiPro-Regular;
    font-style: normal;
    font-weight: 400;
}
.kc-card-body-bottom {
    display: flex;
    justify-content: space-between;
}
.kc-item-link span.text-muted em {
    color: rgba(0, 0, 0, 0.90);
    font-family: Tahoma;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
}
.featured .kc-item-link span.text-muted {
    display: none;
}
.kc-item-link .dropdown-menu {
    box-shadow: 0 0 8px #333;
}
.pagination-buttons {
    padding-bottom: 30px;
}

/* Card search results */
.kc-card-container {
    position: relative;
    height: 100%;
}
.kc-card .simple-panel {
    padding: 0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
}
.kc-card .header {
    background-size: cover;
    background-position: center center;
    position: relative;
}
.kc-card .body {
    padding: 1.9rem 2.4rem 2.2rem 2.4rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.featured .kc-card .body {
    padding: 0;
    margin-left: 5.3rem;
}
.kc-card .body h4 {
    font-weight: bold;
    font-family: AmsiPro-Black;
    color: rgba(0, 0, 0, 0.90);
    min-height: 6rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.kc-card .body li, .kc-card .body td {
    font-size: 1.6rem;
    line-height: 2rem;
}
.featured .kc-card .body h4 {
    color: rgba(0, 0, 0, 0.90);
    font-family: AmsiPro-Black;
}
.kc-card .action-label {
    padding: 1.5rem 0;
    width: 100%;
    text-align: center;
    display: flex;
    font-family: AmsiPro-Regular;
    font-size: 12px;
    color: rgba(0, 0, 0, .9);
    align-items: center;
    margin-top:0.3rem;
    
   
}
.action-label-text{
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    /* align-items: flex-start;
    -webkit-align-items: flex-start; */
}

/* @media all and (pointer: fine) and (min-resolution: 2dppx) and (min-resolution: 192dpi),
(min--moz-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx){
        .action-label-text{
            padding-top:0.3rem;
        }
    } */
.featured .kc-card .action-label {
    color: #fff;
    padding: 7px 0;
    justify-content: space-between;
}
a.action-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: larger;
    padding: 4px 10px;
    margin-right: .5em;
    margin-bottom: .5em;
    display: inline-block;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
}
a.action-label:hover {
    filter: brightness(110%);
    text-decoration: none;
}
.featured .kc-card .action-label.read, a.action-label.read {
    color: #FFF;
    text-align: left;
}
.featured .kc-card .action-label.watch {
    padding-right: 3rem!important;
}
.featured .kc-card .action-label.watch, a.action-label.watch {
    color:rgba(0, 0, 0, 0.90);
    padding: 0;
    /*background-color: #3c99f6;*/
}
.kc-card .action-label.forum, a.action-label.forum {
    color: #FFF;
    background-color: #6cb23e;
}
/*.kc-card .action-label.listen, a.action-label.listen {*/
/*    color: #FFF;*/
/*    background-color: #6a3eb2;*/
/*}*/
.kc-card .header .video-duration {
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-weight: bold;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    background-color: rgba(0,0,0,.9);
}

.featured .kc-card-container .add-to-library-container {
    right: 2rem;
    top: 1.3rem;
}
.kc-card-container .add-to-library-container {
    position: absolute;
    right: 2.4rem;
    top: 1rem;
}
.add-to-library-container .add-to-library-button .icon {
    width: 100%;
    cursor: pointer;
}
.add-to-library-container .dropdown-menu {
    left: unset;
    right: 0;
}
.add-to-library-button span.successful {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
    color: #FFF;
}
.add-to-library-container .dropdown-menu li a:hover {
    background-color: #DDD;
}

/* Members-only overlay */
.kc-card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(245, 247, 235, .7);
    border-radius: 10px;
}
.kc-card-overlay-content {
    padding: 1rem 0.4rem;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: #00F7D0F2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: AmsiPro-Regular;
    font-style: italic;
    width: 100%;
}
.featured .kc-card-overlay-content {
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.kc-card-overlay-content h3 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    border-bottom: none;
}
.kc-card-overlay-content div.sign-up-button, .kc-card-overlay-content a.renew-membership-button {
    margin: 1em auto;
    background-color: #084c71;
    color: #FFF;
    text-align: center;
    padding: .7em 1em;
    font-weight: bold;
    border-radius: 5px;
    transition: all .3s;
}
div.sign-up-button:hover, a.renew-membership-button:hover {
    background-color: #0b71a8;
    cursor: pointer;
}
.kc-card-overlay-content div.sign-in-button {
    margin: 1em auto;
    background-color: #13800a;
    color: #FFF;
    text-align: center;
    padding: .7em 1em;
    font-weight: bold;
    border-radius: 5px;
    transition: all .3s;
}
div.sign-in-button:hover {
    background-color: #139c09;
    cursor: pointer;
}
.featured {
    padding: 0 1rem 2.9rem 1rem;
}
.kc-card-overlay-content a {
    display: block;
}
a.renew-membership-button:hover {
    text-decoration: none;
}
.mt-1 {
    margin-top: 1rem;
}


.row.kc-search-body {
    background-image: url("../img/knowledge-center/idea-lab-bg.png");
    padding: 5rem 2.4rem;
}


.kc-search-body .featured .kc-card-container .simple-panel {
    border-radius: 1.2rem;
}

.featured .kc-card-container .simple-panel {
    display: flex;
    flex-direction: row;
    padding: 2rem 2rem 2.3rem 3.1rem;
    background-color: #F5F7EB;
    min-height: 18.8rem;
}

.featured .kc-card-container .simple-panel .header {
    flex: 1;
    height: 100%;
    max-width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
}

.action-label img {
    margin-right: 1.1rem;
    margin-top: .3rem;
}

.featured .action-label img {
    padding-bottom: .2rem;
    margin-top: 0;
}

.card-header-right {
    font-family: Tahoma;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    opacity: .9;
}

.card-header-right img {
    margin-left: 3rem;
}

.card-header-left {
    font-family: AmsiPro-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    opacity: .9;
}

.black-e-book,
.kc-card .action-label.read img {
    filter: invert(1);
}

.featured .kc-card .action-label.read img,
.featured .kc-card .action-label.article .card-header-right img {
    filter: invert(0);
}

.simple-panel .action-label {
    padding-left: 2.4rem;
}

.featured .simple-panel .action-label {
    padding-left: 0;
}

.pagination svg path {
    fill: #00F7D0;
}

.idea-lab-participate {
    margin-top: 1.9rem;
    padding: 15px;
    background: #F5F7EB;
    width: 100%;
    left: 0;
    border-radius: 10px;
    font-family: AmsiPro-Regular;
    position: relative;
}

.contribute-btn,
.discuss-btn {
    background: #fff;
    padding: 10px;
    border-radius: 48px;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    align-items: center;
    font-size: 1.2rem;
}

.contribute-btn a,
.discuss-btn a {
    background: #00F7D0;
    width: 118px;
    text-align: center;
    border-radius: 48px;
    padding: .6rem;
    color: #000;
}

.contribute-btn a:hover, .discuss-btn a:hover {
    background-color: #F5F7EB !important;
    text-decoration: none !important;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
}

.participate-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(217, 217, 217, 0.65);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.participate-overlay-text {
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 22px;
    background: rgba(0, 247, 208, 0.95);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-style: italic;
    font-weight: 600;
}

.kc-sidebar-buttons {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    font-family: AmsiPro-Regular;
    font-size: 1.2rem;
    align-items: center;
}

.kc-sidebar-buttons a {
    color: #000;
}

.kc-sidebar-apply {
    background: #00F7D0;
    padding: 8px 15px;
    border-radius: 48px;
    border-width: 0;
}

.kc-sidebar-apply:hover {
    background-color: #F5F7EB !important;
    text-decoration: none !important;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
}

.kc-sidebar-clear {
    text-decoration: underline;
    cursor: pointer;
}

.video-duration {
    color: #000;
    font-family: Tahoma;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.kc-card-play-btn {
    height: 12px;
    margin-left: 1.5rem;
}


.filters .filter-section .filter-section-dropdown .filter-section-dropdown-list {
    padding: 27px 18px 26px 0px;
}

.filters .filter-section .filter-section-dropdown .filter-section-dropdown-list #types-list span,
.filters .filter-section .filter-section-dropdown .filter-section-dropdown-list #length-list span,
.filters .filter-section .filter-section-dropdown .filter-section-dropdown-list #topics-list span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'AmsiPro-Regular';
}

.filters .filter-section .filter-section-dropdown .filter-section-dropdown-list #types-list a,
.filters .filter-section .filter-section-dropdown .filter-section-dropdown-list #length-list a,
.filters .filter-section .filter-section-dropdown .filter-section-dropdown-list #topics-list a,
.filters .add-source-filter {
    font-family: AmsiPro-Regular;
    color: #000;
    font-size: 1.2rem;
}

.filters .check label {
    display: inline-flex;
    position: relative;
    margin: 0px;
}
.filters .check label > input {
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: unset;
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24) inset;
    margin: 0px;
    margin-right: 12px;
}
.filters .check label > input:checked {
    border: unset;
    background-color: #00F7D0;
    content: '';
    background-image: url('../img/icons/check.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.filters .check label .filter-checkbox-label {
    color: rgba(0, 0, 0, 0.90)!important;
    font-family: AmsiPro-Regular!important;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: inherit!important;
    text-transform: unset!important;
    cursor: pointer!important;
}
.filters .filter-list {
    margin-left: .2rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
    .featured .kc-card-container .simple-panel .header {
        min-width: 60%;
    }
}

@media (max-width: 992px) {
    .featured .kc-card .body {
        margin-left: 2rem;
    }    
}