/*-- Overrides --*/

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

.forceCommunityThemeHeroBase .contentSubtitle {
    margin-top: 8px !important;
    font-size: 1.5rem;
}

/*-- Login --*/

.salesforceIdentityLoginBody2 .cCenterPanel {
    margin-top: -0% !important;
    margin-bottom: 10% !important;
    min-width: 320px !important;
}

.salesforceIdentityLoginForm2 .inverseTextColor {
    color: var(--lwc-colorTextLink) !important;
}

.salesforceIdentityLoginBody2 .forceCommunityRichTextInline .inverseTextColor {
    color: var(--lwc-colorTextLink) !important;
}

/*-- Registration Section --*/


.HHS-register-wrap {
    text-align: center;
}

p.HHS-register-title {
    font-weight: bold;
}

a.HHS-register-btn {
    display: block;
    padding: 11px;
    border: 2px #1C365F solid;
    font-size: 16px;
    margin: 10px 0px 25px 0px;
    color: #1C365F !important;
    font-weight: bold;
    background-color: #EEE;
}

a.HHS-register-btn:hover {
    border: 2px #102038 solid;
    color: #102038 !important;
    text-decoration: none !important;
    background-color: #FFF;
}

/*-- Flow Styles --*/

.flowruntimeBody legend.slds-form-element__legend.slds-form-element__label {
    font-size: 16px;
    font-weight: bold;) !important;
    color: #1C365F;
    padding-bottom: 10px;
}

.flowruntimeBody .slds-radio .slds-form-element__label {
    color: #111;
    font-size: 14px;
    padding: 2px 0px;
    display: inline-block;
}

.slds-card__footer.navigationBar {
    margin-top: 20px !important;
}

.lightning-vertical-navigation a.slds-nav-vertical__action {
    font-size: 16px;
}

/*-- Footer Anchor --*/

/*-- Anchors Footer to Bottom of Page --*/

.siteforceThemeLayoutStarter {
    min-height: 100vh;
}

.body.isPageWidthFixed-true {
    padding-bottom: 180px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*-- Flow Styles --*/

/* product list download button */
flowruntime-display-text-lwc a[href*="/document/download/"], flowruntime-display-text-lwc a[href*="/resource/HempProductListTemplate"] {
    display: inline-block;
    padding: 5px 20px;
    /* color: var(--lwc-colorBackgroundButtonBrand); */
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .3px;
    border: solid 1px #C48D34;
    text-decoration: none !important;
}

flowruntime-display-text-lwc a[href*="/document/download/"]:hover, flowruntime-display-text-lwc a[href*="/resource/HempProductListTemplate"]:hover  {
    text-decoration: none !important;
    background-color: #C48D34;
    color: #FFF;
}