#body_copy_2026-06-01-12-12-52-751 .body-copy p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;

}

#page_template_embed_2026-05-18-11-42-50-600 h1, #page_template_embed_2026-05-21-12-21-00-132 h1 {
  font-size: 2.75rem;
}

#page_template_embed_2026-05-18-11-42-50-600, #page_template_embed_2026-05-21-12-21-00-132 {
  margin: 3rem 0;
}  

.honoree-img {
  max-width: 250px !important;
  margin: 22px 40px 10px 0;
  float: left;
  border-radius: 4px;
}


@media (max-width: 530px) { 
  .honoree-img {
       float: none;
       margin: 10px 0 0 0;
    } 
}



@media (max-width: 530px) { 
    .honoreeImg {
        float: none;
        margin: 10px 0 0 0;
    } 
}

/* START: Special request to resize banner */
@media (min-width: 100px) {
    .homepage #billboard-container, .homepage #billboard-container.video-bg {
        height: 100px;
    }
}
@media (min-width: 575.98px) {
    .homepage #billboard-container, .homepage #billboard-container.video-bg {
        height: 200px;
    }
}
@media (min-width: 576px) {
    .homepage #billboard-container, .homepage #billboard-container.video-bg {
        height: 204px;
    }
}
@media (min-width: 768px) {
    .homepage #billboard-container, .homepage #billboard-container.video-bg {
        height: 350px;
    }
}
@media (min-width: 1000px) {
    .homepage #billboard-container, .homepage #billboard-container.video-bg {
        height: 420px;
    }
}
/* END: Special request to resize banner */


.motion-header {
    display: block;
    padding: 0.675rem 1.5rem;
    z-index: 1;
    position: relative;
    width: fit-content;
    background-color: #CFB991;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 2.81px;
    z-index: 1
}
.motion-header:before {
    position: absolute;
    top: -2px;
    left: -10px;
    height: calc(100% + 2px);
    content: "";
    background-color: #CFB991;
    z-index: -1;
    width: calc(100% + 20px);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.motion-header-line {
    width: calc(100% - 20px);
    border-top: 2px solid #CFB991;
    margin-left: 20px;
    margin-top: 2rem;
    margin-bottom: 1rem;
} 
.motion-header .motion-header-line {
    margin: 0;
}
.motion-header-container {
    left: -9px;
    position: relative;
}


/**Awards**/

#body_copy_2026-05-15-11-53-28-364 .body-copy {
    padding: 3rem 1.5rem 1rem 1.5rem;
}