/********Homepage************/

#body_copy_2025-01-01-00-00-00-000 .body-copy .div-logo-150th, .workshop, .application-deadline {
    text-align: center;
}

.logo-150th {
    max-width: 200px !important; 
}


#body_copy_2025-01-01-00-00-00-000 .hgroup hg-reverse {
    text-align: left;
}

.fellow-comments {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 0 1rem;
}

.fellow-comments h2 {
  color: black;
  text-transform: uppercase;
  border: 3px solid #cfb991;
  padding: 1rem 2rem;
  width: fit-content;
  font-family: inherit;
  font-weight: 900;
  margin: 2rem 0 2.4rem 0;
}

.fellow-comments .comment {
  padding-bottom: 1.5rem;
  font-style: italic;
}

.page-template-embed .video {
    max-width: 840px;
    width: 100%;
    margin: 0 auto 5rem auto;
}


/*********Speakers*********/

.people-card {
  margin-top: 2rem;
}

.card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.muted-text {
    color: #6c757d;
    margin-bottom: 0;
}

.card .rounded-circle {
    width: 200px; height: 200px; 
    object-fit: cover;
}

.card .speaker-name {
    color: #8E6F3E !important;
}

.card .speaker-name a {
    text-decoration: none !important;
}

/*********Committee*********/

.heading-top {
     text-align: center;
     margin-bottom: 3rem;
}

.heading-with-lines {
     overflow: hidden;
     text-align: center;
     margin-bottom: 2rem;
}

.heading-with-lines > span {
     position: relative;
     display: inline-block;
     font-size: 2.4rem;
     color: #000000;
}

.heading-with-lines > span:before {
     content: "";
     position: absolute;
     top: 50%;
     border-bottom: 5px solid;
     width: 20rem;
     margin: 0 20px;
     color: #cfb991;
     border-image: linear-gradient(to left, #cfb991, #ffffff) 1;
}

.heading-with-lines > span:after {
     content: "";
     position: absolute;
     top: 50%;
     border-bottom: 5px solid;
     width: 20rem;
     margin: 0 20px;
     color: #cfb991;
     border-image: linear-gradient(to right, #cfb991, #ffffff) 1;
}

.heading-with-lines > span:before {
     right: 100%;
}

.heading-with-lines > span:after {
     left: 100%;
}

.personRow {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     flex-wrap: wrap;
}

.personContainer {
     padding: 0.7rem;
}

.personContainer .personLink {
    text-decoration: none;
}

.personBox {
     border-radius: 4px;
     padding: 2.5rem 1rem;
     height: 100%;
     box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
     max-width: 220px;
     text-align: center;
     min-height: 270px;     
}

.personLink .personBox:hover {
     border-radius: 5px;
     padding: 2.5rem 1rem;
     height: 100%;
     box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.8), 0 0px 0 1px rgb(255 255 255 / 80%);
     max-width: 220px;
     text-align: center;
}

.personImageContainer {
     display: block;
     text-align: center;
     margin-bottom: 1rem;
}

.personImage {
     border-radius: 50%;
     border: 5px solid #cfb991;
     max-width: 120px;
}

.personName {
     font-size: 1.2rem;
}

.personSchool {
    color: #000000;
}

.personDegree {
     font-size: 1rem;
     font-weight: bold;
     font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
     padding: 1rem 0;
     line-height: 1;
}

.personJobTitle {
     font-size: 0.8rem;
     font-style: italic;
}
            
            
@media screen and (max-width: 991px) {
      .personContainer {
            display: flex;
            justify-content: center;
       }
                
       .personBox {
             min-width: 200px;
        }               
}



.call-to-action-button-container {
   margin-top: 2rem;
   margin-bottom: 2rem;
}