/* Universal stuff */
.components h2 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-weight: 600;    
    margin-bottom: 25px;
}

.component-body p{
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
}

/** Hero Image Homepage (logo) **/
.home-hero-image {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}
.home-hero-image img {
    width: 100%;
    height: auto;
    margin: 10px 0 45px;
}

/* Hero */
.hero,
.hero-wrapper-collection {
    margin-top:-30px;
    margin-bottom:30px;
}

.hero-wrapper {
    width: 100%;
    object-fit: cover;
    position: relative;
    padding: 35px 0;
}

.hero-image img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}
.page-node-type-course-collection .hero-image img,
.page-node-type-course-pack .hero-image img {
    filter: brightness(0) invert(1);
}

.hero-tagline {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: center;
    color: #FFF;
    max-width: 80%;
    margin: 0 auto;
}
.page-node-type-course-collection .collection-granted-access {
    display: none;
}

.page-node-type-course-collection .hero-wrapper {
    width: 100%;
    position: relative;
    padding-top: 25px;
    background: #00589A;
}
.page-node-type-course-collection .hero-wrapper .hero-image {
    text-align: center;
}
.page-node-type-course-collection .hero-wrapper .hero-image svg {
    height: 175px;
    max-width: 100%;
}
 .related-collections {
    margin: 40px 0;
    text-align: center;
}
 .related-collections .related-collections-header,
  .related-collections h3{
    color: #028BFF;
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center;
}
 .dark-mode .related-collections .related-collections-header,
 .dark-mode .related-collections h3{ 
    color: #fff;
  }

.related-collections .related-collections-list {
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.related-collections .related-collections-list li {
    list-style: none;
    position: relative;
    margin: 5px;
    width: 100%;
}
.related-collections .related-collections-list >li >a,
.related-collections .related-collections-list >li >span {
    border-radius: 20px;
    border: 2px solid #028BFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 5px 17px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
.dark-mode .related-collections .related-collections-list >li >a,
.dark-mode .related-collections .related-collections-list >li >span {
    color: #fff;
    border: 2px solid #F2A52A;
}
 .related-collections .related-collections-list > li >a.active,
 .related-collections .related-collections-list >li >span.active {
    font-weight: 700;
}
.related-collections .related-collections-list >li >a:hover,
.related-collections .related-collections-list >li >a.active,
.related-collections .related-collections-list >li >span:hover,
.related-collections .related-collections-list >li >span.active {
    color: #fff;
    background: #028BFF;
}
.dark-mode .related-collections .related-collections-list >li >a:hover,
.dark-mode .related-collections .related-collections-list >li >a.active,
.dark-mode .related-collections .related-collections-list >li >span:hover,
.dark-mode .related-collections .related-collections-list >li >span.active {
    color: #000;
    background: #F2A52A;
}
.related-collections .related-collections-list >li >span.dropdown-action-item {
    padding-right: 35px;
    background-image: url(../img/down_yellow.svg);
    background-size: 15px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.related-collections .related-collections-list >li >span.dropdown-action-item {
    background-image: url(../img/down_yellow.svg);    
}
.related-collections .related-collections-list >li >span.dropdown-action-item.active,
.related-collections .related-collections-list >li >span.dropdown-action-item:hover {
    background-image: url(../img/chev_down.svg);
    background-size: 25px;
    background-position: 96% 50%;
    background-repeat: no-repeat;

}
.related-collections .related-collections-submenu {
    position: absolute;
    display: none;
    border-radius: 6px;
    background: #222;
    padding: 0;
    min-width: 100%;
    width: fit-content;
    top: 40px;
    z-index: 9;
}
.related-collections .related-collections-submenu.show {
    display: block;
}
.related-collections .related-collections-submenu li a {
    padding: 10px 15px;
    border-bottom:1px solid #484D50;
    display: block;
}
.related-collections .related-collections-submenu li:last-child a {
    border-bottom: none;
}
.collection-menu h3 {
    color: #028BFF;
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center;
}
.dark-mode .collection-menu h3 { 
    color: #FFF;
}
.collection-menu .collection-menu-list {
    display: flex;
    justify-content: left;
    align-items: left;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.collection-menu .collection-menu-list li {
    list-style: none;
    
}
.collection-menu .collection-menu-list li a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.dark-mode .collection-menu .collection-menu-list li a {
    color: #FFF;

}
.collection-menu .collection-menu-list li a.active {
    border-bottom: 2px solid #028BFF;
}
.dark-mode .collection-menu .collection-menu-list li a.active {
    border-bottom: 2px solid #F2A52A;
}

.page-node-type-course-pack.page-node-type-course-collection .information-wrapper {
    margin-top: 100px;
    background: none;
}
.page-node-type-course-pack.page-node-type-course-collection .information-wrapper .course-pack-actions .ce-info,
.page-node-type-course-pack.page-node-type-course-collection .information-wrapper .course-pack-actions .sign-in {
    background: none;
    border: 1px solid #028BFF;
    color: #028BFF;
}
.page-node-type-course-pack.page-node-type-course-collection .information-wrapper .course-pack-actions .ce-info:hover,
.page-node-type-course-pack.page-node-type-course-collection .information-wrapper .course-pack-actions .sign-in:hover {
    color: #fff;
    background: #028BFF;
}
.page-node-type-course-pack.page-node-type-course-collection.dark-mode .information-wrapper .course-pack-actions .ce-info,
.page-node-type-course-pack.page-node-type-course-collection.dark-mode .information-wrapper .course-pack-actions .sign-in {
    background: none;
    border: 1px solid #F2A52A;
    color: #F2A52A;
}
.page-node-type-course-pack.page-node-type-course-collection.dark-mode .information-wrapper .course-pack-actions .ce-info:hover,
.page-node-type-course-pack.page-node-type-course-collection.dark-mode .information-wrapper .course-pack-actions .sign-in:hover {
    color: #fff;
    background: #F2A52A;
}
.tooltip-wrapper {
    vertical-align: middle; /* Aligns it with the middle of the a tag line */
    margin-left: 2px; /* Optional: adds spacing between text and icon */
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(../img/tooltip_gray.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: none;
}
.dark-mode .tooltip-wrapper {
    background-image: url(../img/tooltip.svg);
}

.tooltip-wrapper .tooltip {
    position: absolute;
    top: 40px; /* Push below the icon */
    left: 50%;
    transform: translateX(-50%);
    background: #8A9298;
    border-radius: 20px;
    padding: 15px;
    width: 250px;
    color: white;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    display: none;
    z-index: 10;
    opacity: 100;
}
.tooltip-wrapper .tooltip::before {
    content: "";
    position: absolute;
    top: -15px; /* Adjust based on SVG height */
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 21px;
    background-image: url(../img/up_poly.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tooltip-wrapper:hover .tooltip {
    display: block;
}


.page-title {
    text-align: center;
    margin-bottom: 45px;
}

.information-wrapper {
    background-color: #F5F5F5;
    padding: 25px;
    margin-bottom: 30px;
}

.dark-mode .information-wrapper {
    background-color: #222;
}

.information-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.page-node-type-course-pack.page-node-type-course-collection .information-wrapper .container {
    border: 1px solid #028BFF;
    padding: 30px 35px;
} 
.page-node-type-course-pack.page-node-type-course-collection.dark-mode .information-wrapper .container {
    border: 1px solid #F2A52A;
    padding: 30px 35px;
} 
.page-node-type-course-pack.page-node-type-course-collection.dark-mode .information-wrapper.granted-access .container {
    border: none;
}
.information-wrapper .course-pack-info {
    width: 100%;
}

.information-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: -0.04em;
}

.information-wrapper .course-pack-welcome {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.information-wrapper .course-pack-actions  {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.information-wrapper .course-pack-actions a,
.information-wrapper .course-pack-actions input,
.information-wrapper .course-pack-actions #pop-up-commerce-trigger {
    display: inline-block;
    border-radius: 12px;
    border: 0.5px solid #1B2F73;
    color: #1B2F73;
    background-color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px; 
    padding:10px 15px;
    margin-left: 20px;
    cursor: pointer;
}


.dark-mode .information-wrapper .course-pack-actions a,
.dark-mode .information-wrapper .course-pack-actions input,
.dark-mode .information-wrapper .course-pack-actions #pop-up-commerce-trigger {
    border: none;
    color: #333;
    background-color: #FFF;
}

.information-wrapper .course-pack-actions .registration-link,
.information-wrapper .course-pack-actions .claim-credits {
    border: 0.5px solid #1B2F73;
    color: #FFF;
    background-color: #1B2F73;
}

.dark-mode .information-wrapper .course-pack-actions .registration-link,
.dark-mode .information-wrapper .course-pack-actions .claim-credits {
    border: none;
    background-color: #F2A52A
;
}

.information-wrapper .course-pack-actions .registration-link {
    background-image: url('../img/arrow-right-white.svg');
    background-repeat: no-repeat;
    background-size: 13px 12.65px;
    background-position: top 11px right 15px;    
    padding:10px 40px 10px 15px;
}

.information-wrapper .course-pack-actions .ce-info {
    background-color: transparent;
    cursor: pointer;
}

.dark-mode .information-wrapper .course-pack-actions .ce-info {
    background-color: #F5F5F5;
}
.information-wrapper #pop-up-commerce-wrapper {
    position: fixed;
    top: 150px; /* or any other vertical positioning */
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    max-width: 100%;
    height: fit-content;
    border-radius: 20px;
    border: 2px solid #222;
    z-index: 999;
    background: #fff;
    display: none;
}
.dark-mode .information-wrapper #pop-up-commerce-wrapper {
    border: 2px solid #F2A52A;
    background: #222;

}
.information-wrapper #pop-up-commerce-wrapper.show {
    display: block;
}
.information-wrapper #pop-up-commerce-wrapper h2 {
    padding: 25px 40px 10px 25px;
    font-size: 28px;
}
.information-wrapper .course-pack-actions #pop-up-commerce-wrapper input {
    border-radius: 15px;
    padding: 8px 12px;
    height: unset;

}
.dark-mode .information-wrapper .course-pack-actions #pop-up-commerce-wrapper input {
    background: #F2A52A;
    color: #000;
}
.information-wrapper #pop-up-commerce-wrapper table {
    padding: 25px;
}
.information-wrapper #pop-up-commerce-wrapper table th {
    padding: 10px 25px;
    background: #F5F5F5;
}
.dark-mode .information-wrapper #pop-up-commerce-wrapper table th {
    background: #333334;
}
.information-wrapper #pop-up-commerce-wrapper table tr {
    border-bottom: 1px solid #3F4244;
}
.information-wrapper #pop-up-commerce-wrapper table tr:last-child {
    border: none;
}
.information-wrapper #pop-up-commerce-wrapper table td {
    padding: 10px 25px;
}
#pop-up-commerce-wrapper-close {
    position: absolute;
    font-size: 20px;
    color: #222;
    border: 1px solid #222;
    border-radius: 50px;
    padding: 2px 12px;
    top: 5px;
    right: 8px;
    cursor: pointer;
}
.dark-mode #pop-up-commerce-wrapper-close {
    color: #F2A52A;
    border: 1px solid #F2A52A;

}

/* Filters */
h1.tagline {
    padding: 0 0 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: -0.05em;
    text-align: left;
    color: #1B2F73;
    text-align: center;
}
.mobile-filter-header {
    padding: 10px 0 15px;
}
.filter-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    text-align: left;
    padding-top: 4px;
}
.mobile-filter-header .mobile-filter-toggle {
    padding: 5px 16px 4px 36px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1B2F73;
    background-color: #F5F5F5;
    border: .5px solid #C5C5C5;
    cursor: pointer;
    background-image: url('../img/filter_toggle.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 12px 6px;
}
.mobile-filter-toggle.close {display: none;}
.filters-section.expanded .mobile-filter-toggle.open{display: none;}
.filters-section.expanded .mobile-filter-toggle.close{display: block;}

.filters-section.expanded {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9;
    padding:85px 12px 50px;
}

.dark-mode .filters-section.expanded {
    background-color: #000;
}

.filters-section.expanded .mobile-filter-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    padding: 120px 15px 20px;
    border-bottom: .5px solid #C5C5C5;
    
}

.dark-mode .filters-section.expanded .mobile-filter-header {
    background-color: #000;
}

.filters-container {
    padding-top: 120px;
}
.filters-container ul {
    padding: 10px 0;
    list-style: none;
}
.filters-container ul li {
    width: 100%;
    display: block;
    border: 0.5px solid #C5C5C5;
    margin: -0.5px 0 0 0;
    padding: 15px 20px; 
    text-align: left;
    position: relative;
    font-weight: 500;
}

.filters-container ul li.specialty {
    display: table;
    height: 50px;
    padding: 0 20px;
} 

.filters-container ul li:hover {
    background-color: #F5F5F5;
}


.filters-container ul li:first-child {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.filters-container ul li:last-child {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.filters-container ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.filters-container ul li.specialty a {
    display: table-cell;
    vertical-align: middle;
}

.filters-container ul.credit-types-filter input {
    position: relative;
    top:3px;
}

.filters-container ul.credit-types-filter label {
    margin-left: 12px;
}

.more-button-wrap {
    display: block;
    width: 120px;
    position: relative;
    margin: 0 auto;
    color: #1B2F73;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    background-color: #F5F5F5;
    border: 0.5px solid #C5C5C5;
    border-radius: 40px;
    padding: 11px 16px;
    cursor: pointer;
}

/** Content Lists **/
.content-listing-section,
.courses > ul {
    width: 100%;
    padding: 0 0 45px;
    margin: 0;
    position: relative;
}

.content-listing-section .slick-arrow,
.brands-slider-section .slick-arrow {
    display: none !important;
}

.content-listing-block,
.components {
    margin-bottom: 50px;
}

.content-listing-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.content-listing-header .content-listing-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top:8px;
    color: #028BFF;
} 

.content-listing-header a {
    display: inline-block;
    color:#1B2F73;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    min-width: 86px;
    text-align: center;
    background-color: #F5F5F5;
    border:0.5px solid #C5C5C5;
    border-radius: 40px;
    padding:9px 12px 0;
    height: 37px;
}

.content-listing-section .slick-track > li {
    width: 280px;
    height: 420px;
    margin-right: 15px;
    background: #F5F5F5;
    border: 0.5px solid #C5C5C5;
    overflow: hidden;
    padding: 4px;
    border-radius: 8px;
}

.dark-mode .content-listing-section .slick-track > li{
    background-color: #222;
    color: #FFF;
    border-color: #222;
}

.content-listing-section > li,
.courses > ul > li {
    width: 100%;
    height: auto;
    margin-bottom:20px;
    position: relative;
    list-style: none;
}

.content-listing-section > li a,
.courses > ul > li a {
    width: 100%;
    height: auto;
    display: block;
    background: #F5F5F5;
    border: 0.5px solid #C5C5C5;
    overflow: hidden;
    padding: 4px;
    border-radius:8px;
}

.dark-mode .content-listing-section > li a,
.dark-mode .courses > ul > li a {
    background: #222;
    border-color: #222;
}

.content-listing-item  {
    border-radius:10px;
}
.content-listing-item .content-image {
    position: relative;
    margin-bottom: 8px;
}

.content-listing-item .content-image >img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 27/16;
    border-radius: 5px;
}
.content-listing-item .course-event-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 45%;
    width: auto;
    height: auto;
}
.content-listing-item .course-event-logo-img {
    filter: brightness(0) invert(1);
    width: 100%;
    height: auto;
    aspect-ratio: unset;
}
.content-listing-item .course-collection {
    position: absolute;
    top:10px;
    left: 10px;
    width: auto;
    height: 24px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #FFF;
    padding: 4px 12px 5px 26px;
    background-color: #028BFF;
    background-image: url(../img/star.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 6px top 2px;
}
.content-listing-item .course-lock {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 40px;
    height: 40px;
    background-image: url(../img/course_lock.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
}
.locked-access .content-listing-item .course-lock {
    display: block;
}


.content-listing-item .premium-content-text {
    position: absolute;
    top: 18px;
    right: 8px;
    padding: 3px 8px;
    background-color: #D6AE7B;
    color: #000;
    border-radius: 18px;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .25px;
}

.content-listing-item .course-status {
    position: absolute;
    bottom:10px;
    right: 10px;
    width: auto;
    height: 29px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #FFF;
    padding: 5px 35px 5px 12px;
    background-color: #2ECC71;
    background-image: url(../img/check_circle.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 10px top 5px;
    display: none;
}
.content-listing-item .course-status.course-pack-status {
    display: block;
}
.content-listing-item .course-status div {
    display: none;
}

.content-listing-item .content-body {
    padding: 8px 4px 8px 4px;
    overflow: hidden;
    color: #333;
}

.dark-mode .content-listing-item .content-body {
    color: #FFF;
}

.content-listing-item .content-credits {
    background: #1B2F73;
    border-radius: 24px;
    padding: 8px 12px 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #FFF;
    display: inline-block;
    margin-bottom: 10px;
}

.content-listing-item .content-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 15px;
}

.dark-mode .content-listing-item .content-title,
.dark-mode .content-listing-item .content-credit-types ul li{
    color: #FFF;
}

.content-listing-item .content-credit-types ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap:5px 20px;
    list-style: disc;
    float: left;
}

.content-listing-item .content-credit-types ul li:first-of-type{
    list-style: none;
}

.content-listing-item .content-credit-types ul li {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.content-listing-item .course-collection-logo {
    display: inline-block;
}

.content-listing-item .course-collection-logo img{
    width:120px;
    height: auto;
}

.dark-mode .content-listing-item .course-collection-logo img{
    filter: brightness(0) invert(1);
}

.courses-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.courses-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

.courses-wrapper .courses {
    text-align: left;
}

.course-pack-progress-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap:10px;
}

.course-pack-progress-wrap .progress-text-left {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.course-pack-progress-wrap .course-pack-progress-bar {
    width: calc(100% - 120px);
    background-color: #F5F5F5;
    border:0.5px solid #C5C5C5;
    border-radius: 24px;
    height: 12px;
    margin-top:3px;
    overflow: hidden;
    margin-bottom: 30px;
}

.course-pack-progress-wrap .course-pack-progress-bar-progress {
    background-color:#2ECC71;
    height: 100%;
}

.course-pack-progress-wrap .progress-text-right {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.hide-show-button {
    display: inline-block;
    height: 51px;
    background-color: #BBB;
    border-radius: 32px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 14px 24px;
    margin-bottom: 30px;
}

/** Alternating Cards **/
.alternating-card .alternating-image {
    width: 100%;
    margin-bottom: 20px;
}

.alternating-card .alternating-image img{
    width: 100%;
    height: auto;
    border-radius: 32px;
    object-fit: cover;
}

.alternating-card .alternating-body {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 24px;
    padding:16px;
    margin-bottom: 20px;
}

.dark-mode .alternating-card .alternating-body  {
    background-color: #222;
}

.alternating-card .alternating-body p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

/** Image Blocks **/
.image-blocks-component .image-block {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.image-blocks-component .image-block img {
    width: 100%;
    height: auto;
    aspect-ratio: 38.2/12;
    object-fit: cover;
    border-radius: 16px;
}

.image-blocks-component .image-block .image-block-text {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding:0 15px;
    color: #FFF;
    width: 100%;
    bottom:20px;
}

/** FAQs **/
.faq-question-wrap {
    cursor: pointer;
    background-color: #F5F5F5;
    padding: 12px 40px 12px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    margin-bottom: 10px;
    background-image: url("../img/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 9px 14px;
    background-position: right 20px top 15px;
    transition: 0.5s linear;
}

.dark-mode .faq-question-wrap {
    background-color: #222;
}

.faq-question-wrap.active {
    background-image: url("../img/arrow-down.svg");
    background-size: 14px 9px;
    background-position: right 20px top 20px;
}

.faq-question-wrap.active {
    transition: 0.5s linear;
}

.faq-question-wrap .faq-answer {
    font-size: 16px;
    height:0;
    opacity: 0;
    display: block;
    overflow: hidden;
    transition: 0.5s linear;
    padding:0;
}

.faq-question-wrap.active .faq-answer {
    padding:10px 0 0;
    opacity: 1;
    height: auto;
    transition: 0.5s linear;
}

/* Information Component */


.information-main-image {
    margin-bottom: 25px;
}

.information-main-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 36.6/24;
}


.information-section .information-summary {
    margin-bottom: 25px;
}

.information-section .information-summary h3,
.information-section .information-summary h4 {
    color: #1B2F73;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
}

.information-section .information-summary p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.information-section .information-call-to-action a {
    display: block;
    background-color: #1B2F73;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 16px;
    width: 240px;
    height: 56px;
    margin: 0 auto 10px;
    text-align: center;
    padding-top:17px;
}

.information-section .information-call-to-action div div:nth-child(even) a{
    border: 0.5px solid #C5C5C5;
    background-color: #F5F5F5;
    color:#333;
}

/* Numeric Blocks */

.numeric-blocks-section > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.numeric-blocks-section > div > div {
    list-style: none;
    background: #F5F5F5;
    border-radius: 16px;
    width: 49%;
    padding: 25px;
    margin-bottom: 5px;
}

.numeric-block-number {
    color: #028BFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: -0.05em;
    text-align: center;
    margin-bottom: 10px;

}

.numeric-block-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

/**
Loader animation for when items have been clicked
**/
.main-content {
    position: relative;
}
#course-filter-loader {
    display: none;
    position: absolute;
    width: 100%;
    HEIGHT: 100%;
    background: #fff;
    z-index: 4;
}
#course-filter-loader.loading {
    display: block;
}


.brands-slider-section ul {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 45px;
    margin: 0;
    position: relative;
}
.brands-slider-section ul li {
    list-style: none;
    width: 232px;
    height: 150px;
    margin-right: 15px;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    background: linear-gradient(90deg, #141E30 0%, #243B55 100%);
}
.brands-slider-section ul li:hover {
    background: #F5F5F5;
}
.brands-slider-section ul li div {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "RBN Bold";
    color: #fff;
    font-size: 21px;
    padding: 12px;
}
.brands-slider-section ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;
}
.brands-slider-section ul li a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    padding: 25px 20px;
    filter: brightness(0) invert(1);
    transition: filter 0.075s ease; 
}
.brands-slider-section ul li:hover a img {
    filter: none;
}
.brands-slider-section ul li:hover div  {
    color: #1B2A40;
}

.page-node-type-course-collection .content-listing-section li .content-body .course-collection-logo {
    display: none;
}
.dekstop-filter-toggle {
    display: none;
}