@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

.round-top {
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em; }
  @media (max-width: 1023px) {
    .round-top {
      border-top-right-radius: 0;
      border-top-left-radius: 0; } }

.round-bottom {
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em; }
  @media (max-width: 1023px) {
    .round-bottom {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; } }

.round-top-extra {
  border-top-right-radius: 5em;
  border-top-left-radius: 5em; }

.round-bottom-extra {
  border-bottom-right-radius: 5em;
  border-bottom-left-radius: 5em; }

.display-block {
  display: block !important; }

.display-inline-block {
  display: inline-block !important; }

.display-flex {
  display: -webkit-flex !important;
  display: flex !important; }

.display-none {
  display: none !important; }

.clear-float {
  clear: both; }

.error {
  border: 1px solid #e32028; }

ul.errorlist {
  color: #e32028;
  padding-left: 0;
  list-style-type: none; }

label:not(.required) {
  font-weight: initial; }

label.required {
  font-weight: bold; }

.bold-text {
  font-weight: bold; }

.center {
  text-align: center; }

.center-margin {
  margin-left: auto;
  margin-right: auto; }

.pointer {
  cursor: pointer; }

ul.messagelist {
  padding: 0;
  margin: 0; }

ul.messagelist li {
  display: block;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 10px 10px 65px;
  margin: 0 0 10px 0;
  background: #dfd url("../usta/img/icon-yes.svg") 40px 12px no-repeat;
  background-size: 16px auto;
  color: #333;
  border-bottom: 2px solid green; }

ul.messagelist li.warning {
  background: #ffc url("../usta/img/icon-alert.svg") 40px 14px no-repeat;
  background-size: 14px auto;
  border-bottom: 2px solid yellow; }

ul.messagelist li.error {
  background: #ffefef url("../usta/img/icon-no.svg") 40px 12px no-repeat;
  background-size: 16px auto;
  border-bottom: 2px solid red; }

.seeded {
  color: red !important; }

.event16 {
  color: green !important; }

.event18 {
  color: darkblue !important; }

.event16 a, .event18 a {
  color: inherit; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

body {
  position: relative;
  z-index: 0; }

#site-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

#body-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

main {
  position: relative;
  z-index: 11; }

.body-content {
  position: relative;
  z-index: 12; }

table {
  width: 100% !important; }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto; }

#body-wrapper {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 767px) and (max-width: 1023px) {
    #body-wrapper {
      width: 95%; } }
  @media (min-width: 1023px) {
    #body-wrapper {
      width: 90%; } }

main {
  width: 97%;
  height: auto;
  margin-right: auto;
  margin-left: auto; }
  @media (550px) {
    main {
      width: 100%; } }

.body-content {
  padding-top: 5px;
  padding-bottom: 25px;
  /*margin-right: 5%;*/
  /*margin-left: 5%;*/
  overflow-y: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%; }

a {
  width: 100%;
  height: 100%; }

.body-content a {
  width: auto;
  height: auto; }

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.body-content img {
  width: auto; }

ul,
ol,
li {
  padding: 0;
  margin: 0; }

nav {
  padding: 0;
  margin: 0; }

.body-content h1 {
  margin-top: 10px;
  margin-bottom: 20px; }

.body-content h2,
.body-content h3,
.body-content h4,
.body-content h5,
.body-content h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

body {
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 767px) {
    body {
      font-size: 0.95em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    body {
      font-size: 0.975em; } }
  @media (min-width: 1024px) and (max-width: 1600px) {
    body {
      font-size: 1em; } }
  @media (min-width: 1601px) {
    body {
      font-size: 1em; } }

h1 {
  text-align: center; }
  @media (max-width: 550px) {
    h1 {
      font-size: 1.6em; } }
  @media (min-width: 550px) and (max-width: 767px) {
    h1 {
      font-size: 1.8em; } }
  @media (min-width: 767px) {
    h1 {
      font-size: 2em; } }

h2 {
  text-align: center; }
  @media (max-width: 550px) {
    h2 {
      font-size: 1.3em; } }
  @media (min-width: 550px) and (max-width: 767px) {
    h2 {
      font-size: 1.4em; } }
  @media (min-width: 767px) {
    h2 {
      font-size: 1.5em; } }

h3 {
  text-align: center; }
  @media (max-width: 550px) {
    h3 {
      font-size: 1.12em; } }
  @media (min-width: 550px) and (max-width: 767px) {
    h3 {
      font-size: 1.125em; } }
  @media (min-width: 767px) {
    h3 {
      font-size: 1.17em; } }

h4,
h5,
h6 {
  text-align: center; }
  @media (max-width: 550px) {
    h4,
    h5,
    h6 {
      font-size: 0.95em; } }
  @media (min-width: 550px) and (max-width: 767px) {
    h4,
    h5,
    h6 {
      font-size: 0.975em; } }
  @media (min-width: 767px) {
    h4,
    h5,
    h6 {
      font-size: 1em; } }

@media (max-width: 767px) {
  .body-content {
    word-wrap: break-word; } }

body {
  background-color: #99caed;
  background-image: linear-gradient(to bottom, #000 200px, #020235, #1c3f73 400px, #3b7db8, #99caed);
  background-repeat: no-repeat; }

#body-wrapper {
  background-color: #fff; }

#body-wrapper {
  box-shadow: 3px 3px 3px 3px #020235; }

body:after {
  display: none; }

@media all and (min-width: 1024px) {
  body:after {
    content: "widescreen"; } }
@media all and (max-width: 1024px) {
  body:after {
    content: "mobile"; } }
@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

nav {
  position: relative;
  z-index: 40; }

nav ul {
  position: relative;
  z-index: 41; }
nav .nav-other {
  position: relative;
  z-index: 45; }
nav header {
  position: relative;
  z-index: 45; }
nav ul li {
  position: relative; }
nav ul li a {
  position: relative;
  z-index: 51; }
nav ul ul {
  position: relative;
  z-index: 55; }
nav ul ul li {
  position: relative;
  z-index: 56; }
nav ul ul li a {
  position: relative;
  z-index: 57; }

#header-nav {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

#header-nav .nav-wrapper {
  -webkit-order: 1;
  order: 1; }
#header-nav .nav-other {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-order: 0;
  order: 0; }
@media (max-width: 550px) {
  #header-nav .nav-other {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around; } }
#header-nav .nav-other header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 9;
  flex-grow: 9;
  -webkit-flex-basis: 10%;
  flex-basis: 10%;
  -webkit-order: 2;
  order: 2; }
  @media (max-width: 550px) {
    #header-nav .nav-other header {
      -webkit-order: 3;
      order: 3;
      -webkit-flex-basis: 100%;
      flex-basis: 100%; } }
#header-nav .nav-other .nav-logo-wrapper {
  -webkit-order: 1;
  order: 1; }
  @media (max-width: 550px) {
    #header-nav .nav-other .nav-logo-wrapper {
      -webkit-order: 1;
      order: 1; } }
#header-nav .nav-other .nav-form-wrapper {
  display: none;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 10%;
  flex-basis: 10%;
  -webkit-order: 3;
  order: 3; }
#header-nav .nav-other .mobile-nav-icon-wrapper {
  -webkit-order: 3;
  order: 3; }
  @media (max-width: 1024px) {
    #header-nav .nav-other .mobile-nav-icon-wrapper {
      padding: 10px; } }
  @media (max-width: 550px) {
    #header-nav .nav-other .mobile-nav-icon-wrapper {
      -webkit-order: 2;
      order: 2; } }
#header-nav .nav-other .nav-tourn-dates {
  -webkit-order: 4;
  order: 4;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.horiz-nav .nav-main-menu {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-content: space-around;
  align-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.horiz-nav .nav-link {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1.5;
  flex-grow: 1.5;
  -webkit-flex-basis: 75px;
  flex-basis: 75px;
  -webkit-align-content: space-around;
  align-content: space-around; }
.horiz-nav .nav-sub-menu {
  position: absolute;
  display: none;
  top: 50px;
  left: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: space-around;
  align-content: space-around; }
.horiz-nav .nav-main-menu li:hover > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
.horiz-nav .nav-sublink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50px;
  flex-basis: 50px;
  -webkit-align-content: space-around;
  align-content: space-around; }
.horiz-nav a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.horiz-nav img {
  display: none; }

#header-nav .vert-nav {
  position: absolute;
  top: 80px;
  left: 0; }

.vert-nav .nav-main-menu {
  display: block;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1; }
.vert-nav .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1; }
.vert-nav .nav-link a {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
.vert-nav .nav-sub-menu {
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }
.vert-nav .nav-sublink {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }
.vert-nav .nav-sublink a {
  -webkit-justify-content: center;
  justify-content: center; }
.vert-nav a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.mobile-nav-icon-wrapper {
  display: block; }
  @media (min-width: 1024px) {
    .mobile-nav-icon-wrapper {
      display: none; } }

.mobile-nav-icon-wrapper .mobile-nav-icon-bars,
.mobile-nav-icon-wrapper .mobile-nav-icon-bars-red {
  display: none; }

footer nav {
  position: absolute;
  right: 0;
  bottom: 55px; }
footer .nav-wrapper {
  display: none;
  z-index: 29; }
footer .nav-wrapper .nav-main-menu {
  position: absolute;
  bottom: 0; }
footer .nav-wrapper .nav-sub-menu {
  display: none; }

.mytabs #menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }
.mytabs #menu li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -webkit-justify-content: center;
  justify-content: center; }
.mytabs #menu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -webkit-justify-content: center;
  justify-content: center; }

nav img {
  width: auto;
  max-width: 40px;
  max-height: 40px;
  padding-right: 5px; }
  @media (max-width: 896px) {
    nav img {
      max-width: 30px; } }
  @media (max-width: 767px) {
    nav img {
      max-width: 25px; } }

.nav-main-menu {
  width: 100%; }

#header-nav {
  width: 98%;
  padding-right: 1%;
  padding-left: 1%;
  margin-top: 5px; }

#header-nav .nav-other header {
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }
@media (max-width: 550px) {
  #header-nav .nav-other .nav-logo-wrapper {
    max-width: 60%; } }
@media (max-width: 550px) {
  #header-nav .nav-other .mobile-nav-icon-wrapper {
    max-width: 35%; } }
#header-nav h1 {
  padding: 0;
  margin: 0; }
#header-nav a {
  max-height: 75px; }
  @media (max-width: 550px) {
    #header-nav a {
      max-height: 125px; } }
#header-nav .nav-logo, #header-nav .mobile-nav-icon-wrapper {
  height: 78px;
  width: auto; }

.horiz-nav {
  width: 100%;
  height: 50px; }

.horiz-nav {
  margin-bottom: 1px; }
  .horiz-nav .nav-main-menu {
    height: 50px; }
  .horiz-nav .nav-link {
    width: 100%;
    height: 50px; }
  .horiz-nav .nav-link:not(:last-child) {
    margin-right: 5px; }
  .horiz-nav .nav-sub-menu {
    width: 100%; }
  .horiz-nav .nav-sublink {
    width: 100%;
    height: 50px; }
  .horiz-nav a {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%; }

.vert-nav {
  width: 100%;
  height: 50px; }

.vert-nav .nav-link {
  width: 100%;
  min-height: 50px; }
.vert-nav .nav-link a {
  width: initial;
  padding-left: 2%;
  padding-right: 2%; }
  @media (min-width: 1024px) {
    .vert-nav .nav-link a {
      padding-left: 15px;
      padding-right: 15px; } }
.vert-nav .nav-sub-menu {
  width: auto;
  min-height: 50px; }
.vert-nav .nav-sublink {
  min-width: 100%;
  margin-bottom: 5px; }
.vert-nav .nav-sublink a {
  margin: 0 10px; }
.vert-nav a {
  min-height: 50px; }

@media (min-width: 550px) and (max-width: 1023px) {
  footer nav {
    margin-right: 5%;
    margin-left: 5%; } }
@media (min-width: 1024px) {
  footer nav {
    max-width: 60%;
    margin-right: 1%; } }
@media (min-width: 550px) and (max-width: 1023px) {
  footer .vert-nav {
    width: 90%; } }
footer .vert-nav .nav-link {
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px; }
footer .vert-nav a {
  min-height: 30px; }
footer .vert-nav .nav-sub-menu {
  min-height: 30px; }
footer .vert-nav .nav-sublink {
  min-height: 30px; }

.mytabs #menu {
  padding: 0; }

@media (min-width: 1024px) and (max-width: 1300px) {
  nav ul {
    font-size: 0.95em; } }
@media (min-width: 1024px) and (max-width: 1300px) {
  nav ul ul {
    font-size: 0.9em; } }
nav ol,
nav ul {
  text-decoration: none; }
nav a {
  text-align: center;
  text-decoration: none; }
nav a:link,
nav a:visited {
  color: inherit; }

header a {
  text-align: center;
  text-decoration: none; }
header a:link,
header a:visited {
  color: #fff; }

.nav-tourn-dates {
  color: #fff; }

.nav-tourn-dates {
  text-align: center; }

.horiz-nav .nav-link {
  font-weight: bold; }

nav ol,
nav ul,
nav a {
  list-style-type: none; }

#header-nav {
  background-color: #000; }

.horiz-nav .nav-link {
  background-color: #6AB2E2;
  color: #000; }
.horiz-nav .nav-link a:hover {
  background-color: #6AB2E2;
  color: #000; }
.horiz-nav .nav-sublink {
  background-color: #000;
  color: #fff; }
.horiz-nav .nav-sub-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.6); }

.vert-nav .nav-link {
  background-color: #000;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.6); }
.vert-nav .nav-sublink a {
  border-bottom: 1px solid #6AB2E2; }
.vert-nav a:hover {
  background-color: #6AB2E2;
  color: #000; }

.vert-nav .nav-link {
  background-color: #000;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.body-content .ui-widget-content {
  border: none; }
.body-content .mytabs .ui-widget-content {
  border: 1px solid #efefef;
  border-radius: 4px; }
.body-content .mytabs .ui-widget-header {
  background: #fff;
  border: none;
  border-bottom: 1px solid #efefef;
  border-radius: 0; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

#banner-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.banner-image {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 6; }

#banner-sponsor-level {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0; }

#banner-url {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 7; }

#banner-text {
  position: absolute;
  z-index: 6;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

#banner-index-list {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

#banner-index-list li {
  display: inline-block;
  height: 2px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: #000; }

#banner-index-list li.selected {
  background-color: #6AB2E2; }

@media (max-width: 767px) {
  #banner-wrapper .align-far-left {
    left: 65px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  #banner-wrapper .align-far-left {
    left: 70px; } }
@media (min-width: 1024px) and (max-width: 1600px) {
  #banner-wrapper .align-far-left {
    left: 75px; } }
@media (min-width: 1601px) {
  #banner-wrapper .align-far-left {
    left: 80px; } }
@media (max-width: 550px) {
  #banner-wrapper .align-left {
    left: 65px; } }
@media (min-width: 550px) {
  #banner-wrapper .align-left {
    right: 55%; } }
@media (max-width: 550px) {
  #banner-wrapper .align-right {
    right: 65px; } }
@media (min-width: 550px) {
  #banner-wrapper .align-right {
    left: 55%; } }
@media (max-width: 767px) {
  #banner-wrapper .align-far-right {
    right: 65px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  #banner-wrapper .align-far-right {
    right: 70px; } }
@media (min-width: 1024px) and (max-width: 1600px) {
  #banner-wrapper .align-far-right {
    right: 75px; } }
@media (min-width: 1601px) {
  #banner-wrapper .align-far-right {
    right: 80px; } }

#banner-wrapper .arrow-wrapper {
  position: absolute;
  top: 105px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
#banner-wrapper .arrow-container {
  position: relative;
  z-index: 8; }
#banner-wrapper .arrow {
  position: relative;
  z-index: 9;
  display: none; }

#banner-wrapper {
  width: 100%;
  min-height: 252px;
  /*max-width: 1920px;*/
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  overflow: hidden; }
  @media (max-width: 1023px) {
    #banner-wrapper {
      margin-bottom: 2px; } }

.banner-image {
  /*width: 1920px;*/
  height: 250px;
  min-width: 1920px;
  /*max-width: 1920px;*/
  overflow: hidden; }

#banner-sponsor-level {
  padding: 2px 5px;
  padding-right: 10px;
  margin-bottom: 2px; }
  #banner-sponsor-level p {
    margin: 0; }

#banner-text {
  height: 100%; }
  @media (max-width: 550px) {
    #banner-text {
      max-width: 40%; } }
  @media (min-width: 550px) and (max-width: 767px) {
    #banner-text {
      max-width: 35%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #banner-text {
      max-width: 25%; } }
  @media (min-width: 1024px) {
    #banner-text {
      max-width: 20%; } }

#banner-wrapper .arrow-wrapper {
  width: 100%; }
#banner-wrapper .arrow-container {
  min-width: 50px; }
  @media (max-width: 767px) {
    #banner-wrapper .arrow-container {
      margin-right: 5px;
      margin-left: 5px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #banner-wrapper .arrow-container {
      margin-right: 10px;
      margin-left: 10px; } }
  @media (min-width: 1024px) and (max-width: 1600px) {
    #banner-wrapper .arrow-container {
      margin-right: 15px;
      margin-left: 15px; } }
  @media (min-width: 1601px) {
    #banner-wrapper .arrow-container {
      margin-right: 20px;
      margin-left: 20px; } }
#banner-wrapper .arrow {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px; }

#banner-text p {
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px #000, -1px 1px 5px #000, 1px -1px 5px #000, -1px -1px 5px #000; }
  @media (min-width: 768px) {
    #banner-text p {
      font-size: 2em; } }

#banner-sponsor-level a {
  text-decoration: none; }
#banner-sponsor-level p {
  font-size: small;
  color: #fff;
  text-align: center; }

#banner-wrapper {
  background-color: #3b7db8;
  background-image: linear-gradient(to bottom, #3b7db8, #fff, #3b7db8); }

#banner-sponsor-level {
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 0.5em; }

#banner-wrapper {
  box-shadow: 3px 3px 3px 3px #020235; }

.arrow-container {
  cursor: pointer; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

footer {
  position: relative;
  z-index: 30;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column; }

footer .link-div {
  position: relative;
  display: -webkit-flex;
  display: flex;
  z-index: 31;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
footer .sitemap-toggle {
  z-index: 32;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
footer .sitemap-toggle a {
  z-index: 33;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

footer .social-media {
  z-index: 32;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
footer .social-media li {
  z-index: 33;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
footer .social-media a {
  z-index: 33;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
footer .social-media img {
  z-index: 33;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
@media (max-width: 550px) {
  footer .social-media p {
    display: none; } }

footer {
  width: 100%;
  padding-bottom: 10px; }

footer .link-div {
  width: 90%;
  max-height: 50px;
  padding-top: 5px; }
footer p {
  padding: 0;
  margin: 0; }
footer .sitemap-toggle {
  height: 50px;
  min-width: 20%; }
footer img {
  max-width: 30px;
  max-height: 30px;
  padding-right: 5px; }
  @media (max-width: 767px) {
    footer img {
      max-width: 25px; } }

footer .social-media {
  min-width: 30%; }
footer .social-media li {
  height: 100%;
  min-height: 40px;
  max-height: 50px;
  padding-right: 5%;
  padding-left: 5%; }
@media (max-width: 550px) {
  footer .social-media a {
    margin-right: 5%;
    margin-left: 5%; } }

footer {
  font-weight: bold;
  color: #fff;
  font-size: smaller; }

footer a,
footer p {
  text-align: center; }
footer a:link,
footer a:visited {
  color: #fff;
  text-decoration: none; }

footer {
  background-color: #000; }

footer .social-media {
  list-style-type: none; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

.form-field-div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column; }

.form-field-label,
.form-field-singleline,
.form-field-label-singleline {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

table {
  width: 100%;
  padding: 0;
  margin: 0; }

table th,
table td {
  padding-top: 0.5%;
  padding-right: 1%;
  padding-bottom: 0.5%;
  padding-left: 1%;
  margin: 0; }

fieldset {
  width: 95%;
  margin: 0;
  padding-right: 2%;
  padding-left: 2%;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 550px) {
    fieldset {
      width: 94%; } }

@media (max-width: 550px) {
  .form-field,
  .form-field-div {
    width: 96%; } }
@media (min-width: 550px) and (max-width: 767px) {
  .form-field,
  .form-field-div {
    width: 97%; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .form-field,
  .form-field-div {
    width: 98%; } }
@media (min-width: 1024px) {
  .form-field,
  .form-field-div {
    width: 99%; } }

.form-field textarea {
  width: 100%; }

.form-field-div {
  margin-top: 10px; }

table {
  border-collapse: collapse; }

table th,
table td {
  border: 1px solid #c0c0c0; }
table tr:nth-child(odd) {
  background-color: #efefef; }
table .player-img {
  background-color: #fff; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

#draws-page .round-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; }
#draws-page .round {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }
  #draws-page .round .spacer {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  #draws-page .round .spacer:first-child,
  #draws-page .round .spacer:last-child {
    -webkit-flex-grow: 0.5;
    flex-grow: 0.5; }
  #draws-page .round .game-spacer {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
#draws-page .round-names li {
  display: inline-block; }
#draws-page .submit-row {
  display: flex;
  justify-content: center; }

#draws-page .draw-button {
  display: flex;
  justify-content: center; }

#draws-page li.game .number {
  display: inline-block; }

#draws-page #bracket-select {
  position: relative; }
#draws-page .hotspot {
  display: block;
  position: absolute; }
#draws-page .wash {
  position: absolute; }
#draws-page .select-div, #draws-page #bracket-select {
  display: inline-block; }

#draws-page .round {
  width: 150px;
  padding: 0; }
#draws-page .round-final {
  margin-left: -150px; }
#draws-page .round-names li {
  width: 150px; }
#draws-page .round-names li:first-child {
  padding-left: 30px;
  width: 120px; }
#draws-page #third-place-match-container {
  margin: auto;
  max-width: 305px; }

#draws-page li.game {
  padding-left: 5px;
  overflow-x: hidden; }
  #draws-page li.game .number {
    width: 25px; }
  #draws-page li.game .bye {
    padding-left: 30px; }

#draws-page .round-container {
  font-size: .9em; }
#draws-page .round {
  -webkit-justify-content: center;
  justify-content: center; }

#draws-page li.game {
  white-space: nowrap;
  text-overflow: ellipsis; }
  #draws-page li.game a {
    text-decoration: none;
    /* Players are colored so this is no longer necessary */
    /*color: blue;*/ }
  #draws-page li.game a:hover {
    text-decoration: underline; }
  #draws-page li.game .title {
    font-weight: bold;
    white-space: initial; }

#draws-page .round {
  list-style: none; }

#draws-page .hotspot-border {
  border: 1px solid #306c99; }
#draws-page .hotspot + * {
  pointer-events: none;
  opacity: 0; }
#draws-page .hotspot:hover + * {
  opacity: 1.0; }
#draws-page .wash {
  background-color: rgba(48, 108, 153, 0.6); }
#draws-page .select-div, #draws-page #bracket-select {
  vertical-align: top; }

#draws-page li.game-top {
  border-bottom: 1px solid #aaa; }
#draws-page li.game-spacer {
  border-right: 1px solid #aaa; }
#draws-page li.game-bottom {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa; }
#draws-page li.game-top-score {
  border-right: 1px solid #aaa; }

#draws-page .hotspot-border {
  box-sizing: border-box; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

#front-page-potd-container {
  width: 100%; }

.days-until-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #CCC;
  border-radius: 10px;
  max-width: 172px;
  margin: auto;
  font-weight: bold; }

.days-until {
  display: inline-block;
  padding: 5px; }
  .days-until p {
    margin: 0; }

#days-until {
  display: inline-block;
  font-size: xx-large;
  background-color: #3A7BB6;
  color: white;
  padding: 2px;
  border: 1px solid #666;
  border-radius: 10px;
  min-width: 50%;
  box-shadow: 1px 1px #666;
  margin-bottom: 10px; }

#front-page-left-center-doc {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

#front-page-left-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }
  @media (max-width: 1023px) {
    #front-page-left-center {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    #front-page-left-center {
      display: initial; } }

#front-page-columns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 1023px) {
    #front-page-columns {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      display: block; } }

#front-page-left {
  text-align: center;
  /*@include display-flex;              // Display as flex.
  @include align-items(center);        // Cross axis alignment.
  @include flex-direction(column); */
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }
  @media (max-width: 1023px) {
    #front-page-left {
      -webkit-order: 1;
      order: 1; } }
  @media (max-width: 767px) {
    #front-page-left h2 {
      display: none; } }

#front-page-center {
  /*@include display-flex;              // Display as flex.
  @include justify-content(center);     // Main axis alignment.
  @include flex-grow(1);*/ }
  @media (max-width: 1023px) {
    #front-page-center {
      -webkit-order: 3;
      order: 3; } }

#front-page-right {
  /*@include display-flex;              // Display as flex.
  @include justify-content(center);    // Main axis alignment.*/
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }
  @media (max-width: 1023px) {
    #front-page-right {
      -webkit-order: 2;
      order: 2;
      margin-left: auto;
      margin-right: auto; } }

#front-page-columns {
  width: 100%; }

#front-page-left {
  /*width: 20%;*/
  margin-bottom: 10px; }

#front-page-left img {
  max-height: 198px; }

#front-page-center {
  margin: 10px auto;
  border: transparent 10px solid; }

#front-page-right {
  width: 310px;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

#map-checkbox-wrapper {
  display: none; }

#map-checkbox-wrapper .map-checkbox-container {
  display: inline-block; }
#map-checkbox-wrapper .map-helper-text {
  display: block; }

#map {
  width: 100%;
  height: 400px;
  margin: auto; }
  @media (max-height: 450px) {
    #map {
      height: 200px;
      width: 75%; } }

#map img {
  max-height: none; }

#map-checkbox-wrapper {
  padding-top: 10px; }
  @media (max-width: 767px) {
    #map-checkbox-wrapper {
      padding-bottom: 10px; } }
  @media (min-width: 767px) and (max-width: 1600px) {
    #map-checkbox-wrapper {
      padding-bottom: 15px; } }
  @media (min-width: 1600px) {
    #map-checkbox-wrapper {
      padding-bottom: 30px; } }

#map-checkbox-wrapper .map-checkbox-container {
  padding-right: 3%;
  padding-left: 3%; }
#map-checkbox-wrapper img {
  width: auto;
  height: auto; }

.map-table {
  padding: 0;
  margin: 0; }

.map-table th,
.map-table td {
  width: 12.5%; }

#map-table-tournament .map-description {
  width: 60%; }
#map-table-tournament .map-address {
  width: 15%; }

#map-table-practive .map-description {
  width: 60%; }
#map-table-practive .map-address {
  width: 15%; }

#map-table-parking .map-description {
  width: 60%; }
#map-table-parking .map-address {
  width: 15%; }

#map-table-hotels th,
#map-table-hotels td {
  width: 10%; }
#map-table-hotels .map-description {
  width: 55%; }
#map-table-hotels .map-address {
  width: 15%; }

#map-table-hospital th,
#map-table-hospital td {
  width: 12.5%; }
#map-table-hospital .map-description {
  width: 60%; }
#map-table-hospital .map-address {
  width: 15%; }

.body-content .map-header {
  margin-top: 10px; }
.body-content .map-helper-text {
  padding-top: 10px; }

#map-checkbox-wrapper {
  text-align: center; }

.map-helper-text {
  font-size: small; }

.map-provided-by-text {
  font-size: small;
  font-weight: bold;
  text-align: center; }

.map-table th,
.map-table td {
  text-align: center; }
.map-table .map-description {
  text-align: left; }

.map-divider {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

#article-main {
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 767px) {
    #article-main {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

#article-container {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

#news-summaries {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.news-summary,
.news-summary-spacer {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

.news-summary .news-content {
  -webkit-flex-grow: 1;
  flex-grow: 1; }
.news-summary .placeholder {
  position: absolute;
  top: 0;
  left: 0; }

.news-title {
  position: absolute;
  bottom: 0; }

.news-image-div {
  position: relative; }

.news-image-div .news-date {
  position: absolute;
  top: 0;
  right: 0; }

.news-image {
  float: left; }

#date-nav {
  display: -webkit-flex;
  display: flex; }

#date-nav .stretch {
  -webkit-flex-grow: 1;
  flex-grow: 1; }
#date-nav a {
  display: block;
  -webkit-flex-basis: 0;
  flex-basis: 0; }
#date-nav .empty,
#date-nav a {
  -webkit-flex-grow: 1;
  flex-grow: 1; }
#date-nav .date-current {
  display: block;
  -webkit-align-self: center;
  align-self: center; }
  @media (max-width: 550px) {
    #date-nav .date-current {
      display: none; } }

.date-nav-current {
  display: none;
  -webkit-align-self: center;
  align-self: center; }
  @media (max-width: 550px) {
    .date-nav-current {
      display: block; } }

@media (max-width: 767px) {
  .news-list,
  .potd-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    -webkit-justify-content: center;
    justify-content: center; } }
.news-list a,
.potd-list a {
  display: block; }

@media (max-width: 767px) {
  #drilldown {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: auto;
    overflow-y: auto !important; }

  #drilldown .news-list {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  #drilldown .news-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    #drilldown .news-list li ol {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      #drilldown .news-list li ol li {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-grow: 0;
        flex-grow: 0; }
      #drilldown .news-list li ol a {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
  #drilldown li ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
.news-summary,
.news-summary-spacer {
  width: 300px;
  padding: 5px;
  margin: 5px; }
  @media (max-width: 550px) {
    .news-summary,
    .news-summary-spacer {
      margin: 5px 0; } }

.news-summary p {
  margin: 0; }
.news-summary .placeholder {
  width: 100%;
  height: 100%; }

.news-title {
  width: 97%;
  max-width: 290px;
  padding: 5px;
  margin-bottom: 5px !important; }

.news-image-div {
  min-height: 150px; }

.news-image-div .news-date {
  padding: 5px; }

.news-article {
  padding-top: 20px; }

.news-image {
  height: auto;
  max-width: 300px;
  margin-right: 1em;
  margin-bottom: 1em; }

.news-article {
  margin-right: 5%;
  margin-left: 5%; }

#article-container {
  /*padding-top: 25px;*/ }
  @media (max-width: 767px) {
    #article-container {
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 10px; } }

#date-nav-bar {
  width: 95%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }

#date-nav .empty,
#date-nav a {
  padding: 10px;
  margin: 10px; }
#date-nav .empty {
  padding-right: 35px; }
#date-nav .nav-left {
  padding-left: 35px; }
#date-nav .nav-right {
  padding-right: 35px; }

#drilldown {
  height: 125vh;
  overflow-y: scroll;
  min-width: 150px;
  padding: 5px; }
  @media (max-width: 767px) {
    #drilldown {
      width: auto;
      height: auto;
      min-height: auto;
      max-width: none;
      max-height: none; } }

@media (max-width: 767px) {
  #drilldown .news-list span {
    min-width: 50px;
    padding-top: 10px;
    padding-left: 5%; } }
@media (max-width: 767px) {
  #drilldown .news-list li {
    width: 95%;
    max-width: none; } }
@media (max-width: 767px) {
  #drilldown .news-list ol li {
    width: auto;
    min-width: 15%;
    margin: 5px; } }
@media (max-width: 550px) {
  #drilldown .news-list ol li {
    min-width: 25%; } }
@media (max-width: 767px) {
  #drilldown .news-list ol a {
    width: 100%;
    height: 100%; } }

.news-list a,
.potd-list a {
  padding: 5px;
  margin-top: 5px; }
.news-list ol,
.potd-list ol {
  padding-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px; }
.news-list li,
.potd-list li {
  width: 123px;
  max-width: 123px;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .news-list li,
    .potd-list li {
      margin-right: 5px;
      margin-left: 5px; } }
.news-list li li,
.potd-list li li {
  width: 103px;
  max-width: 103px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .news-list li li,
    .potd-list li li {
      margin-right: 0;
      margin-left: 0; } }
.news-list li li a,
.potd-list li li a {
  width: 93px;
  max-width: 93px; }

.news-image-div > a {
  color: black; }

.news-summary .placeholder {
  background-color: rgba(255, 255, 255, 0.1); }

.news-title {
  font-size: 1em;
  text-align: left; }

.news-image-div .news-date {
  color: #fff;
  text-shadow: 1px 1px 5px #000, -1px 1px 5px #000, 1px -1px 5px #000, -1px -1px 5px #000; }

.news-source {
  font-size: small; }

.news-list > li, .potd-list > li {
  text-align: center; }

#date-nav a {
  font-weight: bold;
  color: #000;
  text-decoration: none; }
  @media (max-width: 767px) {
    #date-nav a {
      font-size: 0.9em; } }
#date-nav .nav-left {
  text-align: right; }
#date-nav .date-current {
  font-size: x-large;
  font-weight: bold;
  text-align: center; }

.date-nav-current {
  font-size: x-large;
  font-weight: bold;
  text-align: center; }

@media (max-width: 767px) {
  #drilldown .news-list li {
    text-align: initial; }
  #drilldown .news-list ol a {
    font-size: 0.90em; } }

.news-list a, .potd-list a {
  color: #000;
  text-align: left;
  text-decoration: none; }
.news-list a:hover,
.news-list a:focus, .potd-list a:hover,
.potd-list a:focus {
  font-weight: bold; }
.news-list span, .potd-list span {
  font-weight: bold; }

.news-summary {
  border: 1px solid #ddd;
  border-radius: 5px; }

.news-title {
  background-color: rgba(255, 255, 255, 0.6); }

.news-article {
  border-top: 1px solid #efefef; }

.news-image {
  border: 1px solid black; }

.news-list > li, .potd-list > li {
  background-color: #6ba5d3;
  border-radius: 10px; }

#date-nav-bar {
  background-color: #6ba5d3;
  border-radius: 10px; }

#date-nav a {
  background-color: #99caed;
  border-radius: 10px; }
#date-nav .nav-left {
  background-image: url("../images/sidebar_icons/ArrowLeftR.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }
#date-nav .nav-right {
  background-image: url("../images/sidebar_icons/ArrowRightR.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain; }

.news-list, .potd-list {
  list-style: none; }
  .news-list a, .potd-list a {
    background-color: #99caed;
    border-radius: 10px; }
  .news-list ol, .potd-list ol {
    list-style: none; }

#date-nav-bar {
  box-shadow: 2px 2px 2px 2px #1c3f73; }

#date-nav-bar .nav-left,
#date-nav-bar .nav-right {
  box-shadow: 2px 2px 2px 2px #3b7db8; }

#drilldown .news-list li, #drilldown .potd-list li {
  box-shadow: 2px 2px 2px 2px #1c3f73; }
#drilldown .news-list li li, #drilldown .potd-list li li {
  box-shadow: none; }
#drilldown .news-list li li a, #drilldown .potd-list li li a {
  box-shadow: 2px 2px 2px 2px #3b7db8; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

#player-list form {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
#player-list .sort-div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column; }
#player-list .sort-div .field-group {
  display: inline-block; }
#player-list .sort-div .field-group div {
  display: inline-block; }
@media (min-width: 1024px) {
  #player-list .player-div ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
#player-list .player-div ul li:not(.seed) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1; }
  @media (max-width: 767px) {
    #player-list .player-div ul li:not(.seed) {
      -webkit-flex-basis: 200px;
      flex-basis: 200px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #player-list .player-div ul li:not(.seed) {
      -webkit-flex-basis: 250px;
      flex-basis: 250px; } }
  @media (min-width: 1024px) {
    #player-list .player-div ul li:not(.seed) {
      -webkit-flex-basis: 300px;
      flex-basis: 300px; } }
  #player-list .player-div ul li:not(.seed) a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }

#player-list .sort-div {
  padding: 5px; }
#player-list .sort-div form {
  width: 100%;
  max-width: 1000px; }
#player-list .sort-div label {
  padding-right: 10px; }
#player-list .sort-div select,
#player-list .sort-div input {
  margin-top: 10px;
  margin-bottom: 10px; }
@media (max-width: 550px) {
  #player-list .sort-div .field-group {
    padding-right: 1%;
    padding-left: 1%; } }
@media (min-width: 550px) and (max-width: 767px) {
  #player-list .sort-div .field-group {
    padding-right: 1.5%;
    padding-left: 1.5%; } }
@media (min-width: 768px) and (max-width: 896px) {
  #player-list .sort-div .field-group {
    padding-right: 2%;
    padding-left: 2%; } }
@media (min-width: 896px) and (max-width: 1023px) {
  #player-list .sort-div .field-group {
    padding-right: 1.5%;
    padding-left: 1.5%; } }
@media (min-width: 1024px) and (max-width: 1300px) {
  #player-list .sort-div .field-group {
    padding-right: 1.9%;
    padding-left: 1.9%; } }
@media (min-width: 1300px) {
  #player-list .sort-div .field-group {
    padding-right: 2.5%;
    padding-left: 2.5%; } }
#player-list .player-div ul {
  margin-top: 10px;
  margin-right: 1%;
  margin-left: 1%; }
  #player-list .player-div ul li:not(.seed) {
    min-height: 50px; }
    #player-list .player-div ul li:not(.seed) a {
      width: 100%;
      height: 100%;
      min-height: 50px; }
  #player-list .player-div ul li.seed a {
    display: block; }
  #player-list .player-div ul li.seed,
  #player-list .player-div ul li.seed a,
  #player-list .player-div ul li.spacer {
    min-width: 300px; }

.player-info .year .round {
  width: 20%; }
.player-info .year .players {
  width: 60%; }
.player-info .year .final-score {
  width: 20%; }

#player-list .sort-div .errorlist {
  text-align: center;
  font-weight: bold; }
#player-list .sort-div form {
  text-align: center; }
#player-list .player-div ul li:not(.seed) {
  border: 1px solid #efefef; }
#player-list .player-div ul li.spacer {
  border: none;
  list-style: none !important; }
#player-list .player-div ul a {
  text-decoration: none;
  color: #000; }
#player-list .player-div ul a:hover {
  font-weight: bold; }

.seed-list a {
  text-decoration: none;
  color: #000; }
.seed-list a:hover {
  font-weight: bold; }

.player-info #player-bio .player-img {
  text-align: center; }
.player-info .player {
  font-weight: bold; }
.player-info .defeat {
  color: #C00; }
.player-info a {
  text-decoration: none; }
.player-info .year .round {
  text-align: center; }
.player-info .year .final-score {
  text-align: center; }

#player-list .sort-div {
  background-color: #efefef;
  border: 1px solid #1c3f73; }
#player-list .player-div ul {
  list-style: none; }
  #player-list .player-div ul li:not(.seed) {
    border: 1px solid #efefef; }
  #player-list .player-div ul li:not(.seed):hover {
    border: 1px solid #1c3f73; }
  #player-list .player-div ul li.spacer, #player-list .player-div ul li.spacer:hover {
    border: none;
    padding: 1px;
    /* to compensate for no border */ }
  #player-list .player-div ul li.seed {
    list-style-type: decimal; }

.seed-list {
  list-style-position: inside;
  columns: 3; }

.player-info #player-bio {
  border-bottom: 1px solid #efefef; }
.player-info .year {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

@media (max-width: 767px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 767px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 1023px) and (max-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 22px;
    padding-bottom: 22px; } }
@media (min-width: 1600px) {
  .body-content .map-divider, .player-info #player-bio, .player-info .year, .volunteer-topics section {
    padding-top: 30px;
    padding-bottom: 30px; } }

.company-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 550px) {
    .company-list {
      -webkit-flex-direction: row;
      flex-direction: row; } }

.company-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1; }
.company-list a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
.company-list img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
.company-list p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.company-list {
  padding: 0;
  margin: 0; }

.company-list li {
  max-height: 100px;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 550px) and (max-width: 767px) {
    .company-list li {
      max-height: 125px;
      -webkit-flex-basis: 40%;
      flex-basis: 40%;
      margin-top: 10px;
      margin-right: 2%;
      margin-bottom: 10px;
      margin-left: 2%; } }
  @media (min-width: 767px) and (max-width: 1024px) {
    .company-list li {
      max-height: 150px;
      -webkit-flex-basis: 25%;
      flex-basis: 25%;
      margin-top: 15px;
      margin-right: 2%;
      margin-bottom: 15px;
      margin-left: 2%; } }
  @media (min-width: 1024px) {
    .company-list li {
      max-height: 200px;
      -webkit-flex-basis: 20%;
      flex-basis: 20%;
      min-height: 100px;
      margin-top: 15px;
      margin-right: 2%;
      margin-bottom: 15px;
      margin-left: 2%; } }
.company-list a {
  max-width: 100%;
  max-height: 100px; }
  @media (min-width: 1024px) {
    .company-list a {
      max-height: 200px; } }
.company-list img {
  max-width: 100%;
  max-height: 100px;
  width: 100%; }
  @media (min-width: 1024px) {
    .company-list img {
      max-height: 200px; } }
.company-list p {
  max-width: 100%;
  max-height: 100px;
  min-height: 100px; }
  @media (min-width: 1024px) {
    .company-list p {
      max-height: 200px;
      min-height: 150px; } }

.company-list p {
  font-weight: bold;
  text-align: center; }

.company-list {
  list-style-type: none; }

.company-list li {
  border: 1px solid #efefef; }
.company-list li:hover {
  border: 1px solid #1c3f73; }

.youtube {
  width: 98%;
  height: auto;
  max-width: 560px;
  min-height: 300px; }

.submit-row {
  text-align: right; }

.submit-row input[type="submit"] {
  padding: 5px;
  margin: 5px 0;
  min-width: 5em; }

.form-table {
  width: initial;
  margin-left: auto;
  margin-right: auto; }

.form-table textarea {
  width: 98%; }

.form-table tr:nth-child(odd) {
  background-color: initial; }

.form-table th, .form-table td {
  border: none;
  padding: 5px; }

.form-table th {
  text-align: left;
  vertical-align: top; }

.form-table ul:not([class]) {
  padding-left: 40px; }

.form-table ul[id]:not([class]) {
  list-style: none;
  padding-left: 0; }

.ticket-seating {
  position: relative; }
  .ticket-seating .numberDisplay1 {
    position: absolute;
    top: 230px;
    left: 34px; }

.coach-table th,
.coach-table td {
  width: 20%; }

.ticket-seating {
  width: 554px;
  height: 525px;
  margin: auto; }
  .ticket-seating .numberDisplay1 {
    width: 496px;
    height: 264px; }
    .ticket-seating .numberDisplay1 img {
      width: auto; }

.account-table {
  width: auto; }

.account-table th,
.account-table td {
  width: 2.5em;
  height: 2.5em;
  padding: 0; }
.account-table label {
  padding-right: 5px; }
.account-table input {
  height: 1.5em; }
.account-table .login-button {
  width: auto;
  height: 30px; }
.account-table .login-error-display {
  height: 1em;
  padding-top: 0.5em; }

.volunteer-topics form {
  margin-bottom: 20px; }

#account {
  padding-top: 10px;
  padding-right: 1%;
  padding-left: 1%;
  padding-bottom: 5px;
  margin-right: 1%; }
  @media (min-width: 550px) and (max-width: 767px) {
    #account {
      padding-right: 6%; } }
  @media (max-width: 550px) {
    #account {
      padding-right: 13%; } }

.account-table label {
  text-align: right;
  white-space: nowrap; }

#account {
  text-align: right; }

.ui-tabs .ui-tabs-nav a {
  text-align: center;
  white-space: normal; }

.ticket-seating {
  background: url("../usta/stadium_view/stadium_viewer.jpg") no-repeat; }
  .ticket-seating .numberDisplay1 {
    background: url("../usta/stadium_view/image_fram.gif") no-repeat; }

.volunteer-topics section {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

.account-table th,
.account-table td {
  border: none; }
.account-table tr:nth-child(odd) {
  background-color: #fff; }

.reunion-form-div fieldset {
  border-color: #efefef; }

.coach-table .coach-email {
  word-wrap: break-word; }

.draw-button input[type="submit"] {
  padding: 5px;
  padding-left:20px;
  padding-right:20px;
  margin: 5px 0;
  min-width: 5em;
  background: red;
  color: white;}
/*# sourceMappingURL=usta.css.map */
