@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700,900|Lora:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/* Bootstrap Overrides */
.row {
	margin-right: -30px;
	margin-left: -30px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 30px;
	padding-left: 30px;
}
a[href*="http://"][target="_blank"]::after, a[href*="https://"][target="_blank"]::after {
	content: "\f14c";
	font-family: "fontawesome";
	padding-left: 5px;
	padding-right: 3px;
	font-weight: normal;
}
a.no-arrow[href*="http://"][target="_blank"]::after, a.no-arrow[href*="https://"][target="_blank"]::after {
	content: "";
}
a.no-arrow span {
	font-size: 20px;
}
a[href^="mailto:"]::after {
	content: "\f003";
	font-family: fontawesome;
	padding-left: 5px;
	padding-right: 3px;
	font-weight: normal;
}
a[href$=".pdf"]::after {
	content: "\f1c1" !important;
	font-family: fontawesome !important;
	padding-left: 5px;
	padding-right: 3px;
	font-weight: normal;
}
.alert a {
    color: #fff !important;
    text-decoration: underline !important;
}
html {
	font-size: 16px;
}
body {
	font-family: Lato, sans-serif;
	line-height: 150%;
	font-size: 1rem;
	background-color: #eee;
}
.rain::after {
	display: block;
	content: "rained out";
	text-transform: uppercase;
	font-size: 12px;
}
.cancel::after {
	display: block;
	content: "canceled";
	text-transform: uppercase;
	font-size: 12px;
}
.btn.disabled {
	background-color: #CCC;
}
	.btn-lg {
    padding: 16px 24px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
		letter-spacing: 1px;
}
.info ul {
	margin: 0;
	padding: 0;
}
.info ul li {
	list-style-type: none;
	padding: 10px 0 5px;
}
.game::before {
	font-family: fontawesome;
	content: "\f111";
	color: #ef6e1e;
	font-size: 8px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.game.away:before {
	color: #000;
}
.disabled .game:before {
	color: #aaa;
}
.header {
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
	font-size: 14px;
	letter-spacing: 2px;
}
.jumbotron {
	background: url(../img/bg-home.jpg) no-repeat center bottom; /* took out fixed */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
	transition: all .3s ease-in-out;
}
hr {
	height: 1px;
	margin: 50px 0;
	color: #ccc;
	background-color: #ccc;
}
.btn-secondary {
	color: #fff !important;
	background-color: rgba(0,0,0,.3);
	text-transform: uppercase;
	padding: 4px 20px !important;
}
.alert-warning {
	margin: 0;
	border: none;
	background-color: #fe5000;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
	top: 0;
	right: 0;
	color: #000;
	opacity: .5;
	padding-left: 10px;
}
.navbar {
	border-left: 0;
	border-right: 0;
}
a:link, a:visited {
	color: #fe5000;
	text-decoration: none;
}
a:hover {
	color: #000 !important;
	text-decoration: underline;
}
.panel-title {
	font-size: 18px;
}
.panel-heading {
	background-color: #fff /*#ef6e1e*/;
	color: #000;
	padding: 20px 30px;
}
.panel a {
	text-decoration: none;
}
.panel-heading::after {
	content: "\f068";
	float: right;
margin-top: -26px;
font-family: fontawesome;
background-color: #ef6e1e;
border-radius: 100%;
padding: 4px 8px 2px;
color: #fff;
}
.panel-body {
    padding: 15px 30px;
}
.collapsed .panel-heading::after {
	content: "\f067";
	float: right;
	margin-top: -26px;
	font-family: fontawesome;
}
.panel a[aria-expanded="true"] .panel-heading {
    background-color: #000;
    color: #fff;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel.panel-default {
    border: none;
    border-top: 1px solid #ddd;
}
.sponsor h2 small {
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
}
.sponsor {
	clear: both;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	margin-bottom: 50px;
	overflow: auto;
}
.sponsor-img {
	float: left;
	padding: 7.5% 2.5%;
	background-color: #fff;
	width: 25%;
	margin-right: 25px;
}
.sponsor-bio {
	float: left;
	width: 70%;
}
.photo-gallery .caption, .byline {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0,0,0,.5);
	letter-spacing: .5px;
	font-weight: 700;
}
p.date {
	color: rgba(0,0,0,.7);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h1 {
	font-weight: 700;
	font-size: 3.5em;
	line-height: 110%;
	font-family: Lora, serif;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	margin-top: 40px;
}
.carousel h2 {
	font-weight: 700;
	font-size: 4em;
	line-height: 110%;
	font-family: Lora, serif;
	margin-bottom: 50px;
}
h1:after {
	display: block;
	content: "";
	position: absolute;
	border-bottom: 10px dashed #FE641F;
	top: -7px;
	bottom: -7px;
	left: 0px;
	right: -8px;
	max-width: 240px;
	margin-top: 25px;
}
.jumbotron {
	padding: 175px 0;
}
.jumbotron h1, .carousel h1 {
	color: #fff;/*width: 68%;*/
}
.jumbotron h1:after, .carousel h1:after {
	border-bottom: none;
}
.jumbotron .btn-primary, .carousel .btn-primary {
	background-color: #fe5000;
	padding: 15px 45px;
}
.brand-word {
	padding-left: 10px;
	color: #333 /*fff*/;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: middle;
}
.caption {
	color: rgba(0,0,0,.5);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
}
h2.home {
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	font-size: 48px;
}
h2.home .small {
	display: block;
	margin-top: 10px;
}
h2.home:after {
	display: block;
	content: "";
	position: absolute;
	border-bottom: 10px dashed #FE641F;
	top: -7px;
	bottom: -7px;
	left: 40%;
	right: 40%;
	max-width: 240px;
	margin-top: 25px;
}
.overview-box h4 {
	font-family: Lora, serif;
	font-size: 20px;
	margin: 10px 0;
}
.jumbotron + .container .thumbnail img, .carousel + .container .thumbnail img {
	max-height: 250px;
	width: 100%;
	object-fit: cover;
}
.columns {
	column-count: 2;
	column-gap: 60px;
	margin-bottom: 50px;
}
.columns .lead {
	line-height: 150%;
}
.navbar {
	border-radius: 0;
}
.navbar-nav {
	padding-left: 25px;
}
.navbar-nav > li > a {
	padding-bottom: 14px;
	padding-top: 14px;
}
.navbar-brand {
	height: 53px;
	padding: 0px /*12px*/ 15px 8px 15px;
}
.navbar-fixed-top {
	border-width: 0;
	top: 0;
	padding: 0;
}
/*
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	background-color: #bf473a;
}*/
.navbar-default {
	background-color: #000 /*cb592c #ef6e1e*/ !important;
	/*border-bottom: 20px solid #000;*/
	border-color: transparent;
}
#navbar {
	padding-top: 53px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 0.875em;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.overview-box {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	margin: 10px auto 25px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fff /*#F65D12*/ !important;
	background-color: rgba(255,255,255,.25) /*#ef6e1e*/;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(255,255,255,.25);
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar2, .navbar-default .navbar-toggle .icon-bar3 {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	margin-top: 6px;
	width: 25px;
	height: 1px;
}
.navbar-toggle .icon-bar2 {
	border-radius: 1px;
	display: block;
	height: 1px;
	width: 15px;
	margin-top: 6px;
	margin-left: 7px;
}
.navbar-toggle .icon-bar3 {
	border-radius: 1px;
	display: block;
	height: 1px;
	width: 15px;
	margin-top: 6px;
	margin-left: 3px;
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 7px;
	margin-right: 15px;
	margin-top: 11px;
	padding: 9px 10px;
	position: relative;
}
a.navbar-brand:hover {
	background-color: transparent !important;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	background-color: rgba(231,76,60,.9);
	border-color: #204d74;
	color: #fff;
}
.roster thead th:last-child, .roster tbody td:last-child {
	text-align: right;
}

.schedule tbody td {
	font-size: 14px !important;
}
.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid #ccc;
	padding: 16px 24px;
}
.table.roster>tbody>tr>td, .table.roster>tbody>tr>th, .table.roster>tfoot>tr>td, .table.roster>tfoot>tr>th, .table.roster>thead>tr>td, .table.roster>thead>tr>th {
	padding: 8px 16px;
}

@media (min-width: 992px) {
.brand-word {
	display: none;
}
}

@media (max-width: 991px) {
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px 6px;
}
}
.table>thead>tr>th {
	border-bottom: 2px solid #555;
}
.table >tbody > tr:hover {
	background-color: #feede6;
	color: #000;
}
.table a:before, .map:before {
	padding-right: 5px;
	font-family: fontawesome;
	content: "\f041";
}
.map {
	font-size: 14px;
	display: block;
}
.large-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
em {
	font-style: italic;
}
h2 {
	font-weight: 700;
	font-family: Lora, serif;
}
h3 {
	padding: 30px 0 10px 0;
	margin: 0;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 125%;
	color: rgba(0,0,0,.75);
	font-family: Lora, serif;
	letter-spacing: -.25px;
}
h4 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 125%;
	color: rgba(0,0,0,.75);
	margin-top: 25px;
	margin-bottom: 5px;
	font-family: Lora, serif;
}
.books .thumbnail a > img, .books .thumbnail > img {
	max-height: none !important;
	width: auto !important;
}
.caption p {
	font-size: 14px;
	color: #777;
}
.box {
	background-color: #ddd;
	width: 100%;
	height: 160px;
	margin: 25px 0;
}
.thumbnail:hover img {
	opacity: 1;
	/*transform: scale(2);*/
	z-index: 999;/*border: 10px solid #fff;*/
}

@media (max-width:991px) {
.thumbnail:hover img {
	transform: none;
}
}
.thumbnail img {
/*	opacity: .75;*/
	transition: all 0.5s ease 0s;
}
/* CHANGES */
.thumbnail {
	border: none;
	background-color: #fff;
	padding: 10px;
	border-radius: 0;
	margin-bottom: 30px;
	box-shadow: 0 7px 30px -10px rgba(150,170,180,.5);
}
.thumbnail .caption {
	padding: 5px 15px;
}
.btn-primary {
	background-color: #ef6e1e;
	border: 0;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 1px;
}
a.btn-primary:link, a.btn-primary:visited {
	color: #fff;
}
a.btn-primary:hover {
	color: #fff !important;
	background-color: #000;
}
.btn {
	border-radius: 0px;
	padding: 9px 24px;
	font-family: Lato, sans-serif !important;
}
footer {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
	color: rgba(0,0,0,.5);
	font-size: 12px;
	line-height: 150%;
	font-family: Lato, sans-serif;
}
h3 small {
	display: block;
}
.alert {
	font-size: 1rem;
	letter-spacing: 1px;
	padding: 15px;
}
/*
.alert-info:before {
	content: "\f05a";
	font-size: 16px;
	font-family: fontawesome;
	padding-right: 5px;
}
*/
.media a[href*="https://"][target="_blank"]::after {
	content: "";
	padding: 0;
}
.media-object {
	max-height: 60px;
}
.jump {
	padding: 6px 18px;
	border: 1px solid #ccc;
	margin-right: 10px;
	background-color: #fff;
}
.jump:before {
	content: "\f175";
	font-size: 16px;
	font-family: fontawesome;
	padding-right: 5px;
}
.jump:hover {
	background-color: #ef6e1e;
	color: #fff !important;
	text-decoration: none;
	border-color: #ef6e1e;
}
.copyright {
	font-size: 14px;
	font-weight: 500;
}
footer a:link, footer a:visited {
	color: rgba(231,76,60,.9);
	text-decoration: none;
}
footer a:hover {
	color: rgba(231,76,60,1);
}
.photo-gallery {
	margin-top: 50px;
}
.photo-gallery img {
	text-align: center;
	object-fit: cover;
	width: 400px;
	height: 300px;
}
.photo-gallery .gallery img {
	text-align: center;
	object-fit: cover;
	width: 300px;
	height: 200px;
}

@media (max-width: 767px) {
.photo-gallery img {
	height: 259px;
}
}
.photo-gallery div, .extra div {
	margin-bottom: 25px;
}
/* back to top button link styling**********************************************************************************************/
.cd-top {
	display: inline-block;
	height: 45px;
	width: 45px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	/* image replacement properties */
	overflow: hidden;
	/*text-indent: 100%;*/
	white-space: nowrap;
	background: rgba(239,110,30,.75);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0 .3s;
	-moz-transition: opacity .3s 0s, visibility 0 .3s;
	transition: opacity .3s 0s, visibility 0 .3s;
	z-index: 1;
	color: #fff !important;
	padding: 10px 15px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0 0;
	-moz-transition: opacity .3s 0s, visibility 0 0;
	transition: opacity .3s 0s, visibility 0 0;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}
.cd-top.cd-fade-out:hover, .cd-top.cd-is-visible:hover {
	background: rgba(239,110,30,1);
	color: #fff !important;
}
#content {
	z-index: -1;
}
.sidebar h3 {
	font-family: Lora, serif;
}
.sidebar p {
	font-size: 14px;
	color: rgba(0,0,0,.6);
	line-height: 150%;
}
.caption h3 {
	padding: 10px 0;
	text-transform: none;
	font-size: 20px;
}
.caption p {
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
}
blockquote {
	border-left: none;
	text-align: center;
	padding: 40px 20px;
	background-color: #000;
	color: #fff;
	margin-bottom: 80px;
	margin-top: 20px;
}
blockquote h2 {
	color: #ef6e1e;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
}
blockquote p {
	font-style: italic;
	margin: 0;
	padding: 0;
}
blockquote .quotation {
	font-size: 22px;
	margin: 0 auto;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 10px 0px;
	line-height: 1.4;
}
blockquote .quotation:before {
	content: open-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -13px;
	position: relative;
	top: 30px;
	color: #999;
	font-size: 3em;
	font-family: Lora, serif;
}
blockquote .quotation::after {
	content: close-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -4px;
	position: relative;
	top: 35px;
	color: #999;
	font-size: 3em;
	font-family: Lora, serif;
}
blockquote footer {
	font-size: 1.25em;
	font-style: italic;
	background-color: transparent;
	padding: 0 10px;
	margin: 10px 0 0 0;
	font-family: Lora, serif;
}
.navbar-brand img {
	max-height: 120px /*103px*/;
	margin-top: 10px /*15px*/;
}
footer img {
	height: 180px;
	margin-bottom: 25px;
}
.item.active img {
	transition: transform 5000ms linear 0s;
	/* This should be based on your carousel setting. For bs, it should be 5second*/
	transform: scale(1.2, 1.2);
}
.item img {
	opacity: .75;
}
.bar {
	background-color: #000;
	padding: 8px 0;
	color: #999;
	font-size: 12px;
	margin-top: 40px;
	font-weight: 700;
}
.bar span.fa {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.bar span.fa.fa-home {
	padding: 0;
}
.bar a {
	color: #999;
}
.bar a:hover {
	color: #ef6e1e !important;
}
.modal-content {
	border-radius: 0;
	border-top: 5px solid #ef6e1e;
}
.modal-title {
	padding: 0;
}
.modal-header {
	border-bottom: none;
}
.modal-body {
	padding: 0 15px;
}
.modal-footer {
	border-top: 0;
}
.photo-gallery button, .modal button {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.modal-footer button {
	padding: 9px 24px !important;
	border: 1px solid #ddd !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
	/*border-left: 1px solid rgba(255,255,255,.15);*/
	border-right: none;
}
.navbar-default {
	height: 150px; /*was 160px*/
}
}

@media screen and (min-width: 1200px) {
.nav > li > a {
	padding-left: 20px;
	padding-right: 20px;
	/*border-left: 1px solid rgba(255,255,255,.15);*/
	border-right: none;
}
.navbar-default {
	height: 150px;
}
}

@media screen and (max-width: 991px) {
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.header.sidebar {
	border-top: 1px solid #ddd;
	margin-top: 50px;
	padding-top: 50px;
}
.sponsor-img {
	float: none;
	padding: 7.5% 2.5%;
	background-color: #fff;
	width: 50%;
	margin-right: 25px;
}
.sponsor-bio {
	float: none;
	width: 100%;
}
#navbar {
	padding-top: 24px;
}
#navbar:before {
	content: "menu";
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	/*	padding-left: 5px;*/
	letter-spacing: 1px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/*
.roster {
	width: auto;
}*/
.container {
	width: 100%;
}
.jumbotron {
	padding: 125px 0;
}
.jumbotron h1 {
	width: 100%;
}
.columns {
	column-count: 1;
	column-gap: 0px;
	margin-bottom: 50px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.thumbnail img {
	opacity: 1;
}
.navbar-collapse {
	background-color: #000;
}
.navbar-default .navbar-nav > li > a {
	font-size: 1.25em;
}
.nav > li > a {
	padding: 10px 15px;
}
.navbar-brand {
	height: 63px;
	padding-top: 8px;
}
.navbar-brand img {
	height: 100%;
	margin-top: 0px;
	display: inline;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-right {
	float: none !important;
}
.navbar-nav {
	padding-left: 0px;
}
a#one, a#two, a#three, a#four, a#five, a#six {
	border-bottom: none !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.jump {
	padding: 6px 12px;
}
}

@media (max-width: 767px) {
.jumbotron {
	padding: 50px 0;
}
.jump {
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align: center;
}
.stuff p {
	height: 24px;
}
table.schedule tr th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.schedule tr td {
	border: none;
	position: relative;
	padding: 5px 12px 5px 30%;
	text-align: left;
	width: 100% !important;
	display: block;
}
table.schedule tr {
	border-bottom: 1px solid #ccc;
}
table.schedule tr td:before {
	position: absolute;
	left: 10px;
	width: 20% !important;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: 600;
}
table.schedule tr td:nth-of-type(1):before {
	content: "Date";
	text-transform: uppercase;
}
table.schedule tr td:nth-of-type(2):before {
	content: "Time";
	text-transform: uppercase;
}
table.schedule tr td:nth-of-type(3):before {
	content: "Event";
	text-transform: uppercase;
	color: #000;
font-size: 14px;
font-family: Lato, sans-serif;
}
table.schedule tr td:nth-of-type(4):before {
	content: "Location";
	text-transform: uppercase;
}
.photo-gallery .gallery img {
	text-align: center;
	object-fit: cover;
	width: 100%;
	height: 200px;
}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
.navbar-default .navbar-nav > li > a {
	font-size: 1.25em;
}
.navbar-collapse {
	background-color: #000;
}
}
@media screen and (max-width: 767px) {
.media-body, .media-left, .media-right {
    display: block;
    width: auto;
}
}

@media screen and (max-width: 479px) {
h1 {
	font-size: 3em;
}
.navbar-collapse {
	background-color: #000;
}
.navbar-default .navbar-nav > li > a {
	font-size: 1.25em;
}
}
/* ************************** */
/* NEW CAROUSEL STYLES */
/* ************************** */
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
	position: relative;
	height: 65vh;
	margin-bottom: 40px;
	background-color: #000;
}
.fade-carousel .carousel-inner .item {
	height: 65vh;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 4px;
	background-color: #fff;
	opacity: .3;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.carousel-indicators {
	bottom: 30%;
}
.hero h1 {
	font-size: 5em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 25px 0;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .5;
}
.overlay2 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .35;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-0, .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4 {
	height: 65vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/*
.fade-carousel .slides {
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}*/
.fade-carousel .slides .slide-hitting-clinics {
	background-image: url("../img/bg-hitting-clinic.jpg");
}
.fade-carousel .slides .slide-catching-clinics {
	background-image: url("../img/bg-catching-clinic.jpg");
}
.fade-carousel .slides .slide-pitching-clinics {
	background-image: url("../img/bg-pitching-clinic.jpg");
}
.fade-carousel .slides .slide-sponsors {
	background-image: url(../img/bg-home-03.jpg);
}
.fade-carousel .slides .slide-trading-cards {
	background-image: url("../img/bg-trading-cards-2023.jpg");
}
.fade-carousel .slides .slide-registration {
	background-image: url(../img/bg-lady-knights.jpg);
}
.fade-carousel .slides .slide-fregistration {
	background-image: url("../img/bg-home-12u-girls.jpg");
}
.fade-carousel .slides .slide-equipment-swap {
	background-image: url("../img/bg-equipment-swap.jpg");
}
.fade-carousel .slides .slide-generic {
	background-image: url("../img/bg-mvaa-softball.jpg");
}
.fade-carousel .slides .slide-dicks {
	background-image: url("../img/bg-dicks.jpg");
}
.fade-carousel .slides .slide-logo {
	background-image: url("../img/bg-home-logo.jpg");
}
.fade-carousel .slides .slide-maincup {
	background-image: url("../img/bg-maincup.jpg");
}
.fade-carousel .slides .slide-openingday {
	background-image: url("../img/bg-home-openingday.jpg");
}

.down-arrow {
	color: #fff;
	font-size: 48px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	margin-top: -5%;
}
.down-arrow a {
	color: #fff !important;
}
.floating-arrow {
	-webkit-animation-name: floating-arrow;
	animation-name: floating-arrow;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating-arrow {
 from {
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
 65% {
 -webkit-transform: translate(-50%, 15px);
 transform: translate(-50%, 15px);
}
 to {
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
}
 @keyframes floating-arrow {
 from {
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
 65% {
 -webkit-transform: translate(-50%, 15px);
 transform: translate(-50%, 15px);
}
 to {
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
.hero {
	width: 980px;
}
}

@media screen and (max-width: 991px) {
.hero h1 {
	font-size: 4em;
}
.hero {
	width: 80%;
}
.fade-carousel, .fade-carousel .carousel-inner .item, .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4 {
	height: 90vh;
}
.down-arrow {
	margin-top: -20%;
}
}

@media screen and (max-width: 767px) {
.fade-carousel, .fade-carousel .carousel-inner .item, .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4 {
	height: 90vh;
}
.hero {
	top: 35%;
}
.hero h1 {
	font-size: 3em;
}
.down-arrow {
	margin-top: -40%;
}
}

/* PULSING ICON */
@media (min-width: 992px) {
.pulse2 {
	-webkit-animation-name: pulse2;
	animation-name: pulse2;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
}
 @-webkit-keyframes pulse2 {
 0% {
 -webkit-transform: scale(1.6);
 transform: scale(1.6);
}
 25% {
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 75% {
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
 100% {
 -webkit-transform: scale(1.6);
 transform: scale(1.6);
}
}
 @keyframes pulse2 {
 0% {
 -webkit-transform: scale(1.6);
 transform: scale(1.6);
}
 25% {
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 75% {
 -webkit-transform: scale(1.4);
 transform: scale(1.4);
}
 100% {
 -webkit-transform: scale(1.6);
 transform: scale(1.6);
}
}
/* schedules */
tr.disabled, tr.disabled td a {
	color: #aaa !important;
	text-decoration: line-through;
}
.weekly {
	margin: 10px 0;
}
.weekly7 {
	margin: 10px 0;
	display: flex;
}
.calendar {
	float: left;
	width: 14.2857%;
}
.day, .calendar {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
}
.day:first-child, /*.day:nth-of-type(5),*/ .calendar:first-child {
	border-left: 1px solid #ccc;
}
.dow {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
}
.coach-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 10px;
}
.group {
	padding: 10px 0;
	text-align: center;
}
.group a {
	color: #fff;
}
.group a:hover img, .group a:hover img:hover, .group:hover a img {
	opacity: .75;
}
.orange {
	background-color: #ef6e1e;
	margin: 10px 0;
}
h2 .stats {
	float: right;
}
h2 .stats a {
	margin-left: 10px;
}

@media (max-width: 767px) {
.day, .calendar {
	float: none;
	width: 100%;
	flex: none;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.weekly, .weekly7 {
	display: block;
}
h2 .stats {
	display: block;
	float: none;
	margin-top: 5px;
}
h2 .stats a:first-child {
	width: 47.5%;
	margin: 0 2.5% 0 0;
}
h2 .stats a:last-child {
	width: 47.5%;
	margin: 0 0 0 2.5%;
}
}
blockquote.fundraiser {
	border-left: 5px solid #ef6e1e;
	text-align: left;
	padding: 10px 20px;
	color: #000;
	margin: 20px;
	font-weight: bold;
	background-color: rgba(239,110,30,.1);
}
/* fancybox */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: none;
}
.fancybox-skin {
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 8040;
	background-color: #fff;
}
.fancybox-close::before {
	font-family: fontawesome;
	content: "\f00d";
	position: absolute;
	font-size: 24px;
	color: #000;
	top: 030%;
	left: 30%;
}
.fancybox-nav {
	width: 10%;
	top: 45%;
}
.fancybox-prev::after {
	content: "\f104";
	float: left;
	font-family: fontawesome;
	color: #fff;
	font-size: 48px;
	background-color: rgba(0,0,0,.75);
	height: 64px;
	width: 32px;
	padding-top: 16px;
	padding-left: 8px;
}
.fancybox-next::after {
	content: "\f105";
	float: right;
	font-family: fontawesome;
	color: #fff;
	font-size: 48px;
	background-color: rgba(0,0,0,.75);
	height: 64px;
	width: 32px;
	padding-top: 16px;
	padding-left: 8px;
}
.sticky-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 400px;
    background-color: rgba(255,255,255,1);
	padding: 0;
	border: none !important;
	border-radius: 0 !important;
}
.sticky-box h3 {
    padding: 0;
	color: #fff;
	font-weight: normal;
}
.sticky-box p {
    font-size: 14px !important;
    line-height: 1.5 !important;
	letter-spacing: normal;
}.sticky-box .close {
	color: #fff;
}
.sticky-box .panel-heading {
	background-color: #ef6e1e;
	border-radius: 0 !important;
}
.sticky-box .panel-heading:after {
	content: "" !important;
}
@media (max-width: 767px) {
	.sticky-box {
    position: fixed;
    bottom: 20px;
    right: 10px;
		left: 10px;
    z-index: 999;
    width: calc(100% - 20px);
	padding: 0;
}
	.sticky-box h3 {
		font-size: 16px;
	}
}

/* styles for peekaboo box */
.apus-cards-peekaboo .apus-card {
    color: #fff;
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: none;
    margin-bottom: 2rem;
}
.apus-cards-peekaboo .apus-card .apus-context {
    order: 2;
    transform: translateY(0);
    text-align: center;
}
.apus-cards-peekaboo .apus-card .apus-context {
    text-align: center;
}
.apus-cards-peekaboo .apus-card {
    color: #fff;
}
.apus-cards-peekaboo .apus-card .apus-title {
    z-index: 2;
    padding: 1rem 3rem;
    background-color: #000;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
    text-align: center;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.apus-cards-peekaboo .apus-card .apus-title .apus-main-title {
    text-transform: uppercase;
    font-size: 1rem;
    position: relative;
    display: block;
    padding-bottom: 1rem;
    border-bottom: 2px solid #FE641F;
}
.apus-cards-peekaboo .apus-desc {
    font-size: 1.2rem;
	color: #fff !important;
}
.apus-cards-peekaboo .apus-card .apus-copy {
    position: relative;
    display: none;
    padding: 0 1rem 1rem;
}
.apus-cards-peekaboo .apus-card .apus-media {
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    order: 1;
}
.apus-cards-peekaboo .apus-card .apus-media img {
    width: 100%;
    height: auto;
    opacity: 0;
    display: block;
    visibility: hidden;
}
.apus-cards-peekaboo .apus-card:focus .apus-context, .apus-cards-peekaboo .apus-card:hover .apus-context {
    background-color: rgba(254,100,31,.75);
}
.apus-cards-peekaboo .btn.btn-primary {
    background-color: #000;
    color: #fff;
    margin-top: 10px;
	    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
.apus-cards-peekaboo .apus-card {
    position: relative;
}
.apus-cards-peekaboo .apus-card .apus-context {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    transform: translateY(0);
    transition: .4s ease-in-out;
}
.apus-cards-peekaboo .apus-card .apus-context .apus-context-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(0);
    transition: .4s ease-in-out;
}
.apus-cards-peekaboo .apus-card .apus-title {
    transform: translateY(-100%);
    transition: .4s ease-in-out;
    background-color: rgba(0,0,0,.85);
}
.apus-cards-peekaboo .apus-card .apus-copy {
    display: block;
}
.apus-cards-peekaboo .apus-card:focus .apus-context, .apus-cards-peekaboo .apus-card:hover .apus-context {
    transform: translateY(-100%);
}
}
nav .container {
    margin-top: -25px;
}
.admin-area {
    text-align: right;
    font-size: 12px;
    padding-right: 10px;
	padding-top: 5px;
}
@media (max-width: 991px) {
	nav .container {
    margin-top: 0px;
}
}
blockquote .col-sm-4.col-xs-12 {
    margin-bottom: 16px;
}
.stats .disabled {
  color: #ccc;
  pointer-events: none;
}