body, html, div, p, h1, h2, h3, h4, h5, h6, ul, li, ol, a, img, input, textarea, label, form {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: white;
}

@font-face {
  font-family: Bebas Neue;
  src: url("/fonts/bebasneueregular-webfont.eot");
  src: url("/fonts/bebasneueregular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/bebasneueregular-webfont.woff") format("woff"), url("/fonts/bebasneueregular-webfont.ttf") format("truetype"), url("/fonts/bebasneueregular-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  box-sizing: border-box;
}

body {
  background: #00a7f0;
  transition: left 0.5s;
  position: relative;
  left: 0;
  background-image: url(../media/background.tennisNet.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
}

#siteWrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  transition: padding-left 0.5s;
  z-index: 1;
}

h1 {
  font-family: Bebas Neue, sans-serif;
  margin-top: 20px;
  font-size: 48px;
  letter-spacing: 0.5px;
  position: relative;
}

html.overlayed {
  overflow: hidden;
  height: 100vh;
}

html.overlayed body {
  overflow: hidden;
  height: 100vh;
}

html.overlayed #siteWrapper {
  position: fixed;
}

#headerContainer {
  transition: left 0.5s;
  width: 100%;
}

#logoContainer {
  position: relative;
  width: auto;
  display: inline-block;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}

#logo {
  display: block;
  height: 90px;
  width: 350px;
  background: url(../media/global.logo.png) no-repeat center center;
  background-size: contain;
  max-width: 100%;
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  color: white;
  margin-bottom: 40px;
}

#header h2 {
  font-size: 24px;
  margin: 0;
  color: #4bffa0;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

h2.standalone {
  max-width: 1000px;
  box-sizing: border-box;
  padding: 20px;
  margin: 40px auto 0 auto;
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  color: white;
}

h3.standalone {
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  margin: 0 auto;
}

h4 {
  font-size: 20px;
  margin-top: 10px;
}

p {
  margin-top: 10px;
  font-size: 16px;
}

p.fieldExplanation {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.8;
}

input[type=text], input[type=email], input[type=password], textarea, select {
  padding: 10px 12px;
  background: #c1d3ec;
  color: #017fe9;
  display: block;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  height: 42px;
}

textarea {
  height: 100px;
  resize: vertical;
}

.select {
  overflow: hidden;
}

select {
  border: none;
  width: calc(100% + 30px);
  padding-right: 60px;
  box-sizing: border-box;
  background-image: url(../media/global.select.downArrow.png);
  background-repeat: no-repeat;
  background-position: right 40px center;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  border-radius: 0;
}

.select.disabled select {
  color: #888;
  background-image: url(../media/global.select.downArrowDisabled.png);
  pointer-events: none;
}

input[type=text].disabled {
  background: #DDD;
  color: #888;
  pointer-events: none;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
  background: white;
}

input[type=submit] {
  display: none;
}

label {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  color: #94B8DD;
  text-transform: uppercase;
}

fieldset {
  border: 2px solid #6ba0de;
  margin-top: 20px;
  padding: 20px;
}

.checkbox {
  border: 2px solid #6ba0de;
  padding: 10px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  padding-left: 40px;
}

.checkbox::after {
  content: "";
  display: block;
  border: 2px solid #6ba0de;
  width: 24px;
  height: 24px;
  font-family: FontAwesome;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
}

.checkbox:hover {
  border-color: #c1d3ec;
}

.checkbox.active::after {
  background: white;
  border-color: white;
  content: "\f00c";
  color: #156dcf;
}

.radio {
  display: flex;
  margin-top: 10px;
}

.radio > div {
  border: 2px solid #6ba0de;
  padding: 12px 18px;
  cursor: pointer;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  margin-right: 4px;
  text-align: center;
  flex-grow: 1;
}

.radio > div:hover {
  border-color: #c1d3ec;
}

.radio > div.active {
  background: white;
  color: #017fe9;
  border-color: white;
}

.nolabel {
  margin-top: 20px;
}

.dualInput, .tripleInput {
  display: flex;
}

.dualInput > *, .tripleInput > * {
  flex-grow: 1;
  flex-basis: 0;
}

.dualInput > *:nth-child(1) {
  margin-right: 10px;
}

.dualInput > *:mth-child(2) {
  margin-left: 10px;
}

.tripleInput > *:nth-child(1) {
  margin-right: 10px;
}

.tripleInput > *:nth-child(2) {
  margin: 0 10px;
}

.tripleInput > *:nth-child(3) {
  margin-left: 10px;
}

#quickLinksContainer {
  padding: 20px;
  background: #2f384f;
}

#quickLinksInner {
  text-align: right;
}

#quickLinksInner a {
  margin-top: 0;
}

#header {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

#menuBackdrop {
  opacity: 0;
}

a.inline {
  color: #5ccbff;
}

a.inline:hover {
  text-decoration: underline;
}

.button {
  color: white;
  font-family: bebas Neue, sans-serif;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  background: #017fe9;
  font-size: 20px;
  display: inline-block;
  margin-top: 20px;
}

.button:hover {
  color: #017fe9;
  background: white;
}

.button.important {
  background: #e44848;
  color: white;
}

.button.important:hover {
  background: white;
  color: #e44848;
}

.button.lookDisabled {
  background: #888;
}

.button.lookDisabled:hover {
  background: white;
  color: #888;
}

.button.disabled {
  background: #888;
  pointer-events: none;
  color: white;
}

.button.disabled:hover {
  background: white;
  color: #888;
}

.nonButton {
  color: #5ccbff;
}

.tile {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  padding: 20px;
}

.con2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.con2col > div {
  width: 50%;
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: auto;
}

.con2colSpaced > div {
  width: calc(50% - 10px);
}

.con2colSpaced > div:nth-child(1) {
  margin-right: 20px;
}

#footerContainer {
  background: #2f384f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: left 0.5s;
  width: 100vw;
}

#footerInner {
  display: flex;
  max-width: 1000px;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

#footerInner ul {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 14px;
}

#footerInner ul li {
  margin-top: 5px;
}

#footerInner ul li {
  opacity: 0.8;
}

#footerContainer:hover ul li {
  opacity: 0.5;
}

#footerInner ul:hover li {
  opacity: 0.8;
}

#footerInner ul li:hover {
  opacity: 1;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(68, 196, 239, 0.8);
  z-index: 999;
  overflow: auto;
  line-height: 100vh;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.overlay > * {
  max-width: 500px;
  width: 100%;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  display: inline-block;
  padding: 80px 0;
}

.overlay > div > div:nth-child(2) {
  background: #0f58aa;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}

.overlay > div > div:nth-child(2) a {
  margin-top: 0;
  flex-grow: 0;
}

.overlay > div > div:nth-child(2) a:nth-last-child(1) {
  margin-left: auto;
}

.overlay > div > div:nth-child(1) {
  background: #156dcf;
  padding: 20px;
}

.overlay > div ul {
  margin-top: 20px;
}

.overlay > div ul li {
  list-style: disc;
  margin-left: 40px;
}

#loadingOverlayContainer {
  background: rgb(68, 196, 239);
}

#loadingOverlayContent {
  background: none;
  text-align: center;
  font-size: 62px;
}

.contentBox {
  background: rgba(22, 35, 74, 0.5);
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
}

.con2col.contentBox > div {
  padding: 20px;
}

.mobile {
  display: none;
}

.infobox {
  padding: 20px;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  background: rgba(22, 35, 74, 0.5);
}

.infobox ul li {
  margin: 5px 0 0 20px;
  list-style: disc;
}

#messages > .infobox:nth-child(1) {
  margin-top: 40px;
}

.contentBox h3 {
  margin-top: 40px;
}

.contentBox ul, .contentBox p {
  margin-top: 20px;
}

.contentBox ul li {
  margin: 5px 0 0 10px;
  list-style: disc;
}

.contentBox > *:nth-child(1) {
  margin-top: 0;
}

#content > *:nth-last-child(1) {
  margin-bottom: 0;
}

#content {
  margin-bottom: 20px;
}

table {
  margin-top: 20px;
  width: 100%;
}

table tr {
  background: #156dcf;
}

table td {
  padding: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.borderImage {
  margin: 20px;
  display: inline-block;
  max-width: 100%;
}

.scalePic {
  max-width: 100%;
}

.warning {
  color: #e44848;
}

.stdLink {
  color: #74eaff;
  text-decoration: underline;
}

#contactOverlayForm, #contactOverlayForm > div {
  width: 100%;
}

#cartButton {
  position: relative;
}

#cartCount {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #e44848;
  padding: 5px;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 12px;
}

a:hover span#cartCount {
  color: white;
}

#covidContainer {
  padding: 20px;
  background: #5818b7;
  display: flex;
  align-items: center;
}

#covidContainer span {
  flex-grow: 1;
  padding: 0 20px;
}

#covidContainer i {
  font-size: 24px;
}

#covidContainer a {
  flex-grow: 0;
  margin: 0;
  background: white;
  color: #5818b7;
}

/*Standard Menu*/
@media only screen and (min-width: 1081px) {
  #headerContainer {
    position: relative;
    width: 100%;
    z-index: 900;
  }
  #menuToggle {
    display: none;
  }
  #menu {
    letter-spacing: 0.5px;
    font-size: 26px;
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
  }
  #menu li {
    flex-grow: 1;
    text-align: center;
    position: relative;
  }
  #menu li.mobileLink, #quickLinksContainer a.mobileLink {
    display: none;
  }
  #menu li a {
    font-family: Bebas Neue, sans-serif;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    color: white;
  }
  #menu li > a {
    width: 100%;
    white-space: nowrap;
  }
  #menu li:hover {
    background: #017fe9;
  }
  #menu li ul {
    position: absolute;
    top: 100%;
    width: 280px;
    opacity: 0;
    pointer-events: none;
  }
  #menu li ul li {
    text-align: left;
    display: block;
  }
  #menu li ul li a {
    display: block;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    background: #017fe9;
  }
  #menu li:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
  #menu li.hasSubmenu ul li a:hover {
    background: white;
    color: #017fe9;
  }
  #menu li.hasSubmenu > a > span {
    display: inline-block;
    position: relative;
  }
  #menu li.hasSubmenu > a > span:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f078";
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
  }
  #menu li.hasSubmenu:hover > a > span:after {
    content: "\f077";
  }
  #menuScrollbarOuter {
    display: none;
  }
}
/* Tablet */
@media only screen and (max-width: 1080px) {
  #menuScrollbarOuter {
    position: absolute;
    width: 5px;
    height: calc(100vh - 40px);
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    touch-events: none;
    transition: opacity 0.2s;
  }
  #menuScrollbarOuter.visible {
    opacity: 1;
    touch-events: auto;
  }
  #scrollbar {
    height: 40px;
    width: 5px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
  }
  #menuOuter {
    width: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  #quickLinksInner a.button.desktopLink {
    display: none;
  }
  #menu li.desktopLink {
    display: none;
  }
  #headerContainer {
    position: relative;
  }
  .tile {
    min-height: 800px;
  }
  #menuToggle {
    color: white;
    font-size: 26px;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    left: 20px;
    top: 48px;
    text-align: center;
  }
  #menuToggle span {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
  }
  #menuContainer {
    width: 0;
    overflow: hidden;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    transition: width 0.5s;
    background: #214164;
  }
  #menuBackdrop {
    background: rgba(33, 65, 100, 0.5);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    cursor: pointer;
  }
  #menu {
    font-size: 26px;
    display: block;
    padding: 40px 0;
    width: 240px;
  }
  #menu li {
    display: block;
  }
  #menu li:hover {
    background: #017fe9;
  }
  #menu > li > a {
    text-align: left;
    color: white;
    font-family: Bebas Neue, sans-serif;
    letter-spacing: 0.5px;
    padding: 10px;
    display: block;
    position: relative;
  }
  #menu li.hasSubmenu > a > span {
    position: static;
  }
  #menu li.hasSubmenu > a > span:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f053";
    font-size: 16px;
    padding-left: 10px;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0, -50%);
  }
  #menu li.hasSubmenu.active > a > span:after {
    content: "\f078";
  }
  #menu li ul li a {
    display: block;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    padding: 5px;
  }
  #menu li ul li a:hover {
    background: white;
    color: #017fe9;
  }
  #menu li ul {
    padding: 10px;
  }
  html.menuActive {
    overflow: hidden;
  }
  html.menuActive body {
    overflow: hidden;
    background-position: 280px 0;
  }
  html.menuActive #siteWrapper {
    padding-left: 280px;
  }
  html.menuActive #menuBackdrop {
    opacity: 1;
    pointer-events: auto;
  }
  html.menuActive #menuContainer {
    width: 280px;
  }
  html.menuActive #footerContainer {
    left: 280px;
  }
  #footerTraining {
    display: none;
  }
  .borderImage {
    float: none;
    margin: 20px 0;
  }
}
/* Phablet */
@media only screen and (max-width: 780px) {
  .con2col {
    display: block;
  }
  .con2col > div {
    width: 100%;
  }
  .con2col > div:nth-child(2) {
    margin-top: 20px;
  }
  #logoContainer {
    left: 0;
    transform: none;
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  h1 {
    margin-top: 10px;
    display: block;
    white-space: normal;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  }
  #logo {
    width: 100%;
  }
  #quickLinksContainer {
    padding: 10px;
  }
  #quickLinksInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #quickLinksInner a {
    flex-grow: 1;
    text-align: center;
    margin: 10px;
  }
}
/* Mobile */
@media only screen and (max-width: 580px) {
  .mobileBlock {
    display: block;
  }
  h2.standalone {
    margin-top: 0;
  }
  a.button {
    display: block;
    margin-top: 10px;
  }
  .left {
    float: none;
  }
  .dualInput, .tripleInput {
    display: block;
  }
  .overlay > div > div:nth-child(2) {
    display: block;
  }
  .overlay > div > div:nth-child(2) a {
    margin-top: 10px;
  }
  .overlay > div > div:nth-child(2) a:nth-child(1) {
    margin-top: 0;
  }
  .tripleInput > *:nth-child(1), .tripleInput > *:nth-child(2), .tripleInput > *:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
  h1 {
    font-size: 42px;
  }
  #footerInner {
    display: block;
  }
  #footerCoaching {
    display: none;
  }
  #footerContact {
    margin-top: 20px;
  }
}