.slds-grid.slds-gutters_small.full.cols-2.forcePageBlockSectionRow {
    display:none;
}

.test-id__field-label-container.slds-form-element__label{
    display:none;
}

.slds-button.slds-button--brand.loginButton.uiButton--none.uiButton{
    border-radius:20px;
}

/* Adjusts the Login In Radius  */
.inputContainer{
    border-radius:20px !important;
}

/*Article Feedback Border Removal*/
.slds-card{
    border-color:#ffffff !important;
}

/*Additional Article Summary Removal*/
.article-summary{
    visibility:hidden;
    display:none;
}


/* Removes Home from Navigation Menu */
.forceCommunityThemeNav .comm-navigation__home-link {
    visibility: hidden !important;
    display: none !important;
}

/* Adjusts size of navigation menu items */
.forceCommunityThemeNav button{
    font-weight: 600;
    font-size-adjust: 0.57;
}

/* Adjusts size of main page hero caption */
.forceCommunityThemeHeroBase h1{
    font-size-adjust: 0.6;
    font-weight: 600;
}


/* Increases Size of Search Result Titles slightly */
div.forceCommunitySearch .itemTitle{
    font-size-adjust: 0.55;
}

/* Removes the metadata detail from the typeahead suggestions in Global Search */
.search-deflectionContainer .search-deflectionItemDetail{
    display: none;
}

/* Updates Global Search Results Tile hightlights matching search results to bold */
div.forceCommunitySearch .itemTitle mark {
    font-weight: bold;
    background-color: #ffffff;
    color: #00adef;
}

div.forceCommunitySearch .resultBody mark {
    font-weight: bold;
    background-color: #f9f9f9;
}

/* Adjusts size of titles on Related Articles */
community_article-similar-articles-list a span.slds-text-body_small{
    font-size-adjust: 0.61;
}


/* Adjust the size of the Related Articles Title and pads it to match the height of the article Title */
community_article-similar-articles-list h2.slds-text-heading_small{
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    padding-top: 80px;
}

/* Adjust spacing between in text in Knowledge Article Content */
div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks p{
    line-height: 1.6;
}

/* Adjust the colour, size and spacing of headings in Knowledge Article Content */
h2.article-head{
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1em !important;
    padding-top: 0.5em !important;
}

div.selfServiceArticleLayout div[data-target-selection-name="sfdc:RecordField.Knowledge__kav.Summary"] span{
    font-style: italic !important;
    padding-bottom: 20px;
}

div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks h1{
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    line-height: 1em;
    padding-top: 0.5em;
}

div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks h2{
    color: #00adef;
    font-size: 24px;
    line-height: 1em;
    padding-top: 0.5em;
}

div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks h3{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    padding-top: 0.5em;
}

div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks h4{
    color: #00adef;
    font-weight: bold;
    margin-bottom: 0.1em !important;
}

div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks p{
    margin-bottom: 8px;
}

/* Style lists in Knowledge Article Content */
div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks ol {
    line-height: 1.6;
    margin-left: 52px !important;
    list-style-position: outside;
}

div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks ol > li{
    padding-left: 32px;
}

div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks ul {
    line-height: 1.6;
    padding-left: 32px;
    list-style-position: outside;
}

div.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks ul > li{
    padding-left: 28px;
}

/* Makes Article Feedback in line with article content border */
.forceKnowledgeArticleThumbVote .slds-media__body {
    padding-left: 15px !important;
}

/* Removes the Border From the Article Feedback */
.selfServiceArticleLayout.voting {
    border: none;
}

/* Removes Knowledge Article Type/Date/Icon below Summary */
div.selfServiceArticleLayout div.meta {
    display: none !important;
}

/* Removes Global Search Sidebar */
div.forceCommunitySearch .slds-border_right.slds-medium-size_1-of-6{
    display: none;
}

/* Removes Global Search Title */
div.searchResultsGridHeader .gridTitle{
    display: none;
}

/* Removes Search Result Metadata Subtitles*/
div.forceCommunitySearch div.slds-tile__detail.articleMetaData{
    display: none;
}

/* Updates look of breadcrums and topic pages */
nav.forceCommunityBreadcrumbs {
    padding-left: 30px
}

div.selfServiceTopicArticleList div.footer {
    display: none;
}


div.selfServiceTopicArticleList li.selfServiceArticleListItem {
    border: none !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

div.selfServiceTopicArticleList li.selfServiceArticleListItem h2 {
    font-size: 1.05em !important;
    font-weight: normal !important;
    color: #00ADEF !important;
    text-decoration: underline;
    font-style: italic;
}

div.selfServiceTopicArticleList div.listContent {
    padding-left: 27vw;
}

div.siteforceSldsOneColLayout div.ui-widget {
    margin-bottom: 0px !important;
}

div.topic-subtitle {
    padding-left: 25vw;
}

div.topic-subtitle h2 {
   font-size: 1.2em;
}