@import url('https://fonts.googleapis.com/css2?family=Quicksand:ital,wght@0,400;0,600;1,300;1,600&display=swap');

body {
	padding: 0;
	margin: 0;
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
img {
	max-width: 100%;
}
#header {
	 position: relative;
	 width: 100%;
	 max-width: 1600px;
	 margin: auto;
}
#headerContent {
	position: relative;
	width: 96%;
	max-width: 1600px;
	height: 135px;
	margin: auto;
	display: table;
}
#logo {
	position: relative;
	width: 40%;
	padding-top: 5px;
	padding-bottom: 3px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#logo img {
	position: relative;
	width: auto;
	max-height: 125px;
	border: none;
}
#navigation {
	position: relative;
	clear: both;
	width: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
	display: table-cell;
	vertical-align: middle;
	z-index: 100;
}
#navigation ul {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
#navigation ul li {
	text-align: center;
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: 300;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
}
#navigation ul li a {
	color: #333333;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #333333;
	text-decoration: none;
}
#contact {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #666666;
	text-align: right;
}
#headbreak {
	clear: both;
	width: 100%;
	height: 3px;
	background-color: #5488A9;
}
#mainContainer {
	position: relative;
	width: 100%;
	height: 85vh;
	max-height: 859px;
	overflow: hidden;
}
h1 {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 99%;
	font-weight: 600;
	color: #333333;
	text-align: center;
	text-shadow: 4px 4px 8px rgba(0,0,0,0.10);
}
h2 {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 99%;
	font-weight: 600;
	color: #333333;
	text-align: center;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.10);
}
h3 {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 99%;
	font-weight: 600;
	color: #333333;
	text-align: center;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.10);
}
h4 {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 99%;
	font-weight: 600;
	color: #333333;
	text-align: center;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.10);
}
.basicText {
	font-size: 18px;
	line-height: 165%;
}
.largeText {
	font-size: 24px;
	line-height: 165%;
	font-weight: 600;
}
.redText {
	font-size: 24px;
	line-height: 100%;
	font-weight: 600;
	color: #CC0000;
}
.largeText a {
	color: #2EAC6D;
	text-decoration: underline;
}
.largeText a:hover {
	color: #666666;
	text-decoration: underline;
}
#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 56.25%;
}
#slideshow .caption {
	position: absolute;
	left: 0px;
	top: 14%;
	width: 100%;
	text-align: center;
	display: none;
}
#slideshow .caption h1 {
	margin-bottom: 0px;
}
#slideshow .caption p {
	margin-top: 10px;
}
#mainContainerBottom {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.fullPageContainer {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
#testimonials {
	/* background-image: url(../images/parallax_2.jpg); */
	background-image: url(../images/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;	
}
.moreLink {
	margin-top: 65px;
}
.spacer {
	clear:both;
	height: 95px;
}
.openHead {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 84px;
	line-height: 99%;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 5px 5px 8px rgba(0,0,0,0.80);
}
.openSubHead {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 118%;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.80);
}
.openSubHeadLink {
	margin-top: 40px;
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 110%;
	font-weight: 300;
	color: #000000;
	text-align: center;
}
.openSubHeadLink a {
	padding: 12px 28px;
	background-color: #FFFFFF;
	border-radius: 20px;
	text-decoration: none;
	color: #000000;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.80);
}
.openSubHeadLink a:hover {
	opacity: 0.75;
	box-shadow: none;
}
#mLink {
	text-align: center;
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	display: none;
	cursor: pointer;
}
.tableContainer {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.programTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 25px;
	text-align: center;
}
.programCell {
	position: relative;
	width: 25%;
	min-width: 225px;
	display: table-cell;
}
.programCell a {
	text-decoration: none;
	color: #333333;
}
.programCell a:hover {
	opacity: 0.6;
	color: #000000;
}
.programCell img {
	max-height: 286px;
	width: auto;
}
.coachTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 25px;
	text-align: center;
	margin: auto;
}
.coachCell {
	position: relative;
	width: 50%;
	min-width: 225px;
	vertical-align: middle;
	display: table-cell;
}
.coachCell a {
	text-decoration: none;
	color: #333333;
}
.coachCell a:hover {
	opacity: 0.6;
	color: #000000;
}
.coachPicture {
	position: relative;
	width: 100%;
	min-width: 250px;
	height: auto;
	margin: auto;
	display: block;
}
.reasonsContainer {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.checkMarkLeft {
	vertical-align: top;
	float: left;
	margin: auto 10px auto auto;
	padding-bottom: 12px;
}
.checkMarkRight {
	vertical-align: top;
	float: right;
	margin: auto auto auto 10px;
	padding-bottom: 12px;
}
.reasonsTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 25px;
	text-align: center;
}
.reasonsCell {
	position: relative;
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
.reasonsCellLeft {
	position: relative;
	width: 35%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.reasonsCellLeft h3 {
	margin-bottom: 0px;
	text-align: right;
}
.reasonsCellLeft p {
	margin-top: 0px;
	text-align: right;
}
.reasonsCellRight {
	position: relative;
	width: 35%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.reasonsCellRight h3 {
	margin-bottom: 0px;
	text-align: left;
}
.reasonsCellRight p {
	margin-top: 0px;
	text-align: left;
}
.reasonsCell a {
	text-decoration: none;
	color: #333333;
}
.reasonsCell a:hover {
	opacity: 0.6;
	color: #000000;
}
.aboutTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 25px;
	text-align: center;
}
.aboutCell {
	position: relative;
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
.aboutCellLeft {
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.aboutCellLeft h3 {
	margin-bottom: 0px;
	text-align: right;
}
.aboutCellLeft p {
	margin-top: 0px;
	text-align: right;
}
.aboutCellRight {
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.aboutCellRight h3 {
	margin-bottom: 0px;
	text-align: left;
}
.aboutCellRight p {
	margin-top: 0px;
	text-align: left;
}
.aboutCell a {
	text-decoration: none;
	color: #333333;
}
.aboutCell a:hover {
	opacity: 0.6;
	color: #000000;
}

.contactCell {
	position: relative;
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
.contactCellLeft {
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.contactCellRight {
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.contactCell a {
	text-decoration: none;
	color: #333333;
}
.contactCell a:hover {
	opacity: 0.6;
	color: #000000;
}

.slideContain {
	position: relative;
	width: 96%;
	max-width: 1200px;
	margin: auto;
}
.quoteSlideTable {
	font-size: 21px;
	text-align: center;
	color: #FFFFFF;
	line-height: 165%;
}
.smallText {
	font-size: 14px;
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 10;
    background-color: #2EAC6D;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
	background-color: #0A5483;
	padding-top: 35px;
	padding-bottom: 35px;
}
#footerContent {
	width: 90%;
	margin: 35px auto;
	color: #FFFFFF;
	text-align: center;
}
#insidePage {
	position: relative;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	/* background-image:url(../images/tennis-slide-01.jpg); */
	background-image:url(../images/tennis-court-banner.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 75%;
	vertical-align: middle;
}
#insidePage h1 {
	color: #FFFFFF;
	font-size: 64px;
	text-shadow: 5px 5px 8px rgba(0,0,0,0.80);
}
#winterPage {
	position: relative;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	/* background-image:url(../images/tennis-slide-01.jpg); */
	background-image:url(../images/winter-banner.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 48%;
	vertical-align: middle;
}
#winterPage h1 {
	color: #FFFFFF;
	font-size: 64px;
	text-shadow: 5px 5px 8px rgba(0,0,0,0.80);
}
#courtMapContainer {
	position: relative;
	width: 800px;
	max-width: 90%;
	margin: auto;
	text-align: center;
}
#courtMap {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
}
#courtMap iframe {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}
.registerButton {
	position: relative;
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0A5483;
	padding: 12px 22px;
	border-radius: 18px;
	white-space: nowrap;
	text-transform: uppercase;
}
.registerButton:hover {
	background-color: #3D84B8;
}
.programList {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 15px;
	
}
.programListLeft {
	position: relative;
	width: 20%;
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
.programListRight {
	position: relative;
	width: 80%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.programListRight h3 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
}
.programListRight p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.moreInfoGreenButton {
	position: relative;
	font-size: 18px;
	line-height: 68px;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2EAC6D;
	padding: 9px 18px;
	border-radius: 22px;
	white-space: nowrap;
	text-transform: uppercase;
}
.moreInfoGreenButton:hover {
	background-color: #56B485;
}
.refundPolicy {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: auto;
}
.frontLinks {
	width: 120px;
	margin: auto;
}
#contactFormContainer {
	position: relative;
	width: 100%;
	background-color: #DDF7EA;
	border: solid 1px #2EAC6D;
	border-radius: 35px;
}
#contactFormContainer p {
	width: 90%;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
}
#contactForm input[type=text] {
	width: 90%;
	padding: 5px;
}
#contactForm textarea {
	width: 90%;
	padding: 5px;
}
#contactForm input[type=submit] {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2EAC6D;
	padding: 9px 12px;
	border: solid 1px #2EAC6D;
	border-radius: 22px;
	white-space: nowrap;
	text-transform: uppercase;
}
.contactTable {
	width: 100%;
	margin: auto;
	display: table;
	border-collapse: separate;
	barder-spacing: 20px;
}
.contactCellLeft, .contactCellRight {
	clear: both;
	width: 50%;
	vertical-align: middle;
	display: table-cell;
	margin: 30px auto;
}
.iconTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 25px;
	text-align: center;
}
.iconCell {
	position: relative;
	width: 33%;
	min-width: 225px;
	display: table-cell;
}
.iconCell a {
	text-decoration: none;
	color: #333333;
}
.iconCell a:hover {
	opacity: 0.6;
	color: #000000;
}
.anchorButton {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0A5483;
	padding: 12px 22px;
	margin: 5px 12px 25px 12px;
	border-radius: 18px;
	white-space: nowrap;
	text-transform: uppercase;
	display: inline-block;
}
.anchorButton:hover {
	background-color: #3D84B8;
}


@media only screen and (max-width: 1560px) {
	#navigation ul li {
	font-size: 18px;
	margin-left: 1%;
	margin-right: 1%;
	}
	.openHead {
	font-size: 72px;
	}
	.openSubHead {
	font-size: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	#mLink {
	display: block;
	}
	#headerContent {
	width: 100%;
	height: auto;
	display: block;
	}
	#logo {
	width: 100%;
	display: block;
	text-align: center;
	}
	#logo img {
	position: relative;
	width: 80%;
	max-width: 500px;
	height: auto;
	max-height: none;
	border: none;
	}
	#navigation {
	width: 100%;
	display: block;
	}
	#contact {
	display: none;
	}
	#navigation ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #5488A9;
	display: none;
	}
	#navigation ul li {
	font-size: 28px;
	line-height: 68px;
	font-weight: 300;
	display: block;
	margin-left: 0;
	margin-right: 0;
	border-top: solid 1px #FFFFFF;
	}
	#navigation ul li a {
	color: #FFFFFF;
	display: block;
	}
	#navigation ul li a:hover {
	color: #FFFFFF;
	}
	#navigation ul li:hover {
	background-color: #0A5483;
	}
	.openHead {
	font-size: 64px;
	}
	.openSubHead {
	font-size: 21px;
	}
	.reasonsCellLeft, .reasonsCellRight {
	width: 50%;
	}
	.reasonsCellLeft p, .reasonsCellRight p, .reasonsCellLeft h3, .reasonsCellRight h3 {
	text-align: left;
	}
	.reasonsCell {
	display: none;
	}
	
	.checkMarkLeft, .checkMarkRight {
	vertical-align: top;
	float: left;
	margin: auto auto 10px auto;
	}
}
@media only screen and (max-width: 880px) {
	.openHead {
	font-size: 52px;
	}
	.openSubHead {
	font-size: 21px;
	}
	#mainContainer {
	height: 500px;
	}
	.programTable, .coachTable {
	display: block;
	width: 90%;
	margin: auto;
	}
	.programCell {
	display: inline-block;
	margin: 20px;
	}
	.coachCell {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 20px 0px;
	}
	.reasonsTable {
	display: block;
	width: 70%;
	margin: auto;
	}
	.reasonsCellLeft, .reasonsCellRight {
	clear: both;
	width: 100%;
	display: table-row;
	margin: 30px auto;
	}
	#insidePage {
	background-position: center center;
	background-size: cover;
	}
	#winterPage {
	background-position: center center;
	background-size: cover;
	}
	.aboutTable {
	width: 80%;
	max-width: 650px;
	margin: auto;
	}
	.aboutCellLeft, .aboutCellRight {
	clear: both;
	width: 50%;
	display: table-row;
	margin: 30px auto;
	}
	.contactTable {
	width: 80%;
	max-width: 650px;
	margin: auto;
	}
	.contactCellLeft, .contactCellRight {
	clear: both;
	width: 50%;
	display: table-row;
	margin: 30px auto;
	}
	.checkMarkLeft, .checkMarkRight {
	padding-bottom: 20px;
	}
	
}
@media only screen and (max-width: 600px) {
	.openHead {
	font-size: 40px;
	}
	.openSubHead {
	font-size: 18px;
	}
	#mainContainer {
	height: 400px;
	}
	#insidePage {
	padding-top: 55px;
	padding-bottom: 55px;
	}
	#winterPage {
	padding-top: 55px;
	padding-bottom: 55px;
	}
	.checkMarkLeft, .checkMarkRight {
	padding-bottom: 30px;
	}
	.basicText {
	font-size: 16px;
	}
	.largeText, .redText {
	font-size: 21px;
	}
	
}
@media only screen and (max-width: 400px) {
	.openHead {
	font-size: 32px;
	}
	#mainContainer {
	height: 300px;
	}
	.basicText {
	font-size: 16px;
	}
	.largeText, .redText {
	font-size: 18px;
	}
}


/* 
lite blue = #5488A9;
blue = #0A5483;
green = #C6DB36;

*/