.contentTitle {
    /* text-xl */
    font-size: 1.25rem !important;
    margin-top: 0px !important;
}

.rsc-text-xs {
    font-size: .75rem;
    padding: .5;
}

.rsc-text-sm {
    font-size: .875rem;
}

.rsc-text-base {
    font-size: 1rem;
}

.rsc-text-lg {
    font-size: 1.125rem;
}

.rsc-text-xl {
    font-size: 1.25rem;
}

.rsc-text-2xl {
    font-size: 1.5rem;
}

.rsc-text-3xl {
    font-size: 1.875rem;
}

.rsc-text-4xl {
    font-size: 2.25rem;
}

.rsc-text-5xl {
    font-size: 2.5rem;
}

/* Global Overwrites */
body {
    font-size: 1rem !important;
}

.siteforceThemeLayoutStarter {
    font-size: 1rem !important;
}

/* Top articles component Overwrites */
.forceCommunityTopArticleList .forceCommunityTopArticleListForTopic{
    width: 273px !important;
}

.forceCommunityTopArticleListForTopic{
    padding-left: .5rem !important;
    margin-left: .5rem !important;
}

.slds-text-title{
    font-size: 1rem !important;
}

.topicHeaderLink{
    font-size: 1.125rem;
}

.title{
    font-size: 1.25rem !important;
}
.forceCommunityTopArticleList .title{
    text-align: center;
}

.forceCommunityTopArticleItem .article-title{
    font-size: 1rem !important;
}

.uiAbstractList .listContent{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*tile menu */
.forceCommunityTileMenuItem .tileLabel{
    font-size: 1.125rem !important;
}

.forceCommunityTileMenuItem .imagePreview{
    height: 201px !important;
}

.forceCommunityTileMenu .forceCommunityTileMenuItem{
    max-width: 273px !important;
}

/*TOPIC DETAIL PAGE */
.forceTopicSubTopicNavigation .topic-subNavList{
    font-size: .875rem !important;
}

.cCommunityRelatedProducts.relatedProductsHeader{
    font-size: 1.125rem !important;
}

/* Support Product Page */
.support-product-title {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 36px;
}

.support-product-subtitles{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 30px;
}

.support-product-base-text{
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
}

/* Related Products component */
.related-product-title{
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 36px;
}

.related-product-base-text{
    font-size: 1rem;
    font-weight: 500;
    line-height: 19px;
}

/* Article Details */
.forceCommunityHeadline .headlineTitle{
    font-size: 2.25rem !important;
    font-weight: 300 !important;
    text-align: left !important;
}

/* Related Article component */
.selfServiceSimilarArticles42>h2 {
    font-weight: 300 !important;
    font-size: 1.875rem !important;
}

.comm-related-articles__item{
    font-size: 1rem !important;
}

.slds-text-body_small, .slds-text-body--small{
    font-size: 1rem !important;
}

/* pre-chat form */
.preChatField {
    height: 48px;
    width: 280px;
  }

.preChatLabel {
    color: #5D5D5D;
    font-size: 1rem;
    font-weight: 500;
}

.preChatText {
    color: #5D5D5D;
    font-size: 0.75rem;
    font-weight: 500;
    padding-left: 12px;
    padding-right: 12px;
}

.preChatButton {
    height: 44px;
    width: 124px;
    border-radius: 4px;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
}

.preChatRequiredCTA {
    color: #C53030;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 18px;
}

.inputItem[c-communityPrechatForm_communityPrechatForm] {
    padding-right: 12px;
}

.chatFormLabel[c-communityPrechatForm_communityPrechatForm]{
    padding-left: 0 !important;
    padding-right: 0 !important;
}