﻿@import url("fonts.css");
.SiteContent{padding:0;background:url(/Content/GenCore/Custom/images/ContentBkg.jpg) bottom left / 500px no-repeat;}
.SiteHeader{background:transparent;}
.SiteHeader__pos {text-align:center;position:fixed;top:0;width:100%;z-index:1000;
                  background:rgba(0,0,0,0.08);border-bottom:1px solid rgba(255,255,255,0.5);transition:top 300ms, background 400ms, color 400ms;}
.SiteHeader__pos.scrolltop{background:rgba(0,0,0,0.08);border-bottom:1px solid rgba(255,255,255,0.5);}
.SiteHeader__pos.scrolldown{background:rgba(0,0,0,0.08);border-bottom:1px solid rgba(255,255,255,0.5);top:-100px;}
.SiteHeader__pos.scrollup{background:rgba(255,255,255,1);border-bottom:1px solid rgba(0,0,0,0.3);top:0;color:#C91D1D;}
main{min-height:calc(100vh - 10px);padding:50px 50px 150px 50px;width:100%;overflow-x:hidden;}
#HomeEntryBody main{padding:0;}
h1,h2,h3,h4{font-family:"Paytone One";margin:0.25em 0;}
h1,h2,h3{text-transform:uppercase;}
h3,h3{color:#C91D1D;}
h1{font-size:4rem;}
h2{font-size:3rem;}
h3{font-size:2rem;color:#be313a;}
h4{font-size:1.5rem;}
p{line-height:1.75;}
a{color:#C91D1D;}
.SiteMain li {margin-bottom:0.5em;}
.SiteMain ol {
    margin:0;padding:0;list-style:none;
    counter-reset: ordered;
}
.SiteMain ol li{counter-increment: ordered;}
.SiteMain ol li:before{content: counter(ordered)'.';margin:0 0.5em 0 0;font-weight:bold;font-size:18px;}

body[class*="Stream"] h1, body[class*="Entry"] h1{
    color:#c91d1d;font-size:45px;
    width:850px;margin:0 auto;text-align:center;
}
body[class*="Stream"] h2, body[class*="Entry"] h2{
    font-size:24px;
}
.custSetWidth{width:850px !important;margin:0 auto;text-align:center;}
body[class*="Stream"] .custSetWidth h2{font-size:26px;}
.svgTitle{position:absolute;left:0;right:0;top:5%;bottom:0;width:100%;height:140%;}
.HeaderNav__list li{position:relative;}
.HeaderNav__list li a, .HeaderNav__list li span{
    display:inline-block;
    font-family:"Paytone One";
    font-size:17px;
    padding:1em 2em;
    text-transform:uppercase;
    transition:padding 200ms cubic-bezier(0.65, -0.45, 0.00, 1.05);
    -ms-user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
.HeaderNav__list li span{cursor:default;}
.HeaderNav__list li ul li a{
    text-align:center;width:100%;
}
.HeaderNav__list>li>a:hover, .HeaderNav__list>li>a:focus{
    padding:1em 3em;color:#C91D1D;text-shadow:0 1px 0 #000, 0 2px 0 #000, 0 3px 5px rgba(0,0,0,0.5);
}
.scrollup .HeaderNav__list>li>a:hover, .HeaderNav__list>li>a:focus{
    padding:1em 3em;color:#C91D1D;text-shadow:none;
}
.HeaderNav__list>li>span:hover{
    padding:1em 3em;
}
.HeaderNav__list>li>a:active{
    padding:1em 3em;color:#C91D1D;text-shadow:0 1px 0 #000, 0 2px 3px rgba(0,0,0,0.8);
}
.HeaderNav__list li ul li a {text-shadow: none;}
.HeaderNav__list li ul li a:hover, .HeaderNav__list li ul li a:active{
    padding:1em 2em;color:#FFF;text-shadow:none;background:rgba(0,0,0,0.1);
}
.HeaderNav__list li input, .HeaderNav__list li label{display:none;}
.HeaderNav__list li ul{
    display:none;opacity:0;transition:opacity 100ms;
    position:absolute;top:50px;left:calc(50% - 100px);background:#C91D1D;
    width:200px;color:#FFF;padding-left:0;border-radius:9px;box-shadow:inset 0 -1px 0 1px rgba(0,0,0,0.08), 0 2px 5px rgba(0,0,0,0.5);
}
.HeaderNav__list li ul:before{
    position:absolute;display:block;content:'';
    top:-1.5em;left: calc(50% - 1em);width:0;height:0;
    border:1em solid transparent;border-bottom:1em solid #C91D1D;
    box-sizing:content-box;pointer-events:none;
}
.HeaderNav__list li ul li{display:block;width:100%;border-bottom:1px solid rgba(0,0,0,0.2);}
.HeaderNav__list li ul li:last-child{border-bottom:none;}
.HeaderNav__list li:hover ul{
    display:block;opacity:1;
}
.HeaderNav{
    float:none;
    display:inline-block;
}

#HomeBanner{
    position:relative;top:0;width:100%;
    height:calc(100vh - 67px);background:#333;
}
#HomeBanner .svgTitle{width:100%;height:100%;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;cursor:default;z-index:5;position:absolute;pointer-events:none;}
.paneLeft {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: #6191c7;
	height: 100%;
	z-index: 0;
	background-image: url(/Content/GenCore/Custom/images/homePanel1_Updated.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.paneCenter {
	width: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #579a4d;
	height: 100%;
	z-index: 0;
	background-image: url(/Content/GenCore/Custom/images/homePanel2_Updated.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.paneRight{width:33%;position:absolute;top:0;right:0;background:#638294;height:100%;z-index:0;
          background-image:url(/Content/GenCore/Custom/images/HomePanel3.jpg);
          background-size:cover;background-repeat:no-repeat;background-position:top right;
}
.paneLeft svg, .paneCenter svg, .paneRight svg{position:absolute;width:100%;height:70%;bottom:1vw;transition:fill 200ms, height 200ms;}
.paneLeft a, .paneCenter a, .paneRight a{
    display:block;width:80%;height:33%;position:absolute;bottom:10%;left:10%;
}
.paneLeft a span, .paneCenter a span, .paneRight a span{
    position:absolute;bottom:0;text-align:center;color:#fff;text-decoration:none;
    font-size:1.3vw;display:block;width:100%;font-family:"Paytone One";
}
a:hover svg{fill:#fff;height:75%;}

#HoursBanner{background-color:#C91D1D;color:#fff;text-align:center;padding:1.25em;font-size:18px;}
#HoursBanner strong{font-weight:normal;font-family:"Paytone One";font-size:19px;vertical-align:baseline;padding:0 0.25em;}
#HoursBanner strong:first-of-type:after, #HoursBanner strong:last-of-type:after{content:"|";display:inline-block;width:1em;font-weight:300;font-size:1.2rem;font-family:sans-serif;vertical-align:top;}

.attractionBanner{min-height:335px;position:relative;width:100%;}
#GolfBanner{background-color:#1cc953;}
#BattingBanner{background-color:#1cc0c9;}
#BumperBanner{background-color:#b719a2;}
#ConcessionsBanner{background-color:#c91d1d;}

.attractionBanner:after{content:'';position:absolute;right:0;bottom:-50px;z-index:5;width:500px;height:290px;max-width: 25%;}
#GolfBanner:after{background:url('/Content/GenCore/Custom/images/ItemGolf.png') bottom right / contain no-repeat;}
#BattingBanner:after{background:url('/Content/GenCore/Custom/images/ItemBatting.png') bottom right / contain no-repeat;}
#BumperBanner:after{background:url('/Content/GenCore/Custom/images/ItemCars.png') bottom right / contain no-repeat;}
#ConcessionsBanner:after{background:url('/Content/GenCore/Custom/images/ItemConcessions.png') bottom right / contain no-repeat;}

.attractionBanner .bkgImage{position:absolute;top:0;bottom:0;left:0;right:0;background-size:cover;opacity:0.15;z-index:0;}
#GolfBanner .bkgImage{background-image:url(/Content/GenCore/Custom/images/AttBannerGolf.jpg);}
#BattingBanner .bkgImage{background-image:url(/Content/GenCore/Custom/images/AttBannerBatting.jpg);}
#BumperBanner .bkgImage{background-image:url(/Content/GenCore/Custom/images/AttBannerBumper.jpg);}
#ConcessionsBanner .bkgImage{background-image:url(/Content/GenCore/Custom/images/AttBannerConcessions.jpg);}

.attractionBanner h2{margin:0;color:#fff;font-size:84px;font-family:"Paytone One";position:absolute;z-index:5;left:1em;top:1em;width:500px;line-height:1;}
.attractionBanner .attractionContent{color:#fff;position:absolute;left:730px;top:77px;z-index:100;width:30%;line-height:1.4;}
.attractionContent a{display:inline-block;color:#fff;text-decoration:none;padding:0.8em 1.65em;margin:1em 0;text-align:center;border-radius:0.65em;text-transform:uppercase;box-sizing:border-box;position:relative;}
.attractionContent a:after{content:'';display:block;border:1px solid #fff;background-image:linear-gradient(90deg,#fff 48%, transparent 52%);background-size:221% 221%;background-position:bottom right;position:absolute;left:0;right:0;top:0;bottom:0;border-radius:0.65em;transition-property:background-position,color;transition-duration:100ms,20ms;transition-delay:0,50ms;z-index: -1;}
.attractionContent a:hover:after{background-position:top left;transition-duration:200ms;}

#GolfBanner .attractionContent a:hover{color:#1cc953;}
#BattingBanner .attractionContent a:hover{color:#1cc0c9;}
#BumperBanner .attractionContent a:hover{color:#b719a2;}
#ConcessionsBanner .attractionContent a:hover{color:#C91D1D;}

.SiteContent{position:relative;}
.SiteContent:before{display:block;position:absolute;bottom:-50px;right:0;height:350px;width:350px;z-index:1000;background-size:contain;background-repeat:no-repeat;background-position:bottom right;max-width:80%;}
.P--MiniGolf--Entry .SiteContent:before{content:'';background-image:url(/Content/GenCore/Custom/images/ItemGolf.png);}
.P--BattingCages--Entry .SiteContent:before{content:'';background-image:url(/Content/GenCore/Custom/images/ItemBatting.png);}
.P--BumperCars--Entry .SiteContent:before{content:'';background-image:url(/Content/GenCore/Custom/images/ItemCars.png);}
.P--Menu--Entry .SiteContent:before{content:'';background-image:url(/Content/GenCore/Custom/images/ItemConcessions.png);}

#HomepageContent{
    margin:0 70px;
}

#HomepageNotes{font-size:0;text-align:center;}
.seasonalNote, .locationNote{width:50%;font-size:1rem;display:inline-block;text-align:left;vertical-align: top;}
.seasonalNote{margin-left:70px;width:calc(50% - 70px);}
.locationNote{margin-right:70px;width:calc(50% - 70px);}
.seasonalNote h2, .locationNote h2{color:#fff;text-align:center;font-family:"Paytone One";text-transform:uppercase;margin:0.25em;font-size:2rem;}
.seasonalNote a, .locationNote a{color:#fff;text-align:center;display:block;margin:0 auto;}
.seasonalNote table{margin:0 0 1em;background:#1CC953;max-width:calc(100% - 2em );table-layout:fixed;}
.locationNote table{margin:0 0 1em;background:#c91d1d;max-width:100%;table-layout:fixed;}
.seasonalNote table tr:nth-child(2), .locationNote table tr:nth-child(2){background:#fff;color:#000;}
.seasonalNote table tr:nth-child(2) td{padding:1em;display:block;min-height:311px;}
.locationNote div{min-width:0 !important;}

.SiteFooter{position:relative;background:#c91d1d;margin-top:10px;}
.SiteFooter .bkgImage{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;background-image:url(/Content/GenCore/Custom/images/FooterFill.jpg);opacity:0.08;background-size:cover;}
.SiteFooter .footContent{position:relative;z-index:5;margin:2em auto;}
.SiteFooter:before{content:'';display:block;position:absolute;top:-10px;left:0;right:0;height:10px;
                   background-image:linear-gradient(to right,#1BBFC8,#1BBFC8),linear-gradient(to right,#1CC953 50%, #B719A2 50%);
                   background-size:33% 100%, 100% 100%;
                   background-position:top center, top left;
                   background-repeat:no-repeat;
}
.SiteContent:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
	background-image: linear-gradient(to right,#1BBFC8,#1BBFC8),linear-gradient(to right,#1CC953 50%, #B719A2 50%);
	background-size: 33% 100%, 100% 100%;
	background-position: top center, top left;
	background-repeat: no-repeat;
}
#HomeEntryBody .SiteContent:after{display:none;}
.homeLink{display:inline-block;margin-bottom:0.5em;}

[class^="P--Account"] .SiteMain{
    width:600px;margin:0 auto;padding-top:17vh;
}
.btnSet.btnSet--endOfSection *{float:right;margin-left:2em;}
[class^="P--Account"] .SiteMain h1{background:#1cc953;color:#fff;border-radius:8px 8px 0 0;text-align:center;padding:0.25em 0 0.3em 0;}
.btnSet button{color:#fff;background-color:#B719A2;font-size:14px;font-weight:bold;padding:1em 1.3em;text-transform:uppercase;letter-spacing:0.1em;border-radius:8px;border:none;outline:none;cursor:pointer;}
.btnSet button:hover{color:#fff;background-color:#A10C8D;}

.footContent nav ul{list-style:none;}
.footContent nav ul li{display:inline-block;}
.footContent nav ul li a{font-size:1.4em;font-family:"Paytone One";color:#fff;text-decoration:none;padding:0 0.5em;text-transform:uppercase;}
.footContent nav ul li+li:before{content:"-";font-weight:700;font-size:1.5em;font-family:"Paytone One";}
.footAddress a.js-tel{display:inline-block;font-size:2em;color:#fff;text-decoration:none;font-family:"Paytone One";margin-bottom:0.25em;}
.footAddress a{color:#ffffff; text-decoration:none;}
.footAddress a:hover{color:#ffffff; text-decoration:underline;}
.footAddress .adr{display:block;font-style:normal;font-size:1.25em;margin-bottom:1em;font-weight:500}

.featuredSpace{
    width:100%;border-top:10px solid transparent;border-left:none;border-right:none;outline:none !important;box-shadow:inset 0 -20px 10px -10px rgba(0,0,0,0.1), inset 0 20px 10px -10px rgba(0,0,0,0.1), 0 6px 6px -3px rgba(0,0,0,0.1);padding: 4em 2em;
    margin-left:-50px;margin-right:-50px;width:calc(100% + 100px);
}
.lastFeaturedSpace{border-bottom:10px solid;}
.featuredSpace h2,.featuredSpace h3,.featuredSpace h4,.featuredSpace h5,.featuredSpace h6,.featuredSpace h1{
    color:#fff;text-align:center;
}
.featuredSpace p{width:100%;max-width:1200px;margin:0 auto;}
.featuredSpace td h3{font-size:3em;font-family:"Paytone One";}
.featuredSpace table{width:100%;text-align:center;}
.featuredSpace table img{display:inline-block;max-width:100%;height:auto;}
.custGolf{background:#1cc953 url(/Content/GenCore/Custom/images/AttBkgGolf.jpg) center / cover no-repeat;color:#fff;border-color:#1cc953;}
.custBump{background:#b719a2 url(/Content/GenCore/Custom/images/AttBkgBumper.jpg) center / cover no-repeat;color:#fff;border-color:#b719a2;}
.custBat{background:#1cc0c9 url(/Content/GenCore/Custom/images/AttBkgBatting.jpg) center / cover no-repeat;color:#fff;border-color:#1cc0c9;}
.custRed{background:#c91d1d url(/Content/GenCore/Custom/images/AttBkgMisc.jpg) center / cover no-repeat;color:#fff;border-color:#c91d1d;}

.featuredSpace>.inner>table td:first-child table{border-collapse:collapse;border:5px solid;width:650px;text-align:center;}
.custBump>.inner>table td:first-child table{border-collapse:collapse;width:650px;text-align:center;}

.SiteHeader{background:url(/Content/GenCore/Custom/images/SecondaryHeader.jpg);height:300px;background-size:cover;background-position:top center;position:relative;}
#HomeEntryBody .SiteHeader{height:0;background:none;}

.featuredSpace>.inner>table td:last-child{padding-left:50px;}

.custGolf>.inner>table td:first-child table td{background:#1cc953;color:#FFF;border:1px solid;padding:1em;}
.custBump>.inner>table td:first-child table td{background:#b719a2;color:#FFF;border:1px solid;padding:1em;}
.custBat>.inner>table td:first-child table td{background:#1cc0c9;color:#FFF;border:1px solid;padding:1em;}
.custRed>.inner>table td:first-child table td{background:#c91d1d;color:#FFF;border:1px solid;padding:1em;}

.featuredSpace>.inner>table td:first-child table tr td:first-child,.featuredSpace>.inner>table td:first-child table tr:nth-child(2) td{font-weight:bold;}

.featuredSpace>.inner>table td:first-child table tr:first-of-type td{padding:0.25em;font-size:1.75em;text-transform:uppercase;font-family:"Paytone One";padding:0.25em;
}
.custGolf>.inner>table td:first-child table tr:first-of-type td{background:#FFF;color:#1cc953;}
.custBump>.inner>table td:first-child table tr:first-of-type td{background:#FFF;color:#b719a2;}
.custBat>.inner>table td:first-child table tr:first-of-type td{background:#FFF;color:#1cc0c9;}
.custRed>.inner>table td:first-child table tr:first-of-type td{background:#FFF;color:#c91d1d;}

.custBat td table{width:75%;margin:2em auto;}
.custBat h4{text-transform:uppercase;text-decoration:underline;}

.P--Pricing--Stream .custBat td table *, .P--Pricing--Stream .custBat td table{border:none !important;background:transparent !important; color:#fff !important;}

.SiteMain>table{border:5px solid #1cc0c9;border-collapse:collapse;}
.SiteMain>table td{text-align:center;}
.SiteMain>table tr:nth-child(2){font-size:18px;font-family:"Paytone One";color:#c91d1d;text-align:center;}
.SiteMain>table tr td:first-child{font-size:18px;font-family:"Paytone One";color:#c91d1d;text-align:left;}
.SiteMain>table tr:first-child td{background:#1cc0c9;color:#fff;font-size:24px;font-family:"Paytone One";text-transform:uppercase;text-align:center;}
.SiteMain>table td{padding:1em;}

.featuredSpace>a, .featuredSpace p>a{display:inline-block;border:1px solid #fff;padding:0.25em 1em;border-radius:5px;color:#fff;text-decoration:none;font-size:1.125em;margin:1em auto;}
.featuredSpace a{color:#fff;}

.fc-body{height: 33.33vw;}
.fc-view-container *{overflow:visible !important;}
.ui-icon{display:inline-block;vertical-align:top;}
.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number{padding:1em !important;}
.fc-day-grid-event{margin:6px 6px 0;padding: 0 3px;}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td{overflow:hidden !important;}

#mobileCall{display:inline-block;float:right;height:56px;line-height:56px;}
#mobileCall a {font-size:22px;text-transform:uppercase;text-decoration:none;font-family:"Paytone One";line-height:30px;margin-right: 40px;}
.SiteHeader__pos:not(.scrollup) #mobileCall a{color:#fff;}
#mobileHome a{display:inline-block;width:40px;height:40px;border-radius:100%;margin:10px;}
.SiteHeader__pos:not(.scrollup) #mobileHome a{background:#fff;}
#HomeBanner .mobileTitle, #HomeBanner .paneMobile{display:none;}

#HomeBanner .paneMobile{
    background:#1cc0c9 url(/Content/GenCore/Custom/images/HomePanelM.jpg) center top / cover no-repeat;height:100%;text-align:center;padding-top:67px;
}
#HomeBanner .paneMobile h2{color:#fff;font-size:12vw;}
#HomeBanner .paneMobile h3{font-size:6vw;}
#HomeBanner .paneMobile .linkWrap{display:block;position:absolute;bottom:0;left:1em;right:1em;text-align:center;}
#HomeBanner .paneMobile a{background:#c91d1d;color:#fff;display:inline-block;height:2.5em;line-height:2.5em;text-transform:uppercase;font-family:"Paytone One";text-decoration:none;width:150px;margin:1em auto;border-radius:0.5em;}

#ContactForm input[type="text"], #ContactForm input[type="email"], #ContactForm input[type="password"], #ContactForm input[type="tel"], #ContactForm textarea{
    border:1px solid rgba(0,0,0,0.2);font-family:inherit;width:100%;max-width:305px;padding:0.25em 0.25em;margin:0.25em auto;
    border-radius:2px;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.2);
}
#ContactForm #SendButton input{width:305px;background:#F5F5F5;color:#C91D1D;font-size:1.25em;font-family:"Paytone One";text-transform:uppercase;padding:0.25em 1em;border:0;border-radius:2px;box-shadow:0 2px 5px -2px rgba(0,0,0,0.5);cursor:pointer;}
#ContactForm #SendButton input:hover{background:#CE1E1E;color:#fff;}
#ContactForm label{width:305px;display:block;text-align:left;margin:0 auto;font-weight:600;}
#ContactForm label.requiredLabel{font-weight:800;}
.g-recaptcha{text-align:center;}
.g-recaptcha div{display:inline-block;}
.P--Contact--Stream .featuredSpace p{text-align:left;}
#ContactForm label.error {
	background: #fff;
	border: 5px solid #f00;
	margin: 0.3em;
	border-radius: 2px;
	box-shadow: 0 2px 9px -1px rgba(0,0,0,0.7);
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 1em 0;
	border-image: repeating-linear-gradient(45deg,#f9ba00 ,#f9ba00 5px,#6C6C6C 5px,#6C6C6C 10px);
	border-image-size: 100%;
	border-image-width: 15px;
	border-image-slice: 10;
	border-image-width: 2;
}
.P--Menu--Entry .custRed > .inner > table{
    border-collapse:collapse;
}
.P--Menu--Entry .custRed > .inner > table td table tr:first-of-type td {
	background: #FFF;
	color: #c91d1d;
}
.P--Menu--Entry .featuredSpace > .inner > table td table tr:first-of-type td {
	padding: 0.25em;
	font-size: 1.75em;
	text-transform: uppercase;
	font-family: "Paytone One";
	padding: 0.25em;
}
.P--Menu--Entry .featuredSpace > .inner > table td table tr td:first-child{
	font-weight: bold;
}
.P--Menu--Entry .custRed > .inner > table td:first-child table td {
	background: #c91d1d;
	color: #FFF;
	border: 1px solid;
	padding: 1em;
}
.P--Menu--Entry .featuredSpace > .inner > table td:last-child table {
	border-collapse: collapse;
	border: 5px solid;
	width: 650px;
	text-align: center;
}
.P--Menu--Entry .custRed > .inner > table td:last-child table td {
	background: #c91d1d;
	color: #FFF;
	border: 1px solid;
	padding: 1em;
}
.P--Menu--Entry .custRed > .inner > table>tbody>tr{vertical-align:top;border-bottom:2em solid transparent;}
.P--Menu--Entry .custRed > .inner > table td table{margin:0 auto;}
.secondaryHours{display:none;position:absolute;bottom:0;left:0;right:0;color:#fff;font-size:1.25em;text-align:center;height:2em;line-height:2em;}
.secondaryHours strong{margin-right:0.5em;font-family:"Paytone One";font-weight:normal;}
.footerBanner{background-image:url(/Content/GenCore/Custom/images/FooterTopBanner.jpg);display:block;min-height:200px;max-width:100%;overflow:hidden;border-top:8px solid #1cc0c9;
}
#mobileHome{display:inline-block;float:left;}
#mobileHome img{height:24px;width:auto;margin:9px 0;}
.reviewWrap{display:inline-block;position:relative;width:calc(50% - 3em);vertical-align:top;padding:0.5em 0.5em 0.5em 200px;margin:1em;font-size:18px;background:#C91D1D;color:#fff;box-shadow:inset 0 -1px 0 1px rgba(0,0,0,0.08);0 2px 5px rgba(0,0,0,0.5);min-width:510px;}
.reviewWrap cite{position:absolute;left:0;top:0;bottom:0;width:165px;font-size:16px;font-style:normal;font-weight:bold;text-align:right;}
.reviewWrap cite span{display:block;font-style:italic;font-weight:normal;font-size:14px;}
.reviewWrap cite:before{content:'';display:inline-block;height:calc(100% - 2em);}
.reviewWrap div{height:100%;margin:0;background:#fff;color:#000;padding:1.5em;box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);text-align:left;}
.P--Reviews--Stream .SiteMain{text-align:center;}
#HomeBanner .paneMobile h3{text-transform:none;text-shadow: 0 1px 1px #000;}
.SiteContent::before{z-index:500;}
.homeLink{padding:0 1em;}
abbr[title]{text-decoration:none;}
.SiteMain > table tr:nth-child(2n+1){
    background: rgba(0,0,0,0.1);
}
.reviewWrap label{position:absolute;right:-0.25em;bottom:-0.25em;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,0.2);background:#D92D2D;}
.reviewWrap label:after{content:' more';}
.reviewWrap input[type="checkbox"]:checked ~ label:after{content:' less';}
.reviewWrap input[type="checkbox"]{position:fixed;left:-100vw;}
.reviewWrap input[type="checkbox"] ~ label{padding:0.25em 1em;display:inline-block;}
.reviewWrap input[type="checkbox"]:checked ~ label{background:#fff;color:red;}
.reviewWrap input[type="checkbox"] ~ .hiddenFullReview{display:none;}
.reviewWrap input[type="checkbox"]:checked ~ .hiddenFullReview{display:block;}
.reviewWrap input[type="checkbox"] ~ .truncReview{display:block;}
.reviewWrap input[type="checkbox"]:checked ~ .truncReview{display:none;}


noscript {
	display: block;
	position: fixed;
	top: 60px;
	background: rgba(255,255,100,0.9);
	color: #000;
	text-align: center;
	width: 100%;
	height: 2em;
	line-height: 1.9em;
	font-weight: bold;
	z-index: 100;
}

.paneLeft, .paneRight, .paneCenter, .svgTitle, #HomeBanner{max-height:110vw;}

@media screen and (max-width:1460px){
    .secondaryHours{height:4em;padding:0 10%;}
    .HeaderNav__list li a, .HeaderNav__list li span{font-size:13px;padding:1.5em 1.6em;}
    .HeaderNav__list > li > a:hover, .HeaderNav__list > li > a:focus,
    .HeaderNav__list > li > span:hover, .HeaderNav__list > li > span:focus{padding:1.5em 2em !important;}
}
@media screen and (max-width:1410px){
    .P--Menu--Entry .featuredSpace > .inner > table > tbody > tr > td{
        display: block;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1270px){
    .inner>table>tbody>tr{display:inline-block;}
    .custBat .inner>table>tbody>tr{display:table-row;}
    .P--Contact--Stream .inner > table > tbody > tr{display:block;width:100%;white-space:nowrap;}
    .P--Contact--Stream .inner > table > tbody td{display:inline-block;vertical-align:top;white-space:normal;}
    .footContent nav ul li + li::before{display:none;}
    .footContent nav ul{padding:0;}
    .attractionBanner h2{font-size: 70px;left:20px;top:20px;}
    .attractionBanner .attractionContent{left:570px;top:30px;}
    .attractionBanner:after{max-width: 28%;}
    .P--Contact--Stream .inner > table > tbody td div{max-width:100%;min-width:0 !important;}
    .featuredSpace>.inner>table>tbody>tr>td{display:block;width:100%;max-width:640px;margin:0 auto;}
    .custBat  > .inner > table > tbody > tr > td{display:table-cell;width:auto;}
    .featuredSpace > .inner > table td:last-child{padding-left:0;margin-top:2em;}
    .scrollup .HeaderNav__list > li > a:hover, .HeaderNav__list > li > a:focus{padding:1.5em 3em !important;}
}
@media screen and (max-width:1100px){
    .custSetWidth{width:620px !important;}
    body[class*="Stream"] h1, body[class*="Entry"] h1{width:620px;font-size: 38px;}
    body[class*="Stream"] h2, body[class*="Entry"] h2{font-size:24px;}
    .attractionBanner{min-height:355px;}
}
@media screen and (max-width:1055px){
    .HeaderNav__list li a, .HeaderNav__list li span{font-size: 12px;padding: 1.8em 1.2em;}
}
@media screen and (max-width:1000px){
    .HeaderNav__list{background:#C91D1D;color:#FFF;box-shadow:-2px 4px 4px -3px rgba(0,0,0,0.5);}
    .HeaderNav__list li ul li a{color:#fff;}
    .HeaderNav__list li a{color:#FFF;text-shadow:none !important;}
    .HeaderNav__list li ul{box-shadow:none;background:transparent;}
    .HeaderNav__list>li{border-top: 2px ridge rgba(0,0,0,0.1);}
    .HeaderNav__list li a, .HeaderNav__list li span{border-bottom:0;text-align: left;margin-left: 1em;width:100%;padding:0.5em 0;}
    .HeaderNav__list li ul{display:inline-block;position:relative;top:auto;left:auto;opacity:1;width:calc(100% - 20px);font-size:12px;margin-bottom: 1em;}
    .HeaderNav__list li:hover ul{display:inline-block;}
    .HeaderNav__list li ul::before{display:none;}
    .HeaderNav__list li ul li{border-bottom:0;}
    .HeaderNav__list li ul li a, .HeaderNav__list li ul li span{font-size:14px;font-weight:700;font-family:sans-serif;text-align: left;margin-left: 1em;}
    .HeaderNav__list li ul li a:hover, .HeaderNav__list li ul li a:active, .HeaderNav__list li ul li span:hover, .HeaderNav__list li ul li span:active, .scrollup .HeaderNav__list > li > a:hover, .HeaderNav__list > li > a:focus{
        padding:0;background:transparent;color:#fff;
    }
    .HeaderNav__list > li > span:hover{padding:0.5em 0;}
    .HeaderNav__list > li > a:active{padding:0;}
    .HeaderNav__list > li > a:visited{padding:0;}
    .HeaderNav__list li a,.HeaderNav__list li a:hover{padding:0;color:#fff;}
    .HeaderNav__list{left:0;}
    .secondaryHours{display:none;}
    .attractionBanner h2{font-size:50px;width:400px;position:relative;display:block;}
    .attractionBanner .attractionContent{position:relative;display:block;left:20px;width:75%;}
    .attractionBanner::after{max-width:none;}
    .featuredSpace > .inner > table td:first-child table{width:100%;}
    
    .P--Contact--Stream .inner > table > tbody > tr{display:block;width:100%;white-space:normal;}
    .P--Contact--Stream .inner > table > tbody td{display:block;width:100%;margin:0 auto;}
    .P--BattingCages--Entry .featuredSpace > table > tbody > tr > td{display:block;width:100%;}

    #menuTL{left:auto;right:10px;top:5px;}
    #nav-toggle, .menuX, .menuX:before, .menuX:after, #menuTL:after{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
    #menuTL .contain{background:#c91d1d;border-radius:100%;width:45px;height:45px;}
     #menuTL .contain{box-shadow:inset 0 0 0 0 #333;transform:rotate(0);transition:background 400ms,box-shadow 300ms, transform 0ms;}
    #menuTL.clicked .contain{box-shadow:inset 0 0 0 10px #FFF;transform:rotate(90deg);transition:background 600ms 100ms,box-shadow 300ms, transform 300ms 300ms ease-out;background:#FFF;}
    #nav-toggle .menuX{top:21px;left: 12px;}
    
    .SiteHeader__pos{height:65px;background:#fff;box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);}
    .SiteHeader__pos.scrolltop{background:#fff;}
    #mobileCall{display:block;float:none;height:30px;line-height:30px;}
    #mobileCall a{color:#C91D1D !important;}
    .HeaderNav__list{width:250px;right:0;left:auto;}
    .HeaderNav__list.clicked{max-height:750px;}
    
    #mobileHome{display:inline-block;float:left;margin:3px;}
    #mobileHome img{max-height:42px;width:auto;}
    .P--Menu--Entry .featuredSpace > .inner > table td:last-child table{width:100%;table-layout:fixed;}
}

@media screen and (max-width:750px){
    .custSetWidth{width:450px !important;}
    body[class*="Stream"] h1, body[class*="Entry"] h1{width:450px;}
    .paneLeft, .paneRight, .paneCenter, .svgTitle, #HomeBanner{max-height:600px;}
}
@media screen and (max-width:550px){
    .custSetWidth{width:100% !important;padding:1em;}
    .featuredSpace{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);}
    main{padding: 10px 10px 150px 10px;}
    body[class*="Stream"] h1, body[class*="Entry"] h1{width:100%;font-size:32px;}
    .SiteMain > table td{padding:0.25em;}
    .SiteMain > table tr:first-child td{font-size:16px;}
    .SiteMain > table tr td:first-child{font-size:13px;padding: 0.25em;}
    .SiteMain > table td{font-size:13px;padding:0.25em;}
    .HeaderNav__list{width:100%;right:0;left:0;}
    .HeaderNav__list.clicked{max-height:calc(100vh - 100px);}
}
@media screen and (max-width:640px){
    h1{font-size:2.5rem;}
    h2{font-size:2rem;}
    h3{font-size:1.5rem;}
    h4{font-size:1.25rem;}
    body{display:block;width:100%;overflow-x:hidden;box-sizing:border-box;}
    #SiteMain{width:100%;overflow-x:hidden;box-sizing:border-box;max-width:100vw;}

    .HeaderNav__list{max-width:100%;overflow-x:hidden;overflow-y: auto;}

    #HomepageNotes{display:none;}

    #HomeBanner .svgTitle,  #HomeBanner .paneLeft,  #HomeBanner .paneCenter,  #HomeBanner .paneRight{display:none;}
    #HomeBanner .mobileTitle, #HomeBanner .paneMobile{display:block;}

    .attractionBanner{min-height:670px;}
    .attractionBanner::after{transform-origin:bottom right;transform:scale(0.5);}
    .attractionBanner h2{font-size:41px;width:240px;left:0.25em;top:1.5em;}
    .attractionBanner .attractionContent{width:86%;top:100px;left:7%;}
    .featuredSpace>table td{display:block;width:100% !important;min-height:50vh;}
    .P--BattingCages--Entry .featuredSpace > table td{display:table-cell;width:auto !important;min-height:0;font-size: 12px;padding: 3px;}
    .featuredSpace > .inner > table td table td{padding: 0.5em;}
    .inner > table > tbody > tr{font-size:12px;}
    .featuredSpace{padding:1em;}
    .fc-view-container .fc-scroller{height:auto !important;}
    .P--Contact--Stream td:nth-of-type(2n){display:inline-block;width:100% !important;height:70vw;}

    .reviewWrap{width:100%;display:block;padding:5px;margin:1em 0;min-width:0;}
    .reviewWrap cite{display:block;position:static;width:100%;padding:10px;}
   
    #HomepageContent{margin: 35px 10px;}
    .SiteFooter{width:100%;box-sizing:border-box;}
    img{max-width:100%;margin:0 auto;height:auto;}
    #HoursBannerWrap{height:3em;position:relative;z-index:100;}
    #HoursBanner{/*max-height:3em;*/line-height:3em;margin:0;padding:0;position:absolute;bottom:0;transition:max-height 100ms;overflow:hidden;}
    #HoursBanner strong{display:inline-block;width:94%;}
    #HoursBanner strong:first-of-type:after, #HoursBanner strong:last-of-type:after{content:""}
    #HoursBanner.open{
        max-height:100vh;
    }
    .SiteHeader{
        height:200px;background-position:top 10% left 40%;background-size: auto;
    }
    .svgTitle{height:160%;}
    .footContent nav ul li{display:block;}
}


@media screen and (max-width:540px) {
	#HoursBanner h3 {
		font-size: 1.1rem;
	}
}


@media screen and (max-width:440px){
    .P--TournamentIdeas--Entry .custGolf > .inner > table td:first-child table td{
        padding:11px 2px;border:0;font-size:11px;
    }
    #mobileCall a{font-size:16px;margin-left:-14px;}
    .P--Contact--Stream .featuredSpace > .inner > table > tbody > tr > td{max-width:300px !important;}
}
.secondaryHours strong:last-of-type::after {
	content: ':';
	display: inline-block;
}
.secondaryHours strong:last-of-type::before {
	content: '';
	display: block;
}
.secondaryHours {height:3em;line-height:1.4em;}
