/*PAGE SETUP*/
*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Graphik','Helvetica Neue',Arial,Helvetica,sans-serif !important;
}

h1 {
    font-weight: 700;
}

article.content a {
    color: #049eee;
}

.slds-section {
    margin-top: 0 !important;
}

.cb-section_row.slds-grid.slds-wrap.slds-large-nowrap {
    max-width: 1000px !important;
}

.mainContentArea {
    background: #F7F8F9;
}

.article-column {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    max-width: 678px;
}

.body {
    min-height: 90vh !important;
    padding-top: 16px !important;
}

.forceCommunitySection .cb-section_background,
.forceCommunitySection .cb-section_backgroundOverlay {
  background: #F7F8F9;
}

.slds-p-horizontal_xx-large, .slds-p-horizontal--xx-large {
  background: #F7F8F9;
}

.mainContentArea {
	padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.siteforceContentArea {
    max-width: 1000px;
    width: 100%;
}

@media (min-width: 64em) {
    .slds-large-size_3-of-12, .slds-large-size--3-of-12 {
        width: 33% !important;
        max-width: 290px;
    }
}


/* ARTICLE */
.cols-2.forcePageBlockSectionRow {
    display: none !important;
}

.summary,
.test-id__field-label-container {
    display: none !important;
}


.slds-form-element_readonly {
    border-bottom: 0 !important;
}

.article-column {
    padding: 24px !important;
}

@media all and (min-width: 768px) {
    .article-column {
	    padding: 40px !important;
    }
}

article.content {
    font-family: 'Graphik','Helvetica Neue',Arial,Helvetica,sans-serif;
}

.selfServiceArticleLayout .forcePageBlockSectionRow.full {
    padding-top: 0 !important;
}

/* BREADCRUMBS */
.slds-text-heading_label, .slds-text-heading--label a {
    color: #676D75;
    font-family: 'Graphik';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: initial;
}

/* Global Header */
.chcGlobalHeader {
    position: fixed !important;
    z-index: 9999 !important;
}

.chcGlobalHeader nav[data-testid="sdsm-global-header-local-nav-items"] {
    justify-content: center !important;
}