/* Global Font Size */
.siteforceThemeLayoutStarter {
  font-size: 1.2rem !important;
  background: url("/sfsites/c/resource/1710788610000/shieldCommunityDotsBackgroundLeft?v=20") left bottom no-repeat, url("/sfsites/c/resource/1710788628000/shieldCommunityDotsBackgroundRight?v=20") right top no-repeat;
  background-size: 25%;
}

h5[c-shieldBuilderNavTiles_shieldBuilderNavTiles] {
  font-size: 1.4rem !important;
}

.forceCommunityHeadline h1.headlineTitle,
c-shield-form h2 {
  color: var(--lwc-colorTextDefault, #000) !important;
}

/* Change layout to flex column with a min height of 100vh to push footer to bottom of page */
.themeLayoutStarterWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Footer Styles */
.footer {
  margin-top: auto;
  padding-top: 32px;
  font-size: 1rem;
}

.footer>ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  padding: 0px!important;
  margin: 0px 32px;
}

.footer>ul>li{
  display: inline-block;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400 !important;
  line-height: 21px !important;
  margin: 0px 16px 24px 16px;
  padding-left: 0px!important;
}

.footer>ul>li::before{
  display: none!important;
}

.footer>p {
  display: flex;
  justify-content: center;
  font-family: 'Avenir' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  padding: 0px 0px 32px 0px;
}

.footer>p>span {
  display: none;
}

.footer-vendor>ul>li>a,
.footer-business>ul>li>a,
.footer-login>ul>li>a {
  color: #fff!important;
}

.footer-generic>ul>li>a {
  color: #000000;
}

.footer-vendor {
  background-color: var(--lwc-colorBorderBrand,#004F62);
  color: #fff!important;
}

.footer-business {
  background-color: var(--lwc-colorBorderBrand, #29456A);
  color: #fff!important;
}

.footer-generic {
  background-color: #F7F6F4;
  color: #000000!important;
}

.footer-login {
  background-color: transparent;
  color: #fff!important;
  border-top: 1px solid #306ccf;
}


/* Fix the filter view getting squished in small list views */
.forceListViewManagerSecondaryDisplayManager {
  height: fit-content;
  max-height: 50vh;
}
.forceFilterPanel {
  overflow-y: hidden;
}


/* Add Background To Banner Title
.forceCommunityThemeHeroBase .contentContainer .widthContainer .content {
  position: relative;
  width: auto !important;
  padding: 10px;
}

.forceCommunityThemeHeroBase .contentContainer .widthContainer .content::after {
  background: var(--lwc-colorBorderBrand,#CCA700);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border-radius: 8px 8px 8px 8px;
  z-index: -1;
} */

/* Record Detail Page Styles */
records-highlights-details-item { /* Prevent heading fields from being truncated */
  max-width: none!important;
}

.entityNameTitle slot records-entity-label { /* Header Object Name */
  font-size: 1.5em;
}

.secondaryFields p { /* Header Field Titles */
  font-size: 1em;
}

.secondaryFields p slot lightning-formatted-text { /* Header Fields */
  font-size: 1.2em;
}

.forceCommunityTabLayout .slds-tabs_default__nav .slds-tabs_default__item .slds-tabs_default__link { /* Tabs */
  font-size: 1.3em!important;
  color: var(--lwc-colorTextDefault, black);
}

.slds-section__title { /* Collapsing Section Titles */
  font-size: 1.1em!important;
}

.is-stacked-not-editing span { /* Record Detail labels and fields*/
  font-size: 15px;
}

/* Related List Styles */
.forceRecordLayout tbody {
  font-size: 14px;
}

/* White backgrounds */
.osfcard,
.footer-visible .record-body-container,
c-shield-form .form .page,
.scopesBlock {
  background-color: #fff;
}

/* Transparent Bacckgrounds */
.forceListViewManager,
.secondaryFields,
.slds-page-header__detail-row,
.forceCommunityTabLayout,
.forceCommunityRecordDetail,
.detail-panel-root,
.slds-section h3 button:not(:hover),
.cProfileViewBody,
lightning-datatable .dt-outer-container .slds-table_header-fixed_container,
.listViewContent.slds-table--header-fixed_container,
c-import-contact lightning-card .slds-card,
.recordHomePrimaryContent .uiTabset--base {
  background-color: transparent !important;
}

/* Buttons */
lightning-button .slds-button,
.forceActionsContainer .slds-button,
ul.slds-button-group li.slds-button.slds-button--neutral a,
lightning-button-menu .slds-button {
  background-color: var(--lwc-colorBorderBrand, #2E659B)!important;
  color: var(--lwc-dxpGRootContrast, #000) !important;
}

.subscribeBtn button {
  background-color: #2E659B !important;
  color: #EAEAEA !important;
}

.loginButton:hover {
  background-color: #004F62 !important;
}

#LoginNew .employeeLoginLink a:hover,
.socialOption > button.slds-button.slds-button_neutral:hover{
  background-color: #0c1124 !important;
  -webkit-transition: background-color 125ms linear;
  -ms-transition: background-color 125ms linear;
  transition: background-color 125ms linear;
}

ul.socialOptionsContainer {
  background: white;
  padding-top: 10px!important;
}

#LoginNew .employeeLoginLink {
  padding: 10px!important;
  min-height: 80px;
  align-content: center;
}

#LoginNew .employeeLoginLink a {
  background-color: #162042;
  padding: 10px 130px;
  color: #FFF;
}

/* Nav Fix */
.forceCommunityThemeNav .mainNavItem:not(:first-child),
.hasSubNav{
  padding-left: 0px !important;
}

.mainNavItem {
  padding-right: 10px!important;
}

.subMenu div {
  font-size: 15px!important;
  width: fit-content;
}

.subMenu {
  left: 0px!important;
  width: fit-content;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
/* Added by Ryan to style the Social Signon Button used for SSO */
.salesforceIdentitySocialLogin2 .socialOptionsContainer {
  align-content: center;    
  border-radius: 0 0 8px 8px;
  min-height: 80px;
  padding: 10px;
}

button[aria-label="Login with MyID"] {
  background-color: #162042;
  color: #FFF;
  width: 386px;
  height: 40px;
}

/*Added to make the dropdown buttons on the standard listview to make them look active*/
.forceActionLink {
  color: #162042 !important;
}
.uiMenuItem:hover {
  background: #F3F3F3;
}

/* TRAINING STYLES */
/*Center the image on Achievement Detail Page*/
.item-image[ltui-learningItemTileLwc_learningItemTileLwc] > a[ltui-learningItemTileLwc_learningItemTileLwc] {background-position-x: center;}

/*Hide learning type on Achievement Detail Page */
.date[ltui-achievementRequirementsLwc_achievementRequirementsLwc] > span { visibility: hidden; }
.push[ltui-achievementRequirementsLwc_achievementRequirementsLwc] > li> div > div > .date{ display: none; }

/*Hide Learning type from home page*/
.learning-item__details__info[ltui-learningItemLwc_tileViewTemplate] :not(:last-child) { 
  display: none; 
}
.learning-item__details__info[ltui-learningItemLwc_tileViewTemplate] :last-child { 
  margin: 0px!important; 
}

/*Fix white background over site background image on Achievement Detail Page*/
.detail[ltui-achievementRequirementsLwc_achievementRequirementsLwc] { background: transparent!important; }

/*Fix white background over site background image on Training Home*/
.learning-list-lite__container.list-view {
  background: transparent!important;
}
.learning-item__info-wrapper {
  background: rgb(173, 194, 201);
}

.themeSearch {
  display: none! important;
}