:root {
  --font-fam-primary: "montserrat", helvetica, arial, sans-serif;
	--fancy-bg-pad: 15%;
	--global-pad: 5em;
	--hero-green-light: rgb(137, 167, 129);
	--hero-green-dark: rgb(39, 75, 35);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  font-family: var(--font-fam-primary);
  text-transform: uppercase;
}
#hero-golf-main section {
  padding-top: var(--global-pad);
  padding-bottom: var(--global-pad);
}
#hero-golf-main p {
  font-size: 2.4em;
  line-height: 1.6666;
}
#hero-golf-main :first-child {
  margin-top: 0;
}
#hero-golf-main :last-child {
  margin-bottom: 0;
}
.split-cols {
  display: flex;
	flex-direction: column;
  gap: var(--global-pad);
}
.split-cols > * {
  flex: 1 1 calc(50% - var(--global-pad));
}
.has-fancy-bg > * {
	z-index: 1;
	position: relative;
}
.fancy-bg {
	position: relative;
	z-index: 0;
	> * {
		position: relative;
	}
}
.fancy-bg:before {
  content: '';
  position: absolute;
	top: calc( -1 * var(--fancy-bg-pad) );
	left: 0;
  width: 100%;
  height: calc( 100% + var(--fancy-bg-pad) );
  z-index: 0;
}

/*   HEADER   */

.hero-golf-header-container {
  display: grid;
	gap: 3em;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
#hero-golf-header {
  background-color: var(--secondary);
  padding-top: calc( var(--global-pad) * .5 );
  padding-bottom: calc( var(--global-pad) * .5 );
}
#hero-golf-header {
	.custom-logo-link {
		width: 20em;
		svg {
			fill: white;
		}
	}
}
.hero-golf-header-mlg-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}
.hero-golf-header-logo {
  margin-right: auto;
  flex: 0 1;
}
.hero-golf-header-menu {
  display: flex;
  justify-content: flex-end;
  gap: 1.25em;
	line-height: 1.15;
  font-weight: bold;
  color: var(--secondary-lighter);
	gap: .5em 1.25em;
	flex-wrap: wrap;
	text-align: right;
	font-size: 3.1cqw;
}
.hero-golf-header-logo img {
  width: auto;
	max-width: 33vw;
  height: auto;
  max-height: 7.5em;
}
.menu-item {
  color: inherit;
}
.menu-item.menu-item-sponsor-registration {
  color: white;
}
/*   /HEADER   */

/*   HERO   */
#hero-golf-main .hero {
  position: relative;
  min-height: 80vh;
  display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
  align-items: stretch;
	padding-top: 0;
	padding-bottom: 0;
}
@media( min-width: 1345px) {
  #hero-golf-main .hero {
    flex-direction: row;
  }
}
.hero > * {
  flex: 1 1 50%;
}
.hero-overlay {
	background-size: cover;
  background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
  aspect-ratio: 1;
}

.hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.hero-content > * {
  padding: 2em 7.5%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-venue-info[class*="hero-venue-info"] {
  font-size: 3em;
  text-align: center;
  color: var(--primary);
  margin: 1em 0 0;
  display: flex;
  flex-direction: column;
}
.hero-venue-info-details {
  color: var(--secondary);
}
.hero-content-description {
  background-color: var(--secondary);
  color: white;
}
.hero-content-description h1 {
  color: inherit;
  font-size: 3.5em;
  text-align: center;
  margin-top: 0;
}
.hero-subtitle[class*="hero-subtitle"] {
  margin: 0;
}
.hero {
  flex-wrap: wrap;
}
.hero-logo {
  height: auto;
}

#hero-golf-main .hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem;
  color: #fff;
}
/*   /HERO   */

/*   WATCH    */
#watch {
  text-align: center;
  background-image: linear-gradient(45deg, var(--secondary), var(--secondary-light));
}
#watch h2 {
  color: var(--primary-light);
}
.youtube-video-wrapper {
  display: flex;
  justify-content: center;
}
.youtube-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
/*   /WATCH    */

/*   SCHEDULE   */
#schedule {
  text-align: center;
  background-image: linear-gradient(45deg, var(--primary), var(--primary-light));
}
.schedule-image-wrapper img {
  width: auto;
  height: auto;
}
/*   /SCHEDULE   */

/*   INTRO   */
#hero-golf-main .intro {
  padding: var(--global-pad) 0;
  text-align: center;
}
.intro-highlight {
  display: flex;
  flex-wrap: wrap;
	flex-direction: column;

}
.intro-highlight > * {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro-highlight-image {
  width: auto;
	height: auto;
}
.intro-highlight-content {
  flex-basis: 34%;
  padding: 5%;
  color: rgb(38, 38, 38);
}
@media (min-width: 1200px) {
  .intro-highlight-content {
    flex-basis: 50em;
  }
}
.fancy-bg.intro-highlight-content:before {
	background-color: var(--primary-dark);
}
.intro-highlight-content-title {
  color: white;
}
.container-intro {
  display: flex;
  flex-direction: column;
  gap: var(--global-pad);
}
/*   /INTRO   */

/*   SPONSOR   */
.become-a-sponsor {
  background-color: var(--secondary);
  color: white;
}
.become-a-sponsor-content h2 {
  color: var(--secondary-lighter);
}

.sponsorship-levels h3,
.sponsorship-levels h4 {
  color: inherit;
	margin-bottom: 0;
}
.sponsorship-levels {
  display: flex;
  flex-direction: column;
  gap: 3em;
  justify-content: space-between;
}
.level-price {
  font-size: 3em;
  font-weight: bold;
}
.level-title[class*="level-title"] {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.sponsorship-levels .btn {
  font-size: 2.8em;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--primary-dark);
	color: white;
}
/*   /SPONSOR   */

/*   SPONSOR CTA   */
.sponsor-cta {
	text-align: center;
}
/*   /SPONSOR CTA   */

/*   SAVING LIVES   */
#hero-golf-main .saving-lives {
  background-color: var(--primary-dark);
	background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22b%22%20data-name%3D%22Layer_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2077.54%2075.91%22%3E%3Cdefs%3E%3Cstyle%3E%20%20%20%20%20%20.e%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.f%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url(%23d)%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.g%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23fec986%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%3CclipPath%20id%3D%22d%22%3E%3Crect%20class%3D%22e%22%20width%3D%2277.54%22%20height%3D%2275.91%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%20data-name%3D%22Layer_1%22%3E%3Cg%20class%3D%22f%22%3E%3Cpath%20class%3D%22g%22%20d%3D%22M58.14%2C66.84c5.67-3.81%2C10.18-8.19%2C13.4-13.01%2C3.98-5.97%2C6.01-12.68%2C6.01-19.94V11.8c-3.01-.41-6.12-.94-9.25-1.58C55.93%2C7.69%2C44.81%2C3.82%2C38.77%2C0c-6.04%2C3.82-17.16%2C7.69-29.52%2C10.22C6.12%2C10.86%2C3.01%2C11.39%2C0%2C11.8v22.1C0%2C41.15%2C2.02%2C47.86%2C6.01%2C53.83c3.22%2C4.83%2C7.73%2C9.2%2C13.4%2C13.01%2C8.6%2C5.77%2C17.33%2C8.48%2C19.37%2C9.07%2C2.04-.58%2C10.77-3.3%2C19.37-9.07M54.99%2C43.52l-16.31%2C16.31-16.3-16.33c-2.8-2.84-5.32-5.96-5.32-10.17%2C0-6.85%2C5.55-12.4%2C12.4-12.4%2C3.67%2C0%2C6.95%2C1.6%2C9.22%2C4.13%2C2.27-2.53%2C5.55-4.13%2C9.22-4.13%2C6.85%2C0%2C12.4%2C5.55%2C12.4%2C12.4%2C0%2C4.21-5.3%2C10.18-5.3%2C10.18M46.26%2C41.51h-5.11v5.11h-5.01v-5.11h-5.11v-5.01h5.11v-5.11h5.01v5.11h5.11v5.01Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	text-align: center;
	background-repeat: no-repeat;
  background-size: 15em 80%;
	background-position: 50% calc(100% - 16em);
  padding-top: 20em;
	h2 {
  	color: white;
		> * {
			display: inline-block;
		}
	}
}
/*   /SAVING LIVES   */

/*   DONATE   */
#donate {
  text-align: center;
  border-bottom: 1px solid var(--primary-lighter);
}
.donate-btn-wrapper {
  font-size: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
#donate .site-phone-number-link {
  font-weight: bold;
}
/*   /DONATE   */

/*   DESERT WILLOW   */
.desert-willow {
  background-color: var(--hero-green-light);
	overflow: hidden;
}
.fancy-bg.desert-willow-content::before {
	background-color: var(--hero-green-dark);
  top: calc( -1 * var(--fancy-bg-pad) * 2 );
  height: calc(100% + var(--global-pad) * 2 + var(--fancy-bg-pad) * 2);
  width: 100vw;
  left: calc(-50vw + 100% / 2);
}
.desert-willow-images-wrapper {
  display: flex;
  flex-direction: column;
	align-items: center;
  gap: var(--global-pad);
	img {
		height: auto;
	}
}
.desert-willow-content {
  color: white;
}
.desert-willow-content h2 {
  color: inherit;
  font-weight: normal;
}
/*   /DESERT WILLOW   */

.become-a-sponsor,
.desert-willow {
  text-align: center;
}

@media (min-width: 996px) {
	.fancy-bg::before {
		top: 0;
		left: calc( -1 * var(--fancy-bg-pad) );
		width: calc( 100% + var(--fancy-bg-pad) );
		height: 100%;
	}
	.fancy-bg.desert-willow-content:before {
		top: calc(-1 * var(--global-pad));
		height: calc(100% + var(--global-pad) * 2);
		width: 100vw;
		left: calc( -1 * var(--fancy-bg-pad) * 2 );
	}
	.intro-highlight {
		flex-direction: row;
	}
  .become-a-sponsor,
  .desert-willow {
    text-align: left;
  }
  .sponsorship-levels .btn {
    margin-left: 0;
  }
	.split-cols {
  	flex-direction: row;
	}
}
@media (min-width: 768px) {
	.hero-golf-header-menu {
		font-size: 2.4em;
	}
}
@media (min-width: 576px) {
	#hero-golf-main .saving-lives {
		background-position: -2.5% 50%;
		padding-top: var(--global-pad);
		padding-left: 13em;
		padding-right: 13em;
	}
}