.elementor-5836 .elementor-element.elementor-element-95fe870{--display:flex;}.elementor-5836 .elementor-element.elementor-element-27c4fe1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5836 .elementor-element.elementor-element-3b75a87{--display:flex;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:98px;}.elementor-5836 .elementor-element.elementor-element-3b75a87:not(.elementor-motion-effects-element-type-background), .elementor-5836 .elementor-element.elementor-element-3b75a87 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://scidpda.org/wp/wp-content/uploads/2026/02/joshua-bartell-6vvIBTvL90A-unsplash-scaled.jpg");background-position:center center;background-repeat:no-repeat;}.elementor-5836 .elementor-element.elementor-element-054869e{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5836 .elementor-element.elementor-element-ff822d9{padding:0px 300px 0px 0px;}.elementor-5836 .elementor-element.elementor-element-ff822d9 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:500;color:#FFFFFF;}.elementor-5836 .elementor-element.elementor-element-80ca88b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:60px 60px;--row-gap:60px;--column-gap:60px;}.elementor-5836 .elementor-element.elementor-element-4ff265d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5836 .elementor-element.elementor-element-cfb8032 a{color:#A7B271;}.elementor-5836 .elementor-element.elementor-element-7e6b9c0{--display:flex;}.elementor-5836 .elementor-element.elementor-element-168221a{--display:flex;}.elementor-5836 .elementor-element.elementor-element-ba91584 a{color:#A7B271;}:root{--page-title-display:none;}/* Start custom CSS for heading, class: .elementor-element-ff822d9 *//* Ensure hero can anchor absolute elements */
.scid-fullbleed-hero{
  position: relative !important;
}

/* Position title 1/3 across the hero banner (responsive) */
.scid-fullbleed-hero .scid-hero-title{
  position: absolute !important;
  left: 33% !important;        /* 1/3 across the banner */
  top: 50% !important;         /* vertical center */
  transform: translate(-50%, -50%) !important;

  color: #ffffff !important;
  margin: 0 !important;
  z-index: 5 !important;

  /* Matches old SCIDpda style */
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Tablet adjustment */
@media (max-width: 1024px){
  .scid-fullbleed-hero .scid-hero-title{
    left: 40% !important;
  }
}

/* Mobile: center it so it doesn't go off screen */
@media (max-width: 768px){
  .scid-fullbleed-hero .scid-hero-title{
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3b75a87 *//* Full-bleed hero container without killing background */
.scid-fullbleed-hero{
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden !important;
}

/* If Elementor uses inner wrappers, force them to inherit the background size */
.scid-fullbleed-hero,
.scid-fullbleed-hero > .e-con-inner,
.scid-fullbleed-hero > .elementor-container{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}/* End custom CSS */