<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

      :root {
        --font: Lato;
        --alt-font: Lato;
        --accent-color: #d72229;
        --secondary-color: #1c3563;
        --link-color: #004c8f;
        --accent-highlight-color: #95181c;
        --accent-highlight-background-color: #fbe4e5;
        --accent-tinted-color-70: #f3bdbf;
        --accent-tinted-color-80: #f7d3d4;
        --accent-tinted-color-90: #fbe9ea;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #e24a50;
        --secondary-hover-color: #274a8b;
        --secondary-contrast-color: #fff;
        --link-hover-color: #0082f5;
      }
      

.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/ckwww3ta3dj9-LAA-Logo-HD.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
:root {
    --laa-text-primary: #1b1b1b;
    --laa-text-link: #0069c2;
    --laa-text-link: #004C8F;
    --laa-h1-font-size: 2.5rem;
    --laa-h2-font-size: 2.0rem;
    --laa-h3-font-size: 1.75rem;
    --laa-h4-font-size: 1.3rem;
    --laa-h5-font-size: 1.15rem;
    --laa-font-size: 1rem;
    --laa-smaller-font-size: 0.85rem;
    --laa-tiny-font-size: 0.70rem;
    --laa-sticky-header-without-actions-height: 85.6167px;
    --laa-sticky-header-without-actions-height-tablet: 132px;
    --laa-sticky-header-without-actions-height-mobile: 144.617px;
    --laa-base-line-height: 1.5;
    --laa-border-radius: 12px;
    --home-max-width: 70rem;
    --home-section-padding: 2rem 1rem;
    --laa-offwhite: #F7F7F7;
    --l-accent: #1C3563;
}

body,
html {
    font-size: 1rem;
}

html {
    scroll-behavior: smooth;
    font-family: Lato;
}

.grey {
    background: #e9e9e9;
}

.hide {
    display: none;
}

.cutoff-text {
    --max-lines: 4;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
    line-clamp: var(--max-lines);
}

.l-skipnav {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    background-color: #fff;
    border: 6px solid #326fff;
    color: #1b1b1b;
    font-family: anaheim, sans-serif;
    letter-spacing: .15ch;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    border-radius: 12px;
}

.l-skipnav:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    outline: none;
    position: absolute;
    top: 6rem;
    left: 2rem;
    z-index: 9999;
}

.l-skipnav:hover {
    background-color: #1b1b1b;
    color: white;
}

.laa-hyperlink {
    color: var(--laa-text-link);
    text-decoration: underline;
}

.laa-hyperlink:hover {
    color: var(--laa-text-link);
    text-decoration: none;
}

/* || Text Container for Courses */
.laa-text__container {
    margin: auto;
    max-width: 80ch;
    display: flex;
    flex-direction: column;
}

.laa-text__container h1 {
    font-size: 1.15rem;
    text-align: center;
}

.laa-text__image {
    margin: auto;
    max-width: 448px;
    margin-bottom: 1rem;
}

.laa-text__image p {
    margin: 0;
}

.laa-text__image img {
    width: 100%;
    max-height: 299px;
}

.laa-text__container figure {
    margin: auto;
}

.laa-banner-container,
.role-page-container .laa-slide-text {
    background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg);
    background-size: cover;
}

.role-page-container p {
    line-height: var(--laa-base-line-height);
}

.role-page-container .laa-home-slide-container {
    padding-bottom: 3rem;
    background: rgb(248, 248, 250);
}

.laa-banner {
    display: flex;
    max-width: var(--home-max-width);
    margin: auto;
    padding: 5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
}

.laa-banner h1 {
    color: white;
    width: fit-content;
    margin: 0;
    font-size: var(--laa-h1-font-size);
    font-weight: bold;
}

.laa-banner h2 {
    color: white;
}

.laa-banner .laa-btn {
    color: white;
    font-size: var(--laa-h4-font-size);
}

.role-page-container h2 {
    font-weight: bold;
    font-size: var(--laa-h2-font-size);
    margin-top: 0;
}

/* Font Color */
.learner__content,
.learner__content .topic__text__body,
.learner__content table:not(.tw-override),
.learner__content .flip-card__back .description {
    font-size: 1rem;
    color: #1d1d1d;
}

.laa-video-transcript {
    margin: 0 calc(100px + 1em);
    font-size: 1rem;
    font-weight: bold;
}

.laa-video-transcript a {
    text-decoration: underline;
}

.external-link::after {
    content: "\f35d";
    display: inline-flex;
    height: 10px;
    margin-left: 4px;
    font-family: "Font Awesome 5 Free";
    font-size: 0.75rem;
    font-weight: 900;
}

/* Spotlight */
.spotlight__container {
    padding: 1rem;
    max-width: 70rem;
    margin: auto;
}

.spotlight {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin: auto;
    width: 100%;
}

.spotlight__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 55%;
}

.spotlight__header {
    margin-bottom: 0;
}

.spotlight--font-size-h1 {
    font-size: var(--laa-h1-font-size);
    font-weight: bold;
}

.spotlight_paragraph {
    line-height: 1.35rem;
    margin: 0;
}

.spotlight__image {
    flex: 50%;
    object-fit: cover;
    max-height: 300px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 3px 22px rgba(43, 42, 51, .102);
}

@media screen and (max-width: 769px) {
    .spotlight {
        flex-wrap: wrap;
    }
}


/*LAA Collapsable*/
.laa-collapsible summary {
    display: flex;
    padding: 1rem;
    background: #eff1f5;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
    outline: none;
    font-size: 1.15rem;
    font-weight: bold;
}

.laa-collapsible summary:hover {
    background: #dfe4ee;
    transition: 150ms ease-in-out;
}

.laa-collapsible summary:focus {
    outline: 2px solid #3B82F6;
    outline-offset: 2px;
}

.laa-collapsible[open] summary::after {
    transform: rotate(90deg);
}

.laa-collapsible[open] summary {
    background: #dfe4ee;
}

.laa-collapsible summary::after {
    content: "\276F";
    margin-right: 1rem;
    font-size: 1.5rem;
    transition: transform 150ms ease-in-out;
}

.laa-collapsible-container {
    max-height: 0px;
    overflow: hidden;
    padding: 0 1rem 1rem;
}

.laa-collapsible[open]&gt;.laa-collapsible-container {
    max-height: 100%;
    animation: expand 250ms ease-in;
}

@keyframes expand {
    from {
        max-height: 0;
    }

    to {
        max-height: 1000px;
    }
}

/* || Blocks */

/* Side Nav*/

.side-nav-container {
    position: sticky;
    z-index: 9;
    top: 150px;
    padding: 1rem;
    max-width: 262px;
    height: 0;
    overflow: visible;
}

.side-nav {
    padding: 2rem 1rem;
    border-radius: 12px;
    background: #fbf9f9;
    border: 1px solid #874e9b33;
    box-shadow: 0 3px 22px rgba(43, 42, 51, .102);
}

.side-nav h3 {
    padding: 0 1rem;
    margin: 0;
}

.side-nav-list {
    display: flex;
    padding: 0;
    margin: 1rem 0 0;
    flex-direction: column;
    list-style-type: none;
    justify-content: space-between;
}

.side-nav-item {
    flex: 0;
    margin: 0;
    font-size: 0.9rem;
}

.side-nav-item a {
    text-decoration: none;
    color: #0069c2;
    padding: 1rem;
    display: block;
}

.side-nav-item a:hover {
    text-decoration: underline;
}

.side-nav-item a:visited {
    color: #0069c2;
}

.item-grow {
    flex: 1;
    max-width: fit-content;
}

.laa-main-wrapper {
    display: grid;
    gap: 3rem;
    grid-template-areas:
        "sidebar main toc";
    grid-template-columns: minmax(0, .75fr) minmax(0, 2.5fr) minmax(0, .75fr);
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1440px;
    margin: auto;
}

.laa-sidebar__container {
    overflow: hidden;
    position: sticky;
    top: 200px;
    top: 0;
    height: 100vh;
    margin-top: 22px;
    /* width: 100%; */
    /* height: 60vh; */
}

.laa-sidebar__backdrop {
    width: 100%;
    height: 100%;
    top: 30px;
    position: fixed;
    z-index: -1;
    transition: ease-in-out 250ms;
    background: none;
}

.laa-sidebar__body {
    padding: 1rem;
    padding-right: 0;
    /* z-index: 100; */
    max-height: 60vh;
    max-height: 100vh;
    overflow-y: scroll;
}

.laa-sidebar__inner {
    background: rgb(255, 255, 255);
    width: 75vw;
    /* z-index: 1002; */
    max-width: 20rem;
}

.laa-sidebar__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.laa-sidebar__body&gt;ul:nth-child(2) {
    /* overflow-x: clip; */
    padding-right: 1rem;
}

.laa-sidebar__section {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

.laa-sidebar__section details,
.laa-sidebar__section summary {
    display: list-item;
}

/* .laa-sidebar__subsection::before {
    content: '\f054';
    font-family: 'FontAwesome';
    margin-right: 4px;
    margin-left: 1px;
    display: inline-block;
    font-size: .75rem;
    transition: all 150ms ease-in-out;
}

.laa-sidebar__section details[open] &gt; .laa-sidebar__subsection::before {
    transform: rotate(90deg);
} */

.laa-sidebar__section details[open] div {
    border-left: 2px solid rgb(220, 220, 220);
}

.laa-sidebar__item {
    margin: 0;
    padding: .5rem;
    padding-left: 0;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: .92rem;
    color: var(--laa-text-primary);
}

.laa-sidebar__item:hover {
    cursor: pointer;
    text-decoration: underline;
}

.laa-sidebar__subsection {
    margin: 0;
    padding: .5rem;
    padding-left: 0;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    font-size: .92rem;
}

.laa-sidebar__subsection-title {
    font-size: .92rem;
    padding: .5rem;
    padding-left: 0;
    margin: 0;
}

.laa-sidebar__section .subtitle {
    padding-left: .5rem;
    font-style: italic;
    color: #595959;
}

.laa-sidebar__subitem {
    margin: 0;
    margin-left: 1rem;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}

.laa-sidebar__button {
    padding: 0 .5rem;
    margin: 0;
    border: none;
    background-color: #f7f7f7;
    border-left: 1px solid rgb(192, 192, 192);
    border-right: 1px solid rgb(192, 192, 192);
    cursor: pointer;
    display: none;
    margin-right: 1rem;
}

.laa-sidebar__button:hover {
    background-color: #d8d8d8;
}

/* .back-arrow::before {
    content: '\f060';
    font-family: 'FontAwesome';
    margin-right: 4px;
    font-size: inherit;
} */

@media screen and (max-width: 1200px) {
    .laa-main-wrapper {
        grid-template-columns: minmax(0, .75fr) minmax(0, 2.5fr);
    }
}

@media screen and (max-width: 1080px) {
    .laa-main-wrapper {
        display: flex;
        margin: 0 auto;
        gap: 0
    }

    .laa-sidebar__container {
        position: fixed;
        transition: ease-in-out 500ms;
        z-index: -1;
        top: 0;
        height: 100vh;
    }

    .laa-sidebar__inner {
        transform: translateX(-100%);
        padding-top: 3rem;
        background-color: #f7f7f7;
        display: none;
    }

    .laa-sidebar__container--expanded .laa-sidebar__inner {
        display: block;
    }

    .laa-sidebar__container--expanded {
        transform: translateX(0);
        /* background: #00000040; */
        transition: ease-in-out 500ms;
        z-index: 1000;
    }

    .laa-sidebar__inner--expanded {
        transform: translateX(0);
        transition: ease-in-out 250ms;
        height: 100%;
    }

    /* .laa-sidebar__inner--contracted {
        transform: translateX(-100%);
        transition: ease-in-out 250ms;
    } */

    .laa-sidebar__backdrop--expanded {
        z-index: 1;
        background: #00000040;
        transition: ease-in-out 250ms;
    }

    .laa-sidebar__body&gt;ul:nth-child(2) {
        max-height: 60vh;
    }

    .laa-sidebar__button {
        display: block;
        font-size: 1.75rem;
        padding: .5rem 1rem;
    }
}

/* Page Actions (BEM) */
.laa-page-actions__container {
    /* position: sticky; */
    top: 87px;
    z-index: 1001;
    margin: 0 auto;
    background-color: #f7f7f7;
    border-bottom: solid 1px rgb(192, 192, 192);
    border-top: solid 1px rgb(192, 192, 192);
}

.laa-page-actions-container a {
    text-decoration: none;
    color: #1b1b1b;
}

.laa-page-actions-container a:hover {
    text-decoration: underline;
}

.laa-page-actions {
    max-width: 1440px;
    padding: 0 1rem;
    display: flex;
    margin: auto;
    align-items: center;
}

.laa-breadcrumbs {
    max-width: 1440px;
    margin-right: auto;
    padding: 5.4px 0;
    list-style: none;
}

.laa-breadcrumbs__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.laa-breadcrumbs__item {
    display: inline-block;
}

.laa-breadcrumbs__item::after {
    content: "&gt;";
    flex-shrink: 0;
    display: inline-block;
    padding: 0 6px;
}

.laa-breadcrumbs--current {
    display: inline-block;
}

@media screen and (max-width: 1080px) {
    .laa-page-actions__container {
        top: 151px;
    }
}

/* Section (BEM)*/

.laa-content {
    margin-bottom: 6rem;
}

.laa-section {
    width: 100%;
}

.laa-section__content {
    max-width: var(--home-max-width);
    padding: var(--home-section-padding);
    margin: auto;
    /* padding: 1.75rem; */
}

.laa-section--bg-offwhite {
    background-color: #fbf9f9;
}

.laa-section--bg-royalblue {
    background-color: #134A8D;
}

.laa-section--bg-well-being {
    background: linear-gradient(-45deg, rgb(216, 234, 250) 0%, rgb(235, 249, 232) 100%);
}

.laa-section__image {
    width: 100%;
}

.laa-section--header-h1 {
    font-size: var(--laa-h1-font-size);
    font-weight: bold;
}

.laa-section--header-h2 {
    font-size: var(--laa-h2-font-size);
    font-weight: bold;
}

.laa-section--header-h3 {
    font-size: var(--laa-h3-font-size);
}

/* Accordion */

.l-accordion__container {
    margin-top: 3rem;
    border: 1px solid rgb(200, 200, 200);
}

.l-accordion__card {
    background-color: rgb(248, 248, 248);
    border-top: 1px solid rgb(200, 200, 200);
}

.l-accordion__title::marker {
    content: "";
}

.l-accordion__title::-webkit-details-marker {
    display: none;
}

.l-accordion__container&gt;details {
    border-left: 4px solid rgb(248, 248, 248);
    transition: border-color 300ms ease;
}

.l-accordion__container&gt;details[open] {
    border-left-color: rgb(141, 141, 141);
    transition: border-color 300ms ease;
}

.l-accordion__card:first-child {
    border-top: none;
}

.l-accordion__title {
    font-weight: bold;
    padding: 2rem;
    cursor: pointer;
    position: relative;
}

.l-accordion__title::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    right: 0;
    margin-right: 2rem;
}

.l-accordion__container&gt;details[open] .l-accordion__title::after {
    content: '\f068';
    font-family: 'Font Awesome 6 Free';
}

.l-accordion__content {
    padding: 0 2rem 2rem;
    animation: fade-in 500ms ease;
}

@keyframes fade-in {
    from {
        opacity: 0;
        /* transform: translateX(-5px); */
    }

    to {
        opacity: 100;
        /* transform: translateX(0); */
    }
}

/* Section Header (BEM) */

.laa-section__header {
    margin: auto auto 1rem;
    scroll-margin-top: 134px;
    font-weight: bold;
}

@media screen and (max-width: 959px) {
    .laa-section__header {
        scroll-margin-top: 224px;
    }
}

@media screen and (max-width: 769px) {
    .laa-section__header {
        scroll-margin-top: 250px;
    }
}

@media only screen and (max-width: 380px) {

    .laa-section__header {
        scroll-margin-top: 275px;
    }
}

/* Columns (BEM) */

.laa-columns__container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.laa-columns__column {
    flex: 1 1 50%;
}

/* Hero Banner (BEM) */

.hero-banner__container {
    background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg);
    background-size: cover;
}

.hero-banner {
    display: flex;
    max-width: var(--home-max-width);
    margin: auto;
    padding: 5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
}

.hero-banner__header {
    color: white;
    width: fit-content;
    margin: 0;
    font-size: var(--laa-h1-font-size);
    font-weight: bold;
}

.hero-banner--background-equity-matters {
    background-image: none;
    background: #431252;
}

/* Featured Topics (BEM) */

.featured-topics__container {
    margin: auto;
    /* padding: 0 1rem;
    max-width: var(--home-max-width); */
    display: grid;
    gap: 1rem;
}

.featured-topics__tile {
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    border-radius: 22px;
    background: white;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: black;
    text-decoration: none;
}

.featured-topics__tile:hover {
    transform: translateY(-5px);
    border-color: lightgrey;
    color: black;
}

.featured-topics__image-wrapper {
    height: 100px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.featured-topics--imgage_height-small {
    height: 100px;
}

.featured-topics--imgage_height-medium {
    height: 150px;
}

.featured-topics--imgage_height-large {
    height: 200px;
}

.featured-topics__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.featured-topics__text {
    padding: 2rem 1rem;
}

.featured-topics__heading {
    margin: 0;
    font-weight: bold;
    font-size: 1.25rem;
}

.featured-topics__description {
    margin-top: 1rem;
}

.featured-topics__tile:hover .featured-topics__image-wrapper {
    transform: scale(1.025);
}

.featured-topics__tile:hover .featured-topics__heading {
    text-decoration: underline;
}

.featured-topics--nolink:hover .featured-topics__heading {
    text-decoration: none;
}

.featured-topics--count-4 {
    grid-template-columns: repeat(4, 1fr);
}

.featured-topics--count-3 {
    grid-template-columns: repeat(3, 1fr);
}

.featured-topics--count-2 {
    grid-template-columns: repeat(2, 1fr);
}

.featured-topics--count-1 {
    grid-template-columns: repeat(1, 1fr);
}

@media only screen and (max-width: 769px) {
    .featured-topics__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-topics--count-1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .featured-topics__container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Case Study Tiles (BEM) */

.case-study__tile {
    display: flex;
    padding: 1rem;
    margin-bottom: 2rem;
    align-items: center;
    gap: 1rem;
    border-radius: 12px;
    border: 1px solid rgb(222, 222, 222);
    box-shadow: 0 3px 12px rgba(43, 42, 51, .125);
    color: black;
    /* background: #f7f7f5; */
    text-decoration: none;
    transition: all 150ms ease-in-out;
    background: white;
}

.case-study__tile:hover {
    text-decoration: underline;
    border: 1px solid rgb(203, 190, 225);
    border-inline-end: 5px solid #785b81;
    box-shadow: 0 5px 18px rgba(43, 42, 51, .15);
    transform: translateY(-2px);
}

/* .case-study__tile:hover .case-study__image {
    transform: scale(1.05);
} */

.case-study__asset {
    border-radius: 12px;
    overflow: hidden;
}

.case-study__image {
    border-radius: 12px;
    overflow: hidden;
    transition: all 150ms ease-in-out;
    width: 100px;
}

/* .case-study__text {} */

.case-study__title {
    font-size: 1.15rem;
    margin-bottom: 0;
}

@media (max-width: 1080px) {
    .case-study__tile {
        flex-direction: column;
        padding: 0;
    }

    .case-study__asset {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        width: 100%;
        max-height: 70px;
    }

    .case-study__image {
        width: 100%;
    }

    .case-study__text {
        padding: 1rem 1rem 2rem;
    }
}

@media (max-width: 480px) {
    .case-study__tile {
        flex-direction: row;
        padding: 1rem;
    }

    .case-study__asset {
        border-radius: 12px;
        max-height: 100%;
    }

    .case-study__image {
        width: 100px;
    }

    .case-study__text {
        padding: 0;
    }

    .laa-columns__container {
        flex-direction: column;
        gap: 0;
    }
}

/* || Citation Button */

.citation-link {
    font-weight: bold;
    font-size: 18px;
    color: #292929;
    text-decoration: underline;
    width: fit-content;
}

.citation-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.citation-body {
    max-width: 75ch;
    display: flex;
    transition: 1s;
    margin-top: 0.5rem;
    background-color: #f0f0f0;
    border: 1px solid #737373;
}

.citation-body p {
    padding: 1rem;
    margin: 0;
}

.citation-body button {
    border: none;
    border-left: 1px solid #737373;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    min-width: 68px;
}

/* || TI Restyling */

/* Login Page */
.session__container {
    border-radius: 22px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border: none !important;
    max-width: 500px;
    margin: 2rem auto;
    position: static;
    float: none;
    padding: 2rem;
}

.session__container img {
    max-width: 250px;
}

.session__container .text-center {
    margin-bottom: 1rem;
}

.session__form {
    margin-top: 2rem;
}

.session__form .field__input {
    border-radius: 8px !important;
    height: 50px;
    font-size: 14px;
}

/* Not Found Page */
.not-found__container .company__beta-logo,
.not-found__container .company__logo {
    width: 200px;
    margin: 2rem auto;
}

/* Transcript */
.transcript .header--dashboard .header__inner {
    display: block;
}

/* || Header (RG) */

.global-nav__container {
    height: 32px;
    max-width: 100%;
    background: #f7f7f7;
}

.nav--global-links {
    background: #f7f7f7;
    max-width: 1440px;
    margin: auto;
    padding: 0 1rem;
    display: flex;
    gap: 1rem;
}

.nav--global-links&gt;a {
    padding: .5rem 0;
}

.container {
    max-width: 100%;
}

/* Banner container */
.header--microsite,
.header--dashboard {
    padding: 0;
    margin: auto;
    width: 100%;
    /* position: sticky; */
    top: 0;
    background: white;
    box-shadow: 0 3px 22px rgba(43, 42, 51, .102);
    /* z-index: 1002; */
}

/* Container for logo, nav, and dashboard button */
.header--microsite .header__inner,
.header--dashboard .header__inner&gt;div:first-child {
    margin: auto;
    padding: 1rem;
    display: flex;
    max-width: 1440px;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    gap: 3rem;
    color: var(--laa-text-primary);
}

/* Removes unnecessary element*/
.header__inner::after {
    content: none;
}

.header--dashboard .row::after,
.header--dashboard .row::before {
    content: none;
}

/* Sets width and order for logo */
.header__inner .company__beta-logo,
.header--dashboard .header__inner .row .column:nth-child(1) {
    max-width: 200px;
    flex: 1;
    order: 1;
    width: auto;
}

/* Container for dashboard button */
.header__inner .nav--top,
.header--dashboard .header__inner .row .column:nth-child(2) {
    height: 55px;
    display: flex;
    align-items: center;
    order: 3;
    width: auto;
}

.dashboard-header__name {
    margin-left: 0;
}

.header--dashboard .header__inner .row .column:nth-child(2) .small-12.columns {
    padding: 0;
}

/* Dashboard Button */
.nav--top ul a {
    font-size: .85rem !important;
    background: #d72229;
    border-radius: 32px;
    color: white;
    border: none;
    text-transform: none;
}

.nav ul&gt;li:not(.has-form) a:not(.button):focus {
    background-color: #b01c21;
}

/* Nav container */
.header__inner .top-bar,
.header--dashboard .widget--navbar_standard {
    display: flex;
    align-items: center;
    height: 48px;
    margin-right: auto !important;
    border-top: 0;
    order: 2;
}

/* Removes padding from dashboard nav bar */
.header--dashboard .widget {
    padding: 0 !important;
}

.laa-dashboard-header .small-12.columns {
    padding: 0;
}

.laa-dashboard-header .navigation-bar .top-bar-section ul.left {
    border-bottom: 0;
}

/* Nav items flexbox */
.top-bar-section ul {
    display: flex;
    gap: 1rem;
}

/* Sets color for mobile menu button text */
.top-bar .toggle-topbar button {
    color: var(--laa-text-primary);
}

/* Sets color for mobile menu button icon */
.top-bar .toggle-topbar.menu-icon button span::after {
    -webkit-box-shadow: 0 0 0 1px var(--laa-text-primary), 0 7px 0 1px var(--laa-text-primary), 0 14px 0 1px var(--laa-text-primary);
    box-shadow: 0 0 0 1px var(--laa-text-primary), 0 7px 0 1px var(--laa-text-primary), 0 14px 0 1px var(--laa-text-primary);
}

/* Adjusts mobile menu button height */
.top-bar .button,
.top-bar button {
    position: relative;
    top: -1px;
}

/* Removes li padding from nav items */
.top-bar-section ul li {
    background: #fff;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Nav items */
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #fff;
    line-height: 28px !important;
    border-radius: .25rem;
    color: var(--laa-text-primary);
    text-transform: none;
    font-size: 1rem;
    font-weight: 500;
}

.navigation-bar .top-bar-section li:not(.has-form) a:not(.button) {
    padding: .5rem;
}

@media only screen and (min-width: 48.063em) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: .5rem;
    }
}

.laa-dashboard-header li.navigation-item.has-dropdown&gt;a {
    padding-right: 2.25rem !important;
}

.laa-dashboard-header .navigation-bar .top-bar-section .has-dropdown&gt;a::after,
.navigation-bar .top-bar-section .navigation-widget__item--has-dropdown&gt;a::after {
    margin-top: -2.5px;
    top: 1.5rem;
}

/* Light blue hover behind nav items */
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form)&gt;a {
    background: #dde8f2 !important;
    color: var(--laa-text-primary) !important;
}

/* Light blue focus behind nav items */
.top-bar-section li:not(.has-form) a:not(.button):focus,
has-dropdown:focus {
    background: #dde8f2 !important;
    color: var(--laa-text-primary) !important;
}

/* Dropdown container */

.dashboard-header-dropdown {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: white;
    padding: 1rem;
    border-radius: .25rem;
    box-shadow: 0 3px 12px rgba(43, 42, 51, .15);
    border: 1px solid #dadada;
}

.dashboard-header-dropdown li {
    padding: 0;
}

.dashboard-header-dropdown li a {
    font-size: .85rem;
    border: none;
    color: var(--laa-text-primary);
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}

.dashboard-header-dropdown li a:hover {
    color: var(--laa-text-primary);
    background: #ebebeb !important;
    font-weight: 500 !important;
    border-radius: 2px;
    transition: none;
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}

.dashboard-header-dropdown li a btn {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}

.top-bar-section .dropdown {
    margin-top: .5rem;
    display: flex !important;
    flex-direction: column;
    gap: 0;
    background: white;
    padding: 1rem;
    border-radius: .25rem;
    box-shadow: 0 3px 12px rgba(43, 42, 51, .15);
    border: 1px solid #dadada;
    opacity: 0;
    transform: scale(0.99) translateY(-0.7em);
    transform-origin: top;
    gap: .5rem;
}

.top-bar-section .hover .dropdown {
    opacity: 100%;
    transform: scale(1) translateY(0);
    transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.top-bar-section .hover .dropdown:focus-within {
    transition: 0ms;
}

/* Dropdown items */
.top-bar-section .dropdown li:not(.has-form):not(.active)&gt;a:not(.button),
.top-bar-section .dropdown li a {
    background: white !important;
    color: var(--laa-text-primary) !important;
    font-size: 1rem;
}

/* Light gret hover behind dropdown items */
.top-bar-section .dropdown li:not(.has-form):not(.active):hover&gt;a:not(.button) {
    background: #ebebeb !important;
    font-weight: 500 !important;
    transition: none;
}

.top-bar-section li:not(.has-form) .back a:not(.button) {
    font-size: .85rem;
}

.top-bar-section li:not(.has-form) .back a:not(.button)::before {
    content: '\f060';
    font-family: fontawesome;
    margin-right: .5rem;
}

@media screen and (max-width: 1080px) {

    .header--microsite .header__inner,
    .header--dashboard .header__inner&gt;div:first-child {
        gap: 1rem;
    }

    .header__inner .top-bar,
    .header--dashboard .widget--navbar_standard {
        flex: 100%;
        order: 4;
    }
}

@media screen and (max-width: 769px) {

    .top-bar-section {
        display: none;
    }

    .expanded&gt;.top-bar-section {
        display: block;
    }

    .top-bar-section ul {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0;
        background: white;
    }

    .header__inner .top-bar {
        display: block;
        height: 48px;
        border-bottom: 0;
        border: 1px solid #a3a3ab;
        border-radius: .25rem;
    }

    .header--dashboard .widget--navbar_standard {
        display: block;
    }

    .top-bar.expanded {
        height: auto;
    }

    .top-bar-section .dropdown {
        margin-top: 0;
        border-radius: .25rem;
        box-shadow: none;
        border: none;
        opacity: 100;
        transform: scale(1) translateY(0);
        transform-origin: top;
    }
}

/* || Layouts */

/* Catalog */
.laa-catalog {
    max-width: 1280px;
    margin: 0 auto;
}

.laa-catalog .catalog-grid-item {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, .05);
    transform: translateY(0);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);

}

.laa-catalog .catalog-grid-item:hover {
    border: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-2px);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.laa-catalog .catalog-grid-item .catalog-grid-item__asset {
    transform: scale(1);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.laa-catalog .catalog-grid-item:hover .catalog-grid-item__asset {
    transform: scale(1.05);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.laa-catalog .catalog-grid-item__asset-container {
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.laa-catalog .catalog__ribbon .catalog__ribbon--attached {
    overflow: visible;
}

.laa-catalog .catalog-grid-item__asset {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.laa-catalog .catalog-grid-item__body {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid white;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 12px 24px;
    background: white;
    width: 100%;
}

.laa-catalog .catalog-grid-item__title {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.25em;
    min-height: 58px;
}

.laa-catalog .catalog-grid-item__description {
    font-size: 16px;
    max-height: 60px;
    overflow: inherit;
    margin-bottom: 15px;
}

.laa-catalog .catalog-grid-item__cta-container {
    height: 16px !important;
}

.laa-catalog .catalog-grid-item__source {
    font-size: 16px;
}

.laa-catalog .catalog-header {
    display: none
}

/* Custom Fields */

.laa-catalog .catalog-aggregation {
    padding: 0 .5em;
    border: 0;
    border-radius: 22px;
    transition: 0.1s ease-in-out;
}

.laa-catalog .catalog-aggregation:hover {
    background-color: #f6f6f6;
}

.laa-catalog .catalog-aggregation__header--label:hover {
    color: black;
}

.laa-catalog .btn--link:hover {
    color: black;
}

.laa-catalog .catalog-aggregation__expander i {
    color: black;
}

.laa-catalog .btn.btn--link.btn--inherit-font.catalog-aggregation__header {
    height: 80px;
}

.laa-catalog .catalog-aggregation--expanded {
    margin-bottom: 1em;
    padding-bottom: 35px !important;
    transition: 0.1s ease-in-out;
}

/* Search Bar */

.laa-catalog .catalog-search-bar {
    height: 5rem;
    transform: translateY(-30px);
    background-color: white;
    border-radius: 22px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}

.laa-catalog .catalog-filters {
    border-radius: 22px;
    background: none;
}

.laa-catalog .catalog-search-bar .columns {
    background: none;
}

.laa-catalog .ember-view.ember-text-field.input--expand.form-control {
    font-size: 18px;
    background: none;
}

.laa-catalog .catalog-search__button {
    border-radius: 22px;
}

/* Catalog header */

.laa-header-banner {
    margin-bottom: 0.50em;
    background-color: #1C3563;
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg");
    background-position-y: 60%;
    background-size: cover;
}

.laa-header-banner .h2.widget__title {
    font-family: Lato;
    font-size: 56px !important;
    font-weight: bold;
    line-height: 72px !important;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    color: white !important;
}

@media only screen and (max-width: 769px) {
    .laa-catalog .catalog-grid-item {
        margin: 0 2rem;
    }
}

/* || Featured Content Article (RG) */

.layout__content .laa-featured-content-article {
    padding: 1rem 0;
}

.layout__content .laa-featured-content-article&gt;.row {
    max-width: calc(1280px + 2rem);
    margin: 0 auto;
}

/*.laa-featured-content-article .widget__title {
  font-size: 40px;
  font-weight: 700;
  color: #4b4b4b;
  text-align: left;
}*/

.laa-featured-content-article .featured-content-article-item {
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 22px;
    overflow: hidden;
    padding: 0;
}

.laa-featured-content-article .featured-content-article-item:hover {
    border: 1px solid rgba(0, 0, 0, .2);
}

.laa-featured-content-article .featured-content-article-item img {
    transform: scale(1);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.laa-featured-content-article .featured-content-article-item:hover img {
    transform: scale(1.035);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.laa-featured-content-article .medium-12 {
    overflow: hidden;
}

.laa-featured-content-article .featured-content-article-item .featured-content-article-item__body {
    padding: 0 8%;
    min-height: 224px;
}

.laa-featured-content-article .featured-content-article-item .featured-content-article-item__title {
    font-size: 22px;
    font-weight: 700;
    padding: 24px 0 0;
    color: #202020;
    min-height: 88px;
}

.laa-featured-content-article .featured-content-article-item .featured-content-article-item__description {
    font-size: 17px;
    font-weight: 300;
    color: #202020;
    line-height: normal;
}

.laa-featured-content-article .featured-content-article-item .featured-content-article-item__hr {
    border: 0;
}

@media only screen and (max-width: 1280px) {
    .laa-featured-content-article .featured-content-article-item .featured-content-article-item__title {
        font-size: 18px;
        min-height: 80px;
    }

    .laa-featured-content-article .featured-content-article-item .featured-content-article-item__description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 769px) {
    .laa-featured-content-article .widget__title {
        font-size: 24px;
    }

    .laa-featured-content-article .featured-content-article-item .featured-content-article-item__title {
        min-height: 0;
        margin-bottom: 20px;
    }

    .laa-featured-content-article .featured-content-article-item .featured-content-article-item__body {
        min-height: 0;
        padding-bottom: 20px;
    }
}

.laa-featured-content-article .featured-content-article-item .column.medium-12:first-of-type img,
.laa-featured-content-article .catalog-grid-item .column.medium-12:first-of-type img {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    height: 100%;
    width: 100%;
}

.laa-featured-content-article .featured-content-article-item__description::before {
    border: none;
}

.laa-featured-content-article&gt;.columns {
    padding: 0;
}

/* || Homepage (KS) */
/* For home page banner */
.hBanner {
    background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/2u8nj823d2oc-hBanner-Bg.jpg) center no-repeat;
    background-size: cover;
}

.layout__content .hBanner {
    padding: 80px 6%;
}

.hBanner .hero {
    direction: rtl;
    max-width: 1280px;
    margin: 0 auto;
}

.hBanner .hero picture {
    display: inline-block;
    width: calc(35% - 4px);
    vertical-align: middle;
    text-align: center;
}

.hBanner .hero picture img {
    width: 100%;
    max-width: 200px;
}

.hBanner .hero .hero__caption {
    display: inline-block;
    width: calc(100% - 35% - 5% - 4px);
    margin-right: 5%;
    vertical-align: middle;
    position: relative;
    bottom: auto;
    direction: ltr;
    color: #fff;
    padding: 0;
    background: none;
    padding-bottom: calc(32px + 60px);
}

.hBanner .hero .hero__caption .hero__title {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 32px;
    text-align: left;
}

.hBanner .hero .hero__caption span {
    color: #d0d6df;
    font-size: 22px;
    text-align: left;
}

@media only screen and (max-width: 1280px) {
    .hBanner .hero .hero__caption .hero__title {
        font-size: 46px;
    }

    .hBanner .hero .hero__caption span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 769px) {
    .hBanner .hero .hero__caption .hero__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .hBanner .hero .hero__caption span {
        font-size: 14px;
    }

    .hBanner .hero {
        margin-bottom: 0;
    }

    .hBanner .hero .hero__caption {
        padding-bottom: calc(20px + 60px);
    }

    .layout__content .hBanner {
        padding: 80px 6%;
    }
}

@media only screen and (max-width: 580px) {
    .hBanner .hero {
        direction: ltr;
    }

    .hBanner .hero picture,
    .hBanner .hero .hero__caption {
        width: 100%;
    }

    .hBanner .hero .hero__caption {
        margin: 0;
    }

    .hBanner .hero picture {
        margin-bottom: 20px;
    }

    .hBanner .hero picture img {
        height: 100px;
        width: auto;
    }
}

/* For home page Search widget inside banner */
.layout__content .hSearch {
    padding: 0;
    padding: 0 6%;
}

.hSearch .row {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

.hSearch .columns {
    margin: 0;
    padding: 0;
    position: static;
}

/*.hSearch .row {margin: 0 6%; position: relative;}*/
.hSearch .search-bar-widget {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: calc(100% - 35% - 5% - 4px);
}

.hSearch .search-bar-widget input {
    display: block;
    width: 100%;
    height: 60px;
    box-shadow: none;
    border-radius: 30px;
    padding-left: 60px;
    font-style: normal;
}

.hSearch .search-bar-widget input::-ms-input-placeholder,
.hSearch .search-bar-widget input::placeholder {
    color: #b5b5b5;
    font-style: normal;
}

.hSearch .search-bar-widget button {
    height: 100%;
    width: 60px;
    left: 0;
    border-radius: 30px !important;
    background: none;
    border: 0;
}

.hSearch .search-bar-widget button i {
    font-size: 24px;
    color: #070326;
}

.hSearch .search-bar-widget button span {
    display: none;
}

@media only screen and (max-width: 769px) {
    .hSearch .search-bar-widget {
        bottom: 80px;
    }

    .hSearch .search-bar-widget input {
        height: 42px;
    }
}

@media only screen and (max-width: 580px) {
    .hSearch .search-bar-widget {
        width: 100%;
    }
}

/* for Home page Featured Topics widget */
.layout__content .hFeatureTopics {
    padding: 80px 6%;
}

.layout__content .hFeatureTopics&gt;.row {
    max-width: 1280px;
    margin: 0 auto;
}

.hFeatureTopics .widget__title {
    font-size: 40px;
    font-weight: 700;
    color: #4b4b4b;
    text-align: left;
}

.hFeatureTopics .catalog-grid-item {
    border: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 22px;
    overflow: hidden;
}

.hFeatureTopics .catalog-grid-item .catalog-grid-item__body {
    padding: 0 8%;
    min-height: 224px;
}

.hFeatureTopics .catalog-grid-item .catalog-grid-item__title {
    font-size: 22px;
    font-weight: 700;
    padding: 24px 0 0;
    color: #202020;
    min-height: 88px;
}

.hFeatureTopics .catalog-grid-item .catalog-grid-item__description {
    font-size: 17px;
    font-weight: 300;
    color: #202020;
    line-height: normal;
}

.hFeatureTopics .catalog-grid-item .catalog-grid-item__hr {
    border: 0;
}

@media only screen and (max-width: 1280px) {
    .hFeatureTopics .catalog-grid-item .catalog-grid-item__title {
        font-size: 18px;
        min-height: 80px;
    }

    .hFeatureTopics .catalog-grid-item .catalog-grid-item__description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 769px) {
    .hFeatureTopics .widget__title {
        font-size: 24px;
    }

    .hFeatureTopics .catalog-grid-item .catalog-grid-item__title {
        min-height: 0;
        margin-bottom: 20px;
    }

    .hFeatureTopics .catalog-grid-item .catalog-grid-item__body {
        min-height: 0;
        padding-bottom: 20px;
    }
}

/* For home page content slider */
.layout__content .hContentSlider {
    padding: 0;
    max-width: 100%;
}

.hContentSlider .row {
    margin: 0;
}

.hContentSlider .row .columns {
    padding: 0;
}

.hContentSlider .featured-content-carousel-item__overlay {
    background: none;
    padding: 40px 6%;
}

.hContentSlider .featured-content-carousel-item__title {
    font-size: 40px;
    font-weight: 700;
}

.hContentSlider .featured-content-carousel-item__description {
    font-size: 22px;
    padding: 2px 20px 2px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hContentSlider .featured-content-carousel-item__description::before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    background: #d72229;
    border-radius: 18px;
    left: 0;
    top: 0;
    transition: all ease-in-out .2s;
    z-index: -1;
}

.hContentSlider .featured-content-carousel-item__description:hover::before {
    width: 100%;
}

.hContentSlider .featured-content-carousel-item__description::after {
    content: '\f061';
    display: block;
    width: 35px;
    line-height: 35px;
    position: absolute;
    background: #d72229;
    border-radius: 18px;
    left: 0;
    top: 0;
    text-align: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transform: rotate(-45deg);
    transition: all ease-in-out .2s;
}

.hContentSlider .featured-content-carousel-item__description:hover::after {
    transform: rotate(0);
}

.hContentSlider .featured-content-carousel__nav button {
    background: none;
    border: 0;
}

.hContentSlider .featured-content-carousel__nav button i {
    font-size: 32px;
}

.hContentSlider .featured-content-carousel__dot {
    width: 9px;
    height: 9px;
    background: #fff;
}

.hContentSlider .featured-content-carousel__dot.featured-content-carousel__dot--active {
    background: #d72229;
}

.hContentSlider .featured-content-carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(.5);
}

.hContentSlider .layout__content .hContentSlider {
    padding: 0;
    max-width: 1280px;
    margin-bottom: 6rem;
}

@media only screen and (max-width: 769px) {
    .hContentSlider .featured-content-carousel-item__title {
        font-size: 24px;
    }

    .hContentSlider .featured-content-carousel-item__description {
        font-size: 16px;
    }

    .hContentSlider .featured-content-carousel-item__description::before,
    .hContentSlider .featured-content-carousel-item__description::after {
        width: 28px;
        height: 28px;
    }

    .hContentSlider .featured-content-carousel-item__description::after {
        line-height: 28px;
    }

    .hContentSlider .featured-content-carousel-item img {
        position: absolute;
        height: 100%;
        max-width: none;
        width: auto;
    }

    .hContentSlider .featured-content-carousel-item__overlay {
        position: relative;
        padding: 200px 6% 50px;
    }
}

/* For Home page Earn Credit Section */
.layout__content .hEarnCredit {
    padding: 90px 6%;
    background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/dip7vlzzdyxg-Earn-Credit-Bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}

.hEarnCredit .row {
    margin: 0;
}

.hEarnCredit .row .columns {
    padding: 0;
}

.hEarnCredit .editor-content {
    font-size: 40px;
}

.hEarnCredit .editor-content p {
    font-weight: 700;
    margin-bottom: 40px;
}

.hEarnCredit .widget__cta {
    padding: 0;
}

.hEarnCredit .widget__cta .btn--primary {
    font-size: 22px;
    color: #202020;
    border-radius: 25px;
    padding: 10px 20px 10px 60px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all ease-in-out .2s;
    background: none;
    border: 0;
}

.hEarnCredit .widget__cta .btn--primary:hover {
    color: #fff;
}

.hEarnCredit .widget__cta .btn--primary::before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    background: #d72229;
    border-radius: 28px;
    left: 0;
    top: 0;
    transition: all ease-in-out .2s;
    z-index: -1;
}

.hEarnCredit .widget__cta .btn--primary:hover::before {
    width: 100%;
}

.hEarnCredit .widget__cta .btn--primary::after {
    content: '\f061';
    display: block;
    width: 48px;
    line-height: 48px;
    position: absolute;
    background: #d72229;
    color: #fff;
    border-radius: 28px;
    left: 0;
    top: 0;
    text-align: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transform: rotate(-45deg);
    transition: all ease-in-out .2s;
}

.hEarnCredit .widget__cta .btn--primary:hover::after {
    transform: rotate(0);
}

@media only screen and (max-width: 769px) {
    .hEarnCredit .editor-content img {
        height: 80px;
    }

    .hEarnCredit .editor-content p {
        font-size: 24px;
    }

    .hEarnCredit .widget__cta .btn--primary {
        font-size: 16px;
        padding: 10px 20px 10px 48px;
    }

    .hEarnCredit .widget__cta .btn--primary::before {
        width: 38px;
        height: 38px;
    }

    .hEarnCredit .widget__cta .btn--primary::after {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
}

.footer {
    padding: 0;
}

.footer .footer__inner {
    padding: 0;
}

.footer .footer__inner .footer__company__info {
    display: none;
}

.ftWrap {
    padding: 0;
    background: #252525;
}

.ftWrap .ftInner {
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--home-section-padding);
    display: flex;
    justify-content: space-between;
}

.ftWrap .logo {
    display: inline-block;
    width: calc(100px - 4px);
    vertical-align: top;
}

.ftWrap .ftNav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ftWrap .ftNav ul {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.ftWrap .ftNav ul li {
    display: inline-block;
}

.ftWrap .ftNav .ftNavTop a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.ftWrap .ftNav .ftNavBot {
    color: #fff;
}

.ftWrap .ftNav .ftNavBot a {
    display: block;
    color: #fff;
    font-size: .85rem;
}

@media only screen and (max-width: 1280px) {
    .ftWrap .ftNav .ftNavTop ul li {
        margin-left: 20px;
    }

    .ftWrap .ftNav .ftNavTop a {
        font-size: 12px;
    }

    .ftWrap .ftNav .ftNavBot a {
        font-size: 11px;
    }

    .ftWrap .logo {
        width: calc(80px - 4px);
    }

    .ftWrap .ftNav {
        width: calc(100% - 80px - 4px);
    }

    .ftWrap .ftNav .ftNavBot {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 580px) {
    .ftWrap .logo {
        width: fit-content;
        text-align: center;
        margin-bottom: 20px;
    }

    .ftWrap .logo img {
        width: 80px;
    }

    .ftWrap .ftNav {
        width: 100%;
        text-align: center;
    }

    .ftWrap .ftNav .ftNavBot {
        padding-top: 32px;
    }
}

/* || Dashboard (KS) */
.dashboard .row {
    margin: 0;
}

.header--dashboard .row {
    margin: 0;
}

.header--dashboard .column {
    padding: 0;
}

.dashboard-header__name {
    max-width: 132px;
    float: right;
}

.dashboard-header__avatar__container {
    width: 60px;
}

.dashboard-header-dropdown__link .small-10 {
    width: calc(100% - 60px);
}

.learn.dashboard .dHeaderNav {
    padding: 0;
    flex: 1;
    z-index: 20;
}

.dHeaderNav {
    display: inline-block;
    width: calc(100% - 200px - 200px - 100px - 4px);
    vertical-align: top;
    border: 0;
    padding-left: 20px;
    height: auto;
    order: 2;
    top: 0;
    max-width: calc(1400px - 200px - 230px - 100px - 4px);
    left: calc(((100% - 1440px) / 2) + 25px + 200px);
}

.dHeaderNav .top-bar {
    border: 0;
    margin-bottom: 0;
    height: auto;
}

.dHeaderNav .top-bar-section li:not(.has-form) a:not(.button):hover,
.dHeaderNav .top-bar-section li:not(.has-form) a:not(.button):focus,
.dHeaderNav .top-bar-section ul li:hover:not(.has-form)&gt;a {
    background: none;
    color: #000000;
}

.dHeaderNav .top-bar-section .has-dropdown&gt;a:after,
.dHeaderNav .top-bar-section .navigation-widget__item--has-dropdown&gt;a:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: auto;
    height: auto;
    border: 0;
    top: 0;
    position: relative;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    line-height: normal;
    /*background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/ha7h3ob3xiqm-MenuDropdown-arrow.png) center no-repeat; background-size: 100% auto;*/
    margin-right: 0;
    margin-top: 0;
}

.dHeaderNav .top-bar-section .has-dropdown&gt;a,
.dHeaderNav .top-bar-section .navigation-widget__item--has-dropdown&gt;a {
    padding: 0 1rem !important
}

.dHeaderNav .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 16px;
    color: #000;
    padding: 0 1rem;
    line-height: 3rem;
    text-transform: none;
    font-weight: 400;
}

.dHeaderNav .top-bar-section .dropdown {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden !important;
}

.dHeaderNav .top-bar-section .dropdown li:not(.has-form):not(.active)&gt;a:not(.button),
.dHeaderNav .top-bar-section .dropdown li a {
    background: none;
    text-align: left;
}

.dHeaderNav .top-bar-section::after {
    content: '';
    display: block;
    clear: both;
}

.dHeaderNav .navigation-bar .dropdown li {
    box-shadow: none;
}

.dHeaderNav .navigation-bar .top-bar-section ul.left {
    border: 0;
}

.dHeaderNav .navigation-bar .top-bar-section ul&gt;li.navigation-item:not(.has-form) {
    padding: 0;
}

@media only screen and (max-width: 1440px) {
    .dHeaderNav {
        left: calc(25px + 200px);
    }

    .dHeaderNav .top-bar-section li:not(.has-form) a:not(.button) {
        font-size: 14px;
    }
}

@media only screen and (max-width: 769px) {
    .dHeaderNav {
        width: 100%;
        top: 95px;
        left: 0;
        background: #fff;
    }

    .learn.dashboard .dHeaderNav {
        width: 100%;
        flex-grow: 1;
        flex-basis: 100%;
        order: 4;
        outline: 1px solid #c4c4c4;
        cursor: pointer;
        border-radius: 22px;
        margin-top: 1.5rem;
    }

    .dHeaderNav .toggle-topbar.menu-icon button span::after {
        box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
    }

    .dHeaderNav .toggle-topbar button {
        color: #000;
    }

    .dHeaderNav .top-bar-section {
        display: none;
    }

    .dHeaderNav .expanded .dHeaderNav .top-bar-section {
        display: block;
    }

    .dHeaderNav .top-bar-section .dropdown {
        box-shadow: none;
    }

    .dHeaderNav .top-bar-section .dropdown li.title h5 a {
        color: #d72229;
    }

    .dHeaderNav .top-bar-section ul li.back h5 a::before {
        content: '\f053';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        display: inline-block;
        margin-right: 4px;
    }
}

/* For Dashboard Banner */
.learn.dashboard .dBanner {
    padding: 0;
}

.dBanner {
    background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg);
    background-size: cover;
}

.dBanner .widget__title {
    font-size: 3rem;
    margin: 0;
    font-weight: 900;
    color: #fff;
    width: fit-content;
    margin: auto;
    padding: 5rem 1rem;
    word-break: break-word;
}

@media only screen and (max-width: 769px) {
    .dBanner .widget__title {
        font-size: 2.5rem;
    }
}

/* For Dashboard Stats */
.learn.dashboard .widget--dashboard-stats {
    padding: 0;
}

.learn.dashboard .widget--dashboard-stats&gt;.ember-view {
    background: none;
}

.widget--dashboard-stats .dashboard-stats__container {
    max-width: var(--home-max-width);
    margin: auto;
    padding: 1rem;
    /*! border-radius: 12px; */
    /*! box-shadow: 0 0 12px -2px rgba(0, 0, 0, .25); */
    /*! transform: translateY(-3rem); */
    /*! background: white; */
    box-shadow: none;
}

.widget--dashboard-stats .dashboard-stats {
    border-radius: 12px;
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, .25);
    transform: translateY(-3rem);
    background: white;
    padding: 1rem;
    gap: 1rem;
}

.widget--dashboard-stats .dashboard-stats li {
    width: 100%;
}

.widget--dashboard-stats .dashboard-stats .dashboard-stat--available {
    padding: 0;
}

.widget--dashboard-stats .dashboard-stat {
    border: 0;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
}

.widget--dashboard-stats .dashboard-stat .dashboard-stat__label {
    width: 100%;
    font-size: 16px;
    color: #000;
    text-transform: none;
    margin-bottom: .5rem;
}

.widget--dashboard-stats .dashboard-stat .dashboard-stat__icon {
    display: none;
}

.dashboard-stat--collaborations {
    display: none;
}

.dashboard-stat--available .dashboard-stat__value,
.dashboard-stat--started .dashboard-stat__value,
.dashboard-stat--completed .dashboard-stat__value,
.dashboard-stat--collaborations .dashboard-stat__value,
.dashboard-stat--certificates .dashboard-stat__value {
    color: #122b5c;
    line-height: normal;
}

.dashboard-stat--available .dashboard-stat__value {
    font-size: 3.375rem;
    margin-top: 0;
    text-align: center;
}

@media only screen and (max-width: 1440px) {
    .widget--dashboard-stats .dashboard-stat .dashboard-stat__label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 48em) {
    .dashboard-stats {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 476px) {
    .dashboard-stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .dashboard-stat__value--huge,
    .dashboard-stat--available .dashboard-stat__value {
        font-size: 3rem;
    }

    .widget--dashboard-stats .dashboard-stats {
        flex-wrap: wrap;
    }

    .widget--dashboard-stats .dashboard-stats li {
        flex: 40%;
    }
}

/* For Dahboard Footer */
.learn.dashboard .widget--html {
    padding: 0;
}

/* For Dahboard Browse All Content */
.dBrowseAll {
    padding: 48px 6% !important;
    background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg);
    background-size: cover;
}

.learn.dashboard .dBrowseAll&gt;.ember-view {
    max-width: 1440px;
    margin: 0 auto;
}

.dBrowseAll .widget__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.dBrowseAll .ember-view .row {
    display: none;
}

.dBrowseAll .widget__cta {
    text-align: center;
}

/*.dBrowseAll .widget__cta .btn--primary { font-size: 22px; background: #d72229; color: #fff; border-radius: 25px;}
@media only screen and (max-width: 769px) {
    .dBrowseAll .widget__title {font-size: 24px;}
    .dBrowseAll .widget__cta .btn--primary {font-size: 16px;}
}*/
/* for link animation */
.dBrowseAll .widget__cta .btn--primary {
    font-size: 22px;
    color: #fff;
    border-radius: 25px;
    padding: 10px 28px 10px 60px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all ease-in-out .2s;
    background: none;
    border: 0;
}

/*.dBrowseAll .widget__cta .btn--primary:hover {color: #fff;}*/
.dBrowseAll .widget__cta .btn--primary::before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    background: #d72229;
    border-radius: 28px;
    left: 0;
    top: 0;
    transition: all ease-in-out .2s;
    z-index: -1;
}

.dBrowseAll .widget__cta .btn--primary:hover::before {
    width: 100%;
}

.dBrowseAll .widget__cta .btn--primary::after {
    content: '\f061';
    display: block;
    width: 48px;
    line-height: 48px;
    position: absolute;
    background: #d72229;
    color: #fff;
    border-radius: 28px;
    left: 0;
    top: 0;
    text-align: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transform: rotate(-45deg);
    transition: all ease-in-out .2s;
}

.dBrowseAll .widget__cta .btn--primary:hover::after {
    transform: rotate(0);
}

@media only screen and (max-width: 769px) {
    .dBrowseAll .widget__cta .btn--primary {
        font-size: 16px;
        padding: 10px 24px 10px 48px;
    }

    .dBrowseAll .widget__cta .btn--primary::before {
        width: 38px;
        height: 38px;
    }

    .dBrowseAll .widget__cta .btn--primary::after {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
}

/* for link animation - ends */


/* For Dashboard Learner Access */
.learn.dashboard .dLearnerAccess {
    /* padding: 50px 6% 140px;
    max-width: 1440px;
    margin: 0 auto; */
    padding: 0 !important;
}

.learn.dashboard .dLearnerAccess&gt;.ember-view {
    padding: 0
}

.dLearnerAccess .dashboard-access {
    border: 0;
    max-width: var(--home-max-width);
    margin: auto;
    padding: var(--home-section-padding);
}

.dLearnerAccess .dashboard-access-tabs {
    background: none;
    margin-bottom: 40px;
    border: 0;
}

.dLearnerAccess .dashboard-access-tab {
    border: 0;
    border-radius: 28px;
}

.dLearnerAccess .dashboard-access-tab .btn {
    color: #252525;
}

.dLearnerAccess .dashboard-access-tab .dashboard-access-tab__count {
    border-color: #252525;
}

.dLearnerAccess .dashboard-access-tab--active {
    background: #252525;
}

.dLearnerAccess .dashboard-access-tab--active .btn {
    color: #fff;
}

.dLearnerAccess .dashboard-access-tab__count {
    background: none;
    color: inherit;
}

.dLearnerAccess .dashboard-access-tab--active .dashboard-access-tab__count {
    border-color: #fff;
}

.dLearnerAccess .dashboard-access-list-item {
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
    color: #252525;
    box-shadow: 0 3px 12px rgba(43, 42, 51, .052);
}

.dLearnerAccess .dashboard-access-list-item .items-center {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 45% 15% 20% 20%;
    grid-template-rows: auto;
    gap: 0 !important;
}

.dLearnerAccess .dashboard-access-list-item .items-center .col-span-4 {
    grid-column: auto;
    margin-right: 1rem;
}

.dLearnerAccess .dashboard-access-list-item .items-center .col-span-2 {
    grid-column: auto;
}

.dLearnerAccess .dashboard-access-list-item .items-center .col-span-3 {
    grid-column: auto;
    margin-right: 1rem;
}

.dLearnerAccess .dashboard-access-list-item .items-center .col-start-11 {
    grid-column: auto;
}

@media only screen and (max-width: 769px) {
    .dLearnerAccess .dashboard-access-list-item .items-center {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .col-span-4 {
        flex: 1 100%;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .col-span-3 {
        margin-top: 1rem;
        flex: 1 100%;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .col-start-11 {
        margin-top: 1rem;
        flex: 1 100%;
    }
}

.dLearnerAccess .dashboard-access-list-item-expander__title {
    color: #252525;
    font-size: 18px;
}

.dLearnerAccess .dashboard-access-list-item .items-center .btn--link i {
    color: #252525;
    position: absolute;
    left: 0;
    top: 3px;
}

.dLearnerAccess .dashboard-access-list-item .items-center .btn--link {
    position: relative;
    padding-left: 32px !important;
}

.dLearnerAccess .dashboard-access-list-item .items-center .text-right {
    text-align: left !important;
}

/* for button animation */
.dLearnerAccess .dashboard-access-list-item .items-center .btn--small {
    font-size: 16px;
    background: none;
    border: 0;
    border-radius: 20px;
    padding: 12px 20px;
    position: relative;
    z-index: 1;
    padding: 12px 20px 12px 56px;
    color: #252525;
    transition: all ease-in-out .2s;
    transition: none;
}

.dashboard-access-list-item-expansion img {
    border-radius: 12px;
}

.user-engagement-stats .medium-block-grid-4 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    width: 100%;
}

.user-engagement-stat {
    display: flex !important;
    padding: 0 !important;
    gap: .5rem;
    flex: 100%;
}

.user-engagement-stat [class*="block-grid-"]::before,
.user-engagement-stat [class*="block-grid-"]::after {
    display: none;
}

.dashboard-access-list-item .row.archive .btn {
    padding: 1rem;
    background: #383838;
    color: white;
    font-size: .85rem;
    border-radius: 6px;
}

.dLearnerAccess .dashboard-access-list-item .items-center .btn--small:hover {
    color: #fff;
}

.dLearnerAccess .dashboard-access-list-item .items-center .btn--small::before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    background: #d72229;
    border-radius: 24px;
    left: 0;
    top: 0;
    transition: all ease-in-out .2s;
    z-index: -1;
}

.dLearnerAccess .dashboard-access-list-item .items-center .btn--small:hover::before {
    width: 100%;
    height: 100%;
}

.dLearnerAccess .dashboard-access-list-item .items-center .btn--small::after {
    content: '\f061';
    display: block;
    width: 42px;
    line-height: 42px;
    position: absolute;
    background: #d72229;
    border-radius: 24px;
    left: 0;
    top: 0;
    text-align: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transform: rotate(-45deg);
    transition: all ease-in-out .2s;
    color: #fff;
}

.dLearnerAccess .dashboard-access-list-item .items-center .btn--small:hover::after {
    transform: rotate(0);
}

/* .dLearnerAccess .dashboard-access-list-item .items-center:has(.btn--small[href*="enroll"])::before {
    content: 'NEW!';
    color: white;
    background: #d72229;
    font-size: .8125rem;
    line-height: 1;
    max-width: 175px;
    padding: .4em .5em;
    position: absolute;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
    translate: -30px -40px;
    border-bottom-left-radius: 2px;
}

.dLearnerAccess .dashboard-access-list-item .items-center:has(.btn--small[href*="enroll"])::after {
    border-color: #971115 #971115 transparent transparent;
    border-style: solid;
    border-width: 5px;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    content: '';
    translate: -30px -24px;
} */

/* for button animation - end */

@media only screen and (max-width: 769px) {

    .dLearnerAccess .dashboard-access-list-item .items-center .btn::before,
    .dLearnerAccess .dashboard-access-list-item .items-center .btn::after {
        display: none;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .btn--small {
        padding: 1rem;
        background: white;
        border: 1px solid var(--laa-text-primary);
        color: var(--laa-text-primary);
        font-weight: bold;
        border-radius: 12px;
        transition: none;
        width: 100%;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .btn--small:hover {
        background: rgb(237, 237, 237);
        border: 1px solid var(--laa-text-primary);
        color: var(--laa-text-primary);
    }

    .dashboard-access-list-item .row.archive .btn {
        width: 100%;
        padding: .75rem;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .btn--link {
        position: relative;
        padding-left: 32px !important;
        display: flex;
        flex-direction: row-reverse;
        padding: 0 !important;
        gap: .5rem;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .btn--link i {
        top: 1px;
        position: relative;
        padding-right: 0;
    }
}

.dLearnerAccess .dashboard-access-list-item:nth-of-type(2n) {
    background: white;
}

.dLearnerAccess .dashboard-access-list-item:nth-of-type(2n) .items-center .btn--small::before {
    background-color: #414141;
}

.dLearnerAccess .dashboard-access-list-item:nth-of-type(2n) .items-center .btn--small::after {
    background: #414141;
}

.dLearnerAccess .user-engagement-stats .user-engagement-stat__label-container {
    display: inline-block;
    vertical-align: top;
}

.dLearnerAccess .user-engagement-stats .user-engagement-stat__label-container .user-engagement-stat__label-hint {
    display: none;
}

.dLearnerAccess .user-engagement-stats .user-engagement-stat__label {
    font-size: 16px;
    color: #252525;
    text-transform: none;
    line-height: normal;
    height: 100%;
    padding: 0;
    text-align: left;
}

.dLearnerAccess .user-engagement-stats .user-engagement-stat__value-container {
    display: inline-block;
    font-size: 16px;
    color: #252525;
    text-transform: none;
    line-height: normal;
    vertical-align: top;
    margin: 0;
}

.dLearnerAccess .user-engagement-stats .user-engagement-stat__value-container i {
    display: none;
}

.dLearnerAccess .user-engagement-stats .user-engagement-stat__value-container .user-engagement-stat__value,
.dLearnerAccess .user-engagement-stats .user-engagement-stat__value-container .user-engagement-stat__value--percent {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: normal;
}

.dLearnerAccess .medium-block-grid-4&gt;li {
    max-width: 100%;
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    flex: 1 0 auto;
}

.dLearnerAccess .medium-block-grid-4::before,
.dLearnerAccess .medium-block-grid-4::after {
    content: none;
}

@media only screen and (max-width: 476px) {
    .dLearnerAccess .medium-block-grid-4&gt;li {
        flex: 100%;
        margin-bottom: 0;
    }
}

.dLearnerAccess .user-engagement-stat:before {
    background-color: #252525;
}

.dLearnerAccess .progress.colorized {
    border-radius: 0;
    background: #e6e6e6;
}

.dLearnerAccess .progress.colorized .meter {
    background: #0064b4;
    border-radius: 0;
}

@media only screen and (max-width: 1440px) {
    .dLearnerAccess .dashboard-access-list-item .items-center .btn--small {
        font-size: 14px;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .btn--small::before {
        width: 40px;
        height: 40px;
    }

    .dLearnerAccess .dashboard-access-list-item .items-center .btn--small::after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/*.dashboard-access .dashboard-access-tabs::before {
  content: 'Change Style';
  border: 2px solid;
  margin-right: 1rem;
  border-radius: 32px;
  font-size: .875rem;
  padding: 1em 2em;
  cursor: pointer;
  opacity: 0;
}*/

/* || Onboarding Survey (RG) */
.survey .header--article .header__inner,
.survey .header--dashboard .header__inner,
.survey .header--microsite .header__inner {
    justify-content: flex-start;
}

.survey .application__content {
    background-color: #f7f7f7;
}

.application__content--survey .company__beta-logo {
    pointer-events: none;
    cursor: default;
}

.application__content--survey .row {
    max-width: 850px;
    padding: 2rem 1.875rem 0;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    background: white;
}

.application__content--survey .row:nth-child(3) {
    border-top: 1px solid #d7d7d7;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.application__content--survey .row:nth-child(5) {
    padding: 0 1.875rem;
}

.application__content--survey .row:first-child {
    max-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
}

.application__content--survey .medium-1 {
    width: 100%;
    text-align: left !important;
}

.application__content--survey .items__list {
    margin-left: 2rem;
    transform: translateY(-23px);
}

.application__content--survey .items__list ul {
    overflow-y: scroll;
    max-height: 350px;
}

.application__content--survey .medium-11 {
    width: 100%;
}

.application__content--survey .select--large {
    height: 50px;
}

.application__content--survey .form__input__container,
.application__content--survey .form-control {
    border-radius: 8px;
    height: 50px;
    width: 100%;
}

.survey .btn--sidebar-toggle {
    display: none;
}

.survey p {
    font-size: 1rem;
    color: black;
}

/*|| Homepage (RG)*/
.laa-home-container {
    display: flex;
    flex-direction: column;
}

.laa-home-container h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

/*Hero*/
.laa-home-hero-container {
    width: 100%;
    background: #1C3563;
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg");
    background-position-y: 60%;
    background-size: cover;
}

.laa-home-hero {
    display: flex;
    flex-direction: row;
    max-width: var(--home-max-width);
    margin: auto;
    gap: 6rem;
    align-items: center;
    padding: var(--home-section-padding);
}

.laa-home-hero-text {
    display: flex;
    flex: 1 1 70%;
    flex-direction: column;
    gap: 2rem;
    color: white;
    font-size: 1.2rem;
    margin: 0;
}

.laa-home-hero-text h1 {
    font-size: 3rem;
    margin: 0;
    color: white;
    font-weight: bold;
}

.laa-home-hero-text p {
    margin: 0;
}

.laa-home-hero-icon {
    flex: 1 1 30%;
    max-width: 200px;
    margin-right: 0;
}

.laa-home-search .search-bar-widget input:focus,
.laa-home-search .search-bar-widget button:focus {
    outline: 6px solid #4488f2;
}

/* Highlighted */

.laa-home-highlighted {
    align-items: center;
    display: flex;
    /* gap: 4rem; */
    gap: 2rem;
    height: 100%;
    justify-content: space-between;
    max-width: var(--home-max-width);
    margin: auto;
    padding: var(--home-section-padding);
    width: 100%;
}

.laa-home-highlighted-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    /* flex: 1 65%; */
    flex: 1 40%;
}

.laa-home-highlighted-text p {
    line-height: 1.5rem;
}

.laa-home-highlighted img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 12px; */
    box-shadow: 0 3px 22px rgba(43, 42, 51, .102);
}

.laa-home-highlighted .laa-ft-tiles {
    grid-template-columns: repeat(2, 1fr);
}

.laa-home-highlighted .laa-home-featured-topics {
    flex: 1 60%;
}

/*Featured Topics*/
.laa-home-featured-topics-container {
    width: 100%;
    background: #f9f9f9;
}

.laa-home-featured-topics {
    max-width: var(--home-max-width);
    margin: auto;
    padding: var(--home-section-padding);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.laa-ft-tiles {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}

.laa-ft-tile {
    flex: 1 1 48%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    border-radius: 22px;
    background: white;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.laa-ft-tile:hover {
    transform: translateY(-5px);
    border: 1px solid lightgrey;
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.laa-ft-tile-img {
    max-height: 100px;
    overflow: hidden;
    transition: scale 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.laa-ft-tile-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.laa-ft-tile-text {
    padding: 2rem 1rem;
}

.laa-ft-tile-text h3 {
    margin: 0;
    font-weight: bold;
}

.laa-ft-tile-text p {
    margin: 1rem 0 0;
}

.laa-link {
    color: black;
    text-decoration: none;
}

.laa-link:hover {
    color: black;
}

.laa-ft-tile:hover&gt;.laa-ft-tile-img {
    scale: 1.025;
    transition: scale 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.laa-ft-tile:hover&gt;.laa-ft-tile-text h3 {
    text-decoration: underline;
}

/*Slider*/
.laa-home-slide-container {
    width: 100%;
}

.laa-home-slide-content {
    display: flex;
    flex-direction: column;
    max-width: var(--home-max-width);
    margin: auto;
    padding: 1rem 1rem 0;
    gap: 1rem;
}

.laa-home-slide-controls-container {
    width: 100%;
    background: white;
    z-index: 1;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.laa-home-slide-controls {
    display: flex;
    justify-content: space-evenly;
    width: fit-content;
    margin: auto;
    gap: 2rem;
}

.laa-home-slide {
    position: absolute;
    width: calc(100% - 2rem);
    max-width: calc(var(--home-max-width) - 2rem);
    overflow: hidden;
    display: grid;
    grid-template-columns: 2fr 3fr;
    transform: translateY(8rem);
    opacity: 0;
    transition: opacity 0.25s ease-in, transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 3px;
}

.laa-slide-text {
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: white;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    justify-content: center;
    background: #1C3563;
    background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg);
    background-size: cover;
    background-position-x: 70%;
}

.laa-slide-img {
    margin: 0;
    background: white;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
    object-fit: cover;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    align-content: center;
}

.laa-slide-img img {
    height: 100%;
}

.laa-home-slide-container h2 {
    max-width: var(--home-max-width);
    margin: auto;
    padding: 3rem 1rem 0;
    font-size: var(--laa-h2-font-size);
}

.laa-slide-text h3 {
    margin: 0;
    font-size: 1.35rem;
    color: white;
    font-weight: bold;
}

.laa-slide-text p {
    margin: 0;
    color: white;
    line-height: var(--laa-base-line-height);
}

.laa-slide-text a {
    color: white;
}

.laa-home-slide-controls button {
    display: inline-block;
    border: none;
    background: #1C3563;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 100%;
    flex: 0 1 auto;
    cursor: pointer;
    z-index: 1;

}

.laa-home-slide-controls button:focus {
    border: 4px solid white;
}

.laa-home-slide.active {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 22px;
    min-height: 378px;

}

.laa-home-slide.first {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 22px;
    min-height: 378px;
}

#slide-1-btn {
    background: #d72229;
}

/* Improved Slider */
.l-slider__container {
    background: #e1edf5;
    border: 1px solid lightgrey;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    max-width: 70rem;
    padding: 4rem 2rem;
    border-radius: 12px;
    flex-wrap: wrap;
    position: relative;
    min-height: 500px;
    margin: 1rem 0 0;
}

.l-slider__button-left,
.l-slider__button-right {
    width: 5%;
    font-size: 2.5rem;
    background: none;
    border: none;
    padding: 1rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.l-slider__button-left:hover,
.l-slider__button-right:hover {
    background: none
}

.l-slider__button-left:focus,
.l-slider__button-right:focus {
    outline: 4px solid #306fe6;
    border-radius: 6px;
}

.l-slider__button-left i,
.l-slider__button-right i {
    transform: translateX(0);
    transition: all 50ms ease;
    padding: 0;
}

.l-slider__button-left:hover i {
    transform: translateX(-4px);
    transition: all 50ms ease;
}

.l-slider__button-right:hover i {
    transform: translateX(4px);
    transition: all 50ms ease;
}

.l-slider__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 80%;
    flex: 1;
    /* padding: 1rem; */
    display: none;
    flex-wrap: wrap;
}

.l-slider-active {
    display: flex;
    animation: slider-slide-in-left 750ms ease;
}

.l-slider-active-back {
    animation: slider-slide-in-right 750ms ease;
}

@keyframes slider-slide-in-right {
    from {
        transform: translateX(-5%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 100;
    }
}

@keyframes slider-slide-in-left {
    from {
        transform: translateX(5%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 100;
    }
}


.l-slider__text {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 1.5rem;
}

.l-slider__heading {
    font-size: 1.5rem;
    margin: 0;
    transition: all 0ms ease;
    transition-delay: 250ms;
    font-weight: bold;
}

.l-slider__paragraph {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.4;
    transition: all 0ms ease;
    transition-delay: 250ms;
}

.l-slider__image {
    display: flex;
    width: 50%;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    box-shadow: 0 3px 22px rgba(43, 42, 51, .102);
}

.l-slider__image img {
    width: 100%;
}

.l-font-scale h2 {
    font-size: 300%;
    transition: all 0ms ease;
    transition-delay: 250ms;
}

.l-font-scale p,
.l-font-scale .now::before,
.l-font-scale .later::before {
    font-size: 150%;
    transition: all 0ms ease;
    transition-delay: 250ms;
}

.slide-number {
    width: 100%;
    margin: 0;
    margin-left: 0px;
    overflow: visible;
    position: absolute;
    bottom: 1rem;
    text-align: center;
    margin-left: -2rem;
}

.now::before,
.later::before {
    width: fit-content;
    padding: .5rem;
    font-weight: bold;
    color: white;
    border-radius: 4px;
    font-style: italic;
    font-size: 1rem;
}

.now::before {
    content: 'Available Now!';
    background-color: rgb(42, 109, 59);
}

.later::before {
    content: 'Coming 2025';
    background-color: rgb(31, 50, 88);
}

.learn-logo__banner {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    padding: 2rem;
    box-shadow: 0 3px 22px rgba(43, 42, 51, .102);
    box-sizing: border-box;
    display: none;
    animation: slider-fade-in 500ms ease;
}

@keyframes slider-fade-in {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

@media screen and (max-width: 769px) {

    .l-slider__container {
        padding: 1rem 1rem 6rem;
        gap: 0;
    }

    .l-slider__content {
        flex-direction: column-reverse;
        width: 100%;
        flex: 1;
        padding: 0;
    }

    .l-slider__button-left,
    .l-slider__button-right {
        position: absolute;
        bottom: -1rem;
        z-index: 1;
    }

    .l-slider__button-right {
        right: 1rem;
    }

    .l-slider__image {
        width: 100%;
    }

    .l-slider__text {
        width: 100%;
    }
}

/*Credit*/
.laa-home-credit-container {
    width: 100%;
    background: lightgrey;
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/sidb7eplvi15-RectLight.svg");
    background-position-y: 60%;
    background-size: cover;
    z-index: 1;
}

.laa-home-credit {
    display: flex;
    flex-direction: column;
    padding: var(--home-section-padding);
    align-items: center;
    gap: 2rem;
    text-align: center;
}

.laa-home-credit-icon {
    max-width: 200px;
    margin: 0;
}

/*LAA Button*/
.laa-btn {
    font-size: 1.15rem;
    background: none;
    border: 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 12px 20px 12px 56px;
    color: #252525;
    transition: all ease-in-out 0.2s;
    max-width: fit-content;
}

.laa-btn:hover {
    color: #fff;
}

.laa-btn::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    background: #d72229;
    border-radius: 24px;
    left: 0;
    top: 0;
    transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
    z-index: -1;
    bottom: 0;
    margin: auto 0;
}

.laa-btn:hover::before {
    width: 100%;
    height: 100%;
}

.laa-btn::after {
    content: "\f061";
    display: block;
    line-height: 42px;
    position: absolute;
    border-radius: 24px;
    left: 12px;
    top: 0;
    text-align: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: rotate(-45deg);
    transition: all .50s cubic-bezier(0.65, 0, 0.076, 1);
    color: #fff;
    bottom: 0;
    height: 42px;
    margin: auto 0;
}

.laa-btn:hover::after {
    transform: rotate(0);
}

/*Searchbar*/



/*Media Queries*/
@media only screen and (max-width: 769px) {

    /*Hero*/
    .laa-home-hero {
        flex-direction: column;
    }

    .laa-home-hero-icon {
        order: 1;
        /*Change Icon to Watermark*/
        object-fit: cover;
        position: absolute;
        overflow: hidden;
        opacity: 10%;
        scale: 175%;
        right: 15%;
        display: none;
    }

    .laa-home-hero-text {
        order: 2;
    }

    /*Highlighted*/
    .laa-home-highlighted {
        flex-direction: column;
        max-width: calc(100% - 2rem);
    }

    /*Featured Topics*/
    .laa-ft-tiles {
        grid-template-columns: repeat(2, 1fr);
    }

    /*Slider*/
    .laa-home-slide {
        grid-template-columns: 1fr;
    }

    .laa-slide-text {
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
        border-top-left-radius: 0;
        padding: 2rem;
        flex: 1 1 80%;
    }

    .laa-slide-img {
        order: -1;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 22px;
        flex: 1 1 20%;
    }


}

@media only screen and (max-width: 518px) {

    /*Featured Topics*/
    .laa-ft-tiles {
        grid-template-columns: repeat(1, 1fr);
    }

    .laa-home-highlighted {
        gap: 1rem;
    }

    .laa-home-highlighted .laa-ft-tiles {
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
    }
}

/* Equity Matters Resource Collection */
.emrc-icons .row {
    display: flex;
    max-width: 75%;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.emrc-icons .row::before,
.emrc-icons .row::after {
    content: none;
}

.emrc-icons .columns {
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin: auto auto 0 0;
}

.emrc-icons p {
    width: fit-content;
    margin: 1rem 0 0;
}

.em_icon_text {
    width: fit-content;
    margin: 1rem 0 0;
    font-size: 1.25rem;
    color: #026666;
}

#em_image {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#em_image img {
    max-width: 150px;
}

.em_image {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.em_image img {
    max-width: 150px;
}

@media screen and (max-width: 769px) {
    .emrc-icons .row {
        flex-direction: column;
        margin-top: 1.25rem;
        margin-bottom: 2rem;
        gap: 1rem;
        max-width: 100%;
    }

    .em_icon_text {
        width: fit-content;
        margin: 0 0 0 1rem;
    }

    .emrc-icons p {
        margin: 0;
    }

    .em_image {
        flex-direction: row;
        gap: 1rem;
    }

    .em_image img {
        max-width: 75px;
        margin: 0;
    }
}

.text-white {
    color: white;
}

/* Role Page (3/31/25) */

/* Styling for Hero */
/* .l-role-hero {
    background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg);
    background-size: cover;
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.l-role-hero h1 {
    display: flex;
    max-width: var(--home-max-width);
    margin: auto;
    padding: 5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    color: white;
    width: fit-content;
    margin: 0;
    font-size: var(--laa-h1-font-size);
    font-weight: bold;
} */

.l-role-hero {
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--l-accent);
        height: 30vh;
        padding: 2rem 0;
        background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg");
        background-position-y: 60%;
        background-size: cover;
        color: white;
        flex-direction: column;
        gap: 1.5rem;
    }

    .l-role-hero h1 {
        color: var(--laa-offwhite);
        padding: 0 1rem;
        margin: 0;
        font-size: var(--laa-h1-font-size);
        font-weight: bold;
    }

/* Styling for Featured Content Article Widget */
.l-featured-content-article {
    padding: 0 !important;
}

.l-featured-content-article&gt;div:nth-child(1) {
    max-width: var(--home-max-width);
    padding: var(--home-section-padding) !important;
    margin: auto;
}

.l-featured-content-article .small-12.columns {
    padding: 0;
}

.l-featured-content-article h2,
.l-featured-content-article h3 {
    font-weight: bold;
    font-size: var(--laa-h2-font-size);
    margin-top: 0;
}

.l-featured-content-article .hr__accent {
    display: none;
}

.l-featured-content-article ul {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.l-featured-content-article .medium-block-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.l-featured-content-article .medium-block-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.l-featured-content-article .medium-block-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.l-featured-content-article .medium-block-grid-1 {
    grid-template-columns: repeat(1, 1fr);
}

.l-featured-content-article ul::before,
.l-featured-content-article ul::after {
    content: none;
}

.l-featured-content-article ul li {
    padding: 0;
    width: 100% !important;
}

.l-featured-content-article [class*="block-grid-"] {
    margin: 0;
}

.l-featured-content-article .catalog-item {
    height: 100%;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 22px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-featured-content-article .catalog-item:hover {
    transform: translateY(-5px);
}

.l-featured-content-article img {
    transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-featured-content-article .catalog-item:hover img {
    transform: scale(1.025);
}

.l-featured-content-article .catalog-item:hover .featured-content-article-item__title {
    text-decoration: underline;
}

.l-featured-content-article .featured-content-article-item {
    padding: 0;
    height: 100%;
}

.l-featured-content-article .row.row {
    margin: auto;
}

.l-featured-content-article .featured-content-article-item&gt;.row {
    flex-direction: column;
    height: 100%;
}

.l-featured-content-article .medium-block-grid-1 .featured-content-article-item&gt;.row {
    flex-direction: row;
}

.l-featured-content-article .medium-block-grid-1 .featured-content-article-item .column {
    width: 50%;
    overflow: hidden;
}

.l-featured-content-article .featured-content-article-item .column {
    padding: 0;
    width: 100%;
}

.l-featured-content-article .featured-content-article-item .column:nth-child(2) {
    padding: 2rem 1rem 1rem;
    flex: 1;
    background: white;
}

.l-featured-content-article .featured-content-article-item__body {
    padding: 0;
}

.l-featured-content-article .featured-content-article-item__title {
    margin: 0;
    font-weight: bold;
    font-size: 1.25rem;
}

.l-featured-content-article .featured-content-article-item__description::before {
    content: none;
}

.l-featured-content-article .featured-content-article-item__description {
    font-size: 1rem;
}

.l-featured-content-article .medium-block-grid-4 .featured-content-article-item__description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.l-role-new .catalog-item,
.l-role-new .featured-content-article-item {
    border: 0;
}

.l-role-new .medium-block-grid-1 .featured-content-article-item&gt;.row {
    flex-direction: row-reverse;
    gap: 3px;
}

.l-role-new .medium-block-grid-1 .featured-content-article-item&gt;.row::before,
.l-role-new .medium-block-grid-1 .featured-content-article-item&gt;.row::after {
    content: none;
}

.l-role-new .featured-content-article-item .column:nth-child(1) {
    width: 65%;
}

.l-role-new .featured-content-article-item .column:nth-child(2) {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    justify-content: center;
    background: #1C3563;
    background-position-x: 0%;
    background-image: none;
    background-size: auto;
    background-image: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/21fe0142-5cd1-4443-b5db-d2fe5e2bca32/7jg1iom9v54f-RectLightBlue.svg);
    background-size: cover;
    background-position-x: 70%;
    color: white;
}

.l-role-new .featured-content-article-item__body {
    height: fit-content;
}

.l-role-new .featured-content-article-item .column:nth-child(2)::after {
    content: 'Learn More';
    padding: .35rem;
    border-radius: 6px;
    color: white;
    background: #D72229;
    font-size: 1rem;
    width: fit-content;
}

@media screen and (max-width: 1080px) {

    .l-featured-content-article .medium-block-grid-4,
    .l-featured-content-article .medium-block-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .l-role-new .medium-block-grid-1 .featured-content-article-item&gt;.row {
        flex-direction: column;
    }
    .l-role-new .medium-block-grid-1 .featured-content-article-item .column {
        width: 100%;
        max-width: 100%;
    }
    
    .l-role-new .featured-content-article-item .column:nth-child(1) {
        height: fit-content;
    }
    
    .l-role-new img {
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 769px) {

    .l-featured-content-article .medium-block-grid-4,
    .l-featured-content-article .medium-block-grid-3,
    .l-featured-content-article .medium-block-grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}</pre></body></html>