section#roster, section#schedule, .coach_news, section#gallery {
    padding-top: 2.5rem;
}

section#schedule {
	padding-bottom:3rem;
}

body.tax-sports {
	overflow:visible;
}

section.gallery-section {
	padding-bottom:3rem;
}

section#news {
    padding-block: 4rem !important;
}

body.tax-sports section.gallery-section h2 {
	padding-left:40px!important;
}

body.tax-sports .ast-container,
body.facility-template-default .ast-container{
	max-width: 1600px !important;
	position: relative;
}

.coach_news {
	background-color:#006450;
}

.coach_news .container {
    display: flex !important;
    flex-direction: column;
}

body.tax-sports main,
body.facility-template-default main{
	margin:0px!important;
	padding:0px!important;
}

.banner_caption, .container, header {
    max-width: 1600px;
    margin: 0 auto;
}

body.tax-sports .ast-container,
body.facility-template-default .ast-container{
    max-width: unset !important;
    padding: 0!important;
}

body.tax-sports .sports-tax-page {
	padding: 0 0 60px;
}

#schedule h2 {
    text-align: center;
}

/* Banner wrapper */
body.tax-sports .sports-tax-page .banner_caption,
body.facility-template-default .banner_caption{
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #293540;
}

body.tax-sports .sports-tax-page .banner_caption,
body.facility-template-default .banner_caption {
	min-height: 912px;
}

/* Banner image wrapper */
body.tax-sports .sports-tax-page .sports-banner,
body.facility-template-default .sports-banner{
	position: absolute;
	inset: 0;
	z-index: 1;
	margin-top:-1.4rem;
}

/* Dark overlay above image, below text */
body.tax-sports .sports-tax-page .sports-banner::after,
body.facility-template-default .sports-banner::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.28);
	z-index: 2;
	pointer-events: none;
}

/* Image fills banner */
body.tax-sports .sports-tax-page .sports-banner img,
body.facility-template-default .sports-banner img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Content sitting on top of banner */
body.tax-sports .sports-tax-page .banner_caption > div:last-child,
body.facility-template-default .banner_caption > div:last-child{
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 0 40px 70px;
	margin: 0 auto;
	color: #fff;
}

/* Select wrapper spacing */
body.tax-sports .sports-tax-page .banner_caption select {
	background-color: #d9f2c3;
}

body.tax-sports .sports-tax-page .banner_caption h1,
body.facility-template-default .banner_caption h1{
	margin: 0.5rem 0 0;
	font-size: clamp(40px, 5vw, 72px);
	line-height: 1.05;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
}

/* Nav container */
.tax-sports main nav {
    padding-left: 2.5rem;
	position:sticky;
	top:0;
	z-index:99999;
	background:white;
	max-width: 1600px;
    margin: 0 auto;
    padding-top: 1.5rem;
}

body.tax-sports .sports-tax-page .container,
body.facility-template-default .container{
	margin: 0 auto;
	padding: 0 40px 0;
	background-color:white;
}

.coach_news .container {
    background-color: transparent !important;
}

/* Nav list */
body.tax-sports .sports-tax-page nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.tax-sports .sports-tax-page nav li {
	margin: 0;
	padding: 0;
}

body.tax-sports .sports-tax-page nav a {
	display: inline-block;
	position: relative;
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #293540;
	transition: color 0.2s ease;
}

body.tax-sports .sports-tax-page nav a:hover,
body.tax-sports .sports-tax-page nav a:focus {
	color: #0b7f6d;
	text-decoration:underline;
	text-underline-offset: 6px;
	outline:none
}

/* Active tab example */
body.tax-sports .sports-tax-page nav li.current-menu-item a,
body.tax-sports .sports-tax-page nav li.current_page_item a,
body.tax-sports .sports-tax-page nav li.active a {
	color: #0b7f6d;
}

body.tax-sports .sports-tax-page nav li.current-menu-item a::after,
body.tax-sports .sports-tax-page nav li.current_page_item a::after,
body.tax-sports .sports-tax-page nav li.active a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #0b7f6d;
	border-radius: 999px;
}

section#schedule {
	background-color: #F7F7F7;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	padding-inline:1rem;
}

/**Coach Section*/
#coach {
	display: flex;
	align-items: center;
	gap: 72px;
	padding: 3rem;
	background: #035141;
	border: 2px solid #c9d59a;
	border-radius: 28px;
	width: 100%;
	box-sizing: border-box;
}

#coach > p {
	margin: 0;
	flex: 0 0 290px;
}

#coach > p img {
	display: block;
	width: 100%;
	aspect-ratio:1/1.4;
	object-fit: cover;
	border-radius: 28px;
}

#coach > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 390px;
	flex: 1;
	padding: 18px 0 12px;
}

#coach div.message {
	margin: 0;
	max-width: 720px;
	color: #ffffff;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 300;
	letter-spacing: -0.02em;
}

#coach .coach-name {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

#coach .coach-title {
	margin: 0;
	color: #D2EFB9;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}

/** When the nav is sticky */
.tax-sports main nav.is-sticky {
	padding-top:0!important;
}

.tax-sports main nav.is-sticky ul {
    background-color: #ffffff;
    padding: 0.5rem;
    gap: 1rem;
}

.tax-sports main nav.is-sticky ul:hover {
    background: white;
}

.tax-sports main nav.is-sticky ul li a {
    font-size: 0.75rem;
    padding: 0;
}