#header {
  background-color: #000;
  background-color: rgba(0,0,0,.7);
	background-color: transparent;
	border-bottom: 1px solid white;
}
@media screen and (max-width: 980px) {
#header {
	background-color: #000;
  background-color: rgba(0,0,0,.7);
}
}
#home-testimonial {
	border-top: none !important;
	border-bottom: 5px solid #c8a45b;
  background-image: none !important;
  background-color: black;
}
body:not(.home) #logo img {
  width: auto;
}
#content-full {
  margin-top: 0;
}
#content-full h2 {
  text-align: center;
}
#page-banner {
	padding: 100px 0;
	min-height: calc(100vh - 200px);
	display: flex;
	justify-content: center;
	align-items: center !important;
	border-bottom: 5px solid #c8a45b;
	color:white;
}
#page-banner hr {
  background-color: white;
  max-width: 800px;
  height: 3px;
  margin: auto;
  -webkit-box-shadow: 7px 3px 6px 2px rgba(0,0,0,.3);
  box-shadow: 7px 3px 6px 2px rgba(0,0,0,.3);
}
#page-banner h1 {
	font-size: 55px;
	color:white;
}
@media screen and (max-width: 650px) {
#page-banner h1 {
    font-size: 30px;
  }
}
#page-banner .simpleParallax img {
	min-height: 100%;
}
#page-banner a {
	color:white;
}
#call-to-action {
	margin-top: 20px;
}
#call-to-action .panel-grid {
	max-width: 850px;
	margin: auto;
	gap:20px;
}
#call-to-action .so-widget-sow-editor {
	max-width: 400px;
	margin: auto;
	background: #eb8e39;
  border-color: #eb8e39;
	border-radius: 0.25em 0.25em 0.25em 0.25em;
  padding: 1em;
	line-height: 1.2em;
	cursor: pointer;
}
#call-to-action .so-widget-sow-editor p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 980px) {
	#page-banner {
	padding: 50px 0;
		min-height: 0;
}
}
#milb {
	display: none;
}
#science-behind .arve {
	margin: auto;
}
#groundskeeping {
	position: relative;
	color:white;
	border-top: 5px solid #c8a45b;
	border-bottom: 5px solid #c8a45b;
}
#groundskeeping h2 {
	color:white;
}
#groundskeeping:after {
	display: block;
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.3);
}
#groundskeeping > div {
	position: relative;
	z-index: 2;
}
#ballfield-solutions .swiper-slide {
	width: 100%;
}
#ballfield-solutions .swiper-slide > div {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#ballfield-solutions .widget_sow-button {
	display: none;
}
@media screen and (max-width: 750px) {
	#ballfield-solutions .swiper-slide > div .panel-grid {
	flex-direction: column !important;
		gap:30px !important;
		align-items: center !important;		
}
	#ballfield-solutions .swiper-slide > div .panel-grid .panel-grid-cell {
	width:100%;
}
		#ballfield-solutions .swiper-slide > div .panel-grid .panel-grid-cell:first-child {
	display: none;
}
}
#tips-footer {
	position: relative;
	border-top: 5px solid #c8a45b;
}
#tips-footer:after {
	display: block;
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.3);
}
#tips-footer > .panel-grid-cell {
	max-width: 800px;
	margin: auto;
	color:white;
	position: relative;
	z-index: 2;
}
#tips-footer > .panel-grid-cell strong{
	font-size: 1.5em;
}

/* 1. The Container */
#page-banner {
  position: relative;
  width: 100%;
  overflow: hidden; /* Crops the video boundaries */
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-banner .panel-grid-cell {
	position: static;
}
/* 2. The Video Element */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Forces the video to cover the entire div without distortion */
  z-index: 1; 
}

/* 3. The Content Layer */
#page-banner .widget_sow-editor, #page-banner .panel-layout, #page-banner .widget_sow-image  {
  position: relative;
  z-index: 2; /* Keeps text above the video */
}