.x7s-theme__single-bar-header .comm-navigation__list li a[title='Home']{
    display: none;
}

.x7s-theme__single-bar-header .comm-navigation__list li a, .x7s-theme__single-bar-header .comm-navigation__list li button{
   font-weight: 700;
}

.forceCommunityTabset.uiTabset>.uiTabBar .uiTabItem{
    font-size: 22px;
}

/* product solution summary page */
body.comm-page-custom-product .card__footer{
    display: none;
}

/* home pages - CMS content card */
body.comm-page-home .carouselSlide{
    width: 419px !important;
    height: 419px !important;
    margin-right: 9px;
}

body.comm-page-home .forceCommunityCarousel ul{
    /* justify-content: space-around; */
    flex-wrap: wrap;
}

body.comm-page-home .carouselSlide .slds-grid_align-center{
    align-items: normal;
}

body.comm-page-home .carouselSlide .js-content{
    position: relative;
}

body.comm-page-home .carouselSlide .js-content .js-content-title{
    margin-top: 25%;
    font-family: "Sectra", serif;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--brand-secondary-color-1);
    align-self: stretch;
    flex-grow: 0;
    font-stretch: normal;
    font-style: normal;
}

body.comm-page-home .carouselSlide .js-content .slds-shrink-none{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.comm-page-home .carouselSlide .js-content .slds-shrink-none .js-content-navButton{
    font-size: 20px;
    padding: 15px;
    width: 231px;
}

/* Forgot Password */
.salesforceIdentityForgotPassword2{
    text-align: center;
}
.loginButton, .salesforceIdentityForgotPassword2 .uiButton{
    background-color: var(--brand-primary-color-1) !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 210px !important;
    justify-content: center !important;
    margin: 10px 0px 10px !important;
    transition: all 0.2s !important;
}

.salesforceIdentityForgotPassword2 .uiButton .label{
    font-family: "Accord", sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--brand-secondary-color-1) !important;
    align-self: stretch;
    flex-grow: 0;
    font-stretch: normal;
    font-style: normal;
}

.loginButton:hover, .salesforceIdentityForgotPassword2 .uiButton:hover{
    background-color: var(--brand-secondary-color-3) !important;
    border: 1px solid var(--brand-primary-color-1) !important;
}

.loginButton:active, .salesforceIdentityForgotPassword2 .uiButton:active{
    background-color: var(--brand-secondary-color-1) !important;
    border: 1px solid var(--brand-secondary-color-1) !important;
}

.loginButton:active, .salesforceIdentityForgotPassword2 .uiButton:active .label{
    color: var(--brand-secondary-color-3) !important;
}

.salesforceIdentityForgotPassword2 .inputBox {
    width: 96% !important;
}

/* svg icons */
/* default light blue icons */
.lightBlueSvgIcon use{
    color: var(--brand-primary-color-1);
    transition: all 0.2s;
  }
  
  .lightBlueSvgIcon:hover use{
    color: var(--brand-secondary-color-1);
  }
  
  /* default dark blue icons */
  .darkBlueSvgIcon use{
    color: var(--brand-secondary-color-1);
    transition: all 0.2s;
  }
  
  .darkBlueSvgIcon:hover use{
    color: var(--brand-primary-color-1);
  }

  /* home page level 0 - enhance your experience (cta) */
  .enhance_experience .x7s-tile{
    height: 260px !important;
    width: 345px !important;
    /* margin: 0 !important; */
  }

  /* @media screen and (min-width: 880px) {
    .enhance_experience .x7s-call-to-action__layout {
        padding: 20px 0px;
      }
  } */
  /* .enhance_experience .x7s-call-to-action__layout li.slds-col:nth-last-child(2) {
    padding-left: 100px !important;
    padding-right: 100px !important;
  } */
  .enhance_experience .x7s-call-to-action__layout {
    padding: 20px 0px;
  }
  .enhance_experience .x7s-tile__title{
    font-family: "Sectra", serif;
    font-size: 42px !important;
    /* line-height: 66px; */
    font-weight: 700 !important;
    /* color: var(--brand-secondary-color-1); */
    align-self: stretch;
    flex-grow: 0;
    font-stretch: normal;
    font-style: normal;
  }
  
  /* chatter feed on home pages */
  /* .forceChatterStyle--default .slds-feed__item:nth-child(n+2){
      display: none;
  } */

  .homeguest_recommendations_title{
    margin-top: 50px;
  }

  /* my messages page - overriding ootb buttons */
.comm-page-my-messages .uiButton--neutral, .slds-button--neutral{
	font-family: "Accord", sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 38px !important;
    color: #000E4E !important;
    align-self: stretch;
    flex-grow: 0;
    font-stretch: normal;
    font-style: normal;
    background-color: #00B7F1 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 210px;
    justify-content: center;
    margin: 0px;
    transition: all 0.2s;
    border: 1px solid #00B7F1!important;
}

.comm-page-my-messages .uiButton--neutral:hover, .slds-button--neutral:hover{
    background-color: #ffffff !important;
    border: 1px solid #00B7F1!important;
}
.comm-page-my-messages .uiButton--neutral:active, .slds-button--neutral:active{
    background-color: #000E4E !important;
    color: #ffffff !important;
    border: 1px solid #000E4E !important;
} 

.comm-page-my-messages .slds-button .slds-button--neutral .uiButton, .forceChatterAttachFileButton{
    background-color: transparent !important;
    border: none !important;
    width: auto;
    color: auto;
}
.comm-page-my-messages .slds-button .slds-button--neutral .uiButton, .forceChatterAttachFileButton:hover{
    background-color: transparent !important;
    border: none !important;
}
.comm-page-my-messages .slds-button .slds-button--neutral .uiButton, .forceChatterAttachFileButton:active{
    background-color: transparent !important;
    border: none !important;
    color: auto;
}

