
.main-content > .community-page.reactive-background.align-left {
    grid-template-areas:
        "header header header"
        "body . ."
        "footer footer footer";
}

.main-content > .community-page.reactive-background.align-center {
    grid-template-areas:
        "header header header"
        ". body ."
        "footer footer footer";
}

.main-content > .community-page.reactive-background.align-right {
    grid-template-areas:
        "header header header"
        ". . body"
        "footer footer footer";
}

.community-page .header {
    display: grid;
    grid-area: header;
    padding: 13px 0px;
    grid-template:
        "logo controls";
    grid-template-columns: 1fr auto;
    width: 100%;
    z-index: 9;
}
.consumer-community-page .form-set .c-left-column .sharecare-title-div .f-Logo
{
    position: relative;
}
.consumer-community-page .body .view-flat .view-content-body .view-content-header{
    display:none
}
 .community-page .f-Logo {
    display: inline-block;
    position: absolute;
}

.community-page .stickyHeader {
    position: fixed;
}

.community-page .body-paddingTop {
    padding-top: 60px;
}

.optimized .community-page .view-content.register-view h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.enterpriseConfirmationModal-view .view-content-header {
	display: none;
}

.enterpriseConfirmationModal-view .view-content-body {
	padding: 10px;
}

.enterpriseConfirmationModal-view .view-content-body .view-content-intro h1 {
	text-align: left;
}

.enterpriseConfirmationModal-view .view-content-body .view-content-content-body {
	padding: 0px 0px 0px;
}

.enterpriseConfirmationModal-view .view-content-icon {
	justify-self: left;
	padding: 0px 0px 10px;
}

.enterpriseConfirmationModal-view .view-content-title {
	font-size: 20px;
}

.enterpriseConfirmationModal-view .view-content-content-buttons button.MuiButton-root.round-button {
	margin-top: 15px;
	margin-bottom: 0px;
}

.nav-menu-sc {
    justify-content: flex-end;
    display: flex;
    padding-right: 20px;
}

.nav-menu-sc a {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.71;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.nav-menu-sc a {
    color: #000;
}

.nav-menu-sc a.selectedTab {
    font-weight: 600;
    padding-bottom: 5px !important;
    border-bottom: #20e14d 2px solid !important;
}
/* 
.navHeaderDiv {
    width: 100%;
    min-height: 58px;
    background: #fff;
    padding: 10px 20px;
}

.navHeaderDiv .logo {
    display: inline-block;
    position: absolute;
} */

/* .navHeaderDivOnb-cmt {
    position: fixed;
    z-index: 9;
} */


.nav-menu-pc li, .nav-menu-sc li {
    display: inline-block;
    margin: 0 1.2em;
}

.community-page .community-bb{
    border-bottom: 1px solid #708691;
    padding: 15px;
    background: white;
}

.community-page .community-sub-footer{
    color: #5d6a74;
    font-size: 12px;
}

.community-page .footer-container {
    grid-area: footer;
    background-image: url("../images/Fade.svg");
    background-repeat: repeat-x;
}

.community-page .footer-container .support-footer {
    padding: 30px 0px 10px;
    color: white;
}

.community-page .footer-container .support-footer .custom-buttons-new {
    color: white;
    text-decoration: underline;
}

/* Page should always on top, to avoid being overlapped by footer */
.community-page .body .fullpage-modal, .community-page .body .full-page {
    z-index: 9;
}

.community-page .bz-left-column {
    width: 100%;
    position: relative;
}
.community-page .bz-left-column .responsImg {
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}  
.community-page .bz-left-column .responsImg .background {
    position: relative;
    padding-top: 58px;
    object-fit: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center 58px;
}

/* Consumer page Css */
.consumer-community-page {
    display: block;
    width: 100%;
}

.consumer-community-page .body {
    display: flex;
    justify-content: space-evenly;
    min-width: 100% ;
    max-width: 100% ;
    margin: 0 ;
}
.consumer-community-page .view-flat {
    display: flex;
    justify-content: flex-end;
    width: 100% ;  
    margin: 0;
}
.consumer-community-page .view-flat .form .field .css-j204z7-MuiFormControlLabel-root .MuiFormControlLabel-label {
    font-size: 12px;
    letter-spacing: normal;
}
.consumer-community-page .view-flat .view-content-intro  {
    display: none;
}
.consumer-community-page .view-flat .form{ 
    padding: 0px 0px 0px 0px;
}
.consumer-community-page .form-set{
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed;
    min-height: calc(100vh - 50px);
}
.consumer-community-page .form-set .c-left-column {
    display: table-cell;
    width: 100%;
    position: relative;
}
.consumer-community-page .form-set .c-left-column .sharecare-title-div {
    bottom: 0px;
    top: auto ;
}
.sharecare-title-div {
    max-width: 675px;
    position: absolute;
    padding: 40px;
    top: 0px;
}
.f-Logo svg, .img-logo svg {
    width: 182px !important;
}
.consumer-community-page .form-set .c-right-column {
    display: table-cell;
    width: 500px;
    margin: 0 auto;
    padding: 16px;
}
.consumer-community-page .form-set .c-left-column .responsImg {
    z-index: auto;
    top: -57px;
    background: #fff;
    position: absolute;
}
.consumer-community-page .form-set .c-left-column .sharecare-title-div .sharecare-all-together {
    color: #000;
    font-size: 40px;
    margin: 0;
}
.consumer-community-page .responsImg img {
    max-width: 720px;
    height: auto ;
}
.consumer-community-page .community-form-header {
    text-align: center;
}
.consumer-community-page .community-form-header hr ,
.consumer-community-page .community-form-header .community-form-sign-in-question-dv span,
.consumer-community-page .community-form-header .community-form-sign-in-question-dv button {
    display:none;
}
.consumer-community-page .community-form-header .community-form-sign-in-question-dv span {
width:0 ;
}
.consumer-community-page .community-form-header .community-form-sign-in-question-dv .community-form-section-subtitle {
    text-align: center;
    width:100% ;
}
.consumer-community-page .sharecare-disclaimer,
.consumer-community-page .view-content-content-buttons {
    text-align: center ;
    padding-top:0px ;
}
.consumer-community-page .header {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    width: 100%;
    min-height: 58px;
    display: block;
}
.consumer-community-page .header.stickyHeader svg {
    display:none;
}


.consumer-community-page.community-page .register-view .form .field.display-none {
    display: none;
}

@media only screen and (max-width: 500px) {
    .main-content > .community-page.reactive-background.align-right,
    .main-content > .community-page.reactive-background.align-center,
    .main-content > .community-page.reactive-background.align-left {
        grid-template-areas:
            "header"
            "body"
            "footer";
        grid-template-columns: 100vw;
    }
}

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

    .community-page .stickyHeader {
        position: fixed;
        display: block;
    }
    .community-page .nav-menu-sc {
        justify-content: center;
    }
    .community-page .f-Logo {
        position: static;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 12px 0;
    }

    .sc-logo {
       position: static !important;
       width: 100%;
    }
    
    /* .community-header-wrapper .nav-menu-sc {
       justify-content: center !important;
    }
    
    .community-header-wrapper .descpText-Mob {
       display: block;
       font-size: 24px;
       color: #000;
       font-weight: 500;
       margin: 20px 0;
       text-align: center;
       line-height: 1.2;
    }
    
    .community-header-wrapper .nav-menu-sc a {
       font-size: 18px;
    } */
    .community-page .bz-left-column {
        width:100%;
        position: relative;
    }
    .community-page .bz-left-column .responsImg {
        position: relative;
        height: 310px;
        top: 0;
    }
    .community-page .bz-left-column .responsImg .background {
        background-size: cover;
        background-position: center 58px;
    }

    .community-page {
        display: block;
        margin: 0;
    }


    .community-page .body {
        margin: 0;
        max-width: 100%;
    }
    .community-page .body .view-flat {
        margin: 0;
        max-width: 100%;
    }

    .consumer-community-page .header .f-Logo {
        display: none;
    }
    .consumer-community-page .responsImg img {
        max-width: 550;
    }
    c.sharecare-title-div {
        max-width: 500px;
        position: absolute;
        top: 0;
        padding: 10px;
    }

    .consumer-community-page .form-set .c-left-column .sharecare-title-div .f-Logo {
        text-align: center;
    }

    .community-page .body .view-flat .view-content .view-content-body .view-content-content .view-content-content-buttons .MuiButton-root.round-button{
        margin:0 auto;
    }

    .consumer-community-page .form-set {
        display: block;
        min-height: auto;
        padding: 0;
        height: inherit;
    }
    .consumer-community-page .form-set .c-left-column {
        display:block;
        height:450px;
    }
    .consumer-community-page .form-set .c-left-column .sharecare-title-div .f-Logo {
        text-align: center;
    }
    .consumer-community-page .form-set .c-left-column .sharecare-title-div .sharecare-all-together{
        font-size: 24px;
        text-align: center;
    }
    .consumer-community-page .body .view-flat .community-form-sign-in-question-dv {
        display: flex;
    }
    .consumer-community-page .body .view-flat {
        max-width: 440px;
        margin: 0 auto;
        justify-content: center;
        padding: 0;
    }
    .consumer-community-page .footer-container .community-footer .policy-List .f-logo {
       display: none;
    }
    .community-page .body-paddingTop {
        padding-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .consumer-community-page .form-set .c-left-column .responsImg {
        width: 100% ;
        position: relative;
        top:0;
    }
    
    .community-page .body-paddingTop {
        padding-top: 0;
    }
}

@media only screen and (max-width: 830px) {
    .consumer-community-page .form-set .c-left-column .responsImg img {
        width: 100% ;
        max-width: 520px;
    }
    
    .consumer-community-page .form-set .c-left-column .sharecare-title-div {
        max-width:100%;
    }
}

@media only screen and (max-width: 415px) {
    .consumer-community-page .form-set .c-left-column {
        height:380px;
    }
    .consumer-community-page .form-set .c-left-column .sharecare-title-div {
        bottom:10px ;
        padding: 10px;
    }
   .consumer-community-page .form-set .c-left-column .responsImg {
        height: 250px;
   }
   .other-field{
        display: none;
    }
}
@media only screen and (max-width: 375px){
    .consumer-community-page .form-set .c-left-column .responsImg {
        height: 250px;
    }
}

@media screen and (max-width: 1024px) {
    /* .community-header-wrapper {
        position:fixed;
        z-index: 9;
    } */
    .consumer-community-page .form-set .c-left-column .sharecare-title-div .sharecare-all-together {
        font-size: 24px;
    }
}
