/*-- Styles created by DW at EpiGrowth --*/

/*-- Style Hooks --*/
:root {

    /* Support Palette */
    --gp-color-black: 	#111111;
    --gp-color-white: 	#FFFFFF;
    --gp-color-lt-grey: 	#E7E9EA;
    --gp-color-dk-grey: 	#353535;

    /*-- Custom Fonts --*/
    --gp-regular-font-family: "Sohne", Helvetica, Arial, sans-serif;
    --gp-medium-font-family: "Sohne_Briet_Halbfett", Helvetica, Arial, sans-serif;
    --gp-heavy-font-family: "Sohne_Briet_Halbfett", Helvetica, Arial, sans-serif;

}

/*------- 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: var(--gp-medium-font-family) !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: var(--gp-color-white);
}

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: var(--gp-color-white);
}

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: var(--gp-medium-font-family) !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: 0 0 0 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: var(--gp-medium-font-family) !important;
}


/*-- GLOBAL OVERRIDES ----------------------------------------------------------*/

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

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

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

/*-- Buttons --*/

button.slds-button.slds-button_brand {
    background-color: var(--gp-color-white) !important;
    color: var(--gp-color-black);
    border-color: var(--gp-color-black);
    border-width: 2px !important;
    font-family: var(--gp-medium-font-family) !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
}

button.button-class:hover {
    background-color: var(--gp-color-black) !important;
    color: var(--gp-color-white) !important;
}

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

.forceCommunityHtmlBlock .button-class-html {
    font-family: var(--gp-medium-font-family) !important;
    border-radius: 8px;
    border: 2px solid #111111;
    text-transform: uppercase !important;
    text-align: center;
    font-size: 12px;
    background-color: transparent;
    color: var(--gp-color-black) !important;
    padding: 10px 40px;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.forceCommunityHtmlBlock .button-class-html:hover {
    background-color: var(--gp-color-black) !important;
    color: var(--gp-color-white) !important;
}

/*-- 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;
}


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

/*-- Headline Title Topic --*/

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

}

/*-- Trending Articles --*/

.comm-page-topic .selfServiceTopicTrendingArticles42 .slds-grid--vertical a {
    line-height: 28px;
    text-decoration: none;
    border-color: var(--gp-color-lt-grey);
}

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

/*-- Article Listview --*/

.selfServiceTopicArticleList li.article-item.selfServiceArticleListItem {
    padding: 10px 0;
    border-color: var(--gp-color-lt-grey);
}

.selfServiceTopicArticleList .article-item.selfServiceArticleListItem a h2.article-head {
    line-height: 28px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--gp-regular-font-family) !important;
}

.selfServiceTopicArticleList .article-item. {
    font-size: 16px;
    font-family: var(--gp-regular-font-family) !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 0 0 0 !important;
    background-color: var(--gp-color-white);
    color: var(--gp-color-black) !important;
    border-color: var(--gp-color-black);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px !important;
}

.comm-page-topic .forceCommunityTabset .askCommunityBtn:hover {
    background-color: var(--gp-color-black) !important;
    color: var(--gp-color-white) !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: var(--gp-color-white);
    /*   z-index: 20000;  */
}

.forceCommunityTopicCatalog a {
    color: var(--gp-color-black);
    font-size: 1.25rem;
    font-weight: bold;
}


/*-- 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 div[data-region-name="featured"] {
    padding-top: 25px;
}

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

/*-- BREADCRUMBS ----------------------------------------------------------*/

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: 0 !IMPORTANT;
    top: -1px;
}

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

.slds-breadcrumb .slds-breadcrumb__item a {
    color: var(--gp-color-black) !important;
    font-size: 12px;
}

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

/*-- Article Breadcrumbs --*/

.comm-page-article nav.forceCommunityBreadcrumbs {
    padding: 20px 0 0 5px;
}

/*-- ERROR STYLES ----------------------------------------------------------*/

/* 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: var(--gp-color-black) !important;
}

/* topics */

.forceChatterSimpleFeedItemTopics--pill ul.topic-commaSeparatedList li a {
    background-color: var(--gp-color-dk-grey) !important;
    color: var(--gp-color-white) !important;
    text-decoration: none !important;
    border-color: var(--gp-color-black) !important;
    border-radius: 4px !important;
}

.forceChatterSimpleFeedItemTopics--pill ul.topic-commaSeparatedList li a:hover {
    background-color: var(--gp-color-dk-grey) !important;
    color: var(--gp-color-white) !important;
    text-decoration: none !important;
}

/*-- SEARCH RESULTS 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: var(--gp-color-black) !important;
    padding-top: 8%;
    padding-bottom: 15px;
}

.comm-page-global-search .forceSearchNoResults .noResultsMessage {
    color: var(--gp-color-black) !important;
}

/* hides view count in articles */
.forceCommunitySearch .scopesListSection a {
    font-family: var(--gp-medium-font-family) !important;
}

.forceCommunitySearch .forceChatterCompactFeedItemBody .title,
.forceCommunitySearch .listContent .formattedTextLookupTitle,
.forceCommunitySearch .forceSearchResultsGridView .outputLookupLink {
    font-family: var(--gp-medium-font-family) !important;
}

.forceSearchResultsList .itemTitle a {
    font-family: var(--gp-medium-font-family) !important;
}

.forceCommunitySearch .viewMore .view-all-label {
    font-family: var(--gp-medium-font-family) !important;
}

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


/*-- ARTICLE DETAIL ----------------------------------------------------------*/

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


/*-- Article Size and Padding --*/

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

.selfServiceArticleLayout.zoom.article-column {
    width: 100%;
    padding: 1px 14px 30px !important;
}


/* Article Titles */

.selfServiceArticleLayout .article-head.selfServiceArticleHeaderDetail {
    font-weight: 600;
    font-size: 26px !important;
    line-height: 34px;
    letter-spacing: 0.25px;
    margin: 10px 0 20px 0;
}

.selfServiceArticleLayout .selfServiceOutputRichTextWithSmartLinks.h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
}

.selfServiceArticleLayout .Article-quickLinks,
.selfServiceArticleLayout .Article-Article-quickLinks {
    background-color: var(--gp-color-white);
    padding: 20px;
    border-radius: 4px;
}

.selfServiceArticleLayout table {
    background-color: var(--gp-color-white);
    border: 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: var(--gp-regular-font-family) !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: var(--gp-medium-font-family) !important;
    padding: 10px 20px;
    border: 2px solid #111111;
    box-sizing: border-box;
    border-radius: 8px;
    color: var(--gp-color-black);
}

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

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

.forceCommunityArticleThumbVote .slds-media__body.slds-truncate {
    font-family: var(--gp-medium-font-family) !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 0 0 0 !important;
}

.forceCommunityArticleThumbVote button {
    border-color: var(--gp-color-black) !important;
    border-width: 2px !important;
    padding: 16px !important;
}

.forceCommunityArticleThumbVote button:hover {
    background-color: var(--gp-color-black) !important;
    border-width: 2px !important;
    padding: 16px !important;
}

.forceCommunityArticleThumbVote button svg {
    fill: var(--gp-color-black) ;
    width: 30px !important;
    height: 20px !important;
}

.forceCommunityArticleThumbVote button:hover svg {
    fill: var(--gp-color-white) !important;
}

.forceCommunityArticleThumbVote button {
    fill: var(--gp-color-white) !important;
    width: 60px !important;
    height: 45px !important;
}

.forceCommunityArticleThumbVote button.slds-is-selected {
    background-color: var(--gp-color-black) !important;
    border-width: 2px !important;
    padding: 16px !important;
}

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

/* Article Tags */

.selfServiceArticleTopicList.selfServiceArticleLayout .slds-pill {
    background-color: var(--gp-color-dk-grey);
    color: var(--gp-color-white);
    border-radius: 4px;
}

.selfServiceArticleTopicList.selfServiceArticleLayout .slds-pill a {
    color: var(--gp-color-white);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.25px;
}

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

/*-- Help Articles Button --*/
.topicRelatedArticleList button {
    margin: 0;
    background-color: var(--gp-color-white);
    color: var(--gp-color-black) !important;
    border-color: var(--gp-color-black);
    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: var(--gp-color-white) !important;
    color: var(--gp-color-black);
    border-color: var(--gp-color-black);
    border-width: 2px !important;
    font-family: var(--gp-medium-font-family) !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;
}

/*-- Article Detail Hidden Fields --*/

div[data-target-selection-name="sfdc:RecordField.Knowledge__kav.Title"] {
    display: none !important;
}

div[data-target-selection-name="sfdc:RecordField.Knowledge__kav.UrlName"] {
    display: none !important;
}



/*-- PROFILE PAGE ----------------------------------------------------------*/

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

.forceCommunityUserProfileBody .cProfileViewBody .profileName {
    font-family: var(--gp-medium-font-family) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.25px;
}

.comm-page-detail-005 .forceCommunityTabset .tabHeader .title {
    font-family: var(--gp-medium-font-family) !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25px;
}

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

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


/*-- MOBILE RESPONSIVE BREAKPOINTS ----------------------------------------------------------*/



/*--- DESKTOP ---*/

@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;
    }

}

/*--- TABLET AND ABOVE ---*/

@media only screen and (min-width: 48em) {

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

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

    /*-- PROFILE PAGE --*/
    .forceCommunityUserProfileDetail a.forceActionLink[title="Edit"] {
        display: none !important;
    }

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

}


/*-- TABLET AND BELOW ----------------------------------------------------------*/

@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-weight: 100;
        font-size: 30px;
    }

    .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: 0;
        padding-right: 0;
    }

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

    /*-- Tiles Start --*/
    .comm-tile-menu__image-preview.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
        border: none;
        background-repeat: no-repeat;
        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 --*/


    .selfServiceTopicArticleList li.article-item.selfServiceArticleListItem h2 {
        font-size: 16px;
        font-family: var(--gp-regular-font-family) !important;
    }

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

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

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


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


    /*-- MOBILE BURGER MENU START  ----------------------------------------------------------*/
    .forceCommunityThemeNav .mainNavItem .linkBtn svg {
        fill: var(--gp-color-white) !important;
    }

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

    .forceCommunityThemeNav .mainNavItem .subMenuItem:not(.finalSubMenuItem) a,
    .forceCommunityThemeNav .uiMenuList--default .uiMenuItem:first-child > a {
        font-family: var(--gp-medium-font-family) !important;
        color:  var(--gp-color-lt-grey);
    }

    .forceCommunityThemeNav .mainNavItem .uiMenuItem:last-child a {
        font-family: var(--gp-medium-font-family) !important;
        color:  var(--gp-color-lt-grey);
    }

    /*-- 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: 0;
        padding-right: 0;
    }

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

    /*-- Tiles Start --*/
    .comm-tile-menu__image-preview.community_navigation-tileMenuItemUnifiedLayout_tileMenuItemUnifiedLayout {
        border: none;
        background-repeat: no-repeat;
        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 --*/
    .forceCommunityThemeProfileMenu.websterHomeHeader div.profile-menuList,
    .forceCommunityThemeProfileMenu.websterInnerHeader div.profile-menuList {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeProfileMenu.websterHomeHeader .profile-menuItem.uiMenuItem a,
    .forceCommunityThemeProfileMenu.websterInnerHeader .profile-menuItem.uiMenuItem a {
        color: var(--gp-color-black) !important;
    }

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

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu {
        background-color: var(--gp-color-white) !important;
        border-radius: 8px;
    }

    .forceCommunityThemeNav .mainNavItem .subMenu.uiPopupTarget {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav .mainNavItem .subMenu div[role="menu"].subMenu {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu,
    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .uiMenuItem {
        background-color: var(--gp-color-white) !important;
        border-radius: 8px;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .subMenuItem.uiMenuItem {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .uiMenuItem a {
        color: var(--gp-color-black) !important;
    }

    .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .subMenuItem.uiMenuItem {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .uiMenuItem a {
        color: var(--gp-color-black) !important;
    }

    .forceCommunityThemeNav .mainNavItem .subMenu .subMenuItem.uiMenuItem {
        background-color: var(--gp-color-white) !important;
    }

    /* websterInnerHeader */
    .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .nestedSubMenu.uiMenuItem {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu a[role="menuitem"] {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .uiMenuItem {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .nestedSubMenu.uiMenuItem:hover {
        background-color: var(--gp-color-lt-grey) !important;
    }

    .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu a[role="menuitem"]:hover {
        background-color: var(--gp-color-lt-grey) !important;
    }

    .forceCommunityThemeNav.websterInnerHeader .mainNavItem .subMenu .uiMenuItem:hover {
        background-color: var(--gp-color-lt-grey) !important;
    }

    /* websterHomeHeader */
    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .nestedSubMenu.uiMenuItem {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu a[role="menuitem"] {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .uiMenuItem {
        background-color: var(--gp-color-white) !important;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .nestedSubMenu.uiMenuItem:hover {
        background-color: var(--gp-color-lt-grey) !important;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu a[role="menuitem"]:hover {
        background-color: var(--gp-color-lt-grey) !important;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .uiMenuItem:hover {
        background-color: var(--gp-color-lt-grey) !important;
    }

    .forceCommunityThemeNav.websterHomeHeader .mainNavItem .subMenu .subMenuItem.uiMenuItem {
        background-color: var(--gp-color-white) !important;
        border-radius: 8px;
    }

    .forceCommunityThemeNav .mainNavItem .subMenu .subMenuItem.uiMenuItem a:hover {
        background-color: var(--gp-color-lt-grey) !important;
    }

    .forceCommunityThemeNav .mainNavItem .subMenu .subMenuItem.uiMenuItem a:focus {
        background-color: var(--gp-color-lt-grey) !important;
    }


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

    body.comm-page-custom-gopro-labs .forceCommunityThemeHeroStarter h2.contentTitle {
        font-size: 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;
    }


}


@media only screen and (max-width: 480px) {

    community_navigation-tile-menu community_navigation-tile-menu-item.slds-size_12-of-12 {
        width: 50%;
    }

    .selfServiceArticleLayout .article-head.selfServiceArticleHeaderDetail {
        font-size: 20px !important;
        line-height: 28px;
        margin: 0 0 15px 0 !important;
    }

    .selfServiceArticleLayout.zoom.article-column {
        width: 100%;
        padding: 0 14px 30px !important;
    }
}