@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	margin:0px;
	font-family: Calibri, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size:17pt;
	background-color: #DDD;
}
a {
	color:#D46527;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color:#09476C;
	text-decoration: none;
}
.orange {
	color:#D46527;
}
.blue {
	color:#09476C;
}
.white {
	color:#fff;
}
.right {
	float: right;
}
.left {
	float:left;
}
.alr {
	text-align: right;
}
.all {
	text-align: left;
}
.clr {
	clear: both;
}
div#contain {
	width:1400px;
	max-width:100%;
	margin:auto;
}
div#hdr {
	height:140px;
	background: url(../img/hdr.png?v=20231123-1) no-repeat 5% center;
	background-color: #fff;
}
div#hdr div {
	display:inline-block;
	position:relative;
	height:140px;
}

div#mnu {
	background-color: #09476C;
	color:#fff;
	margin-bottom:5px;
	height:50px;
	text-align: center;
}
div#social {
	width:180px;
	height:35px;
	display: inline-block;
	float:right;
	margin-top:5px;
}
div#social img {
	margin-right:10px;
	vertical-align: middle;
}

div#ftr {
	margin-top:5px;
	background-color: #09476C;
	text-align: center;
	font-size:15pt;
	color:#fff;
	padding:20px;
}
div#ftr a {
	font-weight: normal;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}
div#ftr a:hover {
	text-decoration: none;
	color:#D46527;
}
div#ftr p {
	font-size:20pt;
	padding:0px 55px 0px 55px;
	font-weight: normal;
}
div#ftr p span {
	font-size:12pt;
}
h1,h2,h3,h4,h5 {
	font-family: Calibri, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight:bold;
	margin:5px 0px 10px 0px;
	text-transform:uppercase;
}
h1 {
	font-family:'garamond';
	margin-bottom:20px;
	color:#D46527;
	font-size:28pt;
}
h2 {
	color:#09476C;
	font-size:22pt;
}
h3 {
	color:#555;
	font-size:18pt;	
}
 
div#main-content {
	padding:25px;	
	min-height:590px;
	background-color: #fff;
}
table {
	empty-cells: show;
	border-collapse: collapse;
	
}

table1 {
	empty-cells: show;
	border-collapse: collapse;
	border-color: #fff;
	vertical-align: middle;
	
}
table#logos td {
	empty-cells: show;
	border-collapse: collapse;
	border: none;
	vertical-align: middle;
}

table#logos tr.top td {
  border-top: thin solid black;
  border-bottom: thin solid black;
}

table#logos tr.bottom td {
  border-bottom: thin solid black;
}

table#logos tr.row td:first-child {
  border-left: thin solid black;
}

table#logos tr.row td:nth-child(2) {
  border-right: thin solid black;
}

table#logos tr.row td:nth-child(4) {
  border-right: thin solid black;
}

table#logos tr.row td:last-child {
  border-right: thin solid black;
}

table#logos th {
	empty-cells: show;
	border-collapse: collapse;
	border: thin solid black;
	vertical-align: middle;
	background-color:#fff;
	color: #000;
}

td, th {
	padding:5px;
	border:1px #666 solid;
}
th {
	background-color:#09476C;
	color:#fff;
	border:1px #09476C solid;
	text-align: left;
	font-family:inherit;
}
img.lpad {
	padding:0px 0px 15px 15px;
}
div#menu-mobile {
	display:none;
}
select#mobile-nav {
	width:100vw;
	font-size: 14pt;
}
div#mob-social {
	display: none;
}
div#fly-out {
	
	position:fixed;
	color:#fff;
	height:30px;
	background:url(/img/fly-out.png) #000 right no-repeat;
	background-position:center right;
	overflow:hidden;
	width:100%;
	font-size:18pt;
	cursor:pointer;
	z-index:3000;
	display:none;
}
div#fly-out a {
	display:block;
	padding:5px;
	color:#fff;
	font-weight:normal;
	background-color:#000;
	font-size:12pt;
}
.highlight {
	background-color:#000;	
}
select#age_cat {
	color:#555;
	font-size:18pt;	
}
table.schedule {
	border-collapse:collapse;
	width:1000px;
}
table.schedule td {
	vertical-align:middle;
	border-width:0px;
}
table.schedule td a {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
}
table.schedule td a:hover {
	text-decoration:underline;
}		
div.gamedate {
	color:#D46527;
	background-color: #FFF;
	font-size:22px;
	padding:10px 5px 10px 5px;
	text-align:left;
	text-transform:uppercase;
}
tr.gmdet td {
	text-transform:uppercase;
	padding:10px;
}
tr.gmxtra td {
	padding:5px 5px 20px 5px;
	font-size: 80%;
}
tr.gmxtra td:nth-child(1) {
	width:100px;
}
tr.gmxtra td:nth-child(3) {
	width:120px;
	text-align:right;
}
tr.gmxtrafull td {
	padding:5px 5px 20px 5px;
	font-size: 80%;
}
tr.gmxtrafull td:nth-child(1) {
	width:100px;
}
tr.gmxtrafull td:nth-child(2) {
	width:100px;
}
tr.gmxtrafull td:nth-child(4) {
	width:120px;
	text-align:right;
}
td.score {
	border:#A2A2A2 1px solid;
}
td.kickoff {
	width:85px;
}
td.ico {
	width:80px;
	text-align:center;
}
td.sep {
	width:75px;
	padding:5px 0px 5px 0px;
	text-align:center;
}
td.tbc {
	width:auto;
}
table.schedule td.home, table.schedule td.away {
	width:240px;
}
table.schedule td.home {
	text-align:right;
}
td.gmxtra {
	padding-top:0px;
}
div.game {
	width:auto;
	display: inline-block;
	border-top:#CCC 1px solid;
}
.grayout {
	color:#888;
}
table.teams {
	width:755px;
	border-collapse:collapse;
	border:#555555 3px double;
}
table.teams td { 
	padding:7px;
	border:#555555 1px single;
}
table.standings {
	border-collapse:collapse;
	border:#2E496C 1px solid;
	margin-bottom:25px;
	max-width:100%;
}
table.standings th {
	background-color:#2E496C;
	color:#FFF;
	font-size:22px;
	font-family: inherit;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px;
}
table.standings tr:nth-child(odd) {
	background-color:#E6E6E6;
}
table.standings th:nth-child(1) {
	text-align:left;
}
table.standings td
{
	padding:5px;
	width:30px;
	text-align:center;
	text-transform:uppercase;
}
table.standings td a {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
}
table.standings td a:hover {
	text-decoration:underline;
}
table.standings td:nth-child(3) {
	width:45px;
}
table.standings td:nth-child(3) {
	text-align:left;
	width:325px;
}
table.standings td:nth-child(2) {
	text-align:center;
	width:80px;
}
form#chgrp {
	margin-bottom:20px;
}
span#chgrplbl {
	font-size:18px;
	font-family:'futura-normal';
}
#map-canvas {
	height:500px;
	width:100%;
	border:#09476C 1px solid;
}
ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
	
}

ol ol > li {
    display: block;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}
.mobonly {
	display:none;
}
#hm-sponsors {
	background-color: #fff;
	text-align: center;
	margin:5px 0px 5px 0px;
	padding:25px;
}
@media only screen and (max-width: 768px) {
	.nomob {
		display:none !important;
	}
	.mobonly {
		display:block;
	}
	div#menu {
		display:none !important;
	}
	div#social {
		display:none !important;
	}
	p#ftrmnu {
		display:none !important;
	}
	div#ftr p, body {
		font-size:12pt;
	}
	div#ftr p {
		padding:10px;
	}
	div#main-content {
		padding:15px 20px 25px 20px;
	}
	div#hdr {
		height:160px;
		background-image:url(/img/hdr_mobile.png);
		background-position: center bottom;
	}
	div#ftr {
		font-size: 12pt;
	}
	div#menu-mobile {
		display:block !important;
		width:100vw;
	}
	div#mnu {
		height: auto;
		background-color: #fff;
	}
	div#mob-social {
		display: inline;
	}
	div#mob-social a {
		margin-left:10px;
	}
	div#mob-social:first-child {
		margin-left:0px;
	}
	div#ftr {
		background-color: #D46527
	}
	body {
		background-color: #fff;
	}
	div#ftr a:hover {
		text-decoration: none;
		color:#09476C;
	}
	div#fly-out {
		display:block;
	}
	table.standings td {
		font-size:80%;
	}
	table.standings th {
		font-size:80%;
	}
	table.schedule {
		width:100%;
	}
	div.game {
		width:100%;
	}
	h1 {
		font-size:160%;
	}
	h2 {
		font-size:120%;
	}
	h3 {
		font-size:110%;
	}
	td.ico {
		width:45px;
	}
	span.nowrap {
		white-space: nowrap;
	}
	select#age_cat {
		font-size:110%;
	}
	h2.sched {
		margin-top:25px;
	}
	img.gpic {
		width:90%;
	}
}