body {
    font-family: 'Roboto', sans-serif !important;
    color: #000;
}
a:focus {
    outline: auto !important;
    outline-offset: 0px;
}
body.player-overlay-active {
    overflow: hidden; 
}
.section-list-banner .col-xs-container {
    width: 100%;
    max-width: 1170px;
}
.center-pseudo:before, .center-pseudo:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.container-block h1 {
    text-transform: none;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    color: #0e0e0e;
}

.product-section-list {
    padding-top: 36px;
}

.product-section-list p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
}
#playlist.container-block h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.36px;
    margin-top: 0px;
}
#playlist .sec-cat-details {
    margin-top: 36px;
    margin-bottom: 60px;
}
.container-block h2 , .custom-popup h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 0.24px;
}
.container-block h4 {
    font-size: 24px;
}
.container-block h5 {
    font-size: 18px;
    font-weight: 500;
}
#section-list .category-block h6 {
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    margin-top: 0px;
    height: 30px;
}
#section-list h6 {
    font-size: 24px;
    text-transform: none;
    font-weight: 300;
    margin-top: 40px;
}
.container .breadcrum {
    font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;
    line-height: 20px;
    margin-bottom: 25px;
}
.container .breadcrumb-seperation {
    color: #6e6e6e;
}
.container.main-container {
    margin-top: 36px;
}
.container .breadcrumb-currentpage {
    color: #0e0e0e;
}
.breadcrum a {
    color: inherit;
    padding: 1px 2px;
}
.popup-active {
    overflow: hidden;
}
.player-overlay-active .left-sidebar {
    position: fixed;
    z-index: 101;
}
.share-container {
    position: relative;
}

.social-sharing {
    display: none;
    position: absolute;
    top: 32px;
    border-bottom-left-radius: 4px;
    right: 0;
}

.social-share-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background: #fff;
}

.social-share-button:hover {
    background-color: #fff;
}

.social-sharing.social-sharing-active{
    display: block;
}

.social-sharing > li {
    border-radius: 50%;
    margin-bottom: 6px;
}
header .social-sharing .fa {
    width: 32px;
    height: 32px;
    font-size: 22px !important;
    margin-top: 6px;
    border: none;
    color: #a8a8a8;
}
header .social-sharing .fa {
    margin-top: 6px;
    border: 1px solid #a8a8a8;
    width: 40px;
    height: 40px;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 4px;
    color: #a4a4a4;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ffffff;
}
header .social-sharing .fa.fa-twitter {
    padding: 5px;
}

.social-sharing .linked-in-wrapper:hover,
.social-sharing .linked-in-wrapper:focus  {
    background: #0077B5;
    filter: brightness(1.5);
}
.social-sharing .facebook-wrapper:hover,
.social-sharing .facebook-wrapper:focus {
    background: #4267b2;
    filter: brightness(1.5);
}
.social-sharing .twitter-wrapper:hover,
.social-sharing .twitter-wrapper:focus {
    background: #38A1F3;
    filter: brightness(1.5);
}
.mail-icon {
    width: 14px;
    height: 14px;
    opacity: 0.5;
}
.mail-to-wrapper:hover,
.mail-to-wrapper:focus  {
    background: #ccc;
}
.mail-to-wrapper:hover > img,
.mail-to-wrapper:focus > img {
    filter: invert(81%) sepia(100%) saturate(1%) hue-rotate(95deg) brightness(108%) contrast(101%);
}
.social-sharing .fa-envelope-o:hover,
.social-sharing .fa-envelope-o:focus {
    background: #ccc;
}
.back-button, .history-back-button{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: fixed;
    top: 8px;
    left: 25px;
    background: #f3f3f3;
    display: block;
    cursor: pointer;
    z-index: 100;
}
.back-button:before,
.history-back-button:before {
    position: absolute;
    content: '';
    background: url(/static/images/launchpad/icon-arrow-left.png) no-repeat;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-size: 100%;
    width: 25px;
    height: 25px;
}
/*journey icon css*/
.journey-toggle {
    cursor: pointer;
    float: right;
    background: url(/static/images/journey-icon.png) center center no-repeat;
    background-size: 65% auto;
    filter: grayscale(1);
    margin-left: 10px;
    padding: 16px 15px;
}
.journey-toggle:hover,
.journey-toggle:focus,
.journey-toggle.active {
    filter: hue-rotate(235deg);
}
.container-block #journeys-container {
    margin-top: 0px;
}

/* Apps page */
.container-block header.main-header {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 70px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    border-bottom: 2px solid #ccc;
}
header.main-header .logo {
    width: 182px;
    margin-bottom: 0px;
    max-height: 23px;
}
.main-header .header-container {
    width: 100%;
    padding: 0 24px;
}
.search-site-block:before {
    position: absolute;
    content: '';
    background: url(/static/images/dell/sprite.png) no-repeat;
    background-position: 0 0;
    background-size: 32px;
    width: 15px;
    height: 15px;
    z-index: 1;
    left: 25px;
    top: 18px;
}
.search-site::-moz-placeholder {
  color: #c6c7ca;
  opacity: 1;
  font-size: 20px;
}
.search-site:-ms-input-placeholder {
  color: #c6c7ca;
  font-size: 20px;
}
.search-site::-webkit-input-placeholder {
  color: #c6c7ca;
  font-size: 20px;
}
main h1 {
    font-size: 36px;
    color: #000;
} 
.apps-list, #section-list {
    margin-top: 0;
    margin-bottom: 65px;
}
.app-icon {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 18px;
    padding: 50%;
    position: relative; 
}
.app-details:hover .app-icon {
    box-shadow: 0 0 4px 1px #ccc;
}
.app-icon img {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.app-details {
    margin-bottom: 15px;
    display: block;
}
.app-details h6 {
    line-height: 18px;
    color: #000;
    padding-bottom: 8px;
}
.app-details p {
    font-size: 14px;
    color: #828b90;
    line-height: 18px;
    min-height: 36px;
}
.library-app .app-icon {
    background-color: rgba(138, 173, 225, 1);
    background: linear-gradient(to top, rgba(78, 102, 166, 1), rgba(138, 173, 225, 1))
}
.pathfinder-app .app-icon {
    background-color: rgba(161, 164, 223, 1);
    background: linear-gradient(to top, rgba(110, 103, 208, 1), rgba(161, 164, 223, 1))
}
.checklist-app .app-icon {
    background-color: #ffb82e;
    background: linear-gradient(to top, #c85f18 0%, #ffb82e 100%);
}
.quiz-app .app-icon {
    background-color: #0fc7a4;
    background: linear-gradient(to top, #2f7e99 0%, #0fc7a4 100%);
}
.faq-app .app-icon {
    background-color: #40435b;
    background: linear-gradient(to top, #2b2e43 0%, #2b2e43 0%, #40435b 100%);
}
.tagged-chapter-list {
    margin: 28px 0;
    padding: 0;
}
.tagged-chapter-list .no-result {
    font-size: 26px;
    color: #aaa;
}
.container .result-count {
    font-size: 18px;
}
a.tagged-chapter {
    display: block;
    margin-bottom: 23px;
}
.tagged-chapter-icon {
    display: inline-block;
    width: 175px;
    height: 115px;
    vertical-align: middle;
    background: #f2f2f2;
    border-radius: 5px;
}
.tagged-chapter-details h5 {
    color: #1e1e1e;
}
.tagged-chapter-icon img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
}
.tagged-chapter-details {
    display: inline-block;
    width: calc(100% - 180px);
    vertical-align: middle;
    padding-left: 30px;
}
.tagged-chapter-details p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    color: #b3b3b3;
}
.container-block .bb-links-banner{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* category page */
#products-list .sub-title {
    margin-bottom: 30px;
}
.search-block{
    max-width: 800px;
    display: flex;
    flex: 1;
    position: relative;
}
.main-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.search-bar {
    width: 100%;
    background-color: #ffffff;
    height: 32px;
    color: #636363;
    border: 1px solid #b6b6b6;
    padding: 0 8px;
}
.search-btn {
    margin-left: 13px;
    width: 100px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 500;
}
.category-icon {
    margin-bottom: 15px;
    height: 175px;
    position: relative;
    background-color: #f2f2f2;
}
#products-list .category-icon {
    border-radius: 0;
    box-shadow: none;
    height: 183px;
    margin-bottom: 0;
    background-color: #ffffff;
}
#products-list .category-icon img {
    max-width: 100%;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    object-fit: cover;
}
.category-icon img {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 100%;
}
.category-details {
    margin-top: 30px;
}
.category-details:last-child {
    margin-bottom: 65px;
}
.category-block {
    display: block;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 0.5s ease;
}
.category-block:hover,
.category-block:focus,
.category-link:focus {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: block;
    outline-offset: 3px;
}
#products-list .category-block:hover, 
#products-list .category-block:focus,
#products-list .category-block .product-link:focus {
    box-shadow: 0px 0px 10px 0px #3d3d3d;
    display: block;
    transform: scale(1);
}
.category-details h6 {
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#products-list h3 {
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: normal;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
}
#products-list .product-data {
    position: absolute;
    bottom: 18px;
    color: #fff;
    margin-right: 21px;
    padding-left: 25px;
}
#products-list .product-data p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    max-height: 36px;
    overflow: hidden;
}
#products-list .product-data .product-link, 
#products-list .product-data .product-link:hover,
#products-list .product-data .product-link:link,
#products-list .product-data .product-link:active {
    background-color: #0056ac;
    border-radius: 3px;
    padding: 13px 17px;
    display: inline-block;
    margin-top: 23px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.16px;
}
.default-product-icon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(0, 68, 123) 0%, rgb(0, 68, 123) 0%, rgb(0, 118, 206) 100%);
}
/* section slider */
#data-slider {
    position: relative;
    margin-top: 50px;
}
#data-slider #data-slider-content {
    margin-bottom: 50px;
}
#data-slider .slider-content-type {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    width: 158px;
    z-index: 1;
    background: #fff;
    color: #444444;
}
#data-slider .selected-slider-type {
    padding: 13px 33px 13px 10px;
    cursor: pointer;
    position: relative;
    width: inherit;
    text-align: left;
}
#data-slider .selected-slider-type:after {
    position: absolute;
    content: "";
    background: url(/static/images/dell/arrow.png) no-repeat;
    background-size: 7px;
    width: 15px;
    height: 15px;
    z-index: 1;
    right: 12px;
    top: 19px;
    cursor: pointer;
    transform: rotate(90deg);
}
#data-slider .slider-content-type.open .selected-slider-type:after {
    transform: rotate(-90deg);
    top: 11px;
}
#data-slider .slider-type-options li button {
    padding: 13px 33px 13px 10px;
    border-top: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: left;
    background: none;
}
#data-slider .slider-type-options li.active-slider-type button,
#data-slider .slider-type-options li button:hover,
#data-slider .slider-type-options li button:focus {
    background-color: #e8eff4;
}
#data-slider .slider-content-type.active .slider-type-options {
    display: block;
}
#data-slider .slider-header {
    display: block;
    margin-bottom: 25px;
    position: relative;
    height: 38px;
}
#data-slider .flex-push {
    margin-left: auto;
}
#data-slider .slider-nav {
    position: absolute;
    top: 21px;
    right: 0;
}
#data-slider .slick-prev, #data-slider .slick-next {
    border-radius: 2px;
    border: 1px solid #adadad;
    background-color: #ffffff;
    width: 42px;
    height: 42px;
}
#data-slider .slick-prev:hover, 
#data-slider .slick-next:hover,
#data-slider .slick-prev:focus, 
#data-slider .slick-next:focus {
    border-color: #000;
}
#data-slider .slick-prev {
    left: -113px;
}
#data-slider .slick-next {
    right: 14px;
}
#data-slider .slider-item {
    background: #fbfbfb;
    height: 275px;
    margin: 2%;
}
#data-slider .slider-icon {
    height: 185px;
    padding-top: 10px;
    overflow: hidden;
}
#data-slider .no-slider-data {
    font-size: 18px;
    margin: 20px;
    margin-left: 0;
    color: #949494;
}
#data-slider #data-slider-navbar {
    margin-top: 50px;
}
.slider-icon img {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    box-shadow: 1px 3px 8px 2px #ccc;
    object-fit: fill;
    object-position: top;
    background: #fff;
    max-width: 70%;
}
#data-slider .slick-prev:before, #data-slider .slick-next:before {
    position: absolute;
    content: "";
    background: url(/static/images/dell/arrow.png) no-repeat;
    background-size: 8px;
    width: 10px;
    height: 18px;
    z-index: 1;
    left: 15px;
    top: 10px;
}
#data-slider a.slick-slide {
    outline: none;
    display: inline-table;
}
#data-slider .slick-prev:before {
    transform: rotate(180deg);
    left: 14px;
}
#data-slider .slick-next:before {
    left: 16px;
    top: 11px;
}
#data-slider h4 {
    height: 44px;
    color: #444444;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.1px;
    word-break: break-word;
}
#data-slider .slider-title {
    background-color: #dbe0e3;
    padding: 18px 27px;
    height: 90px;
}
#data-slider .no-content {
    text-align: center;
    font-size: 18px;
    color: #999393;
}
/* section page */
.icon-gradient::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.section-list-banner {
    min-height: 297px;
    padding: 13px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}
.banner-details {
    position: relative;
    width: 100%;
    bottom: 0;
}
.banner-left-details {
    color: #fff;
    width: 100%;
}
.banner-left-details h1 {
    color: #ffffff;
    text-transform: none;
    font-size: 36px;
    font-weight: 300;
    margin-top: 84px;
}
.banner-left-details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 15px;
}
.product-section-list h3 {
    text-transform: none;
    color: #0e0e0e;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 22px;
    margin-top: 50px;
}
.cta-btn, a.export-pdf, .launch-faq,
a.export-pdf:hover, .launch-faq:hover,
a.export-pdf:focus, .launch-faq:focus,
button.export-pdf {
    cursor: pointer;
    margin-right: 5px;
    text-transform: capitalize;
    background: #0076ce;
    padding: 13px 27px;
    display: inline-block;
    margin-top: 28px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.16px;
}
button.feedback-icon {
    padding: 3px;
    font-size: 0px;
    background: #006FD5;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    margin-top: 28px;
    vertical-align: middle;
    border-radius: 5px;
}
button.feedback-icon img {
    margin-top: 1px;
}
button.feedback-icon:focus {
    background: #005799;
}
.cta-btn, .cta-btn:hover, .cta-btn:focus {
    text-transform: none;
}
.sec-cat-list , .playlist-list{
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}
.category-list-link-block {
    margin-bottom: 28px;
    width: 100%;
    background-color: #f3f5f6;
    margin-right: 12px;
}
.category-list-details {
    padding-left: 0px;
}
.category-list-details .category-list-link, .category-list-details .asset-linked {
    display: table;
    width: 100%;
    padding: 30px 30px 56px 36px;
    height: 100%;
    position: relative;
    z-index: 0;
}
.category-list-icon , .category-list-desc {
    display: table-cell;
    vertical-align: top;
    width: 68px;
}
.category-list-icon div {
    width: 68px;
    height: 68px;
    display: block;
    position: relative;
}
.category-list-icon div.relative-icon{
    height: auto;
}
.category-list-icon div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 68px;
    margin: auto;
}
.category-list-icon div img.icon{
    position: relative;
    min-height: 68px;
    height: auto;
    width: 100%;
}
.category-list-desc {
    padding: 0 18px 0 30px;
    position: relative;
    width: 100%;
}
.category-list-desc h5 {
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.category-list-desc p {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
#section-list .asset-block h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
}
.category-tags:after {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.1) 21%, rgba(255,255,255,1) 79%);
    width: 50px;
    content: "";
}
.category-tags {
    height: 24px;
    overflow: hidden;
    margin-top: 10px;
    position: absolute; 
    bottom: 45px;
    width: calc(100% - 176px);
    white-space: nowrap;
    height: auto;
    left: 134px;
    z-index: 1;
    cursor: pointer;
}
.category-tags:hover {
    background-color: #f3f5f6;
}
.category-tags:hover li{
    display: inline-block;
    float: left;
    margin: 5px 0px 0px 5px
}
.category-label, .result-label {
    color: #fff;
    padding: 4px 8px;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    text-align: center;
    display: block;
}
.category-label.asset-playlist,
.result-label.playlist-label,
.result-label.html-label {
    background: #b7295b;
}
.category-label.asset-pdf,
.result-label.pdf-label {
    background: #0076ce;
}
.translation-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    right: 15px;
    top: 10px;
    background-color: red;
    border-radius: 50%;
    cursor: pointer;
    background: #fff url(/static/images/translation_blue.png) no-repeat;
    background-position: center;
    background-size: 15px;
}
.translation-icon:hover {
    border: 1px solid #066afe;
    cursor: pointer;
}
.section-list-data .category-block {
    margin-bottom: 31px;
}
/* playlist page */
.container-header {
    position: relative;
}
.playlist-view-opt {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}
#playlist-thumbnail-view {
    position: relative;
    background: #cdced3;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
}
#playlist-thumbnail-view:before {
    position: absolute;
    content: "";
    border: 1px solid transparent;
    width: 16px;
    top: 7px;
    z-index: 9;
    left: 0px;
    background: #fff;
}
#playlist-thumbnail-view:after {
    position: absolute;
    content: "";
    border: 1px solid transparent;
    width: 1px;
    height: 100%;
    left: 7px;
    z-index: 9;
    top: 0;
    background: #fff;
}
#playlist-row-view {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}
#playlist-row-view:before, #playlist-row-view:after {
    content: "";
    position: absolute;
    border-top: 7px solid #cdced3;
    width: 16px;
    left: 0;
    top: 0px;
}
#playlist-thumbnail-view.active, 
#playlist-thumbnail-view:hover {
    background: #000;
}
#playlist-row-view:before {
    top: 9px;
}
#playlist-row-view.active, 
#playlist-row-view:hover, 
#playlist-row-view:hover:after, 
#playlist-row-view:hover:before, 
#playlist-row-view.active:after, 
#playlist-row-view.active:before,
#playlist-row-view:focus:after, 
#playlist-row-view:focus:before {
    border-color: #000;
}
.playlist-list {
    font-size: 0;
}
.playlist-container {
    box-shadow: 0 1px 25px 3.7px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    position: relative;
    margin-bottom: 39px;
    background-color: #fff;
}
[data-attr=thumbnail-view] .playlist-block {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.playlist-header {
    padding: 30px 35px;
}
[data-attr=thumbnail-view] .playlist-header {
    padding: 30px 35px 0;
}
[data-attr=thumbnail-view] .playlist-header p {
    margin-bottom: 35px;
}
button.export-pdf.pdf-icon-thumbnail-view,
button.export-pdf.pdf-icon-row-view{
    position: absolute;
    right: 0px;
    top: 12px;
    margin: 0px 5px;
    cursor: pointer;
    z-index: 1;
    background: none;
    padding: 0 8px;
}
.pdf-icon-row-view {
    margin: 0px 20px;
}
.pdf-icon-thumbnail-view.with-trans-icon {
    margin: 0px 35px;
}
.pdf-icon-row-view.with-trans-icon {
    margin: 0px 50px;
}
.pdf-icon-thumbnail-view img,
.pdf-icon-row-view img {
    width: 18px;
    height: 18px;
}
.pdf-icon-thumbnail-view:hover img,
.pdf-icon-row-view:hover img {
    filter: brightness(0.5);
}
.playlist-container h3 {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden; 
}
[data-attr=row-view] .playlist-container h3 {
    line-height: 22px;
}
.playlist-thumbnail .playlist-container h3 {
    height: 37px;
}
[data-attr=thumbnail-view] .playlist-container {
    padding-bottom: 1px;
    position: relative;
}
.playlist-container p {
    font-size: 12px;
    line-height: 16px;
    min-height: 32px;
    color: #808080;
}
.playlist-tags {
    margin-left: 75px;
    padding-left: 0;
    width: auto;
}
.playlist-tags li {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 10px;
    background: #42b6e7;
    border-radius: 15px;
    margin-top: 5px;
    margin-right: 2px;
    cursor: pointer;
}
.max-chapter-desc {
    max-height: 32px;
    overflow: hidden;
    display: block;
}
.seemore-chapter-desc {
    position: absolute;
    font-size: 10px;
    color: #3478f6;
    font-weight: 500;
    text-decoration: none;
    margin-top: 5px;
    cursor: pointer;
    display: block;
    background: none;
}
.seemore-chapter-desc:hover,
.seemore-chapter-desc:focus {
    text-decoration: underline;
}
[data-attr=thumbnail-view] .chapters-list {
    margin-bottom: 25px;
    padding: 0;
    min-height: 180px;
}
[data-attr=thumbnail-view] .chapters-list.min-chapters{
    max-height: 180px;
    overflow: hidden;
}
[data-attr=thumbnail-view] .translation-icon{
    right: 0px;
}
.viewmore-chapters:before,
.toggle-sub-chapters:before {
    position: absolute;
    content: "";
    background: url(/static/images/dell/sprite.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 29px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    opacity: 0.3;
    background-position: -17px -10px;
}
.min-chapters + .viewmore-chapters:before,
.toggle-sub-chapters.minimized:before {
    background-position: -18px -10px;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
}
[data-attr=thumbnail-view] .viewmore-chapters {
    position: absolute;
    bottom: -16px;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 15px;
    text-align: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border: 1px solid #cdced3;
    background: #fff;
}
.viewmore-chapters:hover:before,
.viewmore-chapters:focus:before {
    opacity: 0.5; 
}
.chapters-list {
    border-top: 1px solid #cdced3;
    padding-bottom: 24px;
}
.chapters-list li:last-child {
    margin-bottom: 0px;
}
.chapters-list .chapter-index-block {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
}
.chapters-list .chapter-index {
    width: 30px;
    height: 30px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
}
.chapter-title {
    font-size: 12px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 13px;
    word-break: break-word;
}
.chapters-list > li {
    margin-bottom: 10px;    
    padding-top: 10px;
    position: relative;
}
.chapters-list li a {
    color: #000;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0 35px;
    height: auto;
}
.chapters-list li a:hover {
    color: #3478f6;
    text-decoration: none;
}
[data-attr=row-view] .playlist-container {
    float: left;
    width: 100%;
}
[data-attr=row-view] .chapters-list {
    border-top: none;
    padding-top: 24px;
}
.chapters-list li .sub-chapters-list {
    padding: 0 60px;
}
.chapters-list li .sub-chapters-list li:first-child {
    padding-top: 5px;
}
.chapters-list li .sub-chapters-list li:not(:last-child) {
    padding-bottom: 10px;
}
.chapters-list li .sub-chapters-list li a {
    font-size: 12px;
    line-height: 16px;
    color: #808080;
}
.chapters-list li .toggle-sub-chapters {
    position: absolute;
    right: 13px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/* social share */
.button-social-sharing{
    display: block;
    width: 16px;
    height: 16px;
    background: url(/static/images/dell/share.svg) no-repeat;
    opacity: 0.7;
    background-size: 16px;
    margin-right: 2px;
}

.share-toggle-button {
    display: flex;
    align-items: center;
}

.share-toggle-button .share-toggle-button-text {
    font-size: 14px;
    color: #636363;
    cursor: pointer;
    user-select: none;
}
.share-toggle-button .share-toggle-button-text:hover {
    color: #000;
}
.social-share-block p {
    color: #8e8e93;
}

.contact-us-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.contact-us-wrapper > span {
    font-size: 14px;
    color: #636363;
    user-select: none;
}

.contact-us-wrapper > span:hover {
    color: #000;
}
.header-right-block {
    gap: 20px;
    flex: 1;
    align-items: center;
}

.dell-redirect {
    font-size: 14px;
    color: #636363;
}

.dell-redirect:hover {
    color: #000;
}

.contact-img{
    display: block;
    width: 16px;
    height: 16px;
    background: url(/static/images/dell/contact.svg) no-repeat;
    background-size: 16px;
}
header .social-sharing .contact-img:hover,
header .social-sharing .contact-img:focus {
    background-color: #0076ce;
    filter: brightness(1.5);
}
.share-with-mail, .contact-link {
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
}
/* custom popup */
.custom-popup-wrapper:empty {
    display: none;
}
.custom-popup-wrapper {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,0.25);
}
.close-custom-popup {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    cursor: pointer;
    padding: 15px;
    display: table;
    margin-top: -28px;
    margin-left: -37px;
}
.custom-popup .close-icon:before {
    width: 10px;
    height: 10px;
    background-position: -23px 0px;
}
.close-icon:before {
    position: absolute;
    content: '';
    background: url(/static/images/vmware/sprite.png) no-repeat;
    background-size: 32px;
    left: 0;
    right: 0;
    margin: auto;
}
.custom-popup {
    margin: auto;
    position: absolute;
    top: 0%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0;
    width: 420px;
    max-height: 98%;
    overflow: hidden;
    background-color: white;
    border-radius: 13px;
    padding: 50px;
    max-width: 100%;
}
.popup-out.custom-popup {
    -webkit-animation: hidePopUp .5s forwards;
    -o-animation: hidePopUp .5s forwards;
    animation: hidePopUp .5s forwards;
}
.popup-in.custom-popup {
    -webkit-animation: showPopUp .5s forwards;
    -o-animation: showPopUp .5s forwards;
    animation: showPopUp .5s forwards;
}
#products-list .custom-popup h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    color: black;
}
.custom-popup .popup-desc {
    color: #8e8e93;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 18px;
    font-weight: 300;
}
.category-in h1 {
    color: #0e0e0e;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 0px;
}
.category-in p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
}

.playlist-thumbnail-view-focus:focus, .playlist-row-view-focus:focus {
    background: grey !important;
    border: 1px solid grey;
    border-color: grey !important;
    box-shadow: 2px 2px 2px grey;
}
@keyframes showPopUp {
    from {
        opacity: 0;
        top: 0%;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}
@-webkit-keyframes showPopUp {
    from {
        opacity: 0;
        top: 0;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}
@keyframes hidePopUp {
    0% {
        opacity: 1;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 0;
        top: 0%;
        transform: translateY(-25%);
        -moz-transform: translateY(-25%);
        -webkit-transform: translateY(-25%);
    }
}
@-webkit-keyframes hidePopUp {
    0% {
        opacity: 1;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 0;
        top: 0%;
        transform: translateY(-25%);
        -moz-transform: translateY(-25%);
        -webkit-transform: translateY(-25%);
    }
}

/* custom popup style ends here */
.search-site-block .clear-search {
    width: 10px;
    height: 10px;
    background-position: -18px 6px;
    right: 21px;
    left: auto;
    cursor: pointer;
    padding: 10px;
}
.copy-url-icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
}
.copy-url-icon:before, .copy-url-icon:after {
    content: "";
    background: #40435b;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    z-index: 1;
    box-sizing: content-box;
}
.social-icon:hover .copy-url-icon:before, .social-icon:hover .copy-url-icon:after {
    background: #fff;
    border: 1px solid #40435b;
}
.copy-url-icon:after {
    right: 0;
    bottom: 0;
    border: none;
    z-index: 0;
}
.copyurl.active .social-icon {
    text-align: center;
    box-shadow: none;
}
.copyurl.active .copy-url-icon, .search-site-block .clear-search {
    display: none;
}
.copyurl.active .title {
    margin-left: 0;
    color: #8e8e93;
}
#social-share-options .copyurl.active div.social-icon {
    box-shadow: none;
}
/* Translations */
.current-lang p, .select-lang p {
    text-transform: uppercase;
    color: #a1a1a5;
    font-size: 11px;
    font-weight: 500;
}
#translation-options ul li, #translation-options ul li a {
    color: inherit;
}
#translation-options ul li.active, #translation-options ul li a  {
    border-radius: 12px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.07);
    margin-top: 15px;
    line-height: 30px;
    padding: 16px 30px;
    display: block;
    margin-bottom: 10px
}
#translation-options ul li.active {
    background-color: #f1f0f2;
    box-shadow: none;
}
#translation-options ul li:not(.active):hover a {
    color: #fff;
    background: #267dfd;
    cursor: pointer;
}
.select-lang {
    margin-top: 38px;
}
/* Translation style ends here  */
/* playerframe */

.main-playerframe-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    bottom: 0;
    -webkit-animation: showPlayerframe 1s;
    -o-animation: showPlayerframe 1s;
    animation: showPlayerframe 1s;
    box-shadow: 0 1px 25px 3.7px rgba(0, 0, 0, 0.07);
    z-index: 110;
}
@keyframes showPlayerframe {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes showPlayerframe {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.main-playerframe-wrapper.hide-playerframe {
    -webkit-animation: hidePlayerframe 1s forwards;
    -o-animation: hidePlayerframe 1s forwards;
    animation: hidePlayerframe 1s forwards;
}
@keyframes hidePlayerframe {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes hidePlayerframe {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
#playerframe-block {
    width: 100%;
    height: 100%;
}
.copyembedurl .embed-url-box {
    display: none;
    color: rgb(67, 67, 67);
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
}
.copyembedurl .embed-url-box.slide-down{
    display: block !important;
    -webkit-animation: fadeIn 2s;
    -ms-transform: fadeIn 2s;
    animation: fadeIn 2s;
}
.close-embed-url {
    color: rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    margin: 0px 13px;
    padding: 10px;
}
.embedURL input {
    width: 90%;
    line-height: 19px;
    font-size: 10px;
    color: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(16, 119, 196);
    border-image: initial;
    padding: 2px;
    margin: 14px;
}
/* Small screen style ends here */
/* video popup for section and playlist pages */
.watch-videos {
    display: inline-block;
    opacity: 0.85;
    box-shadow: 0 1px 13.6px 1.4px rgba(0, 0, 0, 0.07);
    position: relative;
    width: 280px;
}
.video-link-block .row {
    cursor: pointer;
}
.watch-videos img {
    float: right;
    opacity: 0.85;
}
.watch-videos:hover {
    opacity: 1;
    cursor: pointer;
}
.watch-videos:before {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}
.watch-videos:after {
    background-repeat: no-repeat;
    background-image: url(/static/images/dell/sprite.png);
    background-position: -25px -35px;
    background-size: 35px;
    width: 10px;
    height: 10px;
}
.video-link-block {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.video-link-container {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.theme-bg-color{
    background: #2BA0CC;
    object-fit: contain;
}
.section-video-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    background: #000;
    opacity: 0.9;
}
.show-videos .section-video-popup, .show-videos .newtemp .overlay, .show-videos .hide-video-popup {
    display: block;
}
body.show-videos {
    overflow: hidden;
}
.section-video iframe {
    display: none;
}
.section-video .video-link:before {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(/static/images/loading.gif) center center no-repeat;
    content: "";
}
.hide-video-popup {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 50px;
    cursor: pointer;
    background: url(/static/images/author/close.png) no-repeat;
    background-size: 100%;
    z-index: 9;
}
.section-video {
    display: block;
    margin: 0 auto;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 100%;
    width: 540px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#video-slider-block {
    margin-top: 25px;
}
.section-video .video-slider {
    height: auto !important;
}
.section-video .video-slider ul li {
    height: 100% !important;
}
.video-link {
    cursor: pointer;
}
.section-video iframe, .section-video object, .section-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-video .controls {
    position: relative;
    display: inline-block;
}
.section-video .numericControls {
    position: relative;
    height: 10px;
    margin-top: 10px;
}

.section-video .numericControls li {
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    box-shadow: inset 0 0 0 3px #fff;
    cursor: pointer;
    height: 10px;
    opacity: .4;
    position: relative;
    width: 10px;
    box-sizing: border-box;
}
.section-video .numericControls li.current {
    background: #ffffff;
    opacity: 1;
}
.section-video .numericControls li a {
    display: none;
}
.sec-cat-details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
}
#playlist .sec-cat-details p {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: #808080;
}
/* Footer styles */
footer {
    color: #636363;
    background-color: #f0f0f0;
}
footer .page-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    padding: 49px 20px;
    position: relative;
}
.footer-logo {
    position: absolute;
    left: 0;
    width: 135px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.title.camel-case {
    color: #636363;
    font-size: 14px;
}
footer .copyright {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12px;
    text-align: start;
} 

footer .footer-links {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #636363;
}

footer .footer-links .footer-first-line {
    font-weight: 600;
}

footer .footer-links .title,
footer .footer-links .copyright {
    margin-right: 48px;
    padding-bottom: 16px;
    line-height: 24px;
}

footer .links {
    gap: 12px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer-links a:hover {
    text-decoration: underline;
}

footer .item {
    padding: 0 15px;
}
footer .item a {
    color: #636363;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.12px;
}
footer .item:first-child {
    border-left: none;
}
#playlist .sub-category h1 {
    color: #0e0e0e;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
}
#playlist .sub-category p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
/* Small screen style starts here */
@media (max-width: 420px ) {
    .category-details {
        width: 100%;
        float: none;
    }
}
@media (max-width: 500px ) {
    header .social-sharing .fa{
        margin-left: 5px;
    }
}
@media (max-width: 767px) {
    .search-site {
        width: 85%;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .main-header .header-wrapper {
        gap: 14px;
    }
    .container-block header {
        padding-top: 65px;
    }
    header .logo{
        margin-bottom: 48px;
    }
    .breadcrum {
        margin-bottom: 10px;
    }
    header {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .app-icon {
        height: auto;
    }
    .left-sidebar {
        position: sticky;
        position: -webkit-sticky;
        top: 0px;
        width: 100%;
        height: 63px;
        background: #fff;
        z-index: 98;
    }
    .left-sidebar.widget_enabled{
        margin-top: 79px;
    }
    .container .widget-block {
        max-width: 100%;
        width: 100%;
        top: 0;
        padding-right: 42px;
    }
    .container a.widget-block:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #f1f0f2;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        border-radius: 50%;
        background-image: url(/static/images/author/arrow-back.png);
        background-position: 4px 7px;
        background-repeat: no-repeat;
        background-size: 10px;
    }
    .container-block  .go-to-apps {
        top: 10px;
        position: relative;
        display: inline-block;
    }
    .container-block .go-to-apps {
        left: 15px;
    }
    .search-site {
        font-size: 14px !important;
    }
    .video-link-block {
        margin: 15px 15px 0 15px;
    }
    .video-link-block {
        float: none;
        max-width: 40%;
        margin: 15px 0;
    }
    .page-footer>.links>.item {
        padding: 0 15px;
    }
    .center-pseudo:before, .center-pseudo:after {
        border: none;
    }   
}
@media (min-width: 992px) and (max-width: 1124px), (min-width: 1120px) and (max-width: 1315px) {
    .container {
        margin-left: 80px;
        margin-right: 80px;
        max-width: 100%;
        width: auto;
    }
}
.widget-block{
    position: absolute;
    top:50px;right:0;
    border-left:3px solid #ffb82e;
    padding:15px;
    box-shadow:0 0 13px 5px rgba(0,0,0,0.1);
    max-width:350px;
    max-height:30%;
}
.widget-title{
    color:#ffb82e;
    font-weight:500;
    margin-bottom:5px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display:block;
}
.widget-description{
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.5em;
  color: #1e1e1e;
}
.search-active .widget-block {
    display: none;
}

/*content rating*/
.chapter.content-rating-block label,
.section.content-rating-block label {
    display: none;
    font-size: 12px;
    color: #fdc300;
}
.section.content-rating-block {
    margin-top: 15px;
}
#rating-feedback {
    padding: 40px;
    width: 500px;
    text-align: left;
}
.content-rating .rating-star {
    background: url(/static/images/content-rating.png) no-repeat;
    background-size: 32px;
    background-position: -9px -7px;
    height: 14px;
    width: 20px;
    cursor: pointer;
    float: left;        
}
.content-rating .rating-star.is_selected,
.content-rating .rating-star.star-rated{
    background: url(/static/images/content-rating.png) no-repeat;
    background-position: -9px -24px;  
    height: 14px;
    width: 20px;
    background-size: 32px;
    cursor: pointer;            
    float: left;
}
.content-rating{
    display: inline-block;
}
#rating-feedback .popup-footer .form-footer .submit,
#rating-feedback .popup-footer .form-footer .cancel {
    float: left;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.07);
    width: 30%;
    height: 62px;
    background-color: #efefef;
    color: #444444;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
#rating-feedback .popup-footer .form-footer .submit {
    width: 65%;
    margin-left: 5%;
    color: #23ce00;
    background: #fff;
}
#rating-feedback .popup-footer .form-footer .submit:hover {
    color: #fff;
    background: #23ce00;
}
#rating-feedback .popup-footer .form-footer .submit.is-submitted {
    color: #23ce00;
    background: #23ce00 url(/static/images/loading-white.gif) no-repeat center center;
    background-size: 25px;
}
#rating-feedback .popup-footer .form-footer .submit.error {
    background: red;
    color: #fff;
}
#rating-feedback .feedback-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
}
#rating-feedback .feedback-subtitle {
    font-size: 14px;
    color: #8e8e93;
    margin: 5px 0px;
    line-height: 16px;
}
#rating-feedback textarea {
    resize: none;
    background-color: #fafafa;
    color: #9da3a6;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
    height: 150px;
    padding: 10px 5px;
}
#rating-feedback .error-msg {
    display: none;
    font-size: 12px;
    color: red;
    float: left;
}
#rating-feedback .counter {
    font-size: 12px;
    color: #c7c7c7;
    float: right;
}
#rating-feedback .popup-footer {
    border: none;
}
#rating-feedback .popup-footer {
    width: 100%;
    height: 49px;
    font-size: 14px;
    text-transform: uppercase;
    clear: both;
    position: relative;
}   

/*search site css start */
.search-result-wrapper input[type="checkbox"]:before, .search-result-wrapper input[type="checkbox"]:checked::after {
    position: relative;
    display: block;
    width: 19px;
    height: 20px;
    border: 1px solid #ccc;
    content: "";
    background: #FFF;
}
.search-result-wrapper input[type="checkbox"]:checked::after {
    top: -16px;
    width: 6px;
    height: 10px;
    border: 1px solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 7px;
}
.search-site {
    background: #fff;
    padding: 19px 35px 17px 15px;
    position: relative;
    color: #1e1e1e;
    border: 1px solid #bcc3ca;
    font-size: 18px;
    border-radius: 2px;
}
.grayout {
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.search-active .grayout {
    background: #fff;
}
body.searched header.container {
    margin: 0;
}
.clear-search {
    position: absolute;
    content: "";
    background: url(/static/images/dell/close-icon.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    z-index: 1;
    left: auto;
    right: 55px;
    top: 8px;
    cursor: pointer;
    bottom: 0;
    display: none;
    margin-right: -13px
}

.search-icon-button {
    position: absolute;
    content: "";
    background: url(/static/images/dell/search.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
    left: auto;
    right: 27px;
    top: 6px;
    cursor: pointer;
    bottom: 0;
    margin-right: -20px;
}

.search-active.searched {
    overflow: hidden;
}
.search-active header {
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}
.search-result-wrapper {
    width: 100%;
    position: fixed;
    top: 66px;
    left: 0;
    background: #fff;
    z-index: 1;
    height: calc(100% - 66px);
    overflow-y: auto;
}
.search-result-wrapper .search-container {
    position: relative;
}
.search-content-list {
    margin: 0 auto;
    float: none;
}
.search-container {
    min-height: 100%;
}
.search-header {
    margin: 0px 12px;
    padding: 20px 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
.search-header h4 {
    color: black;
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
    display: inline-block;
}
.search-result-count {
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
}
#toggle-search-apps {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    position: relative;
    height: 16px;
    width: 35px;
    border-radius: 10px;
    box-shadow: inset -20px 0px 0px 1px rgba(192, 192, 192, 0.5);
    background-color: white;
    border: 1px solid rgba(192, 192, 192, 1);
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 20px 0 20px;
    cursor: pointer;
}
#toggle-search-apps:checked {
    box-shadow: inset 20px 0px 0px 1px rgba(35, 206, 0, 1);
    border: 1px solid rgba(32, 184, 1, 1);
}
#toggle-search-apps:after {
    position: absolute;
    color: #414141;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    content: "Search All Apps";
    width: 110px;
    left: 44px;
}
.searched-from-app,
.searched-result-text {
    display: inline;
    color: #7c7b82;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    text-transform: uppercase;
}

/* search result styles starts here */
.search-result-item {
    display: flex;
    align-items: flex-start;
}
.search-result-item {
    margin-top: 30px;
}
.search-result-wrapper h6 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}
.search-result-wrapper .search-main-container {
    margin-top: 20px
}
.search-result-wrapper .side-content {
    border-radius: 2px;
    border: 1px solid #bcc3ca;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 10px;
}
.search-result-wrapper .side-content input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-right: 10px;
}
.search-result-wrapper .search-sort-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #bcc3ca;
}
.search-result-wrapper .sort-result {
    color: #444444;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
    padding-bottom: 15px;
    position: relative;
}
.search-result-wrapper .sort-result.active:after {
    position: absolute;
    border-bottom: 2px solid #0076ce;
    padding-bottom: 15px;
    bottom: -2px;
    content: '';
    width: 100%;
    left: 0;
}
.search-result-wrapper [data-sort="last_updated"] {
    padding-right: 15px;
}
.search-result-wrapper .sort-date-arrow.latest, 
.search-result-wrapper .sort-date-arrow.oldest {
    width: 8px;
    height: 8px;
    border: 2px solid #0076ce;
    display: inline-block;
    transform: rotate(45deg);
    border-left: transparent;
    border-top: transparent;
    right: 0px;
    position: absolute;
}
.search-result-wrapper .sort-date-arrow.oldest {
    transform: rotate(-135deg);
    top: 3px;
}
.search-result-wrapper .label-text, .search-result-wrapper .search-total-count {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    color: #292929;
    font-weight: 400;
    text-transform: capitalize;
}
.search-result-wrapper .search-total-count {
    display: block;
    margin: 0;
    padding-bottom: 15px;
}
.search-result-wrapper .filter-count {
    font-size: 12px;
    font-weight: 300;
    color: rgb(54, 50, 50);
    float: right;
    margin-left: auto;
}
.search-result-wrapper hr.hr-line {
    border-top: 1px solid rgb(161, 182, 194);
}
.search-result-wrapper .card-img-top {
    width: 100px;
}
.search-result-wrapper .search-item-icon {
    background-color: rgb(231, 230, 230);
    height: 68px;
    width: 68px;
    display: inline-block;
}
.search-result-wrapper .search-item-icon img{
    width: 21px;
    height: 26px;
    margin: 21px 23px;
}
.search-result-wrapper .card-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #0076ce;
}
.search-result-wrapper .result-description {
    color: #4d5156;
    font-size: 13px;
    font-weight: 400;
    margin: 15px 0;
    line-height: 16px;
}
.search-result-wrapper .result-description em {
    font-weight: 700;
}
.search-result-wrapper .result-item-container {
    padding: 0px 3px 0px 40px;
    display: inline-block;
    flex-grow: 1;
}
.search-result-wrapper .card-text,
.search-result-wrapper .publised-date {
    color: #808080;
    margin: 8px 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
}
.search-result-wrapper .publised-date {
    font-size: 13px;
    font-weight: normal;
}
.search-result-wrapper .bglight{
    background-color: rgb(230, 225, 225);
}
.search-result-item .result-item-details {
    min-height: 80px;
}
.search-result-item .result-matches {
    color: #808080;
    font-style: italic;
}
.search-result-item .toggle-section-chapters {
    color: #000000;
    font-weight: 500;
    margin-left: 12px;
    cursor: pointer;
    position: relative;
}
.section-chapters-list .chapter-item-details {
    padding-bottom: 45px;
    border-left: 1px solid #e8e8e8;
    margin-left: 10px;
    position: relative;
    padding-left: 25px;
}
.section-chapters-list .chapter-item-details:last-child {
    border-left: none;
}
.chapters-info.closed .toggle-section-chapters:before {
    content: 'View Results';
}
.search-result-item .toggle-section-chapters:before {
    content: 'Close';
}
.search-result-wrapper .chapter-item-details .card-heading {
    font-size: 16px;
}
.section-chapters-list {
    counter-reset: section;
}
.sub-chapters-container .section-chapters-list {
    list-style: disc;
    font-size: 14px;
    line-height: 16px;
    margin-left: 40px;
}
.sub-chapters-container .section-chapters-list li a {
    color: #0076ce;
}
.sub-chapters-container .section-chapters-list li:not(:first-child) {
    padding-top: 12px;
}
.section-chapters-list .chapter-item-details::before {
    counter-increment: section;
    content: counter(section);
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: -17px;
    background: #fff;
}
.chapters-container .chapters-info:not(.closed) {
    border-bottom: 1px solid #bcc3ca;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sub-chapters-container .chapters-info:not(.closed) {
    border-bottom: none;
    padding-bottom: 0;
}
.chapters-container .chapters-info:not(.closed) .toggle-section-chapters:after {
    content: '';
    color: #ccc;
    transform: rotate(45deg);
    border: 1px solid #ccc;
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 31px;
    left: 15px;
    border-left: transparent;
    border-top: transparent;
}
.sub-chapters-container .chapters-info:not(.closed) .toggle-section-chapters:after {
    content: none;
}
/* search result styles ends here */
input.switch::-ms-check {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
}
.total-count,
.result-count {
    float: right;
    font-size: 14px !important;
}
.scroll-to-top {
    position: fixed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #414141;
    border: 2px solid #f1f0f2;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    bottom: 10px;
    right: 200px;
    display: none;
}
.scroll-to-top:before {
    position: absolute;
    content: "";
    background-image: url(/static/images/dell/sprite.png);
    background-repeat: no-repeat;
    background-position: 3px -118px;
    background-size: 31px;
    width: 17px;
    height: 20px;
    top: 0;
    right: 2px;
    margin: auto;
    left: 0;
    bottom: 0;
}
.jcf-scrollbar-handle {
    background: #333;
    opacity: 0.9;
    border-radius: 4px;
    height: 1px;
    border-radius: 4px;
    width: 6px;
    max-height: 100%;
}
.app-icon {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 18px;
    margin-left: 5px;
    padding: 40%;
    position: relative;
}
.app-details:hover .app-icon {
    box-shadow: 0 0 4px 1px #ccc;
}
.app-icon img {
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.app-details {
    margin-bottom: 15px;
    display: block;
}
.app-details h6 {
    line-height: 18px;
    color: #000;
    padding-bottom: 8px;
}
.app-details p {
    font-size: 14px;
    color: #828b90;
    line-height: 18px;
    min-height: 36px;
}
#section-list h6 {
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
}

.library-app .app-icon {
    background-color: rgba(138, 173, 225, 1);
    background: linear-gradient(
        to top,
        rgba(78, 102, 166, 1),
        rgba(138, 173, 225, 1)
    );
}
.pathfinder-app .app-icon {
    background-color: rgba(161, 164, 223, 1);
    background: linear-gradient(
        to top,
        rgba(110, 103, 208, 1),
        rgba(161, 164, 223, 1)
    );
}
.checklist-app .app-icon {
    background-color: #ffb82e;
    background: linear-gradient(to top, #c85f18 0%, #ffb82e 100%);
}
.quiz-app .app-icon {
    background-color: #0fc7a4;
    background: linear-gradient(to top, #2f7e99 0%, #0fc7a4 100%);
}
.faq-app .app-icon {
    background-color: #40435b;
    background: linear-gradient(to top, #2b2e43 0%, #2b2e43 0%, #40435b 100%);
}
#section-list .banner-details, #playlist .banner-details {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: auto;
    bottom: auto;
}
#podcast .card-image {
    height: 207px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    filter: brightness(50%);
}
#podcast .podcast-card {
    box-shadow: 0 1px 25px 4px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
}
.tags-block {
    margin: 13px 13px 0px 13px;
}
#podcast .tags-block {
    max-height: 38px;
    overflow: hidden;
}
#podcast .tags li {
    color: #0076ce;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0px 10px 5px 0px;
}
#podcast .chapter-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    padding: 8px 13px 0px 13px;
    color: #000000;
    max-height: 96px;
    overflow: hidden;
    display: block;
}
#podcast .card-container {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 370px;
}
.podcast-container {
    margin-top: 12px;
    margin-bottom: 25px;
}
#podcast .playlist-desc {
    font-size: 16px;
    line-height: 16px;
    color: #444444;
    font-weight: 400;
    margin-top: 10px;
    line-height: 22px;
}
#podcast .playlist-title {
    font-size: 24px;
    font-weight: 400;
}
#podcast .arrow-icon {
    position: absolute;
    top: 31%;
    left: 50%;
    background-color: #0070c2;
    padding: 19px;
    transform: translate(-50%, -50%);
}
#podcast .arrow-icon i{
    color: white;
    font-size: 18px;
}
#products-list h2 {
    font-size: 24px;
    font-weight: 300;
}
.product-section-list .category-block p {
    height: 67px;
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    line-height: 23px;
}
.product-section-list .product-details {
    background-color: #f3f5f6;
    padding: 24px 40px 46px 30px;
}
#podcast .podcast-block {
    margin-top: 50px;
}
#podcast .desc {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
}
#section-list .product-details h6 {
    margin-top: 0px;
}
.asset-inner-block {
    margin-top: 25px;
}
.asset-inner-block .category-tags {
    width: calc(100% - 92px);
    left: 37px;
    z-index: 1;
    padding: 23px 13px;
    bottom: unset;
    margin-top: 0px;
}
.category-tags li {
    color: #0064c0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px 4px 0px;
    background: none;
}
.category-tags::after {
    background: none;
}
.asset-inner-block > div {
    padding-top: 23px;
}
.asset-inner-block .category-list {
    padding: 53px 30px;
    background-color: #f3f5f6;
}
.asset-inner-block .category-list h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    line-height: 33px;
    height: 167px;
    overflow: hidden;
}
.asset-inner-block .category-list p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 26px;
    line-height: 22px;
    height: 112px;
    overflow: hidden;
    background-color: #f3f5f6;
}
.asset-inner-block .category-detail {
    width: 100%;
}
.sec-cat-details {
    margin-bottom: 60px;
}
.category-link, 
.category-link:hover {
    color: inherit;
}

/* Author page */
.author-info-wrapper {
    padding-top: 36px;
}
    

/* footer start */

/* footer end */
@media (max-width: 991px) and (min-width: 320px) {
    .container {
        width: 100%;
    }
    .container-block header.main-header {
        padding: 20px 0px;
    }
    .back-button,
    .history-back-button{
        top: 15px;
        left: 10px;
        width: 32px;
        height: 32px;
    }
    .back-button:before,
    .history-back-button:before {
        width: 18px;
        height: 18px;
    }
    header.main-header .logo {
        max-height: 21px;
    }
    #section-list header.main-header .logo,
    #playlist header.main-header .logo,
    #blog-list header.main-header .logo {
        margin-left: 45px;
    }
    .search-active {
        padding-left: 2px;
        padding-right: 2px;
    }
    .search-site {
        width: 100%;
    }
    .search-active .search-result-wrapper {
        margin-top: 18px
    }
    .search-active .search-main-container{
        margin: 18px 20px 0px 20px;
    }
    .search-active .container-block header.main-header {
        margin-top: -39px;
    }
    .search-active [data-attr="cancel-search"] {
        right: 4px;
        display: inline;
        top: 4px;
    }
    .search-active .search-site{
        height: 20px;
    }
    .search-active .search-result-wrapper{
        top: 94px;
        height: 100%;
        padding-left: 2px;
        padding-right: 2px;
    }
    .search-active .search-result-wrapper, .search-active {
        margin: 41px 0px 0px 0px;
    }
    .card-container{
        margin: 18px 0px 0px 10px;
    }
    .search-active .search-total-count{
        margin-top: 27px;
    }
    .search-active .scroll-to-top{
        right: 20px;
    }
    .categories-list .category-details:first-child,  .categories-list .category-details:nth-child(2) {
        margin-top: 12px;
    }
    .category-details:last-child {
        margin-bottom: 32px;
    }
    .journey-toggle{
        margin-top: -3px;
        background-size: 57% auto;
        margin-left: 10px;
    }
    .search-site-block,
    .logo-holder {
      margin-top: 65px;
    }
    .header-right-block {
      z-index: 90;
    }
    .search-result-count {
        float: none !important;
    }
    .search-container {
        display: flex;
    }
    #search-app-list-block, .search-content-list {
        padding: 0;
    }
    .search-header {
        margin: 0px 5px;
        padding: 5px;
    }
    .search-data {
        padding: 15px;
    }
    .show-search-filter .search-apps-list {
        display: block !important;
        position: sticky;
        position: -webkit-sticky;
        top: 60px;
        width: auto;
        margin-left: 0;
    }
    .toggle-search-filter {
        position: sticky;
        position: -webkit-sticky;
        top: 10px;
    }
    .search-site::-webkit-input-placeholder {
        font-size: 14px !important;
    }
    .search-site:-moz-placeholder { /* older Firefox*/
    font-size:14px !important;;
    
    }
    .search-site::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 14px !important;
    } 
    .search-site:-ms-input-placeholder { 
    font-size: 14px !important; 
    }
    .search-block{
        order: 3;
        width: 100%;
        flex: none;
        max-width: 100%;
    }
    .header-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
    .header-left-block {
        order: 1;
    }
    .header-right-block {
        order: 2;
    }
}
@media (max-width: 767px) and (min-width: 320px) {
    #products-list h3 {
        font-size: 20px;
    }
    #products-list .product-data {
        left: 20px;
        width: 90%;
    }
    .search-site-block {
      margin-top: 20px;
    }
    .search-site-block .clear-search {
        right: 20%;
    }
    footer .page-footer {
        display: block;
        padding: 20px 0px;
    }
    .footer-logo {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }
    footer .footer-links, footer .links {
        text-align: center;
        margin-left: unset;
    }
    footer .item:first-child {
        padding-left: 0px;
    }
    footer .item {
        display: inline-block;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .banner-left-details {
        width: 100%;
    }
    .banner-right-details{
        margin-top: 20px;
    }
    .watch-videos {
        width: 100%;
    }
    .banner-details, #section-list .banner-details {
        display: block;
        width: 92%;
    }
    .banner-left-details h1 {
        font-size: 20px;
    }
    .video-link-block {
        width: 100%;
    }
}
@media (max-width: 1315px) and (min-width: 768px) {
    #products-list .product-data {
        width: 87%;
    }
}
@media (min-width: 992px) and (max-width: 1315px) {
    .banner-details {
        width: 80%;
    }
    .banner-details h1 {
        font-size: 36px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-details {
        width: 95%;
    }
    .banner-details h1 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    footer .footer-links {
        flex-direction: column;
        align-items: flex-start;
    }
}
