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

.title-block {
  background:#00447c;
}
.title-block::before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:#00447c;
  opacity:.75;
  z-index:1;
  @media screen and (min-width:1376px){
    background: none;
  }
}
.title-block::after {
  content:"";
  background-image:url(https://www.ifebp.org/images/default-source/site-images/membership/membership-circles-2025.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:100%;
  position:absolute;
  width:100%;
  height:calc(100% + 3rem);
  top:-1em;
  left:50%;
  transform:translate(-50%, 0);
  @media screen and (min-width:1376px){
    background-size:1100px;
    background-position: right center;
  }
}
.title-block__content,
.title-block__content::before {
  background:none !important;
}


.title-block__content {
  text-align:center;
  max-width:80vw;
  margin:48px auto;
  padding-left:0;
  padding-right:0;
  @media (min-width: 960px) {
    background:transparent;
    max-width:78ch;
  }
  @media (min-width: 1376px) {
    margin:0;
    padding:120px 0;
  }
  h1, p.h1 {
    margin:0 auto; 
    font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
    font-weight:600;
    text-transform:uppercase;
    font-size:66px;
    line-height:1;
    letter-spacing:-1px;
    max-width:20ch;
    @media (min-width: 1376px) {
      font-size:74px;
    }
  }
  p {
    color:white;
    margin:24px auto 36px;
    font-weight:400;
    font-size:17pt;
    line-height:1.5;
    max-width:62ch;    
  }
}

.title-block:not(.main) {
  .title-block__content {
  padding:0;
  @media (min-width: 1376px) {
    padding:60px 0;
  }
}
}