/* Minification failed. Returning unminified contents.
(508,36): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(669,30): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(737,36): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1031,48): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
 */


@media only screen and (max-width: 1300px) {
    #news_list .logo {
        width: 100% !important;
    }

    #news_list .newsContentHolder > .row > .col-sm-2 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media only screen and (max-width: 768px) {
    #news_list .logo {
        width: 100px !important;
    }

    #study_list #tag_list {
        display: none;
    }

    #news_list .logo {
        margin-bottom: 20px;
    }

    #news_list .newsReadMore {
        margin-top: 10px;
        text-align: left;
    }

    .articles-content-wrapper {
        padding-top: 0;
    }
}

#news_list .headline {
    margin: 0;
    margin-right: 5px;
    color: #ADADAD;
}

#news_list .logo {
    width: 100px;
    height: auto;
}

#news_list .info,
#job_list .info {
    color: #ADADAD;
}

.company-info {
}

#news_list .newsReadMore,
#job_list .newsReadMore {
    float: left;
}

#news_list .summary {
    padding-top: 10px !important;
}

#news_list .article-list-col {
    /*border: 1px solid;
    border-color: #ADADAD;*/
    padding: 20px;
    /*border: 1px solid #efefef;*/
}

#news_list.webchat-active {
    padding: 0 !important;
    margin: 0 !important;
}

#news_list .article-list-col.compact {
    padding: 5px 20px;
    border: none;
    border: 1px solid #E5EEEE;
    border-radius: 5px;
    margin-bottom: -1px;
    /* Max width for compact elements */
    /*max-width: 600px;*/
}

.articles-content-wrapper .newsHolder .add-new-btn {
    margin-top: 0px;
}

.articles-content-wrapper.webchat-active {
    margin: 0 !important;
}

#news_list .article-item-name,
#job_list .article-item-name {
    font-size: 1.6rem;
    color: #3f3f3f;
    margin-bottom: 10px;
}

#job_list .indicator-icon {
    max-height: 20px;
}

#news_list .indicators,
#job_list .indicators {
    padding-right: 20px !important;
}

#job_list .manager-image {
    max-width: 100px;
    max-height: 100px;
}

#news_list .img-responsiv img {
    max-width: 100% !important;
}

#news_list .tags {
    margin-bottom: 10px;
}


#news_list .article-header-image {
    max-width: 70px;
    max-height: 70px;
}

    #news_list .article-header-image.fixed-width {
        width: 60px;
    }

#news_list .member-circle-avatar.small {
    float: left;
    background-position: center;
    background-size: 70px 70px !important;
}

#news_list .article-header-info {
    padding: 10px 0;
}

    #news_list .article-header-info > p {
        color: #ADADAD;
        font-size: 1.4rem;
    }

.news-single-page .news-items-container {
    text-align: center;
}

    .news-single-page .news-items-container.webchat-active {
        text-align: left !important;
    }

.news-tile-view-container {
    display: flex;
    flex-wrap: wrap;
}

.news-tile-view {
    background-color: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 0px;
    margin: 0 15px 30px 15px;
    flex: 1 1 45%;
    max-width: 300px;
}

@media only screen and (min-width: 768px) {
    .news-tile-view:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .news-tile-view {
        margin: 0 5px 30px 5px;
    }
}




.news-tile-view p {
    font-size: 14px !important;
}

.news-tile-view .entity-name {
    background-color: #fff;
    padding: 10px;
}

    .news-tile-view .entity-name + div {
        padding: 10px;
    }

.news-tile-view .head-info a {
    margin: 0;
    color: #000 !important;
    font-size: 16px !important;
    cursor: pointer;
}

.news-tile-view .tags {
    background-color: #fff;
    padding: 10px 0;
    margin: 0;
}

.news-tile-view .summary {
    background-color: #fff;
}


.news-tile-view .community-indicators {
    background-color: #fff;
}

    .news-tile-view .community-indicators > span {
        padding-left: 5px;
        padding-right: 5px;
    }

.news-tile-view .indicator-text {
    color: #575656;
}

.news-tile-view .teaser-image {
    max-width: 100%;
    max-height: 100%;
}

    .news-tile-view .teaser-image.small {
        max-width: 50%;
        max-height: 50%;
    }

.news-tile-view .row {
    margin: 0;
}

.news-tile-view .user-actions [class^="col"] {
    font-size: 14px;
    padding: 0;
}

/* Card view styles */
.news-card-view-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .news-card-view-container .responsive-img {
        width: auto;
        height: 100%;
        border-radius: 50%;
        cursor: pointer;
        /*margin: 0 0 10px 10px;*/
    }

    .news-card-view-container.feed {
        width: 600px;
        max-width: 100%;
        margin: auto;
    }

.news-card-view {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 8px 30px 8px;
    text-align: left;
    border: 1px solid #eee;
    flex: 0 calc(50% - 25px);
    max-width: 530px;
}

    .news-card-view.mobile {
        flex: unset;
        max-width: 352px;
        width: 352px;
        margin: 10px auto;
    }

    .news-card-view .news-card-article-image-container {
        position: relative;
        padding-bottom: 56.2%;
    }

        .news-card-view .news-card-article-image-container img {
            position: absolute;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .news-card-view .card-image {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        background: center no-repeat;
        background-size: cover;
        border-bottom: 1px solid #eee;
        width: 530px;
        height: 298px;
        cursor: pointer;
    }

        .news-card-view .card-image.mobile {
            width: 352px;
            height: 198px;
        }

    .news-card-view .card-title {
        color: #333333;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2;
        cursor: pointer;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .news-card-view .card-text {
        color: #000;
        padding: 0 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

@media only screen and (min-width: 1001px) {
    .news-card-view:nth-child(2n + 1) {
        margin-left: 0;
    }

    .news-card-view:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .news-card-view {
        width: calc(50% - 15px);
    }

        .news-card-view:nth-child(2n + 1) {
            margin-left: 0;
        }

        .news-card-view:nth-child(2n) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 768) {
    .news-card-view {
        width: calc(100% - 2px);
        max-width: 360px;
    }

    .news-card-view {
        margin-left: auto;
        margin-right: auto;
    }
}
/*news feed styles*/
.news-feed-view-container {
    width: 100%;
    max-width: 600px;
}

@media only screen and (min-width: 768) {

    .news-feed-view-container.webchat-active {
        margin: 10px;
    }
}

.news-single-page .news-feed-view-container {
    margin: auto;
}

.news-feed-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 600px;
    margin: 0 auto 10px auto;
}

    .news-feed-header.webchat-active {
        margin: 30px 0 !important;
    }

.news-feed-view {
    background-color: #fff;
    text-align: left;
    border: 1px solid #e5eeee;
    margin-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 5px;
}

    .news-feed-view .news-feed-buttons {
        border-top: 1px solid #f3f3f3;
        padding: 5px 10px;
    }



    .news-feed-view .feed-icon,
    .news-game-container .feed-icon,
    .news-game-review-container .feed-icon {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        background: center no-repeat;
        background-size: cover;
        border-bottom: 1px solid #eee;
        width: 60px;
        height: 60px;
        cursor: pointer;
        float: left;
        margin-right: 20px;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .news-feed-view .feed-image {
        width: 100%;
        /*height: 300px;*/
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .news-feed-view .grey-content {
        background: #f3f3f3;
        padding: 15px;
    }

    .news-feed-view .news-feed-heading {
        padding: 20px 20px 5px 20px;
    }

    .news-feed-view .news-feed-company-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #6a7281;
        margin: 0;
        font-size: 1.4rem;
    }


    .news-feed-view .feed-title {
        color: #000;
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
        cursor: pointer;
        padding: 0;
        margin-bottom: 10px;
    }

        .news-feed-view .feed-title.for-game {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 18px;
            min-height: 100px;
        }

    .news-feed-view .other-video-container,
    .news-full-container .other-video-container {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 90px;
        min-height: 60px;
    }

    .news-feed-view .other-video-play-button,
    .news-full-container .other-video-play-button {
        background-image: url(/Content/images/icons/play-video-button.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(0,0,0,0.3);
        border-radius: 50%;
    }

        .news-feed-view .other-video-play-button:hover,
        .news-full-container .other-video-play-button:hover {
            background-color: var(--skilly-main-color);
        }

    .news-feed-view .other-video-img,
    .news-full-container .other-video-img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .news-feed-view .feed-text {
        padding: 0 10px;
        margin-bottom: 10px;
        color: #6a7281;
        font-size: 16px;
    }

@media only screen and (max-width: 768px) {
    .news-feed-view {
        width: calc(100% - 2px);
        max-width: 100vw;
        overflow: hidden;
    }

    .news-feed-view {
        margin-left: auto;
        margin-right: auto;
    }
}
/*news sidebar styles*/
.sidebar-navigation .news-feed-container {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 30px;
}

.sidebar-navigation .news-feed-companies-container {
    overflow-y: auto;
    scrollbar-width: thin;
    height: 100%;
}

.sidebar-navigation .news-feed-container p {
    margin: 0 0 6px;
}

.sidebar-navigation .profile-image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}

.sidebar-navigation .user-name {
    font: Bold 1.4rem Roboto;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    margin-top: 15px !important;
    cursor: pointer;
}

.sidebar-navigation .user-credits {
    background-image: url(/Content/images/icons/credit.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    position: relative;
}

    .sidebar-navigation .user-credits .credits-value {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 1.1rem;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

.sidebar-navigation .credits-text {
    padding-left: 40px;
    font-size: 1.2rem;
    position: absolute;
    padding-top: 7px;
    cursor: pointer;
}

.sidebar-navigation .user-desc {
    text-align: left;
    font-size: 1.4rem;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sidebar-navigation .collapse-menu-title {
    position: relative;
    display: block;
    margin-bottom: -1px;
    padding: 10px 25px;
    list-style: none;
    font-weight: 900;
    font-size: 1.4rem;
}

    .sidebar-navigation .collapse-menu-title .bot-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .sidebar-navigation .collapse-menu-title.active,
    .sidebar-navigation .collapse-menu-title:hover,
    .sidebar-navigation .collapse-menu-body:hover {
        background-color: #ccf7f5 !important;
        cursor: pointer;
    }

.sidebar-navigation .collapse-menu-body {
    list-style: none;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #333;
    cursor: pointer;
}

.sidebar-navigation .collapse-menu-item {
    font-family: 'Roboto',sans-serif !important;
    font-weight: normal;
    display: inline-block;
    padding: 10px 35px;
    list-style: none;
    font-size: 1.4rem;
    cursor: pointer;
}

    .sidebar-navigation .collapse-menu-item.active {
        border-left: 0;
        position: relative;
        font-weight: 900;
    }

        .sidebar-navigation .collapse-menu-item.active:after {
            content: '';
            position: absolute;
            left: 23px;
            top: 17%;
            height: 66%;
            width: 3px;
            display: inline-block;
            background: var(--skilly-main-color);
        }


/*read button*/
.read-button {
    border: 1px solid #2cc;
    border-radius: 5px;
    background-color: #fff;
    color: #2cc;
    height: 40px;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    transition: all ease-in-out .25s;
    position: relative;
    float: right;
}

    .read-button:hover {
        background-color: #2cc;
        color: #000;
    }

.news-read-image {
    width: 100%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
}



.company-name-container {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 300px;
    top: auto;
    margin-top: 0;
    display: flex;
    left: 0;
    z-index: 99;
    padding: 15px;
    transition: all .3s ease-in-out;
}

    .company-name-container .company-name {
        line-height: 20px;
        position: relative;
        text-transform: initial;
        overflow: visible;
        font-size: 16px;
        margin-right: 15px;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        font-weight: bold;
        cursor: pointer;
    }

        .company-name-container .company-name::before {
            content: '';
            position: absolute;
            height: 4px;
            width: 100%;
            background-color: var(--skilly-main-color);
            left: 0;
            bottom: -7px;
            display: inline-block;
        }

.backToAll {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0 15px;
}

.greyText, .greyText a {
    color: #969696;
    font-size: 13px;
    width: 100%;
    font-weight: normal;
}
/*news collapsed view styles*/
.news-collapsed-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .news-collapsed-container .responsive-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
    }


    .news-collapsed-container .news-title {
        cursor: pointer;
        font-size: 1.7rem;
    }

    .news-collapsed-container .news-summary {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 1.4rem;
        flex-basis: calc(100% - 90px);
        cursor: pointer;
        font-size: 1.7rem;
    }

    .news-collapsed-container .actions-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .news-collapsed-container .actions-container .news-date {
            font-size: 1.2rem;
            color: #969696;
        }

/*News Full View Styles Start*/
.news-full-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #C6DDD9;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 20px 0px;
}

    .news-full-container .news-full-heading-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #C6DDD9;
        flex-basis: 100%;
        padding: 1% 5%;
    }

        .news-full-container .news-full-heading-container .chatbot-info-section {
            display: flex;
            justify-content: flex-start;
            align-items: normal;
        }

            .news-full-container .news-full-heading-container .chatbot-info-section .chatbot-image-container {
                display: flex;
                width: auto;
                height: 60px;
                margin-right: 10px;
            }

                .news-full-container .news-full-heading-container .chatbot-info-section .chatbot-image-container img {
                    width: auto;
                    height: 100%;
                    border-radius: 50%;
                }

            .news-full-container .news-full-heading-container .chatbot-info-section .chatbot-text {
                display: flex;
                flex-direction: column;
            }

                .news-full-container .news-full-heading-container .chatbot-info-section .chatbot-text .chatbot-name {
                    font: Bold 20px/15px Roboto;
                    color: #333333;
                    line-height: 1.4;
                }

                .news-full-container .news-full-heading-container .chatbot-info-section .chatbot-text .chatbot-description {
                    font: Regular 20px/15px Roboto;
                    color: #999999;
                }

        .news-full-container .news-full-heading-container .manage-section {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-shrink: 0;
        }

            .news-full-container .news-full-heading-container .manage-section > * {
                margin-right: 10px;
            }

            .news-full-container .news-full-heading-container .manage-section .news-full-date {
                font-size: 1.2rem;
                color: #969696;
            }

            .news-full-container .news-full-heading-container .manage-section img {
                width: 26px;
                height: 26px;
            }

    .news-full-container .news-full-article-container {
        display: flex;
        justify-content: space-between;
        padding: 3% 5%;
        width: 100%;
    }

        .news-full-container .news-full-article-container .news-full-article-left-section {
            display: flex;
            flex-direction: column;
            flex: 1;
            margin-right: 10px;
        }

            .news-full-container .news-full-article-container .news-full-article-left-section .news-full-article-quiz {
                display: flex;
                flex-direction: column;
                margin-bottom: 10px;
            }

            .news-full-container .news-full-article-container .news-full-article-left-section .news-full-buttons {
                display: flex;
                align-items: flex-end;
                margin-top: 10px;
                flex-grow: 1;
            }

                .news-full-container .news-full-article-container .news-full-article-left-section .news-full-buttons > * {
                    margin-right: 10px;
                }

            .news-full-container .news-full-article-container .news-full-article-left-section .news-full-article-title {
                font: Bold 20px/25px Roboto;
                color: #333;
                margin-bottom: 10px;
                cursor: pointer;
                flex-shrink: 0;
            }

            .news-full-container .news-full-article-container .news-full-article-left-section .news-full-article-summary {
                font: Regular 20px/25px Roboto;
                color: #333333;
                white-space: pre-line;
                flex-shrink: 0;
            }

        .news-full-container .news-full-article-container .news-full-article-right-section {
            flex-basis: 50%;
            margin-left: 10px;
        }

            .news-full-container .news-full-article-container .news-full-article-right-section .news-full-article-image-container {
                display: flex;
                max-width: 100%;
                height: auto;
                box-shadow: -10px 10px 0px -2px rgba(198,221,217,1);
                border: 1px dashed;
                cursor: pointer;
            }

                .news-full-container .news-full-article-container .news-full-article-right-section .news-full-article-image-container img {
                    width: 100%;
                    height: auto;
                }

@media only screen and (max-width: 1300px) {

    .news-full-container .news-full-heading-container .manage-section {
        display: none;
    }

    .news-full-container .news-full-article-container {
        flex-direction: row;
        flex-wrap: wrap-reverse;
    }

        .news-full-container .news-full-article-container .news-full-article-right-section,
        .news-full-container .news-full-article-container .news-full-article-left-section {
            flex-basis: 100%;
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 768px) {

    .news-full-container .news-full-article-container .news-full-article-left-section .news-full-buttons > * {
        margin-right: 5px;
    }

    .news-full-container .news-full-article-container .news-full-article-left-section .news-full-buttons button {
        font-size: 1.3rem;
    }
}
/*News Full View Styles End*/

/*Product Card view Styles Start*/
.product-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .product-card-wrapper .product-card-view-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        flex: 0 calc(33.3% - 7px);
        margin-bottom: 20px;
        margin-right: 10px;
    }

        .product-card-wrapper .product-card-view-container.sidebar-expanded {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            flex: 0 calc(50% - 10px);
            margin-bottom: 20px;
            margin-right: 10px;
        }

            .product-card-wrapper .product-card-view-container:not(.sidebar-expanded):nth-child(3n+3),
            .product-card-wrapper .product-card-view-container.sidebar-expanded:nth-child(2n+2) {
                margin-right: 0;
            }

        .product-card-wrapper .product-card-view-container .product-card-media-row {
            flex: 0 1 100%;
        }

            .product-card-wrapper .product-card-view-container .product-card-media-row .product-card-image-container {
                position: relative;
                padding-bottom: 56.2%;
            }

                .product-card-wrapper .product-card-view-container .product-card-media-row .product-card-image-container .other-video-play-button {
                    background-image: url(/Content/images/icons/play-video-button.png);
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    position: absolute;
                    transform: translate(-50%,-50%);
                    top: 50%;
                    left: 50%;
                    width: 17%;
                    height: 27%;
                    cursor: pointer;
                    border-radius: 50%;
                    z-index: 1;
                }

                    .product-card-wrapper .product-card-view-container .product-card-media-row .product-card-image-container .other-video-play-button:hover {
                        background-color: var(--skilly-main-color);
                    }

                .product-card-wrapper .product-card-view-container .product-card-media-row .product-card-image-container img {
                    position: absolute;
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                }

        .product-card-wrapper .product-card-view-container .product-card-heading-row {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex: 0 1 100%;
            padding: 2%;
            background-color: #fff;
        }

            .product-card-wrapper .product-card-view-container .product-card-heading-row .chatbot-image-container {
                display: flex;
                margin-right: 2%;
                flex-basis: 10%;
                flex-shrink: 0;
            }

                .product-card-wrapper .product-card-view-container .product-card-heading-row .chatbot-image-container img {
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                    border-radius: 50%;
                }

            .product-card-wrapper .product-card-view-container .product-card-heading-row .product-title {
                color: #333;
                font-size: 1.8rem;
                font-weight: bold;
                line-height: 1.1;
                cursor: pointer;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                -webkit-box-orient: vertical;
            }

@media only screen and (max-width: 768px) {

    .product-card-wrapper .product-card-view-container {
        flex: 100%;
    }

        .product-card-wrapper .product-card-view-container:nth-child(odd) {
            margin-right: 0;
        }

        .product-card-wrapper .product-card-view-container .product-card-heading-row .chatbot-image-container {
            flex-basis: 17%;
        }
}
/*Product Card view Styles End*/

