@import "fonts/fonts.css";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Basic */
body {
	line-height: normal;
	-webkit-text-size-adjust: none;
	background-color: #F4bd47;
	color:#000000;
	font-family: Verdana, Arial, sans-serif,'UniformCondensedMedium';
	-webkit-font-smoothing: subpixel-antialiased;
	font-smooth:auto;
	background-image: url(/img/bbcknd5.webp);
	background-size: 80%;
	vbackground-position: top center;
	background-attachment: fixed;
	background-repeat: repeat;
}
body.is-loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
input, textarea{
	font: 1em 'UniformMedium';
	padding: 0.2em;
	border: none;
	color: #82283c;
	background-color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
select{
	font: 1em 'UniformCondensedMedium';
	padding: 0.2em;
	border: none;
	color: #f4bd47;
	background-color: #82283c;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
select:focus{
	outline: 0px transparent !important;
	text-decoration:underline;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
	border-color: rgba(229, 103, 23, 0.8);
	box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
	outline: 0 none;
}
h1{
	font: 2.5em 'UniformCondensedBold';
	color: #82283c;
	letter-spacing: 0.01em;
}
h2, h3, h4, h5, h6 {
	font: 1.5em 'UniformCondensedBold';
	color: #82283c;
	letter-spacing: 0.01em;
}
h3, h4, h5, h6{
	text-transform: uppercase;

}
.videofeature_wide h1, .videofeature_wide h2, .videofeature_wide h3, .videofeature_wide h4{
	color:#fff;
}
/*h2, h3 {
	text-shadow: 0px 0px 4px #401410;
}*/
h1, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	border: 0;
}
.team_nike{
    width: 250px;
    margin:auto;
	display:block
}
h4 {
	clear: both;
}
a {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	color: #f4bd47;
	text-decoration: none;
}
a strong {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
}
a:hover {
	color: #FFF;
	border-bottom-color: rgba(255, 255, 255, 0);
	text-decoration: underline;
}
a:hover strong {
	color: #f4bd47;
}
strong, b {
	font-family: 'UniformBold';
}
em, i {
	font-family: 'UniformCondensedLight';
	font-style: italic;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 2px #f4bd47;
	max-width: 1024px;
	margin:auto;
	margin-top: 3em;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.4;
}
ol, dl, table, blockquote {
	margin-bottom: 2em;
}
ul {
	margin-bottom: 0.5em;
}
br.clear {
	clear: both;
}
/* Styles */
html {
	overflow-y: scroll;
}
.skip_link {
	display: none;
}
#main {
}

.wide_header {
	width: 100%;
	min-width: 320px;
	background-image: url(/img/header_bg_maroon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #82283c;

}
.content_wide {
	width: 100%;
	min-width: 320px;
	position: absolute;
	top: 180px;
	-webkit-box-shadow: 0 -20px 60px #000;
	box-shadow: 0 -20px 60px #000;
}
.content {
	max-width: 1024px;
	margin: auto;
}
#header, #header_camps {
	max-width: 1024px;
	background-image: url(/img/header_stars2.png);
	background-repeat: no-repeat;
	background-position: center 32px;
	height: 180px !important;
	position: relative;
	margin: auto;
	z-index: 99;
}
#header_camps {
	background-image: none;
	background-position:top right;
	background-repeat:no-repeat;
}
#logo  {
	width: 116px;
	overflow: hidden;
	margin: auto;
}
#logo a {
	text-decoration: none;
}
#logo a img{
	width: 100%;
	height: auto;
}
#athleticslogo{
	width: 116px;
	overflow: hidden;
	margin-left:10px;
}
#header h1, #header_camps h1 {
	display: none;
}
#header .tag {
	font: 1.3em 'UniformCondensedBold';
	color: #f4bd47;
	position: absolute;
	left: 20px;
	top: 30px;
	text-transform: uppercase;
}
#header_camps .sectiontag h2 {
	font: 1.8em 'UniformBold';
	color: #f4bd47;
	position: absolute;
	left: 140px;
	top: 10px;
	text-transform: uppercase;
}
#header_camps .sectiontag h2 hr {
	border:0;
	border-bottom: 2px solid #FFF;
	margin: 2px 2px 4px 0;
}
	
#header .tag span, #header_camps .sectiontag h2 span {
	font: 0.7em 'UniformCondensedMedium';
	letter-spacing: 0.2em;
}
#social_icons_top {
	height: 40px;
	width: 220px;
	position: absolute;
	top: 20px;
	right: 4px;
	font: 1.2em 'UniformCondensedBold';
	color: #f4bd47;
	text-align: center;
	letter-spacing: 2px;
}
#social_icons_top span {
	line-height: 1.8em;
	display:none;
}
.mobile{
	display:none !important;
}
.bc {
	font: 0.7em 'UniformBold';
	text-transform: uppercase;
}
.sporttitle {
	position: absolute;
	top: 2%;
	left: 10%;
	z-index: 2;
	font: 3.4rem 'UniformCondensedBold';
	color: #f4bd47;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #333;
	margin-bottom: 0px;
}

.button, .tpos-add-to-cart {
	-webkit-appearance: none;
	border: 1px solid #f5b346;
	font: 1.2em 'UniformCondensedBold';
	padding: 6px;
	color: #f4bd47;
	background-color: #82283c;
	cursor: pointer;
}
.button:active, .tpos-add-to-cart:active{
	box-shadow: none;
}
span.bigletter {
	font: 5em "UniformBold";
	padding: 0.5em 0;
	color: #82283c !important;
}
.message {
	font: 2em 'UniformBold';
	width: 80%;
	float: left;
}
.calendar {
	border-spacing: 0.2em;
	border-collapse:separate;
	margin:0;
}

.calendar td.day{
	background-color:#82283c;
	color: #f4bd47;
	padding: 0.2em;	
	text-align: center;
	white-space: nowrap;
}
.calendar th {
	text-align:left;
}
.calendar_box {
    font-size: 1.08em;
    margin-top: 0;
    max-height: 44px;
}
.ad {
	max-width: 800px;
	margin: auto;
	/*padding-top: 2em; SUMMER CAMP BANNER -TEMP*/
	text-align: center;
}
.ad img {
	width: 100%;
	height: 100%;
}
.w300 {
	display: none;
}
.player_arrow_left{
float:left;
margin-top:8%;
margin-left:10px;
width:46px;
height:80px;
background:url(/img/prev_small.png) no-repeat;
background-size:contain;
}
.player_arrow_left:hover {
background:url(/img/prev_small_white.png) no-repeat;
background-size:contain;
}
.player_arrow_right{
float:right;
margin-top:8%;
margin-right:10px;
width:46px;
height:80px;
background:url(/img/next_small.png) no-repeat;
background-size:contain;
}
.player_arrow_right:hover {
background:url(/img/next_small_white.png) no-repeat;
background-size:contain;
}

.videofeature_wide{
	background-color: #000;
	color:#fff;
	overflow: auto;
	padding: 2em 0 0 0;
}
.videofeature_wide .full .half a, .giving_tuesday_wide .full .half .videothumb a{
	position:relative;
	display: inline-block;
}
.videofeature_wide .full .half a img, .giving_tuesday_wide .full .half .videothumb a img{
	width: 100%;
	height: 100%;
}
.videofeature_wide .full .half a:after, .giving_tuesday_wide .full .half .videothumb a:after{
    background:url(/img/thumbnails/youtube_play_transparent_140_off.png) center center no-repeat;
	background-size:18%;
	opacity: 0.9;
    bottom:0;
    content:"";
    display:block;
    left:0;
    position:absolute;
    right:0;
    top:0;
}
.videofeature_wide .full .half a:hover:after, .giving_tuesday_wide .full .half .videothumb a:hover:after{
	background:url(/img/thumbnails/youtube_play_transparent_140.png) center center no-repeat;
	background-size:18%;
    opacity: 1;
	transition: .5s;
}
.videofeature{
	max-width: 1024px;
	margin: auto;
	text-align: center;
	padding-bottom: 2em;
}
.videofeature_wide>.full{
	padding: 0 0.5em;
}
.videoWrapper {
	position: relative;
	margin-top: 10px;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.full {
	overflow: hidden;
	margin-top: 0.5em;
	clear:both;
}
.half {
	width: 48%;
	float: left;
	padding: 0 1%;
	margin-bottom: 2%;

}
.half li {
	/*font: 1em 'UniformCondensedMedium';*/
	margin-bottom: 4px;
	border-bottom: 2px dotted #82283c;
	padding: 10px 4px;
	line-height: 1.4;
}
.half>.newsimageholder img {
	width: 100%;
}
.third{
	width: 30%;
display:inline-block;
	padding: 0 1%;
	margin-bottom: 2%;
}
.third img{
	width: 100%;
}
.newsbody {
	float: left;
	padding: 0 1%;
	width: 60%;
}
.newsbody h2 {
	margin-bottom: 0.5em;
	color: #82283c;
	text-shadow: none;
	font-size: 2.1em;
}
.newsbody li, .list li, .eventfeed li {
	font: 1em 'UniformMedium';
	margin-bottom: 10px;
	border-bottom: 2px dotted #82283c;
	padding: 10px 20px;
}
.newsbody p>strong>em {
	font: 1.2em 'UniformBold'; 
	line-height: 1.2;
}
.newsbody li:last-child, .eventfeed li:last-child, .half li:last-child {
	border: none;
}
.newsbody .newboxes li {
	margin-bottom: 0px;
	border-bottom: none;
	padding: 0px;
}
.newsbody span.at_flat_counter{
	display: none;
}
.newsbody .MsoNormal span {
	color: #000000;
	text-align: left;
	font-size: 13pt !important;
	font-family: 'UniformLight';
}

.eventfeed .date, .allnewsfeed .date{
	/*padding: 0.5em;*/
	display:inline-block;
	clear:right;
	/*background-color: #82283c;*/
	margin-right: 0.5em;
	/*margin-bottom: 0.5em;*/
	color: #000000;
	/*color: #f4bd47;*/
	font: 0.8em 'UniformCondensedBold';
	text-transform: uppercase;
	text-align: left;
}
.allnewsfeed figure{
	margin-left: 15em;	
}
.allnewsfeed img{
	width: 14em;
	padding-right: 1em;
	float:left;
}
.allnewsfeed li{
	overflow: hidden;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 2px dotted #82283c;
}
.allnewsfeed p {
	margin-left: 0px;
}
.allnewsfeed a {
	margin-left: 0px;
	font-family: 'UniformCondensedBold';
	color:#82283c;
}
.allnewsfeed span{
	text-align-last: left;
}
ul.eventfeed{
/*	margin-left:-5%;*/
}

.headline{
	font-size: 1.5em;
}
p.headline span{
	text-align: left;
}
.sidebar {
	width: 35%;
	float: right;
	font-family: 'UniformBold';

}
.sidebar>h6{
	text-align: center;
}


.newsimageholder {
	position: relative;
	z-index: 10;
	margin-bottom: 1em;
}
.newsimageholder:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.newsimageholder img {
	/*border-bottom: 2px dotted #82283c;*/
	padding-bottom: 20px;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	-webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
   user-drag: none;
	  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge*/
   user-select: none;  
}
.newsimageholder img[width="50%"] {
float:right;
margin-left:10px;
margin-bottom: 10px;
border-bottom: 2px dotted #82283c;
padding-bottom: 20px;
}
#news_archive div{
	display: inline;
}
#news_archive label{
	display: none;
	vertical-align: baseline;
}
.halloffame {
	padding: 0 2%;
}
.halloffame .bio {
	margin-right: 45%;
	padding-bottom: 1em;
	border-bottom: 2px dotted #82283c;
}
.halloffame h3 {
	padding-top: 1em;
}
.halloffame img {
	float: right;
	padding: 3%;
	max-width: 30%;
	border: 2px dotted #82283c;
}
.caption {
	position: absolute;
	background-color: #82283c;
	bottom: 2%;
	padding: 1%;
	font-family: 'UniformCondensedMedium';
	/*text-transform: uppercase;*/
	color: #f4bd47;
}
.caption_alt {
	position: absolute;
	right: 0;
	background-color: #82283c;
	padding: 6px;
	font: 0.6em 'UniformBold';
	text-transform: uppercase;
	color: #f4bd47;
}
.awards .caption {
	text-align: left;
	display: block;
	position: inherit;
	background-color: transparent;
	color: #82283c;
}

.linkbar {
	padding: 6px 14px;
	white-space: nowrap;
}
.tag {
	padding-right: 0.4em;
}
.more {
	font-family: 'UniformCondensedMedium';
	text-transform: uppercase;
	/*float: right;
	padding: 0 2em;*/
	font-size: 1.5em !important;
	display: block;
	clear: both;
	text-align: center;
}
.more:hover{
	text-decoration: underline;
}

.bannerwall {
	text-align: center;
}
.bannerwall li {
	float: left;
	padding-top: 1em;
	padding-right: 2px;
	width: 230px;
	font-family: 'UniformCondensedMedium';
	border: none;
}
.buttonwall li {
	float: left;
	padding: 0.5em;
	width: 200px;
	margin: 0.5em 0 0.5em 0.5em;
	font-family: 'UniformCondensedBold';
	border: none;
	color: #f4bd47;
	background-color: #82283c;
	text-align: center;
}
.buttonwall li a {
	color: #f4bd47 !important;
}
.buttonwall li a:hover {
	color: #FFF !important;
}
.gallerylink {
	font-size: 1.8em;
	padding-left: 0.4em;
}
.highlight_tickets {
	margin: 10px 0;
	padding: 10px;
	background-color: #000;
}
.highlight_tickets a, .hightlight_tickets a:active {
	color: #f4bd47 !important;
}
.highlight {
	padding: 20px 10px;
	border-top: 2px dotted #82283c;
	font-size: 1.2em;
}
.highlight img {
	float: left;
	width: 12px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 20px
}
.accordion {
  cursor: pointer;
  padding: 0.8em;
  width: 100%;
  border-top: 2px dotted #82283c;
  text-align: left;
  outline: none;
  font-size: 1.2em;
  font-family: 'UniformCondensedBold';
  color: #82283c;	
  transition: 0.4s;
  background: transparent;
  border-bottom:0;
  border-left: 0;
  border-right: 0;	
  text-transform: uppercase;
	
}
.accordion h3{
  font-size: 1em;
   margin-bottom: 0px;
   float: left;
}
.active, .accordion:hover, .accordion h3:hover {
  text-decoration: underline;
  color:#fff;
}

.accordion:after {
  /* content: '\002B'; */ 
  content: '\25BC';	
  color: #82283c;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
 /* content: "\2212"; */
 content: "\25B2";
	
}
.simple li{
	list-style:outside;
	padding: 0 0 0 0.3em;
	border:none;
	/*font-family: "UniformLight"*/
}
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.nodeco {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 26%;
	margin: 10px;
	border-top: 2px dotted #FFF;
}
.nodeco li {
	border-top: 2px dotted #82283c;
	padding: 10px;
	font-family: 'UniformCondensedBold';
}
.vert_offset {
	margin-top: 11%;
}
/* FORMS */
label {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
/*   MENU  */
#mobile_menu {
	padding: 6px 0 0 4px;
	float: left;
}
.sb-toggle-left, .mobilemenulist .submenu {
	display: none;
}
#menu {
	position: absolute;
	bottom: 0.8em;
	width: 100%;
	text-align: center;
	height: 36px;
	font: 1em 'UniformCondensedBold';
}
#menu>ul {
	display: block;
	padding: 4px 0px;
}
#menu>ul>li a{
	text-shadow: 0 0 10px #000;
}
#menu ul li {
	display: inline-block;
	position: relative;
	padding: 4px 8px;
}
/*#menu ul li:nth-child(9) {
	border-left: solid 2px #f4bd47;
}*/
#menu ul li ul, #menu ul .submenu li ul {
	display: none;
}
#menu ul li:hover{
	background-color: #000;
}
#menu ul li:hover>ul {
	display: block;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 22px;
	text-align: left;
	background-color: #000;
	z-index: 10;
}
#menu ul li ul li:hover ul {
	display: block;
	width: 150px;
	position: absolute;
	left: 150px;
	top: -1px;
	text-align: left;
	background-color: #000;
	z-index: 9;
}
#menu ul li:nth-child(7) ul li:hover ul, #menu ul li:nth-child(8) ul li:hover ul {
	left: -150px;
}
#menu .submenu li {
	border-top: 1px solid #333;
	width: 134px;
}
#menu .submenu li img {
	float: right;
}
#menu>ul>li>a>img {
	display: none;
}
#menu .submenu span {
	display: table-cell;
	padding: 4px 8px;
	background-color: #555;
	color: #ffffff;
}

#menu .glass {
	vertical-align: middle;
}
.glass img {
	width: 24px;
}
#search_over {
	/*background-image: url(/img/maroon_transparent.png);*/
	background-color: rgba(244,189,71, 0.8);
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	display: none;
	text-align: center;
	margin:0;
}
#search_over form {
	margin-top: 20% !important;
	padding: 2em 0;
	text-align: center;
	width: 90%;
	margin:auto;
	/*border-top: dotted 2px #f4bd47;
	border-bottom: dotted 2px #f4bd47;*/
}
#search_over .button {
	padding: 2em 1em;
}
#search_over table{
	margin-bottom: 0px !important;
}
#search_over input:focus {
	box-shadow: none;
}
.search_inner {
	width: 50%;
	margin: auto;
}
.search_close {
	display: block;
	padding: 2%;
	width: 90%;
	margin: auto;
	text-decoration: underline;
}
.search_close img {
	width: 100%;
	height: auto;
}
/*   Slider    */
#slider_holder {
	max-width: 2000px; /*1280px;*/
	max-height: 888px; /*569px;*/
	min-height: 42vw;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 0px 5px #000;
	box-shadow: 0 0px 5px #000;
	visibility:hidden;
	background-color: #82283c;

}

/*#main_feature: to change li/a to h2 for features. In dev Jan. 28, 2025*/
#main_feature img{
	width: 100%;
	height: auto;
}
.bxslider li, #main_feature h2 {
	position: relative;
}
.bxslider li a:before, #main_feature h2 a:before {
	content: url('/img/yellow_bar.jpg');
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 100004;
}
.bxslider li a:after, #main_feature h2 a:after {
	content: url('/img/yellow_bar.jpg');
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 100003;
}
.bxslider li a {
	padding: 2rem 0;
	color: #FFF;
	position: absolute;
	top: 26%;
	left: 10%;
	width: 40%;
	font: 2.2em 'UniformBold';
	/*text-transform: uppercase;*/
	text-shadow: 0px 0px 18px #000;
	z-index: 22;
}
 #main_feature h2 a {
	padding: 2rem 0;
	color: #FFF;
	position: absolute;
	top: 26%;
	left: 10%;
	width: 40%;
	font: 1.5em 'UniformBold';
	/*text-transform: uppercase;*/
	text-shadow: 0px 0px 18px #000;
	z-index: 22;
}
.bxslider li a:active, .bxslider li a:hover, #main_feature h2 a:active, #main_feature h2 a:hover {
	color: #f4bd47;
}
ul.bxslider li a, #main_feature h2 a {
    -webkit-animation-name: fromtop; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: fromtop;
    animation-duration: 1s;
}
.decobee {
	margin: -158px ;
	width: 100%;
}
.decobee img{
	margin: auto;
	widows: 30%
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fromtop{
    from {margin-left:-100%;}
    to {margin-top:0;}
}
/* Standard syntax */
@keyframes fromtop{
    from {margin-left:-100%;}
    to {margin-top:0;}
}
/* Middle */
.middle_wide_camp {
	width: 100%;
	background-image: url(/img/camp_background.webp);
	background-size: 100%;
	background-repeat: repeat;
	background-color: #f4bd47;
	padding-top: 2em;
	padding-bottom: 2em;
}
.middle_wide_hall {
	width: 100%;
	background-image: url(/img/hof_background.webp);
	background-size: 100%;
	background-repeat: repeat;
	background-color: #f4bd47;
	padding-top: 2em;
	padding-bottom: 2em;
}
.middle_wide_search {
	background-image: none;
	background-color: #f4bd47;
	padding-top: 2em;
	padding-bottom: 2em;
}
.middle_wide {
	width: 100%;
	background-image: url(/img/webbackgroundyellow4.webp);
	background-size: 100%;
	background-repeat: repeat;
	background-color: #f4bd47;
	padding-top: 2em;
	padding-bottom: 2em;
}
#middle {
	max-width: 1024px;
	margin: auto;
	padding-left: 2%;
	padding-right: 2%;
	overflow:hidden;
}
#middle a {
	color: #82283c;
}
#middle a:hover, #middle a:hover strong {
	color: #FFF;
}
.middle_wide h3{
	text-align: center;
	font-size:2rem;
}
#middle h3, #middle h4{
	color:#82283c;
/*	color: #f4bd47;
	background-color: #82283c; */
	text-align: center;
	width: 280px;
	line-height: 40px;
	margin: auto;
	margin-bottom: 1em;
}
#middle h5, .buttoned {
	color: #f4bd47;
	background-color: #82283c;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 1em;
	font: 1em 'UniformCondensedBold';
}
#middle .buttoned a {
	color: #f5b346;
}
.middle_wib{
	background-image: url(/img/web_bg_wflag2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:6em;
	max-width: 1024px;
	margin:auto;	
}
#middle .outlined, #middle .outlined_white, .outlined {
	margin: 10px auto;
	line-height: 2.2;
	border: 2px solid #82283c;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	padding: 10px 20px;
	text-transform: uppercase;
	font: 1em 'UniformCondensedBold';
	display: inline-block;
	letter-spacing: 0.1em;
	text-align: center;
}
#middle .outlined, .outlined a, .outlined, .outlined a{
	color:#000000 !important;
}
#middle .outlined:hover, .outlined a:hover, .outlined_small:hover{
	background-color: rgba(130,40,60,1);
	color:#ffffff !important;
}
.outlined_yellow{
	margin: 10px auto;
	line-height: 2.2;
	border: 2px solid #f4bd47;
	padding: 10px 20px;
	font: 1em 'UniformCondensedBold';
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
}
.outlined_small{
	line-height: 1.2;
	border: 2px solid #82283c;
	padding: 2px 6px;
	text-transform: uppercase;
	font: 1em 'UniformCondensedBold';
	display: inline-block;
	text-align: center;
	color:#000000 !important;
}
.outlined_white {
	border: 2px solid #FFFFFF;
	padding: 0.4em;
	display: inline-block;
	text-transform: uppercase;
}
.external_logo{
	width: 50%;
	height:auto;
	margin-bottom: 2em;
}
.card{
	padding-bottom: 1em;
}
.alert{
	margin: 10px auto;
	line-height: 2.2;
	border: 2px solid #82283c;
	background-color: rgba(255,255,255,0.3);
	padding: 10px 20px;
	text-transform: uppercase;
	font: 1em 'UniformCondensedBold';
	display: inline-block;
	letter-spacing: 0.1em;
	text-align: center;
}
.tiles, .tiles_gallery {
	text-align: center;
}
.tiles li, .tiles_gallery li{
	display: inline-block;
	width: 30%;
	padding: 0.5em;
}
.tiles li img, .tiles_gallery li img{
	width: 100%;
	height: 100%;
}

.bee {
background: url(/img/stingers_bee.png) no-repeat center center;
	height: 250px;
	margin:auto;
	margin-bottom: 1em;
	text-align:center;
	z-index:99;
}

.bee img{
	width:80%;
	margin-top:10%;
} 

/* Results */
.results {
	display: table;
	font: 1em 'UniformCondensedMedium';
	width: 48%;
	float: right;
	padding-left: 1%;
	margin-top: -10%;
	margin-bottom: 4%;
}

.results strong {
	font-family: 'UniformCondensedBold';
	letter-spacing: 0.03em;
}
.results a {
	color: #82283c;
	font-size: 1em;
}
.icons img {
	padding: 2% 2% 0 2%;
}
.promolist {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #82283c !important;
	text-align: left !important;
}
.promo {
	color: #82283c;
	text-transform: uppercase;
	font: 1em 'UniformCondensedMedium';
}
.results ul {
	border-bottom: dotted 2px #82283c;
	margin-left: 1em;
}
.results ul li {
	display: table-cell;
	padding: 4% 2%;
	width: 70%;
}
.results ul li:first-child {
	width: 120px;
}
.results ul li:nth-child(2) {
	color: #000;
}
.results ul li .date, .events ul li .date {
	font-family: 'UniformCondensedBold';
	font-size: 0.9em;
	text-transform: uppercase;
	color: #000000 !important;
	text-align: left !important;
}
.grand {
	text-transform: uppercase;
	font: 1.5em 'UniformCondensedBold';
	color: #82283c !important;
	text-align: left !important;
}
.bx {
	line-height: 1.5;
}
/* Events */
.events {
	display: table;
	font: 1em 'UniformCondensedMedium';
	width: 48%;
	float: left;
	padding-left: 0.5%;
	margin-top: -10%;
	margin-bottom: 4%;
}
.events span{
	display: inline !important;
}
.events strong {
	font-family: 'UniformCondensedBold';
	letter-spacing: 0.03em;
}
.events a {
	color: #82283c;
	font-size: 1em;
}
.events ul {
	border-bottom: dotted 2px #82283c;
	margin-right: 2em;
}
.events ul li {
	display: table-cell;
	padding: 2% 1%;
	width: 70%;
}
.events ul li:first-child {
	width: 100px;
}
.events img, .results img {
	padding-top: 8px;
}
/* Profiles */
.playerprofiles {
	max-width: 1024px;
	margin: 1em auto;
	text-align: center;
	max-height: 360px; /*to hide headshots on mobile */
	overflow:hidden; /*to hide headshots on mobile */
	background-color: #82283c;
	background-image: url(/img/bbcknd5.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.playerprofiles ul li a span{
	color: #f4bd47;
}
.playerprofiles h4{
	color:#ffffff;
}
/* Social */
.fans {
	width: 100%;
	background: url(/img/social_bg6.jpg) top center;
	background-size: 100%;
	background-repeat: repeat-y;
	background-attachment: scroll;
	box-shadow: inset 0 0 40px #000;
	text-align:center;

}
.socialbee {
	width: 40%;
	margin-top: 2em;
}
.social {
/*	background: url(/img/glow.png) left bottom;
	background-repeat: repeat-x; */
	text-align: center;
	padding-bottom:2em;
}
.social h5 {
	padding-top: 2em;
	font: 3em 'UniformCondensedBold';
	letter-spacing: 0.3em;
	text-shadow: 2px 2px 10px #441820;
	color: #f4bd47;
}
.social img, .social svg {
	padding: 0.4em;
}
/* Partners */
.partners_wide {
	min-width: 300px;
	background-color: #000;
}
.partners {
	max-width: 1024px;
	margin: auto;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	position: relative;
}
.partners h4, .partners p, .videofeature_wide h4 {
	width: 300px;
	text-align: center;
	height: 70px;
	margin: auto;
	font-size: 2em;
	font-family:'UniformCondensedBold';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
}
.partners img {
	padding: 0px 8px 20px 8px;
}
.middle_wide span{
	width: 98%;
	text-align: center;
	height: auto;
	display: block;
	color: #FFF;
}
.videofeature span{
	width:100%;
	background-image: url(/img/bar_partners.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
	height: 24px;
	display: block;
	color: #FFF;
}
.partners span{
	background-image: url(/img/bar_partners.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	margin: auto;
	margin-top: 1em;
	height: 24px;
	display: block;
	color: #FFF;
}
.aotw span, .vaccination span, .partners span a,  .videofeature span a {
	font: 1em 'UniformCondensedMedium';
	text-transform: uppercase;
	font-size:1.5em;
}
.aotw span:hover, .vaccination span:hover, .partners span a:hover, .videofeature span a:hover {
	text-decoration: underline;
}
/* Footer */
.footer_wide {
	background-image: url(/img/header_bg_maroon.jpg);
	background-size: 200%;
	background-repeat: no-repeat;
	background-color: #82283c;
	width: 100%;
	padding: 2% 0;
}
.footer {
	max-width: 1024px;
	margin: auto;
	font: 0.8em 'UniformCondensedMedium';
	color: #FFF;
}
.footer p {
	width: 36%;
	padding: 0 5%;
}
.footer span {
	width: 60%;
	float: right;
}
.footer img {
	padding: 1em;
	vertical-align: middle;
}
.footer b {
	font-family: 'UniformCondensedBold';
	font-size: 1.2em;
}
/* Slidebars */
.sb-slidebar {
	height: 100%;
	width: 180px;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	visibility: hidden;
	background-color: #000;
}
.sb-left {
	left: 0;
	color: #FFF;
}
html.sb-static .sb-slidebar, .sb-slidebar.sb-static {
	position: absolute
}
.sb-slidebar.sb-active {
	visibility: visible
}
.sb-slidebar.sb-style-overlay {
	z-index: 9999
}
.sb-toggle-left .sb-open-left, .sb-close {
	cursor: pointer;
}
.sb-slide, #sb-site, .sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right;
	-webkit-backface-visibility: hidden
}
.sb-hide {
	display: none
}
/* SCHEDULES - ROSTERS */
.archive_search {
	background-color: #82283c;
	padding: 10px;
	float: right;
	white-space: nowrap;
	min-width: 260px;
	text-align: center;
}
.archive_search label {
	font-family: 'UniformCondensedBold';
	text-transform: uppercase;
	color: #f4bd47;
	width: auto;
	float: none;
	vertical-align: baseline;
	padding-bottom: 0.4em;
}
.roster>li, .rostercoaches>li {
	display: inline-block;
}
.player li {
	display: inline-block;
	color: #82283c;
	font-size: 1.2em;
}
.playerprofiles .player li {
	color: #f4bd47;
	font-size: 0.7em;
	padding:0;
}
.player .HT {
	width: 24px;
}
.roster li {
	margin: 8px 6px;
	padding-top: 12px;
}
.roster li a {
	font-size: 1.6em;
}
.roster li a img {
	padding-left: 4px;
	padding-right: 4px;
}
.roster li span{
	color:#82283c;
}
.roster, .rostercoaches {
	color: #fff;
	font: 0.8em 'UniformCondensedBold';
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
}
.rostercoaches span {
	margin: auto;
	width: 140px;
	height: 70px;
	color:#82283c;
}
.roster li>span {
	font-size: 10px;
	font-weight: bold;
}
.rostercoaches li {
	margin: 4px 3px;
	padding: 10px 14px 10px 14px;
	vertical-align: top;
}
.coaches ul li {
	font-family: 'UniformCondensedBold';
	margin-bottom: 4px;
	border-bottom: 2px dotted #82283c;
	padding: 6px 4px;
}
.profile {
	text-align: center;
	width: 60%;
	margin: 0px auto;
	position: relative;
}
.profile h3 {
	margin:0;
}
#middle ul.profile a.nextbutton {
	float: left;
	position: absolute;
	top: 15%;
	background-image: url(../img/prevm.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 60px;
	height: 105px;
	text-indent: -9999px;
}
#middle ul.profile a.nextbutton:hover {	
	background-image: url(../img/prevm_white.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#middle ul.profile a.prevbutton {
	float: right;
	position: absolute;
	top: 15%;
	background-image: url(../img/nextm.png);
	background-size: 100%; /*added*/
	background-repeat: no-repeat;/*added*/
	width: 60px;
	height: 105px;
	text-indent: -9999px;
}
#middle ul.profile a.prevbutton:hover {
	background-image: url(../img/nextm_white.png);
	background-size: 100%; /*added*/
	background-repeat: no-repeat;/*added*/
}
.prevbutton {
	right: 0;
}
.nextbutton {
	left: 0;
}
.profile li {
	display: block;
	padding: 8px;
}
.profile .photo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}
.fadein{
	-webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#middle .profile .photo span {
	font: 2em 'UniformCondensedBold';
	color: #f5b346;
	background-color: #822a3a;
	padding: 12px 20px;
	float: right;
	position: absolute;
	bottom: 60px;
	left: 8px;
	width: auto;
}
.blurb {
	text-align: left;
}
.blurb p {
	line-height: 1.2em;
	color: #000;
}
.schedule_results ul li a strong, .results_all ul li a strong, .results_all ul li b{
	font-family: "UniformCondensedBold";
}
.numroster {
	font-family: 'UniformCondensedMedium';
}
.numroster, .coaches, .schedule_results, .schedule_results_all, .results_all, .tournament_results {
	/*padding-top: 20px;*/
	font-family: 'UniformCondensedLight';
}
.numroster ul.header, .schedule_results ul.header, .schedule_results_all ul.header, .results_all ul.header, .tournament_results ul.header {
	font: 1em 'UniformCondensedBold';
}
.results_all h2{
	padding-top: 1em;
}
.numroster>ul, .schedule_results ul, .schedule_results_all ul, .results_all ul, .tournament_results ul {
	margin-bottom: 4px;
	border-bottom: 2px dotted #82283c;
	padding: 6px 4px;
}
.numroster li, .schedule_results li, .schedule_results_all li, .results_all li, .tournament_results li {
	display: inline-block;
	font-size: 1em;
	line-height: 1.5;
}
.numroster ul li:first-child {
	width: 16px;
	font-family: 'UniformCondensedBold';
}
.numroster ul li:nth-child(2) {
	width: 174px;
}
.numroster ul li:nth-child(3) {
	width: 100px;
}
.numroster ul li:nth-child(4) {
	width: 34px;
}
.numroster ul li:nth-child(5) {
	width: 36px;
}
.numroster ul li:nth-child(6) {
	width: 24px;
}
.numroster ul li:nth-child(7) {
	width: 160px; /*was 120*/
}
.numroster ul li:nth-child(8) {
	width: 160px;
}
.tournament_results ul li:first-child {
	width: 80px;
}
.tournament_results ul li:nth-child(2) {
	width: 80px;
}
.tournament_results ul li:nth-child(3) {
	width: 160px;
}
.tournament_results ul li:nth-child(4) {
	width: 160px;
}

#teamimageholder {
	position: relative;
	margin-top: 1em;
}
#teamimageholder span.caption{
	float:left;
	width: auto;
	padding:6px;
}
.teamphoto {
	margin: 20px 0;
}
/*NEW SCHEDULE STYLE*/
.filter, .filter .dropbtn{
	font-family: 'UniformCondensedBold';
	text-transform: uppercase;
	font-size: 1em;
	color:#f4bd47;
	padding: 0;
}
.filter .archive_search{
	font-family: 'UniformCondensedBold';
	background-color: transparent;
	float: none;
	text-align:left;
	width:auto;	
	min-width: auto;
}
.filter span, .dropdown{
	display:inline-block;
	background-color: #822a3a;
	padding: 0.5em 1em;
}
.filter span a:hover{
	text-decoration: underline;
}
#middle div.filter span a{
	color:#f4bd47;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #822a3a;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
#middle div.filter .dropdown-content a {
  color: #822a3a;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	border-top:1px solid #ccc;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  text-decoration: underline;
}

.filter select-selected {
  background-color: #f4bd47;
}

.schedule_results_all_alt{
	font-family:'UniformCondensed';
}
.schedule_results_all_alt ul{
	display: flex;
	align-items:center;
	border-bottom: 1px solid #82283c;
}
.schedule_results_all_alt ul li{
	padding: 0.2em;
	margin: 0 0.4em 0 0;
	font-family: 'UniformCondensedMedium';
}
.schedule_results_all_alt img{
width:50px;
}
.schedule_results_all_alt ul li:first-child {
	width: 12%;
	background-color: #82283c;
	color:#f4bd47;
	font-family:'UniformCondensedBold';
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0.2em;
}
.schedule_results_all_alt ul li:nth-child(2), .schedule_results_all_alt ul li:nth-child(3){
	width: 12%;
}
.schedule_results_all_alt ul li:nth-child(4) {
	width: 8%;
}
.schedule_results_all_alt ul li:nth-child(5), .schedule_results_all_alt ul li:nth-child(6){
	width: 6%;
}
.schedule_results_all_alt ul li:last-child{
	font-family:'UniformCondensedBold'
}

/*END NEW SCHEDULE STYLE*/

.schedule_results_all ul, .results_all ul {
	margin: 0 2%;
}
.schedule_results img, .schedule_results_all img {
	vertical-align: middle;
}
.schedule_results ul li:first-child {
	width: 60px;
	font-family: 'UniformCondensedBold';
}
.schedule_results ul li:nth-child(2) {
	width: 60px;
}
.schedule_results ul li:nth-child(3) {
	width: 180px;
	font-family: 'UniformCondensedBold';
}
.schedule_results ul li:nth-child(4) {
	width: 120px;
	text-align: center;
}
.schedule_results ul li:nth-child(5) {
	width: 90px;
	font-family: 'UniformCondensedBold';
	color:#82283c;

}
.schedule_results ul li:nth-child(6) {
	width: 70px;
}
.schedule_results .header, .schedule_results_all, .results_all, .header {
	/*text-transform: uppercase;*/
	font-size: 1em;
}

.schedule_results_all ul li:first-child {
	width: 100px;
}
.schedule_results_all ul li:nth-child(2) {
	width: 60px;
}
.schedule_results_all ul li:nth-child(3) {
	width: 60px;
}
.schedule_results_all ul li:nth-child(4) {
	width: 120px;
	font-family: 'UniformCondensedBold';
}
.schedule_results_all ul li:nth-child(5) {
	width: 80px;
}
.schedule_results_all ul li span{
	color: #82283c !important;
	font-family: "UniformCondensedBold";
	text-align: left;
}
.results_all ul li span{
	color: #82283c !important;
	text-align: left;
	font-family: 'UniformCondensedBold';
}
.results_all ul li:first-child {
	width: 100px;
}
.results_all ul li:nth-child(2) {
	width: 60px;
}
.results_all ul li:nth-child(3) {
	width: 60px;
}
.results_all ul li:nth-child(4) {
	width: 120px;
}
.results_all ul li:nth-child(5) {
	width: 80px;
}
.results_all ul li:nth-child(6) {
	width: 80px;
}
.results_all ul li:nth-child(7) {
	/*width: 70px;*/
}
table.awards {
	border-collapse: separate;
	border-spacing: 4px;
	width: 100%;
	font-family: 'UniformCondensedMedium';
}
table.awards th {
	font-family: 'UniformCondensedBold';
	text-align: left;
	color: #f5b346;
	background-color: #82283c;
	padding: 10px;
	border: none;
}
table.awards tr td:first-child {
	white-space: nowrap;
}
table.awards td {
	border-bottom: 2px dotted #82283c;
	padding: 10px;
}
table.awards_small {
	border-collapse: separate;
	border-spacing: 4px;
	width: 100%;
	font: 0.8em 'UniformCondensedMedium';
}
table.awards_small td {
	border-bottom: 2px dotted #82283c;
	padding: 10px 4px;
}
table#recruits{
	border-collapse: separate;
	border-spacing: 0.1em;
	width: 100%;
	font-family: 'UniformCondensedMedium';
	text-align: center;
}
table#recruits th{
	padding: 0.4em 0.1em ;
	font-family: 'UniformCondensedBold';
	background-color: #82283c;	
	color: #f5b346;
}
table#recruits td{
	padding: 0.4em 0.1em;
	border-bottom: 2px dotted #82283c;
}
#recruits td.highlighted{
	font-family: 'UniformCondensedBold';
	color:#82283c;
}

#middle span.invisible {
	display: none;
	background-color: transparent;
}
@media (min-width: 1400px) {
.bxslider li a {
    width: 30%;
}
}
@media (max-width: 1000px) {
	.bxslider li a {
	font-size: 1.8em;
}
}

@media screen and (min-width:0px) and (max-width: 900px) {
ul.tiles li:nth-child(3){
		display: none;
	}
	.tiles li, .tiles_gallery li {
		width: 45%;
	}
	
}
@media (max-width: 900px) {
.bxslider li a, #main_feature h2 a {
	width: 50%;
}
#header {
	background-image: none;
}
.sporttitle{
	font-size: 2em;
}
.numroster ul li:nth-child(2) {
	width: 20%;
}
.numroster ul li:nth-child(9) {
	display: none;
}
.ad img {
	width: 90%;
	height: 90%;
}
.middle_wib{
	background-size: 70%;
}	
}

@media (max-width: 800px) {
h1{
	font-size: 2em;
}
.caption{
	font-size: 1em;
	}	
#header .tag {
	font-size: 1em;
}

#menu ul li {
	padding: 4px;
}
#menu ul li:nth-child(8) {
	padding-right: 8px;
}
.bxslider li a, #main_feature h2 a {
	font-size: 1.3em;
}
.schedule_results_all ul, .results_all ul {
	margin: 0 2%;
}
.schedule_results ul li:nth-child(4) {
	display: none;
}
.bee {
	height: 200px;
	background-size:contain;
}
}

@media (min-width: 731px) {
.sb-slidebar {
	display: none;
}
}

@media (max-width: 730px) {
#header {
	background-image: none;
	height: 100px !important;
}
#header_camps {
	background-size: 26%;
	max-height:96px;
	overflow:hidden;
}
#header .tag {
	left: 40px;
	top: 10px;
}
#header_camps .sectiontag h2 {
	font-size: 1.2em;
}
#social_icons_top {
	top: 0;
	margin: 0;
	height: 36px;
	width: auto;
	letter-spacing: 2px;
}
#social_icons_top img {
	padding: 2px;
}
#logo, #athleticslogo {
	width: 86px;
}
#logo img {
	margin-top: -5px;
}
#athleticslogo {
	float:left;
	margin-left:20px;
	margin-top:-3px;
}
.search_inner {
	width: 90%;
}
#search_over form {
	padding: 2em 1em;
}
#search_over .button {
	padding: 5px;
}

.sporttitle {
	position: static;
	padding-left: 1em;
	background-color: #000;
}
#slider_holder {
	min-height: 65vw;
}
	
.bxslider li a:before, .bxslider li a:after, #main_feature h2 a:before, #main_feature h2 a:after {
	display: none;
}
.bxslider li a, #main_feature h2 a {
	font-size: 1em;
	width: 96%;
	top: 79%;
	padding: 2%;
	/*padding: 3% 0; padding-titles-news-mobile*/
	bottom: 0px;
	text-align: center;
	background-color: rgba(000, 0, 0, 0.6);
	left: 0;
}
.giving_tuesday_wide {
    text-align: center;
}

.content_wide {
	top: 78px;
}
#menu {
	display: none;
}

.newsbody {
	width: 98%;
}
.highlight_tickets{
	margin:10px 2% 10px 0;
	}
.sidebar {
	width: 98%;
	padding: 0 1%;
}
.results {
	margin-top: 0;
}
.events {
	margin-top: 0;
}
.results, .events {
	width: 99%;
}
#middle h4 {
	width: 90%;
}
.middle_wib{
	background-image: none;
	padding-top: 0;
}		
.events ul, .results ul {
	display: block;
	width: 90%;
	margin-left: 5%;
}
	
.external_logo{
	width: 80%;
	height:auto;
	margin-bottom: 2em;
	margin-left:10%;
	margin-right: 10%;
}	
.more {
	float: none;
}
.ad {
	padding-top: 0;
}
.message {
	text-align:center;
	width:100%;
}
.results ul li:first-child, events ul li:first-child {
	text-align: left;/*	width: 40%;*/
}
/*.events ul li:first-child {
	width: 190px;
}*/
.results ul li, .events ul li {
	height: auto;
	min-height: 60px;
}
#middle ul.profile a.nextbutton, #middle ul.profile a.prevbutton {
	width: 40px;
	height: 70px;
}
.bee img {
display:none;
}
	.half, .third {
	float: none;
	width: 98%;
	padding-top: 1em;
}
.third img{
	width: 60%;	
}
.profile .photo, .profile .photo img {
	width: 240px;
}
.nodeco {
	display: block;
	width: 94%;
}
.vert_offset {
	margin-top: 0;
}
.caption_alt{
	right: 4px;
}
.socialbee {
	width: 60%;
}
.social h5 {
	font-size: 2.2em;
}
.partners img {
	width: 30%;
	height: 30%;
}
.footer_wide {
	background-image: none;
	background-color: #82283c;
}
.footer span {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 2em;
}
.footer p {
	text-align: center;
	width: 90%;
}
.mobilemenulist li {
	font: 1em 'UniformCondensedBold';
	border-top: solid 1px #666;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.mobilemenulist li.expanded {
	padding-bottom: 0px;
}
.mobilemenulist > li > a {
	padding-left: 6px;
}
.mobilemenulist .submenu{
	background-color: #333;
	}
.mobilemenulist .submenu li {
	padding-left: 6px;
}
	.mobilemenulist .submenu li ul{
		background-color: #555;
		margin-left: -6px;
	}	
.mobilemenulist .submenu li .submenu li {
		padding-left: 6px;

}
.mobilemenulist .submenu li ul li a {
	/*margin-left: 4px;*/
}
.mobilemenulist .submenu span {
	color: #f4bd47;
	background-color: #000;
	padding: 6px;
	line-height: 2;
}
.sb-slidebar .mobilemenulist li.expanded>.submenu, .sb-slidebar .mobilemenulist li.expanded>.submenu li {
	display: block;
}
.sb-toggle-left {
	display: inline-block;
}
.sb-toggle-left img {
	vertical-align: middle;
}
.numroster ul li:nth-child(7) {
	display: none;
}
#middle ul.profile a.nextbutton, #middle ul.profile a.prevbutton {
	width: 40px;
	height: 70px;
}
.profile .photo, .profile .photo img {
	width: 240px;
	height: auto;
}
.desktop{
	display:none !important;
}
.mobile {
	display:inline-block !important;
}
/*NEW SCHEDULE - MOBILE*/
.schedule_results_all_alt ul {
	display: inline-block;
    border-bottom: NONE;
    width: 46%;
    margin-left: 2%;
    vertical-align: top;
}
	.schedule_results_all_alt ul li {
		padding: 0.6em;
	}
.schedule_results_all_alt ul li:first-child {
    width: unset;
	padding: 0.5em 1em;
    margin: 0px;
	}
.schedule_results_all_alt ul li:nth-child(2), .schedule_results_all_alt ul li:nth-child(3) {
    width: unset;
	float:left;
	}
.schedule_results_all_alt ul li:nth-child(5), .schedule_results_all_alt ul li:nth-child(6){
	width: unset;
	float: right;
	padding:0px;
	}
.schedule_results_all_alt ul li:nth-child(8)
{
	clear: both;
}
}
@media screen and (min-width:0px) and (max-width: 600px) {
	ul.tiles li:nth-child(2){
		display: none;
	}
	.tiles li, .tiles_gallery li {
		width: 80%;
	}
}

@media (max-width: 600px) {
.wide_header {
	background-position: top center;
}
#header .tag {
	/*font-size: 0.8em;*/
	left: 140px;
	text-align: left;
}
#header .tag span {
	display: none;
}
.bxslider li a, #main_feature h2 a {
	font-size: 1rem;
}
#social_icons_top {
	height: 32px;
	font-size: 16px;
	margin-right: 4px;
}
#social_icons_top span {
	line-height: 2.4em;
}
#logo {
	float: left;
	margin-left: 20px;
}

.sporttitle {
	top: 1em;
	left: 1em;
}
.ad img {
	max-width: 80%;
	margin: auto;
}
.w300 {
	display: inline-block;
}
.w728 {
	display: none;
}
.social h5 {
	font-size: 2em;
	letter-spacing: normal;
}
.social img {
	width: 20%;
	height: 20%;
}

.archive_search {
	width: 96%;
	margin-bottom: 1em;
	text-align: center;
}

.numroster ul.header {
	display: none;
}
.numroster>ul li {
	padding: 2px;
}
.numroster ul li:first-child {
	float: left;
	width: 30px;
	clear: right;
	font: 2em 'UniformCondensedBold';
}
.numroster ul li:nth-child(2) {
	margin-left: 0px !important;
	width: 80%
}
.numroster ul li:nth-child(4), .numroster ul li:nth-child(5) {
	width: 28px;
}
.numroster ul li:nth-child(6)::before {
	content: "Y";
	padding-right: 2px;
}
.numroster ul li:nth-child(6):lang(fr)::before {
	content: "A";
	padding-right: 2px;
}	
#middle ul.profile a.nextbutton, #middle ul.profile a.prevbutton {
	width: 30px;
	height: 52px;
	top: 10%;
}
.profile {
	min-width: 290px;
}
.profile .photo, .profile .photo img {
	width: 190px;
}

table.awards tr td:first-child {
	white-space: normal;
}
.halloffame {
	text-align: center;
}
.halloffame img {
	float: none;
	max-width: 90%;
}
.halloffame .bio {
	margin: 0;
	text-align: left;
}
.linkbar {
	padding: 6px 10px;
	display:block;
	text-align: left;
}
.hide {
	display:none;
}
	#recruits span{
		display:none;
	}
}
@media (max-width: 500px) {
.allnewsfeed figure{
	margin-left:auto;	
}
.allnewsfeed img{
	width: 100%;
	padding-right: 0;
	float:none;
}
#header_camps{
	max-height: 116px;
	}
}
@media (max-width: 430px) {
#header .tag {
	display: none;
}
#header_camps {
	background-image:none;
}	
.sporttitle {
	/*font-size: 1.2rem;*/
}
.bxslider li a, #main_feature h2 a {
	/*font-size: 0.9rem;*/
	bottom: 0;
	margin: 0;
	display: block;
}
/*.bxslider li{
	height:240px;
}
ul.bxslider li a{
	top:160px;
}*/
	#middle .outlined, #middle .outlined_white {
		display:block;
		width:auto;
	}
table#recruits td, table#recruits th{
	font-size: 0.9em;
}
table.awards {
	border-spacing: 0px;
	font-size: 0.8em;
}
table.awards th {
	padding: 10px 0 10px 2px;
}
table.awards td {
	padding: 10px 0 10px 2px;
}	
.schedule_results ul.header, .schedule_results_all ul.header, .results_all ul.header, .tournament_results ul.header {
	display: none;
}
.tournament_results ul li:nth-child(3) {
	width: 80%;
}
.tournament_results ul li:nth-child(4) {
	width: 80%;
}
	.schedule_results_all_alt ul {
		width: 96%;
	}

#recruits td:nth-child(5), #recruits th:nth-child(5)
{display:none;}
}


@media (max-width: 375px){

.bxslider li a, #main_feature h2 a {
	top: 72%;
}
#header_camps .sectiontag span{
	display: none;
}
/*	.bxslider li{
height:220px;
}
ul.bxslider li a{
	top:140px;
}*/
	.filter .archive_search {
		padding-left:0;
	}
	
#recruits td:nth-child(6), #recruits th:nth-child(6)
{display:none;}	
}