/*
font-family: 'Lekton', sans-serif;
font-family: 'EASportsCoversSC', sans-serif;

*/
@font-face {
  font-family: EASportsCoversSC;
  src: local(bttf_font), url('https://myhsal.com/fonts/EASportsCoversSC.ttf') format('opentype');
}
* {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  background-image: url('https://myhsal.com/images/bg-retina_wood.png');
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
html.menu-open,
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
/* Fix table responsiveness */
@media (max-width: 768px) {
  .table-info table,
  .schedule_table,
  .standings_table,
  .admin-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin: 0;
  }
  .table-info table td,
  .schedule_table td,
  .standings_table td,
  .admin-table td,
  .table-info table th,
  .schedule_table th,
  .standings_table th,
  .admin-table th {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
a:link {
  color: #4985FF;
}
a:visited {
  color: #4985FF;
}
a:hover {
  color: #4985FF;
}
a:active {
  color: #4985FF;
}
#fixed-ticker {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
/*HEADER_____________________________________________________________________________*/
.header-wrapper {
  width: 100%;
  margin: 31px 0 0 0;
  float: left;
  background-image: url('https://myhsal.com/images/bg-retina_wood.png');
}
@media (max-width: 1024px) {
  .header-wrapper {
    margin: 20px 0 0 0;
  }
}
.header {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: auto;
  min-height: 120px;
  padding: 15px;
  box-sizing: border-box;
  background-image: url('https://myhsal.com/images/bg-retina_wood.png');
}
@media (max-width: 768px) {
  .header {
    min-height: 100px;
    padding: 10px;
  }
}
.header {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .header {
    height: 56px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4985FF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .header h2 {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
  }
  .header h1 {
    display: none;
  }
}
.header h2 {
  position: relative;
  z-index: 2;
  font-family: 'EASportsCoversSC', sans-serif;
  font-size: 100px;
  line-height: 1;
  margin: 25px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .header h2 {
    font-size: 24px;
    margin: 0;
    text-align: left;
  }
  .header h2 a {
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
  }
}
@media (max-width: 1024px) {
  .header h2 {
    font-size: 80px;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .header h2 {
    font-size: 50px;
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .header h2 {
    font-size: 36px;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  #wrapper-for-line {
    margin-top: 60px;
    padding: 10px;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #wrapper-for-line #for-line {
    line-height: 1.4;
    text-align: center;
  }
  #wrapper-for-line #for-line strong {
    display: block;
    margin-bottom: 5px;
  }
  #wrapper-for-line #for-line a {
    display: inline-block;
    margin: 5px 10px;
    color: #4985FF;
    text-decoration: none;
  }
  #wrapper-for-line #for-line a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #content-pages {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #content-pages .under-construction {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 15px;
    overflow: auto;
  }
}
.header h2 a {
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #4884ff;
  text-shadow: 5px 5px 0 #4884ff, -5px -5px 0 #4884ff, 5px -5px 0 #4884ff, -5px 5px 0 #4884ff, 0px 0px 15px #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header h2 a:hover {
  text-decoration: none;
  color: #4884ff;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #4884ff;
  text-shadow: 5px 5px 0 #fff, -5px -5px 0 #fff, 5px -5px 0 #fff, -5px 5px 0 #fff, 0px 0px 0px #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header h1 {
  position: relative;
  z-index: 2;
  padding: 10px 0 0 0;
  font-family: 'EASportsCoversSC', san-serif;
  font-size: 14px;
  line-height: 0px;
  letter-spacing: 7px;
  color: white;
  text-align: center;
}
/*MENUS_____________________________________________________________________________*/
.hamburger-menu {
  display: none;
  cursor: pointer;
  padding: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #4985FF;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.hamburger-menu span:nth-child(1) {
  transform-origin: left;
}
.hamburger-menu span:nth-child(3) {
  transform-origin: left;
}
.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-first-wrapper {
  position: relative;
  z-index: 1000;
  width: 100%;
  float: left;
  background-color: #4985FF;
  border-top: solid 0px #dfdfdf;
  border-bottom: solid 0px #dfdfdf;
}
@media (max-width: 768px) {
  .menu-first-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 300px;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1001 !important;
  }
  .menu-first-wrapper.active {
    right: 0;
    /* Changed from transform */
  }
}
@media (max-width: 768px) {
  .menu-first-wrapper .menu-first {
    width: 100% !important;
    padding: 56px 0 20px;
    position: relative;
  }
}
.menu-first-wrapper .menu-close-button {
  display: none;
}
@media (max-width: 768px) {
  .menu-first-wrapper .menu-close-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 10;
  }
}
.menu-first-wrapper .menu-close-button .menu-title {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.menu-first-wrapper .menu-close-button .close-x {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.menu-first-wrapper .menu-close-button .close-x span {
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  background: white !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform-origin: center !important;
}
.menu-first-wrapper .menu-close-button .close-x span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.menu-first-wrapper .menu-close-button .close-x span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}
@media (max-width: 768px) {
  .menu-first-wrapper .flexy-menu {
    width: 100% !important;
    display: block !important;
    background: #4985FF !important;
  }
  .menu-first-wrapper .flexy-menu li.showhide {
    display: none !important;
  }
  .menu-first-wrapper .flexy-menu li {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    float: none !important;
  }
  .menu-first-wrapper .flexy-menu li a {
    display: block !important;
    padding: 15px 20px !important;
    text-align: left !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    line-height: 1.4 !important;
    font-size: 16px !important;
  }
  .menu-first-wrapper .flexy-menu li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .menu-first-wrapper .flexy-menu li a span {
    padding: 0 !important;
  }
  .menu-first-wrapper .flexy-menu li:last-child a {
    border-bottom: none !important;
  }
}
.hamburger-menu {
  display: none;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: auto 0;
  padding: 0;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1003 !important;
  }
}
.hamburger-menu span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 3px 0;
  background-color: white;
  transition: all 0.3s ease;
  transform-origin: center;
  position: relative;
}
.hamburger-menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background: white;
  transition: 0.3s;
}
.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  /* Below the menu but above content */
  opacity: 0;
  transition: opacity 0.3s ease;
}
.menu-overlay.active {
  display: block;
  opacity: 1;
}
/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}
.menu-first {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  background-color: transparent;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .menu-first {
    padding: 0 10px;
  }
}
.menu-first .flexy-menu {
  width: 100% !important;
}
@media (max-width: 768px) {
  .menu-first .flexy-menu {
    width: 100% !important;
    max-width: 100%;
  }
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.menu-overlay.active {
  display: block;
}
.menu-second-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background-color: white;
  border-bottom: solid 0px #dfdfdf;
  box-shadow: 0 0 3px #666;
}
@media (max-width: 768px) {
  .menu-second-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 250px;
    transition: left 0.3s ease;
    z-index: 999;
  }
  .menu-second-wrapper.active {
    left: 0;
  }
  .menu-second-wrapper .menu-second {
    height: 100%;
    overflow-y: auto;
    padding-top: 60px;
  }
}
.menu-second {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .menu-second {
    padding: 0 10px;
  }
}
.menu-second ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.menu-second ul li {
  flex: 0 0 auto;
  margin: 5px;
}
@media (max-width: 480px) {
  .menu-second ul li {
    width: calc(50% - 10px);
  }
}
.menu-second ul li a {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  height: auto;
  line-height: 1.2 !important;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-second ul {
  width: 512px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-family: 'Lekton', sans-serif;
}
.menu-second ul li {
  list-style-type: none;
  width: 122px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .menu-second ul li {
    width: 100%;
    display: block;
    margin: 5px 0;
  }
  .menu-second ul li a {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu-second ul li a:hover {
    background-color: rgba(73, 133, 255, 0.1);
  }
}
.menu-second ul li a {
  display: block;
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #4985FF;
  line-height: 52px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-second ul li .too_long {
  /*
	line-height:16px !important;
	height:54px !important;
	*/
  width: 192px !important;
}
.menu-second ul li a:hover {
  background-color: #E4E4E4;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-second ul li a.current,
.menu-second ul li a.current:hover {
  color: #4985FF;
  background-color: #E4E4E4;
}
.menu-third-wrapper {
  background-color: #e4e4e4;
}
.menu-third-wrapper .third-row-nav li a {
  font-style: inherit;
  color: #4985ff;
  font-weight: normal;
}
.menu-third-wrapper .third-row-nav li a:hover {
  background-color: #4985ff;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.menu-third-wrapper .third-row-nav li.active {
  background-color: #4985ff;
  color: #fff !important;
}
.menu-third-wrapper .third-row-nav li.active a {
  background-color: #4985ff;
  color: #fff;
}
.the-league {
  color: #333;
  font-weight: bold;
}
#header-border {
  position: relative;
  z-index: 2;
  width: 100%;
  float: left;
  height: 24px;
  margin: 0px 0 0 0;
  background-color: #EAD5B7;
  background-image: url('https://myhsal.com/images/border-header.jpg');
  background-repeat: repeat-x;
  -moz-box-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}
/*MAIN/CONTENT_____________________________________________________________________________*/
.content-wrapper-wrapper {
  width: 100%;
  float: left;
}
.content-wrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
  background-image: url('lightmesh.png');
}
#content-pages {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  #content-pages {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  #content-pages {
    padding: 10px;
  }
}
#menu-left {
  float: left;
  width: 192px;
  margin: 0 0 0 32px;
  border: solid 16px #fff;
  border-radius: 64px;
  -moz-box-shadow: inset 0 0 6px #666;
  -webkit-box-shadow: inset 0 0 6px #666;
  box-shadow: inset 0 0 6px #666;
  background-color: #4985FF;
  display: none;
}
.sport-icon {
  padding: 8px 0 0 0;
  text-align: center;
}
#menu-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0 16px 16px 16px;
  font-family: 'Lekton', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
#menu-left ul li {
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#menu-left ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#menu-left ul li a:hover {
  text-decoration: none;
  color: #4985FF;
  background-color: #fff;
}
/*	
		
.table-info{
	float:left;
	width:608px;
	margin:0 0 0 32px;
	padding:48px 48px 64px 48px;
	border:solid 16px #fff;
	border-radius:64px;
	font-family: 'Lekton', sans-serif;
	-moz-box-shadow: inset 0 0 6px #666;
	-webkit-box-shadow: inset 0 0 6px #666;
	box-shadow: inset 0 0 6px #666;
	background-color:#fff;

}	
*/
.table-info {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  font-family: 'Lekton', sans-serif;
  background-color: #fff;
  box-sizing: border-box;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .table-info {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .table-info {
    padding: 15px 10px;
  }
}
.table-info table {
  width: 100%;
  min-width: 600px;
}
.table-info table th,
.table-info table td {
  padding: 8px;
  word-break: break-word;
}
.table-info h3 {
  text-align: center;
  padding: 10px;
}
.under-construction {
  padding: 48px 48px 64px 48px;
  border: solid 16px #fff;
  border-radius: 64px;
  font-family: 'Lekton', sans-serif;
  -moz-box-shadow: inset 0 0 6px #666;
  -webkit-box-shadow: inset 0 0 6px #666;
  box-shadow: inset 0 0 6px #666;
  background-color: #fff;
}
/*FOOTER_____________________________________________________________________________*/
#footer-wrapper {
  width: 100%;
  height: 320px;
  float: left;
  background-color: #EAD5B7;
  background-image: url('https://myhsal.com/images/bg-retina_wood.png');
}
#footer {
  width: 100%;
  max-width: 1024px;
  height: auto;
  min-height: 100px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
#footer-border {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 24px;
  margin: 0px 0 0 0;
  background-color: #EAD5B7;
  background-image: url('https://myhsal.com/images/border-footer.jpg');
  background-repeat: repeat-x;
  -moz-box-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}
#footer-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: 'Lekton', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 768px) {
  #footer-content {
    padding: 0 10px;
  }
}
#footer-description {
  width: 220px;
  float: left;
}
#footer-description p {
  margin: 12px 0 0 0;
  padding: 24px 22px 30px 22px;
  background-image: url('https://myhsal.com/images/bg-worn_dots.png');
  background: #f7f7f7;
  border: solid 12px white;
  border-radius: 2px;
  -moz-box-shadow: inset 0 0 2px #666;
  -webkit-box-shadow: inset 0 0 2px #666;
  box-shadow: inset 0 0 2px #666;
}
#footer-description p a {
  text-decoration: none;
  color: #4884FF;
}
#footer-schools {
  width: calc(100% - 240px);
  float: left;
  margin: 0 0 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #footer-schools {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  #footer-schools ul {
    width: auto;
    white-space: nowrap;
    padding: 0 10px;
  }
  #footer-schools ul:last-child {
    padding-right: 20px;
  }
}
#footer-schools h3 {
  margin: 12px 0 0px 8px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: white;
  text-transform: uppercase;
}
#footer-schools ul {
  width: 130px;
  float: left;
  margin: 0 0 0 1px;
  padding: 0 7px;
  list-style-type: none;
}
#footer-schools ul li {
  font-size: 18px;
  margin: 8px 4px;
}
#footer-schools ul li a {
  text-decoration: none;
  color: #4884FF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer-schools ul li a:hover {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer-schools h4 {
  margin: 36px 24px 0px 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 128px;
  text-align: right;
  color: white;
  text-transform: lowercase;
}
#footer-schools h4 a {
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer-schools h4 a:hover {
  color: #4884FF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.one_half {
  width: 230px	;
  float: left;
  margin: 0 0 0 12px;
  padding: 12px 12px 18px 12px;
  border: solid 5px #fff;
  border-radius: 64px;
  -moz-box-shadow: inset 0 0 2px #666;
  -webkit-box-shadow: inset 0 0 6px #666;
  box-shadow: inset 0 0 2px #666;
  background-color: #fff;
}
/*TABLE---------------------------------*/
.schedule_wrapper {
  text-align: center;
}
.schedule_table {
  margin: 0 auto;
}
.schedule_table td {
  padding: 2px 10px 2px 10px;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}
.schedule_table tr:nth-child(odd) {
  background-color: #E4E4E4;
}
.standings_table {
  margin: 0 auto;
}
.standings_table td {
  padding: 2px 10px 2px 10px;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}
.standings_table th {
  padding: 2px 10px 2px 10px;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}
.standings_table tr:nth-child(odd) {
  background-color: #E4E4E4;
}
.schedule_table tr.school-names {
  text-transform: uppercase;
  font-weight: 700 !Important;
}
.schedule_table tr.school-names td {
  font-size: inherit;
  padding-bottom: 8px;
}
.schedule_table tr.school-names td.matchup-title {
  font-size: 12px;
  text-align: center !Important;
}
.schedule_table tr.matchups-wrapper .matchup-the-wrapper {
  margin-bottom: 18px;
  margin-top: 8px;
}
.schedule_table tr.indiv-matchup td {
  font-size: 12px;
  padding-bottom: 4px;
}
.schedule_table tr.indiv-matchup td span.ranking {
  font-size: 10px;
  font-weight: 700;
}
.schedule_table.has_matchups tr {
  background: none;
}
.schedule_table.has_matchups > tbody > tr:nth-child(4n+1),
.schedule_table.has_matchups > tbody > tr:nth-child(4n) {
  background-color: #E4E4E4;
}
.schedule_table.has_matchups > tbody > tr:nth-child(4n+2),
.schedule_table.has_matchups > tbody > tr:nth-child(4n+3) {
  background-color: #fff;
}
/*---TEAMS----*/
.teams-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.teams-wrapper ul li {
  width: 272px;
  height: 172px;
  margin: 0px 10px 0px 10px;
  padding: 10px 0px 10px 0px;
  display: inline-block;
  border-bottom: dotted 4px #e4e4e4;
}
.teams-wrapper ul li .team-image {
  float: left;
}
.teams-wrapper ul li .team-image img {
  width: 86px;
}
.teams-wrapper ul li .team-info {
  width: 156px;
  padding: 16px 8px 8px 16px;
  float: left;
}
.teams-wrapper ul li .team-info h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.teams-wrapper ul li .team-info h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.right_title {
  background-color: #ebebeb;
}
/*---INDIVIDUAL TEAMS----*/
.pagetitle {
  font-size: 24px;
  text-align: center;
  margin: 0 0 24px 0;
}
.school-name {
  margin: 0 0 24px 0;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
  font-weight: 700;
}
.left {
  width: 48%;
  float: left;
}
.left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.left > ul {
  margin: 0 auto;
  width: 240px;
}
.left ul li {
  margin: 0px 12px 0px 12px;
  padding: 16px 0px 16px 0px;
  display: inline-block;
}
.left ul li .team-image {
  text-align: center;
}
.left ul li .team-image img {
  width: 128px;
}
.left ul li .team-info {
  padding: 0;
  text-align: center;
}
.left ul li .team-info h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.left ul li .team-info h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.left ul li .team-info-plus {
  width: 100%;
  padding: 0;
  text-align: center;
}
.left ul li .team-info-plus h4 {
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
}
.left ul li .team-info-plus h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
}
.left ul li .team-info-plus h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 20px;
}
.left ul li .team-info-plus h5 a {
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 48px;
}
.left .roster-wrapper {
  background-image: url("../images/bg-retina_wood.png");
  color: #333;
  width: 320px;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 16px;
  border: 1px solid #333;
}
.left .roster-wrapper ul.roster-list li {
  padding: 5px;
  margin: 5px;
}
.roster-wrapper ul.roster-list li .name {
  font-weight: 600;
}
.roster-wrapper ul.roster-list li .position {
  font-size: 11px;
  font-style: italic;
}
.roster-wrapper ul.roster-list li .grade {
  font-size: 11px;
}
.right {
  width: 45%;
  float: left;
}
.right .schedule-wrapper h3 {
  font-size: 20px;
  line-height: 56px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
.right .schedule-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.right .schedule-wrapper ul li {
  margin: 0 0px 12px 0;
  padding: 0 0 12px 0;
  text-align: center;
  border-bottom: dotted 4px #e4e4e4;
}
/*---School Page----*/
.school-teams-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.school-teams-wrapper ul li {
  width: 276px;
  height: 192px;
  margin: 0px 10px 0px 10px;
  padding: 12px 0px 12px 0px;
  display: inline-block;
  border-bottom: dotted 4px #e4e4e4;
}
.school-teams-wrapper ul li .team-image {
  float: left;
}
.school-teams-wrapper ul li .team-image img {
  width: 96px;
}
.school-teams-wrapper ul li .team-info {
  width: 156px;
  padding: 16px 8px 8px 16px;
  float: left;
}
.school-teams-wrapper ul li .team-info h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.school-teams-wrapper ul li .team-info h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.school-teams-wrapper ul li .team-info h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
ul.gallery.extra-wide {
  list-style-type: none;
  /*margin:-60px auto 200px 0;*/
  margin: 0px auto 200px 0;
  padding: 0;
  text-align: center;
}
ul.gallery.extra-wide li.img_holder {
  width: 240px;
  height: 180px;
  padding: 0px;
  margin: 0px 0px 2px 0px;
  display: inline-block;
  border: 1px solid black;
  border-radius: 2px;
  background-color: #4985FF;
}
ul.gallery.extra-wide li.img_holder a.fancybox.img_link img {
  float: left;
  width: 240px;
}
ul.gallery.extra-wide li.img_holder a.fancybox.img_link {
  opacity: 1;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.gallery.extra-wide li.img_holder a.fancybox.img_link:hover {
  opacity: 0.65;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*---league Photos----*/
ul.gallery {
  margin: 20px auto 80px auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
ul.gallery li.img_holder {
  width: 140px;
  display: inline-block;
  margin: 0 0 2px 0;
  padding: 0;
  border: 1px solid black;
  border-radius: 2px;
  background-color: #4985FF;
}
ul.gallery li.img_holder a.fancybox.img_link img {
  float: left;
  width: 140px;
}
ul.gallery li.img_holder a.fancybox.img_link {
  opacity: 1;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.gallery li.img_holder a.fancybox.img_link:hover {
  opacity: 0.65;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/**************   ROSTER PAGE ******************/
/*  Start everything with ".the-roster-wrapper" Otherwise will effect the rosters on team page */
.the-roster-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.the-roster-wrapper > ul > li {
  border-top: 0px dotted #e4e4e4;
  display: inline-block;
  margin: 0 15px 36px;
  padding: 10px 0;
  width: 260px;
  vertical-align: top;
}
.the-roster-wrapper > ul > li:nth-child(1),
.the-roster-wrapper > ul > li:nth-child(2),
.the-roster-wrapper > ul > li:nth-child(3) {
  border-top: 0;
}
.the-roster-wrapper .team_roster img {
  max-width: 32px;
  max-height: 32px;
  float: left;
  padding-right: 25px;
}
.the-roster-wrapper .team_roster .the-school-name {
  font-size: 21px;
  border-bottom: 3px dotted #e4e4e4;
  margin: 0 0 6px;
  padding: 6px 0;
}
ul.roster-list {
  background-color: none;
  padding: 0 0 0 12px;
}
ul.roster-list li {
  margin: 0 0 4px 0;
  background-color: none;
}
ul.roster-list li .name {
  text-transform: uppercase;
  font-size: 14px;
}
ul.roster-list li .grade {
  text-transform: uppercase;
  font-size: 13px !important;
}
/*Tennis--------------------------------*/
.div-with-matchup-table > table.schedule_table {
  margin-top: 12px;
}
.div-with-matchup-table > table.schedule_table > tbody,
.div-with-matchup-table > table.schedule_table > tbody > tr,
.div-with-matchup-table > table.schedule_table > tbody > tr > td,
.div-with-matchup-table > table.schedule_table > tbody > tr > td > .matchup-the-wrapper > table,
.div-with-matchup-table > table.schedule_table > tbody > tr > td > .matchup-the-wrapper > table > tbody,
.div-with-matchup-table > table.schedule_table > tbody > tr > td > .matchup-the-wrapper > table > tbody > tr,
.div-with-matchup-table > table.schedule_table > tbody > tr > td > .matchup-the-wrapper > table > tbody > tr > td {
  border: 0px solid #fff !important;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td {
  padding: 24px;
  text-align: right;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td > p.date-and-time {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td > p.teams {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td > p.gym-name {
  font-size: 18px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td > p.address {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td > .matchup-the-wrapper {
  border-left: 1px solid #999 !important;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td > .matchup-the-wrapper > table > tbody > tr {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0pm solid #fff;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td > .matchup-the-wrapper > table > tbody > tr.school-names {
  text-align: center !Important;
  line-height: 1;
}
.div-with-matchup-table > table.schedule_table > tbody > tr > td > .matchup-the-wrapper > table > tbody > tr.indiv-matchup {
  text-align: center;
  line-height: 1.2;
}
/*ADMIN--------------------------------*/
.admin_settings_league {
  width: 200px;
  height: 150px;
  margin: 10px;
  border: 4px solid #e4e4e4;
  padding: 10px;
}
.settings-wrapper {
  width: 100%;
}
#ui-datepicker-div {
  z-index: 99 !important;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* CSS Document */
/*********************** ALL PAGES *******************/
#content-pages {
  max-width: 1200px;
  width: 95%;
}
.admin-table {
  max-width: 100%;
}
.admin-table td {
  border: 1px solid #4985ff;
  padding: 1px;
  font-size: 14px;
}
.admin-table th {
  font-weight: bold;
}
.admin-table tr:nth-child(even) {
  background: #faf0f0;
}
.admin-table tr:nth-child(odd) {
  background: #FFF;
}
.center {
  margin: 0 auto;
}
.flexy-menu li {
  width: 108px;
  line-height: 18px;
  font-size: 18px;
}
.flexy-menu ul {
  width: 250px !important;
  padding-top: 10px;
}
.flexy-menu ul li {
  line-height: 0px !important;
  border-bottom: 1px dashed white;
  width: 250px !important;
}
.content-wrapper {
  background: transparent url("/images/bgs/squared_metal.png") repeat scroll 0% 0%;
}
.under-construction {
  background-color: #fff;
  border: 2px solid #4985ff;
  border-radius: 2px;
  box-shadow: none;
  padding: 10px;
  font-family: "Lekton", sans-serif;
}
.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.blue-btn {
  background: #4985ff;
  color: white !important;
}
.blue-btn:hover {
  background: #06C;
  color: white;
}
.flexy-menu > li > a {
  text-shadow: none;
}
.menu-second ul li a {
  line-height: 18px !important;
}
/*********************** END ALL PAGES *******************/
/***********************  Alert Boxes *******************/
.info,
.success,
.warning,
.error,
.validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/images/icons/info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('/images/icons/success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/images/icons/warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/images/icons/error.png');
}
.validation {
  color: #D63301;
  background-color: #FFCCBA;
  background-image: url('/images/icons/validation.png');
}
/**************************** END  Alert Boxes  *************/
.games-report,
.games-report table {
  width: 500px;
}
.roster-report,
.roster-report table {
  width: 300px;
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
}
.roster-report .roster_div {
  border-bottom: 1px solid #4985ff;
}
/**************************** SCHEDULER REPORT  *************/
.scheduler-report,
.scheduler-report table {
  width: 800px;
}
/**************************** END SCHEDULER REPORT  *************/
/**************************** SETTINGS REPORT  *************/
.settings-table .league-info td {
  background: #FDA2A3;
}
.settings-table .preseason td {
  background: #B1E3FF;
}
.settings-table .Playoffs td {
  background: #DBFFB2;
}
/* CSS Document */
/*********************** ALL PAGES *******************/
#content-pages {
  max-width: 1200px;
  width: 95%;
}
.admin-table {
  max-width: 100%;
}
.admin-table td {
  border: 1px solid #4985ff;
  padding: 1px;
  font-size: 14px;
}
.admin-table th {
  font-weight: bold;
}
.admin-table tr:nth-child(even) {
  background: #faf0f0;
}
.admin-table tr:nth-child(odd) {
  background: #FFF;
}
.center {
  margin: 0 auto;
}
.flexy-menu li {
  width: 108px;
  line-height: 18px;
  font-size: 18px;
}
.flexy-menu ul {
  width: 250px !important;
  padding-top: 10px;
}
.flexy-menu ul li {
  line-height: 0px !important;
  border-bottom: 1px dashed white;
  width: 250px !important;
}
.content-wrapper {
  background: transparent url("/images/bgs/squared_metal.png") repeat scroll 0% 0%;
}
.under-construction {
  background-color: #fff;
  border: 2px solid #4985ff;
  border-radius: 2px;
  box-shadow: none;
  padding: 10px;
  font-family: "Lekton", sans-serif;
}
.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.blue-btn {
  background: #4985ff;
  color: white !important;
}
.blue-btn:hover {
  background: #06C;
  color: white;
}
.flexy-menu > li > a {
  text-shadow: none;
}
.menu-second ul li a {
  line-height: 18px !important;
}
/*********************** END ALL PAGES *******************/
/***********************  Alert Boxes *******************/
.info,
.success,
.warning,
.error,
.validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/images/icons/info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('/images/icons/success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/images/icons/warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/images/icons/error.png');
}
.validation {
  color: #D63301;
  background-color: #FFCCBA;
  background-image: url('/images/icons/validation.png');
}
/**************************** END  Alert Boxes  *************/
.games-report,
.games-report table {
  width: 500px;
}
.roster-report,
.roster-report table {
  width: 300px;
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
}
.roster-report .roster_div {
  border-bottom: 1px solid #4985ff;
}
/**************************** SCHEDULER REPORT  *************/
.scheduler-report,
.scheduler-report table {
  width: 800px;
}
/**************************** END SCHEDULER REPORT  *************/
/**************************** SETTINGS REPORT  *************/
.settings-table .league-info td {
  background: #FDA2A3;
}
.settings-table .preseason td {
  background: #B1E3FF;
}
.settings-table .Playoffs td {
  background: #DBFFB2;
}
.list_of_leagues ul {
  width: 100%;
  margin: 0 auto;
}
.list_of_leagues li {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #4985ff;
}
.list_of_leagues li:last-child {
  border-bottom: none;
}
.list_of_leagues li a {
  text-decoration: none;
}
