* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'oswaldbook';
	src: url("../fonts/oswald-regular-webfont.eot");
	src: url("../fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/oswald-regular-webfont.svg#oswaldbook") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*colors*/
/*red*/
/*blue*/
/*light brown*/
/*global-colors*/
/* Bourbon Neat Breakpoints*/

.ll_more,
.btn {
	text-transform: capitalize;
	/*-txt*/
	/*-basic*/
	/*-light*/
	/*.primary*/
	/*.primary*/
}

.ll_more,
.btn-txt {
	padding: 5px 10px;
	/*-txt:after*/
}

.ll_more:after,
.btn-txt:after {
	width: 25px;
	height: 10px;
	display: block;
	float: right;
	position: relative;
	top: 5px;
	margin-left: 15px;
}

.btn-basic {
	padding: 5px 10px;
}

.btn-basic:after {
	width: 25px;
	height: 10px;
	display: block;
	position: relative;
}

.btn-light {
	color: #fff;
	border: 1px solid #fff;
}

.btn-light:after {
	content: '';
	background: url("../images/sprite.svg") no-repeat left top;
}

.ll_more:after,
.btn-dark:after {
	content: '';
	background: url("../images/sprite.svg") no-repeat 3px -9px;
}

.ll_more:hover,
.btn-dark:hover {
	color: #fff;
}

.ll_more:hover:after,
.btn-dark:hover:after {
	content: '';
	background: url("../images/sprite.svg") no-repeat 3px top;
}

.btn.primary {
	color: #C31F36;
	border: 1px solid #C31F36;
}

.btn.primary:hover {
	color: #fff;
	background: #C31F36;
}

.btn.secondary {
	color: #272841;
	border: 1px solid #272841;
}

.btn.secondary:hover {
	color: #fff;
	background: #272841;
}
.btn.full {
	width:auto!important;
	white-space:nowrap;
	text-transform:none;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
	display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif;
	/* 1 */

	-webkit-text-size-adjust: 100%;
	/* 2 */

	-ms-text-size-adjust: 100%;
	/* 2 */

	overflow-x: hidden;
}

/**
 * Remove default margin.
 */

body {
	height:100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	overflow-y: auto;
	/*-webkit-overflow-scrolling: touch;*/
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1,
div.main_title {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 14px;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	/* 1 */

	padding: 0;
	/* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers. - This caused display issues in Chrome -JR 20150215
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
	/*font-family: inherit;*/
	/* 1 */

	font-size: 100%;
	/* 2 */

	margin: 0;
	/* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
	text-transform: none;
}

select {
	border: 1px solid;
	border-color: rgb(166, 165, 166);
}

@media screen and (max-width: 660px) {
	.mobile-select {
		position: relative;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	.mobile-select select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;

		font-family: 'Lucida Grande', sans-serif;
		width: 100%;
		background-color: rgb(248, 248, 248);
		color: rgb(0, 0, 0);

		display: block;
		max-width: 320px;
		height: 30px;
		float: right;
		margin: 5px 0px;
		padding: 0px 24px;
		font-size: 16px;
		line-height: 1.75;
		background-image: none;
		border: 1px solid #cccccc;
		-ms-word-break: normal;
		word-break: normal;
	}

	/* Select arrow styling */
	.mobile-select:after {
		content: "▼";
		position: absolute;
		top: 5px;
		right: 11px;
		font-size: 60%;
		line-height: 30px;
		height: 30px;
		padding: 0 7px;
		color: black;
		pointer-events: none;
		-webkit-border-radius: 0 6px 6px 0;
		-moz-border-radius: 0 6px 6px 0;
		border-radius: 0 6px 6px 0;
		z-index: 1000000;
	}

	.mobile-select::-ms-expand {
		display: none;
	}
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */

	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */

	padding: 0;
	/* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */

	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */

	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto;
	/* 1 */

	vertical-align: top;
	/* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

/*hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
}*/

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */

	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
	*zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster: h5bp.com/s */

		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
   * Don't show links for images, or javascript/internal links
   */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	a:after {
		display: none;
		content: ""!important;
	}

	pre,
	blockquote {
		/* border: 1px solid #999;
	 page-break-inside: avoid;*/
	}

	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.dropdowns,
	.left-col,
	.ad-wrap,
	.modules-aside,
	.news-callouts,
	.footer-callouts,
	input[type="button"],
	input[type="submit"],
	#ad990x90-ad-wrapper {
		display: none!important;
	}

	.subpage-content {
		width: 100%!important;
		margin-top: 20px!important;
		margin-bottom: 0!important;
	}

	.article-content {
		width: 97%!important;
	}

	.games-calendar {
		width: 100%!important;
	}

}

/*
  END OF PRINT STYLES
*/

.hidden {
	display: none;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

body {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

html {
	-webkit-font-smoothing: antialiased;
	-webkit-perspective: 1000;
}

h1,
h2,
h3,
h4,
h5,
h6,
div.main_title,
.stats_header td,
.standings_header,
.roster_header,
.ll_section_heading,
ul.subpage-nav li span,
.summary_header2,
.summary_header,
.summary_subheader {
	font-weight: 300;
	font-family: "oswaldbook", serif!important;
}

h1,
div.main_title {
	font-size: 20px;
	line-height: 30px;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

h2,
.summary_header {
	font-size: 18px;
	line-height: 27px;
	font-size: 1.125rem;
	line-height: 1.6875rem;
}

h3,
h3* .ll_section_heading,
.summary_subheader {
	font-size: 16px;
	line-height: 24px;
	font-size: 1em;
	line-height: 1.5em;
}

.stats_header td {
	font-size: 16px!important;
	white-space: nowrap;
}

.stats_header td.team_col {
	width: 40%;
}

.stats_header td:not(.team_col) {
	width: 60px;
}

.stats_table tr td:first-child {
	text-align: left;
	padding-left: 10px;
}

@media screen and (min-width: 768px) {
  h4 {
	font-size: 18px;
	line-height: 27px;
	font-size: 1.125rem;
		line-height: 1.6875rem;
	}

}

@media screen and (max-width: 550px) {
	h4 {
		font-size: 16px;
		line-height: 24px;
		font-size: 1rem;
		line-height: 1.5rem;
	}

}

p {
	margin: 0 0 2.5% 0;
}

@media screen and (min-width: 768px) {
	p {
		font-size: 18px;
		line-height: 27px;
		font-size: 1.125rem;
		line-height: 1.6875rem;
	}

}

@media screen and (max-width: 550px) {
	p {
		font-size: 16px;
		line-height: 24px;
		font-size: 1rem;
		line-height: 1.5rem;
	}

}

/* Links*/

a {
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a:active,
a:hover {
	text-decoration: none;
}

ul.base {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

ul.inline {
	display: inline-block;
	list-style-type: none;
}

ul.inline li {
	display: inline-block;
}

ul.inline a {
	font-family: oswaldbook;
	font-size: 1.4em;
	line-height: 1.2em;
	display: inline;
}

/************************************************************************************************************/
/*** .weather-widget is located top right of every page***/
/************************************************************************************************************/

.weather-widget {
	max-width: 200px;
	white-space: nowrap;
	overflow: visible;
	position: relative;
}

#top-league-menu {
	display: block;
}

#top-league-menu .subpage-nav-content {
	display: block !important;
}

#top-league-menu .subpage-nav-content .home-button {
	display: none !important;
}

@media screen and (min-width: 900px) {
	#top-league-menu {
		display: none;
	}

	.weather-widget {
		float: right;
		margin: 10px 0;
	}

	.weather-widget strong {
		font-size: 2.5rem;
		line-height: 2rem;
	}

}

@media screen and (max-width: 899px) {
	.weather-widget {
		margin: 2% auto 0 auto;
	}

	.weather-widget strong {
		font-size: 2rem;
	}

	.weather-widget .powered-by {
		position: static!important;
		margin-left: 10px;
		width: 100%!important;
	}

}

.weather-widget strong {
	float: left;
	font-weight: normal;
}

.weather-widget strong:after {
	content: "\00b0";
	font-size: 1.5rem;
	line-height: 0;
	position: relative;
	top: -10px;
	color: #000;
}

.weather-widget span {
	/*float: left;
	display: block;*/

	display: inline-block;
	min-width: 100px;
	margin-left: 10px;
	white-space: nowrap;
}

.weather-widget .powered-by {
	position: relative;
	width: 50%;
}

@media screen and (max-width: 1100px) {
	.weather-widget {
		visibility: hidden;
		width: 0px;
	}

}

/*.weather-widget*/
/************************************************************************************************************/
/*** .news-item is the block callout for single entires***/
/************************************************************************************************************/

.news-item {
	overflow: hidden;
	padding: 2%;
	margin-bottom: 1%;
	height: 242px;
	text-align: center;
}

.news-item h4 {
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
}

.news-item h4:after {
	content: '';
	width: 20px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000;
}

.news-item p {
	font-size: 14px;
	line-height: 21px;
	font-size: 0.875rem;
	line-height: 1.3125rem;
	margin: 10% 0;
}

@media screen and (min-width: 401px) and (max-width: 768px) {
	.news-item p {
		width: 80%;
		text-align: left;
		margin: 0 0;
	}

}

@media screen and (max-width: 400px) {
	.news-item p {
		max-width: 280px;
		text-align: left;
		margin: 0 0;
	}

}

@media screen and (min-width: 768px) {
	.news-item p {
		margin: 3% 0 0;
		float: left;
		text-align: left;
	}

	.news-grid .news-item p {
		width: 100%;
		margin: 10% 0;
		float: left;
		text-align: left;
	}

	.ll_more:after,
	.btn-txt:after {
		margin-left: 0px;
	}

	article.article.news-item a.btn {
		/*position: absolute;*/

		right: 11px;
		bottom: 11px;
		margin: 0% 0;
		float: left;
		/*width: 35%;*/

		width: 100px;
	}

}

.ll_more,
.news-item .btn {
	display: inline-block;
}

.ll_more:hover,
.news-item .btn:hover {
	color: #fff;
}

.subpage-content .news-callouts .news-item {
	padding: 1%;
}

.subpage-content .news-callouts .news-item h4 {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 660px) {
	article.team-staff {
		width: 99% !important;
		margin-right: 0% !important;
		height: 100px !important;
	}

	.network-bar-home {
		border-left: 0!important;
	}

	.network-bar_links {
		right: auto!important;
		padding: 0!important;
	}

	.network-bar_links:first-of-type li {
		margin: 0 0.5%!important;
		padding: 0 1%!important;
	}

	.network-bar_links li.apple-icon {
		padding-left: 0.75em!important;
	}

	.network-bar-home:before {
		content: '';
		clear: both;
	}

}

@media screen and (min-width: 661px) {
	article.team-staff {
		width: 49.5% !important;
		margin-right: 0% !important;
	}

}

/*.news-item*/
/************************************************************************************************************/
/*** .game-centre***/
/************************************************************************************************************/

.game-centre-controls {
	width: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.control {
	position: absolute;
	display: block;
	height: 130px;
	z-index: 10000;
	width: 30px;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	transition: background 0.25s linear;
}

.control:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 22px;
	background: url(../images/sprite.svg) no-repeat -5px -32px;
}

.control:hover {
	background: #fff;
}

.control-left {
	left: 0;
}

.control-left:after {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.control-right {
	right: 0;
}

.control-right:after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	-o-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.game-centre {
	position: relative;
	overflow: hidden;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5%;
	border: 1px solid #000;
}

.game-centre:after {
	content: "";
	display: table;
	clear: both;
}

.game-centre-wrap {
	width: 10000px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 30px;
}

.game-centre-item {
	width: 145px;
	float: left;
	background: #f3f4f4;
	margin-right: 10px;
}

.game-centre-item a {
	width: 100%;
	display: inline-block;
}

.game-centre-item .league-name,
.game-centre-item .team,
.game-centre-item .schedule {
	padding: 7px 5px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.game-centre-item .league-name {
	white-space: nowrap;
	width: 145px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.game-centre-item .team,
.game-centre-item .schedule {
	font-size: 12px;
	line-height: 18px;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.game-centre-item .league-name {
	margin: 0;
	color: #000;
}

.game-centre-item .team {
	position: relative;
	color: #fff;
}

.game-centre-item .team-name {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game-centre-item .team-name,
.game-centre-item .schedule-date {
	float: left;
}

.game-centre-item .team-score {
	float: none;
	position: absolute;
	right: 5px;
	text-align: right;
}

.game-centre-item .schedule-time {
	float: right;
}

/****************************************************************************/
/*.app-callout is the ad for the mobile app at the bottom of the news slider*/
/****************************************************************************/

.app-callout-wrap {
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 660px) {
	.app-callout-wrap {
		position: relative;
		min-height: 100px;
	}

}

.app-callout {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: relative;
}

.app-callout:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (min-width: 660px) {
	.app-callout {
		padding-left: 15%;
	}

}

@media screen and (max-width: 660px) {
	.app-callout {
		padding: 10px 0 0 120px;
		min-height: 100px;
	}

}

.app-callout:before {
	content: '';
	width: 100px;
	height: 90px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../images/img-devices.svg") no-repeat;
}

.app-callout h2,
.app-callout p,
.app-callout a {
	color: #fff;
	display: inline-block;
}

.app-callout h2,
.app-callout p {
	float: left;
	clear: both;
}

@media screen and (max-width: 660px) {
	.app-callout p {
		display: none;
	}

}

.app-callout h2 {
	font-size: 24px;
	line-height: 36px;
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin: 0 0 .5%;
	width: 100%;
}

@media screen and (max-width: 660px) {
	.app-callout h2 {
		padding: 2% 0;
	}

}

.app-callout .btn {
	margin-right: 10%;
}

@media screen and (min-width: 660px) {
	.app-callout .btn {
		position: relative;
		top: -18px;
		float: right;
	}

}

@media screen and (max-width: 660px) {
	.app-callout .btn {
		float: left;
	}

}

/*.app-callout*/
/************************************************************************************************************/
/*** .modules are on the right hand side of the homepage***/
/************************************************************************************************************/

.module {
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 2.5%;
}

.module h3 {
	text-align: center;
	color: #fff;
	background: #C31F36;
	padding: 2.5% 0;
	margin: 0;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 30px;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.module li:nth-of-type(odd),
.module-content li:nth-of-type(odd) {
	background: #f1f1f1;
}

.modules-aside .module-content {
	max-height: 278px !important;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto !important;
}

@media screen and (max-width: 550px) {
	.modules-aside .module-content {
		max-height: 278px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

}

.module-content ul li small {
	display: block;
}

.module-content.scores ul li strong {
	display: inline-block!important;
	font-size: 14px;
}

.module-content.scores ul li strong span span {
	padding: 0 0 0 5px;
}

.module-content.scores ul li strong:first-child {
	display: block!important;
	font-size: 16px;
}

/*.module*/

.rss .event-title {
	font-size: 14px;
}

.scores .module-list-info strong span {
	font-weight: normal;
}

.scores .module-list-info strong span em {
	font-weight: bold;
}

.callout ul li,
.module-upcoming-events li {
	padding: 2.5% 0;
	overflow: hidden;
}

.module-upcoming-events li:nth-of-type(odd) time,
.module-content li:nth-of-type(odd) time {
	color: #C31F36;
}

.module-upcoming-events li:nth-of-type(even) time,
.module-content li:nth-of-type(even) time {
	color: #272841;
}

.module-upcoming-events time,
.module-content time,
.module-upcoming-events p {
	float: left;
}

.module-upcoming-events time,
.module-content time {
	width: 15%;
	margin-left: 5%;
	line-height: 1rem;
}

.module-upcoming-events time span,
.module-content time span {
	width: 100%;
	float: left;
	line-height: 1.2em;
	font-family: "oswaldbook", serif;
	text-transform: uppercase;
}

.module-upcoming-events p {
	width: 78%;
	font-size: 14px;
	line-height: 21px;
	font-size: 0.875rem;
	line-height: 1.3125rem;
	color: #000;
}

.module-content time {
	margin-top: 1px;
}

.module-content time span {
	margin-left: -10px;
	float: none;
	display: block;
	text-align: center;
}

.module-content time span.time-month {
	font-size: 1.0em;
}

.module-content time span.time-day {
	font-size: 1.75em;
}

.module-content time span.time-time {
	font-size: 0.9em;
}

.module-content .module-list-info {
	display: inline-block;
	width: 80%;
	text-align: left;
}

.module-content .module-list-info .game-status {
	display: block;
	color: red;
}

.module-content ul li {
	text-align: left;
}

.module-link {
	display: block;
}

/*.module-upcoming-events*/
/****** end of modules section ******/

.content-wrap {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto 2.5% auto;
}

.content-wrap:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 1165px) {
	.content-wrap {
		padding: 0 2%;
	}

}

/*.content-wrap*/

@media screen and (max-width: 550px) {
	.scroll-wrap {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

}

/*.scroll-wrap*/
/*homepage styles*/

.masthead-wrap {
	background: url("../images/site-bg-lg.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

/*.masthead*/

.lSSlideOuter .lSPager.lSpg > li a {
	background: #fff;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #C31F36;
}

.flex-control-paging li a {
	background: #fff;
}

.flex-control-paging li a:hover {
	background: #C31F36;
}

.flex-control-paging li a.flex-active {
	background: #C31F36;
	cursor: default;
}

.homepage .app-callout-wrap,
.home-page .app-callout-wrap {
	background: rgba(39, 40, 65, 0.9);
}

.subpage .app-callout-wrap {
	background: #272841;
}

.btn:hover {
	background: #C31F36;
}

.main-callouts .callout:nth-child(odd) h2 {
	color: #C31F36;
}

.main-callouts .callout:nth-child(even) h2 {
	color: #272841;
}

/*.callout img.callout-header{
  max-height:20%;
  display:block;
  margin:0 auto;
}
*/

div.callout-header {
	width: 100%;
	height: 30%;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(template/pro-v/images/callout-1.jpg)
}

.main-callouts .image_upload,
.news-callouts .image_upload {
	position: relative;
}

.image_upload {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.news-callouts .image_upload {
	background-size: contain;
	background-repeat: no-repeat;
}

.image_upload h2,
.image_upload h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff!important;
	vertical-align: bottom;
	margin: 0;
	padding: 3px;
	display: block;
	width: 100%;
	text-align: left;
}

.image_upload h4::after {
	display: none;
}

.image_upload a.full-size {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
}

/*.main-callouts .callout*/

.weather-widget strong {
	color: #C31F36;
}

/*.weather-widget*/

.social {
	/*.light-bg*/
	/*.dark-bg*/
}

.social.light-bg svg path {
	fill: #C31F36;
}

.social.light-bg svg:hover path {
	fill: #272841;
}

.social.dark-bg svg path {
	fill: #fff;
}

.social.dark-bg svg:hover path {
	fill: #272841;
}

/*.social*/

.news-item.article {
	border: 1px solid #C31F36;
}

.news-item.article h4 {
	color: #C31F36;
}

.news-item.video {
	border: 1px solid #272841;
}

.news-item.video h4 {
	color: #272841;
}

.news-callouts article.article:nth-of-type(even) {
	border: 1px solid #272841!important;
}

.news-callouts article.article:nth-of-type(even) h4 {
	color: #272841;
}

/*.news-item*/
/*****************************Navigation styles******************************/

.main-nav a {
	color: #272841;
}

.main-nav a:hover {
	color: #C31F36;
}

.secondary-nav-wrap:before,
.secondary-nav-wrap:after {
	background: #272841;
}

/*****************************gamecentre styles******************************/

.game-centre {
	/*.team*/
}

.game-centre .team:first-of-type {
	background: #141421;
}

.game-centre .team:last-of-type {
	background: #272841;
}

.game-centre .schedule {
	color: #C31F36;
}

/*.game-centre*/
/*****************************footer styles******************************/

.footer-callouts {
	color: #fff;
	/*$desktop*/
	/*.footer-callout*/
}

@media screen and (min-width: 768px) {
	.footer-callouts {
		background-color: #272841;
		background-image: -webkit-linear-gradient(left, #272841 50%, #C31F36 50%);
		background-image: linear-gradient(to right, #272841 50%, #C31F36 50%);
	}

}

.footer-callouts .footer-callout {
	/*$tablet-down*/
}

@media screen and (max-width: 767px) {
	.footer-callouts .footer-callout {
		overflow: hidden;
		padding: 2.5%;
		text-align: center;
		padding-bottom: 50px;
	}

	.footer-callouts .footer-callout:first-of-type {
		background: #272841;
	}

	.footer-callouts .footer-callout:last-of-type {
		background: #C31F36;
	}

}

/*.footer-callouts*/

.network-bar {
	background: #000;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0 10px;
}

.network-bar .network-bar_logo {
	float: left;
	width: 188px;
	height: 15px;
	cursor: default;
	background: url("../images/goalline_network_logo.png") no-repeat center;
	overflow: hidden;
}

.network-bar .network-bar_logo:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.network-bar .no-network-bar {
	float:left;
	margin: 10px 0;
	height: 15px;
	overflow: hidden;
}

.network-bar .network-bar_links {
	/*float: right;*/

	text-align: right;
	padding: 0 1.0em 0 0;
	white-space: nowrap;
	min-width: 500px;
	position: absolute;
	right: 10px;
	top: -3px;
}

.network-bar .network-bar_links:first-of-type {
	right: 0;
	z-index: 10000;
}

.network-bar .network-bar_links li:not(:first-of-type) {
	border-left: 1px solid #fff;
	margin-left: 1%;
	padding-left: 2%;
}

.network-bar .network-bar_links a {
	font-size: 12px;
	line-height: 18px;
	font-size: 0.75rem;
	line-height: 1.125rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.network-bar .network-bar_logo,
.network-bar .network-bar_links {
	margin: 10px 0;
}

@media screen and (max-width: 660px) {
	.network-bar .network-bar_logo,
	.network-bar .network-bar_links {
		width: 100%;
		text-align: center;
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
	}

}

.main-header {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	z-index: 100000;
}

.main-header .org-name {
	color: #000000;
	font-family: oswaldbook, sans-serif;
	line-height: 16px;
	position: absolute;
	left: 122px;
	top: 4px;
}

@media screen and (max-width: 899px) {
	.main-header {
		min-height: 60px;
		margin-bottom: 15px;
	}

	.main-header .org-name {
		top: 1.0em;
		max-width: 52%;
	}

}

.main-header .logo {
	top: 5px;
}

@media screen and (min-width: 900px) {
	.main-header .logo {
		position: absolute;
	}

}

@media screen and (max-width: 899px) {
	.main-header .logo {
		position: relative;
		left: 5px;
		display: block;
		max-width: 80px;
	}

}

/*.main-header*/

.footer-callouts {
	width: 100%;
	overflow: hidden;
	position: relative;
	/*$desktop*/
}

.footer-callouts h2 {
	font-size: 24px;
	line-height: 36px;
	font-size: 1.5rem;
	line-height: 2.25rem;
}

.footer-callouts .btn {
	display: inline-block;
	margin-top: 6%;
}

@media screen and (min-width: 768px) {
	.footer-callouts:before,
	.footer-callouts:after {
		content: '';
		position: absolute;
		display: block;
		height: 100%;
		width: 100%;
	}

	.footer-callouts:before {
		background: url("../images/img-devices-lg.svg") no-repeat center left;
		background-size: cover;
		left: 0;
		bottom: 0;
	}

}

@media screen and (min-width: 768px) and (min-width: 900px) {
	.footer-callouts:before {
		max-width: 165px;
		max-height: 275px;
	}

}

@media screen and (min-width: 768px) and (max-width: 899px) {
	.footer-callouts:before {
		max-width: 125px;
		max-height: 205px;
	}

}

@media screen and (min-width: 768px) {
	.footer-callouts:after {
		background: url("../images/img-contactus.svg") no-repeat center right;
		background-size: cover;
		right: 0;
	}

}

@media screen and (min-width: 768px) and (min-width: 900px) {
	.footer-callouts:after {
		max-width: 235px;
		max-height: 260px;
		top: 12%;
	}

}

@media screen and (min-width: 768px) and (max-width: 899px) {
	.footer-callouts:after {
		max-width: 150px;
		max-height: 165px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

}

.footer-callout {
	/*$dekstop*/
	/*.social*/
}

@media screen and (min-width: 768px) {
	.footer-callout {
		width: 50%;
		float: left;
	}

	.footer-callout-wrap {
		float: right;
		max-width: 400px;
		width: 55%;
		padding-bottom: 5%;
	}

	.footer-callout:first-of-type {
		padding: 2.5% 2.5% 0 0;
	}

	.footer-callout:last-of-type {
		padding: 2.5% 0 0 5%;
	}

}

.footer-callout .social {
	width: 100%;
	padding: 0;
	display: inline-block;
	float: right;
	margin: 0 0 5% 0;
}

.footer-callout .social li {
	width: 7%;
}

/*.footer-callout*/
/**********************************************************************/
/*Styles for all screens*/
/**********************************************************************/

.dropdowns {
	width: 100%;
	position: relative;
}

.dropdowns a {
	text-decoration: none;
}

.main-nav {
	list-style: none;
	*zoom: 1;
	padding: 0;
	margin: 0 auto;
	max-width: 1140px;
}

.nav {
	margin: 0 76px 0 auto;
	max-width: 1140px;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.main-nav > li > ul,
.main-nav > li > ul > li > ul,
.secondary-nav > li > ul {
	list-style: none;
	width: 100%;
	background: #fff;
	min-width: 12em;
	z-index: 10000;
}

.main-nav > li > ul > li > ul {
	min-width: 11em;
	padding-right: 0;
}

.main-nav > li > a {
	font-size: 18px;
	line-height: 27px;
	font-size: 1.07rem;
	line-height: 1.6875rem;
	display: block;
}

.main-nav > li,
.secondary-nav > li {
	float: left;
	position: relative;
}

.secondary-nav > li ul li {
	width: 100%;
}

.main-nav li ul,
.secondary-nav li ul {
	position: absolute;
	left: -9999px;
}

.main-nav > li.hover > ul,
.secondary-nav > li.hover > ul {
	left: 0;
}

.main-nav li li.hover li ul {
	display: none;
}

.main-nav li li li.hover ul {
	display: inherit;
	white-space: nowrap;
	min-width: 11em;
}

.main-nav li li.hover ul,
.secondary-nav li li.hover ul {
	left: 100%;
	top: 0;
}

.main-nav li li a,
.secondary-nav li li a {
	display: block;
	position: relative;
	z-index: 100;
}

.main-nav li li ul,
.secondary-nav li li ul {
	list-style-type: none;
	padding-left: 0;
}

.main-nav li li ul li,
.secondary-nav li li ul li {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.main-nav li li ul li:last-child,
.secondary-nav li li ul li:last-child {
	border-bottom: 1px solid #000000;
}

.main-nav li li li a,
.secondary-nav li li li a,
.main-nav li li:not(:first-of-type) a,
.secondary-nav li li:not(:first-of-type) a {
	background: #fff;
	border-top: 1px solid #000;
}

.main-nav > li a {
	font-weight: 300;
	font-family: "oswaldbook", serif;
}

.main-nav li li,
.secondary-nav li li {
	position: relative;
}

.secondary-nav-wrap {
	background: #272841;
}

.secondary-nav {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.secondary-nav a {
	font-family: "oswaldbook", serif;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 21px;
	font-size: 0.875rem;
	line-height: 1.3125rem;
}

/**********************************************************************/
/*Styles for main nav responsive*/
/**********************************************************************/

@media screen and (min-width: 900px) and (max-width: 989px) {
	.main-nav > li > a {
		font-size: .90rem!important;
	}

	.main-nav > li > a {
		padding: 25px 5px 5px 5px;
	}

	.main-nav > li:first-of-type a {
		padding: 25px 5px 5px 5px;
	}

}

@media screen and (min-width: 990px) and (max-width: 1020px) {
	.main-nav > li > a {
		font-size: 1.00rem!important;
	}

	.main-nav > li > a {
		padding: 25px 5px 5px 5px;
	}

}

/**********************************************************************/
/*Styles for mobile - check breakpoint.scss for dimensions*/
/**********************************************************************/

@media screen and (max-width: 899px) {
	.active {
		display: block;
	}

	.nav a {
		padding: 1% 2.5%;
	}

	/*.nav*/

	.main-nav > li.hover > .parent:after {
		color: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.main-nav > li > .parent,
	.secondary-nav > li > .parent {
		position: relative;
	}

	.main-nav > li > .parent:after,
	.secondary-nav > li > .parent:after {
		content: '+';
		font-size: 35px;
		line-height: 52.5px;
		font-size: 2.1875rem;
		line-height: 3.28125rem;
		font-weight: lighter;
		position: absolute;
		color: #000;
		display: block;
		line-height: 0;
		height: 10px;
		right: 5%;
		top: 15px;
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		transition: all 0.25s linear;
		-webkit-transform-origin: center center;
		-moz-transform-origin: center center;
		-ms-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.secondary-nav > li > .parent:after {
		color: #fff;
	}

	.main-nav > li,
	.secondary-nav > li {
		float: none;
		border-top: 1px solid #000;
	}

	.main-nav > li > ul,
	.secondary-nav > li > ul {
		padding: 0;
	}

	.main-nav > li > ul li,
	.secondary-nav > li > ul li {
		text-indent: 5px;
	}

	.main-nav > li.hover .parent,
	.secondary-nav > li.hover .parent,
	.secondary-nav > li.hover ul,
	.secondary-nav > li.hover ul li,
	.secondary-nav > li.hover ul li a {
		color: #fff!important;
		background: #000!important;
	}

	/*.main-nav > li*/

	.main-nav ul,
	.secondary-nav ul {
		display: block;
		width: 100%;
	}

	.main-nav > li.hover > ul,
	.main-nav li li.hover ul,
	.secondary-nav > li.hover > ul,
	.secondary-nav li li.hover ul {
		position: static;
	}

	.main-nav {
		margin-top: 3%;
	}

	.secondary-nav {
		padding: 5% 0;
	}

}

/*$menu-down*/
/**********************************************************************/
/*Styles for desktop - check breakpoint.scss for dimensions*/
/**********************************************************************/

@media screen and (min-width: 900px) {
	.main-nav,
	.secondary-nav {
		padding-left: 115px;
	}

	.main-nav ul,
	.secondary-nav ul {
		padding: 0 10px;
	}

	.main-nav > li:first-of-type a {
		padding: 25px 5px 5px 7px;
	}

	.main-nav > li > a {
		padding: 25px 3px 3px 15px;
	}

	.main-nav li li a,
	.secondary-nav li li a {
		padding: 5px 15px!important;
	}

	.main-nav > li > .parent:after,
	.secondary-nav > li > .parent:after {
		content: '';
		position: relative;
		display: block;
		float: right;
		top: 8px;
		width: 12px;
		height: 10px;
		background: url("../images/sprite.svg") no-repeat 4px -18px;
	}

	.main-nav li li:hover a:after {
		content: '';
		position: absolute;
		display: block;
		float: right;
		top: 50%;
		right: -1px;
		width: 10px;
		height: 10px;
		background: url("../images/sprite.svg") no-repeat 2px -18px;
		-webkit-transform: rotate(-90deg) translateY(-50%);
		-moz-transform: rotate(-90deg) translateY(-50%);
		-ms-transform: rotate(-90deg) translateY(-50%);
		-o-transform: rotate(-90deg) translateY(-50%);
		transform: rotate(-90deg) translateY(-50%);
	}

	/*.main-nav li li:hover a*/

	.main-nav > li > ul,
	.secondary-nav > li > ul {
		border: 1px solid #000;
	}

	.secondary-nav-wrap {
		z-index: 999;
		/*    width: 100%;*/

		position: absolute;
		top: 57px;
	}

	.secondary-nav-wrap:before,
	.secondary-nav-wrap:after {
		content: '';
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.secondary-nav-wrap:before {
		left: -100%;
	}

	.secondary-nav-wrap:after {
		right: -100%;
	}

	.secondary-nav {
		position: relative;
		margin: 0 auto;
		width: 1140px;
	}

	.secondary-nav li {
		float: left;
	}

	.secondary-nav > li:not(:last-child) {
		padding-right: 10px;
	}

	.secondary-nav li a {
		padding: 10px 5px;
	}

	.secondary-nav li:hover > a {
		color: #000;
		background: #fff;
	}

	.secondary-nav:before,
	.secondary-nav:after {
		content: " ";
		display: table;
	}

	.secondary-nav:after {
		clear: both;
	}

	/*.secondary-nav*/
}

/*$menu-up*/
/**********************************************************************/
/* togle menu button for narrow screens */
/**********************************************************************/

.toggleMenu {
	right: 30px;
	top: -67px;
	width: 25px;
	height: 25px;
	z-index: 100000;
	position: absolute;
}

.toggleMenu span,
.toggleMenu span:before,
.toggleMenu span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 25px;
	background: #000;
	position: absolute;
	display: block;
	content: '';
	margin-top: 10px;
	margin-bottom: 30px;
}

.toggleMenu span:before {
	top: 0;
}

.toggleMenu span:after {
	bottom: -20px;
}

.toggleMenu span,
.toggleMenu span:before,
.toggleMenu span:after {
	transition: all 500ms ease-in-out;
}

.toggleMenu.active span {
	background-color: transparent;
}

.toggleMenu.active span:before,
.toggleMenu.active span:after {
	top: -10px;
}

.toggleMenu.active span:before {
	transform: rotate(45deg);
}

.toggleMenu.active span:after {
	transform: rotate(-45deg);
}

/**********************************************************************/
/* subpage navigation found on the side column. On mobile it's a clickable button to expand the menu */
/**********************************************************************/

.subpage-nav {
	width: 100%;
	display: inline-block;
	/*a,span*/
}

.subpage-nav li {
	display: inline-block;
	width: 100%;
}

.subpage-nav a,
.subpage-nav span {
	display: inline-block;
	width: 100%;
	padding: 10px;
	text-align: left;
	color: #000;
	position: relative;
}

.subpage-nav a {
	border-top: 1px solid #000;
}

.subpage-nav a.home-button {
	border-top: 0;
	border-bottom: 1px solid #000;
}

.subpage-nav a:before {
	content: '';
	width: 0;
	height: 100%;
	display: block;
	background: #C31F36;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.subpage-nav a:hover {
	text-indent: 10px;
}

.subpage-nav a:hover:before {
	width: 10px;
}

ul.subpage-nav li span {
	padding: 10px;
	font-size: 18px;
}

ul.subpage-nav select.team_dropdown {
	width: 100%;
	font-size: 14px;
}

ul.subpage-nav select.team_dropdown option {
	color: #000000;
}

ul.subpage-nav ul.team-menu {
	padding-left: 0;
}

ul.subpage-nav ul.team-menu li:last-of-type {
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
}

ul.subpage-nav li:nth-of-type(2) span {
	margin-left: 10px;
}

/*.subpage-nav*/

.subpage-nav-button {
	display: none;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 2.5% 0;
}

@media only screen and (max-device-width: 900px) {
	.subpage-nav-button {
		display: block !important;
	}

	.subpage-nav-container {
		width: 100%;
	}

	.subpage-nav-container div {
		width: 100%;
	}

	.subpage-nav-container .subpage-nav-content {
		display: none;
		padding: 5px;
	}

}

@media screen and (max-width: 659px) {
	.main-nav a {
		line-height: 3.6875rem!important;
	}

	.subpage-content .modules-aside {
		float: none!important;
		width: 100%!important;
		max-width: 100%;
		text-align: center!important;
		padding-left: 0!important;
	}

	.parent::after {
		top: 30px!important;
	}

	.subpage-content .modules-aside .ad-wrap.subpage-bigbox {
		text-align: center;
	}

	.subpage-content .modules-aside .module {
		width: 100%!important;
		text-align: left!important;
	}

	.secondary-nav a {
		line-height: 3.3125rem!important;
	}

}

@media screen and (min-width: 594px) and (max-width: 768px) {
	.subpage-content .modules-aside {
		margin-left: 10px;
		margin-top: -7px!important;
		padding-top: 0px!important;
		width: 50%
	}

}

@media screen and (min-width: 660px) {
	.ad-wrap.ad-wrap-masthead {
		position: relative;
		z-index: 200;
		right: 0;
		margin-top: 5%;
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 36.77182%;
		float: right;
	}

	.ad-wrap.ad-wrap-masthead:last-child {
		margin-right: 0;
	}

	.ad-wrap.ad-wrap-masthead .ad {
		float: right;
		margin: 5% 0 0 0;
	}

}

@media screen and (max-width: 660px) {
	.ad-wrap.ad-wrap-masthead {
		display: none;
	}

}

.ad-wrap.subpage-leaderboard {
	min-width: 730px;
	min-height: 90px;
	text-align: center;
	margin-top: -31px;
}

.ad-wrap.subpage-leaderboard:after {
	content: '';
	clear: both;
}

.ad-wrap.subpage-leaderboard > div {
	padding: 0!important;
}

.ad-wrap.subpage-bigbox {
	text-align: right;
	margin-bottom: 2.5%;
}

/*ad-wrap*/
/****************************************************************************/
/*the purpose of this page is to contain the layout on the page that has a right, center & left column. It is located on all pages*/
/****************************************************************************/

.left-col {
	/*$desktop*/

	border: 1px solid #000;
	border-top-width: 0;
	padding: 1% 0;
	/*margin-bottom: 2.5%;*/

	text-align: center;
	position: absolute;
	z-index: 100;
	background: #ffffff;
}

@media screen and (max-width: 1100px) {
	.left-col {
		display: none !important;
	}
}

.homepage .left-col {
	min-height: 242px;
}

.left-col.open-nav .menu-closed,
.left-col .menu-opened {
	display: none;
}

.left-col.open-nav .menu-opened {
	display: inline;
}

.homepage-modules .left-col {
	position: static;
	margin-top: 0;
	border-top-width: 1px;
	padding-bottom: 2.5%!important;
}

.subpage-content .left-col {
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	width:60px;
	height: 60px;
	padding: 0;
	margin-top: -31px;
	margin-left: 23px;
	z-index: 999;
}

.subpage-content .left-col ul.social a {
	display: block;
	line-height: 60px;
	width: 60px;
	height: 60px;
	/*padding-top: 26px;*/
}

.subpage-content .left-col ul.social {
	margin: 0;
	padding: 0;
}

.subpage-content .left-col ul.social li {
	width: 60px;
}

.subpage-nav-content {
	width: 300px;
	background: #fff;
	border: 1px #000 solid;
}

/*@media screen and (max-width: 1350px) AND (min-width: 1166px) {
  .subpage-content .left-col{
	top:-1.9%;
  }

}

@media screen and (max-width: 1166px) AND (min-width: 1056px) {
  .subpage-content .left-col{
	top:-1%;
	width:25%
  }

}

@media screen and (max-width: 1166px){
  .subpage-content .article-content{
	width:100%!important;
  }

  .subpage-content .modules-aside{
	width:100%!important;
  }


  .subpage-content .modules-aside .ad-wrap{
	margin:0 auto 2.5%;
	text-align:center;
  }

}

*/

/*@media screen and (max-width: 1166px) AND (min-width: 1056px) {
	.subpage-content .left-col {
		width: 25%
	}

}

@media screen and (max-width: 1056px) AND (min-width: 1000px) {
	.subpage-content .left-col {
		width: 22%;
	}

}*/

@media screen and (max-width: 1000px) AND (min-width: 768px) {
	/*.subpage-content .left-col {
		width: 13%;
	}*/

	.subpage-content .left-col {
		overflow-x: hidden;
	}

	.subpage-content .left-col ul.four-social li {
		width: 100%!important;
		height: 2.0em;
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}

	.subpage-content .left-col.open-nav ul.four-social li {
		width: 20%!important;
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}

	.subpage-content .left-col ul.four-social {
		height: 60px;
		overflow: hidden;
		white-space: nowrap;
	}

	.subpage-content .open-nav,
	.subpage-content .open-nav .open-nav {
		min-width: 250px;
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}

}

/* CONTROL SUB MENU li*/

/*@media screen and (max-width: 1166px) {
	.left-col .social li.sub-menu {
		width: 75px!important;
	}

	.left-col .social li {
		width: 18%!important;
	}

}*/

a#sub-menu-toggle {
	line-height: 1.5em;
}

a#sub-menu-toggle > div {
	font-size: 0.6em;
	line-height: 4em;
	width: 100%;
	height: 2em;
}

@media screen and (max-width: 767px) {
	.ad-wrap.subpage-skyscraper,
	.ad-wrap.subpage-leaderboard {
		display: none;
	}

}

@media screen and (max-width: 900px) {
	.subpage-content .left-col {
		display: none;
	}

	.masthead-wrap {
		top: -24px!important;
	}

	.news_ticker_bar {
		top: 0px!important;
	}

}

@media screen and (min-width: 768px) {
	.left-col {
		float: left;
		display: block;
		margin-right: 1.16509%;
		/*width: 160px;*/

		border: 0px solid #FFF;
		width: 19.91097%;
	}

	.left-col:last-child {
		margin-right: 0;
	}

}

@media screen and (min-width: 768px) and (max-width: 820px) {
	.homepage-modules div.left-col .ad-160x600 {
		float: right!important;
	}

}

@media screen and (min-width: 768px) {
	.left-col h2 {
		margin: 2.5% 0 5%;
	}

}

@media screen and (max-width: 767px) {
	.left-col h2 {
		margin: 2.5% 0 0 0;
	}

	.left-col .ad-wrap {
		display: none;
	}

	.homepage-modules .left-col {
		margin-bottom: 1.5%;
	}

}

.left-col .social {
	width: 100%;
	padding: 0;
	padding-bottom: 30px;
	display: inline-block;
}

.left-col.open-nav .social {
	border-bottom: 1px solid #000000;
}

@media screen and (min-width: 768px) {
	.left-col .social {
		margin: 0 0;
	}

	.homepage-modules .left-col .social {
		margin: 0 0 1.0em;
	}

}

.left-col .social li {
	width: 23%;
}

.left-col .ad {
	width: 100%;
	display: block;
}

.left-col .ad img {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.left-col .ad {
		display: none;
	}

}

/*.left-col*/
/****************************************************************************/
/* the subpages all have the basic layout.
  - left-col (menu, ad, social)
  - article-content (main content on page)
  - banner ad-(ad across the top of the page)
*/
/****************************************************************************/

.subpage-content {
	/*margin-top: 72px;*/
	position: relative;
	/*$desktop*/
}

@media screen and (min-width: 768px) {
	.subpage-content {
		margin-top: 72px;
		/*.news-callouts*/
	}

	.subpage-content .news-callouts {
		margin-top: 2.5%;
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 100%;
		/*.news-item*/
	}

	.subpage-content .news-callouts:last-child {
		margin-right: 0;
	}

	.subpage-content .news-callouts .news-item {
		/*$mobile-up*/
	}

}

@media screen and (min-width: 768px) and (min-width: 660px) {
	.subpage-content .news-callouts .news-item {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 24.12618%;
		/*last-of-type*/
	}

	.subpage-content .news-callouts .news-item:last-child {
		margin-right: 0;
	}

	.subpage-content .news-callouts .news-item:last-of-type {
		margin-right: 0;
	}

}

@media screen and (min-width: 768px) {
	.subpage-content .article-content {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 78.92394%;
		margin-right: 0;
	}

	.subpage-content .article-content:last-child {
		margin-right: 0;
	}

}

@media screen and (max-width: 768px) {
	.subpage-content .article-content {
		width: 100%!important;
		overflow-y: auto !important;
	}

}

@media screen and (min-width: 769px) and (max-width: 906px) {
	.subpage-content .article-content {
		width: 70%!important;
	}

}

.subpage-content h1,
div.main_title {
	margin-top: 0em;
}

/*.subpage*/

.masthead-wrap {
	margin-bottom: 2.5%;
	/*masthead:after*/
}

.masthead-wrap:after {
	content: '';
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 100;
}

.masthead {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.1s;
	/*.news-slider-wrap*/
	/*.news-slider*/
}

.masthead:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (min-width: 660px) {
	.masthead {
		padding: 0 2%;
		min-height: 660px;
	}

	.masthead.masthead-short {
		max-height: 400px;
		min-height: 400px;
		height: 400px;
	}

}

@media screen and (min-width: 768px) {
	.masthead {
		min-height: 660px;
	}

	.masthead.masthead-short {
		max-height: 400px;
	}

}

.masthead .news-slider-wrap {
	position: relative;
	z-index: 200;
}

@media screen and (min-width: 660px) {
	.masthead .news-slider-wrap {
		width: 60%;
		max-width: 600px;
		float: left;
		padding-top: 400px;
	}

	.masthead.masthead-short .news-slider-wrap {
		padding-top: 150px;
		top: 0;
	}

}

@media screen and (max-width: 660px) {
	.masthead .news-slider-wrap {
		padding: 300px 2% 2% 2%;
	}

	.masthead.masthead-short {
		height: 375px;
		max-height: 375px;
		min-height: 375px;
	}

	.masthead.masthead-short .news-slider-wrap {
		padding-top: 150px;
	}

}

.masthead.masthead-short .flex-control-nav {
	bottom: -30px!important;
}

.masthead .news-slider {
	margin: 0;
}

.masthead .news-slider h2 {
	margin: 0;
	font-size: 30px;
	line-height: 45px;
	font-size: 1.875rem;
	line-height: 2.8125rem;
}

.masthead .news-slider h2,
.masthead .news-slider p {
	color: #fff;
	/*float: left;*/

	max-height: 3.0em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 2px 0 5px rgba(0, 0, 0, 0.75);
}

.masthead .news-slider .btn {
	float: left;
}

.masthead .app-callout-wrap {
	bottom: 0;
	left: 0;
	z-index: 200;
}

@media screen and (min-width: 660px) {
	.masthead .app-callout-wrap {
		position: absolute;
	}

}

/*.masthead*/
/****************************************************************************/
/*.main-callouts (3 or 4) are the block callouts with images at the top*/
/****************************************************************************/

.main-callouts {
	overflow: hidden;
	/*.callout*/
	/*&.three-child .callout*/
	/*&.four-child .callout*/
}

.main-callouts .callout {
	overflow: hidden;
	border: 1px solid #000;
	height: 375px;
	position: relative;
}

.main-callouts .callout h2 {
	text-align: center;
	font-size: 26px;
	line-height: 39px;
	font-size: 1.625rem;
	line-height: 2.4375rem;
	text-transform: capitalize;
}

.main-callouts .callout p {
	padding: 0 3%;
	margin: 0 0 4% 0;
}

.main-callouts .callout .btn {
	float: right;
	margin: 2.5%;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 550px) {
	.main-callouts .callout {
		width: 100%;
		max-width: 100%!important;
		display: block;
		float: left;
		margin-right: 10px !important;
	}

	.scroll-wrap {
		width: 100%;
		max-width: 100%!important;
	}

}

.main-callouts.two-child .callout {
	/*max-width: 400px;*/
}

@media screen and (min-width: 768px) {
	.main-callouts.two-child .callout {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 49.41745%;
	}

	.main-callouts.two-child .callout:last-child {
		margin-right: 0;
	}

	.main-callouts.two-child .callout:nth-child(2n) {
		margin-right: 0;
	}

	.main-callouts.two-child .callout:nth-child(2n+1) {
		clear: left;
	}

}

@media screen and (max-width: 767px) {
	.main-callouts.two-child .callout {
		margin: 0 auto 2% auto;
	}

}

.main-callouts.three-child .callout {
	max-width: 370px;
}

@media screen and (min-width: 768px) {
	.main-callouts.three-child .callout {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 32.55661%;
	}

	.main-callouts.three-child .callout:last-child {
		margin-right: 0;
	}

	.main-callouts.three-child .callout:nth-child(3n) {
		margin-right: 0;
	}

	.main-callouts.three-child .callout:nth-child(3n+1) {
		clear: left;
	}

}

@media screen and (max-width: 767px) {
	.main-callouts.three-child .callout {
		margin: 0 auto 2% auto;
	}

}

.main-callouts .callout {
	margin-bottom: 2%;
}

@media screen and (min-width: 768px) {
	.main-callouts.four-child .callout {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 24.12618%;
	}

	.main-callouts.four-child .callout:last-child {
		margin-right: 0;
	}

	.main-callouts.four-child .callout:nth-child(4n) {
		margin-right: 0;
	}

	.main-callouts.four-child .callout:nth-child(4n+1) {
		clear: left;
	}

}

@media screen and (min-width: 551px) and (max-width: 767px) {
	.main-callouts.four-child .callout {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 49.41745%;
	}

	.main-callouts.four-child .callout:last-child {
		margin-right: 0;
	}

	.main-callouts.four-child .callout:nth-child(2n) {
		margin-right: 0;
	}

	.main-callouts.four-child .callout:nth-child(2n+1) {
		clear: left;
	}

}

@media screen and (max-width: 550px) {
	.main-callouts.four-child .callout {
		margin: 2% auto;
		width: 100%;
		max-width: 273px;
	}

}

.main-callouts .callout ul,
.news-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.main-callouts .callout .module-content {
	height: auto !important;
	/*max-height: 210px;*/
}

div.module-content.facebook {
	height: 350px !important;
}

div.module-content.embed_1 {
	position: relative;
	padding-bottom: 58%;
	padding-top: 140px;
	height: 0;
	overflow: hidden;
}

div.module-content.embed_1 h2{
	position: absolute;
	top: -10px;
	left: 0;
}

div.module-content.embed_1 iframe{
	border: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-callouts .callout ul li,
.news-item ul li {
	padding: 5px 10px;
	width: 100%;
	line-height: 1.5em;
	text-align: left;
}

.main-callouts .callout ul li strong,
.news-item ul li strong {
	display: block;
}

.main-callouts .callout ul li small,
.news-item ul li small {
	font-size: 12px;
}

.news-item .module-content {
	height: 190px;
	margin: 3.5% -5.5%
}

/*.main-callouts*/
/****************************************************************************/
/*..modules are located in the bottom of the homepage*/
/****************************************************************************/

.homepage-modules {
	/*$desktop*/
}

@media screen and (min-width: 768px) {
	.homepage-modules .news-callouts {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 70.41745%;
	}

	.homepage-modules .news-callouts:last-child {
		margin-right: 0;
	}

	.homepage-modules .news-callouts .news-item {
		/*$mobile-up*/
	}

}

@media screen and (min-width: 768px) and (min-width: 660px) {
	.homepage-modules .news-callouts .news-item {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 49.41745%;
	}

	.homepage-modules .news-callouts.news-rows .news-item {
		margin-right: 0%;
		width: 99.99999%;
	}

	.homepage-modules .news-callouts .news-item:last-child {
		margin-right: 0;
	}

	.homepage-modules .news-callouts .news-item:nth-of-type(even) {
		margin-right: 0;
	}

}

@media screen and (min-width: 768px) {
	.homepage-modules .modules-aside {
		float: left;
		display: block;
		margin-right: 1.16509%;
		width: 28.34139%;
		margin-right: 0;
	}

	.homepage-modules .modules-aside:last-child {
		margin-right: 0;
	}

}

@media screen and (max-width: 767px) {
	.homepage-modules .left-col,
	.homepage-modules .news-callouts,
	.homepage-modules .modules-aside {
		width: 100%;
	}

}

.modules-aside .module-content ul li {
	line-height: 1.5em;
}

.module.twitter .module-content {
	height: 325px;
	max-height: 325px;
	width: 100%;
}

.module.twitter .module-content,
.modules-aside .module {
	height: 325px;
	min-height:325px!important;
	overflow-y: hidden;
}

.modules-aside .module.new-module {
	height: 40px;
}

.module-content .no-content {
	margin: 1.0em;
	text-align: center;
}

.modules-aside .module-content ul li strong {
	display: block;
}

.module-content ul li .league-name {
	text-align: center;
}

.ll_wrapper {
	position: relative;
}

.ll_photo {
	margin-left: 50%;
	width: 50%!important;
	display: inline-block!important;
	height: 111px!important;
	position: relative!important;
}

.ll_photo div {
	right: auto!important;
	bottom: 5%;
}

.news-callouts.news-rows .ll_photo div strong br {
	display: none;
}

.ll_photo img {
	width: auto!important;
	max-height: 111px!important;
	max-width: 120px!important;
	position: absolute!important;
	right: 100%!important;
}

/*.modules*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*@font-face {
  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
	url('fonts/flexslider-icon.woff') format('woff'),
	url('fonts/flexslider-icon.ttf') format('truetype'),
	url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* FlexSlider Necessary Styles
*********************************/

.flexslider {
	margin: 0;
	padding: 0 0 30px;
}

.flexslider .slides > li {
	display: none;
	max-height: 190px;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
/*.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
*/

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav
.flex-direction-nav {*height: 0;}

.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }

.flex-direction-nav .flex-prev { left: -50px; }

.flex-direction-nav .flex-next { right: -50px; text-align: right; }

.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }

.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }

.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }

.flex-direction-nav a.flex-next:before  { content: '\f002'; }
*/
/* Pause/Play
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }

.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }

.flex-pauseplay a:hover  { opacity: 1; }

.flex-pauseplay a.flex-play:before { content: '\f003'; }
*/
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.flex-control-nav {
		bottom: -30px;
		left: 0;
	}

}

@media screen and (max-width: 440px) {
	.flex-control-nav {
		bottom: -64px;
		left: 0;
	}

}

@media screen and (min-width: 441px) {
	.flex-control-nav {
		bottom: -30px;
		left: 0;
	}

}

@media screen and (min-width: tablet-down) {
	.flex-control-nav {
		bottom: -30px;
		right: 0;
	}

}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a.flex-active {
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}

}

/*# sourceMappingURL=main.css.map */

.news_ticker_bar {
	white-space: nowrap;
	position: relative;
	z-index: 1;
	top: 38px;
	color: #ffffff;
	text-align: left;
	line-height: 1.7em;
	height: 1.5em;
}

div.left-col .ad-160x600 {
	width: 161px;
	/* border of the ad was cut off */

	height: 601px;
	/* border of the ad was cut off */

	margin: 0 auto!important;
	float: none!important;
}

.dummy-ad-wrap {
	background-size: cover;
	background-position: 50% 50%;
}

.dummy-728x90 {
	width: 728px;
	height: 90px;
}

div.masthead .ad-300x250 {
	/* customer ads */

	width: 300px;
	height: 250px;
	margin: 5% 0 0 0!important;
	float: right;
	overflow: auto!important
}

/* league leaders styles */

.homepage .ll_section_heading {
	display: none;
}

.ll_photo {
	display: inline-block;
	width: 100%;
	position: relative;
	vertical-align: bottom;
}

.ll_photo img {
	float: left;
	width: 48%;
	max-width: 120px;
	max-height: 150px;
	margin-right: 4%;
}

.main-callouts .ll_photo img {
	width: 88px;
	height: 111px;
	margin-left: 15%;
}

.ll_photo div {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 5%;
	font-family: 'oswaldbook'!important;
	color: #000000;
}

.ll_list {
	clear: both;
	position: relative;
}

.ll_list .ll_more {
	color: #000000;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.ll_more:after {
	top: 4px!important;
}

.module-content .ll_tbl tbody tr td {
	text-align: left!important;
}

article.article .ll_list {
	margin-top: 0;
}

article.article .ll_list .ll_more {
	margin-top: -4px;
	right: -2px;
	margin-top: 9px;
	right: -5px;
	width: 100px;
}

article.article.news-item {
	position: relative;
}

article.article.news-item a.btn {
	position: absolute;
	right: 11px;
	bottom: 11px;
}

.callout .ll_list table {
	width: 100%;
	margin-bottom: 1.0em;
}

.ll_list table thead {
	background-color: #272841;
	color: #ffffff;
}

.main-callouts .callout:nth-of-type(odd) table thead,
.news-callouts .article:nth-of-type(odd) table thead {
	background-color: #C31F36;
}

.modules-aside .ll_more {
	right: 5px;
	bottom: -35px;
}

.modules-aside .ll_tbl,
.main-callouts .ll_tbl {
	font-size: 13px;
}

.standings_header td {
	font-size: 1.0em!important;
}

.standings_header td,
.ll_list table thead td {
	padding: 0.5em;
	font-family: 'oswaldbook'!important;
}

.ll_list table thead td:last-child {
	text-align: center;
}

.ll_list table tbody td,
.ll_list table tbody td a {
	color: #000000;
}

.ll_list table tbody td:first-child {
	padding-left: 2%;
}

.ll_list table tbody td:nth-child(3),
.ll_list table tbody td:nth-child(4) {
	text-align: center;
}

.ll_list table tbody tr.ll_stat_leader td {
	background-color: #dddddd;
}

.article.leaders .ll_wrapper {
	margin: 9% 0 0;
	margin: 2% 0 0;
}

.news-rows .article.leaders .ll_wrapper {
	margin-top: 0%;
}

.article.leaders .ll_wrapper table strong {
	font-weight: normal;
}

.article.leaders .ll_photo div {
	clear: both;
	position: static;
	margin-top: 12%;
}

.news-rows .article.leaders .ll_photo div {
	margin-top: 0;
}

.news-rows .article.leaders .ll_list tbody td:nth-child(3),
.news-rows .article.leaders .ll_list_heading td:nth-child(2) {
	text-align: right;
}

.article.leaders .ll_photo img {
	display: block;
	width: 100%;
}

.article.leaders .ll_photo {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.article.leaders .ll_list {
	width: 100%;
	display: inline-block;
}

.leaders .ll_list table {
	width: 100%;
	margin-bottom: 10px;
}

.article.leaders .ll_list table tr td,
.article.leaders .ll_list table tr td a {
	font-size: 13px;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.article.leaders .ll_list td {
	padding: 0.5em 0.6em;
}

.article.leaders .ll_list table tr td:first-child {
	text-align: left;
}

.article.leaders .ll_list table tbody tr td:nth-child(2) span {
	display: none;
}

.news-rows .article.leaders .ll_list table tbody tr td:nth-child(2) span {
	display: inline-block;
}

.ll_list_team,
.ll_list_player {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ll_list_player a strong {
	font-weight: normal;
}

.ll_tbl {
	width: 100%;
}

.article .ll_list_team {
	max-width: 75px;
	line-height: 1.35em;
}

.callout .ll_list_team span {
	display: inline-block;
	max-width: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.callout .ll_wrapper .ll_tbl tr td,
.article .ll_wrapper .ll_tbl tr td {
	font-size: 14px;
	text-align: left;
}

.callout .ll_wrapper .ll_tbl tr.ll_list_heading td:nth-child(2),
.callout .ll_wrapper .ll_tbl tr td:last-child,
.article .ll_wrapper .ll_tbl tr td:last-child,
.ll_tbl tr.ll_list_heading td:nth-child(2):last-child {
	text-align: right;
	padding-right: 7px;
}

.article .ll_photo {
	display: none!important;
}

.news-rows .article.leaders .ll_wrapper {
	margin-top: 0%;
}

.news-rows .article.leaders .ll_wrapper .ll_list {
	margin-top: -4%;
}

.news-rows .article.leaders h4 {
	width: 40%;
	display: inline-block;
	float: left;
	clear: both;
	margin-left: 0;
}

.news-rows .article .ll_photo {
	display: block!important;
	margin-top: 5%;
	margin-left: 0;
	width: 40%!important;
	float: left!important;
	text-align: center;
	clear: both;
}

.news-rows .article .ll_list {
	float: left;
	width: 58%;
	margin-left: 2%;
	clear: none!important;
}

.news-rows .article .ll_photo img {
	left: 0;
	position: static!important;
	margin: 0 auto;
	float: none;
}

.callout .ll_list_player {
	max-width: 110px;
}

.aside .ll_list_player {
	max-width: 135px;
}

.modules-aside .leaders .ll_photo {
	width: 100%!important;
	height: 4.0em!important;
	text-align: left;
	margin-left: 0;
}

.modules-aside .leaders .ll_photo img {
	height: 4.0em!important;
	float: none;
	position: static!important;
}

.modules-aside .leaders .ll_photo div strong br {
	display: none;
}

.modules-aside .leaders .ll_list td {
	padding: 0.5em;
}

.ll_photo div {
	border: 0!important;
}

.callout.leaders .ll_photo div {
	font-size: 18px;
}

.main-callouts .ll_more {
	right: 3%!important;
}

.callout.rss h2,
.callout.scores h2,
.callout.games h2,
.callout.practices h2,
.callout.upcoming_events h2,
.callout.leaders h2 {
	margin: 0.5em 0;
}

.callout.rss .module-content,
.callout.scores .module-content,
.callout.games .module-content,
.callout.practices .module-content,
.callout.upcoming_events .module-content {
	height: 308px;
	max-height: 308px;
	overflow-y: scroll;
}

.callout.twitter .module-content {
	height: 100%;
	max-height: 100%;
	overflow-y: visible;
}

.callout.leaders .ll_tbl td a,
.callout.leaders .ll_tbl td {
	font-size: 16px!important;
	line-height: 1.15em;
}

.callout.leaders .ll_tbl td.ll_list_team span {
	max-width: 90px;
}

.four-child .callout.leaders .ll_tbl td.ll_list_team span {
	max-width: 75px;
}

/* end of league leaders styles */

.event-title {
	color: #000000;
	font-weight: normal;
	display: inline-block;
	width: 80%;
	height: 5.0em;
}

.news-item.twitter .module-content {
	margin: -6%;
	height: 240px;
}

.news-item.twitter .module-content div iframe {
	width: 100%!important;
}

.news-rows .news-item.twitter .module-content {
	margin: -2.7%;
}

.news-callouts.news-rows .module-content {
	margin: 1.75% -2.7%;
}

.twitter .module-content {
	overflow: hidden!important;
}

.subpage-content .article-content {
	width: 70%;
	display: inline-block;
	margin-top: 10px;
}

body:not(.show-ads) .subpage-content .article-content {
	margin-top: 100px;
}

.subpage-content .article-content.full-width {
	width: 100%;
}

.subpage-content .article-content.skyscraper-on {
	width: 55%;
	margin-left: 2%;
}

.ad-wrap.subpage-skyscraper {
	position: relative;
	top: 88px;
}

.subpage-content .modules-aside {
	width: 300px;
	display: inline-block;
	padding-top: 2.5%;
	float: right;
	position: relative;
	vertical-align: top;
	text-align: right;
}

.static-mobile-ad,
.adhesion-mobile-ad {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	z-index: 10000;
}

.static-mobile-ad,
div.adhesion-mobile-ad {
	background-color: rgba(0,0,0,0.7);
	bottom: 0;
	height: 50px;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 99999;
}

.static-mobile-ad{
	margin-top:-5px;
	margin-bottom:25px;
}

.subpage .static-mobile-ad {
	margin-bottom: -75px;
}

.adhesion-mobile-ad {
	position: fixed;
	bottom: 0;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin-top: -50px;
	background-color: rgba(0,0,0,0.7);
	-webkit-overflow-scrolling: touch;
}

.subpage-content .modules-aside .module {
	width: 300px;
	float: right;
}

div.shares {
	display: none;
}

.schedule_dropdown {
	margin: 0 0 1.0em!important;
}

.hockey_game_stats_table {
	margin-right: 0.5em;
}

.roster_table,
.hockey_game_stats_table,
.stats_table,
.standings_table {
	width: 100%;
	border: 1px solid #000000;
	margin-bottom: 1.0em;
}

.roster_table td,
.stats_table td,
.summary_table td,
.summary_table2 td,
.hockey_game_stats_table td,
.standings_table td {
	padding: 3px;
	border-width: 0!important;
}

.roster_table tr td:first-child,
.stats_table tr td:first-child,
.summary_table tr td:first-child,
.summary_table2 tr td:first-child,
.hockey_game_stats_table tr td:first-child,
.standings_table tr td:first-child {
	padding-left: 0.5em;
}

.roster_table td {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stats_table tr:last-child td:first-child:last-child {
	text-align: center;
}

.roster_table tbody a,
.hockey_game_stats_table tbody a,
.stats_table tbody a,
.standings_table tbody a {
	color: #000000;
	font-weight: bold;
}

/*.roster_table tbody tr:nth-of-type(even) td,
.summary_table tbody tr:nth-of-type(even) td,
.summary_table2 tbody tr:nth-of-type(even) td,
.hockey_game_stats_table tbody tr:nth-of-type(even) td,
.stats_table tbody tr:nth-of-type(even) td,
.standings_table tbody tr:nth-of-type(even) td{
  background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ * /
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ * /
  background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ * /
  background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ * /
  background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ * /
  background-image: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* W3C * /
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 * /
}
*/

.summary_table tbody tr:last-of-type td,
.summary_table2 tbody tr:last-of-type td {
	background: none;
}

.summary_table tbody tr td:nth-of-type(1),
.summary_table2 tbody tr td:nth-of-type(1) {
	width: 10%;
}

.summary_table tbody tr td:nth-of-type(2),
.summary_table2 tbody tr td:nth-of-type(2) {
	width: 30%;
}

table.summary_table2 tr td,
table.summary_table tr td {
	padding-left: 5px;
}

.summary_header2 td,
.summary_header td,
.summary_subheader td {
	padding: 5px 10px!important;
}

.article-content table table.summary_table tr td:nth-of-type(1) {
	white-space: nowrap;
	text-align: left;
}

.article-content table table.summary_table tr td {
	width: 10%;
	text-align: right;
	padding-right: 10px;
}

.game-summary-team-stats {
	width: 49%!important;
}

.game-summary-team-stats b {
	font-family: 'oswaldbook';
}

.game-summary-team-stats:first-of-type table {
	margin-right: 5px;
}

.game-summary-team-stats:last-of-type {
	margin-left: 2%;
}

.game-results td {
	border: 0!important;
}

.game-results tr:not(.stats_header) td:nth-child(1),
.game-results tr:not(.stats_header) td:nth-child(4) {
	border-right-width: 0;
}

.game-results tr:not(.stats_header) td:nth-child(2),
.game-results tr:not(.stats_header) td:nth-child(5) {
	border-left-width: 0;
}

.game-results tr td {
	text-align: center;
	padding-left: 0.5em!important;
	padding-right: 0.5em!important;
	border-left-width: 0!important;
	border-right-width: 0!important;
}

.game-results tr.stats_header td:nth-child(3),
.game-results tr td:nth-child(1),
.game-results tr td:nth-child(4) {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.game-summary-team-stats {
		width: 100%!important;
		margin: 0!important;
		float: none;
	}

	.game-summary-team-stats table {
		margin-right: 0!important;
		margin-left: 0!important;
	}

}

.roster_table td,
.hockey_game_stats_table td,
.stats_table td,
.standings_table td {
	width: 30px;
	text-align: center;
}

.roster_table td {
	white-space: nowrap;
}

.roster_table tr td.roster_name,
.hockey_game_stats_table tr td.name_col,
.stats_table tr td.name_col,
.standings_table tr td:first-child {
	width: 33%;
	white-space: nowrap;
	text-align: left;
}

.subpage-content .ll_wrapper {
	height: 380px;
	position: relative;
}

.subpage-content .ll_wrapper .ll_section_heading {
	padding: 0.5em;
}

.subpage-content aside .ll_wrapper .ll_section_heading {
	display: none;
}

.subpage-content .ll_wrapper .ll_tbl td:last-child {
	text-align: right;
	padding-right: 10px;
}

.subpage-content .ll_wrapper .ll_photo img {
	width: 120px;
	height: 150px;
	margin-left: 10%;
	display: inline-block;
}

.subpage-content .ll_wrapper .ll_photo div {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: auto;
}

.subpage-content .ll_wrapper .ll_list .ll_tbl {
	width: 100%;
}

.subpage-content .ll_wrapper .ll_list .ll_list_team {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
	;
}

#ll_target a.ll_link,
.ll_topmenu a {
	color: #000000;
}

#ll_target a.ll_link:hover {
	color: #333333;
}

.ll_topmenu {
	color: #000000;
	font-family: 'oswaldbook';
}

.article-content font:first-of-type {
	font-family: 'oswaldbook';
}

.ll_topmenu ul {
	font-family: sans-serif;
	list-style-type: none;
	padding: 0;
	margin: 0.5em 0 1.0em 1.0em;
}

.summary_table,
.summary_table2 {
	width: 100%;
}

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */

.subpage-nav form[name="league_teams"] {
	background: url(../images/dropdown-bg.png) no-repeat 100% 0;
	height: 29px;
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000000;
}

.subpage-nav form[name="league_teams"] select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px;
	/* If you add too much padding here, the options won't show in IE */

	width: 110%;
	color: #FFFFFF;
}

/* -------------------- Colors: Background */

.blue {
	background-color: #3b8ec2;
}

/* -------------------- Colors: Text */

.blue select {
	color: #fff;
}

div.homeinspection-ad.small {
	float: none!important;
}

span.last-ten {
	white-space: nowrap;
}

.js-datepicker {
	width: 7em;
}

#ui-datepicker-div {
	font-size: 14px;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
	width: 4.8em!important;
}

.clear {
	clear: both;
}

img.ui-datepicker-trigger {
	vertical-align: -4px;
	cursor: pointer;
}

.ui-widget {
	font-size:0.9em;
	line-height:1.5em;
}

.ui-widget p {
	font-size:1.0em;
	line-height:1.5em;
}

.site-network-selector,
.site-network-selector-mobile {
	width: 300px;
	margin: 10px auto;
	background-color: #ffffff;
	color: #000000;
}

.site-network-selector-mobile {
	display: none;
	margin: 0 2%;
	width: auto;
	float: none;
}

@media screen and (max-width: 660px) {
	.site-network-selector-mobile {
		display: block;
	}

}

.site-network-selector a,
.site-network-selector-mobile a {
	display: block;
	padding: 0.5em 1.0em;
}

ul.grid-network,
ul.site-network {
	display: none;
	list-style-type: none;
}

ul.grid-network {
	margin: 0 auto;
}

ul.network-open {
	display: block;
	max-height: 250px;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
	position: absolute;
	width: 300px;
	margin-left: -1px;
}

.site-network-selector-mobile ul.network-open {
	width: auto;
	margin: 0 2% 0 0;
	z-index: 10000;
}

ul.site-network li {
	margin: 1%;
	vertical-align: top;
	display: block;
	vertical-align: middle;
}

ul.grid-network li {
	width: 33.3333333333%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	height: 120px;
	overflow: hidden;
}

ul.grid-network li:nth-of-type(odd) {
	background-color: #eeeeee;
}

ul.site-network li span {
	display: inline-block;
	max-width: 210px;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 12px;
}

ul.grid-network li span {
	max-height: 75px;
	overflow: hidden;
	font-size: 10px;
	color: #000000;
}

ul.site-network li img {
	width: 26px;
	height: 26px;
	vertical-align: middle;
}

ul.grid-network li img {
	width: 53px;
	height: 53px;
	margin: 0 auto;
}

ul.site-network li em {
	background-size: cover;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}

ul.grid-network li em {
	background-size: cover;
	width: 53px;
	height: 53px;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

#network-toggle,
#network-toggle-mobile {
	font-family: oswaldbook;
}

#network-toggle svg,
#network-toggle-mobile svg {
	float: right;
}

.main-header ul.language-selection {
	text-align: right;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 100px!important;
}

.main-header .wrap-language {
	width: 100px;
	position: absolute;
	right: 0;
}

.main-header .wrap-language,
.main-header #google_translate_element {
	text-align: right;
	margin-right: -52px;
	float: right;
	top: 4px;
}

@media screen and (max-width: 899px) {
	.main-header ul.language-selection {
		text-align: left;
	}

	.main-header {
		min-height: 90px !important;
	}

	.main-header .wrap-language,
	.main-header #google_translate_element {
		position: absolute;
		text-align: left;
		left: 122px;
		top: 3.35em !important;
	}

}

@media screen and (max-width: 601px) {
	.main-header .wrap-language,
	.main-header #google_translate_element {
		top: 4.5em !important;
	}
}

span.long-desc {
	display: none;
}

article.events article aside p {
	font-size: large;
	margin: 5% 0;
}

article.events article aside p {
	font-size: large;
}

article.events article p {
	margin: 5% 0;
}

.callout.youtube .module-content.youtube{
	max-height:373px;
	height:373px;
	overflow:hidden;
	height:100%!important;
}

.callout.youtube .module-content div:first-child{
	height:51%;
}
.callout.youtube .module-content div:last-child{
	height:49%;
}

.callout.youtube .module-content div h4{
	text-align:center;
	margin-left:0.5em;
	margin-right:0.5em;
}

article.youtube .module-content{
	margin:0!important;
	height:100%;
	overflow:hidden;
}

.news-rows article.youtube .module-content{
	text-align:left ;
}

.news-rows article.youtube .module-content div{
	display:inline-block;
	vertical-align:top;
	height:100%;
}

.news-grid article.youtube .module-content div:first-child{
	width:100%;
	height:100%;
}

.news-grid article.youtube .module-content div:last-child{
	display:none;
}

.news-rows article.youtube .module-content div:first-child{
	width:48%;
}

.news-rows article.youtube .module-content div:last-child{
	position:absolute;
	right:0;
	width:47%;
	margin-right:2.5%;
}

.news-rows article.youtube .module-content div p{
	font-size:16px;
	margin-top:1.5em;
}

.news-rows article.youtube .module-content div h4{
	text-align:center;
	font-size:26px;
	line-height:1.7em;
}

.module-content.fasthockey {
	height: 250px!important;
	overflow: hidden;
}

.module-content.fasthockey div iframe {
	height: 270px!important;
	overflow: hidden;
}

.module-content.fasthockey > div {
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

.article.fasthockey .module-content.fasthockey {
	margin-top: -16px;
}

.modules-aside .module-content.fasthockey {
	margin-top: 4%;
}

.news-grid .callout-header {
	display: none;
}

.news-rows .callout-header {
	float: left;
	width: 40%;
	height: 100%;
}

.news-rows .article.news h4,
.news-rows .article.events h4,
.news-rows .article article{
	width:58%;
	margin-left:2%;
	display:inline-block;
	text-align:center;
	font-size:26px;
	line-height:1.7em;
}

.news-grid .article.leaders .ll_list td {
	padding: 0.3em 0.6em;
}

@media (max-width: 900px) and (orientation: portrait) {
	.news-rows .callout-header {
		display: none!important;
	}

	.news-rows .article h4,
	.news-rows .article article {
		width: 100%;
		margin-left: 0;
		display: block;
	}

	.news-rows .article article {
		margin-top: 1.0em;
	}

	.news-rows .article.leaders .ll_photo {
		display: none!important;
	}

	.news-rows .article.leaders h4 {
		width: 100%;
	}

	.news-rows .article.leaders .ll_list {
		width: 100%;
		margin: 0;
	}

	.news-rows .article.leaders .ll_wrapper {
		margin-top: 18%;
	}

	.article.leaders .ll_list td {
		padding: 0.3em 0.6em;
	}

	.callout.youtube .module-content div h2{
		font-size:20px;
	}

	.callout.youtube .module-content div p{
		font-size:16px;
	}

	.callout.youtube .module-content div:first-child{
		height:40%;
	}

	.callout.youtube .module-content div:last-child{
		height:60%;
	}

	.news-rows .article.leaders .ll_more{
		margin-top:0%;
	}

	.news-rows article.youtube .module-content div:first-child{
		width:100%;
		height:100%;
	}
	.news-rows article.youtube .module-content div:last-child{
		display:none;
	}

	.news-rows article.youtube a{
		display:none;
	}
}

@media (orientation:portrait) and (max-width:768px){
	.callout.youtube .module-content div:first-child{
		height:50%;
	}

	.callout.youtube .module-content div:last-child{
		height:50%;
	}
	.news-rows .article.leaders .ll_more {
		margin-top: 0%;
	}

}

@media screen and (orientation: landscape),
@media screen and (max-width: 900px) {
	.news-rows time {
		margin: 0;
		padding: 0;
		white-space: nowrap;
		width: 25%;
		text-align: center;
	}

	.news-rows .event-title,
	.news-rows .module-list-info {
		width: 74%;
		height: 3.0em;
		font-size: 14px;
	}

	.news-rows span.long-desc {
		display: inline;
	}

	.news-rows span.ellipsis {
		display: none;
	}

	.news-rows .module-list-info strong {
		display: inline-block;
	}

	.news-rows .module-list-info strong:first-child {
		display: block;
	}

	.news-rows .scores .module-list-info strong:nth-of-type(2)::after {
		content: 'vs.';
		font-weight: normal;
		display: inline-block;
		margin: 0 0.5em;
	}

	.news-rows .practices .module-list-info strong:nth-of-type(2)::after,
	.news-rows .games .module-list-info strong:nth-of-type(2)::after {
		content: '';
		font-weight: normal;
		display: inline-block;
		margin: 0 0.4em 0 0;
	}

	.news-rows time {
		margin-top: 2px;
	}

	.news-rows time span {
		display: inline;
		font-size: 18px!important;
		margin: 0;
		padding: 0;
	}

	.news-rows time span.time-time {
		font-size: 20px!important;
		display: block;
		text-align: center;
	}

	.news-rows time span::after {
		content: ' ';
	}

	.news-rows time span:last-child::after {
		content: none;
	}

}

a.manage-reg-account-link {
	display: block;
	float: right;
	color: white;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.page-title {
	font-size: 18px;
	font-family: "oswaldbook", sans-serif;
	margin-bottom: 10px;
}

.mobile-only {
	display: none!important;
}

@media screen and (max-width: 899px) {
	.mobile-only {
		display: list-item!important;
	}

}

.lt-lbl,
.div-lbl a {
	font-family: "oswaldbook", serif!important;
	color: #000000;
}

.lt-lbl:hover,
.div-lbl a:hover,
.leaguepage-nav-content ul li a:hover {
	color: #999999;
}

.leaguepage-nav-content ul li a span {
	font-family: sans-serif;
}

.leaguepage-nav-content {
	margin: 0.75em 0 1.5em;
}

.leaguepage-nav-content ul li {
	display: inline-block;
	padding-right: 0.5em;
	font-family: 'oswaldbook', 'Lucida Grande', sans-serif;
	font-size: 14px;
}

.leaguepage-nav-content ul li ul li {
	padding-right: 0;
	margin-right: 0;
	position: relative;
	min-width:100px;
}

.leaguepage-nav-content ul li ul li:before {
	content: '';
	width: 0em;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #999999;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.leaguepage-nav-content ul li ul li a {
	font-size: 12px;
	padding: 0.25em 0.5em;
}

.leaguepage-nav-content ul li ul li a:hover {
	text-indent: 0.5em;
	padding-right: 0;
}

.leaguepage-nav-content ul li ul li:hover:before {
	width: 0.5em;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.leaguepage-nav-content ul li {
	border-right: 1px solid #000000;
	margin-right: 0.5em;
}

.leaguepage-nav-content ul li:last-child {
	border-right: 0;
}

.leaguepage-nav-content ul li {
	position: relative;
}

.leaguepage-nav-content ul li a {
	color: #000000;
}

.leaguepage-nav-content ul li a span {
	padding-left: 0.5em;
}

.leaguepage-nav-content ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-left: 0;
	padding-left: 0;
	z-index: 1000;
	background-color: #ffffff;
	margin-left: -0.5em;
}

.leaguepage-nav-content ul li ul li a {
	display: block;
}

.leaguepage-nav-content ul li ul li {
	display: block;
	white-space: nowrap;
	border: 1px solid #000000;
	border-top: 0;
}

.leaguepage-nav-content ul li ul li:last-child {
	border-right: 1px solid #000000;
}

.leaguepage-nav-content ul li ul li:after {
	content: '';
}

@media screen and (max-width: 768px) {
	.leaguepage-nav-content {
		display: none;
	}

	.divisions-page .leaguepage-nav-content {
		display: block;
	}

}

.gl-ad-728x90-bottom {
	margin-bottom: 3%!important;
}

.subpage .gl-ad-728x90-bottom {
	margin-bottom: 0!important;
}

.homepage .gl-ad-728x90 {
	margin-top: -1%!important;
	margin-bottom: 1.5%!important;
}

.mobile_login_link {
	font-family: 'oswaldbook';
	font-size: 0.9rem;
	position: absolute;
	color: #fff;
	text-decoration: none;
	right: 10px;
	top: 7px;
}

@media screen and (min-width: 661px) {
	.mobile_login_link {
		display: none;
	}

}

@media screen and (max-width: 660px) {
	.network-bar_links {
		display: none !important;
	}

}

@media screen and (max-width: 899px) {
	.main-header .org-name {
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 0;
		font-size: 1.3rem;
		line-height: 1.4rem;
	}

}

.mobile_login_link {
	font-family: 'oswaldbook';
	font-size: 0.75rem;
	position: absolute;
	color: #fff;
	text-decoration: none;
	right: 10px;
	top: 7px;
	text-transform: uppercase;
}

@media screen and (min-width:661px) {
	.mobile_login_link {
		display: none;
	}
}

@media screen and (max-width:660px) {
	.network-bar_links {
		display: none !important;
	}

	.main-header .org-name,
	.main-header .wrap-language,
	.main-header #google_translate_element {
		left:100px;
	}
}

@media screen and (max-width:899px) {
	.main-header .org-name {
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 0;
		font-size: 1.3rem;
		line-height: 1.4rem;
	}
}

.front_news{
	padding:1.0em;
	margin-bottom:1.0em;
	border:1px solid #000000;
}

.front_news .title{
	color:#ffffff;
	background-color:#666666;
	margin:-1.0em -1.0em 0 -1.0em;
}

.front_news .date{
	margin:0 -1.0em 0 -1.0em;
}

.front_news .date,
.front_news .title{
	display:block;
	font-family:'oswaldbook', arial;
	padding:0.4em 0.8em;
}

.front_news .date{
	font-size:smaller;
}

.front_news .caption{
	font-size:small;
	display:inline-block;
	margin-top:0.2em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.subpage-content .modules-aside .module,
	.subpage-content .modules-aside .ad-wrap {
		display: inline-block;
		float: none;
		margin: 10px;
		width: 300px;
	}

	.subpage-content .modules-aside{
		display:inline-block;
		float:none;
		margin: 0 auto;
		padding: 10px;
		position:relative;
		text-align:center;
		vertical-align:top;
		width: 100%;
	}

	.subpage-content .article-content {
		width: 100%;
	}
}

article.facebook {
	padding: 0;
}

.module-content.facebook {
	margin: 0;
	text-align: center;
	background: #f6f7f8;
}

div.gallery_photo_img {
	float: none !important;
}

.gallery_photo > iframe {
	float: none !important;
}

.venue-map{
	width:494px!important;
	text-align:center;
	margin:0 auto;
}

.venue-map a{
	display:block;
}

.game_winner {
	font-weight: bold;
}

.schedule-select {
	float: left;
}

@media screen and (max-width: 660px){
	.schedule-select {
		width: 75%;
	}
}
/* GOAL-5526 css for copyright footer*/
.copyright-section{
	clear: both;
	width: 100%;
	background: #000;
	text-align: center;
	padding: 10px 0;
	border-top: solid 1px #fff;
}
.copyright-section a.text-white{color: #fff;}

/* GOAL-5663:  Update ads*/
.pb-10{padding-bottom: 10px;}
.text-center{text-align: center;}
#unit-1635865487089 {text-align: center; position: relative !important;}
