/*
.default_aspx.loggedOut .hero-text-container {
    width: 543px;
    max-width: 100%;
    padding: 2em;
    margin-top: 20%;
    margin-right: 0%;
    opacity: .7;
}

.default_aspx.loggedOut .hero-text-container:after {
    content: 'Welcome! You’ve just landed on the #1 all-in-one wellness platform, trusted by wellness providers for 3+ million employees worldwide!';
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    text-align: center;
    display: block;
    
}

.default_aspx.loggedOut .hero-text-container:before {
    content: '';
    display: none;
}

.default_aspx #page-content .main-banner,
.biometricsDashboard #page-content .main-banner,
.coaching_default_aspx #page-content .main-banner,
.challenge_default_aspx #page-content > .main-banner,
.trackingDashboard #page-content > .main-banner,
.assessment_report_userreport_aspx #page-content > .main-banner {
  width: 100%;
  background-image: url(/shared/templates/showspace/images/banner_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  left: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
  z-index: -1; }
  
  
#page-content {
    min-height: calc(100vh - 177px);
}
*/

  /*** 
  #page-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
  } ***/
  
/* the above CSS can likely be removed, currently commented out to temporarily keep it around just in case */
  
.cc-hidden {
    display: none !important; /* yes, I know... the specificify is too high to avoid this */
}

/* Make sure the items aren't hidden in edit mode */
form.edit-mode .cc-hidden {
    display: inherit !important;
}



.mode-web #lnkMessageBoard,
.mode-web #sendMessage
{
    display: none;
    
}