/*-- Styles created by Epigrowth --*/

@media only screen and (max-width: 480px) {
    community_navigation-tile-menu community_navigation-tile-menu-item.slds-size_12-of-12 {
        width: 50%;
    }
}



/*------- HEADER NAVIGATION -------*/

/*-- Header Navigation Fonts --*/
.forceCommunityThemeNav .mainNavItem .linkBtn, .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name, .forceCommunityThemeProfileMenu.websterInnerHeader.profile-loginButton {
    background-color: transparent;
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
}

/*
.forceCommunityThemeNav.navMenuType-expanded .mainNavItem .linkBtn.comm-navigation__top-level-item-link--active {
    border-bottom-color: #111111 !important;
}
*/

/*-- profile menu --*/

.profile-menuList li.profile-menuItem.myAccount.uiMenuItem {
    display: none !important;
}

.comm-navigation__top-level-item.comm-navigation__menu-item .mainNavItem.mainNavItem.hasSubNav.uiMenu .linkBtn.comm-navigation__top-level-item-link--active {
    border-bottom: none !important;
}

.forceCommunityThemeNav.navMenuType-expanded .mainNavItem .linkBtn.comm-navigation__top-level-item-link--active {
    border-bottom-color: transparent !important;
}


/*-- Dark Hero Overrides --*/
body.comm-page-home .forceCommunityThemeNav .mainNavItem .linkBtn, body.comm-page-home .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, button.button-globe, body.comm-page-home .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name {
    color: #fff;
}

body.comm-page-custom-gopro-labs .forceCommunityThemeNav .mainNavItem .linkBtn, body.comm-page-custom-gopro-labs .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, button.button-globe, body.comm-page-custom-gopro-labs .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name {
    color: #fff;
}

body.comm-page-custom-gopro-labs .forceCommunityTabset.uiTabset>.uiTabBar .uiTabItem {
    display:  none !important;
}

/*-- Hides Home Button --*/
.forceCommunityThemeNav .comm-navigation__home-link {
    display: none !important;
}

/* hides border */
.forceCommunityThemeNav .mainNavItem .uiMenuItem a {
    border: none !important;
}

/*------- HOMEPAGE -------*/

/*-- Add Padding to Top of Homepage --*/
body.comm-page-home div[data-region-name="content"] {
    padding-top: 25px;
}

/*------- HERO -------*/


/*-- Search Bar --*/

.forceCommunityThemeSearchHero .search-box {
    height: 60px !important;
}

.forceCommunityThemeHeroStarter .searchRegion {
    width: 80% !important;
}

.forceCommunityThemeSearchHero .search-inputSearchButton svg {
    width: 24px;
    height: 25px;
    position: relative;
}

/*------- NAVIGATION TILES -------*/

/*-- Tile Label --*/
.comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
    margin-top: 40%;
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
}

/*-- Tile Height --*/
.comm-tile-menu__item-tile.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
    height: 240px !important;
    position: relative;
}

community_navigation-tile-menu-item.comm-tile-menu__item {
    padding: 6px 8px;
}

community_navigation-tile-menu community_navigation-tile-menu-ui.comm-tile-menu__ui, .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
    justify-content: left !important;
}

/* Tiles Hover */
.comm-tile-menu__item-banner.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
    /*    transition: none !important; */
    border-radius: 8px;
}

.comm-tile-menu__item-banner.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout:hover {
    /*    border: 2px solid #111111; */

    box-shadow: 0px 0px 0px 2px #111111;
}

.comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner:hover {
    text-decoration: none !important;
}

.comm-tile-menu__item-title-underline.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
    text-decoration: none !important;
}

/*-- Winter 24 Release Updates --*/

.comm-tile-menu__ui .comm-tile-menu__item-banner .comm-tile-menu__item-title {
    margin-top: 30%;
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
}


/*------- GLOBAL ELEMENTS -------*/

/*-- Headline Title --*/
.forceCommunityHeadline .headlineTitle {
    text-align: left !important;
    padding: 0px !important;
}

.forceCommunityHeadline .headlineTitle .headlineTitleText {
    font-size: 32px;
    font-weight: 100;
}

/*-- Rich Text Styles --*/
[data-region-name="content"] .forceCommunityRichText h3 {
    font-size: 24px;
}

/*-- Buttons --*/


button.button-class:hover {
    background-color: #111111 !important;
    color: #FFFFFF !important;
}

.button-class-html-wrap {
    margin: 0px auto;
    text-align: center;

}

.forceCommunityHtmlBlock .button-class-html {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    border-radius: 8px;
    border: 2px solid #111111;
    text-transform: uppercase !important;
    text-align: center;
    font-size: 12px;
    background-color: transparent;
    color: #111111 !important;
    padding: 10px 40px;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.forceCommunityHtmlBlock .button-class-html:hover {
    background-color: #111111 !important;
    color: #FFFFFF !important;
}


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

/*-- Headline Title Topic --*/

.comm-page-topic .forceCommunityHeadline .headlineTitle {
    text-align: center !important;

}

.comm-page-topic .forceCommunityHeadline .headlineTitle .headlineTitleText {
    font-size: 32px;
    font-weight: 100;
}

/*-- Trending Articles --*/

.comm-page-topic .selfServiceTopicTrendingArticles42 .slds-grid--vertical a {
    line-height: 28px;
    text-decoration: none;
    border-color: #E7E9EA;
}

.comm-page-topic .selfServiceTopicTrendingArticles42 .slds-grid--vertical a span {
    font-size: 16px;
}


/*-- Help Articles --*/

.selfServiceTopicArticleList li.article-item.selfServiceArticleListItem {
    padding: 10px 0;
    border-color: #E7E9EA;
}

.selfServiceTopicArticleList .article-item.selfServiceArticleListItem a {
    line-height: 28px;
    text-decoration: none;
}

.selfServiceTopicArticleList .article-item. {
    font-size: 16px;
    font-family: Sohne, Arial, sans-serif !important;
    font-weight: normal !important;
}

.selfServiceTopicArticleList .article-item.selfServiceArticleListItem {
    background-color: transparent !important;
}

.selfServiceTopicArticleList .selfServiceArticleListItem .article-summary {
    display: none;
}

.selfServiceTopicArticleList .selfServiceArticleListItem .footer {
    display: none;
}

/*-- Chatter Container --*/
.uiTabset.forceCommunityTabset {
    padding: 20px;
}

/*-- Chatter Publisher --*/

/* hides article detail tabs */
.comm-page-topic .forceCommunityTabset .uiTabBar {
    display: none;
}

.comm-page-topic .forceCommunityTabset .tabs__content .uiTabBar {
    display: block;
}

/* hides publisher tabs */
.comm-page-topic .forceCommunityFeedPublisher .forceActionsContainer .tabs__nav {
    /*   display: none !important;  */
}


/* Ask a Question */
.comm-page-topic .forceCommunityTabset .askCommunityBtn {
    width: 35% !important;
    margin: 15px 0px 0px 0px !important;
    background-color: #fff;
    color: #111111 !important;
    border-color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px !important;
}

.comm-page-topic .forceCommunityTabset .askCommunityBtn:hover {
    background-color: #111111 !important;
    color: #FFFFFF !important;
}

/*-- Topic Detail Contact Button --*/
.comm-page-topic c-support-hub_-contact-us .slds-align_absolute-center {
    justify-content: left !important;
}

.comm-page-topic c-support-hub_-contact-us button {
    justify-content: left !important;
    padding: 10px 20px !important;
}

.comm-page-custom-older-cameras .forceCommunityTopicCatalog .topicHierarchy-topBox {
    display: none;
}

.comm-page-custom-older-cameras .forceCommunityTopicCatalog .topicHierarchy-topBox:nth-child(5) {
    display: block;
}

body.comm-page-topic div[data-region-name="header"] {
    z-index: 4;
    position: relative;
}

body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline {
    margin-top: -40px;
    /*  z-index: 2000; */
    position: relative;
    top: -120px;
}

body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline h1.headlineTitle {
    color: #fff;
    /*   z-index: 20000;  */
}

.forceCommunityTopicCatalog a {
    color: #111111;
    font-size: 1.25rem;
    font-weight: bold;
}


/*
community_topic-topics-link a.comm-topic__link
 {
    color: #111;
    text-decoration: none;
    transition: color .1s linear;
    display: inline-block;
    padding: 4px 11px;
    font-size: 16px;
    border: 2px solid #111;
    border-radius: 10px;
}

.forceTopicSubTopicNavigation .topic-subTopicItem, .forceTopicSubTopicNavigation .topic-showMore {
    display: inline-block;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: unset;
}*/

/*------- OOB OVERRIDES -------*/

/*-- Home and GoPro Labs White Logo in Nav --*/
body.comm-page-home .forceCommunityThemeLogo .logoImage, body.comm-page-custom-gopro-labs .forceCommunityThemeLogo .logoImage {
    background-image: url(../resource/supportHub_communityResources/logos/Logo-GoPro-Support-White.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/*------- GOPRO LABS -------*/

/*-- Title --*/
body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle {
    font-weight: 600;
    font-size: 32px;
    margin-top: 24px;
}

/*-- SubTitle --*/
body.comm-page-custom-gopro-labs .forceCommunityThemeHeroBase .contentSubtitle {
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
}

/*-- Hero Logo --*/
body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle::before {
    content: '';
    background-image: url(../resource/supportHub_communityResources/logos/gopro_labs_white_2x.png) !important;
    display: block;
    height: 69px;
    width: 69px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

body.comm-page-custom-gopro-labs div[data-region-name="sidebar"] {
    padding-top: 25px;
}

body.comm-page-custom-gopro-labs .siteforceContentArea {
    padding-top: 25px;
}

body.comm-page-custom-gopro-labs div[data-region-name="content"] {
    padding-top: 16px;
    padding-right: 59px;
}


body.comm-page-custom-gopro-labs .uiTabset.forceCommunityTabset {
    padding: 20px;
    border-radius: 8px;
}

/*
body.comm-page-custom-gopro-labs div[role="tablist"] ul.tabs__nav {
    display: none !important;
}

 */

/*---- Custom BREADCRUMB ----*/

c-support-hub_breadcrumbs {
    margin-top: 20px;
    display: block;
}

.slds-breadcrumb .slds-breadcrumb__item:before {
    content: ' | ' !important;
    height: 12px;
    width: 12px;
    background-size: contain;
    opacity: 1;
    left: 0px !IMPORTANT;
    top: -1px;
}

.slds-breadcrumb .slds-breadcrumb__item:first-child:before {
    content: '  ' !important;
    height: 12px;
    width: 12px;
    background-size: contain;
    opacity: 1;
    left: 0px !IMPORTANT;
    top: -1px;
}

.slds-breadcrumb .slds-breadcrumb__item a {
    color: #111111 !important;
    font-size: 12px;
}

.slds-breadcrumb .slds-breadcrumb__item a:first-child {
    font-weight: bolder;
    padding-right: 5px !important;
}

/*-- ERROR OVERRIDES --*/

/* Chatter */
.forceCommunityForceCommunityFeed .slds-illustration img {
    display: none;
}

.forceCommunityForceCommunityFeed .slds-illustration {
    background-image: url(../resource/supportHub_communityResources/error/Discussions-Placeholder-2x.png) !important;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 30px 32px !important;
    min-height: 300px !important;
}

.forceCommunityForceCommunityFeed .slds-illustration figcaption {
    padding-top: 138px !important;
    text-align: left !important;
    color: #111111 !important;
}

/* topics */

.forceChatterSimpleFeedItemTopics--pill ul.topic-commaSeparatedList li a {
    background-color: #353535 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    border-color: #111111 !important;
    border-radius: 4px !important;
}

.forceChatterSimpleFeedItemTopics--pill ul.topic-commaSeparatedList li a:hover {
    background-color: #353535 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* Search Page */
.comm-page-global-search .forceSearchNoResults figure img {
    display: none;
}

.comm-page-global-search .forceSearchNoResults .noResults {
    background-image: url(../resource/supportHub_communityResources/error/375-Icon-Empty-Search-2x.png) !important;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 300px !important;
}

.comm-page-global-search .forceSearchNoResults .noResultsTitle {
    color: #111111 !important;
    padding-top: 8%;
    padding-bottom: 15px;
}

.comm-page-global-search .forceSearchNoResults .noResultsMessage {
    color: #111111 !important;
}

/*---- ARTICLE STYLES ----*/

/* Youtube iframe */
.selfServiceArticleLayout .itemBody iframe {
    width: 100% !important;
}

/* Article Title */

.comm-page-article .contentRegion {
    max-width: 700px;
    margin: 0 auto;
}

.selfServiceArticleLayout h1.selfServiceArticleHeaderDetail {
    font-weight: 600;
    font-size: 26px !important;
    line-height: 34px;
    letter-spacing: 0.25px;
}

.selfServiceArticleLayout .Article-quickLinks, .selfServiceArticleLayout .Article-Article-quickLins {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
}

.selfServiceArticleLayout table {
    background-color: #ffffff;
    bottom: 1px #ccc solid;
}


/* Article Summary */
.selfServiceArticleLayout .summary .article-summary {
    display: none;
}

/* Article Date Icon */
.selfServiceArticleLayout .summary .meta lightning-icon {
    display: none;
}

/* Article Date Font */
.selfServiceArticleLayout .summary .meta .uiOutputDate {
    font-family: Sohne, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
}

/* Article Type */
.selfServiceArticleLayout .summary .meta .dot, .selfServiceArticleLayout .summary .meta .article-type {
    display: none;
}

/* Article Label */
.selfServiceArticleLayout .forcePageBlockItemView .slds-form-element__label {
    display: none;
}

/* Article CTA */
.selfServiceArticleLayout .uiOutputRichText .articleButton {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    padding: 10px 20px;
    border: 2px solid #111111;
    box-sizing: border-box;
    border-radius: 8px;
    color: #111111;
}

.selfServiceArticleLayout .forceOutputRichText b {
    /*  -webkit-text-stroke: 0.1px #111113;  */
}

/* Article Voting */
.forceCommunityArticleThumbVote {
    padding: 0px 10px;
}

.voting.selfServiceArticleLayout article.slds-card {
    background-color: transparent;
    border: none;
}

.forceCommunityArticleThumbVote .slds-media__body.slds-truncate {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
}

.forceCommunityArticleThumbVote .slds-card__body + .slds-card__body {
    float: inherit !important;
    margin: 20px 0px 0px 0px !important;
}

.forceCommunityArticleThumbVote button {
    border-color: #111111 !important;
    border-width: 2px !important;
    padding: 16px !important;
}

.forceCommunityArticleThumbVote button:hover {
    background-color: #111111 !important;
    border-width: 2px !important;
    padding: 16px !important;
}

.forceCommunityArticleThumbVote button svg {
    fill: #111;
    width: 30px !important;
    height: 20px !important;
}

.forceCommunityArticleThumbVote button:hover svg {
    fill: #FFF !important;
}

.forceCommunityArticleThumbVote button {
    fill: #FFF !important;
    width: 60px !important;
    height: 45px !important;
}

.forceCommunityArticleThumbVote button.slds-is-selected {
    background-color: #111111 !important;
    border-width: 2px !important;
    padding: 16px !important;
}

.forceKnowledgeArticleThumbVote div[aria-live="assertive"] {
    display: none !important;
}

/* Article Tags */

.selfServiceArticleTopicList.selfServiceArticleLayout .slds-pill {
    background-color: #353535;
    color: #fff;
    border-radius: 4px;
}

.selfServiceArticleTopicList.selfServiceArticleLayout .slds-pill a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.25px;
}

.comm-page-article .forceCommunityRichText {
    padding: 0px 20px;
}

/*-- SEARCH PAGE --*/

/* hides view count in articles */
.forceCommunitySearch .scopesListSection a {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
}

.forceCommunitySearch .forceChatterCompactFeedItemBody .title, .forceCommunitySearch .listContent .formattedTextLookupTitle, .forceCommunitySearch .forceSearchResultsGridView .outputLookupLink {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
}

.forceSearchResultsList .itemTitle a {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
}

.forceCommunitySearch .viewMore .view-all-label {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
}

.forceSearchResultsList .articleMetaData ul li:first-child {
    display: none;
}

button.slds-button.slds-button_brand {
    background-color: #FFFFFF !important;
    color: #111111;
    border-color: #111111;
    border-width: 2px !important;
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
}

/*-- Help Articles Button --*/
.topicRelatedArticleList button {
    margin: 0px;
    background-color: #fff;
    color: #111111 !important;
    border-color: #111111;
    height: 24px;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 14px;
    padding: 12px 20px;
}

/*--View More Button--*/
button.slds-button.cuf-showMore {
    background-color: #FFFFFF !important;
    color: #111111;
    border-color: #111111;
    border-width: 2px !important;
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 20px;
    line-height: 14px;
}
/*--Show More Container --*/
.forceChatterScroller .cuf-showMoreContainer {
    text-align: left !important;
}

/*-- PROFILE PAGE --*/
.forceCommunityUserProfileBody .cProfileViewBody {
    border: none !important;
}

.forceCommunityUserProfileBody .cProfileViewBody .profileName {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.25px;
}

.comm-page-detail-005 .forceCommunityTabset .tabHeader .title {
    font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25px;
}

/* hides reputation points */
.cUserProfileCon .forceCommunityReputationWidget {
    display: none !important;
}

/*--- TABLET STYLES ---*/
@media only screen and (max-width: 63.9375em) {

    /*-- HERO HOME--*/
    .forceCommunityThemeHeroBase .contentTitle {
        font-size: 2.5rem !important;
        line-height: 1;
        margin-top: 12px;
    }

    .websterHomeHero .contentContainer .widthContainer .content {
        width: 90% !important;
    }

}


/*--- MOBILE STYLES ---*/
@media only screen and (max-width: 47.9375em) {

    /*-- HERO HOME--*/
    .forceCommunityThemeHeroBase .contentTitle {
        font-size: 36px !important;
        line-height: 1;
        margin-top: 12px;
    }

    .websterHomeHero .contentContainer .widthContainer .content {
        width: 100% !important;
    }

    /*-- Topic Detail Banner --*/
    body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline {
        margin-top: -70px !important;
        top: -30px !important;
    }

    body.comm-page-topic .forceCommunityHeadline .headlineTitle .headlineTitleText {
        font-size: 29px;
        font-weight: 100;
        font-size: 30px;
    }

    /* MOBILE BURGER MENU START */
    .forceCommunityThemeNav .mainNavItem .linkBtn svg {
        fill: #FFFFFF !important;
    }

    /*
    .forceCommunityThemeHeaderCompact .themeNav {
        width: 80% !important;
    }
    */


    .forceCommunityThemeNav .mainNavItem .subMenuItem:not(.finalSubMenuItem) a, .forceCommunityThemeNav .uiMenuList--default .uiMenuItem:first-child > a {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
        color: #C3C5C6;
    }

    .forceCommunityThemeNav .mainNavItem .uiMenuItem:last-child a {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
        color: #C3C5C6;
    }


    /* MOBILE BURGER MENU END */
    .forceCommunityHeadline .headlineTitle .headlineTitleText {
        font-size: 24px;
    }

    .forceCommunityThemeHeaderCompact .themeLogo {
        position: absolute;
        left: 125px !important;
        padding-top: 1px !important;
    }

    .forceCommunityThemeHeaderCompact .themeLogo .logoImage {
        width: 160px !important;
        max-height: 32px !important;
        height: 33px !important;
    }

    body.comm-page-custom-gopro-labs div[data-region-name="content"] {
        padding-top: 0px;
        padding-right: 0px;
    }

    .hero .forceCommunityThemeHeroBase {
        padding: 2.5rem 1rem !important;
    }

    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle {
        font-weight: 600 !important;
        font-size: 24px !important;
        margin-top: 24px !important;
    }

    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroBase .contentSubtitle {
        margin-top: 5px !important;
        font-size: 16px !important;
        line-height: 26px !important;
    }

    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle::before {
        height: 66px !important;
        width: 55px !important;
    }

    /*-- Tiles Start --*/
    .comm-tile-menu__image-preview.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
        border: none;
        background-repeat: no-repeat;
        background-size: 120%;
        background-position: center;
        height: 145px !important;
        background-size: 125%;
    }

    .community_navigation-tileMenuItem_tileMenuItem-host {
        width: 50% !important;
    }

    .community_navigation-tileMenuItemBanner_tileMenuItemBanner.comm-tile-menu__item-title.slds-text-align_center {
        font-size: 14px !important;
    }

    .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
        margin-top: 33%;
    }

    community_navigation-tile-menu-item.comm-tile-menu__item.slds-p-around_small.community_navigation-tileMenuItem_tileMenuItem-host {
        PADDING: 4px 6px !important;
    }

    /*-- Tiles End --*/
    /*-- Home Hero Start --*/
    .comm-page-home .forceCommunityThemeHeroBase[style] {
        padding: 4.5rem 1rem !important;
    }

    /*-- Home Hero End --*/


}

@media only screen and (min-width: 48em) {
    /*-- Styles created by Epigrowth --*/
    @media only screen and (max-width: 480px) {
        community_navigation-tile-menu community_navigation-tile-menu-item.slds-size_12-of-12 {
            width: 50%;
        }
    }

    /*------- HEADER NAVIGATION -------*/
    /*-- Header Navigation Fonts --*/
    .forceCommunityThemeNav .mainNavItem .linkBtn, .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name, .forceCommunityThemeProfileMenu.websterInnerHeader.profile-loginButton {
        background-color: transparent;
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    /*-- Dark Hero Overrides --*/
    body.comm-page-home .forceCommunityThemeNav .mainNavItem .linkBtn, body.comm-page-home .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, button.button-globe, body.comm-page-home .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name {
        color: #fff;
    }

    body.comm-page-custom-gopro-labs .forceCommunityThemeNav .mainNavItem .linkBtn, body.comm-page-custom-gopro-labs .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, button.button-globe, body.comm-page-custom-gopro-labs .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name {
        color: #fff;
    }

    /*-- Hides Home Button --*/
    .forceCommunityThemeNav .comm-navigation__home-link {
        display: none !important;
    }

    /* hides border */
    .forceCommunityThemeNav .mainNavItem .uiMenuItem a {
        border: none !important;
    }

    /*------- HOMEPAGE -------*/
    /*-- Add Padding to Top of Homepage --*/
    body.comm-page-home div[data-region-name="content"] {
        padding-top: 25px;
    }

    /*------- HERO -------*/
    /*-- Search Bar --*/
    .forceCommunityThemeSearchHero .search-box {
        height: 60px !important;
    }

    .forceCommunityThemeHeroStarter .searchRegion {
        width: 80% !important;
    }

    .forceCommunityThemeSearchHero .search-inputSearchButton svg {
        width: 24px;
        height: 25px;
        position: relative;
    }

    /*------- NAVIGATION TILES -------*/
    /*-- Tile Label --*/
    .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
        margin-top: 40%;
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    /*-- Tile Height --*/
    .comm-tile-menu__item-tile.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
        height: 240px !important;
        position: relative;
    }

    community_navigation-tile-menu-item.comm-tile-menu__item {
        padding: 6px 8px;
    }

    community_navigation-tile-menu community_navigation-tile-menu-ui.comm-tile-menu__ui, .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
        justify-content: left !important;
    }

    /* Tiles Hover */
    .comm-tile-menu__item-banner.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
        /*    transition: none !important; */
        border-radius: 8px;
    }

    .comm-tile-menu__item-banner.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout:hover {
        /*    border: 2px solid #111111; */

        box-shadow: 0px 0px 0px 2px #111111;
    }

    .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner:hover {
        text-decoration: none !important;
    }

    .comm-tile-menu__item-title-underline.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
        text-decoration: none !important;
    }

    /*------- GLOBAL ELEMENTS -------*/
    /*-- Headline Title --*/
    .forceCommunityHeadline .headlineTitle {
        text-align: left !important;
        padding: 0px !important;
    }

    .forceCommunityHeadline .headlineTitle .headlineTitleText {
        font-size: 32px;
        font-weight: 100;
    }

    /*-- Rich Text Styles --*/
    [data-region-name="content"] .forceCommunityRichText h3 {
        font-size: 24px;
    }

    /*-- Buttons --*/
    button.button-class:hover {
        background-color: #111111 !important;
        color: #FFFFFF !important;
    }

    .button-class-html-wrap {
        margin: 0px auto;
        text-align: center;

    }


    /*------- TOPIC DETAIL -------*/
    /*-- Headline Title Topic --*/
    .comm-page-topic .forceCommunityHeadline .headlineTitle {
        text-align: center !important;

    }

    .comm-page-topic .forceCommunityHeadline .headlineTitle .headlineTitleText {
        font-size: 32px;
        font-weight: 100;
    }

    /*-- Trending Articles --*/
    .comm-page-topic .selfServiceTopicTrendingArticles42 .slds-grid--vertical a {
        line-height: 28px;
        text-decoration: none;
        border-color: #E7E9EA;
    }

    .comm-page-topic .selfServiceTopicTrendingArticles42 .slds-grid--vertical a span {
        font-size: 16px;
    }

    /*-- Help Articles --*/


    .selfServiceTopicArticleList li.article-item.selfServiceArticleListItem {
        padding: 10px 0;
        border-color: #E7E9EA;
    }

    .selfServiceTopicArticleList .article-item.selfServiceArticleListItem a {
        line-height: 28px;
        text-decoration: none;
    }

    .selfServiceTopicArticleList .article-item.selfServiceArticleListItem a h2 {
        font-size: 16px;
        font-family: Sohne, Arial, sans-serif !important;
        font-weight: normal !important;
    }

    .selfServiceTopicArticleList .article-item.selfServiceArticleListItem {
        background-color: transparent !important;
    }

    .selfServiceTopicArticleList .selfServiceArticleListItem .article-summary {
        display: none;
    }

    .selfServiceTopicArticleList .selfServiceArticleListItem .footer {
        display: none;
    }

    /*-- Chatter Container --*/
    .uiTabset.forceCommunityTabset {
        padding: 20px;
    }

    /*-- Chatter Publisher --*/
    /* hides article detail tabs */
    .comm-page-topic .forceCommunityTabset .uiTabBar {
        display: none;
    }

    .comm-page-topic .forceCommunityTabset .tabs__content .uiTabBar {
        display: block;
    }

    /* hides publisher tabs */
    .comm-page-topic .forceCommunityFeedPublisher .forceActionsContainer .tabs__nav {
        /*   display: none !important;  */
    }


    /* Ask a Question */
    .comm-page-topic .forceCommunityTabset .askCommunityBtn {
        width: 35% !important;
        margin: 15px 0px 0px 0px !important;
        background-color: #fff;
        color: #111111 !important;
        border-color: #111111;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 8px !important;
    }

    .comm-page-topic .forceCommunityTabset .askCommunityBtn:hover {
        background-color: #111111 !important;
        color: #FFFFFF !important;
    }


    /*-- Topic Detail Contact Button --*/
    .comm-page-topic c-support-hub_-contact-us .slds-align_absolute-center {
        justify-content: left !important;
    }

    .comm-page-topic c-support-hub_-contact-us button {
        justify-content: left !important;
        padding: 10px 20px !important;
    }

    .comm-page-custom-older-cameras .forceCommunityTopicCatalog .topicHierarchy-topBox {
        display: none;
    }

    .comm-page-custom-older-cameras .forceCommunityTopicCatalog .topicHierarchy-topBox:nth-child(5) {
        display: block;
    }

    body.comm-page-topic div[data-region-name="header"] {
        z-index: 4;
        position: relative;
    }

    body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline {
        margin-top: -40px;
        /*  z-index: 2000; */
        position: relative;
        top: -120px;
    }

    body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline h1.headlineTitle {
        color: #fff;
        /*   z-index: 20000;  */
    }

    .forceCommunityTopicCatalog a {
        color: #111111;
        font-size: 1.25rem;
        font-weight: bold;
    }

    body.comm-page-topic div[data-region-name="content"] {
        padding-right: 75px !important;
    }

    /*
    community_topic-topics-link a.comm-topic__link
     {
        color: #111;
        text-decoration: none;
        transition: color .1s linear;
        display: inline-block;
        padding: 4px 11px;
        font-size: 16px;
        border: 2px solid #111;
        border-radius: 10px;
    }

    .forceTopicSubTopicNavigation .topic-subTopicItem, .forceTopicSubTopicNavigation .topic-showMore {
        display: inline-block;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: unset;
    }*/
    /*------- OOB OVERRIDES -------*/
    /*-- Home and GoPro Labs White Logo in Nav --*/
    body.comm-page-home .forceCommunityThemeLogo .logoImage, body.comm-page-custom-gopro-labs .forceCommunityThemeLogo .logoImage {
        background-image: url(../resource/supportHub_communityResources/logos/Logo-GoPro-Support-White.svg) !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    /*------- GOPRO LABS -------*/
    /*-- Title --*/
    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle {
        font-weight: 600;
        font-size: 32px;
        margin-top: 24px;
    }

    /*-- SubTitle --*/
    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroBase .contentSubtitle {
        margin-top: 18px;
        font-size: 16px;
        line-height: 28px;
    }

    /*-- Hero Logo --*/
    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle::before {
        content: '';
        background-image: url(../resource/supportHub_communityResources/logos/gopro_labs_white_2x.png) !important;
        display: block;
        height: 69px;
        width: 69px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto;
    }

    body.comm-page-custom-gopro-labs div[data-region-name="sidebar"] {
        padding-top: 25px;
    }

    body.comm-page-custom-gopro-labs .siteforceContentArea {
        padding-top: 25px;
    }

    body.comm-page-custom-gopro-labs div[data-region-name="content"] {
        padding-top: 16px;
        padding-right: 59px;
    }


    body.comm-page-custom-gopro-labs .uiTabset.forceCommunityTabset {
        padding: 20px;
        border-radius: 8px;
    }

    /*
    body.comm-page-custom-gopro-labs div[role="tablist"] ul.tabs__nav {
        display: none !important;
    }

     */

    /*-- ERROR OVERRIDES --*/
    /* Chatter */
    .forceCommunityForceCommunityFeed .slds-illustration img {
        display: none;
    }

    .forceCommunityForceCommunityFeed .slds-illustration {
        background-image: url(../resource/supportHub_communityResources/error/Discussions-Placeholder-2x.png) !important;
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: 30px 32px !important;
        min-height: 300px !important;
    }

    .forceCommunityForceCommunityFeed .slds-illustration figcaption {
        padding-top: 138px !important;
        text-align: left !important;
        color: #111111 !important;
    }


    /* Search Page */
    .comm-page-global-search .forceSearchNoResults figure img {
        display: none;
    }

    .comm-page-global-search .forceSearchNoResults .noResults {
        background-image: url(../resource/supportHub_communityResources/error/375-Icon-Empty-Search-2x.png) !important;
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: top center;
        min-height: 300px !important;
    }

    .comm-page-global-search .forceSearchNoResults .noResultsTitle {
        color: #111111 !important;
        padding-top: 8%;
        padding-bottom: 15px;
    }

    .comm-page-global-search .forceSearchNoResults .noResultsMessage {
        color: #111111 !important;
    }

    /*---- ARTICLE STYLES ----*/
    /* Article Title */
    .comm-page-article .contentRegion {
        max-width: 700px;
        margin: 0 auto;
    }

    .selfServiceArticleLayout h1.selfServiceArticleHeaderDetail {
        font-weight: 600;
        font-size: 26px !important;
        line-height: 34px;
        letter-spacing: 0.25px;
    }

    .selfServiceArticleLayout .Article-quickLinks, .selfServiceArticleLayout .Article-Article-quickLins {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 4px;
    }

    .selfServiceArticleLayout table {
        background-color: #ffffff;
        bottom: 1px #ccc solid;
    }


    /* Article Summary */
    .selfServiceArticleLayout .summary .article-summary {
        display: none;
    }

    /* Article Date Icon */
    .selfServiceArticleLayout .summary .meta lightning-icon {
        display: none;
    }

    /* Article Date Font */
    .selfServiceArticleLayout .summary .meta .uiOutputDate {
        font-family: Sohne, Arial, sans-serif !important;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.25px;
    }

    /* Article Type */
    .selfServiceArticleLayout .summary .meta .dot, .selfServiceArticleLayout .summary .meta .article-type {
        display: none;
    }

    /* Article Label */
    .selfServiceArticleLayout .forcePageBlockItemView .slds-form-element__label {
        display: none;
    }

    /* Article CTA */
    .selfServiceArticleLayout .uiOutputRichText .articleButton {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
        padding: 10px 20px;
        border: 2px solid #111111;
        box-sizing: border-box;
        border-radius: 8px;
        color: #111111;
    }

    .selfServiceArticleLayout .forceOutputRichText b {
        /*  -webkit-text-stroke: 0.1px #111113;  */
    }


    .comm-page-article .forceCommunityRichText {
        padding: 0px 20px;
    }

    /*-- SEARCH PAGE --*/
    /* hides view count in articles */
    .forceCommunitySearch .scopesListSection a {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    .forceCommunitySearch .forceChatterCompactFeedItemBody .title, .forceCommunitySearch .listContent .formattedTextLookupTitle, .forceCommunitySearch .forceSearchResultsGridView .outputLookupLink {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    .forceSearchResultsList .itemTitle a {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    .forceCommunitySearch .viewMore .view-all-label {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    .forceSearchResultsList .articleMetaData ul li:first-child {
        display: none;
    }

    /*-- PROFILE PAGE --*/

    .forceCommunityUserProfileDetail a.forceActionLink[title="Edit"] {
        display: none !important;
    }

    .forceCommunityUserProfileHeader .forceCommunityActionsContainerMobile {
        display: none !important;
    }

    .forceCommunityUserProfileBody .cProfileViewBody {
        border: none !important;
    }

    .forceCommunityUserProfileBody .cProfileViewBody .profileName {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.25px;
    }

    .comm-page-detail-005 .forceCommunityTabset .tabHeader .title {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.25px;
    }

    /* hides reputation points */
    .cUserProfileCon .forceCommunityReputationWidget {
        display: none !important;
    }

    /*--- TABLET STYLES ---*/
    @media only screen and (max-width: 63.9375em) {

        /*-- HERO HOME--*/
        .forceCommunityThemeHeroBase .contentTitle {
            font-size: 2.5rem !important;
            line-height: 1;
            margin-top: 12px;
        }

        .websterHomeHero .contentContainer .widthContainer .content {
            width: 90% !important;
        }

    }




    /*--- MOBILE STYLES ---*/
    @media only screen and (max-width: 47.9375em) {

        /*-- HERO HOME--*/
        .forceCommunityThemeHeroBase .contentTitle {
            font-size: 36px !important;
            line-height: 1;
            margin-top: 12px;
        }

        .websterHomeHero .contentContainer .widthContainer .content {
            width: 100% !important;
        }

        /*-- Topic Detail Banner --*/
        body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline {
            margin-top: -70px !important;
            top: -30px !important;
        }

        body.comm-page-topic .forceCommunityHeadline .headlineTitle .headlineTitleText {
            font-size: 29px;
            font-weight: 100;
            font-size: 30px;
        }

        /* MOBILE BURGER MENU START */
        .forceCommunityThemeNav .mainNavItem .linkBtn svg {
            fill: #FFFFFF !important;
        }


        .forceCommunityThemeNav .mainNavItem .subMenuItem:not(.finalSubMenuItem) a, .forceCommunityThemeNav .uiMenuList--default .uiMenuItem:first-child > a {
            font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
            color: #C3C5C6;
        }

        .forceCommunityThemeNav .mainNavItem .uiMenuItem:last-child a {
            font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
            color: #C3C5C6;
        }


        /* MOBILE BURGER MENU END */
        .forceCommunityHeadline .headlineTitle .headlineTitleText {
            font-size: 24px;
        }

        .forceCommunityThemeHeaderCompact .themeLogo {
            position: absolute;
            left: 28% !important;
            padding-top: 1px !important;
        }

        .forceCommunityThemeHeaderCompact .themeLogo .logoImage {
            width: 160px !important;
            max-height: 32px !important;
            height: 33px !important;
        }

        body.comm-page-custom-gopro-labs div[data-region-name="content"] {
            padding-top: 0px;
            padding-right: 0px;
        }

        .hero .forceCommunityThemeHeroBase {
            padding: 2.5rem 1rem !important;
        }

        body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle {
            font-weight: 600 !important;
            font-size: 24px !important;
            margin-top: 24px !important;
        }

        body.comm-page-custom-gopro-labs .forceCommunityThemeHeroBase .contentSubtitle {
            margin-top: 5px !important;
            font-size: 16px !important;
            line-height: 26px !important;
        }

        body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle::before {
            height: 66px !important;
            width: 55px !important;
        }

        /*-- Tiles Start --*/
        .comm-tile-menu__image-preview.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
            border: none;
            background-repeat: no-repeat;
            background-size: 120%;
            background-position: center;
            height: 145px !important;
            background-size: 125%;
        }

        .community_navigation-tileMenuItem_tileMenuItem-host {
            width: 50% !important;
        }

        .community_navigation-tileMenuItemBanner_tileMenuItemBanner.comm-tile-menu__item-title.slds-text-align_center {
            font-size: 14px !important;
        }

        .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
            margin-top: 33%;
        }

        community_navigation-tile-menu-item.comm-tile-menu__item.slds-p-around_small.community_navigation-tileMenuItem_tileMenuItem-host {
            PADDING: 4px 6px !important;
        }

        /*-- Tiles End --*/
        /*-- Home Hero Start --*/
        .comm-page-home .forceCommunityThemeHeroBase[style] {
            padding: 4.5rem 1rem !important;
        }

        /*-- Home Hero End --*/


    }



    @media only screen and (max-width: 480px) {
        community_navigation-tile-menu community_navigation-tile-menu-item.slds-size_12-of-12 {
            width: 50%;
        }
    }

    /*------- HEADER NAVIGATION -------*/
    /*-- Header Navigation Fonts --*/
    .forceCommunityThemeNav .mainNavItem .linkBtn, .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name, .forceCommunityThemeProfileMenu.websterInnerHeader.profile-loginButton {
        background-color: transparent;
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    /*-- Dark Hero Overrides --*/
    body.comm-page-home .forceCommunityThemeNav .mainNavItem .linkBtn, body.comm-page-home .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, button.button-globe, body.comm-page-home .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name {
        color: #fff;
    }

    body.comm-page-custom-gopro-labs .forceCommunityThemeNav .mainNavItem .linkBtn, body.comm-page-custom-gopro-labs .forceCommunityThemeProfileMenu.websterHomeHeader.profile-loginButton, button.button-globe, body.comm-page-custom-gopro-labs .forceCommunityThemeProfileMenu .profile-menuList--iconAndName.profile-name {
        color: #fff;
    }

    /*-- Hides Home Button --*/
    .forceCommunityThemeNav .comm-navigation__home-link {
        display: none !important;
    }

    /* hides border */
    .forceCommunityThemeNav .mainNavItem .uiMenuItem a {
        border: none !important;
    }

    /*------- HOMEPAGE -------*/
    /*-- Add Padding to Top of Homepage --*/
    body.comm-page-home div[data-region-name="content"] {
        padding-top: 25px;
    }

    /*------- HERO -------*/
    /*-- Search Bar --*/
    .forceCommunityThemeSearchHero .search-box {
        height: 60px !important;
    }

    .forceCommunityThemeHeroStarter .searchRegion {
        width: 80% !important;
    }

    .forceCommunityThemeSearchHero .search-inputSearchButton svg {
        width: 24px;
        height: 25px;
        position: relative;
    }

    /*------- NAVIGATION TILES -------*/
    /*-- Tile Label --*/
    .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
        margin-top: 40%;
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    /*-- Tile Height --*/
    .comm-tile-menu__item-tile.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
        height: 240px !important;
        position: relative;
    }

    community_navigation-tile-menu-item.comm-tile-menu__item {
        padding: 6px 8px;
    }

    community_navigation-tile-menu community_navigation-tile-menu-ui.comm-tile-menu__ui, .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
        justify-content: left !important;
    }

    /* Tiles Hover */
    .comm-tile-menu__item-banner.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
        /*    transition: none !important; */
        border-radius: 8px;
    }

    .comm-tile-menu__item-banner.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout:hover {
        /*    border: 2px solid #111111; */

        box-shadow: 0px 0px 0px 2px #111111;
    }

    .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner:hover {
        text-decoration: none !important;
    }

    .comm-tile-menu__item-title-underline.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
        text-decoration: none !important;
    }

    /*------- GLOBAL ELEMENTS -------*/
    /*-- Headline Title --*/
    .forceCommunityHeadline .headlineTitle {
        text-align: left !important;
        padding: 0px !important;
    }

    .forceCommunityHeadline .headlineTitle .headlineTitleText {
        font-size: 32px;
        font-weight: 100;
    }

    /*-- Rich Text Styles --*/
    [data-region-name="content"] .forceCommunityRichText h3 {
        font-size: 24px;
    }

    /*-- Buttons --*/
    button.button-class:hover {
        background-color: #111111 !important;
        color: #FFFFFF !important;
    }

    .button-class-html-wrap {
        margin: 0px auto;
        text-align: center;

    }

    /*------- TOPIC DETAIL -------*/
    /*-- Headline Title Topic --*/
    .comm-page-topic .forceCommunityHeadline .headlineTitle {
        text-align: center !important;

    }

    .comm-page-topic .forceCommunityHeadline .headlineTitle .headlineTitleText {
        font-size: 32px;
        font-weight: 100;
    }

    /*-- Trending Articles --*/
    .comm-page-topic .selfServiceTopicTrendingArticles42 .slds-grid--vertical a {
        line-height: 28px;
        text-decoration: none;
        border-color: #E7E9EA;
    }

    .comm-page-topic .selfServiceTopicTrendingArticles42 .slds-grid--vertical a span {
        font-size: 16px;
    }

    /*-- Help Articles --*/
    .selfServiceTopicArticleList li.article-item.selfServiceArticleListItem {
        padding: 10px 0;
        border-color: #E7E9EA;
    }

    .selfServiceTopicArticleList .article-item.selfServiceArticleListItem a {
        line-height: 28px;
        text-decoration: none;
    }

    .selfServiceTopicArticleList .article-item.selfServiceArticleListItem a h2 {
        font-size: 16px;
        font-family: Sohne, Arial, sans-serif !important;
        font-weight: normal !important;
    }

    .selfServiceTopicArticleList .article-item.selfServiceArticleListItem {
        background-color: transparent !important;
    }

    .selfServiceTopicArticleList .selfServiceArticleListItem .article-summary {
        display: none;
    }

    .selfServiceTopicArticleList .selfServiceArticleListItem .footer {
        display: none;
    }

    /*-- Chatter Container --*/
    .uiTabset.forceCommunityTabset {
        padding: 20px;
    }

    /*-- Chatter Publisher --*/
    /* hides article detail tabs */
    .comm-page-topic .forceCommunityTabset .uiTabBar {
        display: none;
    }

    .comm-page-topic .forceCommunityTabset .tabs__content .uiTabBar {
        display: block;
    }

    /* hides publisher tabs */
    .comm-page-topic .forceCommunityFeedPublisher .forceActionsContainer .tabs__nav {
        /*   display: none !important;  */
    }


    /* Ask a Question */
    .comm-page-topic .forceCommunityTabset .askCommunityBtn {
        width: 35% !important;
        margin: 15px 0px 0px 0px !important;
        background-color: #fff;
        color: #111111 !important;
        border-color: #111111;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 8px !important;
    }

    .comm-page-topic .forceCommunityTabset .askCommunityBtn:hover {
        background-color: #111111 !important;
        color: #FFFFFF !important;
    }

    /*-- Topic Detail Contact Button --*/
    .comm-page-topic c-support-hub_-contact-us .slds-align_absolute-center {
        justify-content: left !important;
    }

    .comm-page-topic c-support-hub_-contact-us button {
        justify-content: left !important;
        padding: 10px 20px !important;
    }

    .comm-page-custom-older-cameras .forceCommunityTopicCatalog .topicHierarchy-topBox {
        display: none;
    }

    .comm-page-custom-older-cameras .forceCommunityTopicCatalog .topicHierarchy-topBox:nth-child(5) {
        display: block;
    }

    body.comm-page-topic div[data-region-name="header"] {
        z-index: 4;
        position: relative;
    }

    body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline {
        margin-top: -40px;
        /*  z-index: 2000; */
        position: relative;
        top: -120px;
    }

    body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline h1.headlineTitle {
        color: #fff;
        /*   z-index: 20000;  */
    }

    .forceCommunityTopicCatalog a {
        color: #111111;
        font-size: 1.25rem;
        font-weight: bold;
    }

    body.comm-page-topic div[data-region-name="content"] {
        padding-right: 75px !important;
    }

    /*
    community_topic-topics-link a.comm-topic__link
     {
        color: #111;
        text-decoration: none;
        transition: color .1s linear;
        display: inline-block;
        padding: 4px 11px;
        font-size: 16px;
        border: 2px solid #111;
        border-radius: 10px;
    }

    .forceTopicSubTopicNavigation .topic-subTopicItem, .forceTopicSubTopicNavigation .topic-showMore {
        display: inline-block;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: unset;
    }*/
    /*------- OOB OVERRIDES -------*/
    /*-- Home and GoPro Labs White Logo in Nav --*/
    body.comm-page-home .forceCommunityThemeLogo .logoImage, body.comm-page-custom-gopro-labs .forceCommunityThemeLogo .logoImage {
        background-image: url(../resource/supportHub_communityResources/logos/Logo-GoPro-Support-White.svg) !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    /*------- GOPRO LABS -------*/
    /*-- Title --*/
    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle {
        font-weight: 600;
        font-size: 32px;
        margin-top: 24px;
    }

    /*-- SubTitle --*/
    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroBase .contentSubtitle {
        margin-top: 18px;
        font-size: 16px;
        line-height: 28px;
    }

    /*-- Hero Logo --*/
    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle::before {
        content: '';
        background-image: url(../resource/supportHub_communityResources/logos/gopro_labs_white_2x.png) !important;
        display: block;
        height: 69px;
        width: 69px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto;
    }

    /*-- GoPro Labs Sidebar --*/
    body.comm-page-custom-gopro-labs div[data-region-name="featured"] {
        padding-top: 25px;
    }

    body.comm-page-custom-gopro-labs .siteforceContentArea {
        padding-top: 25px;
    }

    body.comm-page-custom-gopro-labs div[data-region-name="content"] {
        padding-top: 16px;
        padding-right: 59px;
    }


    body.comm-page-custom-gopro-labs .uiTabset.forceCommunityTabset {
        padding: 20px;
        border-radius: 8px;
    }

    /*
    body.comm-page-custom-gopro-labs div[role="tablist"] ul.tabs__nav {
        display: none !important;
    }

     */


    /*-- ERROR OVERRIDES --*/
    /* Chatter */
    .forceCommunityForceCommunityFeed .slds-illustration img {
        display: none;
    }

    .forceCommunityForceCommunityFeed .slds-illustration {
        background-image: url(../resource/supportHub_communityResources/error/Discussions-Placeholder-2x.png) !important;
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: 30px 32px !important;
        min-height: 300px !important;
    }

    .forceCommunityForceCommunityFeed .slds-illustration figcaption {
        padding-top: 138px !important;
        text-align: left !important;
        color: #111111 !important;
    }



    /* Search Page */
    .comm-page-global-search .forceSearchNoResults figure img {
        display: none;
    }

    .comm-page-global-search .forceSearchNoResults .noResults {
        background-image: url(../resource/supportHub_communityResources/error/375-Icon-Empty-Search-2x.png) !important;
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: top center;
        min-height: 300px !important;
    }

    .comm-page-global-search .forceSearchNoResults .noResultsTitle {
        color: #111111 !important;
        padding-top: 8%;
        padding-bottom: 15px;
    }

    .comm-page-global-search .forceSearchNoResults .noResultsMessage {
        color: #111111 !important;
    }

    /*---- ARTICLE STYLES ----*/
    /* Article Title */
    .comm-page-article .contentRegion {
        max-width: 700px;
        margin: 0 auto;
    }

    .selfServiceArticleLayout h1.selfServiceArticleHeaderDetail {
        font-weight: 600;
        font-size: 26px !important;
        line-height: 34px;
        letter-spacing: 0.25px;
    }

    .selfServiceArticleLayout .Article-quickLinks, .selfServiceArticleLayout .Article-Article-quickLins {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 4px;
    }

    .selfServiceArticleLayout table {
        background-color: #ffffff;
        bottom: 1px #ccc solid;
    }


    /* Article Summary */
    .selfServiceArticleLayout .summary .article-summary {
        display: none;
    }

    /* Article Date Icon */
    .selfServiceArticleLayout .summary .meta lightning-icon {
        display: none;
    }

    /* Article Date Font */
    .selfServiceArticleLayout .summary .meta .uiOutputDate {
        font-family: Sohne, Arial, sans-serif !important;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.25px;
    }

    /* Article Type */
    .selfServiceArticleLayout .summary .meta .dot, .selfServiceArticleLayout .summary .meta .article-type {
        display: none;
    }

    /* Article Label */
    .selfServiceArticleLayout .forcePageBlockItemView .slds-form-element__label {
        display: none;
    }

    /* Article CTA */
    .selfServiceArticleLayout .uiOutputRichText .articleButton {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
        padding: 10px 20px;
        border: 2px solid #111111;
        box-sizing: border-box;
        border-radius: 8px;
        color: #111111;
    }

    .selfServiceArticleLayout .forceOutputRichText b {
        /*  -webkit-text-stroke: 0.1px #111113;  */
    }

    .comm-page-article .forceCommunityRichText {
        padding: 0px 20px;
    }

    /*-- SEARCH PAGE --*/
    /* hides view count in articles */
    .forceCommunitySearch .scopesListSection a {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    .forceCommunitySearch .forceChatterCompactFeedItemBody .title, .forceCommunitySearch .listContent .formattedTextLookupTitle, .forceCommunitySearch .forceSearchResultsGridView .outputLookupLink {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    .forceSearchResultsList .itemTitle a {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    .forceCommunitySearch .viewMore .view-all-label {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
    }

    .forceSearchResultsList .articleMetaData ul li:first-child {
        display: none;
    }

    /*-- PROFILE PAGE --*/
    .forceCommunityUserProfileBody .cProfileViewBody {
        border: none !important;
    }

    .forceCommunityUserProfileBody .cProfileViewBody .profileName {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.25px;
    }

    .comm-page-detail-005 .forceCommunityTabset .tabHeader .title {
        font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.25px;
    }

    /* hides reputation points */
    .cUserProfileCon .forceCommunityReputationWidget {
        display: none !important;
    }

    /*--- TABLET STYLES ---*/
    @media only screen and (max-width: 63.9375em) {

        /*-- HERO HOME--*/
        .forceCommunityThemeHeroBase .contentTitle {
            font-size: 2.5rem !important;
            line-height: 1;
            margin-top: 12px;
        }

        .websterHomeHero .contentContainer .widthContainer .content {
            width: 90% !important;
        }

    }



    /*--- MOBILE STYLES ---*/
    @media only screen and (max-width: 47.9375em) {


        .selfServiceTopicArticleList li.article-item.selfServiceArticleListItem h2 {
            font-size: 16px;
            font-family: Sohne, Arial, sans-serif !important;
        }

        /*-- GoPro Labs Sidebar --*/
        body.comm-page-custom-gopro-labs div[data-region-name="featured"] {
            padding-top: 0px;
        }

        /*--- MOBILE STYLES ---*/
        .selfServiceTopicArticleList .selfServiceArticleListItem {
            margin: 0 20px 0 0px;
        }

        body.comm-page-topic div[data-region-name="content"] {
            padding-right: 0px !important;
        }


        /*-- HERO HOME--*/
        .forceCommunityThemeHeroBase .contentTitle {
            font-size: 36px !important;
            line-height: 1;
            margin-top: 12px;
        }

        .websterHomeHero .contentContainer .widthContainer .content {
            width: 100% !important;
        }

        /*-- Topic Detail Banner --*/
        body.comm-page-topic div[data-region-name="header"] .ui-widget:first-child .forceCommunityHeadline {
            margin-top: -70px !important;
            top: -30px !important;
        }

        body.comm-page-topic .forceCommunityHeadline .headlineTitle .headlineTitleText {
            font-size: 29px;
            font-weight: 100;
            font-size: 30px;
        }

        /* MOBILE BURGER MENU START */
        .forceCommunityThemeNav .mainNavItem .linkBtn svg {
            fill: #FFFFFF !important;
        }

        .forceCommunityThemeHeaderCompact .themeNav {
            width: 80% !important;
        }

        .forceCommunityThemeNav .mainNavItem .subMenuItem:not(.finalSubMenuItem) a, .forceCommunityThemeNav .uiMenuList--default .uiMenuItem:first-child > a {
            font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
            color: #C3C5C6;
        }

        .forceCommunityThemeNav .mainNavItem .uiMenuItem:last-child a {
            font-family: Sohne_Briet_Halbfett, Arial, sans-serif !important;
            color: #C3C5C6;
        }


        /* MOBILE BURGER MENU END */
        .forceCommunityHeadline .headlineTitle .headlineTitleText {
            font-size: 24px;
        }

        .forceCommunityThemeHeaderCompact .themeLogo {
            position: absolute;
            left: 28% !important;
            padding-top: 1px !important;
        }

        .forceCommunityThemeHeaderCompact .themeLogo .logoImage {
            width: 160px !important;
            max-height: 32px !important;
            height: 33px !important;
        }

        body.comm-page-custom-gopro-labs div[data-region-name="content"] {
            padding-top: 0px;
            padding-right: 0px;
        }

        .hero .forceCommunityThemeHeroBase {
            padding: 2.5rem 1rem !important;
        }

        body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle {
            font-weight: 600 !important;
            font-size: 24px !important;
            margin-top: 24px !important;
        }

        body.comm-page-custom-gopro-labs .forceCommunityThemeHeroBase .contentSubtitle {
            margin-top: 5px !important;
            font-size: 16px !important;
            line-height: 26px !important;
        }

        body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle::before {
            height: 66px !important;
            width: 55px !important;
        }

        /*-- Tiles Start --*/
        .comm-tile-menu__image-preview.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
            border: none;
            background-repeat: no-repeat;
            background-size: 120%;
            background-position: center;
            height: 145px !important;
            background-size: 125%;
        }

        .community_navigation-tileMenuItem_tileMenuItem-host {
            width: 50% !important;
        }

        .community_navigation-tileMenuItemBanner_tileMenuItemBanner.comm-tile-menu__item-title.slds-text-align_center {
            font-size: 14px !important;
        }

        .comm-tile-menu__item-title.community_navigation-tileMenuItemBanner_tileMenuItemBanner {
            margin-top: 33%;
        }

        community_navigation-tile-menu-item.comm-tile-menu__item.slds-p-around_small.community_navigation-tileMenuItem_tileMenuItem-host {
            PADDING: 4px 6px !important;
        }

        /*-- Tiles End --*/
        /*-- Home Hero Start --*/
        .comm-page-home .forceCommunityThemeHeroBase[style] {
            padding: 4.5rem 1rem !important;
        }

        /*-- Home Hero End --*/

    }
    /*-- Desktop --*/
    @media only screen and (min-width: 48em) {


        .forceCommunityThemeProfileMenu.websterHomeHeader div.profile-menuList, .forceCommunityThemeProfileMenu.websterInnerHeader div.profile-menuList {
            background-color: #FFF !important;
        }

        .forceCommunityThemeProfileMenu.websterHomeHeader .profile-menuItem.uiMenuItem a, .forceCommunityThemeProfileMenu.websterInnerHeader .profile-menuItem.uiMenuItem a {
            color: #000000 !important;
        }

        .forceCommunityThemeProfileMenu.websterHomeHeader .profile-menuItem.uiMenuItem a, .forceCommunityThemeProfileMenu.websterInnerHeader .profile-menuItem.uiMenuItem a {
            border: transparent !important;
        }

        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu {
            background-color: #FFFFFF !important;
            border-radius: 8px;
        }

        .forceCommunityThemeNav .mainNavItem .subMenu.uiPopupTarget {
            background-color: #FFFFFF !important;
        }

        .forceCommunityThemeNav .mainNavItem .subMenu div[role="menu"].subMenu {
            background-color: #FFFFFF !important;
        }

        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu, .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .uiMenuItem {
            background-color: #FFFFFF !important;
            border-radius: 8px;
        }

        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .subMenuItem.uiMenuItem {
            background-color: #ffffff !important;
        }

        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .uiMenuItem a {
            color: #111111 !important;
        }

        .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .subMenuItem.uiMenuItem {
            background-color: #ffffff !important;
        }

        .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .uiMenuItem a {
            color: #111111 !important;
        }

        .forceCommunityThemeNav .mainNavItem .subMenu .subMenuItem.uiMenuItem {
            background-color: #ffffff !important;
        }

        /* websterInnerHeader */
        .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .nestedSubMenu.uiMenuItem {
            background-color: #ffffff !important;
        }
        .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu a[role="menuitem"] {
            background-color: #ffffff !important;
        }
        .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .uiMenuItem {
            background-color: #ffffff !important;
        }
        .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .nestedSubMenu.uiMenuItem:hover  {
            background-color: #E7E9EA !important;
        }
        .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu a[role="menuitem"]:hover  {
            background-color: #E7E9EA !important;
        }
        .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .uiMenuItem:hover  {
            background-color: #E7E9EA !important;
        }
        /* websterHomeHeader */
        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .nestedSubMenu.uiMenuItem {
            background-color: #ffffff !important;
        }
        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu a[role="menuitem"] {
            background-color: #ffffff !important;
        }
        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .uiMenuItem {
            background-color: #ffffff !important;
        }
        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .nestedSubMenu.uiMenuItem:hover  {
            background-color: #E7E9EA !important;
        }
        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu a[role="menuitem"]:hover  {
            background-color: #E7E9EA !important;
        }
        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .uiMenuItem:hover  {
            background-color: #E7E9EA !important;
        }

        .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .subMenuItem.uiMenuItem {
            background-color: #FFFFFF !important;
            border-radius: 8px;
        }

        .forceCommunityThemeNav .mainNavItem .subMenu .subMenuItem.uiMenuItem a:hover {
            background-color: #E7E9EA !important;
        }

        .forceCommunityThemeNav .mainNavItem .subMenu .subMenuItem.uiMenuItem a:focus {
            background-color: #E7E9EA !important;
        }

        /*-- Topic Details --*/
        body.comm-page-topic div[data-region-name="content"] {
            padding-right: 75px !important;
        }

    }

/*-- Hide Article Lines --*/
    .selfServiceArticleLayout article[class="content"] .slds-form-element_readonly {
        border-bottom: transparent !important;
    }





