@font-face {
    font-family: AvantGardeDemi;
    src: url("/sfsites/c/resource/lcc_assets/AvantGarde-Demi.woff2") format("woff2"),url("/sfsites/c/resource/lcc_assets/AvantGarde-Demi.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/*root variables*/
:root {
    --lec-action-color-r: 1;
    --lec-action-color-g: 118;
    --lec-action-color-b: 211;
    --lec-action-color-fallback: rgb(var( --lec-action-color-r), var( --lec-action-color-g), var( --lec-action-color-b));
    --lec-action-color: var(--lwc-colorBrand, var(--lec-action-color-fallback));

    --lec-heading-color-r: 3;
    --lec-heading-color-g: 45;
    --lec-heading-color-b: 96;
    --lec-heading-color-fallback: rgb(var(--lec-heading-color-r), var(--lec-heading-color-g), var(--lec-heading-color-b));
    --lec-heading-color: var(--dxp-s-button-color-hover, var(--lec-heading-color-fallback));

    --lec-light-color: rgb(207, 233, 254);
    --lec-lighter-color: rgb(234, 245, 254);
    --lec-tile-box-shadow-sm: 0px 0px 2px 0px rgba(24, 24, 24, 0.08),0px 2px 4px 1px rgba(24, 24, 24, 0.16);
    --lec-tile-box-shadow-lg: 0px 12px 24px -4px rgba(24, 24, 24, 0.08),0px 16px 32px -4px rgba(24, 24, 24, 0.16)
}

:focus {
    outline: var(--lec-heading-color) auto 1px !important;
}

.externalLinkWhite:focus {
    outline: #ffffff auto 1px !important;
}

/*screen reader bypass*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  button.report-broken-link {
    position: fixed;
    transform: rotate(90deg);
    top: 50%;
    left: -62px;
    font-size: smaller;
    height: 40px;
    width: 130px;
    padding: 0;
    align-items: start;
}
  
.screen-reader-text:hover, 
.screen-reader-text:active, 
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    opacity: 1;
  }

/*Navigation Menu*/
.forceCommunityGlobalNavigation .slds-is-nested > li .comm-navigation__item > a {
    border: 0 !important;
}

.forceCommunityGlobalNavigation .slds-list_horizontal>.slds-list__item>.comm-navigation__item>.slds-is-nested {
    border: 1px solid var(--lec-heading-color);
}

.forceCommunityGlobalNavigation .slds-list__item button:focus {
    border: 1px solid var(--lec-heading-color);
    box-shadow: none;
    border-bottom: none;
}

div.navBarContainer div[role="ccnavMenuCSS"] c-primitive-icon > svg[data-key="home"] {
    width: 20px;
    height: 20px;
}

c-tree-item lightning-icon div.navBarContainer svg[data-key^="chevron"] {
    margin-bottom: 5px;
}

c-drilldown-navigation-list lightning-icon.comm-drilldown-navigation__chevron-right {
    width: 1rem !important;
    height: 1rem !important;
    margin-top: 3px;
}

.hamburgerMenuContainer .vertical-menu .slds-tree_container {
    padding: 20px;
}

.ccnavmenu-hamburger-icon {
    color: var(--ccnavmenus-brandNavigationColorText,#333) !important;
    font-size: 40px !important;
}
.hamburgerMenuContainer nav {
    background-color: #fff;
}

.hamburgerMenuContainer nav a.menuLink,
.hamburgerMenuContainer nav .slds-tree__item > button {
    color: var(--ccnavmenus-brandNavigationColorText,#333) !important;
}

div[role='ccnavMenuCSS'] li a.menuLink[ccnavmenus-treeItem_treeItem] {
    font-family: 'AvantGardeDemi';
    color: var(--lec-heading-color);
    font-size: 14px;
}

div[role='ccnavMenuCSS'] li a[href="/"].menuLink[ccnavmenus-treeItem_treeItem] {
    width: 20px;
}

.slds-tree__item:hover[ccnavmenus-treeItem_treeItem] {
    box-shadow: none !important
}

@media only screen and (max-width:1024px) { 
    .hamburgerMenuContainerDrillDown ul {
        max-width: 90vw;
    }
}

/* Social Share */
ccscl-ccp-social-share .container.slds-scrollable_y {
    height: auto !important;
    max-height: 80vh !important;
}

/*Events Calendar*/
cccalendar-cccalendar .fc-toolbar.fc-header-toolbar .fc-center h2 {
    padding-left: 5px;
    padding-right: 5px;
}

c-ccevent-details .titleH2Container > h2,
cccalendar-ccevent-details .titleH2Container > h2 {
    font-family: 'AvantGardeDemi';
    color: var(--lec-heading-color);
}

cccalendar-cc-upcoming-events > div.box .cccalendar_modal__content[cccalendar-cceventDetails_cceventDetails] {
    margin: var(--lwc-spacingSmall,0.75rem);
    padding: 0 !important;
}

cccalendar-cc-upcoming-events > div.box {
    box-shadow: var(--lec-tile-box-shadow-sm);
    border-radius: 20px;
    border: 0 !important;
}

cccalendar-cc-upcoming-events > div.box:hover {
    box-shadow: var(--lec-tile-box-shadow-lg);
}

cccalendar-cc-upcoming-events .titleH2Container > h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}

/* hide search bar on home page */
/*
.comm-page-home .searchBar {
    display: none;
}
*/

.comm-page-home div#topBanner {
    display: none;
}

.comm-page-home .ui-widget:first-of-type > div.forceCommunitySection:first-of-type,
.comm-page-home .siteforceDesignTimeSection:first-of-type .forceCommunitySection:first-of-type,
.comm-page-custom-feedback .ui-widget:first-of-type > div.forceCommunitySection:first-of-type,
.comm-page-custom-feedback .siteforceDesignTimeSection:first-of-type .forceCommunitySection:first-of-type,
.comm-page-error .ui-widget:first-of-type > div.forceCommunitySection:first-of-type {
    background-color: var(--lec-heading-color);
    width: calc(100vw);
    left: -1.5rem;
}

header[data-f6-region] {
    padding: 0 !important;
    display: block !important;
}


/*404 section in header*/
header[data-f6-region] community_layout-section.comm-section-container.community_layout-section_section-host[data-component-id="section-9a8e"] {
    background-color: var(--lec-heading-color);
    width: calc(100vw);
    min-height: calc(100vh - 400px);
}

/*connect with us header banner*/
main[data-f6-region] community_layout-section.comm-section-container.community_layout-section_section-host[data-component-id="section-0ab9"] {
    background-color: var(--lec-heading-color);
}

footer[data-f6-region] {
    padding: 0 !important;
    display: block !important;
}

footer[data-f6-region] community_layout-section.comm-section-container.community_layout-section_section-host[data-component-id="section-a184"],
footer[data-f6-region] community_layout-section.comm-section-container.community_layout-section_section-host[data-component-id="section-264d"] {
    width: calc(100vw);
}

.comm-page-home .bannerParentDiv,
.comm-page-custom-feedback .bannerParentDiv {
    text-align: center;
    height: 26rem;
    display: flex;
    align-items: center;
}

.comm-page-home .bannerChildDiv,
.comm-page-custom-feedback .bannerChildDiv {
    margin-left: auto;
    margin-right: auto;
}

.comm-page-home .bannerH1,
.comm-page-custom-feedback .bannerH1 {
    color: #fff;
    font-family: 'AvantGardeDemi';
    font-weight: 400;
    font-size: 3rem;
    padding: 0 15px 0 15px;
}

.comm-page-home c-custom-tile-menu h1 {
    font-family: 'AvantGardeDemi';
    color: var(--lec-heading-color) !important;
}

.comm-page-home .homeContinueBlazeYourTrail > a {
    font-family: 'AvantGardeDemi';
}

@media (max-width: 768px) {
    .comm-page-home .bannerH1,
    .comm-page-custom-feedback .bannerH1 {
        font-size: 2rem;
    }
    .comm-page-home .bannerSubtitleText,
    .comm-page-custom-feedback .bannerSubtitleText {
        font-size: 0.9rem;
        padding: 0 15px 0 15px;
    }
}

.comm-page-home .bannerSubtitleText,
.comm-page-custom-feedback .bannerSubtitleText {
    color: #fff;
    font-family: Salesforce Sans;
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: .14em;
}

.comm-page-home .bannerButtonLink {
    border-radius: 3em!important;
    padding: .7em 3em;
    text-align: center;
    border: none;
    font-size: 1rem;
}

/*Connect with Us page overrides*/
.comm-page-custom-feedback c-custom-tile-menu h1 {
    font-family: 'AvantGardeDemi';
    color: var(--lec-heading-color) !important;
}


/*article and news page overrides*/
/*pre tag css for code formatting*/
pre {
    background-color: #F8F8F8;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 1px 1px 3px #989696;
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
    color: rgb(3 89 109);
    font-size: 1em;
    border-left: 4px #6CE26C solid;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 78vw;
}

@media only screen and (max-width:47.9375em){

    pre {
        max-width: 90vw;
        margin-right: 0;
        margin-left: 0;
    }

}

.comm-page-article h2,
.comm-page-article h3,
.comm-page-article h4,
.comm-page-managed-content-news h2,
.comm-page-managed-content-news h3,
.comm-page-managed-content-news h4 {
    color: var(--lec-heading-color);
}

.comm-page-article .mainContentArea,
.comm-page-managed-content-news .mainContentArea {
    margin-left: 15rem;
    margin-right: 15rem;
}

.comm-page-managed-content-news .forceCommunityManagedContentDetail {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.comm-page-article articlebody-article-body,
.comm-page-managed-content-news .forceCommunityManagedContentDetail {
    font-size: 18px;
}

.comm-page-article articlebody-article-body h2,
.comm-page-managed-content-news .forceCommunityManagedContentDetail h2 {
    font-size: 26px;
}

.comm-page-article articlebody-article-body h3,
.comm-page-managed-content-news .forceCommunityManagedContentDetail h3 {
    font-size: 22px;
}



.comm-page-article .authorTitle,
.comm-page-managed-content-news .authorTitle {
    font-size: 26px !important;
    color: var(--lec-heading-color) !important;
}

.comm-page-article c-about-the-author,
.comm-page-managed-content-news c-about-the-author {
	font-size: 16px;
}

.comm-page-article c-content-heading,
.comm-page-managed-content-news c-content-heading {
font-size: 16px;
}

.contentTitle[c-contentHeading_contentHeading] {
    font-weight: 600;
    color: var(--lec-heading-color);
}



/*no external link indicator override*/
.noexternalLink:after,
c-custom-tile-menu a[target='_blank']:after,
.js-content-navlink a:after
{
    background-image: none !important;
}

.comm-page-detail-a02 button[title="Open"]:after {
    display: none !important;
}

/*External Links*/
.externalLink:after,
a[target='_blank']:not([cccalendar-cceventdetails_cceventdetails]):not([class*='hasButton']):after,
a[target='_blank'] > button:after,
c-custom-tile-menu .tileDiv:hover a[target='_blank'] > button.slds-button_brand:after,
a:not([href ^= 'https://www.learnexperiencecloud.com']).js-content-navlink > p:after {
    content: '';
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" id="new_window"><g><path d="M48.7 2H29.6c-.8 0-1.6.5-1.6 1.3v3c0 .8.7 1.7 1.6 1.7h7.9c.9 0 1.4 1 .7 1.6l-17 17c-.6.6-.6 1.5 0 2.1l2.1 2.1c.6.6 1.5.6 2.1 0l17-17c.6-.6 1.6-.2 1.6.7v7.9c0 .8.8 1.7 1.6 1.7h2.9c.8 0 1.5-.9 1.5-1.7v-19c0-.9-.5-1.4-1.3-1.4z"></path><path d="M36.3 25.5L32.9 29c-.6.6-.9 1.3-.9 2.1v11.4c0 .8-.7 1.5-1.5 1.5h-21c-.8 0-1.5-.7-1.5-1.5v-21c0-.8.7-1.5 1.5-1.5H21c.8 0 1.6-.3 2.1-.9l3.4-3.4c.6-.6.2-1.7-.7-1.7H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4V26.2c0-.9-1.1-1.3-1.7-.7z"></path></g></svg>');
    display: inline-flex;
    height: 13px;
    width: 13px;
    margin-left: 5px;
    margin-bottom: 3px;
    opacity: 0.2;
}

.comm-page-custom-experience-cloud-lwr-apps a[target='_blank']:not([cccalendar-cceventdetails_cceventdetails]):after {
    display: none;
}

.lccfooter a[target='_blank']:after,
a[target='_blank'] > button.slds-button_brand:not([c-customtilemenu_customtilemenu]):after {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" id="new_window"><g><path d="M48.7 2H29.6c-.8 0-1.6.5-1.6 1.3v3c0 .8.7 1.7 1.6 1.7h7.9c.9 0 1.4 1 .7 1.6l-17 17c-.6.6-.6 1.5 0 2.1l2.1 2.1c.6.6 1.5.6 2.1 0l17-17c.6-.6 1.6-.2 1.6.7v7.9c0 .8.8 1.7 1.6 1.7h2.9c.8 0 1.5-.9 1.5-1.7v-19c0-.9-.5-1.4-1.3-1.4z"></path><path d="M36.3 25.5L32.9 29c-.6.6-.9 1.3-.9 2.1v11.4c0 .8-.7 1.5-1.5 1.5h-21c-.8 0-1.5-.7-1.5-1.5v-21c0-.8.7-1.5 1.5-1.5H21c.8 0 1.6-.3 2.1-.9l3.4-3.4c.6-.6.2-1.7-.7-1.7H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4V26.2c0-.9-1.1-1.3-1.7-.7z"></path></g></svg>') !important;
    opacity: 0.7 !important;
}
.externalLinkWhite:after {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" id="new_window"><g><path d="M48.7 2H29.6c-.8 0-1.6.5-1.6 1.3v3c0 .8.7 1.7 1.6 1.7h7.9c.9 0 1.4 1 .7 1.6l-17 17c-.6.6-.6 1.5 0 2.1l2.1 2.1c.6.6 1.5.6 2.1 0l17-17c.6-.6 1.6-.2 1.6.7v7.9c0 .8.8 1.7 1.6 1.7h2.9c.8 0 1.5-.9 1.5-1.7v-19c0-.9-.5-1.4-1.3-1.4z"></path><path d="M36.3 25.5L32.9 29c-.6.6-.9 1.3-.9 2.1v11.4c0 .8-.7 1.5-1.5 1.5h-21c-.8 0-1.5-.7-1.5-1.5v-21c0-.8.7-1.5 1.5-1.5H21c.8 0 1.6-.3 2.1-.9l3.4-3.4c.6-.6.2-1.7-.7-1.7H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4V26.2c0-.9-1.1-1.3-1.7-.7z"></path></g></svg>') !important;
    opacity: 0.7 !important;
}

.lec-HTML-sectionHeader {
    font-size: 36px;
    color: var(--lec-heading-color);
    font-family: 'AvantGardeDemi';
}

.lec-HTML-sectionSubHeader {
    font-size: 22px;
}

@media (max-width: 768px) {
    
    .lec-HTML-sectionSubHeader {
        font-size: 1rem;
    }

}

.lec-HTML-pageBanner {

    background-color: var(--lec-light-color);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
        
}

@media (max-width: 1024px) {
    .lec-HTML-pageBanner {
        width: 99vw;
    }
}

.lec-HTML-pageBanner .lec-HTML-pageHeader {
    margin-top: auto;
    max-width: calc(100vw - 3rem);
}

.lec-HTML-pageBanner .lec-HTML-pageSubHeader {
    margin-bottom: auto;
    max-width: calc(100vw - 3rem);
}

.lec-HTML-customButton {
    border-radius: 3em!important; 
	padding: .7em 3em;
	border-width: 1px;
    border-color: var(--lec-action-color);
	border-style: solid;
}

.lec-HTML-customButton:hover {
    background-color: #fff !important;
    border-color: var(--lec-action-color);
    color: var(--lec-action-color) !important;
}

/*nav menu overrides*/

ccnavmenus-nav-menu c-tree-item[aria-level="1"][ccnavmenus-treeItem_treeItem]:first-child svg.menu-icon {
    margin-right: 0;
}

ccnavmenus-nav-menu c-tree-item[aria-level="1"][ccnavmenus-treeItem_treeItem]:first-child span[title='⠀'] {
    display: none;
}

ccnavmenus-nav-menu {
    width: 100%;
}


ccnavmenus-nav-menu c-tree-item[role='treeitem'] > div.slds-tree__item:hover {
    border-bottom: 1px var(--lec-action-color) solid;
 }
 
 ccnavmenus-nav-menu c-tree-item[aria-selected=true] {
     border-bottom: 1px var(--lec-action-color) solid;
 }

 ccnavmenus-nav-menu [data-role="treeitem"]:not([aria-selected="true"]) > div[role="ccnavMenu-treeItemCSS"]:hover {
    border-bottom: 1px var(--lec-action-color) solid;
}

c-tree-item[aria-expanded="true"][data-role="treeitem"]:not([aria-selected="true"]) > div[role="ccnavMenu-treeItemCSS"]:hover {
    border-bottom: 0;
}

 ccnavmenus-nav-menu c-tree-item .slds-tree__item {
    text-decoration: none !important;
}

.ccnavmenu-hamburger-button-close {
    right: -2px !important;
    border: 2px darkgray solid;
    border-bottom: 0px;
    position: absolute;
}

.hamburgerMenuContainer {
    width: 23rem !important;
}

.hamburgerMenuContainer div[role="ccnavMenu-treeItemCSS"][ccnavmenus-treeItem_treeItem] > div[ccnavmenus-treeItem_treeItem] {
    padding-left: 0px;
}

.hamburgerMenuContainer div[role="ccnavMenu-treeItemCSS"][ccnavmenus-treeItem_treeItem] > div[data-is-leaf="true"][ccnavmenus-treeItem_treeItem] {
    padding-left: 22px;
}


ccnavmenus-nav-menu .hamburgerIconContainer li.comm-drilldown-navigation__close-button {
    height: 48px;
    width: 45px;
    box-shadow: -1px -1px 2px 0px rgb(132 132 132);
}

ccnavmenus-nav-menu .hamburgerIconContainer ul.comm-drilldown-navigation__list.comm-drilldown-navigation__slideDown.slds-list_vertical.menuMobileView {
    width: 100vw;
    position: absolute;
    left: -0.75rem;
}

ccnavmenus-nav-menu .horizontalMenuItem .slds-tree__item[ccnavmenus-treeItem_treeItem] > button[ccnavmenus-treeItem_treeItem] {
    margin-top: 0;
    height: 17px;
}


/*Events Page Menu Overrides*/
.eventsMenu [data-role="treeitem"]:not([aria-selected="true"]) > div[role="ccnavMenu-treeItemCSS"]:hover {
    border-bottom: none !important;
}

.eventsMenu c-tree-item[aria-selected=true] {
    border-bottom: none !important;
}

.eventsMenu c-tree-item:hover {
    border-bottom: 1px var(--lec-action-color) solid !important;
}

/*iframe embeds for videos on content (news) detail page*/
.comm-page-managed-content-news .forceCommunityManagedContentDetail iframe,
.embeddedVideo iframe[src*="play.vidyard.com"],
iframe[src*="play.vidyard.com"].embeddedVideo,
.embeddedVideo iframe[src*="www.youtube.com"],
iframe[src*="www.youtube.com"].embeddedVideo {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 565px;
    border: 0;
}

.slds-col--padded.contentRegion.comm-layout-column:nth-child(2) {
    padding-top: 0;
}

/*code formatting h6 for CMS pages*/
.comm-page-managed-content-news h6 {
    background: #f4f4f4;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    margin-bottom: 0px !important;
    max-width: 100%;
    overflow: auto;
    padding: 0em 1.5em;
    display: block;
    word-wrap: break-word;
}

/*remove link css from code h6*/
.comm-page-managed-content-news h6 > a, 
.comm-page-managed-content-news h6 > a:hover {
    color: inherit;
    text-decoration: none;
    cursor: auto;
}

/*content calculated height for short pages to push footer down*/
main.community_byo-scoped-header-and-footer__main[role="main"] {
    min-height: calc(100vh - 380px);
}

main[community_layout-simplethemelayout_simplethemelayout][role="main"] {
    display: none;
}

/*Search term on search page*/
.comm-page-global-search span.uiOutputText {
    font-size: 36px;
    font-weight: 100;
}

/* Main Container Background Color */
.cCenterPanel {
    margin-top: 0;
}
.cAdventure_Base {
    /*margin-top: 13%;*/
}

/*Override font for CMS Titles*/
.forceCommunityTileLayout a.js-content-title.js-content-navlink {
    font-family: 'AvantGardeDemi';
}

/*Truncate CMS Subtitles*/
.js-dynamic-collection .forceCommunityDynamicCollectionGrid .js-content-subtitle,
.js-dynamic-collection .forceCommunityCarousel .js-content-subtitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.js-dynamic-collection .forceCommunityDynamicCollectionGrid .forceCommunityTileLayout > div {
    box-shadow: var(--lec-tile-box-shadow-sm);
}

.js-dynamic-collection .forceCommunityDynamicCollectionGrid .forceCommunityTileLayout > div:hover {
    box-shadow: var(--lec-tile-box-shadow-lg);
}

.js-dynamic-collection .forceCommunityDynamicCollectionGrid .forceCommunityTileLayout .js-content-datetime {
    max-width: 130px;
    max-height: 20px;
    overflow: hidden;
    display: block;
}

.js-dynamic-collection .forceCommunityDynamicCollectionGrid .forceCommunityTileLayout ul.metadataFields li {
    display: block;
}

.js-dynamic-collection .forceCommunityDynamicCollectionGrid .forceCommunityTileLayout ul.metadataFields li:before {
    content: "";
    margin: 0;
}

/*spinner container*/
.siteforceSpinnerManager.siteforcePanelsContainer {
    display: none;
}

/*Journey Overrides*/
h2.stepModuleTitle {
    font-family: 'AvantGardeDemi';
    color: var(--lec-heading-color);
}


/*feedback container*/
.forceCommunityContactSupportForm{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: .5rem;
    width: 75%;
    margin: 0 auto;
    padding: 2%;
}

/*home page hero search*/
c-hero .heroSearch section.slds-popover {
    left: 0;
    max-width: 80%;
    z-index: 9999 !important;
    text-align: left;
}

/* search filter overrides*/
c-search-filter [type="checkbox"] { 
    width: 100% !important;
    height: 100% !important;
}

c-search-filter [type="checkbox"]:focus {
    border: 3px solid orange !important;
    clip: auto !important;
}

/*Search result tiles overrides*/
c-custom-search-results a.contentTitle,
c-module-task-details-l-w-r a.contentTitle {
    font-family: 'AvantGardeDemi';
}

c-custom-search-results a.contentTitle lightning-formatted-rich-text > span {
    line-height: normal !important;
}

c-custom-search-results a.contentTitle {
    min-height: 53px;
}

c-custom-search-results .tileContainer,
c-module-task-details-l-w-r .tileContainer {
    border: 0 !important;
    box-shadow: var(--lec-tile-box-shadow-sm);
}

c-custom-search-results .tileContainer:hover,
c-module-task-details-l-w-r .tileContainer:hover {
    border: 0 !important;
    box-shadow: var(--lec-tile-box-shadow-lg);
}


c-module-task-details-l-w-r .tileContainer .contentTopics {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 70px;
}

.notruncate c-module-task-details-l-w-r .tileContainer .contentTopics {
    overflow: auto;
    -webkit-line-clamp: initial;
    height: auto;
    margin-top: 10px;
}

c-module-task-details-l-w-r .tileContainer .contentSummary {
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 95px;
}

.notruncate c-module-task-details-l-w-r .tileContainer .contentSummary {
    overflow: auto;
    height: auto;
    -webkit-line-clamp: initial;
}

c-module-task-details-l-w-r .topicPill {
    border-radius: 20px;
    background-color: var(--lec-light-color) !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 5px;
    color: #222 !important;
    line-height: 15px;
    font-size: 10px;
    text-transform: uppercase;
}

c-module-task-details-l-w-r .topicPill:hover {
    background-color: var(--lec-action-color) !important;
    color: white !important;
}

.notruncate .topicPill {
    padding: 10px;
    font-size: 12px;
    line-height: 40px;
}

c-module-task-details-l-w-r .metadataFields {
    min-height: 26px;
}

c-module-task-details-l-w-r .linkWrapperDiv {
    display: inline-block;
}

c-module-task-details-l-w-r .tileContainer .contentTitle {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 80px;
}

.notruncate c-module-task-details-l-w-r .tileContainer .contentTitle {
    overflow: auto;
    -webkit-line-clamp: initial;
    height: auto;
}

c-module-task-details-l-w-r .tileContainer {
    border-top-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
    border-color: var(--lec-heading-color);
    background-color: #ffffff;
}

c-module-task-details-l-w-r .tileImageSubContainer {
    position:relative;
    width:100%;
}

c-module-task-details-l-w-r .tileImageSubContainer2 {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0;
}

c-module-task-details-l-w-r .tileImageSubContainer3 {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0;
    border-color: #ffffff;
}

c-module-task-details-l-w-r .contentImage {
    height:100%;
}

c-module-task-details-l-w-r .tileContainer .contentTitle:focus {
    text-decoration: none !important;
}

c-module-task-details-l-w-r .contentTextContainer .contentTitle {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

c-module-task-details-l-w-r .highlight > a[target='_blank'] > div.contentTextContainer .contentTitle:after {
    content: '';
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" id="new_window"><g><path d="M48.7 2H29.6c-.8 0-1.6.5-1.6 1.3v3c0 .8.7 1.7 1.6 1.7h7.9c.9 0 1.4 1 .7 1.6l-17 17c-.6.6-.6 1.5 0 2.1l2.1 2.1c.6.6 1.5.6 2.1 0l17-17c.6-.6 1.6-.2 1.6.7v7.9c0 .8.8 1.7 1.6 1.7h2.9c.8 0 1.5-.9 1.5-1.7v-19c0-.9-.5-1.4-1.3-1.4z"></path><path d="M36.3 25.5L32.9 29c-.6.6-.9 1.3-.9 2.1v11.4c0 .8-.7 1.5-1.5 1.5h-21c-.8 0-1.5-.7-1.5-1.5v-21c0-.8.7-1.5 1.5-1.5H21c.8 0 1.6-.3 2.1-.9l3.4-3.4c.6-.6.2-1.7-.7-1.7H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4V26.2c0-.9-1.1-1.3-1.7-.7z"></path></g></svg>');
    display: inline-flex;
    height: 13px;
    width: 13px;
    margin-left: 10px;
    opacity: 0.2;
}


c-module-task-details-l-w-r .contentTextContainer .contentSummary {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
}



/*search results autocomplete overrides*/
c-custom-search .contentTitle {
    font-family: 'AvantGardeDemi';
}

/*topic detail page overrides*/
.comm-page-topic section.forceCommunityHeadline {
    display: flex;
    flex-direction: column-reverse;
}

.comm-page-topic h1.headlineTitle {
    font-weight: 100 !important;
    padding-top: 0 !important;
}

.comm-page-topic p.headlineInfo {
    color: #333 !important;
    font-size: 1rem;
}

@media (max-width: 768px) {
    c-hero .heroSearch section.slds-popover {
        max-width: 100%;
    }

    main[role="main"] {
        min-height: calc(100vh - (380px + 10rem));
    }

}

@media(max-width: 1100px)
{
    .comm-page-managed-content-news .forceCommunityManagedContentDetail iframe,
    .embeddedVideo iframe[src*="play.vidyard.com"],
    iframe[src*="play.vidyard.com"].embeddedVideo,
    .embeddedVideo iframe[src*="www.youtube.com"],
    iframe[src*="www.youtube.com"].embeddedVideo  {
        width: 70vw;
        height: 100%;   
    }

    .comm-page-article .mainContentArea,
    .comm-page-managed-content-news .mainContentArea {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width:47.9375em){
    .comm-page-article{
       max-width: 92vw;
   }
}

/* Tile Menu Overrides*/
c-custom-tile-menu .tileDiv button.buttonCustom {
    background-color: var(--lec-action-color) !important;
}
c-custom-tile-menu .tileDiv:hover button.buttonCustom {
    background-color: #fff !important;
}
.tileDiv[c-customTileMenu_customTileMenu] {
    border: 0 !important;
    box-shadow: var(--lec-tile-box-shadow-sm);
}

.tileDiv[c-customTileMenu_customTileMenu]:hover {
    box-shadow: var(--lec-tile-box-shadow-lg);
}

/*home page html div overrides*/
.tileDivHTML {
    box-shadow: var(--lec-tile-box-shadow-sm);
    border-radius: 20px;
    height: 380px;
    margin: 10px;
}

.tileDivHTML:hover {
    box-shadow: var(--lec-tile-box-shadow-lg);
}


/***** LWR Overrides *****/

.logoContainer {
    background-image: url(/sfsites/c/file-asset/eclogo?height=300&width=300);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    outline: 0;
    width: 6rem;
    height: 3rem;
}

.sflogoContainer {
    background-image: url(/sfsites/c/file-asset/sflogo?height=300&width=300);
}

.logoSeparator {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    width: 1px;
    height: 30px;
    background-color: #333;
}

div[role="ccnavMenuCSS"].navBarContainer c-primitive-icon > svg[data-key="home"] {
    width: 20px;
    height: 20px;
}

/*****From theme layout*****/

a:hover {
    text-decoration: none !important;
    color: var(--lec-heading-color);
  }

  
    .logoSeparator {
      margin-left: 15px;
      margin-right: 15px;
      margin-top: auto;
      margin-bottom: auto;
      width: 1px;
      height: 30px;
      background-color: #333;
    }
  
    .selfServiceUserProfileMenu .profileName,
    .selfServiceUserProfileMenu .down-arrow {
      display: none;
    }
  
    .navBar .comm-navigation__item a.slds-is-active {
      border-bottom: 2px solid var(--lec-action-color);
    }
  
    .navBar .comm-navigation__item a:hover,
    .navBar .comm-navigation__item a.slds-is-active,
    .navBar .comm-navigation__item a.slds-is-active:hover,
    .navBar .comm-navigation__item>button:hover,
    .navBar .comm-navigation__item>button.slds-is-active:not([data-type="home"]) {
      background-color: rgb(0, 0, 0,0) !important;
      border-bottom: 2px solid var(--lec-action-color);
    }
  
    .navBar .comm-navigation__item a {
      font-size: .8125rem;
    }

    .navBarContainer .closeButtonDiv {
        left: 38px !important;
    }

    .searchModal .max-width[c-customSearch_customSearch] {
        max-width: max-content !important;
        margin-left: 0 !important;
        left: 0;
    }

    .searchModal .slds-modal__container {
        justify-content: start;
    }

    .searchModal .slds-popover__body {
        max-height: 60vh !important;
    }

    .searchOnMobile {
        font-size: 2rem;
        color: rgba(34,34,34,0.5);
    }

.lccfooter {
    background: #222;
    color: white;
    min-height: 300px;
    position: relative;
  }
  
  .lccfooter .footerContent {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .lccfooter .page-footer_links_item {
    display: inline-block;
  }
  
  .lccfooter li.page-footer_links_item.first-item,
  .lccfooter ul.page-footer_links_list
   {
    padding-left: 0;
  }
  
  .lccfooter .icon {
      width: 3rem;
  }
  
  .lccfooter h2 {
    font-size: 1.5em; 
    color: white; 
  }
  
  .lccfooter ul > li > a
  {
    font-size: 1rem;
    text-decoration: none !important;
    color: var(--lec-action-color);
  }
  
  .lccfooter > p > a {
    text-decoration: none !important;
    color: var(--lec-action-color);
  }
  
  .lccfooter ul > li > a:hover,
  .lccfooter > div.footerContent > p > a:hover {
    color: var(--lec-light-color) !important; 
  }
  
  .lccfooter ul > li:before {
    content: '' !important; 
  }
  
  .lccfooter ul li {
    padding-left: 0;
    padding-right: 1.5em;
  }

  .lccfooter li.page-footer_links_item {
    margin-bottom: 15px;
}


  .verticalAlignTop {
    margin-top: 0;
    margin-bottom: auto;
}

.absolute-right {
  position: absolute;
  right: 0;
}

.min-width {
  min-width: 5rem;
}

a.login-link > span.linkLabel{
  color: black;
}

.customSearch > div > input[type="search"]{
  border-radius: 25px;
  background-color: white;
  border: 1px solid var(--lec-heading-color);
}

.customSearch > div > input[type="search"]::placeholder{
  color: #a1a1a1;
}

.customSearch > div > input[type="search"]:focus {
  border-color: var(--lec-heading-color);
  box-shadow: var(--lec-heading-color) 0 0 6px 2px;
}

.contentRegion {
  padding: 0;
}

.homeMoreEventsButton {
  background-color: black;
  border: 0;
  color: white;
  border-radius: 3em !important;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.homeMoreEventsButton:hover, 
.homeMoreEventsButton:active,
.homeMoreEventsButton:focus {
  color: white;
  background-color: #3c3c3c;
  text-decoration: none;
}

.mainContentArea {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}

.forceCommunityManagedContentDetail {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.js-content-header > h2.js-content-title {
  font-size: 2rem;
}

.searchBar {
  padding-right: 8vw;
  padding-left: 4vw;
}

.logoLink {
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
    display: flex;
}

/* Search page overrides to show only Einstein Search Answers */
.aiGenAnswers dxp_crm_search-scoped-results,
.aiGenAnswers .object-navigation-container {
    display: none;
}


/******Author heading*****/
.tbidLinkImage:after
{
    display: none !important;
}

.tbidLinkImage 
{
    vertical-align: text-bottom;
}

.authorDescription 
{
    font-size: medium;
    color: var(--dxp-g-root-contrast);
    font-family: var(--dxp-g-root-font-family);
}

.authorInfo 
{
    display: flex;
}

.authorFollow {
    font-size: 1.3rem;
    color: var(--dxp-g-root-contrast);
    font-family: var(--dxp-g-root-font-family);
}
 
.authorInfo .authorImage img {
    border-radius: 100px;
    border: 5px var( --lec-action-color) solid;
    width: 10.25rem;
}

.authorInfo .authorInfoDescFollow {
    margin-top: auto;
    margin-bottom: auto;
}


c-ccevent-details .eventHeader span[role="cccalendarEventIconSpan"] svg.slds-icon.slds-icon-text-default.slds-icon_small {
    fill: var(--lwc-colorTextIconDefault) !important;
}



  @media (max-width: 1400px) {
    
    .mainContentArea {
      background-size: contain;
      background-repeat: no-repeat;
  }
  
  }

  @media (max-width: 1024px) {
    
    .searchBar {
      padding-right: 1vw;
      padding-left: 1vw;
    }
  
    .logoLink {
      justify-content: center;
      align-content: center;
      align-items: center;
      margin: auto;
    }
  
    .navBarContainer {
      padding-left: 0;
    }
  
  }

  @media (max-width: 442px) {

    .lccfooter {
      min-height: 350px;
    }
    
    .searchBar {
      padding-right: 1vw;
      padding-left: 14vw;
    }
    
}








/* Journey Component CSS*/


.titleImage{
    display:block;
    height:100%;
    background-color: var(--lec-light-color);
}
 .titleImage h1{
    padding:3rem 7rem;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:contain;
    margin-left:auto;
    margin-right:auto;
}
@media only screen and (max-width:47.9375em){
     .titleImage h1{
        padding:1rem 0 1.75rem!important;
        background-image:none!important
    }
}
 @media (min-width: 1001px) {
     .titleImage h1 {
         font-size: 40px !important;
    }
}
 @media (max-width: 1000px) {
     .titleImage h1 {
         font-size: 24px !important;
         width: 70% !important;
    }
}
 @media (max-width: 550px) {
     .titleImage h1 {
         font-size: 16px !important;
         width: 50% !important;
    }
    .peak-component {
        max-width: calc(100vw - 1rem);
    }
}

@media (max-width: 1600px) {
    .step-button .slds-button {
        justify-content: start;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .adventureModulesContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

}

 .slds-button{
    transition:all .15s ease;
    border:0;
}
 .slds-button:focus{
    color:var(--lec-action-color);
    border-color:var(--lec-action-color);
    background-color:#fff;
    box-shadow:none
}
 .adventure-banner{
     height:200px;
     transition:all .35s ease-in-out;
     background-image:url('/resource/lcc_assets/AdvNavigationBackgroundImage.png') !important;
     background-repeat:no-repeat;
     background-size:cover;
     padding-top: 60px;
}
 .adventure-banner>div{
    height:100%
}
 .adventure-banner>div .adventure-step .step-link{
    display:block;
    height:100%
}
 .adventure-banner>div .adventure-step .step-link .slds-grid_vertical{
    height:100%
}
 .adventure-banner>div .adventure-step .step-link .path{
    top:39%;
    left:50%;
    width:400%;
    transform:translateY(-54%);
    pointer-events:none
}
 .adventure-banner>div .adventure-step .step-link .path .journeyLwrSvg{
    width:100%
}
 .adventure-banner>div .adventure-step .step-link .path .journeyLwrSvg svg{
    width:100%;
    height:auto
}
 .adventure-banner>div .adventure-step .step-link .path .journeyLwrSvg svg .path-dotted{
    fill:none;
    stroke:var(--lec-action-color);
    stroke-width:4px;
    stroke-dasharray:8,4
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path .journeyLwrSvg svg .path-dotted{
        stroke-width:8px;
        stroke-dasharray:16,8
    }
}
 .adventure-banner>div .adventure-step .step-link .path .journeyLwrSvg svg .path-filled{
    transition:all 1.5s ease;
    fill:none;
    stroke:var(--lec-action-color);
    stroke-width:4px;
    stroke-dasharray:1208;
    stroke-dashoffset:1208
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path .journeyLwrSvg svg .path-filled{
        stroke-width:8px
    }
}
 .adventure-banner>div .adventure-step .step-link .path.path-2{
    width:100%;
    transform:translateY(-57%)
}
@media only screen and (min-width:48em){
     .adventure-banner>div .adventure-step .step-link .path.path-2 .journeyLwrSvg svg .path-dotted{
        stroke-width:7px;
        stroke-dasharray:13,8
    }
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path.path-2 .journeyLwrSvg svg .path-dotted{
        stroke-width:13px;
        stroke-dasharray:26,13
    }
}
@media only screen and (min-width:48em){
     .adventure-banner>div .adventure-step .step-link .path.path-2 .journeyLwrSvg svg .path-filled{
        stroke-width:7px
    }
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path.path-2 .journeyLwrSvg svg .path-filled{
        stroke-width:13px
    }
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path.path-2{
        transform:translateY(-50%)
    }
}
 .adventure-banner>div .adventure-step .step-link .path.path-3{
    width:200%;
    transform:translateY(-56%)
}
@media only screen and (min-width:48em){
     .adventure-banner>div .adventure-step .step-link .path.path-3 .journeyLwrSvg svg .path-dotted{
        stroke-width:5px;
        stroke-dasharray:12,6
    }
}
@media only screen and (min-width:48em){
     .adventure-banner>div .adventure-step .step-link .path.path-3 .journeyLwrSvg svg .path-filled{
        stroke-width:5px
    }
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path.path-3{
        transform:translateY(-50%)
    }
}
 .adventure-banner>div .adventure-step .step-link .path.path-4{
    width:300%;
    transform:translateY(-58%)
}
@media only screen and (min-width:48em){
     .adventure-banner>div .adventure-step .step-link .path.path-4 .journeyLwrSvg svg .path-dotted{
        stroke-width:5px;
        stroke-dasharray:12,10
    }
}
@media only screen and (min-width:48em){
     .adventure-banner>div .adventure-step .step-link .path.path-4 .journeyLwrSvg svg .path-filled{
        stroke-width:5px
    }
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path.path-4{
        transform:translateY(-50%)
    }
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path.hide-mobile{
        display:none
    }
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .path{
        transform:translateY(-46%)
    }
}
 .adventure-banner>div .adventure-step .step-link .dot{
    display:block;
    overflow:hidden;
    width:1.25rem;
    height:1.25rem;
    margin:auto;
    transition:all .25s ease;
    border:.25rem solid var(--lec-action-color);
    border-radius:50%;
    background-color:#fff
}
 .adventure-banner>div .adventure-step .step-link .dot div.step-icon{
    width:100%;
    height:100%;
    transition:all .25s ease;
    background-repeat:no-repeat;
    background-position:50% 3.5rem;
    background-size:contain
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step .step-link .step-button{
        display:none
    }
}
 .adventure-banner>div .adventure-step .step-link.active .dot{
    width:3.5rem;
    height:3.5rem;
    border-color:var(--lec-action-color);
    background-color:#f0f8fc
}

.step-button {
    margin-top: 10px;
}

 .adventure-banner>div .adventure-step .step-link.active .dot div.step-icon{
    background-position:50% 0
}
 .adventure-banner>div .adventure-step .step-link.active .slds-button, .adventure-banner>div .adventure-step .step-link:not(.active):hover .slds-button{
    color:#fff;
    border-color:var(--lec-action-color);
    background-color:var(--lec-action-color)
}
 .adventure-banner>div .adventure-step .step-link:not(.active):hover .slds-button{
    transform:translateY(-5px)
}
@media only screen and (max-width:47.9375em){
     .adventure-banner>div .adventure-step{
        height:80px
    }
}
 .adventure-banner>div .step-selected{
    font-size:1rem;
    padding-bottom:.675rem
}
@media only screen and (min-width:48em){
     .adventure-banner>div .step-selected{
        display:none
    }
}
 .stepModuleList .slide-container .slide{
    transition:transform .35s ease
}
 .stepModuleList .slide-container .slide .module-container{
    display:flex;
    width:25%;
    flex:0 0 auto
}
 .stepModuleList .slide-container .slide .module-container>div{
    width:100%
}
@media only screen and (max-width:47.9375em){
     .stepModuleList .slide-container .slide .module-container{
        width:100%;
        margin:0!important
    }
}
 .stepTitle{
    height:auto;
    color:#fff;
    background: #e8e8e8 no-repeat;
    background-size:contain;
    min-height: 170px;
}
 .stepTitle .slide-container .slide{
    transition:all .35s ease
}
@media only screen and (max-width:47.9375em){
     .stepTitle .slide-container .slide{
        left:0!important;
        padding-right:0!important
    }
}
@media only screen and (max-width:47.9375em){
     .stepTitle{
        background-image:none!important
    }
}
 .stepModuleBox{
    background-color:#fff;
    border-radius: 0.25rem;
    min-height: 15px;
    border-width: 4px;
    border-color: var(--lec-action-color);
}
 .slide-container .container-image{
    z-index:1;
    width:96px
}
 .slide-container .container-image>div{
    height:100%;
    background:50% no-repeat;
    background-size:contain
}
 .slide-container .slide{
    width:100%
}
 .slide-container .slide.slide-hidden{
    z-index:-1;
    opacity:0;
    display:none;
}
 .slide-container .slide.slide-next{
    transform:translateX(50px)
}
 .slide-container .slide.slide-prev{
    transform:translateX(-50px)
}

.newLabel{
    font-weight:700;
    top:-.3rem;
    left:-.5rem;
    transform:rotate(-15deg) skewX(-9deg);
    color:red
}

.iconCircle{
    width:2rem;
    height:2rem;
    border:1px solid var(--lec-action-color);
    border-radius:50%
}

.iconCircle lightning-icon{
    height:100%
}

.iconCircle lightning-icon svg{
    width:1.25rem;
    height:1.25rem;
    fill:currentColor
}

.mdTaskItem:hover .iconCircle{
    color:#fff;
    background-color:var(--lec-action-color);
}

.moduleTaskIcon .slds-avatar .slds-icon_container svg,
c-custom-search .googleSearchContainer lightning-icon[c-customsearch_customsearch] svg {
    fill: var(--sds-c-avatar-color-background,var(--dxp-g-brand));
    background-color: var(--sds-c-avatar-color-foreground,var(--dxp-g-brand-contrast));
}

c-custom-search .iconCircle lightning-icon svg {
    fill: rgb(116,116,116) !important;
    background-color: transparent !important;
}

/*remove scroll from HTML editor markup*/
.community_builder-outputRichText_outputRichText-host {
    overflow: visible !important;
}