.ceo-banner-content h1.ceo-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ceo-banner-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.ceo-banner-img-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ceo-banner-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ceo-banner-content {
  padding: 150px 0 150px;
  position: relative;
  z-index: 9;
}

.ceo-banner-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(14, 36, 58, 1) 50%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 0;
}

.ceo-banner-content h2 {
  font-size: 20px;
  font-weight: 500;
  color: #af9453;
  font-family: "brandon-grotesque";
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0;
}

.ceo-banner-content h1 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  max-width: 950px;
  margin: 0 0 30px 0;
}

.ceo-banner-content p {
  font-size: 18px;
  color: #fff;
  max-width: 850px;
}

.ceo-banner-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 0 0;
}

.ceo-video-sec {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: #f8f6f3;
  overflow: hidden;
  z-index: 1;
}

.ceo-video-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.ceo-video-inner .row {
  align-items: center;
}

.opportunity-sec {
  width: 100%;
  position: relative;
  padding: 100px 0;
  z-index: 1;
  overflow: hidden;
}

.opportunity-title {
  display: flex;
  flex-direction: column;
}

.opportunity-title-icon {
  display: flex;
  margin: 0 0 20px 0;
}

.opportunity-intro {
  margin-top: 22px;
}

.opportunity-intro p {
  margin: 0;
}

.opportunity-inner-sec .row {
  align-items: center;
}

.opportunity-history-video {
  margin-top: 30px;
}

.opportunity-history-video .ohv-label {
  display: block;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 12px;
}

.opportunity-history-video > div {
  border-radius: 8px;
  overflow: hidden;
}

.mission-sec {
  width: 100%;
  position: relative;
  background-color: #f8f6f3;
  z-index: 1;
  overflow: hidden;
}

.mission-content-col {
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.mission-inner .row {
  align-items: center;
}

.mission-img-col {
  display: flex;
}

.mission-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mission-img-col .mission-picture {
  display: contents;
}

.mission-sec .container {
  max-width: 100%;
  padding-right: 0;
}

.ceo-banner-inner:after {
  position: absolute;
  content: '';
  width: 300px;
  height: 150px;
  background-image: url(https://www.barryrobinson.org/wp-content/uploads/2026/08/002.svg);
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.ceo-video-sec:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 190px;
  background-image: url(https://www.barryrobinson.org/wp-content/uploads/2026/08/007.svg);
  top: auto;
  bottom: 0;
  left: 260px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}

.opportunity-sec:before {
  position: absolute;
  content: '';
  width: 95px;
  height: 200px;
  background-image: url(https://www.barryrobinson.org/wp-content/uploads/2026/08/003.svg);
  left: auto;
  right: 0;
  z-index: -1;
  top: 0;
  bottom: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.3;
  transform: none;
}

.mission-sec:after {
  position: absolute;
  content: '';
  width: 150px;
  height: 150px;
  background-image: url(https://www.barryrobinson.org/wp-content/uploads/2026/08/018.svg);
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(88deg);
  /* opacity: 0.5; */
}

.celebrate-sec {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: #f6f2ed;
  overflow: hidden;
  z-index: 1;
}

.celebrate-inner .row {
  align-items: stretch;
}

.celebrate-img-col {
  display: flex;
  height: 100%;
}

.celebrate-img-col img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
}

.celebrate-content-col h2 {
  margin: 0 0 24px 0;
}

.celebrate-content-col p {
  margin: 0 0 16px 0;
}

.celebrate-content-col p:last-of-type {
  margin-bottom: 0;
}

.celebrate-quote {
  margin: 34px 0 0 0;
  padding: 0;
  position: relative;
}

.celebrate-quote::before {
  content: "\201C";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 92px;
  line-height: 0.2;
  padding-top: 30px;
  color: #af9453;
  margin-bottom: 10px;
}

.celebrate-quote p {
  font-size: 23px;
  line-height: 1.45;
  font-style: italic;
  color: #2f2f2f;
  margin: 0 0 18px 0;
}

.celebrate-quote cite {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 30px;
}

.celebrate-quote .cq-author {
  font-weight: 600;
  color: #1f1f1f;
  font-size: 16px;
}

.celebrate-quote .cq-role {
  font-size: 12px;
  color: #af9453;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.celebrate-content-col .btn-block {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .celebrate-sec {
    padding: 60px 0;
  }

  .celebrate-img-col {
    margin: 0 auto 30px;
    max-width: 320px;
    height: auto;
  }

  .celebrate-img-col img {
    height: auto;
  }
}

.ceo-timeline {
  width: 100%;
  position: relative;
  padding: 100px 0 0;
}

.timeline-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.timeline-content-item {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}

.timeline-content-item-icon {
  display: flex;
  width: 80px;
  height: 80px;
  position: relative;
}

.timeline-content-item-icon>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.timeline-content-item-content {
  width: calc(100% - 140px);
}

.timeline-content-item-content h3 {
  font-size: 20px;
  margin: 0 0 6px 0;
}

.timeline-content-item-content h3 span {
  color: #af9453;
}

.timeline-content-item-content p {
  margin: 0;
}

.timeline-content-wrapper:before {
  position: absolute;
  content: '';
  height: 86%;
  border-left: 5px dotted #af9453;
  top: 0;
  bottom: 0;
  left: 105px;
  margin: auto 0;
}

.timeline-content-item-icon:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #af9453;
  border-radius: 50px;
  left: 100px;
  top: 32px;
}

.ceo-timeline .timeline-heading {
  margin: 0 0 40px 0;
}

.ceo-timeline .timeline-heading h2 {
  text-align: center;
  padding: 0;
}

.timeline-content {
  display: flex;
  flex-direction: column;
  gap: 40px !important;
}

.timeline-tagline {
  margin-left: 100px;
}

.timeline-tagline p {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .mission-sec .container {
    padding-left: calc((100% - 700px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .mission-sec .container {
    padding-left: calc((100% - 940px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .mission-sec .container {
    padding-left: calc((100% - 1120px) / 2);
  }
}

@media screen and (min-width: 1400px) {
  .mission-sec .container {
    padding-left: calc((100% - 1300px) / 2);
  }
}

@media screen and (min-width: 1920px) {
  .mission-sec .container {
    padding-left: calc((100% - 1380px) / 2);
  }
}

@media screen and (max-width: 1299px) {
  .ceo-banner-content h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  .ceo-banner-content h1 {
    font-size: 50px;
    margin: 0 0 20px 0;
  }

  .ceo-banner-content {
    padding: 100px 0 100px;
  }

  .ceo-banner-inner:after {
    width: 300px;
    height: 150px;
    bottom: 0px;
  }

  .ceo-video-sec:after {
    width: 200px;
    height: 200px;
  }

  .ceo-video-sec:before {
    width: 150px;
    height: 150px;
  }

  .opportunity-sec:before {
    width: 95px;
    height: 200px;
    transform: none;
  }

  .mission-sec:after {
    width: 120px;
    height: 120px;
  }

  .mission-sec:before {
    width: 240px;
    height: 140px;
    transform: rotate(-20deg);
  }
}

@media screen and (max-width: 991px) {
  .ceo-banner-content h2 {
    font-size: 16px;
  }

  .ceo-banner-content h1 {
    font-size: 44px;
  }

  .ceo-video-sec,
  .opportunity-sec,
  .mission-content-col {
    padding: 60px 0;
  }

  .ceo-timeline {
    padding: 60px 0 20px;
  }

  .opportunity-title-icon img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (max-width: 767px) {
  .mission-sec .container {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .mission-content-col {
    padding: 0 0 40px 0;
  }

  .mission-sec {
    padding: 60px 0;
  }

  .mission-sec .container {
    max-width: 540px;
  }

  .ceo-banner-content h1 {
    font-size: 38px;
  }

  .ceo-banner-content {
    padding: 80px 0 80px;
  }

  .ceo-banner-inner:after {
    width: 260px;
    height: 110px;
  }

  .ceo-video-sec:after {
    width: 160px;
    height: 160px;
  }

  .ceo-video-sec:before {
    width: 120px;
    height: 120px;
  }

  .opportunity-sec:before {
    width: 95px;
    height: 200px;
    transform: none;
  }

  .mission-sec:after {
    width: 80px;
    height: 80px;
  }

  .mission-sec:before {
    width: 180px;
    height: 120px;
  }

  .opportunity-title-icon img {
    width: 100px;
    height: 100px;
  }

  .timeline-content-item-icon {
    width: 60px;
    height: 60px;
  }

  .timeline-content-item {
    gap: 30px;
    align-items: flex-start;
  }

  .timeline-content-item-content {
    width: calc(100% - 90px);
  }

  .timeline-content-item-content h3 {
    font-size: 18px;
  }

  .timeline-content-wrapper:before {
    height: 92%;
    border-left: 4px dotted #af9453;
    top: 26px;
    left: 70px;
    margin: 0;
  }

  .timeline-content-item-icon:before {
    width: 12px;
    height: 12px;
    left: 66px;
    top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .medium-container {
    max-width: 540px;
  }
}