/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 6/2025
 * ===========================
 */

body main.content .page-bounds .title-block {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  body main.content .page-bounds .title-block {
    margin-bottom: 3rem;
  }
}

.title-block::before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(255, 255, 255, 0.8);
  z-index:1;
}
.title-block::after {
  content:"";
  background:url(https://www.ifebp.org/images/wellnesslibraries/site-images/logos/certified-wellness-practitioner.svg);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:right top;
  position:absolute;
  width:calc(100% - 48px);
  max-width:1280px;
  height:calc(100% + 3rem);
  top:-1em;
  left:50%;
  transform:translate(-50%, 0);
}
.title-block__content,
.title-block__content::before {
  background:none !important;
}
@media screen and (min-width:768px) {
  .title-block::after {
    width:calc(100% - 96px);
  }  
  .title-block__content {
    width:80%;
  }
}
@media screen and (min-width:1200px){
  .title-block__content {
    width:60%;
  }
  .title-block::before {
    background: none;
  }
}

.sidebar-logo {
  max-width:250px;
  margin:0;
}