﻿/* ================= RESET ================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  line-height: 1.6;
}

img {
  width: 100%;
  display: block;
}

html {
	margin-top: 0px !important;
}

hr {
	max-width: 0;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0px solid #cacaca;
	border-left: 0;
	margin: 0rem auto;
	clear: both;
}

/* ================= GLOBAL ROW ================= */
.custom-row {
  max-width: 75rem;
  margin-inline: auto;
  padding: 0;
}

/* ================= HEADER ================= */
.site-header {
  padding: 2rem 20px;
  position:relative !important;
  margin-top:0px !important;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 75rem;
  margin-inline: auto;
  padding: 0;
}
@media (max-width: 900px) {
  .header-row {
    flex-direction: column;
    align-items: flex-start;
	gap: 10px;
  }
}

.logo-area .logo {
  width: 200px;
  padding:0px !important;
}
@media (max-width: 900px) {
  .logo-area {
    width: 100%;
    text-align: center;
	margin-top:20px;
  }
  .logo-area img {
	display: inline-block !important;
	position: relative !important;
  }
}

@media (max-width: 1199px) {
.logo-area .logo {
  padding:10px 20px !important;
}
}

.titlebar {
  background: #000;
  color: #fff;
  padding: 1.25rem 2.5rem;
  font-size: 32px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 900px) {
  .titlebar {
    width: 100%;
    clip-path: none;
    font-size: 20px;
  }
}

/* ================= VIDEO CTA ================= */
.video-cta {
  padding: 40px 20px;
  text-align: left;
}
.video-cta .row {
  padding: 0;
}

.video-btn {
  display: inline-block;
  background: #980033;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
  font-family:Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 19px;
	line-height: 20px;
	font-style: italic;
}
.video-btn:hover{
  color: #fff;
}

/* ================= TIMELINE ================= */
.timeline-section {
  background: #fff;
  padding: 40px 20px;
}
.timeline-section .timeline-grid {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  align-items: stretch;
}
.timeline-section .timeline-grid .content {
  flex: 1;
}
.timeline-section .timeline-grid .content .year {
  color: #980033;
  font-weight: 700;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 44px;
  line-height:46px;
}
.timeline-section .timeline-grid .content h2 {
  font-size: 46px;
  line-height:52px;
  margin: 0;
}
.timeline-section .timeline-grid .content h3 {
  font-size:36px !important;
  line-height:46px !important;
  font-weight: 400;
  margin-bottom: 1rem;
}
.timeline-section .timeline-grid .content ul {
  padding-left: 1.1rem;
}
.timeline-section .timeline-grid .content ul li {
  margin-bottom: 0.5rem;
  font-family: "freight-text-pro";
}
.timeline-section .timeline-grid.reverse {
  direction: rtl;
}
.timeline-section .timeline-grid.reverse > * {
  direction: ltr;
}
.timeline-section .timeline-grid .image-overlap {
  position: relative;
  aspect-ratio: 18/22;
  width: 50%;
  height: 100%;
  max-width: 100%;
}
.timeline-section .timeline-grid .image-overlap img {
  position: absolute;
  object-fit: cover;
  border-radius: 0px;
  border: solid 3px #fff;
  position: absolute;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.timeline-section .timeline-grid .image-overlap img:nth-child(1) {
  width: 75%;
  top: 0;
  right: 0;
  z-index: 1;
}
.timeline-section .timeline-grid .image-overlap img:nth-child(2) {
  width: 48%;
  top: 27%;
  left: 0;
  z-index: 2;
}
.timeline-section .timeline-grid .image-overlap img:nth-child(3) {
  width: 45%;
  top: 48%;
  left: 50%;
  z-index: 2;
}
.timeline-section .timeline-grid .image-overlap img:nth-child(4) {
  width: 52%;
  top: 64%;
  left: 7%;
  z-index: 2;
}
.timeline-section .timeline-grid .image-overlap img:nth-child(5) {
  width: 45%;
  top: 60%;
  right: 0;
  z-index: 2;
}
@media (max-width: 900px) {
  .timeline-section .timeline-grid {
    flex-wrap: wrap;
  }
  .timeline-section .timeline-grid .timeline-grid.reverse {
    direction: ltr;
  }
  .timeline-section .timeline-grid .image-overlap {
    width: 100%;
  }
}
.timeline-section.pinehurst .content ul li::marker {
  color: #009ccb;
}
.timeline-section.pinehurst .image-overlap img:nth-child(1) {
  width: 75%;
  top: 0;
  right: 0;
  z-index: 1;
}
.timeline-section.pinehurst .image-overlap img:nth-child(2) {
  width: 48%;
  top: 27%;
  left: 0;
  z-index: 2;
}
.timeline-section.pinehurst .image-overlap img:nth-child(3) {
  width: 45%;
  top: 48%;
  left: 50%;
  z-index: 2;
}
.timeline-section.pinehurst .image-overlap img:nth-child(4) {
  width: 52%;
  top: 64%;
  left: 7%;
  z-index: 2;
}
.timeline-section.pinehurst .image-overlap img:nth-child(5) {
  width: 45%;
  top: 60%;
  right: 0;
  z-index: 2;
}
.timeline-section.greenwood .content ul li::marker {
  color: #003035;
}
.timeline-section.greenwood .image-overlap img:nth-child(1) {
  width: 90%;
  top: 0;
  right: 0;
  z-index: 1;
}
.timeline-section.greenwood .image-overlap img:nth-child(2) {
  width: 48%;
  top: 44%;
  left: 0;
  z-index: 2;
}
.timeline-section.greenwood .image-overlap img:nth-child(3) {
  width: 45%;
  top: 56%;
  left: 50%;
  z-index: 2;
  border: 0;
}
.timeline-section.greenwood .image-overlap img:nth-child(4) {
  width: 52%;
  top: 76%;
  left: 7%;
  z-index: 2;
}
.timeline-section.greenwood .image-overlap img:nth-child(5) {
  width: 45%;
  top: 80%;
  right: 0;
  z-index: 2;
}
.timeline-section.catalyst .content ul li::marker {
  color: #7a2b81;
}
.timeline-section.catalyst .image-overlap img:nth-child(1) {
  width: 75%;
  top: 0;
  right: 0;
  z-index: 1;
}
.timeline-section.catalyst .image-overlap img:nth-child(2) {
  width: 44%;
  top: 40%;
  left: 0;
  z-index: 2;
}
.timeline-section.catalyst .image-overlap img:nth-child(3) {
  width: 45%;
  top: 48%;
  left: 50%;
  z-index: 2;
}
.timeline-section.catalyst .image-overlap img:nth-child(4) {
  width: 40%;
  top: 78%;
  left: 18%;
  z-index: 2;
}
.timeline-section.catalyst .image-overlap img:nth-child(5) {
  width: 45%;
  top: 69%;
  right: 0;
  z-index: 2;
}

.custom-spacer{
	padding:20px 0;
	width:100%;
}

p,li{
	font-size:20px !important;
	line-height:26px !important;
}


@media (max-width: 900px) {
.timeline-section .timeline-grid .content .year {
	font-size: 28px;
	line-height: 34px;
}
.timeline-section .timeline-grid .content h2 {
	font-size: 30px;
	line-height: 36px;
}
.timeline-section .timeline-grid .content h3 {
	font-size: 26px !important;
	line-height: 28px !important;
}
p,li{
	font-size:18px !important;
	line-height:24px !important;
}
}