:root {
    --theme-header: #2a70d0;
    --text-light: #ffffff;
    --text-dark: #000000;
    --cta-color: #DE2236;
    --pm-color-hvy-minus: #ebf4ff;
    --resource-content-list-text-color: #6ea1e6;
    --theme-light-grey: #f7f7f7;
    --option-hover: #f2f2f2;
    --li-color: #59b0df;
    --cp-color: #18181C;
    --cp-color-plus: #111114;
    --cp-color-minus: #27272F;
    --h1-font: 40px;
    --h2-font: 30px;
    --h3-font: 20px;
    --h4-font: 18px;
    --p-font: 16px;
    --s-font: 12px;
    --m-font: 14px;
    --l-font: 32px;
    --xl-font: 48px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --n-gap: 24px;
    --sticky-height: 0px;
}

.heading-menu,
#scroll,
#allFea,
#customers {
    display: none;
}

.resource-page {
    position: relative;
    padding: 80px 40px;
}

.resource-page h1 {
    font-size: var(--h1-font);
    line-height: 70px;
    font-weight: 500;
    color: var(--text-light);
}

.resource-page h2 {
    font-size: var(--h2-font);
    line-height: 47px;
    font-weight: 500;
    margin: 0 auto 10px;
    text-align: center;
    color: var(--theme-color);
}

.resource-page h3 {
    font-size: var(--h3-font);
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 14px !important;
    color: var(--theme-color);
}

.resource-page h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    color: #000;
    line-height: 28px;
}

.resource-page p {
    font-size: var(--p-font);
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 20px;
}

.resource-page.header {
    background-color: #013b98;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/clip/ecnew-fea-banner-1.jpg);
    padding: 60px 40px 80px;
}

.resource-page .flex {
    display: flex;
    max-width: 1200px;
    margin: auto;
    grid-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.resource-addon.content h2 {
    text-align: left;
}

.resource-addon.content h3 {
    position: relative;
}

.resource-page .resource-addon.banner .caption {
    text-align: center;
    max-width: 900px;
}

.resource-page .resource-addon.banner .caption .search-container-wrapper {
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

.resource-page .resource-addon.banner .caption .search-container-wrapper .search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    background: #fff;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.resource-page .resource-addon.banner .caption .search-container-wrapper .search:hover,
.resource-page .resource-addon.banner .caption .search-container-wrapper .search.dropopen {
    box-shadow: 0px 6px 4px rgba(0, 0, 0, .25);
}

.resource-page .resource-addon.banner .caption .search-container-wrapper .search img {
    width: 24px;
}

.resource-page .resource-addon.banner .caption .search-container-wrapper .search input[type=search] {
    width: 100%;
    height: 100%;
    color: var(--text-dark);
    border: none;
    outline: none;
    background: transparent;
    cursor: auto;
    font-size: 20px;
    font-weight: 300;
    font-family: 'ZohoPuvi';
}

.resource-page.content {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 0;
}

.resource-page.content .menu {
    position: sticky;
    top: var(--sticky-height);
    width: 300px;
    box-shadow: 9px 0px 20px 0px rgba(0, 0, 0, 0.04);
    height: 100vh;
    padding: 40px;
}

.resource-page.content .menu li.active {
    background-color: #EFF6FF !important;
    color: #015EE4 !important;
    font-weight: 400;
}

.resource-page.content .menu li {
    box-sizing: border-box;
    border-radius: 8px;
    line-height: normal;
    display: flex;
    justify-content: left;
    padding: 10px 14px;
    cursor: pointer;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 15px;
    font-weight: 300;
}

.resource-addon.content {
    width: calc(100vw - 330px);
    max-width: 1200px;
}

.resource-addon.content .resource-set {
    padding: 60px;
}

.resource-addon.content .resource-set.active {
    display: block;
}

.resource-addon.content .resource-set {
    display: none;
}

.resource-addon.content .resource-set li.resourceOption {
    box-sizing: border-box;
    border-radius: 8px;
    line-height: normal;
    display: flex;
    justify-content: center;
    padding: 10px 14px;
    cursor: pointer;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 15px;
    font-weight: 300;
    min-width: 70px;
    text-align: center;
}

.resource-addon.content .resource-set li.resourceOption.active {
    background-color: #EFF6FF !important;
    color: #015EE4 !important;
    font-weight: 400;
}

.resource-addon.content .resource-set .resource-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: center;
    padding-bottom: 10px;
    grid-gap: 30px;
    margin-top: 20px;
}

.resource-addon.content .resource-set .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0px;
    min-height: 230px;
}

.resource-addon.content .resource-set .list-wrapper .list-box {
    width: 240px;
    position: relative;
    min-height: 270px;
    opacity: 0;
    background: var(--text-light);
    transform: translate(0px, 100px);
    border-radius: 10px;
    transition: all ease 350ms;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(1),
.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(4),
.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(7) {
    transition-delay: 50ms;
}

.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(2),
.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(5),
.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(8) {
    transition-delay: 100ms;
}

.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(3),
.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(6),
.resource-addon.content .resource-set .list-wrapper .list-box.active:nth-child(9) {
    transition-delay: 150ms;
}

.resource-addon.content .resource-set .list-wrapper .list-box.active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.resource-addon.content .resource-set .list-wrapper .list-box .image-wrapper {
    width: inherit;
    height: 200px;
    background-color: var(--primary, rgba(223, 229, 241, 0.4));
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-bottom: 10px; */
    position: relative;
    z-index: 0;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

.resource-addon.content .resource-set .list-wrapper .list-box .image-wrapper .list-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.resource-addon.content .resource-set .list-wrapper .list-box .new {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 12px;
    background: #C20500;
    padding: 0px 10px;
    border-radius: 0px 0px 20px;
    min-width: 37px;
    text-align: center;
    line-height: normal;
    padding: 2px 12px;
}

.resource-addon.content .resource-set .list-wrapper .list-box h4 {
    color: var(--text-dark);
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    margin: 0px !important;
}

.resource-addon.content .resource-set .list-wrapper .list-box h4 strong {
    color: #9d1725;
    font-weight: var(--m-wgt);
}

.resource-addon.content .resource-set .list-wrapper .list-box .content {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    height: 200px;
    font-size: 16px;
    transition: opacity 0.3s ease 0s;
    text-transform: uppercase;
}

.resource-addon.content .resource-set .list-wrapper .list-box .content .text:after {
    content: '';
    display: inline-block;
    background-image: url(../images/arrow-icon.svg);
    width: 8px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 0 8px;
}

.resource-addon.content .resource-set .list-wrapper .list-box:hover {
    cursor: pointer;
    background: #000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.70);
}

.resource-addon.content .resource-set .list-wrapper .list-box:hover .image-wrapper {
    filter: brightness(0.35);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.resource-addon.content .resource-set .list-wrapper .list-box:hover .content {
    opacity: 1;
}

.resource-addon.content .resource-set .list-wrapper .list-box:hover .content .text {
    color: var(--text-light);
}

.resource-addon.content .resource-set .list-wrapper .list-box .list-cta,
.resource-addon.content .resource-set .list-wrapper .list-box .popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: transparent;
}

.resource-addon.content .resource-set .list-wrapper .list-box .title {
    padding: 10px;
    background: #F8F8F8;
    min-height: 54px;
}

.resource-addon.content .resource-set .list-wrapper .list-box .new.web {
    background: #006AFF;
}

.resource-addon.content .resource-set .list-wrapper .list-box .new.ppt {
    background: #347FBE;
}

.resource-addon.content .resource-set .list-wrapper .list-box .new.audio {
    background: #9747FF;
}

.resource-addon.content .resource-set .list-wrapper .list-box .new.news {
    background: #58AB30;
}

.resource-addon.content .resource-set .list-wrapper .list-box .new.news {
    background: #FF3859;
}

input[type="search"]::-webkit-input-placeholder {
    opacity: 0.4;
    color: #000;
}

.resource-addon.content .resource-set .list-wrapper .list-box .premium {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: auto;
    width: 40px;
    height: 40px;
}

.resource-addon.content .resource-set .list-wrapper .list-box .premium img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.resource-addon.content .resource-set .content-button {
    width: 210px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    color: #000;
}

.resource-addon.content .resource-set .content-button:hover {
    background: #EFF6FF;
    color: #0070FF;
    border-color: transparent;
}

.resource-addon.content .resource-set .content-button:hover img {
    filter: invert(37%) sepia(100%) saturate(5087%) hue-rotate(207deg) brightness(104%) contrast(105%);
}

.resource-addon.content .resource-set .content-more {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: center;
    grid-gap: 30px;
}

.resource-addon.content .resource-set .content-button:hover a img {
    filter: invert(37%) sepia(100%) saturate(5087%) hue-rotate(207deg) brightness(104%) contrast(105%);
}

.resource-addon.content .resource-set .list-wrapper .list-box[resource-option-content="all cs"] .image-wrapper .list-image {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.resource-addon.content .resource-set .content-button:hover .button:hover {
    text-decoration: none;
}

.resource-addon.content .search-content h3 {
    font-weight: 300 !important;
    font-size: 30px;
}

.resource-addon.content .search-content {
    padding: 60px 60px 0px;
}

.resource-addon.content .search-content h3 .search-text {
    font-weight: 600;
    margin-left: 5px;
}

.resource-addon.content .resource-set .list-wrapper .list-box .new.video {
    background: #FF3859;
}

.resource-addon.content .resource-set .content-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.resource-addon.content .resource-set .content-text .text {
    font-size: 15px;
}

.resource-addon.content .resource-set .content-text .content-icon {
    width: 30px;
    display: block;
    height: 30px;
    margin-left: 15px;
}

.resource-addon.content .resource-set .content-text .content-icon img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.resource-page.content .menu li:hover {
    color: #015EE4;
}

.resource-addon.content .resource-set li.resourceOption:hover {
    color: #015EE4;
}

.resource-addon.content .resource-set .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.resource-addon.content .resource-set .title .input-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 4;
    border-radius: 10px;
}

.resource-addon.content .resource-set .title .input-wrapper input {
    width: 250px;
    padding: 15px 70px 15px 20px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    font-size: 16px;
    z-index: 2;
    position: relative;
}

.resource-addon.content .resource-set .title .input-wrapper button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #FFB800;
    background-color: #FFB800;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    width: 99px;
    padding: 0px;
    /* transform: skew(318deg); */
    margin: 1px;
    border-radius: 0px 9px 9px 0px;
    z-index: 3;
    text-align: left;
    font-weight: 600;
}

.resource-addon.content .resource-set .title h2 {
    margin: 0px;
}

.resource-addon.content .resource-set .title .input-wrapper button:before {
    position: absolute;
    z-index: -1;
    content: "";
    position: absolute;
    left: -12%;
    top: -1px;
    height: 48.5px;
    width: 90px;
    background-color: inherit;
    /* -webkit-transform: skewX(140deg); */
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(344deg);
}

#subscription.popup-box,
#video-popup-content.popup-box {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#subscription.popup-box.show,
#video-popup-content.popup-box.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #0000009e;
}

#subscription.popup-box .subscription-popup {
    position: relative;
    max-width: 700px;
    border-radius: 8px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background: white;
    grid-gap: 0;
    align-items: center;
    align-content: center;
}

#subscription.popup-box .subscription-popup img {
    width: 350px;
    object-fit: contain;
    transform: translate(-55px, -9px) scale(1.04);
}

#subscription.popup-box .form {
    width: calc(100% - 405px);
    padding: 25px;
    position: relative;
    text-align: left;
}

#subscription.popup-box .form .title {
    display: flex;
}

form.edi-btn {
    display: flex;
    flex-wrap: wrap;
    max-width: inherit;
    align-items: end;
    margin: 0px;
    justify-content: flex-start;
    grid-gap: 20px;
}

form.edi-btn inputgroup {
    position: relative;
    width: 100%;
}

#subscription .subscription-popup .edi-btn inputgroup input {
    width: 92% !important;
    border-radius: 10px !important;
    border: 1px solid #E7E7E7 !important;
    background: #fff !important;
}

#subscription .subscription-popup .edi-btn .fbutton {
    width: 100% !important;
}

#subscription .subscription-popup .edi-btn .fbutton input.downloadSubmit {
    margin: 0px !important;
    background: #e9142b !important;
    width: 100% !important;
    border-radius: 10px !important;
    font-weight: var(--m-wgt) !important;
    text-transform: uppercase;
    font-family: ZohoPuvi;
    border: 1px solid transparent !important;
    color: #fff;
    border: 1px solid transparent !important;
    cursor: pointer;
}

#subscription .subscription-popup .edi-btn inputgroup inputgroup select {
    margin-top: 0px !important;
    width: 100% !important;
    height: 41px !important;
    background: var(--text-light) !important;
    border-radius: 10px !important;
}

div#closeSubscriptionPopup {
    position: absolute;
    top: -18px;
    right: -17px;
    cursor: pointer;
}

#subscription.popup-box .subscription-popup #closeSubscriptionPopup img {
    width: 40px;
    height: 40px;
    transform: none;
}

.resource-addon.content .resource-set .title .input-wrapper:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.resource-addon.content .resource-set .title .input-wrapper:hover input,
.resource-addon.content .resource-set .title .input-wrapper input:focus {
    border: 1px solid var(--Primary, #0070FF);
    outline: none;
}

.resource-addon.content .resource-set .title .input-wrapper:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.resource-addon.content .resource-set .title .input-wrapper:hover input {
    border: 1px solid var(--Primary, #0070FF);
}

.resource-addon.content .resource-set .title .input-wrapper:active input {
    border: 1px solid var(--Primary, #0070FF);
}

.resource-addon.content .resource-set .list-wrapper .list-box .date-stamp {
    display: inline-block;
    margin: 15px;
    text-align: center;
    border: 1px solid #eee;
    width: 85px;
    position: absolute;
    z-index: 1;
    top: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 3px 0px;
}

.resource-addon.content .resource-set .list-wrapper .list-box .date {
    color: #0070FF;
    font-size: 30px;
    padding: 5px 0px;
}

.resource-addon.content .resource-set .list-wrapper .list-box .year {
    color: #848484;
}

.resource-addon.content .resource-set .list-wrapper .list-box .month {
    text-transform: uppercase;
    font-size: 14px;
}

.resource-addon.content .resource-set[data-content="eve"] .list-wrapper .list-box .content {
    bottom: 5px;
    top: auto;
    right: 17px;
    left: auto;
}

.resource-addon.content .resource-set .eve-resource-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    grid-gap: 30px;
    margin: 30px 0px 10px 0px;
}

.resource-addon.content .resource-set select {
    font-family: 'ZohoPuvi';
    padding: 10px 20px 10px 10px;
    font-size: 15px;
    margin: 0 0 0 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    height: 40px;
    appearance: none;
    background-color: transparent;
    background-image: url(https://www.manageengine.com/ems/images/icon/arrow-icon-3.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 14px;
}

.resource-addon.content .resource-set select:nth-child(1) {
    margin-left: 0px;
}

.resource-addon.content .resource-set select:hover {
    border: 1px solid var(--Prime-Stroke, #005FD8);
    color: var(--Primary, #0070FF);
}

.resource-addon.content .resource-set option {
    color: #000;
}

.resource-addon.content .resource-set .list-wrapper .list-box .two-dates {
    font-size: 22px;
}

.Popular-categories {
    max-width: 1150px;
    margin: 50px auto 0px;
    border-radius: 10px;
    border: 1px dashed #0263E3;
    background: rgba(1, 67, 151, 0.60);
    padding: 20px 15px;
    position: relative;
}

.Popular-categories li {
    border-radius: 20px;
    background: var(--Primary, #0070FF);
    padding: 5px 17px;
    color: #FFFFFF;
    min-width: 60px;
    max-width: 150px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}

.Popular-categories ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 20px;
}

.Popular-categories li:hover {
    background: #FFFFFF;
    color: #0070FF;
}

.trending-text {
    position: absolute;
    display: flex;
    color: #FFB800;
    top: -13px;
    font-size: 12px;
    box-shadow: 0px 0px 5px 1px #013b97;
    background-color: #013f97;
    border-radius: 10px;
    left: 65px;
    line-height: normal;
    padding: 4px 10px;
    gap: 10px;
}

#video-popup-content.popup-box.show .video-popup-inner {
    border: 1px solid rgb(16, 48, 88);
    border-radius: 5px;
    width: 800px;
    height: 450px;
    margin: 50px auto;
    position: relative;
    padding: 20px;
    backdrop-filter: blur(10px);
}

#video-popup-content.popup-box.show .video-popup-inner #closeVideo {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000;
    border-radius: 20px;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}

#video-popup-content.popup-box.show .video-popup-inner #closeVideo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.resource-page.header:before {
    position: absolute;
    content: "";
    background-image: url(/products/desktop-central/resources/images/header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100% - 40px);
    height: 400px;
    margin: auto;
    overflow: hidden;
    opacity: 0.4;
}

.trending-text .trending-icon {
    margin: 0px;
    vertical-align: baseline;
}

.resource-addon.content .resource-set .podcast-resource-list .resource-list {
    margin-top: 30px;
}

.resource-addon.content .resource-set .videos-resource-list .resource-list {
    margin-top: 30px;
}

.resource-addon.content .resource-set .customer-voice-resource-list .resource-list {
    margin-top: 30px;
}

.resource-addon.content .resource-set .newsletter-resource-list .resource-list {
    margin-top: 30px;
}

.resource-addon.content .resource-set .list-wrapper.nopadding {
    padding: 0px;
     min-height: 0px;
}

.resource-addon.content .resource-set.nopadding {
    padding: 0px 60px;
}

.resource-addon.content .resource-set .content-more.learn-more {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.resource-addon.content .resource-set .list-wrapper .list-box:hover h4 {
    -webkit-line-clamp: ;
}

.resource-addon.content .search-content .empty h3 {
    font-size: var(--h3-font);
}

.resource-addon.content .search-content .empty {
    padding-top: 30px;
    text-align: center;
}

.resource-addon.content .search-content .empty .resource-set.active {
    padding: 50px 0px;
}

.hideSubscribe {
    display: none !important;
}

@media(min-width: 1800px) and (max-width: 10000px) {
    .resource-page.content {
        justify-content: center;
    }
}

@media(max-width: 765px) {
    :root {
        --h1-font: 40px;
        --h2-font: 28px;
        --h3-font: 18px;
        --h4-font: 16px;
        --p-font: 14px;
        --s-font: 10px;
        --m-font: 12px;
        --l-font: 20px;
        --xl-font: 48px;
        --xs-wgt: 200;
        --s-wgt: 300;
        --m-wgt: 400;
        --l-wgt: 500;
        --xl-wgt: 600;
        --n-gap: 24px;
    }

    .Popular-categories {
        display: none;
    }

    .resource-addon.content .resource-set:nth-child(even) {
        background: #f9f9f9;
    }

    .resource-addon.content .resource-set .content-more.learn-more {
        justify-content: center;
        display: flex;
    }

    .resource-addon.content .resource-set .content-more {
        display: none;
    }

    .resource-addon.content {
        width: 100%;
        margin-right: 0px;
        z-index: 1;
        position: relative;
    }

    .resource-page .resource-addon.banner .caption .search-container-wrapper {
        max-width: 300px;
    }

    .resource-page {
        padding: 40px 20px;
    }

    .resource-page.header {
        padding: 40px 20px;
    }

    .resource-addon.banner {
        margin-top: 0px;
    }

    .resource-addon.content .resource-set {
        padding: 20px;
    }

    .resource-addon.content .resource-set .resource-list {
        grid-gap: 15px;
        justify-content: center;
    }

    .resource-addon.content .resource-set .list-wrapper {
        justify-content: center;
    }

    .resource-addon.content h2 {
        text-align: center;
        width: 100%;
    }

    .resource-addon.content .resource-set .title {
        grid-gap: 20px;
        justify-content: center;
    }

    .resource-addon.content .resource-set select {
        margin-left: 0px;
    }

    .resource-addon.content .resource-set .eve-resource-list {
        grid-gap: 20px;
        justify-content: center;
    }

    .resource-addon.content .resource-set select[name="zone"],
    .resource-addon.content .resource-set select[name="event"] {
        display: none;
    }

    .resource-addon.content .resource-set .title .input-wrapper input {
        width: 200px;
    }

    .resource-page.content {
        display: block;
    }

    .resource-page.content .menu {
        height: auto;
        padding: 10px 20px;
        width: auto;
        overflow-x: scroll;
        background-color: #fff;
        top: 100px;
        border-bottom: 1px solid #eee;
        box-shadow: 0 0 3px #0004;
        z-index: 10;
    }

    .resource-page.content .menu ul {
        display: inline-flex;
        transform: none !important;
    }

    .resource-page.content .menu li {
        width: max-content;
    }

    .resource-page.content .menu h3 {
        display: none;
    }

    .resource-addon.content .resource-set .title .input-wrapper {
        text-align: center;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    #subscription.popup-box .subscription-popup .image {
        display: none;
    }

    #subscription.popup-box .form {
        width: 97%;
    }

    #subscription.popup-box .subscription-popup {
        width: 400px;
    }

    form.edi-btn {
        padding: 0px;
        grid-gap: 0px;
    }
}

/* new video edits */
.resource-addon.content .resource-set .list-wrapper.videos-list .list-box,
.resource-addon.content .resource-set .list-wrapper.podcast-list .list-box {
    width: 300px;
    min-height: 200px;
}

.resource-addon.content .resource-set .list-wrapper.videos-list .list-box .image-wrapper .list-image,
.resource-addon.content .resource-set .list-wrapper.podcast-list .list-box .image-wrapper .list-image {
    object-position: center;
}

.resource-addon.content .resource-set .list-wrapper.videos-list .list-box .image-wrapper,
.resource-addon.content .resource-set .list-wrapper.podcast-list .list-box .image-wrapper {
    height: 155px;
}

/* new video edits */
.resource-addon.content .resource-set .list-wrapper .list-box .image-wrapper span[data-element="duration"] {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    right: 4px;
    bottom: 4px;
    color: #fff;
    padding: 1px 3px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
}

.resource-addon.content .resource-set .list-wrapper .list-box .image-wrapper span[data-element="views"] {
    z-index: 9999;
    position: absolute;
    bottom: -1px;
    left: 5px;
    color: #fff;
    font-size: 11px;
    color: #4e4a4a;
}


/* === YouTube Popup Modal Styles === */
.yt-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 1000;
}

.yt-modal.open {
    display: flex;
}

.yt-dialog {
    width: min(1024px, 100%);
}

.yt-dialog iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    border-radius: 12px;
    background: black;
}

.yt-dialog .yt-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.yt-close {
    background: #1f1f1f;
    color: white;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
}

.yt-dialog p {
    color: #aaa;
    margin-top: 8px;
}

.yt-dialog p#ytModalDesc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: calc(1.5em * 2);
}

div#ytModalTitle {
    color: #fff;
}

.resource-addon.content .resource-set .card-background {
    margin: 15px 0px;
    height: 60px;
    width: 650px;
    background-color: #FFFFFF;
    padding: 18px 0 0 15px;
}

.resource-addon.content .resource-set .title-shade {
    height: 20px;
    width: 177px;
    border-radius: 2px;
    background-color: #ECF6F9;
}

.resource-addon.content .resource-set .bodycopy {
    height: 15px;
    width: 236px;
    border-radius: 2px;
    background-color: #F9F9F9;
    margin: 15px 0 0 0;
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }
}

.resource-addon.content .resource-set .animate-flicker {
    animation: fadeIn 0.5s infinite alternate;
}

.resource-addon.content .resource-set .animate-flicker1 {
    animation: fadeIn 0.5s infinite alternate;
    animation-delay: 0.2s;
}

.resource-addon.content .resource-set .animate-flicker2 {
    animation: fadeIn 0.3s infinite alternate;
    animation-delay: 0.3s;
}