/* 
    Color Palette
    Black: #0D0D0D
    White: #FFF
    Light Grey: #F3F3F3
    Purple: rgb(140, 105, 240)
    Green: #009b00
*/

@font-face {
	font-family: "GladlyCustomAcademyFont";
	src: url("https://academy.cdn.gladly.qa/Chalet-LondonSixty.woff2")
		format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GladlyCustomAcademyFont";
	src: url("https://academy.cdn.gladly.qa/Chalet-NewYorkSixty.woff2")
		format("woff2");
	font-weight: bold;
	font-style: normal;
}

/*=== Global ===*/
html {
    
}

body {
	font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif;
	line-height: 1.75;
	font-size: 16px;
	font-weight: 400;
	text-rendering: optimizeLegibility !important;
	height: 100%;
	overflow-x: hidden;
    color: #0D0D0D;
}

.gladly-custom-template h1, 
.gladly-custom-template .h1,
.gladly-custom-template h2,
.gladly-custom-template .h2,
.gladly-custom-template h3,
.gladly-custom-template .h3,
.gladly-custom-template h4,
.gladly-custom-template .h4,
.gladly-custom-template h5,
.gladly-custom-template .h5,
.gladly-custom-template h6,
.gladly-custom-template .h6,
.gladly-custom-template p,
.gladly-custom-template li {
    margin: 0;
}

.gladly-custom-template b,
.gadly-custom-template strong {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
}

.gladly-custom-template h1, .gladly-custom-template .h1, .gladly-custom-template .h1.AL_Custom_BannerMainHeading {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(36px, 5vw, 60px);
    letter-spacing: -0.03em;
    line-height: 95%;
    margin-bottom: 25px;
    color: #0D0D0D;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template h1, .gladly-custom-template .h1, .gladly-custom-template .h1.AL_Custom_BannerMainHeading  {
        line-height: 105%;
        letter-spacing: -0.02em;
    }
}

.gladly-custom-template h2, .gladly-custom-template .h2 {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(24px, 5vw, 48px);
    letter-spacing: -0.02em;
    line-height: 100%;
    margin-bottom: 25px;
    color: #0D0D0D;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template h2, .gladly-custom-template .h2 {
        line-height: 110%;
    }
}

.gladly-custom-template h3, .gladly-custom-template .h3 {
	font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(20px, 5vw, 36px);
    letter-spacing: -0.02em;
    line-height: 110%;
    margin-bottom: 25px;
    color: #0D0D0D;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template h3, .gladly-custom-template .h3 {
        line-height: 100%;
    }
}

.gladly-custom-template h4, .gladly-custom-template .h4, .gladly-custom-template .AL_Custom_CardTitle .LinesEllipsis, .callout-card-container .eb-notice-title {
	font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(18px, 5vw, 24px);
    letter-spacing: -0.01em;
    line-height: 110%;
    margin-bottom: 25px;
    color: #0D0D0D;
}

.gladly-custom-template h5, .gladly-custom-template .h5 {
	font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(16px, 5vw, 20px);
    letter-spacing: 0;
    line-height: 110%;
    margin-bottom: 25px;
    color: #0D0D0D;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template h5, .gladly-custom-template .h5 {
        letter-spacing: -0.01em;
    }
}

.gladly-custom-template h6, .gladly-custom-template .h6 {
	font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(14px, 5vw, 16px);
    letter-spacing: 0;
    line-height: 120%;
    margin-bottom: 25px;
    color: #0D0D0D;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template h6, .gladly-custom-template .h6 {
        line-height: 110%;
    }
}

.gladly-custom-template p, .gladly-custom-template .LinesEllipsis,
.guides-template .guide-section-container .knowledge-section-container label h3 {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif; 
    font-size: clamp(16px, 5vw, 16px);
    letter-spacing: 0;
    line-height: 145%;
    color: #0D0D0D;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template p, .gladly-custom-template .LinesEllipsis,
    .guides-template .guide-section-container .knowledge-section-container label h3 {
        line-height: 135%;
        letter-spacing: 0;
    }
}

/*=== Buttons ===*/
.gladly-custom-template .gladly-content-wrapper button:not([class^="vjs-"]),
.button,
a.button:link,
.button--primary,
a.logout-button,
a.AL_Custom_BannerCta,
.forgot_password-template button
 {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important; 
    appearance: none;
    background-color: #009b00;
    border: 0 !important;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.15;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out;
    user-select: none;
    vertical-align: top;
    min-width: 135px;
    margin-top: 16px;
    max-width: 300px;
    font-weight: bold;
    box-sizing: border-box;
}

.forgot_password-template button {
    background-color: #009b00 !important;
}

.gladly-custom-template .gladly-content-wrapper button:hover,
.button:not(.button--link):hover
a.button:not(.button--link):link:hover,
.button--primary:hover,
a.logout-button:hover,
a.AL_Custom_BannerCta {
    text-decoration: none !important;
}

.gladly-custom-template .gladly-content-wrapper button:hover,
.button:hover,
a.button:link:hover,
.button--primary:hover,
a.logout-button:hover,
a.AL_Custom_BannerCta:hover {
    background-color: #0D0D0D;
    color: #fff !important;
}

a.logout-button {
    margin-top: 0;
}

.gladly-custom-template .category-cards a:hover,
.gladly-custom-template .resource-cards a:hover,
.gladly-custom-template .scorms-cards a:hover,
.gladly-custom-template .certifications-cards a:hover,
.gladly-custom-template .courses-cards a:hover,
.gladly-custom-template .AL_Custom_CardContainer a:hover {
    text-decoration: none !important;
}

/*=== Links ===*/
.gladly-custom-template .gladly-content-wrapper a, .gladly-custom-template .gladly-content-wrapper a:visited, .forgot_password-template a:link {
    color: #009B00;
}

.gladly-custom-template .gladly-content-wrapper a:hover {
    text-decoration: underline;
    color: #0D0D0D;
}

.button--link,
a.button--link,
a.button--link:link {
    padding: 0;
    position: relative;
    text-transform: none;
    transition: opacity .3s ease-out;
    letter-spacing: -0.01em;
    margin-top: 16px;
    font-size: 16px;
    min-width: auto;
    max-width: none;
}

.button--link:hover,
a.button--link:hover,
a.button--link:link:hover {
    background: none;
    text-decoration: underline;
}

a.button--link:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url('https://academy.cdn.gladly.qa/f596a97ce42ee068789c.svg');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 11px;
    margin-left: 6px;
}

.green-bg a.button--link:after {
    background-image: url('https://academy.cdn.gladly.qa/ab59b3eb6cc8141fc63e.svg');
}

/*=== Progress Bar ===*/
div[class^="ProgressBarCompleted-sc-"] {
    background-color: #009B00;
}

/*=== Header ===*/
.gladly-custom-template .academy-navigation {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	right: 0px;
	padding: 15px 24px;
	height: 75px;
}

.gladly-custom-template .academy-navigation .AL_Custom_NavContentWrapper {
	max-width: none;
	padding-top: 0;
	justify-content: space-between;
	align-items: center;
}

.gladly-custom-template .AL_Custom_NavCustomLinksList {
	margin-right: 30px;
	text-align: right;
	flex-grow: 1;
}

/*=== Navigation ===*/
.gladly-custom-template .AL_Custom_NavCustomLinksList a {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
	color: #0D0D0D;
	font-weight: bold;
	transition: border-bottom 0.3s ease-out;
	margin-right: 32px;
	margin-left: 0;
}

.gladly-custom-template .AL_Custom_NavCustomLinksList a:last-child {
	margin-right: 0;
}

.gladly-custom-template .AL_Custom_NavCustomLinksList a:hover {
	color: #009b00;
}

/*=== Containers ===*/
.gladly-custom-template:not(.my_trainings-template, .training-template) .gladly-content-wrapper {
    padding: 0;
}

.gladly-custom-template:not(.my_trainings-template, .training-template, .collections-template) .gladly-content-wrapper .academy-content {
    max-width: none;
    margin: 0;
    padding: 0;
}

.gladly-custom-template .gladly-content-wrapper .section-container {
    padding: 50px 0;
}

.gladly-custom-template .gladly-content-wrapper .section-container h2,
.gladly-custom-template .gladly-content-wrapper .section-container .AL_Custom_CardContainer {
    padding: 0 25px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    max-width: none;
}

.gladly-custom-template .category-cards .AL_Custom_SingleCard,
.gladly-custom-template .resource-cards .AL_Custom_SingleCard,
.gladly-custom-template .scorms-cards .AL_Custom_SingleCard,
.gladly-custom-template .certifications-cards .AL_Custom_SingleCard,
.gladly-custom-template .courses-cards .AL_Custom_SingleCard,
.gladly-custom-template.collections-template  div[class^="PurchaseableItemWrapper-sc-"],
.gladly-custom-template.profile-template div[class^="AcademyThemeCards-sc-"] .AL_Custom_SingleCard,
.gladly-custom-template.my_trainings-template div[class^="AcademyThemeCards-sc-"] .AL_Custom_SingleCard {
    width: 49%;
}

.gladly-custom-template.collections-template div[class^="PurchaseableItemWrapper-sc-"] .AL_Custom_SingleCard {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template .gladly-content-wrapper .section-container {
        padding: 80px 0;
    }

    .gladly-custom-template .gladly-content-wrapper .section-container h2,
    .gladly-custom-template .gladly-content-wrapper .section-container .AL_Custom_CardContainer {
        max-width: 1170px;
    }

    .gladly-custom-template .category-cards .AL_Custom_SingleCard,
    .gladly-custom-template .resource-cards .AL_Custom_SingleCard,
    .gladly-custom-template .scorms-cards .AL_Custom_SingleCard,
    .gladly-custom-template .certifications-cards .AL_Custom_SingleCard,
    .gladly-custom-template .courses-cards .AL_Custom_SingleCard,
    .gladly-custom-template.collections-template div[class^="PurchaseableItemWrapper-sc-"],
    .gladly-custom-template.profile-template div[class^="AcademyThemeCards-sc-"] .AL_Custom_SingleCard,
    .gladly-custom-template.my_trainings-template div[class^="AcademyThemeCards-sc-"] .AL_Custom_SingleCard {
        width: 32%;
        max-width: 350px;
    }
}

@media only screen and (max-width: 640px) {
    .gladly-custom-template .category-cards .AL_Custom_SingleCard,
    .gladly-custom-template .resource-cards .AL_Custom_SingleCard,
    .gladly-custom-template .scorms-cards .AL_Custom_SingleCard,
    .gladly-custom-template .certifications-cards .AL_Custom_SingleCard,
    .gladly-custom-template .courses-cards .AL_Custom_SingleCard,
    .gladly-custom-template.collections-template div[class^="PurchaseableItemWrapper-sc-"],
    .gladly-custom-template.profile-template div[class^="AcademyThemeCards-sc-"] .AL_Custom_SingleCard,
    .gladly-custom-template.my_trainings-template div[class^="AcademyThemeCards-sc-"] .AL_Custom_SingleCard {
        width: 100%;
    }

    .gladly-custom-template .category-cards .AL_Custom_CardImage,
    .gladly-custom-template .resource-cards .AL_Custom_CardImage,
    .gladly-custom-template .scorms-cards .AL_Custom_CardImage,
    .gladly-custom-template .certifications-cards .AL_Custom_CardImage,
    .gladly-custom-template .courses-cards .AL_Custom_CardImage,
    .gladly-custom-template.collections-template div[class^="PurchaseableItemWrapper-sc-"] .AL_Custom_CardImage,
    .gladly-custom-template.profile-template div[class^="AcademyThemeCards-sc-"] .AL_Custom_SingleCard .AL_Custom_CardImage,
    .gladly-custom-template.my_trainings-template div[class^="AcademyThemeCards-sc-"] .AL_Custom_SingleCard .AL_Custom_CardImage{
        padding-bottom: 40%;
    }
}

.gladly-custom-template .gladly-content-wrapper .section-container:nth-child(even) {
    background-color: #F3F3F3;
}

.gladly-custom-template .sb-comp {
    padding: 50px 0;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template .sb-comp {
        padding: 100px 0;
    }
}

.gladly-custom-template .sb-comp.no-top-padding {
    padding-top: 0;
}

.gladly-custom-template .sb-comp.green-bg {
    background: #009b00;
    color: #fff;
}

.gladly-custom-template .sb-comp.green-bg .h1,
.gladly-custom-template .sb-comp.green-bg .h2,
.gladly-custom-template .sb-comp.green-bg .h3,
.gladly-custom-template .sb-comp.green-bg .h4,
.gladly-custom-template .sb-comp.green-bg .h5,
.gladly-custom-template .sb-comp.green-bg .h6,
.gladly-custom-template .sb-comp.green-bg p {
    color: #fff;
}

.gladly-custom-template .sml-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template .sml-container {
        max-width: 1170px;
    }
}

/*=== Top Banner ===*/
.gladly-custom-template div[class^="AcademyBanner-sc-"] {
    background: #FFF;
}

.gladly-custom-template div.academy-content-banner-wrapper {
    display: block;
}

.gladly-custom-template .AL_Custom_NavBg {
    padding: 0;
}

.gladly-custom-template .AL_Custom_NavBg .academy-content-banner-wrapper {
	padding: 120px 0 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.gladly-custom-template .AL_Custom_NavBg .academy-banner-content .stats-wrapper {
    justify-content: center;
}

.gladly-custom-template .AL_Custom_NavBg .academy-banner-content h1,
.gladly-custom-template .AL_Custom_NavBg .academy-banner-content p {
    color: #0D0D0D;
    padding: 0 25px;
}

.gladly-custom-template .AL_Custom_NavBg .academy-banner-content p {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}

.gladly-custom-template .academy-content div[class^="AcademyGuideOverviewWrapper-sc-"] div[class^="HeaderWrapper-sc-"] {
    margin-bottom: 0;
}

.gladly-custom-template .academy-content div[class^="AcademyGuideOverviewWrapper-sc-"] div[class^="OutlineWrapper-sc-"] h2,
.gladly-custom-template .academy-content div[class^="AcademyGuideOverviewWrapper-sc-"] div[class^="OutlineWrapper-sc-"] .h2 {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(20px, 5vw, 36px);
    letter-spacing: -0.02em;
    line-height: 110%;
    margin-bottom: 25px;
    color: #0D0D0D;
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template .AL_Custom_NavBg .academy-content-banner-wrapper {
        max-width: 1170px;
    }

    .gladly-custom-template div.academy-content-banner-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gladly-custom-template .AL_Custom_NavBg .academy-content-banner-wrapper {
        padding: 80px 25px 20px 25px;
    }

    .gladly-custom-template .AL_Custom_NavBg .academy-banner-content .stats-wrapper {
        justify-content: flex-start;
    }

    .gladly-custom-template .AL_Custom_NavBg .academy-banner-content h1,
    .gladly-custom-template .AL_Custom_NavBg .academy-banner-content p {
        padding: 0;
    }

}

@media only screen and (max-width: 1023px) {
    .gladly-custom-template .academy-content div[class^="AcademyGuideOverviewWrapper-sc-"] {
        display: block;
    }

    .gladly-custom-template .academy-content div[class^="AcademyGuideOverviewWrapper-sc-"] div[class^="OutlineWrapper-sc-"] {
        margin-top:25px;
    }

    .gladly-custom-template .academy-content div[class^="AcademyGuideOverviewWrapper-sc-"] img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/*=== Breadcrumb ===*/
.custom-page-template div[class^="AcademyBreadcrumbWrapper-sc-"] {
    display: none;
}

.AL_Custom_Template div[class^="AcademyBreadcrumbWrapper-sc-"] {
    padding: 0;
    width: 100%;
}

.AL_Custom_Template .AL_Custom_BreadcrumbBar {
    max-width: none;
    padding: 32px 25px 0 25px;
    box-sizing: border-box;
}

.AL_Custom_Template .AL_Custom_BreadcrumbBar .AL_Custom_Breadcrumb a {
	color: #009b00 !important;
}

.AL_Custom_Breadcrumb span {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-weight: bold;
}

@media only screen and (min-width: 1024px) {
    .AL_Custom_Template .AL_Custom_BreadcrumbBar {
        max-width: 1170px;
    }
}

/*== Resources Cards ===*/
.resources-cards .AL_Custom_CardContentInner {
    height: 100%;
}

.resources-cards .AL_Custom_CardFooter,
.resources-cards .AL_Custom_CardMetas {
    display: none;
}

.resources-cards .AL_Custom_CardBody {
    height: auto;
    padding: 24px;
}

@media only screen and (max-width: 640px) {
    .resources-cards .academy-cards-wrapper {
        display: block;
    }

    .resources-cards .academy-cards-wrapper .AL_Custom_SingleCard {
        width: 100%;
    }
}

/*== Certification Cards ===*/
.certifications-cards .AL_Custom_CardContentInner {
    height: 100%;
}

.certifications-cards .AL_Custom_CardBody {
    height: auto;
}

/*== Collection Cards ===*/
.category-cards div[class^="CollectionBanner-sc-"] {
    display: none;
}

.category-cards .AL_Custom_SingleCard {
    height: auto;
    background: #252525;
}

.category-cards .AL_Custom_CardContentInner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-cards .AL_Custom_SingleCard .LinesEllipsis,
.category-cards .AL_Custom_ContentTypeLabel,
.category-cards .AL_Custom_ItemsCount {
    color: #fff;
}

.category-cards .LinesEllipsis {
    margin-bottom: 0;
}

.category-cards .AL_Custom_CardTitle {
    margin: 0 0 25px;
}

.category-cards .AL_Custom_ContentTypeLabel svg path {
    fill: #fff;
}

.category-cards .AL_Custom_CardBody, 
.category-cards .AL_Custom_CardFooter
 {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 15px 40px;
}

.category-cards .AL_Custom_CardBody {
    padding-top: 40px;
    padding-bottom: 25px;
}

.category-cards .AL_Custom_CardFooter {
    padding-top: 20px;
    padding-bottom: 20px;
}

.category-cards .AL_Custom_CardFooter {
    border-top-color: #fff;
}

/*=== Callout Cards ===*/
.callout-card-container {
    padding: 20px !important;
}

.callout-card-container.warning {
    background-color: rgb(255, 190, 0);
}

.callout-card-container.error {
    background-color: #fe1a1a;
}

.callout-card-container.success {
    background-color: rgb(0, 155, 0);
}

.callout-card-container.info {
    background-color: rgb(140, 105, 240);
}

.callout-card-container .eb-notice-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.callout-card-container:not(.warning) .h1,
.callout-card-container:not(.warning) .h2,
.callout-card-container:not(.warning) .h3,
.callout-card-container:not(.warning) .h4,
.callout-card-container:not(.warning) .h5,
.callout-card-container:not(.warning) .h6,
.callout-card-container:not(.warning) p,
.callout-card-container:not(.warning) ul li,
.callout-card-container:not(.warning) div {
    color: #fff;
}

.callout-card-container:not(.warning, .success) svg path {
    stroke: #fff;
}

.callout-card-container.success svg path {
    fill: #fff;
}

.callout-card-container:not(.warning) a {
    color: #fff;
    text-decoration: underline;
}

.callout-card-container.warning a {
    color: #0D0D0D;
    text-decoration: underline;
}

/*=== Grid Text ===*/
@media only screen and (max-width: 1023px) {
    .gladly-custom-template .sb-comp.home-band1 {
        padding: 0;
    }
}

.grid-image-text {
    display: block;
}

.grid-image-text .grid-image-text--item {
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.grid-image-text .grid-image-text--item:last-child {
    border-bottom: 0;
}

.grid-image-text .grid-image-text--item p {
    margin: 0 0 25px 0;
}

@media only screen and (min-width: 1024px) {
    .grid-image-text {
        display: flex;
        justify-content: space-between;
    }

    .grid-image-text .grid-image-text--item {
        width: calc(50% - 10px);
        padding: 0;
        border-bottom: 0;
    }

    .grid-image-text .grid-image-text--item p {
        margin: 0 0 25px 0;
        padding-right: 32px;
    }
}

/*=== Grid with Icon List ===*/
.icon-list-column-container {
    display: block;
}

.icon-list-column-container .button {
    margin: 25px 0;
}

@media only screen and (min-width: 1024px) {
    .icon-list-column-container {
        display: flex;
        justify-content: space-between;
    }

    .icon-list-column-container .button {
        margin-bottom: 0;
    }
}

.icon-list-column-container.reverse-columns {
    flex-direction: row-reverse;
}

.icon-list-column-container .icon-list-column .icon-item {
    display: flex;
    margin-bottom: 32px;
}

.icon-list-column-container .icon-list-column .icon-item:last-child {
    margin-bottom: 0;
}

.icon-list-column-container .icon-list-column .icon-item .icon-img {
    width: 60px;
    min-width: 60px;
    margin-right: 24px;
}

.icon-list-column-container .icon-list-column .icon-item .icon-copy {
    line-height: 130%;
}

.icon-list-column-container .icon-list-column .icon-item .icon-copy b {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: -0.01em;
    font-weight: bold;
}

.icon-list-column-container .left-content,
.icon-list-column-container .right-content {
    margin-top: .625rem;
    margin-bottom: .625rem;
}

@media only screen and (min-width: 1024px) {
    .icon-list-column-container .left-content {
        padding-right: 60px;
        margin-right: .9375rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .icon-list-column-container .right-content {
        padding-left: 60px;
        margin-left: .9375rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .icon-list-column-container .left-content,
    .icon-list-column-container .right-content {
        width: calc(50% - 1.875rem);
    }
}

/* Footer */
.gladly-custom-template .AL_Custom_Footer {
    border-top: 40px solid #009b00;
}

.gladly-custom-template .AL_Custom_Footer .footer-right,
.gladly-custom-template .AL_Custom_Footer .footer-left {
    display: none;
}

.gladly-custom-template .AL_Custom_Footer div[class^="AcademyFooterInner-sc-"] {
    display: block;
    padding: 0;
    margin: 0;
    max-width: none;
}

.gladly-custom-template .AL_Custom_Footer .sml-container {
    margin: 0 auto;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links {
    padding: 80px 0 0;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links nav {
    padding: 0 !important;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.sub-menu li a,
.gladly-custom-template .AL_Custom_Footer .footer-primary-links #branding-footer ul.branding-menu li a {
    font-size: 16px;
    margin: 4px 0;
    color: #fff;
    transition: all .3s ease-out;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links #branding-footer ul.branding-menu li a {
    display: inline-block;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.top-level>li a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.top-level a:hover,
.gladly-custom-template .AL_Custom_Footer .footer-primary-links #branding-footer ul.branding-menu a:hover {
    text-decoration: none;
    color: #009b00 !important;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.top-level>li>a {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease-out;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.top-level {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

 .gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.top-level>li {
    width: 100%;
    text-align: left;
    margin: 0 0 24px 0;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links li {
    font-size: clamp(16px, 5vw, 16px);
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif;
    letter-spacing: 0;
    line-height: 145%;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.sub-menu,
.gladly-custom-template .AL_Custom_Footer .footer-primary-links .branding-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links .footer-logo {
    max-width: 200px;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links .branding-menu {
    margin-bottom: 20px;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links .footer-social {
    margin-bottom: 12px;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links .footer-social a {
    margin-right: 17px;
    font-size: 24px;
    color: #fff;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links .footer-social a svg path {
    transition: all .3s ease-out;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links .footer-social a:hover svg path {
    fill: #009b00;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links #copyright {
    padding: 40px 0;
    color: #fff;
    font-size: 12px;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links #copyright a.legal-link {
    color: #fff;
    text-decoration: none;
    margin: 4px 0 0 0px;
    width: 100%;
    display: inline-block;
    transition: all .3s ease-out;
}

.gladly-custom-template .AL_Custom_Footer .footer-primary-links #copyright a.legal-link:hover {
    text-decoration: none;
    color: #009b00 !important;
}

.gladly-custom-template .AL_Custom_Footer .system-status {
    display:inline-block;
}

.gladly-custom-template .AL_Custom_Footer .status-dot {
    display:inline-block;
    width:8px;
    height:8px;
    margin:1px 8px;
    border-radius:50%;
}
.gladly-custom-template .AL_Custom_Footer .status-dot.green {
    background: #009b00;
}
.gladly-custom-template .AL_Custom_Footer .status-dot.grey {
    background: #999;
}

@media only screen and (min-width: 640px) {
    .gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.top-level>li:first-child {
        margin-left: 0;
        width: 50%;
    }

    .gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.top-level>li {
        width: 33%;
    }

    .gladly-custom-template .AL_Custom_Footer .footer-primary-links ul.top-level>li:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template .AL_Custom_Footer .sml-container {
        display: flex;
        max-width: 1170px;
    }

    .gladly-custom-template .AL_Custom_Footer #footer-menu {
        width: 75%;
    }

    .gladly-custom-template .AL_Custom_Footer #branding-footer {
        width: 25%;
    }

    .gladly-custom-template .AL_Custom_Footer .footer-primary-links li {
        line-height: 135%;
        letter-spacing: 0;
    }

    .gladly-custom-template .AL_Custom_Footer .footer-primary-links #copyright a.legal-link {
        width: auto;
        margin: 0 0px 0 32px;
    }
}


/*==== Homepage Specific ====*/
.academy-home-template .resources-cards .AL_Custom_SingleCard {
    width: 49%;
    margin-bottom: 32px;
}

@media only screen and (max-width: 640px) {
    .academy-home-template .resources-cards .AL_Custom_SingleCard {
        width: 100%;
    }

    .academy-home-template .resources-cards .AL_Custom_SingleCard .AL_Custom_CardImage {
        padding-bottom: 40%;
    }
}

.academy-home-template div[class^="AcademyBreadcrumbWrapper-sc-"] {
    display: none;
}

/*==== Custom Pages Specific ====*/
.custom-page-template .AL_Custom_NavBg .academy-banner-content {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .custom-page-template .AL_Custom_NavBg .academy-banner-content {
        width: calc(49.66667% - 1.875rem);
    }
}

.custom-page-template .banner-image img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.custom-page-template .academy-banner-content.text-align-left {
    text-align: center !important;
    margin-bottom: 20px;
}

.custom-page-template .banner-image {
    text-align: center;
}

.custom-page-template .AL_Custom_NavBg.has-banner-image {
    padding-bottom: 0;
}

.custom-page-template .AL_Custom_Template .AL_Custom_TabBar {
    width: 100%;
    padding: 0;
}

.custom-page-template .AL_Custom_Template nav {
    box-sizing: border-box;
    padding: 0 25px;
}


@media only screen and (min-width: 1024px) {
    .custom-page-template .banner-image {
        width: calc(50.33333% - 1.875rem);
        margin: 0 0 -10px 0;
    }

    .custom-page-template .academy-banner-content.text-align-left {
        text-align: left !important;
    }

    .custom-page-template .banner-image img {
        width: 100%;
        max-width: none;
    }

    .custom-page-template .AL_Custom_NavBg .academy-banner-content p {
        padding-right: 12% !important;
    }

    .custom-page-template.academy-home-template .AL_Custom_Template .academy-content-banner-wrapper,
    .custom-page-template .AL_Custom_Template nav {
        max-width: 1170px;
    }
}

/*==== Training Page Specific ====*/
.profile-template .AL_Custom_NavBg.has-banner-image {
    height: auto;
}

.my_trainings-template .AL_Custom_SingleCard--resource,
.profile-template .AL_Custom_SingleCard--resource {
    display: none;
}

.my_trainings-template .training-section-0 {
    padding: 0 0 50px 0 !important;
    margin: 0 0 50px 0;
}

.my_trainings-template div[class^="TabWrapper-sc-"] {
    padding: 0 25px;
}

.profile-template .training-section-0 {
    background-color: rgb(243, 245, 248);
    box-shadow: rgba(161, 179, 200, 0.23) 0px 3px 5px;
    padding: 50px 0 !important;
    margin: 30px 0 50px 0;
}


.profile-template .training-section-0 .academy-cards-wrapper,
.my_trainings-template .training-section-0 .academy-cards-wrapper,
.profile-template .training-section-1,
.my_trainings-template .training-section-1 {
    padding: 0 25px !important;
    margin: 0 auto;
}


.my_trainings-template .training-section-0 div[class^="StatsWrapper-sc-"],
.profile-template .training-section-0 div[class^="StatsWrapper-sc-"] {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

@media (max-width: 1250px) {
    .my_trainings-template .training-section-1div[class^="AcademyThemeCards-sc-"],
    .profile-template .training-section-1 div[class^="AcademyThemeCards-sc-"] {
        max-width: none;
    }
}


@media only screen and (min-width: 1024px) {
    .profile-template .training-section-0 .academy-cards-wrapper,
    .my_trainings-template .training-section-0 .academy-cards-wrapper,
    .profile-template .training-section-1,
    .my_trainings-template .training-section-1 {
        max-width: 1170px;
    }
}

/*==== Course Pages Specific ====*/
.guides-template .guide-section-container > div,
.guides-template div[class^="FooterWrapper-sc-"],
.guides-template div[class^="DocumentObjectWrapperStyled-sc-"] {
    padding: 0 25px;
}

.guides-template div[class^="SidebarSectionTaskWrapper-sc-"].active div[class^="SidebarSectionTaskStatusIconIncomplete-sc-"] {
    background: #009b00;
}

.guides-template div[class^="GuideTaskWrapper-sc-"] div[class^="TaskHeaderTitle-sc-"] {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
}

.guides-template .guide-section-container .knowledge-section-container {
    padding: 50px;
}

.guides-template .guide-section-container .knowledge-section-container h2 {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(18px, 5vw, 24px);
    letter-spacing: -0.01em;
    line-height: 110%;    
    color: #0D0D0D;
    margin-bottom: 30px;
}

.guides-template .guide-section-container .knowledge-section-container div[class^="StyledStack-sc-"] {
    padding-left: 25px;
}

.guides-template .guide-section-container .knowledge-section-container p,
.guides-template .guide-section-container .knowledge-section-container label h3
 {
    margin-bottom: 0;
}

.guides-template .guide-section-container .knowledge-section-container div[class^="StyledDivider-sc-"] {
    display: none;
}

.guides-template div[class^="GuideTaskWrapper-sc-"] img {
    margin: 30px 0;
    max-width: 700px;
}

.guides-template div[class^="GuideTaskWrapper-sc-"] ul {
    margin-top: 20px;
}

.guides-template div[class^="GuideTaskWrapper-sc-"] ul ul, .guides-template div[class^="GuideTaskWrapper-sc-"] ul ul ul {
    margin-top: 0;
}

.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] p,
.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] span,
.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] div,
.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] h1,
.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] h2, 
.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] h3, 
.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] h4, 
.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] h5,
.guides-template div[class^="GuideTaskWrapper-sc-"] .react-card-front div[class^="FormattedRichTextContent-sc-"] h6 {
    text-align: center;
    font-size: clamp(18px, 5vw, 24px);
    letter-spacing: -0.01em;
    line-height: 110%;    
    margin-top: 20px;
    color: #0D0D0D;
    margin-bottom: 0;
    font-weight: bold;
}

@media only screen and (min-width: 1024px) {
    .guides-template .guide-section-container > div,
    .guides-template div[class^="FooterWrapper-sc-"],
    .guides-template div[class^="DocumentObjectWrapperStyled-sc-"] {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1024px) {
    .guides-template div[class^="GuideTaskWrapper-sc-"] img {
        float: none !important;
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media only screen and (max-width: 850px) {
    .guides-template div[class^="GuideTaskWrapper-sc-"] img {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .guides-template .guide-section-container > div,
    .guides-template div[class^="FooterWrapper-sc-"],
    .guides-template div[class^="DocumentObjectWrapperStyled-sc-"] {
        padding: 0;
    }
}

/*==== Certification Pages Specific ====*/
.certifications-template .AL_Custom_PCSummaryBox {
    margin-bottom: 0;
    background-color: #F3F3F3;
    margin-top: 25px;
}

.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox {
    box-shadow: none;
    background-color: transparent;
}

.certifications-template .AL_Custom_PCSummaryBox br {
    display: none;
}

.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox p, 
.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox span,
.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox .end-user-card--body-description {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-weight: bold;
}

.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox .end-user-card--body-description {
    font-size: 16px;
}

.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox .end-user-card--body-description .tilda {
    font-size: 24px;
    position: relative;
    top: 1px;
}

.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox .workramp-section-container {
    padding: 0;
    background-color: transparent;
}

.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox .workramp-section-container button {
    margin-top: 0;
}

.gladly-custom-template.certifications-template .gladly-content-wrapper .section-container:nth-child(even) {
    background: transparent;
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox.certification-progressing {
    border-top: 8px solid rgb(140, 105, 240);
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox.certification-completed {
    border-top: 8px solid #009b00;
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox .AL_Custom_PCModuleInnerWrapper span[class^="TypeIconWrapper-sc-"],
.certifications-template .AL_Custom_PCOverviewContent .AL_Custom_PCPathLine,
.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBoxOuterWrapper:last-child:after {
    display: none;
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox .AL_Custom_PCModuleTitle {
    margin-top: 0;
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox .AL_Custom_PCModuleInnerWrapper button {
    text-transform: none;
    background-color: transparent;
    color: #0D0D0D !important;
    padding: 0;
    text-align: left;
    display: block;
    min-width: unset;
    max-width: none;
    margin-top: 0;
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox .AL_Custom_PCModuleInnerWrapper button span,
.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox .AL_Custom_PCModuleInnerWrapper .AL_Custom_PCModuleDescription span {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif;
    overflow: unset;
    overflow-wrap: unset;
    -webkit-line-clamp: none;
    font-size: clamp(16px, 5vw, 16px);
    letter-spacing: 0;
    line-height: 145%;
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox .AL_Custom_PCModuleInnerWrapper button:hover {
    background-color: transparent;
    color: #0D0D0D !important;
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBoxOuterWrapper:after {
    content: "";
    display: inline-block;
    background-image: url('https://academy.gladly.com/wp-content/themes/sightbox-wp/assets/dist/f596a97ce42ee068789c.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 0;
    transform: rotate(90deg) translateY(50%);
    position: absolute;
    left: 50%;
    bottom: -60px;
}

.certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox {
    width: 100%;
    margin-left: 0;
}

.certifications-template .AL_Custom_PCOverviewContent .AL_Custom_PCModuleBoxes {
    padding: 80px 0;
}

.certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox,
.certifications-template .AL_Custom_PCOverviewContent .AL_Custom_PCModuleBoxes {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}

.certifications-template  .AL_Custom_PCModuleBoxOuterWrapper button.AL_Custom_PCModuleGuideSection {
    display: block;
    position: relative;
    border-radius: 0;
    background-color: #0D0D0D;
    min-width: 0;
    max-width: none;
    margin-top: 0;
}

.certifications-template  .AL_Custom_PCModuleBox .AL_Custom_PCModulePassingStatus {
    align-items: end;
}

.certifications-template  .AL_Custom_PCModuleBoxOuterWrapper button.AL_Custom_PCModuleGuideSection:before,
.certifications-template  .AL_Custom_PCModuleBoxOuterWrapper button.AL_Custom_PCModuleGuideSection:after {
    content: "";
    height: 4px;
    position: absolute;
    transition: all ease-in-out 0.1333333333s;
    width: 20px;
    top: calc(50% - 2px);
    right: 25px;
}

.certifications-template  .AL_Custom_PCModuleBoxOuterWrapper button.AL_Custom_PCModuleGuideSection:before {
    background-color: #fff;
}

.certifications-template  .AL_Custom_PCModuleBoxOuterWrapper button.AL_Custom_PCModuleGuideSection:after {
    transform: rotate(90deg);
}

.certifications-template  .AL_Custom_PCModuleBoxOuterWrapper button.AL_Custom_PCModuleGuideSection[aria-expanded="false"]:after {
    background-color: #fff;
}

.certifications-template  .AL_Custom_PCModuleBoxOuterWrapper button.AL_Custom_PCModuleGuideSection .LinesEllipsis {
    color: #fff !important;
    text-align: left;
}


@media only screen and (min-width: 1024px) {
    .certifications-template .AL_Custom_PCModuleBoxes .AL_Custom_PCModuleBox .AL_Custom_PCModuleDescription {
        width: 80%;
    }

    .certifications-template .AL_Custom_PCSummaryBox .AL_Custom_PCInnerSummaryBox,
    .certifications-template .AL_Custom_PCOverviewContent .AL_Custom_PCModuleBoxes {
        max-width: 1170px;
        margin: 0 auto;
    }
}

/*==== Collection Pages Specific ====*/
.gladly-custom-template.collections-template .academy-content {
    padding: 30px 25px 0 25px;
}

@media (max-width: 1250px) {
    .gladly-custom-template.collections-template .academy-content .AL_Custom_CardContainer  {
        max-width: none;
    }
}

@media only screen and (min-width: 1024px) {
    .gladly-custom-template.collections-template .academy-content {
        max-width: 1170px;
        margin: 0 auto;
    }
}

/*==== Training Pages Specific ====*/
.training-template .AL_Custom_GOSectionContainer .LinesEllipsis {
    margin-bottom: 0;
}

.training-template .academy-content-wrapper img {
    margin-bottom: 30px;
}

.accordion-column {
    display: flex;
    flex-wrap: wrap;
}

.accordion-item {
    width: 100%;
}

.accordion-item h3 {
    cursor: pointer;
    margin-bottom: 0;
}

.accordion-item .accordion-content {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif;
    height: 0;
    opacity: 0;
    transition: .3s all ease;
    margin: 0;
    padding: 0 25px;
    pointer-events: none;
}

.accordion-item .accordion-content a {
    color: #009b00;
}

.accordion-item .accordion-content a:hover {
    text-decoration: underline;
}

.accordion-item .accordion-content ul,
.accordion-item .accordion-content ol {
    margin-top: 25px;
}

.accordion-item .accordion-content ol li,
.accordion-item .accordion-content ul li {
    margin-bottom: 8px;
}

.accordion-item.active .accordion-content {
    pointer-events: all;
}

.accordion-item.active .accordion-content {
    height: auto;
    opacity: 1;
    padding: 25px;
}

.accordion-item h3.h6 {
    position: relative;
    padding: 24px 60px 24px 25px;
    background-color: #0D0D0D;
    color: #fff;
    margin-bottom: 0;
}

.accordion-item h3:before,
.accordion-item h3:after {
    content: "";
    height: 4px;
    position: absolute;
    transition: all ease-in-out 0.1333333333s;
    width: 20px;
    top: calc(50% - 2px);
    right: 25px;
    background-color: #fff;
}
        
.accordion-item:not(.active) h3:after {
    transform: rotate(90deg);
}

/*==== Workramp Accordion ====*/
div[class^="AccordionContainer-sc-"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

div[class^="AccordionContainer-sc-"] div[class^="TriggerWrapper-sc-"] {
    padding: 0;
}

.gladly-custom-template .gladly-content-wrapper div[class^="AccordionContainer-sc-"] div[class^="TriggerWrapper-sc-"] button {
    position: relative;
    padding: 0;
    background-color: #0D0D0D;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    display: block;
    max-width: none;
    border-radius: 0;
    cursor: pointer;
    margin-top: 0;
}

div[class^="AccordionContainer-sc-"] div[class^="TriggerWrapper-sc-"] button h3 {
    position: relative;
    color: #fff;
    margin: 0;
    text-align: left;
	font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(14px, 5vw, 16px);
    letter-spacing: 0;
    line-height: 120%;
    padding: 24px 60px 24px 25px;
    cursor: pointer;
}

div[class^="AccordionContainer-sc-"] div[class^="TriggerWrapper-sc-"] button svg {
    display: none;
}

div[class^="AccordionContainer-sc-"] div[class^="TriggerWrapper-sc-"] button h3:before,
div[class^="AccordionContainer-sc-"] div[class^="TriggerWrapper-sc-"] button h3:after {
    content: "";
    height: 4px;
    position: absolute;
    transition: all ease-in-out 0.1333333333s;
    width: 20px;
    top: calc(50% - 2px);
    right: 25px;
    background-color: #fff;
}

div[class^="AccordionContainer-sc-"] div[class^="TriggerWrapper-sc-"] button[aria-expanded=false] h3:after {
    transform: rotate(90deg);
}

div[class^="AccordionContainer-sc-"] div[class^="PanelWrapper-sc-"] {
    transition: .3s all ease;
    margin: 0;
    padding: 25px;
}

/*==== Sidebar TOC ====*/
div[class^="Sidebar-sc-"] div[class^="Title-sc-"] {
	font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(20px, 5vw, 36px);
    letter-spacing: -0.02em;
    line-height: 110%;
    margin-bottom: 20px;
    color: #0D0D0D;
}

div[class^="Sidebar-sc-"] .h3 {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important;
    font-size: clamp(18px, 5vw, 24px);
    letter-spacing: -0.01em;
    line-height: 110%;    
    margin-top: 20px;
    color: #0D0D0D;
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    div[class^="Sidebar-sc-"] div[class^="Title-sc-"] {
        line-height: 110%;
    }
}

/*==== Completed Popup ====*/
.modal-content {
    min-width: 670px;
}

div[class^="PoweredBy-sc-"] {
    display: none !important;
}

[class^='GuideCompletionWrapper-'] div {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important; 
    font-weight: bold;
    color: #0D0D0D;
}

/* Affect the first button specifically */
[class^='GuideCompletionWrapper-']
[class^='ButtonFooter-']
[class^='StyledCol-']
button:not([class^="vjs-"]) {
    font-family: "GladlyCustomAcademyFont", 'Times New Roman', 'Helvetica', sans-serif !important; 
    appearance: none;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.15;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out;
    user-select: none;
    vertical-align: top;
    min-width: 135px;
    max-width: 300px;
    font-weight: bold;
    box-sizing: border-box;
}

/* Affect the first button specifically */
[class^='GuideCompletionWrapper-']
[class^='ButtonFooter-']
[class^='StyledCol-']:nth-child(1)
button:not([class^="vjs-"]) {
    
  color: #009b00;
  background-color: #fff;
  border-color: #009b00;
}

[class^='GuideCompletionWrapper-']
[class^='ButtonFooter-']
[class^='StyledCol-']:nth-child(1)
button:not([class^="vjs-"]):hover {
    color: #0D0D0D;
    border-color: #0D0D0D;
}

/* Affect the second button specifically */
[class^='GuideCompletionWrapper-']
[class^='ButtonFooter-']
[class^='StyledCol-']:nth-child(2)
button:not([class^="vjs-"]) {
  color: #fff;
  background-color: #009b00;
  border-color: #009b00;
}

[class^='GuideCompletionWrapper-']
[class^='ButtonFooter-']
[class^='StyledCol-']:nth-child(2)
button:not([class^="vjs-"]):hover {
    background-color: #0D0D0D;
    border-color: #0D0D0D;
}

/*=== Search Popup ===*/
#layer-popovers div[class^="StyledDialog-sc-"] li > span[class^="StyledText-sc-"] {
    font-weight: bold;
}

#layer-popovers div[class^="StyledDialog-sc-"] li a:hover div[class^="StyledItem-sc-"] div[class^="StyledLabelWrapper-sc-"] span {
    color: #009b00;
}

#layer-popovers div[class^="StyledDialog-sc-"] li a div[class^="StyledItem-sc-"] div[class^="StyledLabelWrapper-sc-"] p[class^="StyledText-sc-"] {
    display: none;
}

#layer-popovers div[class^="StyledDialog-sc-"] li[class^="StyledDivider-sc-"] {
    margin-top: 20px;
}

/*==== Tabs ====*/
div[class^="TabWrapper-sc-"] div[class^="Tab-sc-"]:not(.selected):hover {
    color: #009b00;
}

div[class^="TabWrapper-sc-"] div[class^="Tab-sc-"].selected {
    font-weight: bold;
    color: #0D0D0D;
}

/*=== Matching Quiz ===*/
.gladly-custom-template .matching-row .LinesEllipsis {
    font-weight: normal;
    margin-bottom: 0;
    font-size: clamp(14px, 4vw, 14px)
}

.gladly-custom-template .guide-section-container .knowledge-section-container p.matching-question-instructions {
    margin-bottom: 20px;
}

.gladly-custom-template .matching-box.matching-question,
.gladly-custom-template .matching-box.matching-answer,
.gladly-custom-template .task-object-test .matching-answer-outline {
    height: 7rem;
}

.gladly-custom-template .matching-box.matching-answer,
.gladly-custom-template .task-object-test .matching-answer.matching-answered,
.gladly-custom-template .task-object-test .matching-answer-outline {
    width: 25% !important;
}

/*=== Sticky Headers Nav ===*/
.sticker-header-wrapper {
    margin-top: 50px;
}

.sticker-header-wrapper.sticky {
    position: fixed;
    top: 0;
    width: 100%; /* Or adjust as needed */
    z-index: 1000; /* Ensure it stays above other content */
}

.sticker-header-wrapper.sticky {
    margin-top: 0;
    padding: 15px 15px 5px 15px;
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticker-header-wrapper.sticky .h4 {
    font-size: clamp(16px, 5vw, 16px);
}

.sticker-header-wrapper.sticky ul li a {
    font-size: clamp(12px, 3vw, 12px);
    padding: 5px 15px;
}

.sticker-header-wrapper .sticky-headers-nav {
    margin: 0 auto;
}

.sticker-header-wrapper .h4 {
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

.sticky-headers-nav ul {
    padding: 0 10px;
    margin: 15px 0 0 0;
}

.sticky-headers-nav ul li {
    list-style: none;
    display: inline-block;
}

.sticky-headers-nav ul li a {
    display: flex;
    align-items: center;
    font-weight: 600;
    border-bottom: 5px solid transparent;
    transition: 0.3s ease-in-out;
    color: #0D0D0D;
    padding: 10px 25px;
    margin: 0px 20px 10px 0px;
    border-radius: 25px;
    border: 1px solid #d1d1d1;
}

.sticky-headers-nav ul li a:hover {
    text-decoration: none;
    color: #009b00;
    border: 1px solid #009b00;
}

@media only screen and (min-width: 1024px) {
    .sticker-header-wrapper .h4 {
        max-width: 1170px;
    }
}

/*=== Top Notification Banner ===*/
.top-notification-banner {
    background-color: #009b00;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
}

.top-notification-banner a, .top-notification-banner a:hover {
    color: #fff;
    text-decoration: underline;
}

/*=== Embed CSS ===*/
.wistia_responsive_padding {
    margin-bottom: 30px;
}

.wistia_responsive_padding .wistia_embed {
    height: 100% !important;
}

/*=== Custom Guide Use Classes ===*/
.guides-template div[class^="GuideTaskWrapper-sc-"] .img-border-only {
    border: 1px solid #AAAAAA;
}

.guides-template div[class^="GuideTaskWrapper-sc-"] .img-box-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.guides-template div[class^="GuideTaskWrapper-sc-"] .img-hard-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}