.sample-container {
  background-color: #ffffff !important;
  border: 2px dashed orange;
  color: orange !important;
  display: block;
  font-weight: 700;
  height: 100px;
  padding: 2rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.sidebar-rule {
  border-right: 2px solid #dfe3e5;
  padding-right: 16px;
}

.page-subhead {
  border-bottom: 1px solid #eff1f2;
  color: grey;
  font-size: 1.25rem;
  padding-bottom: 10px;
}

.head-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-headline {
  font-family: "BuckeyeSerif", Georgia, serif;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
}

.site-subheadline {
  color: #646a63;
  font-size: 1.5rem;
  padding: 0 3rem 0 3rem;
  text-align: center;
}

.hero-with-heading {
  position: relative;
}

.heading-one {
  background-color: #fff;
  bottom: -1.25rem;
  padding: 15px 15px 0 0;
  position: absolute;
  width: fit-content;
}

.full-bleed {
  box-shadow: 0 0 0 100vmax #eff1f2;
  clip-path: inset(0 -100vmax);
}

.full-bleed-background-ltgray {
  background-color: #eff1f2;
  padding: 3rem 0;
}

.full-bleed-card {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  .full-bleed-card {
    display: block;
  }
}

.full-bleed-content {
  background-color: #eff1f2;
}

.grid-block-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 16px;
}

.grid-block-title-header {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.story-list {
  border-bottom: 2px solid #eff1f2;
  margin-bottom: 10px;
  padding-bottom: 30px;
}

.story-list-main {
  margin-right: 20px;
  max-width: 60%;
}

.story-head {
  border-bottom: 2px solid #dfe3e5;
}

.sm-sans {
  font-family: "BuckeyeSans";
  margin-bottom: 0;
}

.story-by-social {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .left-column {
    flex: 1;
    order: 2;
  }
}

.caption {
  font-family: "BuckeyeSans";
  padding-top: 10px;
}

.caption-with-rule {
  font-family: "BuckeyeSans";
  padding: 10px 0;
  border-bottom: 2px solid #dfe3e5;
}

.body-with-image {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

@media screen and (max-width: 640px) {
  .body-with-image {
    display: block;
  }
}

/* for people pages */
.person-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid lightgray;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  .person-row {
    flex-direction: column;
  }

  .person-row :nth-child(1) {
    order: 2;
  }
  .person-row :nth-child(2) {
    order: 3;
  }
  .person-row :nth-child(3) {
    order: 1;
    margin-bottom: 15px;
  }
}

.person-name {
  display: flex;
  flex-direction: column;
  line-height: 25px;
}

@media screen and (max-width: 640px) {
  .person-name :nth-child(1) {
    order: 1;
  }
  .person-name :nth-child(2) {
    order: 2;
  }
  .person-name :nth-child(3) {
    order: 3;
    margin: 0;
  }
  .person-name :nth-child(4) {
    order: 4;
  }
  .person-name :nth-child(5) {
    order: 5;
    margin-bottom: 15px;
  }
}

.person-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 25px;
}

.person-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 
  .icon{
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 10px;
  } */

.icon-image {
  max-width: 30px;
  padding-right: 10px;
  padding-top: 3px;
}

/* for event pages */
/* .event-main{
  
  } */

.event-date {
  background-color: #eff1f2;
  padding: 1rem 1rem 0.5rem 1rem;
  position: absolute;
  top: 0;
  left: -2px;
  text-align: center;
  color: #ba0c2f;
  line-height: 1.25;
}
.event-month {
  text-transform: uppercase;
}

.event-day {
  font-weight: 800;
  font-size: 1.75rem;
}

.event-topic {
  color: #646a63;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 8px;
  display: inline-block;
}

.event-main-content {
  padding-top: 60px;
}

.event-row {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid lightgray;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  gap: 2rem;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .event-row {
    flex-direction: column;
  }
}

.date-details {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

@media screen and (max-width: 640px) {
  .date-details {
    flex-direction: column;
  }
}

.event-date-row {
  background-color: #eff1f2;
  padding: 1rem 1rem 0.5rem 1rem;
  text-align: center;
  color: #ba0c2f;
  line-height: 1.25;
  max-height: 60%;
}

@media screen and (max-width: 640px) {
  .event-date-row {
    max-width: 20%;
  }
}

.event-main-content-row {
  min-width: fit-content;
  /* transform: translateX(-190px); */
}

.event-image-row {
  max-width: 20%;
}

@media screen and (max-width: 640px) {
  .event-image-row {
    max-width: 100%;
  }
}

.event-details {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.event-detail-text {
  font-family: "BuckeyeSans";
}

.event-button-social-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.event-page-buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.speakers {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.bux-caption {
  font-size: 14px;
  padding: 8px 0 10px 0;
  border-bottom: 2px solid #eff1f2;
  margin-bottom: 32px;
}
