@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: 13;
    --lec-action-color-g: 157;
    --lec-action-color-b: 218;
    --lec-action-color: var(--lwc-colorBrand, rgb(var( --lec-action-color-r), var( --lec-action-color-g), var( --lec-action-color-b)));

    --lec-heading-color-r: 3;
    --lec-heading-color-g: 45;
    --lec-heading-color-b: 96;
    --lec-heading-color: rgb(var(--lec-heading-color-r), var(--lec-heading-color-g), var(--lec-heading-color-b));

    --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;
  }

  footer#footer .sf_flowmodalCcp_launchFlowModal .slds-button {
    position: fixed;
    transform: rotate(90deg);
    top: 50%;
    left: -50px;
    font-size: smaller;
    padding-top: 0;
    padding-bottom: 0;
}
  
.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;
}


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

.ccnavmenu-hamburger-icon {
    color: var(--ccnavmenus-brandNavigationColorText,#333) !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;
}

/* 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;
}

.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: 60vw;
}

.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]):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;
}
.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);
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'AvantGardeDemi';
}

.lec-HTML-sectionSubHeader {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

@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%;
    top: 50%;
    bottom: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
        
}

.lec-HTML-pageBanner .lec-HTML-pageHeader {
    margin-top: auto;
}

.lec-HTML-pageBanner .lec-HTML-pageSubHeader {
    margin-bottom: auto;
}

.lec-HTML-customButton {
    border-radius: 3em!important; 
	padding: .7em 3em;
	border-width: 1px;
    border-color: #fff;
	border-style: solid;
}

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

/*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;
}


[data-role="treeitem"]:not([aria-selected="true"]) > div[role="ccnavMenu-treeItemCSS"] > div.slds-tree__item:hover {
    border-bottom: 1px var(--lec-action-color) solid;
    background-color: var(--lec-lighter-color) !important;
}

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


ccnavmenus-nav-menu c-tree-item[role='treeitem'] > div.slds-tree__item:hover {
    background-color: var(--lec-lighter-color) !important;
    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 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 {
    box-shadow: 0px 0px 0 2px darkgrey;
    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;
}

@media (max-width: 768px) {
    ccnavmenus-nav-menu .hamburgerMenuContainer {
        max-width: 86vw;
    }

}

/*Events Page Menu Overrides*/
.eventsMenu [data-role="treeitem"]:not([aria-selected="true"]) > div[role="ccnavMenu-treeItemCSS"] > div.slds-tree__item: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,
.forceCommunityTileLayout iframe[src*="play.vidyard.com"] {
    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*/
.cLccThemeLayout .mainContentArea {
    min-height: calc(100vh - 380px);
}

/*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 {
    font-family: 'AvantGardeDemi';
}

c-custom-search-results .tileContainer[c-customSearchResults_customSearchResults] {
    border: 0 !important;
    box-shadow: var(--lec-tile-box-shadow-sm);
}

c-custom-search-results .tileContainer[c-customSearchResults_customSearchResults]:hover {
    border: 0 !important;
    box-shadow: var(--lec-tile-box-shadow-lg);
}

/*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%;
    }
}

@media(max-width: 1100px)
{
    .comm-page-managed-content-news .forceCommunityManagedContentDetail iframe {
        width: 70vw;
        height: 100%;   
    }

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

/* 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;
}

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