/* BG: HARD CODE UNTIL STYLESHEET */
/* William Lorfing - 04/03/2020 - added Hide new button on case comments and carat dropdown */
/* William Lorfing - 06/10/2020 - added another Hide dropdown for Virtual Action on Email and Comments */
/* WIlliam Lorfing - 10/25/2023 - removing lght-ideas */

/* GENERAL STYLING START */
body {
	font-size: 14px;
}
body .forceOutputRichText a,
body .forceOutputRichText a:visted {
	color:#0077C5;
	border-bottom: 2px solid transparent;
}
body .forceOutputRichText a:hover,
body .forceOutputRichText a:focus {
	text-decoration: none;
	border-bottom: 2px solid #0077C5;
}

/* Border Bottom Fixes */
body .themeLogo a:hover,
body th a:hover,
body .slds-pill a:hover,
body article.summary a:hover,
body .dropdown__list a:hover,
body .dropdown__list a:focus  {
	border-bottom:none;
}

/** Utility Classes */
/*** Spacing Elements - Padding/Margin */
/**** Padding ALL */
.padding-xxs{padding:4px}.padding-xs{padding:8px}.padding-sm{padding:16px}.padding-md{padding:20px}.padding-lg{padding:40px}.padding-xl{padding:60px}.padding-xxl{padding:100px}
/**** Padding TOP */
.padding-top-xxs{padding-top:4px}.padding-top-xs{padding-top:8px}.padding-top-sm{padding-top:16px}.padding-top-md{padding-top:20px}.padding-top-lg{padding-top:40px}.padding-top-xl{padding-top:60px}.padding-top-xxl{padding-top:100px}
/**** Padding BOTTOM */
.padding-bottom-xxs{padding-bottom:4px}.padding-bottom-xs{padding-bottom:8px}.padding-bottom-sm{padding-bottom:16px}.padding-bottom-md{padding-bottom:20px}.padding-bottom-lg{padding-bottom:40px}.padding-bottom-xl{padding-bottom:60px}.padding-bottom-xxl{padding-bottom:100px}
/**** Padding LEFT */
.padding-left-xxs{padding-left:4px}.padding-left-xs{padding-left:8px}.padding-left-sm{padding-left:16px}.padding-left-md{padding-left:20px}.padding-left-lg{padding-left:40px}.padding-left-xl{padding-left:60px}.padding-left-xxl{padding-left:100px}
/**** Padding RIGHT */
.padding-right-xxs{padding-right:4px}.padding-right-xs{padding-right:8px}.padding-right-sm{padding-right:16px}.padding-right-md{padding-right:20px}.padding-right-lg{padding-right:40px}.padding-right-xl{padding-right:60px}.padding-right-xxl{padding-right:100px}
/**** margin ALL */
.margin-xxs{margin:4px}.margin-xs{margin:8px}.margin-sm{margin:16px}.margin-md{margin:20px}.margin-lg{margin:40px}.margin-xl{margin:60px}.margin-xxl{margin:100px}
/**** margin TOP */
.margin-top-xxs{margin-top:4px}.margin-top-xs{margin-top:8px}.margin-top-sm{margin-top:16px}.margin-top-md{margin-top:20px}.margin-top-lg{margin-top:40px}.margin-top-xl{margin-top:60px}.margin-top-xxl{margin-top:100px}
/**** margin BOTTOM */
.margin-bottom-xxs{margin-bottom:4px}.margin-bottom-xs{margin-bottom:8px}.margin-bottom-sm{margin-bottom:16px}.margin-bottom-md{margin-bottom:20px}.margin-bottom-lg{margin-bottom:40px}.margin-bottom-xl{margin-bottom:60px}.margin-bottom-xxl{margin-bottom:100px}
/**** margin LEFT */
.margin-left-xxs{margin-left:4px}.margin-left-xs{margin-left:8px}.margin-left-sm{margin-left:16px}.margin-left-md{margin-left:20px}.margin-left-lg{margin-left:40px}.margin-left-xl{margin-left:60px}.margin-left-xxl{margin-left:100px}
/**** margin RIGHT */
.margin-right-xxs{margin-right:4px}.margin-right-xs{margin-right:8px}.margin-right-sm{margin-right:16px}.margin-right-md{margin-right:20px}.margin-right-lg{margin-right:40px}.margin-right-xl{margin-right:60px}.margin-right-xxl{margin-right:100px}
/**** gutters - they only apply to the immediate children with class .slds-col */
.gutters-xxs > .slds-col{padding-left:4px;padding-right:4px;}.gutters-xs > .slds-col{padding-left:8px;padding-right:8px;}.gutters-sm > .slds-col{padding-left:16px;padding-right:16px;}.gutters-md > .slds-col{padding-left:20px;padding-right:20px;}.gutters-lg > .slds-col{padding-left:40px;padding-right:40px;}.gutters-xl > .slds-col{padding-left:60px;padding-right:60px;}

/*** Alignment */
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}

/*** Colors */
/**** Text */
.light-text {
	color:#BABEC5;
}
.warning-text {
	color:#FFAD00;
}
.error-text {
	color:#D52B1E;
}
.success-text {
	color:#53B700;
}
.neutral-text {
	color:#8D9096;
}

/**** backgrounds */
.light-background {
	background-color:#BABEC5;
}
.warning-background {
	background-color:#FFAD00;
	color:#fff;
}
.error-background {
	background-color:#D52B1E;
	color:#fff;
}
.success-background {
	background-color:#53B700;
	color:#fff;
}
.neutral-background {
	background-color:#8D9096;
}
.blue-gradient-background {
    background-image: linear-gradient(to left, #0077C5, #21ABF6);
    background-color: #0077C5;
    color:#fff;
}
/* GENERAL STYLING END */

/* BG: STYLE FAQ */
.faq-title {
	margin: auto;
	width: 50%;
	padding: 10px;
    text-align: center;
    font-family: AvenirNext forINTUIT Bold,Courier New,Helvetica,Roboto,Arial,sans-serif;
    font-size: 28px !important;
    line-height: 28px;
}
.status-padding {
    padding-top: 40px;
}
body .faq-question-title {
    font-family:  AvenirNext forINTUIT,Helvetica,Roboto,Arial,sans-serif;
    font-size: 20px !important;
    line-height: 16px;
}
h2.slds-accordion__summary-heading {
    font-size: 1.2em !important;
    width: 98%;
}
.slds-truncate {
  overflow: visible;
  white-space: normal !important;
}

div.slds-page-header {
    background: transparent !important;
}

div.faq-container {
    margin: auto;
	width: 60%;
    padding-top:20px;
}

/* BG: STYLE FAQ END */

/* BG: PLATFORM STATUS */
.status-output-text {
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.2em;
    font-family: AvenirNext forINTUIT,Arial, Helvetica, sans-serif;
    margin: auto;
	width: 36%;
}
div.status-output:visited {
    text-decoration: none;
}
div.status-output:hover, a:hover {
    color: #0077C5;
    text-decoration: none !important;
}
/* BG: PLATFORM STATUS END */

/* BG: Fix SLDS spacer height */
body div.spacer {
    height: 62px !important;
}

/* LAYOUT ELEMENTS */
.container {
	max-width:1120px;
	margin:0 auto;
}
/* END LAYOUT ELEMENTS */

/* TYPOGRAPHY START */

/** Font Styling */ 
body h1 {
    font-family:  AvenirNext forINTUIT Bold,Helvetica,Roboto,Arial,sans-serif;
    color: #333;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 40px;
}
body h2 {
    font-family: AvenirNext forINTUIT Bold,Courier New,Helvetica,Roboto,Arial,sans-serif;
    color: #333;
    font-size: 28px !important;
    line-height: 28px;
}
body h3 {
    font-family: AvenirNext forINTUIT,Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 22px !important;
    font-weight: 500 !important;
}
body h4 {
	font-family: AvenirNext forINTUIT,Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 19px !important;
    font-weight: 500 !important;
}
body h5 {
    font-family: AvenirNext forINTUIT,Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 16px !important;
    font-weight: 500 !important;
}
body, body p {
    font-family: AvenirNext forINTUIT,Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 23px;
}
/** Table font styling */
body th {
    font-family: AvenirNext forINTUIT,Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 19px;
    text-transform: uppercase;
}

:focus {
	outline: none;
}

/* TYPOGRAPHY END */


/* COMPONENTS START */
/** Accordion */


/** Buttons */
.btn {
    height: 34px;
    line-height: 33px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    min-width: initial;
    box-shadow: none;
    -webkit-font-smoothing: inherit;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 0!important;
    border-radius: 3px;
    border: 1px solid #8d9096;
    background: 0 0;
    color: #393a3d;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    font-weight: 600;
    display:inline-block;
}
/*** Button Default */
.btn.btn-default {
    line-height: 34px;
    color: #fff;
    border: 0;
    background: #0077C5;
}
.btn.btn-default:hover {
    background: #0097E6;
    box-shadow: none;
    text-decoration:none;
}
.btn.btn-default:active,
.btn.btn-default:focus {
    box-shadow: 0 0 0 2px #d4d7dc;
    text-decoration:none;
}

/*** Button Primary */

/*** Button Alt */

/*** Combo Buttons */


/** Cards */
.card {
	border: 1px solid #D4D7DC;
	border-radius: 4px;
    box-shadow: 0 2px 0 0 #D4D7DC;
    padding: 20px;
}
.card:hover {
	border-color:#8D9096;
	box-shadow: 0 2px 0 0 #8D9096;
}
.card:active {
	border-color:#0077C5;
	box-shadow: 0 2px 0 0 #0077C5;
}


/** Checkboxes */


/** Drop-down */


/** Radio buttons */


/** Tabs / Segmented Buttons */


/* COMPONENTS END */





/* SALESFORCE OVERRIDES */
/** General Layout */
/*** Remove base padding, will padd each element individually so we can use background colors that go to the edge */
body .slds-col_padded, body .slds-col--padded, body .siteforceContentArea .comm-layout-column:not(:empty) {
	padding:0;
}

/*** Adding back padding for 2-column layout (main+sidebar) ***/
body .siteforceContentArea .slds-medium-size--8-of-12.slds-large-size--8-of-12 {
	padding-right: 60px;
}

/** Hero Section - these fonts are NOT according to the branding guidelines but they look better this way */
.websterHomeHero .contentContainer .contentTitle {
	font-size:56px !important;
	font-family:AvenirNext forINTUIT !important;
	font-weight:700 !important;
}
.websterHomeHero .contentContainer .contentSubtitle {
	font-size:22px !important;
	line-height:34px !important;
	font-family:AvenirNext forINTUIT !important;
}

/** Trending Articles */
.comm-topic-trending-articles ul li a .slds-text-body_small {
	font-size:16px;
}

/** Removing default ui-widget (component) margins */
body .siteforceContentArea .comm-layout-column .ui-widget:not(:last-child) {
	margin-bottom:0;
}

/** Font Sizing */
body .siteforceThemeLayoutStarter {
    font-size: 14px;
}

/** Home page topic grid */
.homeTab {
	max-width:1120px;
	margin:0 auto;
}
.homeTab .uiTabBar {
	display:none;
}
.homeTab .featuredTab .topicList .topicItem {
	padding:15px;
}
.topicList .forceTopicFeaturedTopicItem.topicItem {
	width:25%;
}
/* BG: MODIFY FEATURED ITEMS TILES IN FEED */
.forceCommunityHomeTabs .forceTopicFeaturedTopics .topicLabel {
    font-family: AvenirNext forINTUIT,Arial, Helvetica, sans-serif;
    font-size: 1.2em !important;
    text-shadow: 0 0 6px #ffffff;
}
.forceCommunityHomeTabs .forceTopicFeaturedTopics .topicContent {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.forceCommunityHomeTabs .forceTopicFeaturedTopics .topicContent:hover {
    background-color: #ff77c5 !important;
    background-color: rgba(0, 151, 230, 0) !important;
}

.homeTab .featuredTab .topicList .topicItem a {
	border: 1px solid #D4D7DC;
	border-radius: 4px;
    box-shadow: 0 2px 0 0 #D4D7DC;
    padding: 20px;
}
.homeTab .featuredTab .topicList .topicItem a:hover {
	border-color:#8D9096;
	box-shadow: 0 2px 0 0 #8D9096;
}
.homeTab .featuredTab .topicList .topicItem a:active,
.homeTab .featuredTab .topicList .topicItem a:focus {
	border-color:#0077C5;
}
.topicList .forceTopicFeaturedTopicItem .topicImage {
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    z-index: -1;
    padding: 0;
    margin: -13px auto -30px auto;
}
.topicList .forceTopicFeaturedTopicItem .topicContent {
    position:relative ;
    width:auto;
    height:auto;
   	display:block;
    margin: 0 auto;
    text-align: center;
}
.topicList .forceTopicFeaturedTopicItem .topicLabel {
	display:block;
	margin:0 auto;
}
.forceCommunityHomeTabs .forceTopicFeaturedTopics .topicContent {
	background:none;
}
@media only screen and (max-width:767px) {
	body .homeTab .featuredTab .topicList .topicItem {
		width: 100%;
	}
	body .comm-topic-trending-articles ul li {
		width: 100%;
		padding: 0 20px;
	}
	body .cDevhelp_groupcallout .benefit-content-gray-right {
		padding:80px 20px;
	}
	body .cDevhelp_groupcallout div:first-child {
		height:auto;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	body .forceTopicFeaturedTopicItem.topicItem {
		height: 250px;
		width: 50% !important;
	}
}
@media only screen and (max-width:1024px) {
	.floating-svg-left.floating-image.will-enter-section-01.enter {
		display:none;
	}
	.benefit-content-gray-right {
		width:100%;
	}
}


/** Trending articles */
.comm-topic-trending-articles {
	margin: 0;
    display: block;
    background-blend-mode: normal;
    background: -moz-linear-gradient(45deg, #0077C5 0%, #34BFFF 100%);
    background: -webkit-linear-gradient(45deg, #0077C5 0%, #34BFFF 100%);
    background: linear-gradient(45deg, #0077C5 0%, #34BFFF 100%);
    padding: 44px 10px;
    color:#fff !important;
    font-family: AvenirNext forINTUIT,Arial, Helvetica, sans-serif;
}

.comm-topic-trending-articles ul {
	margin: 0 auto;
	max-width:1120px;
}
.comm-topic-trending-articles h2 {
	text-align:center;
	color:#fff !important;
	margin-bottom:20px;
}
.selfServiceTopicTrendingArticles42 .slds-grid--vertical a {
	border:none !important;
}
.comm-topic-trending-articles .slds-grid--vertical { 
	display: block;
}
.comm-topic-trending-articles ul li {
	display: inline-block; 
	padding: 0.5em;
	width: 50%;
}
.comm-topic-trending-articles ul li a {
 	color:#fff !important;
}
.comm-topic-trending-articles ul li a:hover,
.comm-topic-trending-articles ul li a:active,
.comm-topic-trending-articles ul li a:focus {
	color:#fff !important;
	text-decoration:underline;
}
.comm-topic-trending-articles .slds-grid--vertical a:focus {
	box-shadow:none;
	outline:none;
}
.comm-topic-trending-articles ul li:before {
    display: inline-block;
    float: left;
    margin-top: 11px;
    margin-right:10px;
    font-size:10px;
    content:"\00BB";
}

/** Two column */
.isHeroUnderHeader-true .siteforceContentArea .slds-grid.slds-wrap.slds-nowrap--large {
	background:#f4f5f8; /* could try a dark color here #393a3d */
	margin-top:100px;
}

/** Interior page menu overrides */
body .forceCommunityThemeProfileMenu.websterInnerHeader .profile-menuTrigger {
    color: rgb(128, 128, 128) !important;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0);
}
body .forceCommunityThemeProfileMenu.websterInnerHeader .profile-menuTrigger:hover {
    color: rgba(0, 0, 0, 0.95) !important;
}
body .forceCommunityThemeHeaderCompact .themeUtils .themeUtil.themeNotifications button svg,
body .forceCommunityThemeSearchSection .search-trigger .slds-button_icon-inverse  {
	fill: rgb(128, 128, 128);
}
body .forceCommunityThemeHeaderCompact .themeUtils .themeUtil.themeNotifications button:hover svg,
body .forceCommunityThemeHeaderCompact .search-triggerButton:hover svg {
    fill: rgb(13, 13, 13);
 }
 body button.bare.slds-button.slds-button--icon.slds-button--icon-container.slds-button--icon-small.slds-global-header__button--icon.uiButton.forceHeaderButton.unsNotificationsCounter
 {
 	margin-top:-5px;
 }

 /** Profile Menu position **/
body .profile-menuTrigger {
 	margin-top: -4px;
 }
 body .forceCommunityThemeProfileMenu .profile-menuTrigger:focus {
 	box-shadow:none;
 }

 /** Navigation Overrides **/
.navBar .navbar-nav li a:hover {
	border: none;
}


/* Groups List */
body .slds-dropdown__item a:hover {
	border-bottom: none;
}
.slds-page-header--object-home .slds-media .slds-media__figure {
	display: none;
}
body .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-is-selected), 
body .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-is-selected), 
body .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-is-selected), 
body .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-is-selected), 
body .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-is-selected), 
body .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-is-selected), 
body .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-is-selected), 
body .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-is-selected) {
	box-shadow: none;
}

body .slds-table:not(.slds-no-row-hover) tbody tr:hover>td, 
body .slds-table:not(.slds-no-row-hover) tbody tr:hover>th, 
body .slds-table:not(.slds-no-row-hover) tbody tr:focus>td, 
body .slds-table:not(.slds-no-row-hover) tbody tr:focus>th {
	background-color: #fff;
}
body .forceOutputLookupWithPreview a.textUnderline {
	border-bottom: none;
}
body .forceOutputLookupWithPreview a.textUnderline:hover {
    border-bottom: 2px solid #0077C5;
}
body .forceRecordLayout td a.slds-button:hover {
	border-bottom: none;
}
body .slds-media__body h1 .triggerLink:hover {
	border-bottom: none;
}
.inlineEditGrid  .cellContainer a.slds-truncate.outputLookupLink.slds-truncate.forceOutputLookup {
	border-bottom: 2px solid transparent;
}
.inlineEditGrid  .cellContainer a.slds-truncate.outputLookupLink.slds-truncate.forceOutputLookup:hover {
	border-bottom: 2px solid #0077C5;
}
body .slds-table .slds-cell-edit.slds-has-focus,
body .slds-table .slds-cell-edit.slds-has-focus:hover,
body .slds-table_edit:not(.slds-no-cell-focus) tbody tr:hover>.slds-cell-edit.slds-has-focus, 
body .slds-table--edit:not(.slds-no-cell-focus) tbody tr:hover>.slds-cell-edit.slds-has-focus {
	box-shadow: none;
}
body .uiMenuList--default .uiMenuItem>a:hover, 
body .uiMenuList--default .uiMenuItem>a:focus, 
body .uiMenuList--default .uiMenuItem>span:hover, 
body .uiMenuList--default .uiMenuItem>span:focus {
	border-bottom: none;
}
body a.slds-button:focus {
	box-shadow:none;
}

/* Group Detail */
.forceHighlightsPanel .actions .slds-button-group .oneActionsDropDown:hover,
body .branding-actions li:hover {
	border-color: #cacaca;
	box-shadow:none;
}
body .forceCommunityFeedPublisher .oneActionsComposer .uiTabBar .tabs__nav {
	margin-bottom: -1px;
    /* WJL - removed Post and Poll section */
    display: none;
}
body .forceCommunityGroupHighlightStencilNapili,
body .forceRelatedListContainer .forceRelatedListSingleContainer .slds-card {
	border-color: #E3E5E8;
}
.forceCommunityGroupRecordHomeTabs .detailRelatedList .forceChatterGroupDetailCard .slds-section__title {
	display: none;
} 
.forceCommunityGroupRecordHomeTabs .detailRelatedList .forceChatterGroupDetailCard .slds-card__header {
	margin-bottom: 0;
}
.forceCommunityGroupRecordHomeTabs .detailRelatedList .forceChatterGroupDetailCard .section__content {
	padding-top: 0;
}
body .branding-actions li {
	border-color: #E3E5E8;
}
body .branding-actions li a {
	color: #6b6d70 !important;
}


/* Messages */
body .slds-button:hover, 
body .slds-button:focus, 
body .slds-button_icon-more:hover .slds-button__icon, 
body .slds-button_icon-more:focus .slds-button__icon, 
body .slds-button--icon-more:hover .slds-button__icon, 
body .slds-button--icon-more:focus .slds-button__icon {
	color: inherit !important;
}
body .uiButton--brand:hover, 
body .uiButton--brand:focus {
	background-color: inherit;
}
body .forceChatterMessageDetailViewHeader .participantsList .otherLink:hover, 
body .forceChatterMessageDetailViewHeader .forceChatterEntityLink:hover {
	text-decoration: none;
}

/** Events **/
body .breBrEvents .tabbed {
	margin-bottom: -4px;
}
body .breBrEvents .tabbed ul li:before,
body .breBrEvents .tabbed ul li:after {
	content:none;
}
body .breBrEvents .tabbed ul li {
	background: transparent !important;
	margin:0;
	border-bottom:4px solid transparent;
	padding: .75rem 2.1875rem;
	height:auto;
	color:#393a3d !important;
}
body .breBrEvents .tabbed ul li:hover {
	color:#393a3d !important;
}
body .breBrEvents .tabbed ul li.active {
	border-bottom:4px solid #0077c5;
	font-weight:900;
}
body .breBrEvents .slds-grid--vertical-align-end.border-bottom {
	border:none;
}
body .breBrEvents .tabbed ul {
	padding:0;
	overflow:visible;
}
body .breBrEvents .cont-box {
	box-shadow:none;
}
.breBrEvents .slds-grid .slds-size--1-of-1.spinner-list-min-height {
	border-top: 4px solid #f4f5f8;
}
p.icontext.icontext--clock.icontext--only-sm.media__text--small.slds-truncate span {
	font-size:12px;
	color:rgba(0, 0, 0, 0.6);
}
.breBrEvents .slds-grid.slds-grid--align-center.slds-m-vertical--medium span.slds-text-body--regular.pages {
   padding: 9px 15px 0 15px;
   display: inline-block;
}



/** Interior page header section */
/*** Make room for search bar 
body .websterInnerHero.dummyCommThemeGroupId.commThemeCmp.comm-is-relative.forceCommunityThemeHeroBase.forceCommunityThemeHeroStarter {
	padding: 1px 30px 2px 30px !important;
}*/
body .themeHeader.forceCommunityThemeHeaderBase.forceCommunityThemeHeaderCompact {
    border-bottom: 1px solid #e3e5e8;
}
body .forceCommunityHeadline .headlineTitle {
	text-align:left;
}
/** Fix column padding */
body .slds-col--padded.has-widgets.slds-medium-size--8-of-12.slds-large-size--8-of-12.comm-layout-column {
	padding-right:20px;
}
body .slds-col.slds-medium-size--4-of-12.slds-large-size--4-of-12 {
	padding-left:20px;
}


/** Interior Page Padding for mobile + mobile files **/
@media only screen and (max-width:1460px) {
	.body.isPageWidthFixed-true {
		padding: 0 20px;
	}
	body .selfServiceArticleLayout.zoom.article-column {
		padding:0;
	}
	body .selfServiceArticleTopicList.slds-pill_container--bare {
		padding:0;
	}
	body .slds-card.forceKnowledgeArticleThumbVote {
		margin: 15px 0 40px 0 !important;
	}
}
@media only screen and (max-width:767px) {
	.isHeroUnderHeader-false .hero {
		display:none;
	}
	body .forceCommunityThemeNavTrigger .themeNavTrigger .themeBurgerLine {
		background-color:#808080;
	}
    .status-output-text {
	width: 68%;
	}
}
@media only screen and (max-width:1024px) {
	.search-triggerButton {
		margin-top:-5px;
	}
	.forceCommunityReputationLeaderboard42,
	.forceChatterUnansweredQuestions,
	.forceCommunityRelatedTopics {
		padding:40px 0;
	}
	.askCommunityBtn {
		margin-bottom: 20px !important;
	}
	.forceCommunityActionsContainerMobile {
		margin-bottom:60px;
	}
	.userProfileConMobile .tabs__nav li:nth-child(2) {
		display:none;
	}
	body .forceCommunityUserRecordHome .role .uiButton, 
	body .forceCommunityUserRecordHome .role .uiButton:hover, 
	body .forceCommunityUserRecordHome .role .uiButton:focus {
		color:#fff !important;
	}
	body .siteforceContentArea .slds-medium-size--8-of-12.slds-large-size--8-of-12 {
		padding-right:0 !important;
	}
	body .slds-col--padded.slds-size--12-of-12.slds-medium-size--4-of-12.slds-large-size--4-of-12.comm-layout-column {
		margin-top:40px;
	}
	.dark.uiAbstractList.forceRecordLayout.forceFilterListDeprecated .listTitleContainer  .bLeft .forceEntityIcon {
		display:none;
	}
	.forceCommunityActionButtonMobile span.labelSpan.slds-text-body--small.slds-hyphenate.slds-p-top--xx-small.slds-show {
	    line-height: 125%;
	}
	body .uiTabset--default .tabs__item>a, 
	.uiTabset--default .uiTabOverflowMenuItem a {
		padding:.75rem 20px !important;
	}
}

/** WYSIWYG overrides **/
body .slds-button_icon, 
body .slds-button--icon, 
body .slds-button_icon-inverse, 
body .slds-button--icon-inverse, 
body .slds-button_icon-container, 
body .slds-button--icon-container, 
body .slds-button_icon-border, 
body .slds-button--icon-border, 
body .slds-button_icon-border-filled, 
body .slds-button--icon-border-filled, 
body .slds-button_icon-border-inverse, 
body .slds-button--icon-border-inverse, 
body .slds-button_icon-more, 
body .slds-button--icon-more, 
body .slds-button_icon-error, 
body .slds-button--icon-error, 
body .slds-input-has-icon .slds-input__icon, 
body .slds-icon-text-default {
	color:#8b8b8b !important;
	fill:#8b8b8b !important;
}
body .slds-rich-text-editor__toolbar .slds-button_brand[disabled], 
body .slds-rich-text-editor__toolbar .slds-button_brand:disabled, 
body .slds-rich-text-editor__toolbar .slds-button--brand[disabled], 
body .slds-rich-text-editor__toolbar .slds-button--brand:disabled, 
body .slds-rich-text-editor__toolbar .slds-button_neutral[disabled], 
body .slds-rich-text-editor__toolbar .slds-button_neutral:disabled, 
body .slds-rich-text-editor__toolbar .slds-button--neutral[disabled], 
body .slds-rich-text-editor__toolbar .slds-button--neutral:disabled, 
body .slds-rich-text-editor__toolbar .slds-button[disabled], 
body .slds-rich-text-editor__toolbar .slds-button:disabled, 
body .slds-rich-text-editor__toolbar .slds-button[disabled], 
body .slds-rich-text-editor__toolbar .slds-button:disabled {
	background-color:#fff !important;
	background:#fff !important;
}



/** Tab override */
body .uiTabset--default .tabs__nav {
	border-bottom: 4px solid #f4f5f8;
}
body .uiTabset--default .tabs__item>a, .uiTabset--default .uiTabOverflowMenuItem a {
	padding: .75rem 2.1875rem;
	border-bottom: 4px;
	color:#393a3d;
}
.uiTabset--default .tabs__item.active>a,
.uiTabset--default .tabs__item>a:hover, .uiTabset--default .tabs__item>a:focus {
    border-bottom: 4px solid #0077C5 !important;
    font-weight: 700 !important;
    color: #393a3d !important;
}
.forceCommunityResultsList.uiTabset .uiTabBar .uiTabItem {
	margin-bottom:-4px;
}
body .uiTabset--default .tabs__item>a:focus {
	box-shadow:none;
}
body .uiTabset--default .tabs__item {
	text-transform:none;
}
body .uiTabset--default .tabs__item+.tabs__item {
	margin-left: 0;
}

/** General padding on sidebar elements */
.siteforceContentArea .slds-large-size--4-of-12 .comm-layout-column .ui-widget:not(:last-child) {
	margin:20px 0 40px;
}
.siteforceContentArea .slds-large-size--4-of-12 .comm-layout-column div .ui-widget:first-child {
	margin-top: 0;
}

/** Nav override */
#accordion .accordion-item p {
	font-size: 14px !important;
}

/** Question Section  */
body .slds-feed__item-comments {
	border-top: none;
	border-bottom: 4px solid #f4f5f8;
	margin-top: 16px;
}
body .cuf-body.cuf-questionTitle.forceChatterFeedBodyQuestionWithoutAnswer {
	font-family: Avenir,Helvetica,Arial,sans-serif;
    color: #393a3d;
    font-size: 22px !important;
    font-weight: 500 !important;
}
body .cuf-body.cuf-questionTitle.forceChatterFeedBodyQuestionWithoutAnswer:hover {
	color:#0077C5;
}
body .forceChatterFeedItem--default .cuf-feedItem>div {
	margin-bottom:16px;
}
.slds-breadcrumb__item a:before {
    content: "\00ab";
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}


/** TOPIC PILLS **/
body .forceChatterSimpleFeedItemTopics--pill ul.topic-commaSeparatedList li a {
    display: block;
    color: rgb(100, 58, 61);
    padding: 1px 15px;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 40px;
}

body .forceChatterStyle .cuf-preamble {
	font-size: 16px;
}
body .forceChatterStyle .forceChatterEntityPhoto.standardSize {
	width: 42px;
	height: 42px;
}

/** Articles */
body .selfServiceArticleListItem .article-head {
	color: #393a3d;
}
.article-item .footer {
	background-color: transparent;
	padding:0;
}
body .selfServiceArticleListItem {
	border-bottom: 4px solid #f4f5f8;
}
body .selfServiceArticleLayout .article-head, 
body .selfServiceArticleLayout .breadcrumb {
	margin-top: 0;
}
.selfServiceArticleLayout .slds-form-element_readonly {
	border: none;
}
body .slds-card.forceKnowledgeArticleThumbVote {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;
    margin: 15px 30px 0;
}
body .slds-card.forceKnowledgeArticleThumbVote .slds-box--x-small {
	padding: 8px 0;
}
body .selfServiceArticleLayout.zoom .article-summary, 
body .selfServiceArticleLayout.zoom .forcePageBlockSectionView.full .test-id__field-value {
	font-size: 16px;
}
body .comm-topic-trending-articles__item a:hover {
	border-bottom: 1px solid #d4d4d4;
}
pre.ckeditor_codeblock {
    background: #f1f1f1;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px dashed #dfdfdf;
}
.cuf-feedBodyText a.cuf-more:hover {
	border-bottom: none;
	color: #0077c5;
}
body .selfServiceArticleLayout.zoom.article-column {
	padding-left: 0;
}


/** Leaderboard */
body .forceCommunityReputationLeaderboard42 .leaderboardRowWrapper {
	border-bottom: 0;
	color: #393a3d;
}
.comm-leaderboard .rank {
	font-family: Avenir,Helvetica,Arial,sans-serif;
    color: #393a3d;
    font-size: 22px !important;
    font-weight: 500 !important;
}
body .slds-text-body_regular, .slds-text-body--regular {
	font-size: 16px;
}

/** Unanswered Questions */
body .selfServiceSimilarItemWithViewCount.base-simple-item>* {
	border-bottom:none;
}
body .selfServiceBaseSimpleItems .base-simple-item {
	border-bottom: 2px solid #f4f5f8;
}
body .selfServiceBaseSimpleItem .item-title {
	font-size: 16px;
}

/** All sidebar h2 headers -- shrinking them */
body .forceCommunityReputationLeaderboard42 h2,
body .selfServiceBaseSimpleItems .base-items-header,
body .slds-text-heading_small, body .slds-text-heading--small {
	font-family: AvenirNext forINTUIT,Helvetica,Arial,sans-serif;
    color: #393a3d;
    font-size: 19px !important;
    font-weight: 500 !important;
}
h2.slds-text-heading--small {
    font-family: AvenirNext forINTUIT Bold,Courier New,Helvetica,Roboto,Arial,sans-serif;
    font-size: 28px !important;
    line-height: 28px;
}

/** Ask a question sidebar button */
body .forceCommunityAskCommunity.askCommunityBtn,
button.slds-not-selected.follow.cuf-follow.button.slds-button {
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    min-width: initial;
    box-shadow: none;
    -webkit-font-smoothing: inherit;
    padding-left: 19px;
    padding-right: 19px;
    border-radius: 3px !important;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #fff;
    border: 0;
    background: #0077C5;
    font-size: 19px;
    padding: 8px 0 !important;
    height: auto;
 }
body .forceCommunityAskCommunity.askCommunityBtn:hover,
body .forceCommunityAskCommunity.askCommunityBtn:focus,
button.slds-not-selected.follow.cuf-follow.button.slds-button:hover,
button.slds-not-selected.follow.cuf-follow.button.slds-button:focus {
    background: #5476c9;
    box-shadow: none;
    text-decoration:none;
    color:#fff !important;
}
body .forceCommunityAskCommunity.askCommunityBtn:active,
body .forceCommunityAskCommunity.askCommunityBtn:focus {
    box-shadow: 0 0 0 2px #d4d7dc;
    text-decoration:none;
}

/** Question Detail */
article.cuf-commentItem.slds-comment.slds-media.comment--threadedCommunity.forceChatterComment {
	background: transparent;
}
body .forceChatterFeedElementFullView .forceChatterFeedItem .feed__item-comments--threadedCommunity {
	padding: 8px 0;
	border-radius:4px;
	border-bottom:none;
}
body .forceChatterFeedback .commentHeader {
	font-size: 16px;
    margin-bottom: -16px;
    display: block;
}


/** Ask a Question modal **/
body .forceChatterQuestionPost .forceCommunityCaseDeflection {
	overflow-x:hidden;
}
body .comm-case-deflection__item a:hover,
body .uiPopupTrigger a:hover {
	border-bottom:transparent;
}
body .forceChatterEntityCard a:hover {
	border-bottom: none;
}

/** Border color fixes - various */
body .slds-button_icon-border-filled, 
body .slds-button--icon-border-filled, 
body .slds-button_icon-border, 
body .slds-button--icon-border,
body .slds-button_icon-more, 
body .slds-button--icon-more {
 	border-color: #E3E5E8;
 	color: #BABEC5;
 }


 /** Modal button fix **/
 body button.slds-button.slds-button--neutral.uiButton--default.uiButton--brand.uiButton.forceActionButton,
 body button.slds-button.slds-button--neutral.uiButton.forceActionButton {
 	font-size:100%;
 	font-weight: 700;
 	text-transform:uppercase;
 }
 body .slds-button_neutral:hover, 
 body .slds-button_neutral:focus, 
 body .slds-button--neutral:hover, 
 body .slds-button--neutral:focus {
 	background-color:inherit;
 }


/** SLDS button fixes */
body .slds-button:hover, 
body .slds-button:focus,
body .slds-button_icon-more:hover .slds-button__icon, 
body .slds-button_icon-more:focus .slds-button__icon, 
body .slds-button--icon-more:hover .slds-button__icon, 
body .slds-button--icon-more:focus .slds-button__icon {
	color: #0077C5;
	fill: #0077C5;
	box-shadow: none;
}
body .slds-button_icon, 
body .slds-button--icon, 
body .slds-button_icon-inverse, 
body .slds-button--icon-inverse, 
body .slds-button_icon-container, 
body .slds-button--icon-container, 
body .slds-button_icon-border, 
body .slds-button--icon-border, 
body .slds-button_icon-border-filled, 
body .slds-button--icon-border-filled, 
body .slds-button_icon-border-inverse, 
body .slds-button--icon-border-inverse, 
body .slds-button_icon-more, 
body .slds-button--icon-more, 
body .slds-button_icon-error, 
body .slds-button--icon-error,
body .slds-input-has-icon .slds-input__icon,
body .slds-icon-text-default {
	color: #BABEC5;
	fill: #BABEC5;
}
/*** SLDS Button brand */
body .slds-button_brand, 
body .slds-button--brand {
 	height: 34px;
    line-height: 33px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    min-width: initial;
    box-shadow: none;
    -webkit-font-smoothing: inherit;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 0!important;
    border-radius: 3px;
    border: none;
    background: #0077C5;
    color: #fff;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    font-weight: 600 !important;
    display:inline-block;
    text-transform: none !important;
}
body .slds-button_brand:hover, 
body .slds-button--brand:hover {
    background: #5476c9;
    box-shadow: none;
    text-decoration: none;
    color:#fff !important;
}
body .slds-button_brand:active, 
body .slds-button--brand:active,
body .slds-button_brand:focus, 
body .slds-button--brand:focus {
    box-shadow: 0 0 0 2px #d4d7dc;
    text-decoration: none;
    background-color: #5476c9;
    border: none;
    color: #fff !important;
}


/*** SLDS Button Neutral */
body .slds-button_neutral, 
body .slds-button--neutral {
	height: 34px;
    line-height: 33px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    min-width: initial;
    box-shadow: none;
    -webkit-font-smoothing: inherit;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 0!important;
    border-radius: 3px;
    border: 1px solid #8d9096;
    background: 0 0;
    color: #393a3d;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    font-weight: 600;
}
body .slds-button_neutral a, 
body .slds-button--neutral a {
	color: #393a3d !important;
}
body .slds-button_neutral a:hover,
body .slds-button--neutral a:hover,
body .slds-button_neutral a:focus,
body .slds-button--neutral a:focus {
	background: #fff !important;
	color: #393a3d !important;
}
body .slds-button_neutral:hover, 
body .slds-button--neutral:hover {
    background: #fff;
    color: #393a3d;
    box-shadow: 0 0 0 1px #8d9096;
}
body .slds-button_neutral:active, 
body .slds-button--neutral:active {
	outline: 0;
    color: #393a3d;
    box-shadow: 0 0 0 2px #d4d7dc;
}
body .slds-button_brand[disabled], 
body .slds-button_brand:disabled, 
body .slds-button--brand[disabled], 
body .slds-button--brand:disabled,
body .slds-button_neutral[disabled], 
body .slds-button_neutral:disabled, 
body .slds-button--neutral[disabled], 
body .slds-button--neutral:disabled,
body .slds-button[disabled], 
body .slds-button:disabled, 
body .slds-button[disabled], 
body .slds-button:disabled {
    opacity: .4;
    color: #fff;
    background: #0077C5;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077C5),color-stop(100%,#0077C5));
    background: -webkit-linear-gradient(top,#0077C5 0,#0077C5 100%);
    background: linear-gradient(to bottom,#0077C5 0,#0077C5 100%);
    cursor: not-allowed;
}

/** SLDS Bordered **/
body .slds-button--icon-border.slds-is-selected {
	background-color: #0077C5;
	border-color: #0077C5;
	color:#fff !important;
}
body .slds-button--icon-border.slds-is-selected:hover,
body .slds-button--icon-border.slds-is-selected:focus {
	background-color: #5476c9;
	border-color: #5476c9;
	color:#fff !important;
}


/** SLDS inputs */ 
body .slds-input,
body [role=combobox] input[readonly],
body .slds-dropdown {
	border-color: #E3E5E8;
}
body .slds-input[placeholder],
body .slds-input input[placeholder],
body .slds-input-has-icon input[placeholder],
.searchInFeedInput .slds-form-element__label {
	color: #333;
}
body .slds-input:focus, 
body .slds-input:active,
body [role=combobox] input[readonly]:active,
body [role=combobox] input[readonly]:focus {
	border-color: #0077C5;
	box-shadow: 0 0 3px #0077C5;
}
/*** Combo box background color */
body .slds-dropdown__item>a:hover, 
body .slds-dropdown__item>a:focus,
body .slds-listbox_vertical .slds-listbox__option:focus, 
body .slds-listbox_vertical .slds-listbox__option:hover, 
body .slds-listbox_vertical .slds-listbox__option.slds-has-focus, 
body .slds-listbox--vertical .slds-listbox__option:focus, 
body .slds-listbox--vertical .slds-listbox__option:hover, 
body .slds-listbox--vertical .slds-listbox__option.slds-has-focus {
	background-color: rgba(44, 160, 28, 0.05);
	border-bottom: none;
}

/** User Profile */
/*** Hiding edit button */
body .userHeaderDetail li.slds-button {
	display:none;
}
body .forceCommunityUserRecordHome .userHeaderDetail,
body .forceCommunityUserProfileStats,
body .slds-card,
body .uiTabset--task .tabs__content,
body .forceCommunityFeedPublisher .oneActionsComposer .uiTabBar .tabs__nav,
body .forceChatterFeedAuxBody .cuf-auxBody {
	border-color: #E3E5E8;
	border-radius: 4px;
}
body .forcePublisherQuickActionCollapser .dummyButtonCallToAction {
	border-color: #E3E5E8 !important;
	color: #8D9096 !important;
	font-family: Avenir,Helvetica,Arial,sans-serif;
	font-weight: 300;
}
/*** Hiding post/poll tabs on the profile feed */
body .userProfileTabs .tabs__content .tabs__nav {
	display:none;
}
body .uiTabset--task .tabs__content {
	border-top: 1px solid #E3E5E8;
}

/** Tab fix */
body .uiTabset--default .tabs__item {
	margin-bottom: -4px;
	letter-spacing: 0;
}

/** Settings page */
.forceCommunityUserSettings .texttitle,
.forceCommunityUserSettings .tabs__nav,
.tabs__content .row.slds-m-top--medium,
.accountSection,
.locationSection,
.profileVisibilitySection,
.forceCommunityUserSettings div .row:first-child {
	display: none !important;
}
body .forceCommunityUserSettings {
	font-size: 16px;
}
body .forceCommunityUserSettings .row {
	border: none !important;
}
.forceRelatedListSingleContainer .slds-media__body h2 a,
article.slds-card.slds-card_boundary.forceRelatedListCardDesktop > a {
	/* pointer-events:none; */
}
article.slds-card.slds-card_boundary.forceRelatedListCardDesktop > a .slds-card__footer span {
    display:none;
}


.toastTitle.slds-text-heading--small {
	color: #fff;
}
body .slds-theme_success, 
body .slds-theme--success {
 	background-color: #0077C5;
}
.slds-notify--toast .toastIcon {
 	margin-top: -5px;
}


/* My Tickets List Page */
body .selfServiceCaseVirtualGrid thead th, 
body .selfServiceCaseVirtualGrid tbody td {
 	border-bottom: 1px solid #dddfe4;
 }
body .selfServiceCaseVirtualGrid thead th {
	line-height: 14px;
}
body .selfServiceCaseVirtualGrid thead th a {
 	font-weight: 900;
 	color: #393a3d;
 }
body .selfServiceMyCaseList .sectionHeader {
	border-bottom:none;
	margin-bottom:30px;
}
body .forceRecordLayout a {
	color:#0077c5;
}
body .forceRecordLayout td a:hover {
	border-bottom: 2px solid #0077c5;
}
.selfServiceMyCaseList .sectionAction a {
	display:none;
}
.slds-form-element_readonly .slds-form-element__control lightning-primitive-icon{
	display:none;
}
.selfServiceCaseDetails .detailsContainer h3.slds-section__title.test-id__section-header-container {
	display:none;
}



/* My Tickets Detail */
body .selfServiceCaseHighlights {
	background: #fff;
	padding: 0;
	color: #393a3d;
}
body .selfServiceCaseHighlights .subject {
	font-size: 28px;
	color: #333;
	font-weight: 600;
	margin-bottom:10px;
	display: block;
	line-height:125%;
}
body .selfServiceCaseHighlights .footer,
.slds-card__header header.slds-media .slds-media__figure {
	display:none;
}
.forceRelatedListContainer .forceRelatedListSingleContainer .slds-card {
	border: 1px solid #babec5;
	border-radius: 3px;
}
body .forceBaseListView .listViewContent {
	background-color: #fff;
}
body .forceRelatedListPreviewGrid.forceBaseListView thead th {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px !important;
    color: #393a3d;
    font-weight: 900 !important;
    letter-spacing:0;
}
body .forceRelatedListPreviewGrid.forceBaseListView thead th, 
body .forceBaseListView thead th, 
body .forceBaseListView tbody td, 
body .forceBaseListView tbody th{
	border-color: #eceef1
}
body .forceBaseListView tbody tr:hover td, 
body .forceBaseListView tbody tr:hover th, 
body .forceBaseListView table.resizable-cols:not(.resizing) thead th:hover {
	background: #fff;
}
body .slds-card__header .slds-media__body h2 {
	font-family: Avenir,Helvetica,Arial,sans-serif;;
}
body .slds-card__header .slds-media__body h2 a:hover,
body .slds-card__header .slds-media__body h2 a:active,
body .slds-card__header .slds-media__body h2 a:focus {
	border: none;
}
body .forceBaseListView.useHeaderBarFix thead th:last-of-type, 
body .forceBaseListView.useHeaderBarFix tbody td:last-of-type {
	transform: none;
}
body .forceHighlightsPreviewStencil .highlightsH1 {
	font-size: 16px !important;
}
.profilePicPrimaryFieldWrapper .profilePicWrapper {
	display: none;
}
body .selfServiceCaseStatusButton button.uiButton {
    line-height: 34px;
    color: #fff;
    border: 0;
    background: #0077C5;
    height: 50px;
    font-weight: 700;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    min-width: initial;
    box-shadow: none;
    -webkit-font-smoothing: inherit;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 0!important;
    border-radius: 3px;
    font-size:14px;
    padding: 0;
}
body .selfServiceCaseStatusButton button.uiButton:hover,
body .selfServiceCaseStatusButton button.uiButton:active,
body .selfServiceCaseStatusButton button.uiButton:focus {
	background: #5476c9;
}
body .selfServiceCaseStatusButton button.reopenButton.uiButton {
	background:#fff;
	color:#393a3d;
	border: 1px solid #8d9096;
}
body .selfServiceCaseStatusButton button.reopenButton.uiButton:hover,
body .selfServiceCaseStatusButton button.reopenButton.uiButton:active,
body .selfServiceCaseStatusButton button.reopenButton.uiButton:focus {
    box-shadow: 0 0 0 1px #8d9096;
    background:#fff;
}
body .selfServiceCaseStatusButton button.reopenButton.uiButton .statusIcon,
body .selfServiceCaseStatusButton button.reopenButton.uiButton .label {
	vertical-align:middle;
}
body .selfServiceCaseDetails .header,
body .slds-form-element_readonly {
	border-color: #dddfe4;
}
body .selfServiceCaseDetails .header {
	padding:0 0 10px 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px !important;
    color: #393a3d;
    font-weight: 900 !important;
	transition: none;
	font-family: Avenir,Helvetica,Arial,sans-serif;
}
body .selfServiceCaseDetails .viewMore .content {
	opacity: 1;
}
body button.slds-button.test-id__section-header-button.slds-section__title-action {
	background: #f4f5f8;
}
body button.slds-button.test-id__section-header-button.slds-section__title-action:hover {
	background: #ededed;
	color: inherit;
}
body .selfServiceCaseDetails .viewAllCaseDetailsLabel:focus {
	box-shadow:none;
	margin:0;
	border-radius: 0;
}


/*** Hide new button on case comments ***/
.forceRelatedListContainer .container .forceRelatedListSingleContainer:nth-child(2) .actionsContainer {
	display:none;
}

/** Hide dropdown carat on all related record lists **/
.forceRelatedListCardDesktop .slds-card__body .forceBaseListView table td .forceVirtualAction {
    display: none;
}

/** Hide new button on case comments related list**/
.slds-col.slds-no-flex.slds-grid.slds-align-top.slds-p-bottom--xx-small.test-lvmForceActionsContainer {
	display: none;
}

/* 11/20/23 - William - add to block Ribbon Actions */
/** Hide new button on case comments related list - hides options to reply/forward emails **/
.branding-actions.slds-button-group.slds-m-left--xx-small.oneActionsRibbon.forceActionsContainer {
	display: none;
}
/** Hide dropdown carat on all related record lists **/
/** William added 6/10/2020 **/
.forceVirtualActionMarker.forceVirtualAction {
	display: none;
}

/* WJL 4-25-2022: Add code to remove article Title and URL*/ 
article.content .forcePageBlockSectionRow ~ .forcePageBlockSectionRow{
    display:none;
}
/* WJL 4-25-2022: Hide the field label ("Article Body")   */
.test-id__field-label{
    /* display:none; */
}

/* WJL 4-25-2022: Hide the article summary under the main title */
.article-summary{
    display:none;
}
/*Ideas*/.lght-ideas.title{
    display:block!important;
}

/** Toast color fix **/
.forceToastMessage.slds-notify--toast .toastMessage  {
	color:#fff !important;
}


/* Bug Tracker Detail */
.slds-page-header .profilePicWrapper {
	display:none;
}
.full.forcePageBlock.forceRecordLayout .full .slds-form .forcePageBlockSectionRow .slds-col  {
    padding-left:0;
}
.slds-form .slds-form-element__static {
	font-size: 16px;
}
.slds-page-header .branding-actions .slds-button_neutral, 
.slds-page-header .branding-actions .slds-button--neutral {
 	border-color: #dddfe4 !important;
}
.slds-page-header .branding-actions li:hover {
	box-shadow:none;
}
.branding-actions .oneActionsDropDown {
	height: 34px !important;
}
.branding-actions .slds-button a div {
	text-transform: uppercase;
	font-weight: 700;
}
body .forceCommunityRichText a, 
body .forceCommunityRichText a {
	color: #0077C5;
}
body .forceCommunityRichText a:focus, 
body .forceCommunityRichText a:hover {
	text-decoration: none !important;
	color: #0077C5;
}


/* Ideas */
/*  .lght-ideas .title { 
    display:block; 
 } */
body .bedrockLghtIdeas .header .search-input .btn {
	padding:0;
	border:none;
	top: -1px;
}
body .bedrockLghtIdeas .header {
	background:none;
	border:none;
}
span.slds-text-body_regular.pages {
    padding: 0 15px;
    line-height: 35px;
}
body .slds-button+.slds-button {
	text-transform: none;
	font-weight: 300;
}
body .bedrockLghtIdeas .ideas-list .idea-item.new {
    border-bottom: solid 2px #0077C5;
}
body .bedrockLghtIdeas .ideas-list .idea-item.new .slds-col.slds-size_1-of-1.slds-medium-size_1-of-8.slds-p-around_medium.info {
	border-bottom: solid 1px #0077C5;
}



/* Pagination Buttons */
body .selfServiceCaseVirtualGrid .pagerControl.next, 
body .selfServiceCaseVirtualGrid .pagerControl.previous,
body .uiPagerNextPrevious .pagerControl.last,
body .uiPagerNextPrevious .pagerControl.first {
	border: 2px solid #dddfe4;
	color: #fff;
	background-color: #0077C5;
	vertical-align: top;
}
body .uiPagerNextPrevious .pagerControl.last.off,
body .uiPagerNextPrevious .pagerControl.first.off {
	background-color:#fff;
}
body .selfServiceCaseVirtualGrid .pagerControl.next .visualization,
body .selfServiceCaseVirtualGrid .pagerControl.last .visualization {
	display:inline-block;
  	border-right: 4px solid #fff;
  	border-bottom: 4px solid #fff;
  	width: 9px; 
  	height: 9px;
  	transform: rotate(-45deg);
	background:none;
	margin-top: 9px;
    margin-left: -2px;
    vertical-align:top;
}
body .selfServiceCaseVirtualGrid .pagerControl.previous .visualization,
body .selfServiceCaseVirtualGrid .pagerControl.first .visualization {
	display:inline-block;
  	border-right: 4px solid #fff;
  	border-bottom: 4px solid #fff;
  	width: 9px; 
  	height: 9px;
  	transform: rotate(135deg);
	background:none;
	margin-top: 9px;
    margin-left: 2px;
    vertical-align:top;
}
body .selfServiceCaseVirtualGrid .pagerControl.first .visualization {
	margin-left: 5px;
}
body .selfServiceCaseVirtualGrid .pagerControl.next.off .visualization,
body .selfServiceCaseVirtualGrid .pagerControl.last.off .visualization,
body .selfServiceCaseVirtualGrid .pagerControl.previous.off .visualization,
body .selfServiceCaseVirtualGrid .pagerControl.first.off .visualization {
	border-color: #dddfe4;
	background: none;
}
body .selfServiceCaseListView .selfServiceCaseVirtualGrid .pagerControl.last .visualization {
	margin-left: -6px;
}
body .selfServiceCaseVirtualGrid .pagerControl.first .visualization:before {
	content:" ";
	display:inline-block;
	border-left: 4px solid #fff;
  	height: 13px;
  	transform: rotate(-135deg);
	background:none;
    margin-top: -10px;
    margin-left: 7px;
}
body .selfServiceCaseVirtualGrid .pagerControl.first.off .visualization:before {
	border-color: #dddfe4;
}
body .selfServiceCaseVirtualGrid .pagerControl.last .visualization:after {
	content:" ";
	display:inline-block;
	border-right: 4px solid #fff;
  	height: 13px;
  	transform: rotate(45deg);
	background:none;
    margin-top: -10px;
    margin-left: 7px;
}
body .selfServiceCaseVirtualGrid .pagerControl.last.off .visualization:after {
	border-color: #dddfe4;
}
body .selfServiceCaseVirtualGrid .pagerControl.next.off,
body .selfServiceCaseVirtualGrid .pagerControl.previous.off,
body .selfServiceCaseVirtualGrid .pagerControl.next.off:hover,
body .selfServiceCaseVirtualGrid .pagerControl.previous.off:hover {
	background-color: #fff;
	cursor: not-allowed;
}
body .selfServiceCaseVirtualGrid .pagerControl.next:hover, 
body .selfServiceCaseVirtualGrid .pagerControl.previous:hover {
	background-color: #5476c9;
}




/* RESPONSIVE */
/** XS grid size */
@media screen only and (max-width:479px) {
	/* LAYOUT ELEMENTS */


	/* END LAYOUT ELEMENTS */


	/* COMPONENTS START */
	/** Accordion */


	/** Buttons */
	/*** Button Default */

	/*** Button Primary */

	/*** Button Alt */

	/*** Combo Buttons */


	/** Cards */
	.card {
		padding: 8px;
	}

	/** Checkboxes */


	/** Drop-down */


	/** Radio buttons */


	/** Tabs / Segmented Buttons */


	/* COMPONENTS END */

}


/** SM grid size */
@media screen only and (min-width:480px) and (max-width:768px) {
	/* LAYOUT ELEMENTS */


	/* END LAYOUT ELEMENTS */


	/* COMPONENTS START */
	/** Accordion */


	/** Buttons */
	/*** Button Default */

	/*** Button Primary */

	/*** Button Alt */

	/*** Combo Buttons */


	/** Cards */
	.card {
		padding: 8px;
	}

	/** Checkboxes */


	/** Drop-down */


	/** Radio buttons */


	/** Tabs / Segmented Buttons */


	/* COMPONENTS END */
}


/** MD grid size */
@media screen only and (min-width:769px) and (max-width:1023px) {
	/* LAYOUT ELEMENTS */


	/* END LAYOUT ELEMENTS */


	/* COMPONENTS START */
	/** Accordion */


	/** Buttons */
	/*** Button Default */

	/*** Button Primary */

	/*** Button Alt */

	/*** Combo Buttons */


	/** Cards */


	/** Checkboxes */


	/** Drop-down */


	/** Radio buttons */


	/** Tabs / Segmented Buttons */


	/* COMPONENTS END */
}


/** LG grid size */
@media screen only and (min-width:1024px) and (max-width:1199px) {
	/* LAYOUT ELEMENTS */


	/* END LAYOUT ELEMENTS */


	/* COMPONENTS START */
	/** Accordion */


	/** Buttons */
	/*** Button Default */

	/*** Button Primary */

	/*** Button Alt */

	/*** Combo Buttons */


	/** Cards */
	

	/** Checkboxes */


	/** Drop-down */


	/** Radio buttons */


	/** Tabs / Segmented Buttons */


	/* COMPONENTS END */
}


/** XL grid size */
@media screen only and (min-width:1200px) {
	/* LAYOUT ELEMENTS */


	/* END LAYOUT ELEMENTS */


	/* COMPONENTS START */
	/** Accordion */


	/** Buttons */
	/*** Button Default */

	/*** Button Primary */

	/*** Button Alt */

	/*** Combo Buttons */


	/** Cards */
	

	/** Checkboxes */


	/** Drop-down */


	/** Radio buttons */


	/** Tabs / Segmented Buttons */


	/* COMPONENTS END */
}