/*------------------------------------*\
    RESET
\*------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-image-width: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0 20px 0 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


	abbr[title] {border: none; 
  cursor: inherit !important;
  text-decoration: none !important;}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
	

/* General definitions */
html {
  scroll-behavior: smooth;
}


img {
border-image-width: 0 !important;
max-width: 100%;
height: auto;}

ol, ul {
	list-style: none;
	margin-bottom: 30px;
}

main ol, main ul {
	list-style: disc;
	margin-bottom: 30px;
	margin-left: 20px;
}

main ol li, main ul li {margin-bottom: 15px;}

main .su-column,
.su-column-size-1-2 ul {margin-bottom: 0 !important;}

blockquote, q {
	quotes: none;
	padding: 30px;
	background-color: #e5e5e5;
	max-width: 850px;
	margin: 30px auto;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote p:last-child {margin-bottom: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p:empty {
  display: none;
}

em {font-style: italic;}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/*Clearfix*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}


/***************/
/** STRUCTURE **/
/***************/

/***fonts***/

body {
	font-family:'Figtree', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #000; 
	background: #F7F6F2;
	padding: 18px;
}


@media screen and (max-width: 1130px) {
	body {font-size: 16px; padding: 0px;}
}

h1, h2 {line-height: 0.85;}

.mobmenu-panel.mobmenu-right-panel .mobmenu-right-bt {
	color: #FCD619;  
	right: 5px;
	top: 20px;}

/* background colors */


.footer
 {background-color: #231F20;}
 
.footer-widgets {background-color: #000;}

.header,
.header .logo-img,
section,
.footer,
.home main,
.footer li{
	float: none;
	width: 100%;
	clear: both;
}

main {clear: both; }

.wrapper {
	max-width:1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}

a {color: #000; text-decoration: none;} 

a.button,
.split-content a.button{
	border: none;
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
}

.gform_footer input[type="submit"]:after,
a.button:after {content: " "; border-bottom: 2px solid #000; display: block; margin-top: 4px;}

a.button.light {color: #fff;}
a.button.light:after {border-bottom: 2px solid #fff;}

a.button i {
	display: inline-block; 
	margin-left: 20px; 
	transition: all 0.8s ease;
	}
a.button:hover i {margin-left: 30px;}


.gform_footer input[type="submit"],
.background-box-text a.box-button,
a.box-button {
	background: #FCD619;
	border-radius: 5px 30px;
	box-shadow: 0px 3px 6px #0000001D;
	font-size: 17px;
	font-weight: bold;
	padding: 20px 30px;
	margin-top: 40px;
	display: inline-block;
	transition: all 0.8s ease;
	color: #000;
	text-decoration: none;
	border: none;
}

.gform_footer input[type="submit"]:hover,
a.box-button:hover {border-radius: 30px; background: #fff;}

.gform_footer input[type="submit"] {
	margin-top: 0;
	box-shadow: none;
}

/************/
/** HEADER **/
/************/

.pre-content {
	text-align: right;  
	position: relative; 
	padding: 0 0 0 0; 
	width: calc(100% - 190px); 
	vertical-align: middle; 
	display: inline-block;
	margin-bottom: -10px;}

@media screen and (max-width: 800px)
{
	.pre-content:before {display: none;}
	.pre-content {display: blocl; width: 100%; margin: 0; padding-right: 0;}
}

.pre-header-unit {
	display: inline-block; 
	text-align: right; 
	margin-left: 20px; 
	padding: 5px 30px;
	border-radius: 5px 30px;
	background: #FCD619;  
	position: absolute;
	top: -10px;
	right: 0px;
	transition: all 0.8s ease;
	}
.pre-header-unit:hover {background: #fff; border-radius: 30px;} 
.pre-header-unit a {color: #000; font-size: 16px; font-weight: bold;}
.pre-header-unit a:hover {color: #000;}



.pre-header-unit-s {margin-top: 15px; text-align: right; display: block;}

.header-row {
	background-color: rgba(0,0,0,0.7); 
	border-radius: 5px 30px 0px 0px;
	margin-bottom: -110px;
	position: relative;
	/*position: sticky; top: 50px;*/
	z-index: 2;}

.header-row .wrapper {padding: 25px 0;}

.footer-widgets .wrapper,
.header-row .wrapper,
.header .wrapper {max-width: none;}

.header-row .logo {
	display: inline-block;
	width: 180px;
	font-size: 0;
	vertical-align: middle;
}

.header-row .nav {
	display: block;
	float: none;
	font-size: 0;
}

.header-row .nav > ul{
	font-size: 20px;
	float: none;
	width: 100%;
	line-height: 1em;
	margin-bottom: 0;
}

.header-row .nav > ul > li{
	display: inline-block;
	margin: 0 0 0 25px;
	position: relative;
	padding-bottom: 10px;
}
.header-row .nav > ul > li:first-child{
	margin: 0;
}
.header-row .nav li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.8s ease;
}
.header-row .nav li a:hover{
	color: #FCD619;
}

.header-row .menu-item-has-children>a  {cursor: default;}

.header-row .menu-item-has-children:after {
	content: '\f0dd'; 
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
	font-size: 12px; 
	color: #fff;
	position: relative;
	top: -4px;}


.header-row .nav .sub-menu{
  opacity: 0;
  pointer-events: none;
	left: 0;
	padding-top: 10px;
	position: absolute;
	text-align: left;
	top: 99%;
	z-index: 1000;
}

.header-row .nav li:last-child .sub-menu{
	display: none;
	left: auto;
	right: 0;
	padding-top: 10px;
	position: absolute;
	text-align: right;
	top: 99%;
	z-index: 1000;
}

.header-row .nav li:hover .sub-menu{
  opacity: 1;
  pointer-events: auto;
	background: #FCD619;
	border-radius: 5px 20px;
	padding-bottom: 15px;
	transition: all 0.4s ease;
}
.header-row .nav .sub-menu a{
	float: left;
	height: auto;
	line-height: 1.2em;
	padding: 5px 20px;
	width: 250px;
	color: #000;
	text-transform: none;
	font-size: 18px;
	font-weight: 600;
}
.header-row .nav .sub-menu a:hover{
	color: #231F20;
	text-decoration: none;
}


@media screen and (max-width: 1130px)
{
	.header-row,
	.header-row .nav,
	.pre-header-unit-s,
	.header-row .logo {
		display: none;
	}
	.pre-content {display: none;}
	.pre-header-unit {margin-top: 10px;}
	.pre-header-unit:first-child {margin-left: 0;}
}

@media screen and (max-width: 900px)
{
	.header-row .logo {
		width: 150px;
	}
}

.header-wrapper {margin: 0 auto; position: relative;}

/*
.header {
	padding-top: 450px;
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.6)), var(--bg-desktop);
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: left;
	border-radius: 5px 30px 5px 30px;
}
*/

.header {
padding-top: 120px;
max-height: calc(100vh - 37px); 
height: 800px;
display: flex;
align-items: flex-end;
	
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.6)), var(--bg-desktop);
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: left;
	border-radius: 5px 30px 5px 30px;
}

.not-home.page-template-template-events .header,
.home .header {height: 1000px;}

.header-split-section {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
	width: 100%;}
	
.header-split {	
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding: 550px 40px 40px 40px;
	display: block;
	flex: 0 1 calc(50%);
	font-size: 18px;
	color: #fff;
	border-radius: 5px 30px 0px 0px;
}

.header-split-1 {border-radius: 5px 0px 0px 30px;}
.header-split-2 {border-radius: 0px 30px 5px 0px;}

.header-split h1 {
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 20px;
  max-width: 515px;}
  
.header-split-text {max-width: 500px;}

.split-date  {
	background: #FCD619;
	border-radius: 5px 15px;
	box-shadow: 0px 3px 6px #0000001D;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-bottom: 30px;
	display: inline-block;
	color: #000;
}


@media (max-width: 1130px)
{
	
.header-split-1 {border-radius: 0px 0px 0px 0px;}
.header-split-2 {border-radius: 0px 0px 5px 30px;}
  .header-split {flex: 0 1 calc(100%); padding-top: 150px;}  
  .header-split h1 {font-size: 35px;}
  .header {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6)), var(--bg-mobile);	
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	border-radius: 0px 0px 5px 30px;
  }
}

a.floating-button {
	position: fixed;
	bottom: calc(25px + env(safe-area-inset-bottom));
	right: 25px;   
	background: #FCD619;
	border-radius: 5px 30px;
	box-shadow: 0px 3px 6px #0000001D;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 30px;
	display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
	transition: all 0.8s ease;
	z-index: 9999;
	pointer-events: none;
}


a.floating-button.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

a.floating-button:hover {border-radius: 30px; background: #fff; }

@media (max-width: 800px)
{
	a.floating-button {font-size: 14px;}
}

.banner-title {
	color: #fff;
	padding-bottom: 40px;
	}
	
	
.banner-title h1 { 
	color: #fff; 
	text-transform: uppercase;
	font-size: 71px;
	font-weight: 900;
	margin-bottom: 20px;
	max-width: 675px;}
	
.banner-title p {max-width: 500px;}	

@media screen and (max-width:800px)
{
	.banner-title h1 {font-size: 41px;}
}

/*****************/
/**   CONTENT   **/
/*****************/

main { clear: both;}

.home main {padding-top: 0;}

.search-results main .wrapper {max-width: 700px; padding: 40px 0;}

.page-content .tiled-gallery {margin: 40px 0;}

@media screen and (max-width: 850px)
{
	.alignleft, .alignright {float: none; display: block; margin: 0 auto 20px auto;}
}


.blog-loop article {clear: both;}
.post .date {margin-bottom: 20px;}

.loop-image {display: inline-block; width: 30%; vertical-align: top;}
.loop-image img {
	max-width: 100%;
	height: auto;
	padding-right: 30px;}
.loop-content {display: inline-block; margin-bottom: 30px;}
.loop-content h2 {font-size: 45px; 
	}

 p {margin-bottom: 30px;}
 p:last-child {margin-bottom: 0;}
.page-content img {max-width: 100%; height: auto;}

.split-box .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 120px 0 0 0; 
  max-width: 1200px;
}


.split-box.contact .wrapper {
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
  padding: 120px 0; 
  max-width: 1200px;
}

.split-box.contact p {font-weight: normal; color: #787878;}
.split-box.contact strong {display: inline-block; color: #000; margin-bottom: 5px;}

.split-image img {
  width: 100%;
  border-radius: 5px 20px;
  display: block;
  margin: 0;
}

.split-content a {text-decoration: underline; }

.split-box h2 {
  font-size: 66px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
}

.support-iwwc .split-box ul {margin: 20px 0;}
.support-iwwc .split-box li {
	display: inline-block; 
	margin-right:10px; 
	background: #FCD619;
	border-radius: 5px 15px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	
	}

.split-box.split-instagram .wrapper {max-width: 900px; padding-top: 60px; padding-bottom: 80px;}
.split-box.split-instagram .pre-title {margin-bottom: 40px;}
.split-box.split-instagram .pre-title i {
	display: inline-block; 
	font-size: 40px; 
	position: relative;
	top: 10px;}
.split-box.split-instagram .split-content h2 {max-width: 390px; margin-bottom: 0;} 

.split-box.split-athletes {
	color: #fff; 
	background: #000; 
	border-radius: 5px 20px;
	margin-top: 120px;
	overflow: visible;}
.split-box.split-athletes .split-image h3 {
	font-size: 50px;
	color: #FCD619;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 1;
}	

.split-box.split-athletes .wrapper {padding: 0; align-items: start; }
.split-box.split-athletes .split-content {position: sticky; padding-top: 85px; top: 85px;}
.split-box.split-athletes .split-image {border-left: 1px solid #3f3d3d; border-right: 1px solid #3f3d3d;}
.home-athlete-info {padding: 40px; border-bottom: 1px solid #3f3d3d;}
.home-athlete {display: block;}
a.home-athlete {color: #fff;}
.home-athlete:first-child {border-bottom: none; padding-top: 60px;}
.home-athlete:last-child {padding-bottom: 60px;}
.home-athlete:last-child .home-athlete-info {border-bottom: none;}
.split-box.split-athletes .split-image img {
	margin-top: 25px;
	position: relative;
	right: 25px;
}
.home-athletes-intro {padding-bottom: 80px;}

@media (max-width: 800px) {
	.wrapper {width: 90%;}

  .split-box.contact .wrapper,	
  .split-box .wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .split-box h2 {
    font-size: 41px;
  }
  .split-box.split-athletes .split-image h3 {font-size: 35px;}
  .split-box.split-athletes .split-content {position: static;}
  .split-box.split-athletes .split-image {border: none;}
  .split-box.split-athletes .split-image img {right: 0;}
  .home-athlete-info {border-top: none; border-bottom: none; padding: 20px 0;}
  .home-athlete {border-top: 1px solid #3f3d3d;}
  .home-athlete:first-child {padding-top: 0;}
  .home-athlete:last-child {padding-bottom: 0;}
  .home-athletes-intro {padding-bottom: 0;}
  .split-box.split-athletes .split-content {padding-top: 40px;}
  .split-box.split-instagram .wrapper > *:last-child {
    order: -1;
  }
}

.go-buttons {
	border-top: 1px solid #e1e0dc; 
	border-bottom: 1px solid #e1e0dc;
	margin: 80px 0;
	}

.go-buttons .wrapper{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
	width: 100%;}
	
.go-buttons-header {
	text-align: center; 
	margin-top: 120px;
	text-transform: uppercase;
	font-size: 49px;
	font-weight: 900;}	

.go-button
{
	display: block;
	flex: 0 1 calc(33% - 20px);
	padding: 30px;
	text-decoration: none;
	font-size: 18px;
	border-right:  1px solid #e1e0dc;
	position: relative;
	padding-bottom: 100px;
}	

.go-button:last-child {border-right: none;}

.go-button h3{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 30px;
	margin-top: 50px;
  }
  
.go-button a {display: block; margin-top: 40px; position: absolute; bottom: 30px;}

.go-button .go-icon {position: absolute; top: -20px;}
.go-button .go-icon img {width: 72px;}



@media (max-width: 900px)
{
	.go-buttons-header {font-size: 35px;}
	.go-buttons {border: none; margin-bottom: 0;}
	.go-button {border-top: 1px solid #e1e0dc; border-right: none; border-left: none; width: 100%; flex: 0 1 calc(100%); margin: 10px 0; }
}


.options-section {margin: 120px 0;}
.options-section h2 {
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
  max-width: 555px;
}

@media (max-width: 1000px)
{
	.options-section {margin-bottom: 0;}
	.options-section h2 {font-size: 41px;}
}

.event-details {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr; 
  grid-template-areas:
    "who image-top where"
    "image-left when image-right";
  gap: 0;
  margin: 150px auto 150px auto;
  border-top: 1px solid #e1e0dc;
  border-bottom: 1px solid #e1e0dc;
  overflow: visible;
}

/* Assign areas */
.who { grid-area: who; }
.image-top { grid-area: image-top; }
.where { grid-area: where; }
.image-left { grid-area: image-left; }
.when { grid-area: when; }
.image-right { grid-area: image-right; }

/* Card styling */
.card {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.card.when {padding-top: 80px;}

.card.card-img {
  padding: 0; 
  overflow: visible;}

/* Images */
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

.card.image-top img {border-radius: 19px 19px 0px 0px; transform: translateY(-40px);}
.card.image-left img {border-radius: 0px 0px 30px 0px; transform: translateY(40px);}
.card.image-right img {border-radius: 0px 0px 0px 30px; transform: translateY(40px); }

.image-left,
.when,
.image-right {
  margin-top: -80px; /* adjust to match your overlap */
}

.card h4 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 25px;
}

.card p {
}

.mobile-event-gallery {display: none;}

@media (max-width: 1000px) {
	.mobile-event-gallery {display: block;}
	.card {border-bottom: 1px solid #e1e0dc;}
	.card.when {margin-top: 0; padding-top: 30px;}
	.card.card-img {display: none;}	
  .event-details {
	 margin: 30px auto;
	 border: none;
	grid-template-columns: 1fr;
	grid-template-areas:
	  "image-top"
	  "who"
	  "where"
	  "image-left"
	  "when"
	  "image-right";
  }

}

.schedule-table {
	background: #000000;
	color: #fff;
	padding: 40px 0;
	border-radius: 5px 30px;
	margin-bottom: 120px;
}

.schedule-header {font-size: 0;}

.schedule-table h2 {
	font-size: 66px;
	font-weight: 900;
	margin-bottom: 30px;
	display: inline-block;
	width: 70%
}

.schedule-date {
	display: inline-block;
	font-size: 22px;
	text-align: right;
	width: 30%;
}

.time-row {border-top: 1px solid #282727; font-size: 0;}

.time-time {
	color:#FCD619;
	font-size: 27px;
	font-weight: 900;
	display: inline-block;
	width: 14%;
	border-right: 1px solid #282727;
	padding: 15px 25px 15px 0;
	vertical-align: top;}
	
.time-title {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 900;
	display: inline-block;
	padding-left: 25px;
	width: 43%;
	vertical-align: top;
	padding: 15px 25px 15px 25px;}	


.time-text {
	font-size: 17px;
	font-weight: normal;
	display: inline-block;
	text-align: right;
	padding-left: 25px;
	width: 43%;
	vertical-align: top;
	padding: 15px 0 15px 0;}	

@media (max-width: 1000px)
{
	.schedule-table {margin-bottom: 30px;}
	.schedule-table h2 {font-size: 41px; display: block; width: 100%; margin-bottom: 10px;}
	.schedule-date {font-size: 16px; display: block; width: 100%; text-align: left; margin-bottom: 30px;}
	.time-time {border: none; width: 20%;}
	.time-title {width: 80%;}
	.time-text {display: block; text-align: left; padding-top: 0; width: 100%;}
}

.event-carousel {
  margin-bottom: 120px; border-bottom: 1px solid #e1e0dc; border-top: 1px solid #e1e0dc; padding: 10px 0;}

.swiper-bi {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
}

.swiper-slide img {border-radius: 30px;display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;}

/* Hide default arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@media (max-width: 1000px)
{
	.swiper-bi {height: 150px; margin-bottom: 30px;}
}

.background-box {
	background-size: cover;
	background-position: 50% 50%;
	padding: 40px;
	margin-bottom: 120px;
	margin-top: 120px;
	text-align: right;
	border-radius: 5px 30px;
}

.background-box-text {
	color: #fff;
	background: rgba(0,0,0,0.7);
	padding: 30px;
	font-size: 24px;
	max-width: 450px;
	display: inline-block;
	text-align: left;
	border-radius: 5px 30px;}
	
.background-box-text.smaller {font-size: 18px; max-width: 700px;}	
	
.background-box-text h2 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
  }	
	
.background-box-text strong {color: #FCD619;}	

.background-box-text a {color: #fff; text-decoration: underline;}

.supporter-box {
	background: transparent linear-gradient(73deg, #000000 0%, #373234 100%) 0% 0% no-repeat padding-box;
	padding: 40px;
	margin-bottom: 120px;
	text-align: center;
	border-radius: 5px 30px;
	color: #fff;
}

.supporter-box-text  {max-width: 750px; margin: 0 auto;}
.supporter-box-text img {width: 170px;}
.supporter-box-text h3 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  margin: 20px auto;
  line-height: 1;
  }
.supporter-box-text a {color: #fff; text-decoration: underline;} 

.other-events {padding-top: 30px; border-top: 1px solid #e1e0dc; margin-top: 20px;}

.other-events-section {margin: 120px 0; font-size: 0;}
.other-events-section h2 {
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1;
  max-width: 555px;
}

.featured-other-event {
	background-size: cover;
	background-position: 50% 50%;
	padding: 30px;
	display: inline-block;
	width: 60%;
	border-radius: 5px 30px;
	box-shadow: inset 0 0 0 1000px #0007;
	color: #fff;
	position: relative;
	vertical-align: top;
}

.featured-other-event h3
 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1;
}


.split-image .featured-other-event {width: 100%; margin-bottom: 20px;}
.split-image .featured-other-event h3 {font-size: 35px;}

.other-event-info {font-size: 18px;}
.other-event-info h3 {max-width: 550px;}
.other-event-info p {max-width: 500px; padding-right: 40px;}

.featured-athlete  .arrow-img,
.featured-other-event .arrow-img {
	height: 40px;
	width: 40px; 
	position: absolute; 
	bottom: 10px; 
	right: 20px;
	background-image: url('/wp-content/uploads/2026/04/icon_circle-arrow_dark.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.featured-other-event:hover {box-shadow: inset 0 0 0 1000px #0009;}

.upcoming-events {
	display: inline-block;
	width: 40%;
	font-size: 17px;
	vertical-align: top;}

.upcoming-events.fullwidth {width: 100%; display: block;}
	
.upcoming-event {border-bottom: 1px solid #e1e0dc; padding: 20px 30px 0px 30px; font-size: 0;}	
.upcoming-event:first-child {padding-top: 0; }	
	
.upcoming-event h3	
{
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1;}

.upcoming-event a.button {margin-top: 10px;}

.upcoming-event-date {font-size: 16px; font-style: italic; margin: 5px 0; font-weight: normal;}

.upcoming-event-details {
	font-size: 17px; 
	display: inline-block;
	width: 80%;
	vertical-align: top;
	padding-bottom: 20px;}

.fullwidth .upcoming-event-details {width: 30%; padding-right: 40px;}	
	
.upcoming-event-link {
	font-size: 17px; 
	display: inline-block;
	width: 20%;
	vertical-align: top;
	text-align: right;}	


.fullwidth .upcoming-event-link {width: 5%;}		
	
.upcoming-event-who {
	font-size: 17px; 
	display: inline-block;
	width: 45%;
	vertical-align: top;}
	
.upcoming-event-image {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	padding-right: 30px;}
	
.upcoming-event-image img {
		border-radius: 5px 5px 5px 30px;
		margin-bottom: 10px;
	}
	
@media (max-width: 1000px)
{
	.supporter-box-text h3 {font-size: 28px;}
	.background-box-text h2 {font-size: 37px;}
	.background-box {padding-top: 350px;}
	.background-box-text {font-size: 22px;}
	.other-events-section h2 {font-size: 41px;}
	.featured-other-event h3 {font-size: 37px; margin-bottom: 15px;}
	.upcoming-event {padding-bottom: 20px;}
	.upcoming-events,
	.featured-other-event {display: block; width: 100%;}
	.upcoming-event-list {margin-top: 40px;}
	.upcoming-event-who {width: 95%; padding-right: 30px;}
	.upcoming-event-image  {width: 100%; margin-bottom: 20px; display: block;}
	.fullwidth .upcoming-event-details {width: 100%; display: block;}
}



.dark-box {
	background-size: cover;
	background-position: 50% 50%;
	padding: 80px 40px;
	margin-bottom: 0;
	text-align: left;
	border-radius: 5px 30px;
	margin-top: 120px;
}

.dark-box-text {
	color: #fff;
	font-size: 24px;
	max-width: 850px;
	display: inline-block;
	text-align: left;}
	
	
.dark-box-text h2 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
  }	
  
 
.dark-box-text h3 {
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
  }	 
	
.background-box-text strong {color: #FCD619;}	

@media (max-width: 1130px)
	{
		.dark-box-text {font-size: 20px;}
	}



.donate-box {
  background: transparent linear-gradient(68deg, #000000 0%, #231F20 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px 30px;
  padding: 60px 0;
  color: #fff;
  margin: 120px 0 0 0;
}

.donate-inner {
  position: relative; /* IMPORTANT */
  margin: 0 auto;
  text-align: center;
}

.donate-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 auto;
}

.donate-image {
  position: absolute;
  z-index: 1;
  font-size: 0;
}

.donate-image img {
  width: 350px;
  border-radius: 5px 20px;
}

.donate-image-left {
  top: -60px;
  left: 0;
}

.donate-image-right {
  bottom: -60px;
  right: 0;
}

.donate-content {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

.donate-content strong {color: #FCD619;}

.donate-content h2 {
  font-size: 66px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
}

@media (max-width: 1250px) {  
	.donate-box {padding: 30px 0;}
  .donate-content h2 {font-size: 35px}
  .donate-image {
    position: static;
    margin: 20px auto;
  }

  .donate-image img {
    width: 100%;
    max-width: 300px;
  }
  .donate-image-left {margin-bottom: 40px;}
  .donate-image-right {margin-top: 40px;}
}


.athletes-main {
  display: flex;
  justify-content: center; 
  gap: 30px; 
  padding: 120px 0 0 0; 
  align-items: stretch; 
  flex-wrap: wrap;
  margin-bottom: 60px;
}


.featured-athlete {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  flex-direction: column;
  justify-content: flex-end;
	background-size: cover;
	background-position: 50% 50%;
	padding: 450px 20px 20px 20px;
	display: inline-block;
	border-radius: 5px 30px;
	color: #fff;
	position: relative;
  overflow: hidden;
  transition: transform 0.6s ease; 
}

.featured-athlete h3
 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}

.featured-athlete-info {
  transform: translateY(calc(100% - 40px)); /* adjust 60px to title height */
  transition: transform 0.6s ease; 
  height: 60px;
}

.featured-athlete-bio {max-width: 80%;}

.featured-athlete:hover .featured-athlete-info  {
  transform: translateY(-100px);
}

.featured-athlete:hover {
	box-shadow: inset 0 0 0 1000px #0006;}

@media (max-width: 1130px) {
    .featured-athlete {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-athlete h3 {font-size: 25px;}
  .featured-athlete-info {transform: translateY(-140px);}
}

.coaches-section {
  margin: 120px auto;
  max-width: 1000px;}

.coaches-section h2
 {
  text-transform: uppercase;
  font-size: 57px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}


.coaches-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: center; /* centers last row */
}

.featured-coach:hover { opacity: 0.7;}


.featured-coach img {border-radius: 5px 30px;}

.featured-coach h3 
 {
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 15px;
}


.featured-coach h4 
 {
  text-transform: normal;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

/* 2 per row */
@media (max-width: 900px) {
  .coaches-main  {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 1 per row */
@media (max-width: 400px) {
  .coaches-main  {
    grid-template-columns: 1fr;
  }
}

.athlete-highlight {
	font-weight: 600; 
	font-size: 23px; 
	border-bottom: 1px solid #e7e6e3;
	padding-bottom: 20px;
	margin-bottom: 20px;}
	
.coaches-all {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1000px; 
  margin: 120px auto;  
}

.coach-single {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* Alternate layout */
.coach-single.reverse {
  flex-direction: row-reverse;
}

/* Image + content */
.coach-single-image{
  flex: 0 0 calc(30% - 30px);
}
.coach-single-info {
  flex: 0 0 calc(70% - 30px);
}

.coach-single-image img {
  width: 100%;
  height: auto;
  display: block;
}

.coach-single-info h2 {
	text-transform: uppercase;
	font-weight: 900; 
	font-size: 71px; 
	margin-bottom: 10px;
	line-height: 0.9;
	max-width: 482px;}
.coach-single-info h3 {
	font-weight: 600; 
	font-size: 27px; 
	border-bottom: 1px solid #e7e6e3;
	padding-bottom: 30px;
	margin-bottom: 20px;}

/* Mobile */
@media (max-width: 1000px) {
	

	.coach-single-image{
	  flex: 0 0 calc(100%);
	}
	.coach-single-info {
	  flex: 0 0 calc(100%);
	  overflow-wrap: break-word;
	}
	
  .coach-single,
  .coach-single.reverse {
    flex-direction: column;
  }

  .coach-single-image {
    order: -1; /* forces image on top */
  }
  
  .coach-single-info h2 {font-size: 35px;}
  .coach-single-info h3 {font-size: 20px;}
  
  .coach-single-image img {max-width: 250px; display: block; margin: 0 auto;}
  
}	

.supporter-icon img {border-radius: 100px;}

.support-banner {
	background: transparent linear-gradient(74deg, #000000 0%, #373234 100%) 0% 0% no-repeat padding-box;
	padding: 60px 0;
	color: #fff;
	border-radius: 5px 30px;
	margin: 120px 0;
	text-align: center;
}

.support-banner .wrapper {max-width: 650px; margin: 0 auto;}

.support-banner h2 {
	text-transform: uppercase;
	font-weight: 900; 
	font-size: 66px; 
	margin-bottom: 20px;
	line-height: 0.9;}
	
.support-banner .support-buttons {margin-top: 30px;}	

.support-banner .support-buttons a {
	text-transform: uppercase;
	background: #FCD619;
	border-radius: 5px 30px;
	box-shadow: 0px 3px 6px #0000001D;
	font-size: 17px;
	font-weight: bold;
	padding: 20px 30px;
	margin: 10px;
	display: inline-block;
	transition: all 0.8s ease;
	width: 40%;
}	

.support-banner .support-buttons a:hover {background: #fff; border-radius: 30px;}

@media (max-width:800px)
{
	.support-banner {margin-top: 0;}
	.support-banner h2 {font-size: 44px;}
	.support-banner .support-buttons a {width: 100%; display: block;}	
}

/** blog posts and default template pages **/

.simple-content {padding: 60px 0; font-size: 19px; font-weight: normal;}
.simple-content .wrapper {max-width: 1000px;}

.simple-content .date {font-weight: 600; font-style: italic;}

.content-box {padding: 30px 0;}

.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
	text-transform: uppercase;
	font-weight: 900; 
	margin-bottom: 20px;
	line-height: 0.9;
}


.content-box h2 {font-size: 57px;}
.content-box h3 {font-size: 38px;}
.content-box h4 {font-size: 28px;}
.content-box h5 {font-size: 19px;}
.content-box h6 {font-size: 17px;}

.content-box a {text-decoration: underline; color: #656565;}
.content-box a:hover {color: #000000;}

.content-box img {border-radius: 5px 30px;}

@media (max-width: 800px) {		
	.simple-content  {font-size: 17px;}
	.content-box h2 {font-size: 42px;}
	.content-box h3 {font-size: 28px;}
	.content-box h4 {font-size: 20px;}
	.content-box h5 {font-size: 18px;}
	.content-box h6 {font-size: 16px;}

}


.all-posts {
	border-top: 1px solid #e1e0dc;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
	gap: 0;
}	

.news-header {
	display: grid;
	grid-template-columns: repeat(2, 1fr); 
	align-items: center; /* vertical centering */
	gap: 0;
}	

.all-news-link a.button {margin: 0; }
.all-news-link {text-align: right; }


.news-header h2 {
	text-transform: uppercase;
	font-weight: 900; 
	margin-bottom: 20px;
	line-height: 0.9;
	font-size: 41px;
}

.news-item {
	border-bottom: 1px solid #e1e0dc; 
	border-right: 1px solid #e1e0dc; 
	padding: 40px;
	width: 100%;
	box-sizing: border-box;}

.news-item:nth-child(3n) {
  border-right: none;
}	

.news-item:hover {opacity: 0.8;}
	
.news-item h3	
{
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1;}

.news-item-date {font-size: 16px; font-style: italic; margin: 5px 0; font-weight: normal;}

.news-item-details {
	font-size: 17px; 
	}

.news-item-image {
	margin-bottom: 20px;
	}


	
.news-item-image img {
		border-radius: 5px 30px;
	}
		
	
@media (max-width: 1000px)
{
	.all-posts  { 
		grid-template-columns: 1fr;
	}
	.news-item {border-right: none;}
}




.board-section {
  margin: 120px 0;
  background: transparent linear-gradient(32deg, #000000 0%, #231F20 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px 30px;
  color: #fff;
  padding: 80px 0;
}

.board-section .wrapper  {max-width: 1000px;}

.board-section h2
 {
  text-transform: uppercase;
  font-size: 57px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}

.board-header {max-width: 550px; margin-bottom: 50px;}

.board-frame {border: 1px solid #3d3a3b;}

.board-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  justify-content: center; /* centers last row */
  max-width: 1000px;
  margin: 0 auto;
  border-left: 1px solid #3d3a3b;
  border-right: 1px solid #3d3a3b;
}

.featured-board {
	padding: 25px; 
	border-right: 1px solid #3d3a3b;
	border-bottom: 1px solid #3d3a3b;}

/* Remove bottom border from last row */
.featured-board:nth-last-child(-n + 4) {
  border-bottom: none;
}

.featured-board:nth-child(4n) {
  border-right: none;
}

.featured-board img {border-radius: 5px 30px;}

.featured-board h3 
 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #FCD619;
}


.featured-board h4 
 {
  text-transform: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

/* 1 per row */
@media (max-width: 1000px) {
  .board-main  {
    grid-template-columns: 2fr;
  }
  .featured-board {
    border-left: none;
    border-right: none;
	border-top: none;
	border-bottom: 1px solid #3d3a3b
  }
	.featured-board:nth-last-child(-n + 4) {
		border-bottom: 1px solid #3d3a3b
	}
}



.question-banner {
	padding: 60px 0;
	border-radius: 5px 30px;
	margin: 120px 0;
	text-align: center;
}

.question-banner .wrapper {max-width: 900px; margin: 0 auto;}

.question-banner p {max-width: 750px; margin: 0 auto 15px auto;}

.question-banner h2 {
	text-transform: uppercase;
	font-weight: 900; 
	font-size: 66px; 
	margin-bottom: 30px;
	line-height: 0.9;}
	

@media (max-width:800px)
{
	.question-banner {margin-top: 0;}
	.question-banner h2 {font-size: 44px;}
}



input.search-input   {
  display: inline-block;
  max-width: 100%;
  padding: 5px 20px;
  background: #fff;
  border: 3px solid #173B6D;
  border-radius: 5px;
  color: #173B6D;
  font-weight: 500;
}


#post-404 {margin: 50px auto;}

.divider {clear: both;}

.gform_confirmation_message {
	color: #fff  !important;
	background: green !important;
	padding: 20px  !important;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  border: none !important;
  box-shadow: none !important; /* removes default focus glow */
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #000; /* your color */
  outline: none; /* removes default browser outline */
}

.page-content .gform_wrapper h2.gsection_title {font-size: 35px; padding-top: 40px !important;}

.rtecenter {text-align: center;}


.su-divider {max-width: 60%; margin: 40px auto 0 auto !important;}


/************/
/** FOOTER **/
/************/
.footer{
	color: #fff;
	padding: 15px 0;
	font-size: 0;
	border-radius: 0 0 5px 30px;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}

.footer-widgets {padding: 20px 0; clear: both; font-size: 0; border-radius: 5px 30px 0px 0px;}
.footer-widgets h2 {font-size: 22px; margin-bottom: 15px;}

.footer-widget {
	display: inline-block; 
	vertical-align: middle; 
	padding-right: 30px; 
	font-size: 20px;
	}
	
.footer-widget.footer-logo	{width: 20%;}
.footer-widget.footer-links	{width: 60%;}
.footer-widget.social-links	{width: 20%;}

.footer-widget.footer-logo img {max-width: 150px;}

.footer-widget.footer-links a {
	color: #fff; 
	text-transform: uppercase; 
	}

.footer-widget.footer-links a:hover {color: #FCD619;}

.footer-widget.footer-links ul {margin: 0;}
.footer-widget.footer-links li {display: inline-block; margin-right: 30px;}
.footer-widget.footer-links li:last-child {margin-right: 0;}

.copyright {
	margin: 0; 
	font-size: 14px; 
	font-weight: normal; 
	color: #fff; 
	text-align: center;
	border-radius: 0 0 5px 30px;}
.copyright a {font-weight: normal; color: #fff; }	
.footer .social-links {text-align: right; padding-right: 0;}



.social-links {text-align: right; padding: 0;}
.social-links i {
	display: inline-block;
	color: #fff;
}
	
.social-links a:hover i {color: #FCD619;}


@media screen and (max-width: 800px)
{
	.footer span {display: block;}
	.footer-widget {
		width: 100% !important; 
		margin: 30px 0 0 0; 
		padding: 0; 
		text-align: center !important;}
	.footer-widget.footer-logo img {max-width: 200px;}
}

/* responsive */



@media screen and (max-width: 900px) {
	.alignnone {margin: 0;}
}	
 

@media screen and (max-width: 765px) {
	.pre-header {text-align: left;}
	
	
	.loop-image, .loop-content {width: 100%; padding: 0;}
	
	.home-button {margin: 0;}
	.content-block {padding-top: 30px;}
	.lyte-wrapper {margin: 0 !important;}
}	
 
@media screen and (max-width: 550px) {
	.home-content h1 {font-size: 30px;}
	.home-content h2 {font-size: 30px;}
	.alignright {float: none; display: block; margin: 30px auto;}
	
	.ph-search {display: none;}
	.ph-cart {border: none; padding-left: 0;}
	.home-featured-title {font-size: 25px;}
	.posts-entry {width: 100%; padding: 0;}
	.posts-left {margin-top: 30px;}
	.footer-widgets {padding-top: 0;}
	.footer-widget {width: 100%; margin-top: 30px;}
	.pre-header-unit {margin-top: 10px; margin-left: 0;}
}


@media screen and (max-width: 450px) {

	.home-content {padding-top: 0;}
}