
/****** Fix Article view *****/

/****** Removes bottom border*****/
body .slds-form-element_readonly {
    border-bottom: solid 0 #ffffff;
}
/****** Removes Labels*****/
.selfServiceArticleLayout .forcePageBlockSectionView.full .test-id__field-label, 
.selfServiceArticleLayout .forcePageBlockSectionView.full .test-id__grouped-field-label-icon,
/****** Removes Label Description*****/
body .selfServiceArticleLayout  .uiOutputText:only-child {
    display: none;
}

/****** Pushes Body Up 30px *******/
body article.content .warning {
    margin-top: 0;
}
/****** End Hide Title and URL *****/ 
/* fix padding in header */
.forceCommunityThemeNav .visible-links .mainNavItem {
    padding-left: 40px;
}

.themeHeader .themeUtils {
    padding-left: 10px;
}

.forceCommunityThemeHeroBase contentTitle {
    font-size: 1.5rem; /* same size as caption above it */
}

/*Tile menu 
commented out 5/7 by dsm on CSYS as part of style update for new Onboarding Process
.slds-grid {
    justify-content: center;
}*/

/*Trending articles links component*/
.comm-topic-trending-articles ul {
    margin-top: 2%;
    width: 100%;
}
.comm-topic-trending-articles ul {
    display: flex;
    flex-basis: 2px;
    flex-wrap: wrap;
    margin: auto;
    width: 85%;
}

.comm-topic-trending-articles ul.slds-wrap {
    margin-right: 3%;
}

/* .comm-topic-trending-articles ul.slds-wrap li {
    margin-left: 2%;
    max-width: 800px;
    min-width: 45%;
    } */

.comm-topic-trending-articles ul.slds-grid--vertical {
    flex-direction: row;
}

/* this is good, keep this anyway */
.comm-topic-trending-articles__item > a {
    border-bottom: none;
}

.comm-topic-trending-articles__item > .slds-p-vertical_small {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.comm-topic-trending-articles__item > a span {
    font-size: 1.125em;
}

/*Trending articles title component*/
.comm-topic-trending-articles h2 {
    color: black;
    font: 24px "Inter",Helvetica Neue,Helvetica,Arial sans-serif !important;
    letter-spacing: 1.5px;
    text-align: center;
}

/*Topics component*/
.forceTopicFeaturedTopics {
    margin: auto auto 3%;
    width: 75%; 
}
/*Topics component's item*/
li.topicItem .forceTopicFeaturedTopicItem {
    height: 100px;
    margin: 1%;
    width: 31.3%; 
}

.forceTopicFeaturedTopics .topicContent .topicLabel {
    font-size: 1.5em;
}

.slds-button_brand,.slds-button--brand {
    color: white;
}

/*Contact support and ask button component CAN REMOVE THIS SECTION AFTER FULL IMPLEMENTATION OF HTML CONTACT US COMPONENT*/
.siteforceNapiliFooter{
    background: #F1F1F1;
    border-radius: 7px;
    box-shadow: 2px 2px 5px silver;
    font: 20px "Inter",Helvetica Neue,Helvetica,Arial sans-serif;
    margin: auto auto 4%;
    padding: 1%;
    width: 45%; 
}


/* -------------------------------- */
/* ---- CONTACT US CUSTOM HTML ---- */
/* -------------------------------- */

.uiOutputRichText .contact-buttons {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.uiOutputRichText .contact-buttons > .box {
    border-radius: 2px;
    padding: 2em 3em;
   	text-align: center;
}

.uiOutputRichText .contact-buttons > .grey-box {
	background-color: #F1F1F1;
	-webkit-box-shadow: 0 1px 2px #a0a0a0;
    box-shadow: 0 1px 2px #a0a0a0;	
    margin: 0 auto;
    width:45%;
}
.uiOutputRichText .contact-buttons > .grey-box > .box--text-wrapper > h3 {
  color: #373B40;
  font-size: 1.4em;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.uiOutputRichText .contact-buttons > .grey-box > .box--text-wrapper > p {
  font-size: 1.125em;
  margin-bottom: 1em;  
}
.uiOutputRichText .contact-buttons > .grey-box > span > a {
  margin: 0 1em;
}
.uiOutputRichText .contact-buttons > .grey-box > p {
    margin-bottom:1.2em;
}
.uiOutputRichText .contact-buttons > .grey-box > span > a {
  background-color: #00A3E0;
  border: none;
     -webkit-box-shadow: 0 1px 2px #a0a0a0;
            box-shadow: 0 1px 2px #a0a0a0;
  color: #ffffff;

}
.uiOutputRichText .contact-buttons > .grey-box > span > a:hover {
  background-color: #373B40;
  color: #ffffff;
  text-decoration:none;
}
/* END CONTACT US HTML */

.forceCommunityTopicCatalog  {
    margin-top: 35px !important;
}

.forceCommunityTopicCatalog .topicHierarchy-topBox {
    border-top: none !important;
    border-top-color: #ffffff !important;
    margin-bottom: 13px !important;
    padding-top: 1px !important;
}
.forceChatterOutputDescription
{
    color: black;
    font: 25px "Inter",Helvetica Neue,Helvetica,Arial sans-serif;
    height: 20px;
    text-align: right;
}
/* Hide Milestones and status change from Case Feed*/
article[data-type="MilestoneEvent"], div.forceChatterFeedback{
    display:none!important;
}
article[data-type="TrackedChange"], div.forceChatterFeedback{
    display:none!important;
}

.forceCommunityUserProfileTabs{ display: none; }

/* Hide Feed Post Comment */
.cuf-commentLink {
    display: none !important;
}

.cuf-commentInput {
  display: none;
}
.cuf-feedback {
    display: none !important;
}
.cuf-clumpSummary {
    display: none !important;
}
.feeds-filter-trigger {
    display: none !important;
}

/* Sujin's Custom CSS Topic Catalog SIDEBAR STUFF REMOVE THIS AFTER PERFECTING SIDEBAR HTML*/
.forceCommunityTopicCatalog .topicHierarchy-childrenList {
    column-count: 1 !important;
    padding-left: 1.5em;
}

.forceCommunityRelatedTopics .uiOutputText, .forceCommunityTopicCatalog .uiOutputText {
    color: #696969; 
}

.topicItemLink:hover,.topicItemLink:active {
    text-decoration:none;
}

.topicItemLink .uiOutputText:hover,.topicItemLink .uiOutputText:active {
    color: #00a3e0;
}

.forceCommunityTopicCatalog a:hover > span {
    color: #00a3e0;
}

.forceCommunityTopicCatalog a:hover, .forceCommunityTopicCatalog a:active {
    text-decoration: none;
}
/* End SH Topic Catalog */

.forceCommunityRichText .sidebar--support-custom ul li:before {
    content: '';
}

/* =================== */
/*     HTML SIDEBAR    */       
/* =================== */
   .sidebar--support-custom {
  padding: 30px;
  border-radius: 4px;
   }
  .sidebar--support-custom ul {
    padding: 0;
    margin: 10px 0 0; }
  .sidebar--support-custom li {
    padding: 6px 0;
    color: #373b40; }
  .sidebar--support-custom ul li a {
    display: block;
    color: #373b40;
    font-size: 17px;
    line-height: 1.2; }
  .sidebar--support-custom ul li a:hover {
    color: #00a3e0;
    text-decoration: none; }
  .sidebar--support-custom li span {
    display: block;
    margin: 14px 0 0 14px;
    color: #372b40;
    font-size: 15px;
    transition: color; }
  .sidebar--support-custom li span:hover {
    color: #00a3e0;
  }

/* Topic Detail List */
@media only screen and (min-width: 48em) {
.selfServiceArticleListItem {
    padding: 10px 0;
}
	.selfServiceArticleHeaderDetail h3.article-head {
    font-size: 1.1rem;
    font-weight: normal;
}

}

article.summary .footer span.view-count {
    display:none;
}

article.summary .footer span.view-count+span.dot {
    display:none;
}

.selfServiceArticleListItem {
    border-bottom: none;
}

/* Contact Support component hover border fix REMOVE AFTER IMPLEMENTING HTML BUTTONS*/
.forceCommunityAskCommunity.askCommunityBtn:hover, .forceCommunityAskCommunity.askCommunityBtn:focus,
.selfServiceContactSupport.communityBtn:hover, .selfServiceContactSupport.communityBtn:focus {
    border-color: #0a81ae;
}

/* Search results */
.kbResultStencil .slds-item:first-of-type {
    display:none;
}

/* ------------------------ */
/* --- TOPIC DETAIL PAGE -- */
/* ------------------------ */

.slds-card-wrapper.forceCommunityTopicDescription {
  /* padding: 40px 0 0 0; */
  padding: 0;
}

.selfServiceArticleListItem:first-child {
  padding-top: 0;
}

.topicDescription .forceChatterOutputDescription {
  text-align: left;
}


/* ------------------------ */
/* -------- ARTICLE ------- */
/* ------------------------ */
/* Article Header */
/* .selfServiceArticleLayout article.summary .article-head {
    color: #00a3e0;
    font-size: 2em;
    font-weight: normal;
    margin-top: 0;
} */

.selfServiceArticleHeaderDetail .date:before {
    content: "Published ";
}

.date {
    border-top: none;
}

.selfServiceArticleHeaderDetail .date, .selfServiceArticleHeaderDetail .dot, .selfServiceArticleHeaderDetail .article-type {
    color: #373b40;
    font-size: 1.125em;
}

.selfServiceArticleHeaderDetail lightning-icon {
    display: none;
}

.slds-form-element_readonly {
    border-bottom: 1px solid #eeeeee;
}

.forceCommunityArticleThumbVote .slds-card__body+.slds-card__body.slds-text-align--center {
    margin-right: -28px;
}

/* -------------ARTICLE BODY CUSTOMIZATIONS -------------- */


article.content .warning {
    background-color: #FFFFCD;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
 }
article.content h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 30px;
}

article.content h4{
    font-size: 1.2rem;
    font-weight:400;
}

article.content h3{
    font-size: 1.5rem;
    font-weight:400;
}

article.content h2{
    color: #7f7f7f;
    font-size: 2rem
}

article.content .intro-copy {
    background-color: #ccffff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
 }

article.content .block-quote {
    background-color: #f6f6f6;
    border-left: 2px #ccc solid;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
 }

article.content p {
    margin: 0 0 1.5em;
}
table {
    border-collapse: collapse;
    margin: 0 0 1em;
    text-align: left;
    width: 100%;
 }

[dir=rtl] table {
    text-align: right; }

td, th {
    border-color: #ebebec;
    border-style: solid;
    border-width: 1px;
    padding: 10px; }

article.content td {
    color: #373b40;
    font-size: 1.125em;
    padding: 10px; }

article.content td > p {
    font-size: 100%;
}

article.content th {
    background-color: #00a3e0;
    color: white;
    font-size: 1.125em;
    padding: 10px;
 }

th {
    font-weight: 600;
    text-align: inherit; }

  /* removes extra padding in case of multiple images in one paragraph */
article.content p img:first-child {
    padding-top: 0;
}

article.content p img:last-child {
    padding-bottom: 0;
}

article.content img {
    display:block;
    filter: drop-shadow(2px 2px 4px #939393);
    padding: 10px 0 20px;
}

article.content .inline-img {
    display: inline;
    margin-right: 3px;
    padding: 0;
}

article.content hr {
    background-color: #eeeeee;
    border: 0;
    height: 1px;
    margin: 25px 0 25px 0; }

article.content ul, article.content ol {
    padding: 0 25px; }

article.content ul {
    font-size:1.1rem;}

article.content ol {
    font-size: 1.1rem;
 }

article.content li {
    color: #373b40;
    font-size: 1.1rem; } 

article.content li li {
    font-size: 1.1rem;
}

article.content pre {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    overflow: auto;
    padding: 10px 15px;
    white-space: pre; }

article.content blockquote {
    border-left: 1px solid #eeeeee;
    color: #bebebe;
    font-style: italic;
    padding: 0 15px; }

article.content iframe {
  margin: 10px 0;
}

article.content a:hover {
    color: #373b40;
    text-decoration: none;
}

/* Related Articles*/
.comm-related-articles__item a span {
    font-size: 1.1em;
}

.comm-related-articles__item a {
    border-bottom: none;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.comm-related-articles__item > div.slds-p-top_medium.slds-p-bottom_medium.slds-border_bottom.slds-grid.slds-grid_vertical-align-center {
    display: none;
}

article.forceKnowledgeArticleThumbVote .slds-media__body {
    font-size: 1.125em;
}

#upVoteCount, #downVoteCount {
    display: none;
}

.ui-widget .selfServiceArticleTopicList .slds-pill .forceTopicTopicLink {
  max-width: 400px;
}

/* ------ CONTACT SUPPORT ------ */
.forceCommunityContactSupportForm .contactSupportButton:hover,.forceCommunityContactSupportForm .contactSupportButton:focus {
    border-color: #0a81ae;
}

/* ----------HOMEPAGE ---------- */
/* ------  3 BOXES AREA ---------*/
.supportLanding .slds-grid {
    justify-content: space-between;
}

.supportLanding a.button:hover,.supportLanding a.button:active {
    text-decoration: none;
}

.supportLanding > h2 {
    color: #373b40;
    font-size: 2em;
    letter-spacing: 1.75px;
    margin: 0 0 1em;
    text-align: center;
    text-transform: uppercase;
}

.forceCommunityHtmlBlock > .uiOutputRichText > .supportLanding {
    align-items: center;
    display:flex;
    justify-content: space-between;
    margin: 1.5% 12.5% 1%;
}

/* increases top margin for "All Product Guides" text*/
.forceCommunityHtmlBlock > .uiOutputRichText .all-product-guides {
    color: #000000;
    font-size: 24px;
    letter-spacing: 1.5px;
    margin: 3% 0 0;
}

.forceCommunityHtmlBlock > .uiOutputRichText > .supportLanding > .box {
    border-radius: 2px;
    padding: 1.2em 1.5em;
    text-align: center;
    width: 31.5%;
} 

.white-box {
    border: 1px solid #373b40;
}

.blue-box {
    background-color: #00a3e0;
}

.blue-box h2 {
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0.75em 0;
    text-transform: uppercase;
}

.blue-box p {
    font-size: 1.125em;
    margin-bottom: 10px;
    min-height: 80px;
}

.blue-box a {
    margin-bottom: 1em;
}
.blue-box a.button--white {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #00a3e0;
}
.blue-box a.button--white:hover {
  background-color: #373b40;
  border: 1px solid #373b40;
}


/* -------------------------------- */
/* - GUIDE SECTIONS HOMEPAGE HTML - */
/* -------------------------------- */

.support--category-wrapper {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto auto 3%;
  width: 75%;
}
.support--category-wrapper > a {
  width: 31.3%;
  border-radius: 2px;
  text-align: center;
  margin: 1%;
}

.support--category-wrapper > a > .blue-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #00a3e0;
  min-height: 100px;
  font-family: "Inter","Helvetica Neue",sans-serif;
  font-weight: 600;
}

.support--category-wrapper .blue-button-box h3 {
  color: #fff;
  font-size: 1.5em; }

.support--category-wrapper > a:hover > .blue-button-box {
    background-color: #373b40; }


/* ------  Bhavani Changes Start  ------ For FIS Home page*/
.support--category-wrapper-FIS {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto auto 2%;
  width: 75%;
}
.support--category-wrapper-FIS > a {
  width: 40%;
  border-radius: 2px;
  text-align: center;
  margin: 2%;
}
.support--category-wrapper-FIS > a > .blue-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #00a3e0;
  min-height: 100px;
  font-family: "Inter","Helvetica Neue",sans-serif;
  font-weight: 600;
}

.support--category-wrapper-FIS .blue-button-box h3 {
  color: #fff;
  font-size: 1.5em; }

.support--category-wrapper-FIS > a:hover > .blue-button-box {
    background-color: #373b40; }
/* ------  Bhavani Changes end  ------ For FIS Home page*/



/* ---------------------------------- */
/* ---- TOP ARTICLES BY CATEGORY ---- */
/* BUILT WITH CUSTOM FLEXIBLE LAYOUTS */
/* ---------------------------------- */

.slds-grid .ui-widget:first-child .forceCommunityTopArticleList:first-child {
  margin-top: 60px;
}

.forceCommunityTopArticleList .uiAbstractList {
    line-height: 1;
}

.forceCommunityTopArticleList > h2.title {
  color: black;
  font-size: 1.7em;
  font-weight: 600;
}

.forceCommunityTopArticleList .listContent h2.topicHeader {
  font-size: 1.5em;
  line-height: 1;
  white-space: normal;
}

.forceCommunityTopArticleList .listContent h2 > a:hover {
  color: #00a3e0;
  text-decoration: none;
}

.forceCommunityTopArticleList .listContent a > span {
  font-size: 1.2em;
}

.forceCommunityTopArticleList .topicHeaderLink {
  font-weight: 400;
}

.listContent .forceCommunityTopArticleListForTopic {
  padding-bottom: 20px;
}

.listContent .forceCommunityTopArticleListForTopic:last-child {
  padding-bottom: 0px;
}


/* ------- WELCOME KIT STYLES --------- */
/* Used in "Installation Guide" article */
/* ------------------------------------ */
#welcome-kit {
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #353B3C;
}

#welcome-kit.wel_home {
  border: none;
}

#welcome-kit.wel_home .intro {
  margin-top: 20px;
}

#welcome-kit.install-guide, #welcome-kit .checklist {
  border: 1px solid #f1f1f1;
}

#welcome-kit *, #welcome-kit ::after, #welcome-kit ::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#welcome-kit strong {
  font-weight: 600;
}

#welcome-kit a {
  color: #00a3e0;
  text-decoration: none;
}

#welcome-kit .h4, #welcome-kit .h5, #welcome-kit h4, #welcome-kit h5 {
  font-weight: 600;
}

#welcome-kit h2 {
  font-size: 27px;
}

#welcome-kit h4 {
  color: #00a3e0;
  font-size: 1.118em;
  line-height: 22px;
  text-transform: none;
}

#welcome-kit ul {
  margin: 16px auto;
  padding-left: 40px;
}

#welcome-kit ul > li {
  font-size: 100%;
}

#welcome-kit p {
  margin: 16px auto;
  font-size: 18px;
  line-height: 22px;
}

#welcome-kit .vid-cont {
  text-align: center;
  margin: auto;
}

#welcome-kit .vid-cont iframe {
  width: 90%;
  height: 350px;
  margin: 0 auto 20px;
}

#welcome-kit .intro, #welcome-kit .tips, #welcome-kit .pre {
  padding: 40px;
  background: #F1F1F1;
}

#welcome-kit .intro:nth-child(2n), #welcome-kit .tips:nth-child(2n), #welcome-kit .pre:nth-child(2n) {
  background: #fff;
}

#welcome-kit .intro h3, #welcome-kit .tips h3, #welcome-kit .pre h3 {
  color: #00a3e0;
  margin: auto;
}

#welcome-kit .intro .pre li:before, #welcome-kit .tips .pre li:before, #welcome-kit .pre .pre li:before {
  content: "\2610";
  height: 20px;
}

#welcome-kit .btn-container {
  text-align: center;
  margin-top: 40px;
}

#welcome-kit .btn-container .btn-basic {
  width: 100%;
  color: #373B40;
  background-color: #fff;
  height: 40px;
  border: 1px #00a3e0 solid;
  border-radius: 6px;
  text-decoration: none;
  padding: 10px 20px;
}

#welcome-kit .btn-container .btn-basic:hover {
  background-color: #00a3e0;
  color: #fff;
}

#welcome-kit .steps {
  background: #f2f2f2 none repeat scroll 0% 0%;
  padding: 30px 40px;
}

#welcome-kit .steps:nth-child(2n) {
  background: #fff;
}

#welcome-kit .steps .step-title {
  height: 100%;
}

#welcome-kit .steps .step-title img.checkmark {
  float: left !important;
  border: none !important;
  margin-right: 20px;
}

#welcome-kit .steps .step-title h2 {
  color: #373B40;
  line-height: 22px;
  font-weight: 600;
}

#welcome-kit .steps .step-title h2 small {
  color: #00a3e0;
  font-weight: 600;
}

#welcome-kit .steps .step-body {
  padding-left: 90px;
  max-width: 100%;
}

#welcome-kit .steps .step-body .img-descrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#welcome-kit .steps .step-body .img-descrip p {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 32%;
}

#welcome-kit .steps .step-body .img-descrip span {
  color: red;
  text-transform: uppercase;
}

#welcome-kit .steps .step-body .img-descrip span .red {
  color: #666666;
  text-transform: uppercase;
}

#welcome-kit .steps .step-body .img-descrip .red {
  color: #666666;
  text-transform: uppercase;
}

#welcome-kit .steps .step-body .img-cont {
  background: #fff;
  max-width: 100%;
}

#welcome-kit .steps .step-body .img-cont img {
  max-width: 100%;
}

#welcome-kit .tile-links .setup-tile {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
}

#welcome-kit .tile-links .setup-tile .the-copy {
  width: 48%;
  height: 100%;
}

#welcome-kit .tile-links .setup-tile .the-copy p {
  margin: auto;
  padding: 20px;
}

#welcome-kit .tile-links .setup-tile .the-link {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-color: #00a3e0;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
}

#welcome-kit .tile-links .setup-tile .the-link .article-link {
  width: 36%;
}

#welcome-kit .tile-links .setup-tile .the-link h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 30px 10px;
}

#welcome-kit .tile-links .setup-tile .the-link img {
  height: 140px;
}

@media (max-width: 990px) {
  #welcome-kit *, #welcome-kit ::after, #welcome-kit ::before {
    margin: auto;
  }

  #welcome-kit .vid-cont {
    text-align: center;
    margin: auto;
  }

  #welcome-kit .vid-cont iframe {
    width: 100%;
    height: 160px;
    margin: 0 auto 20px;
  }

  #welcome-kit .tile-links {
    margin: auto;
  }

  #welcome-kit .tile-links .setup-tile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
  }

  #welcome-kit .tile-links .setup-tile .the-copy {
    height: 100%;
    width: 100%;
  }

  #welcome-kit .tile-links .setup-tile .the-copy p {
    font-size: 16px;
    margin-top: 20px;
  }

  #welcome-kit .steps .step-body {
    padding-left: 30px;
  }
}

@media (max-width: 700px) {
  #welcome-kit *, #welcome-kit ::after, #welcome-kit ::before {
    margin: auto;
  }

  #welcome-kit .vid-cont {
    text-align: center;
    margin: auto;
  }

  #welcome-kit .vid-cont iframe {
    width: 100%;
    height: 160px;
    margin: 0 auto 20px;
  }

  #welcome-kit .tile-links {
    margin: auto;
  }

  #welcome-kit .tile-links .setup-tile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
  }

  #welcome-kit .tile-links .setup-tile .the-copy {
    height: 100%;
    width: 100%;
  }

  #welcome-kit .tile-links .setup-tile .the-copy p {
    margin-top: 20px;
    font-size: 16px;
  }

  #welcome-kit .steps {
    padding: 20px;
  }

  #welcome-kit .steps .step-title img.checkmark {
    margin-right: 2px;
  }

  #welcome-kit .steps .step-title h2 {
    margin-left: -10px;
    font-size: 25px;
  }

  #welcome-kit .steps .step-body {
    padding-left: 20px;
  }
}



/* ----------------------------- */
/* ---------FOOTER ------------- */
/* ----------------------------- */

.site-footer-support {
    background-color: #373b40;
    color: #fff;
    padding: 30px 0 10px;
}

 /* override pseudoclass that tries to add bullet points*/ 
.forceCommunityRichText .site-footer-support ul>li:before {
    content: '';
}

.forceCommunityRichText .site-footer-support ul,.forceCommunityRichText .site-footer-support ol {
    padding-left: 0;
}

/* override left padding in footer section*/
.forceCommunityRichText .site-footer-support ol li, .forceCommunityRichText .site-footer-support ul li {
    padding-left: 1em;
}

.site-footer-support ul > span {
    font-weight: 600;
    text-transform: uppercase;

}

.site-footer-support ul > li > a {
    color: #ffffff;
}

.site-footer-support ul > li > a:hover {
    color: #00a3e0;
    text-decoration: none;
}

.site-footer-support .inner >.footer-nav-support {
    display: flex;
    justify-content: space-between;
}

.site-footer-support .inner > .footer-nav-support > .menu-support {
    flex-flow:column nowrap;
}

.site-footer-support .inner > .footer-nav-support > .menu-categories {
    flex-flow:column nowrap;
}

.site-footer-support .inner > .footer-nav-support > .menu-about {
/*   flex-grow: 1; */
    flex-flow:column nowrap;
}

.footer-end-container {
    display: flex;
    justify-content: space-between;
    padding: 0; 
}

.site-footer-support hr {
    border: 0.5px solid #fff;
    margin: 20px 0;
    width: 100%;
    /* clear: both; */
}

.footer-end-container #footer-social-list {
    display: flex;
}

.site-footer-support .icon--icon.main-menu-link{
    content: ' ';
    padding: 1em;
    position: relative;
    left: -1em;
}

p.copyright {
    margin: 0;
}

p.copyright a:active,p.copyright a:hover {
    text-decoration: none;
}

.icon--facebook {
    background-image: url(https://revelsystems.com/wp-content/themes/reveldown/-/img_min/icon--facebook.svg);
    background-size: 11px;
}

.icon--twitter {
    background-image: url(https://revelsystems.com/wp-content/themes/reveldown/-/img_min/icon--twitter.svg);
    background-size: 16px;
}

.icon--linkedin {
    background-image: url(https://revelsystems.com/wp-content/themes/reveldown/-/img_min/icon--linkedin.svg);
    background-size: 16px;
}

.icon--instagram {
    background-image: url(https://revelsystems.com/wp-content/themes/reveldown/-/img_min/icon--instagram.svg);
    background-size: 16px;
}

/* ----------------------------- */
/* ---------- MOBILE ----------- */
/* ----------------------------- */
/* ------- IN PROGRESS ----------*/

/* Submit a case phone fix */
@media only screen and (max-width: 760px) {
  .siteforceNapiliFooter .cta_header {
    color: #373B40;
    overflow: auto;
    white-space: normal;
  }

  /* fixes title in custom category pages */
  .forceCommunityTopArticleList > h2.title {
  padding-left: 17px;
  }
}

@media only screen and (max-width: 768px) {
/* fixes login and button overlap + double blue button overlap on homepage: phones */
  .contact-buttons > .box.grey-box {
  width: 75%;
  }
  .contact-buttons > .grey-box .button--blue:last-of-type {
  margin-top: 10px;
  }

  /* adds padding to article body & related articles */
  .comm-layout-column .ui-widget .selfServiceArticleLayout {
  padding-left: 40px;
  padding-right: 40px;
  }
  .comm-layout-column .ui-widget > .comm-related-articles > h2, .comm-layout-column .ui-widget > .comm-related-articles > ul {
  padding-left: 40px;
  }
}

/* fix spacing on small screens - may not need code redundancy */
@media only screen and (max-width: 47.9375em) {
  .forceCommunityThemeNav .mainNavItem, .forceCommunityThemeHeaderCompact .themeUtils {
    padding-left: 0; }
    /* fixes lack of indent on custom topic pages */
  .ui-widget .forceCommunityTopArticleList:not(.showTitle) .forceCommunityTopArticleListForTopic {
     padding-left: 18px;
     padding-right: 18px;
  }
}

@media only screen and (max-width: 880px) {
  /* undoes reveldown css */
    body {
        padding-top: 0px;
    }
  /* popular articles */
    .comm-topic-trending-articles ul div.slds-wrap li {
        margin-left: 10%;
        margin-right: 15%;
    }

/* all guides */
    .forceTopicFeaturedTopics .topicList {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .forceTopicFeaturedTopics .topicItem.forceTopicFeaturedTopicItem {
        width: 100%;
    }

/* footer */
    .site-footer-support > .inner {
        margin: 1em 0;
        width: 100%;
 } 
    .support--category-wrapper > a {
        width: 100%; }
    .footer-end-container {
        display: block; }
}

@media only screen and (max-width: 1024px) {
  /* sidebar */
  .cb-section > .cb-section_row > .cb-section_column.slds-large-size_4-of-12 {
  order: 2;
  }
  /* list of articles by section */
  .cb-section > .cb-section_row > .cb-section_column.slds-large-size_8-of-12 {
  order: 1;
  padding-left: 70px;
  }
}

/* 3 button header */
@media only screen and (max-width: 1032px) {
    .forceCommunityHtmlBlock > .uiOutputRichText > .supportLanding {
        display:block;
        width: 90%;
    }

    .forceCommunityHtmlBlock > .uiOutputRichText > .supportLanding > .box {
        margin: 1rem 0;
        width: 90%;
    }
}

@media only screen and (max-width: 1059px) {
/* fixes double blue button overlap on homepage: ipad landscape mode */
  .contact-buttons > .grey-box .button--blue:last-of-type {
  margin-top: 10px;
  }
}

/* popular guides */
@media only screen and (max-width: 1280px) {
    .comm-topic-trending-articles ul div.slds-wrap li {
        margin-left: 20%;
        margin-right: 10%;
        min-width: 80%;
  }
}
/* Embeddded Service Close and Minimize icon color*/
.embeddedServiceSidebarHeader .closeButton .embeddedServiceIcon svg, .embeddedServiceSidebarHeader .minimizeButton .embeddedServiceIcon svg, .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon svg, .embeddedServiceSidebarExtendedHeader .embeddedServiceIcon svg {
    fill: #fff !important;
}
.embeddedServiceSidebarMinimizedDefaultUI .minimizedText, .embeddedServiceSidebarHeader .headerText  , .embeddedServiceSidebarExtendedHeader, .embeddedServiceLiveAgentStateChatHeaderOption .optionName, .embeddedServiceSidebarHeader .headerButton {
    color: #fff !important;
}
.slds-popover_tooltip .slds-popover__body, .slds-popover--tooltip .slds-popover__body {
    color: #fff !important;
}
.salesforceIdentityLoginBody2  .forceIcon .slds-icon_xx-small {
    width: 1rem;
    height: 1rem;
    margin-top: 18px;
}
.forceCommunityUserSettingsCustomizable .settingsEmail{
    background: none;
}
.salesforceIdentityLoginBody2 .forceIcon .slds-icon_xx-small {
  margin-top: 7px;
}
.comm-topic-trending-articles__item > a span {
  font-size: 1rem;
}
.comm-topic-trending-articles__item > a span lightning-formatted-date-time {
  font-size: 0.8rem;
}
/*Top Articles by Topic Widget CSS overrides CSYS 4463 - 9/19/22 by Dashiell Murphy*/
.forceCommunityTopArticleListForTopic .forceCommunityTopArticleItem .article-title-link {
    text-decoration: none;
}
.forceCommunityTopArticleListForTopic .forceCommunityTopArticleItem .article-title-link:hover, 
.forceCommunityTopArticleListForTopic .forceCommunityTopArticleItem .article-title-link:focus, 
.forceCommunityTopArticleListForTopic .forceCommunityTopArticleItem .article-title-link:active {
    color: var(--lwc-colorTextBrand,rgb(13, 165, 222));
    text-decoration: underline;
}

/*Remove Revel Stylesheet footer css from internal chatter footer tags -Kirby 1.13.23*/
footer.slds-post__footer.interactions-wrap {
  background: transparent;
  padding: 0;
  color: #222;
}
.lwc-log-container {
    display: none !important;
}


/*5.01.24 site live and quick mobile optimization updates*/

body.comm-page-home.partnerUser div[data-region-name="sidebar"] {
    padding-left: 2rem;
}

body .forceCommunityTopArticleList .singleListContainer .topicHeader lightning-icon {
    display: none;
}

body .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton{
    box-shadow: 0 0 13px 1px rgb(149 163 180 / 33%);
    transition: 0.15s ease-in-out all;
    -webkit-transition: 0.15s ease-in-out all;
    -moz-transition: 0.15s ease-in-out all;
    -ms-transition: 0.15s ease-in-out all;
    -o-transition: 0.15s ease-in-out all;
}
body .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton:hover
body .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton:focus {
    box-shadow: 0 0 13px 1px rgb(149 163 180 / 73%);
}

@media (max-width: 1080px) {
    body.comm-page-home .forceCommunityTopArticleList>* {
        flex: 0;
        width: auto;
        display: flex;
    }
    
    body.comm-page-home .forceCommunityTopArticleList {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }
    body.comm-page-home .forceCommunityTopArticleList .listContent > ul {
        flex-direction: column;
        margin-left: 5px;
    }
    body.comm-page-home .forceCommunityTopArticleList .listContent > ul .singleListContainer {
        margin: 6px 0;
    }
}

@media only screen and (max-width: 47.9375em) {
        .forceCommunityThemeHeaderCompact .themeNav {
            background: #fff;
        }
        body .header nav > ul > li.comm-navigation__top-level-item.mainNavItem:first-of-type a:after {
            left: auto;
        }
        body .help-site-v24 .before-footer-cta .bfc-header {
            flex-direction: column;
            align-items: center;
            margin-bottom: .75rem;
        }
        body .help-site-v24 .before-footer-cta .bfc-header span {
            margin: 1rem 0 0;
        }
        body .help-site-v24 .before-footer-cta .bf-cta--buttons {
            flex-direction: column;
        }
        body .help-site-v24 .before-footer-cta .bf-cta--buttons .revel-btn {
            margin: .5rem 0;
        }
        body .guest-user-span-neighbor + .help-site-v24 .before-footer-cta .bfc-header {
            margin: 0 0 1rem;
            align-items: center;
        }
        body .guest-user-span-neighbor + .help-site-v24 .before-footer-cta {
            flex-direction: column;
        }
}