/* =Header Menu (Primary)
-------------------------------------------------------------- */

/* line 4, ../sass/partials/_nav.scss */

#nav-container .menu li:hover > a {
	text-decoration: underline;
}

/* line 7, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu ul.sub-menu:after {
	display: none;
}

/* line 10, ../sass/partials/_nav.scss */

#nav-container {
	background: #e4002a;
	position: relative;
}

/* line 25, ../sass/partials/_nav.scss */

#nav-container .active-parent > a {
	color: #fff !important;
}

/* line 28, ../sass/partials/_nav.scss */

#nav-container .menu {
	clear: both;
	margin: 0 auto;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* line 42, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #004990;
	font-size: 12px;
	font-weight: 600;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	font-family: 'Open Sans',sans-serif;
	text-transform: none;
}

/* line 52, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a:hover {
	text-decoration: none;
}

/* line 79, ../sass/partials/_nav.scss */

#nav-container .current-menu-ancestor a {
	opacity: 1 !important;
}

/* line 83, ../sass/partials/_nav.scss */

#nav-container .menu a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	font-family: 'serpntbi';
	font-size: 23px;
	font-weight: 100;
	font-weight: 100;
	text-transform: uppercase;
	border: 0;
	opacity: .4;
	position: relative;
}

/* line 94, ../sass/partials/_nav.scss */

#nav-container .menu a:hover {
	color: #fff;
	background: transparent;
	opacity: 1;
	text-decoration: underline;
}

/* line 132, ../sass/partials/_nav.scss */

#nav-container .home #nav-container .main-nav li a:hover,
#nav-container .home #nav-container .main-nav .current_page_item a,
#nav-container .home #menu-panel .top-nav li a:hover,
#nav-container .news-title span,
#nav-container .page-title span,
#nav-container .page-title {
	color: #fff;
}

/* line 135, ../sass/partials/_nav.scss */

#nav-container .home #nav-container .main-nav li a:hover {
	color: #fff !important;
}

/* line 142, ../sass/partials/_nav.scss */

#nav-container .menu ul a:hover {
	color: #e4002a;
	background: transparent;
	opacity: 1;
}

/* line 152, ../sass/partials/_nav.scss */

#nav-container .menu .menu-item-has-children a:hover {
	border-color: transparent;
}

/* line 156, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	position: relative;
}

/* line 175, ../sass/partials/_nav.scss */

#nav-container .menu > li:last-child {
	padding-right: 0;
}

/* line 178, ../sass/partials/_nav.scss */

#nav-container .menu > li:before {
	right: 0;
	border-right: 1px solid #ccc;
}

/* line 182, ../sass/partials/_nav.scss */

#nav-container .menu > li:after {
	left: 0;
	border-left: 1px solid #fff;
}

/* line 186, ../sass/partials/_nav.scss */

#nav-container .menu > li:first-child:after {
	display: none;
}

/* line 189, ../sass/partials/_nav.scss */

#nav-container .menu > li:last-child:before {
	display: none;
}

/* line 195, ../sass/partials/_nav.scss */

#nav-container .menu li:hover {
	white-space: normal;
	z-index: 10000;
}

/* line 201, ../sass/partials/_nav.scss */

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* line 218, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu li.menu-item-has-children:after {
	content: "\f054";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	right: 5px;
	top: 7px;
	position: absolute;
	color: #e4002a;
}

/* line 233, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu .sub-menu .sub-menu:after {
	display: none;
}

/* line 239, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu:after {
	content: "";
	position: absolute;
	top: -9px;
	left: 17px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
}

/* line 261, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu ul.sub-menu {
	margin-top: 0;
	border-left: 1px solid #c5c5c5;
}

/* line 269, ../sass/partials/_nav.scss */

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

/* line 280, ../sass/partials/_nav.scss */

.menu li li {
	float: none;
}

/* line 284, ../sass/partials/_nav.scss */

.menu ul {
	left: 0;
	position: absolute;
	display: none;
	z-index: 10;
	background: #FFF;
}

/* line 293, ../sass/partials/_nav.scss */

.menu li:hover > ul {
	top: 100%;
	display: block;
}

/* line 298, ../sass/partials/_nav.scss */

.menu li li:hover > ul {
	left: 100%;
	top: 1px;
}

/* line 303, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
}

/* line 323, ../sass/partials/_nav.scss */

.menu,
.menu ul {
	min-height: 0;
}

/* line 328, ../sass/partials/_nav.scss */

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

/* line 334, ../sass/partials/_nav.scss */

.menu ul li a,
.menu li li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* line 337, ../sass/partials/_nav.scss */

.menu ul li a:hover,
.menu li li a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	background: #007de9;
}

/* line 345, ../sass/partials/_nav.scss */

.menu ul {
	margin-top: 1px;
	min-width: 20em;
	width: auto;
}

/* line 355, ../sass/partials/_nav.scss */

.menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	-webkit-filter: none;
	filter: none;
}

/* line 362, ../sass/partials/_nav.scss */

.menu li li {
	background-image: none;
	-webkit-filter: none;
	filter: none;
	width: auto;
}

/* line 389, ../sass/partials/_nav.scss */

.menu li li a:hover {
	background-image: none;
	border: none;
	-webkit-filter: none;
	filter: none;
}

/* line 396, ../sass/partials/_nav.scss */

.menu li li:hover {
	-webkit-filter: none;
	filter: none;
}

/* line 401, ../sass/partials/_nav.scss */

.menu ul > li + li {
	border-top: 0;
}

/* line 406, ../sass/partials/_nav.scss */

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

/* line 411, ../sass/partials/_nav.scss */

.menu > li:first-child > a {
	border-left: none;
}

/* line 414, ../sass/partials/_nav.scss */

.menu > li:last-child > a {
	border-left: none;
}

/*.js .main-nav .menu {*/

/*display: block;*/

/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */

/* line 434, ../sass/partials/_nav.scss */

.ie7 .menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

/* line 438, ../sass/partials/_nav.scss */

.ie7 .menu li li a {
	min-width: 100%;
}

/* line 636, ../sass/partials/_nav.scss */

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

/* line 641, ../sass/partials/_nav.scss */

.nav > li {
	position: relative;
	display: block;
	float: left;
}

/* line 646, ../sass/partials/_nav.scss */

.nav > li > a {
	position: relative;
	display: block;
	padding: 3px 6px;
	background: #aaa;
	color: #fff;
}

/* line 653, ../sass/partials/_nav.scss */

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #00549c;
}

/* line 658, ../sass/partials/_nav.scss */

.nav > li.disabled > a {
	color: #777777;
}

/* line 661, ../sass/partials/_nav.scss */

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

/* line 668, ../sass/partials/_nav.scss */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #428bca;
}

/* line 674, ../sass/partials/_nav.scss */

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

/* line 681, ../sass/partials/_nav.scss */

.nav-pills > li {
	float: left;
}

/* line 684, ../sass/partials/_nav.scss */

.nav-pills > li > a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 687, ../sass/partials/_nav.scss */

.nav-pills > li > a .triangle {
	margin-top: 5px;
}

/* line 691, ../sass/partials/_nav.scss */

.nav-pills > li + li {
	margin-left: 2px;
}

/* line 694, ../sass/partials/_nav.scss */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #00549c;
}

/* line 700, ../sass/partials/_nav.scss */

.tab-content > .tab-pane {
	display: none;
}

/* line 703, ../sass/partials/_nav.scss */

.tab-content > .active {
	display: block;
}

/* line 706, ../sass/partials/_nav.scss */

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

/* line 711, ../sass/partials/_nav.scss */

.nav:after {
	clear: both;
}

/* line 716, ../sass/partials/_nav.scss */

.sb-search-open .sb-icon-search:before {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
}

/* line 724, ../sass/partials/_nav.scss */

.main-nav {
	float: left;
}

/* line 725, ../sass/partials/_nav.scss */

#wprmenu_menu ul li a {
	font-size: 16px;
	font-family: 'serpntbi';
	text-transform: uppercase;
}

/* line 730, ../sass/partials/_nav.scss */

#wprmenu_menu.left,
#wprmenu_menu.right {
	top: 82px;
	position: fixed;
	z-index: 99999;
}

/* line 734, ../sass/partials/_nav.scss */

.menu_title {
	display: block;
	position: absolute;
	top: 8px;
	left: 20px;
	padding-top: 5px;
}

/* line 741, ../sass/partials/_nav.scss */

#wprmenu_menu .wprmenu_icon:before,
#wprmenu_bar [data-icon]:before {
	color: #ccc;
}

/* line 744, ../sass/partials/_nav.scss */

#wprmenu_bar {
	height: 84px !important;
}

/* line 752, ../sass/partials/_nav.scss */

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	border-left: none !important;
}

/* line 755, ../sass/partials/_nav.scss */

.wpr_search .wpr-search-field {
	background: #0a1741;
	border-color: #0a1741;
	outline: none;
	height: 50px;
}

/* line 762, ../sass/partials/_nav.scss */

#wprmenu_menu.wprmenu_levels ul li {
	border-top: none !important;
}

/* line 765, ../sass/partials/_nav.scss */

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	margin-left: 0;
	text-transform: uppercase;
}

/* line 769, ../sass/partials/_nav.scss */

#wprmenu_menu .wprmenu_icon_par {
	padding: 13px 0;
	left: 93%;
	right: 0;
}

/* line 770, ../sass/partials/_nav.scss */

#wprmenu_bar .wprmenu_icon {
	top: 20px;
}

/* line 773, ../sass/partials/_nav.scss */

#wprmenu_bar .bar_logo {
	height: auto;
	max-width: 85%;
}

/* line 780, ../sass/partials/_nav.scss */

#wprmenu_bar,
#wprmenu_bar *,
#wprmenu_menu { /*height: 70px;*/
	color: #fff;
	z-index: 9999;
}

/* line 785, ../sass/partials/_nav.scss */

#wprmenu_menu.wprmenu_levels ul li ul {
	background: #0a1741;
}

/* line 790, ../sass/partials/_nav.scss */

#wprmenu_bar div.hamburger {
	margin-top: 20px !important;
}

/* line 794, ../sass/partials/_nav.scss */

#mg-wprm-wrap.cbp-spmenu-left,
#mg-wprm-wrap.cbp-spmenu-right {
	top: 84px !important;
}

/* line 798, ../sass/partials/_nav.scss */

#wprmenu_menu ul.sub-menu a {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	padding: 10px 0;
	line-height: 15px;
	text-transform: none;
}

/* line 806, ../sass/partials/_nav.scss */

.wpr_search {
	padding: 0 !important;
}

/* line 808, ../sass/partials/_nav.scss */

#wprmenu_menu .wprmenu_icon:before {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
}

/* line 812, ../sass/partials/_nav.scss */

#wprmenu_menu .wprmenu_par_opened:before {
	content: "\f077";
	font: normal normal normal 14px/1 FontAwesome;
}

/* line 816, ../sass/partials/_nav.scss */

#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
	margin-left: 0;
}

/* line 819, ../sass/partials/_nav.scss */

#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
	margin-left: 45px;
}

/* line 822, ../sass/partials/_nav.scss */

#wprmenu_bar .bar_logo {
	border-right: 1px solid #c5c5c5;
}

/* line 1, ../sass/partials/_header.scss */

.top-header {
	background: #fff;
	height: auto;
}

/* line 26, ../sass/partials/_header.scss */

.header-spons {
	text-align: center;
}

/* line 36, ../sass/partials/_header.scss */

.header-spons ul {
	margin: 0;
}

/* line 64, ../sass/partials/_header.scss */

.header-spons li {
	text-align: center;
	height: 100%;
	list-style: none;
}

/* line 81, ../sass/partials/_header.scss */

.header-spons img {
	-webkit-transform: skew(32deg);
	-moz-transform: skew(32deg);
	-ms-transform: skew(32deg);
	-o-transform: skew(32deg);
	transform: skew(32deg);
}

/* line 106, ../sass/partials/_header.scss */

.top-logo {
	display: inline-block;
	float: left;
	margin-top: 11px;
}

/* line 111, ../sass/partials/_header.scss */

.logo-text {
	display: inline-block;
	margin-left: 15px;
	float: left;
}

/* line 114, ../sass/partials/_header.scss */

.logo-text .bold-text {
	font-family: 'serpntbi';
	color: #e4002a;
	text-transform: uppercase;
}

/* line 132, ../sass/partials/_header.scss */

.logo-text .small-text {
	font-family: 'serpntbi';
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
}

/* line 147, ../sass/partials/_header.scss */

.sub-logos {
	padding-top: 8px;
	display: inline-block;
}

/* line 149, ../sass/partials/_header.scss */

.sub-logos .header_right_logos,
.sub-logos .header-text {
	padding: 0;
}

/* line 152, ../sass/partials/_header.scss */

.sub-logos strong {
	font-family: 'Anton';
	color: #e4002a;
	font-weight: 100;
}

/* line 164, ../sass/partials/_header.scss */

.sub-logos p {
	padding-left: 12px;
}

/* line 175, ../sass/partials/_header.scss */

.top-club-logos {
	padding: 0;
	border-bottom: 2px solid #ccc;
}

/* line 182, ../sass/partials/_header.scss */

.top_logos {
	margin-bottom: 0;
	padding: 0;
}

/* line 186, ../sass/partials/_header.scss */

.top_logos li {
	list-style: none;
	display: inline-block;
}

/* line 187, ../sass/partials/_header.scss */

.top_logos li:first-child {
	padding-left: 0;
}

/* line 199, ../sass/partials/_header.scss */

.top_logos span {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

/* line 206, ../sass/partials/_header.scss */

#nav-container {
	width: 100%;
	z-index: 1000;
	float: none;
}

/* line 229, ../sass/partials/_header.scss */

#nav-container .top-logo {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1010;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* line 273, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 0%;
	right: 12%;
	background: none;
}

/* line 290, ../sass/partials/_header.scss */

.cbp-af-header-shrink .container {
	width: 100%;
	padding: 0;
}

/* line 301, ../sass/partials/_header.scss */

form#searchform {
	position: relative;
	width: 100%;
}

/* line 305, ../sass/partials/_header.scss */

.search-box {
	float: right;
	display: none;
}

/* line 320, ../sass/partials/_header.scss */

.search-box input[type="text"] {
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -1px;
	width: 100%;
	display: inline-block;
	height: 55px;
	line-height: 49px;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 74px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	outline: none;
}

/* line 341, ../sass/partials/_header.scss */

.search-box #searchsubmit {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	float: right;
	border: none;
	margin: 0;
	line-height: 36px;
	width: 40px;
	position: absolute;
	right: 10px;
	height: 40px;
	background: #e4002a;
	display: inline-block; /* box-shadow: inset 0 0 30px #D85119; */ /* text-transform: uppercase; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	top: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

/* line 372, ../sass/partials/_header.scss */

#header {
	position: absolute;
	top: 0;
}

/* line 376, ../sass/partials/_header.scss */

.league-menu {
	background: #004f92;
	float: none;
	display: block;
}

/* line 384, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink {
	margin-top: 0px;
}

/* line 422, ../sass/partials/_header.scss */

.header-text h1 {
	font-family: 'Jockey One', sans-serif;
	font-size: 60px;
	color: #fff;
	padding: 25px 0;
	padding-left: 20px;
	font-weight: 100;
	display: block;
	margin: 0;
	text-transform: uppercase;
}

/* line 449, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .top-logo img {
	background-color: #fff;
	height: 50px;
	width: 68px;
	left: 30px;
	padding: 0;
}

/* line 461, ../sass/partials/_header.scss */

.cbp-af-header-shrink .leaderboard-top-container {
	display: none;
}

/* line 467, ../sass/partials/_header.scss */

.leaderboard-top-container {
	width: 680px;
	float: left;
	display: block;
	height: 90px;
	margin-top: 20px;
}

/* line 489, ../sass/partials/_header.scss */

.sticky-logo {
	display: none;
}

/* line 505, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	display: block;
}

/* line 529, ../sass/partials/_header.scss */

.cbp-af-header-shrink .top-logo {
	display: none;
}

/* line 534, ../sass/partials/_header.scss */

ul.header_right_logos {
	text-align: center;
}

/* line 552, ../sass/partials/_header.scss */

.header_right_logos li {
	list-style: none;
	display: inline-block;
	padding: 14px 5px;
}

/* line 563, ../sass/partials/_header.scss */

.social-search {
	display: none;
	height: 45px;
	margin-top: 28px;
	float: right;
}

/* line 572, ../sass/partials/_header.scss */

.social-search .social-icon a {
	color: #fff;
	padding-right: 7px;
	font-size: 27px;
}

/* line 590, ../sass/partials/_header.scss */

.social-search .social-search-list {
	padding: 0;
	margin: 0;
	font-family: 'serpntbi';
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 28px;
}

/* line 611, ../sass/partials/_header.scss */

.social-search .social-search-list li {
	display: inline-block;
	float: left;
	margin-left: 11px;
	font-size: 35px;
}

/* line 624, ../sass/partials/_header.scss */

.social-search .social-search-list a {
	display: block;
	color: #e4002a;
	text-align: center;
}

/* line 637, ../sass/partials/_header.scss */

#search-form {
	display: none;
}

/* line 638, ../sass/partials/_header.scss */

.hockey-logo {
	float: left;
	display: block;
	margin-top: 8px;
	padding-top: 18px;
	padding-left: 25px;
}

/* line 654, ../sass/partials/_header.scss */

.cbp-af-header-shrink .hockey-logo {
	display: none;
}

/* line 657, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 2, ../sass/partials/_common-styles.scss */

.center {
	text-align: center;
}

/* line 5, ../sass/partials/_common-styles.scss */

.single-gallery-div {
	text-align: left;
	min-height: 273px;
	color: #0f235d;
	font-family: 'serpntbi';
}

/* line 10, ../sass/partials/_common-styles.scss */

.single-gallery-div a {
	color: #000066;
	font-family: 'Anton';
	text-transform: uppercase;
}

/* line 16, ../sass/partials/_common-styles.scss */

.home-more-news .heading {
	color: #012C54;
	margin-bottom: 10px;
	margin-bottom: 10px;
}

/* line 21, ../sass/partials/_common-styles.scss */

.navigation .fsp-arrows {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	padding: 0 5px;
	position: relative;
	top: -9px;
	text-transform: uppercase;
	font-size: 22px;
}

/* line 34, ../sass/partials/_common-styles.scss */

.navigation:before {
	content: "";
	width: 100%;
	height: 99px;
	background: url("../images/page-divider.jpg") no-repeat;
	right: 13px;
	position: absolute;
	background-position: center 0;
	display: inline-block;
}

/* line 44, ../sass/partials/_common-styles.scss */

.navigation a {
	color: #e4002a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 13px;
	width: 80%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* line 59, ../sass/partials/_common-styles.scss */

.md-text-right {
	text-align: right;
}

/* line 62, ../sass/partials/_common-styles.scss */

.archive-img {
	float: left;
	margin: 0 15px 15px 0;
	max-width: 155px;
	height: auto;
}

/* line 69, ../sass/partials/_common-styles.scss */

.single-title a {
	font-family: 'serpntbi';
	color: #0f235d;
}

/* line 75, ../sass/partials/_common-styles.scss */

.home-more-news {
	margin-top: 20px;
}

/* line 78, ../sass/partials/_common-styles.scss */

.home-more-news-box {
	display: inline-block;
	float: left;
	position: relative;
	width: 22.5%;
}

/* line 88, ../sass/partials/_common-styles.scss */

.read-more a {
	color: #e4002a;
	font-weight: bold;
}

/* line 93, ../sass/partials/_common-styles.scss */

.photo-title {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
}

/* line 98, ../sass/partials/_common-styles.scss */

.home-more-news-box:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 102, ../sass/partials/_common-styles.scss */

.home-more-news-box img {
	width: 100%;
}

/* line 105, ../sass/partials/_common-styles.scss */

.home-more-news-box h2 {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	background: rgba(24, 91, 159, 0.9);
	font-size: 18px;
	color: #fff;
	padding: 10px 5px;
}

/* line 119, ../sass/partials/_common-styles.scss */

h2.heading {
	text-transform: uppercase;
}

/* line 123, ../sass/partials/_common-styles.scss */

.addthis_toolbox.addthis_default_style {
	margin: 15px 15px 15px 0;
}

/* line 126, ../sass/partials/_common-styles.scss */

.photo-count {
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans',sans-serif;
}

/* line 134, ../sass/partials/_common-styles.scss */

.status {
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans',sans-serif;
}

/* line 141, ../sass/partials/_common-styles.scss */

.previous .fa,
.next .fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 34px;
	font-size: 25px;
	color: #cacaca;
	width: 7%;
}

/* line 155, ../sass/partials/_common-styles.scss */

.panel-light h1 {
	text-transform: uppercase;
}

/* line 162, ../sass/partials/_common-styles.scss */

.panel-light h1 a {
	color: #00549c;
}

/* line 168, ../sass/partials/_common-styles.scss */

h1 {
	text-transform: uppercase;
}

/* line 186, ../sass/partials/_common-styles.scss */

.home-panel {
	position: relative;
}

/* line 189, ../sass/partials/_common-styles.scss */

.panel-content {
	position: relative;
	padding: 30px 0 30px;
}

/* line 197, ../sass/partials/_common-styles.scss */

.ad-banners {
	padding: 30px 0;
}

/* line 198, ../sass/partials/_common-styles.scss */

.ad-banners .arrow {
	padding-top: 5px;
}

/* line 219, ../sass/partials/_common-styles.scss */

.ad-banners img {
	position: relative;
}

/* line 223, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	position: absolute;
	top: 31%;
	left: 13%;
	color: #fff;
	font-size: 30px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	width: 75%;
}

/* line 252, ../sass/partials/_common-styles.scss */

#content-wrap {
	min-height: 500px;
}

/* line 255, ../sass/partials/_common-styles.scss */

#mfcplay {
	margin: 50px 0 50px 0;
	border: none;
	padding: 0;
	width: 100%;
	height: 880px;
}

/* line 262, ../sass/partials/_common-styles.scss */

.panel-no-arrrow div#scroll {
	display: none;
}

/* line 263, ../sass/partials/_common-styles.scss */

.panel-dark .fa-chevron-down {
	color: #fff;
	background: #fff;
}

/* line 267, ../sass/partials/_common-styles.scss */

.panel-light .fa-chevron-down {
	color: #000;
	background: #fff;
}

/* line 271, ../sass/partials/_common-styles.scss */

div#scroll {
	bottom: 23px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	z-index: 99;
	text-align: center;
	width: 100%;
}

/* line 275, ../sass/partials/_common-styles.scss */

div#scroll .fa-chevron-down {
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}

/* line 285, ../sass/partials/_common-styles.scss */

div#scroll .fa-chevron-down:before {
	position: absolute;
	top: 16%;
	left: 0;
	right: 0;
	color: #e4002a;
	border-bottom: 3px solid #fff;
}

/* line 302, ../sass/partials/_common-styles.scss */

#content .container,
#content-wrap .container {
	background: #fff;
}

/* line 305, ../sass/partials/_common-styles.scss */

.news-archive img {
	float: left;
	margin: 0 15px 15px 0;
	height: auto;
}

/* line 311, ../sass/partials/_common-styles.scss */

.pagination1 a:first-child {
	font-weight: bold;
	float: left;
}

/* line 315, ../sass/partials/_common-styles.scss */

.pagination1 a {
	font-weight: bold;
	float: right;
}

/* line 319, ../sass/partials/_common-styles.scss */

.post-content p {
	margin: 15px 15px 15px 0;
	letter-spacing: 0px;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	font-family: 'Open Sans',sans-serif;
}

/* line 328, ../sass/partials/_common-styles.scss */

.post-content strong {
	color: #000066;
	font-size: 14px;
	text-shadow: none;
	letter-spacing: 0px;
}

/* line 336, ../sass/partials/_common-styles.scss */

#main-content h1,
#hero h1,
#content-wrap h1 {
	font-family: 'serpntbi';
	color: #0f235d;
	text-transform: none;
	margin: 12px 15px 15px 0;
	text-transform: uppercase;
}

/* line 345, ../sass/partials/_common-styles.scss */

.gallery-title-inner {
	color: #0f235d;
	text-align: center;
	font-family: 'serpntbi';
	font-size: 17px;
	padding: 15px 0;
	text-transform: none;
}

/* line 353, ../sass/partials/_common-styles.scss */

.gallery-title {
	color: #fff;
	text-align: center;
	font-family: 'serpntbi';
	font-size: 17px;
	text-transform: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #e4002a;
	z-index: 99;
	width: 221px;
	margin: 0 auto;
}

/* line 379, ../sass/partials/_common-styles.scss */

.gallery-title h1 {
	color: #fff;
}

/* line 383, ../sass/partials/_common-styles.scss */

.page-title {
	border-bottom: 2px solid #eee;
	margin-left: 15px !important;
}

/* line 387, ../sass/partials/_common-styles.scss */

.navigation.row {
	padding-bottom: 15px;
}

/* line 392, ../sass/partials/_common-styles.scss */

.news-archive .front-more-news {
	padding-top: 15px;
}

/* line 407, ../sass/partials/_common-styles.scss */

.wp-pagenavi span.current {
	color: #e4002a !important;
}

/* line 410, ../sass/partials/_common-styles.scss */

.col-1 {
	padding-top: 23px;
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
}

/* line 422, ../sass/partials/_common-styles.scss */

.banner-bg {
	background-repeat: no-repeat;
	height: 760px;
	width: 100%;
}

/* line 428, ../sass/partials/_common-styles.scss */

.breadcrumb-list {
	margin: 25px 0px 15px 0;
	text-align: right;
}

/* line 429, ../sass/partials/_common-styles.scss */

.breadcrumb-list a {
	color: #0f235d;
	font-size: 12px;
	font-weight: 500;
}

/* line 434, ../sass/partials/_common-styles.scss */

.breadcrumb-list .breadcrumb-current {
	font-weight: bold;
	font-size: 12px;
}

/* line 449, ../sass/partials/_common-styles.scss */

.page-template-about .news-box h4 {
	font-family: 'serpntbi';
	color: #0f235d;
	font-size: 20px;
	padding: 15px 0 7px 0;
	font-weight: 100;
	text-transform: uppercase;
}

/* line 456, ../sass/partials/_common-styles.scss */

.page-template-about .news-box h4:hover {
	color: #e4002a;
}

/* line 460, ../sass/partials/_common-styles.scss */

.headering-top {
	overflow: hidden;
}

/* line 466, ../sass/partials/_common-styles.scss */

.headering-top:after {
	content: "";
	width: 100%;
	height: 99px;
	background: url("../images/page-divider.jpg") no-repeat;
	right: 1px;
	position: absolute;
	background-position: center 72px;
	display: inline-block;
}

/* line 506, ../sass/partials/_common-styles.scss */

.pagination {
	display: inline-block;
	padding-bottom: 15px;
	width: 100%;
	padding-top: 10px;
	background: url("../images/page-divider.jpg") no-repeat;
}

/* line 512, ../sass/partials/_common-styles.scss */

.pagination .wp-pagenavi {
	padding: 8px 0;
}

/* line 515, ../sass/partials/_common-styles.scss */

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
	border-right: 1px solid #BFBFBF !important;
	border: none;
	color: #000;
	font-weight: 600;
	font-size: 12px;
	padding: 0 6px;
}

/* line 522, ../sass/partials/_common-styles.scss */

.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span:hover {
	color: #0f235d;
}

/* line 528, ../sass/partials/_common-styles.scss */

#banner-panel .ad-banners {
	padding: 0px;
}

/* line 534, ../sass/partials/_common-styles.scss */

.more-link a {
	color: #0f235d;
	font-weight: bold;
	text-transform: uppercase;
}

/* line 539, ../sass/partials/_common-styles.scss */

.more-link {
	padding: 4px 0 10px;
}

/* line 542, ../sass/partials/_common-styles.scss */

.rel-article-content {
	color: #000;
	font-size: 13px;
	line-height: 19px;
	font-family: 'Open Sans',sans-serif;
}

/* line 549, ../sass/partials/_common-styles.scss */

.social-media h1 {
	color: #fff;
	text-align: center;
	font-family: 'serpntbi';
}

/* line 554, ../sass/partials/_common-styles.scss */

.social-media .big-title {
	color: #e4002a;
	text-align: center;
	font-family: 'serpntbi';
	font-size: 40px;
	padding-top: 5px;
}

/* line 562, ../sass/partials/_common-styles.scss */

.social-media .sfeed {
	padding-top: 32px;
	display: inline-block;
}

/* line 566, ../sass/partials/_common-styles.scss */

.social-media .juicer-feed .j-paginate {
	display: none;
}

/* line 571, ../sass/partials/_common-styles.scss */

.staff-name {
	display: inline-block;
	font-family: 'serpntbi';
	font-size: 16px;
	color: #0f245d;
	padding-top: 10px;
}

/* line 582, ../sass/partials/_common-styles.scss */

.staff-pos {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	padding-top: 3px;
}

/* line 592, ../sass/partials/_common-styles.scss */

.staff-emailtitle {
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
}

/* line 602, ../sass/partials/_common-styles.scss */

.staff-email {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* line 620, ../sass/partials/_common-styles.scss */

.contact-details {
	color: #000;
	padding-top: 20px;
}

/* line 623, ../sass/partials/_common-styles.scss */

.contact-details strong {
	font-size: 15px;
}

/* line 626, ../sass/partials/_common-styles.scss */

.contact-details p {
	font-size: 12px;
}

/* line 638, ../sass/partials/_common-styles.scss */

.parent-side {
	padding: 0;
}

/* line 640, ../sass/partials/_common-styles.scss */

.parent-side li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 3px;
}

/* line 645, ../sass/partials/_common-styles.scss */

.parent-side li:last-child {
	border: none;
}

/* line 649, ../sass/partials/_common-styles.scss */

.parent-side li.current_page_item > a {
	color: #e4002a;
}

/* line 652, ../sass/partials/_common-styles.scss */

.parent-side li.current_page_item:before {
	content: "\f0d9";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	padding-right: 5px;
	color: #e4002a;
}

/* line 659, ../sass/partials/_common-styles.scss */

.parent-side li a {
	font-weight: 800;
	color: #0f235d;
}

/* line 664, ../sass/partials/_common-styles.scss */

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

/* line 670, ../sass/partials/_common-styles.scss */

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* line 677, ../sass/partials/_common-styles.scss */

.contactus {
	display: inline-block;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 28px;
	padding: 0 12px;
}

/* line 686, ../sass/partials/_common-styles.scss */

.contactus h3 {
	text-align: center;
	padding: 5px 0;
}

/* line 688, ../sass/partials/_common-styles.scss */

.contactus input {
	background: #eee;
	min-height: 40px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	padding: 0 8px;
	color: #000;
	font-weight: 100;
	outline: none;
}

/* line 700, ../sass/partials/_common-styles.scss */

.contactus textarea {
	outline: none;
	background: #eee;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 8px;
	width: 100%;
}

/* line 708, ../sass/partials/_common-styles.scss */

.contactus input[type="submit"] {
	background: #e4002a;
	border: none;
	width: 100%;
	color: #fff;
	font-family: 'serpntbi';
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* line 720, ../sass/partials/_common-styles.scss */

.rtbs .rtbs_menu li a.active {
	color: #0f245d !important;
	border: 1px solid #0f245d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	font-weight: 600;
}

/* line 729, ../sass/partials/_common-styles.scss */

.rtbs .rtbs_menu li a {
	border-bottom: 1px solid #0f245d;
}

/* line 732, ../sass/partials/_common-styles.scss */

.rtbs .rtbs_menu li a {
	color: #999 !important;
	font-weight: 600;
	padding: 9px 13px !important;
}

/* line 737, ../sass/partials/_common-styles.scss */

.rtbs > .rtbs_content {
	border-top: none !important;
}

/* line 740, ../sass/partials/_common-styles.scss */

.rtbs > .rtbs_content {
	background: transparent !important;
}

/* line 743, ../sass/partials/_common-styles.scss */

.rtbs_full .rtbs_menu ul li {
	background: #0f245d !important;
}

/* line 758, ../sass/partials/_common-styles.scss */

.title-logo {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

/* line 764, ../sass/partials/_common-styles.scss */

#category-select {
	z-index: 9999;
	position: absolute;
	display: inline-block;
	padding-left: 10px;
	top: 10px;
}

/* line 771, ../sass/partials/_common-styles.scss */

#category-select select {
	height: 47px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Open Sans',sans-serif;
	background: #eee;
	color: #0f245d;
	border: none;
	height: 47px;
	padding-top: 23px;
	outline: none;
	font-weight: 600;
}

/* line 790, ../sass/partials/_common-styles.scss */

.headering-top-archive {
	overflow: hidden;
}

/* line 795, ../sass/partials/_common-styles.scss */

.headering-top-archive:after {
	content: "";
	width: 100%;
	height: 99px;
	background: url("../images/page-divider.jpg") no-repeat;
	right: 1px;
	position: absolute;
	background-position: center 72px;
	display: inline-block;
}

/* line 830, ../sass/partials/_common-styles.scss */

#tribe-events-content .tribe-events-calendar td:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #e4002a !important;
	outline: none;
}

/* line 835, ../sass/partials/_common-styles.scss */

.tribe-events-nav-next a,
.tribe-events-nav-previous a {
	font-family: 'serpntbi';
	color: #e4002a;
}

/* line 840, ../sass/partials/_common-styles.scss */

.tribe-events-month-event-title a,
.tribe-events-filter-view .tribe-events-page-title {
	color: #e4002a;
}

/* line 843, ../sass/partials/_common-styles.scss */

.tribe-events-filters-horizontal #tribe_events_filters_form {
	clear: initial;
}

/* line 846, ../sass/partials/_common-styles.scss */

#tribe-events-bar {
	margin-bottom: 20px;
}

/* line 850, ../sass/partials/_common-styles.scss */

#tribe_events_filters_wrapper h3,
#tribe_events_filters_wrapper a {
	color: #fff;
}

/* line 853, ../sass/partials/_common-styles.scss */

#tribe_events_filters_wrapper {
	background: #0f245d !important;
	border-top: 2px solid #fff !important;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* line 858, ../sass/partials/_common-styles.scss */

.tribe-events-filters-content {
	background: #0f245d !important;
	border: none !important;
}

/* line 862, ../sass/partials/_common-styles.scss */

#tribe-bar-form {
	background: #0f235d;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

/* line 867, ../sass/partials/_common-styles.scss */

#tribe-bar-form input[type=text] {
	border-bottom: 1px dashed #fff;
	color: #fff;
}

/* line 871, ../sass/partials/_common-styles.scss */

#tribe-bar-form input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

/* line 875, ../sass/partials/_common-styles.scss */

.tribe-bar-views-inner {
	background: #e4002a;
	color: #fff;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

/* line 880, ../sass/partials/_common-styles.scss */

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	color: #fff;
	background: #e4002a;
	font-weight: 700;
}

/* line 885, ../sass/partials/_common-styles.scss */

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
	background: #e4002a;
}

/* line 888, ../sass/partials/_common-styles.scss */

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
	background: #0f245d;
}

/* line 891, ../sass/partials/_common-styles.scss */

#tribe-events-content .tribe-events-tooltip h4 {
	color: #000;
}

/* line 896, ../sass/partials/_common-styles.scss */

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
	padding-top: 0;
	margin-top: 0;
}

/* line 901, ../sass/partials/_common-styles.scss */

#tribe-events-content .tribe-events-calendar td:hover .tribe-events-month-event-title a {
	color: #fff;
}

/* line 907, ../sass/partials/_common-styles.scss */

.tribe-events-calendar thead th {
	background-color: #e4002a;
	border-left: 1px solid #e4002a;
	border-right: 1px solid #e4002a;
}

/* line 912, ../sass/partials/_common-styles.scss */

.events-list .tribe-events-loop {
	max-width: 100%;
}

/* line 915, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

/* line 1033, ../sass/partials/_common-styles.scss */

#tribe-bar-collapse-toggle {
	background: #0e265d;
	color: #fff;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

/* line 1038, ../sass/partials/_common-styles.scss */

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
	background: #0e265d !important;
}

/* line 1041, ../sass/partials/_common-styles.scss */

.tribe-events-list .tribe-events-event-image + div.tribe-events-content,
.tribe-events-list .tribe-events-loop .tribe-events-content {
	display: none;
}

/* line 1046, ../sass/partials/_common-styles.scss */

.tribe-events-event-categories a,
.tribe-venue a {
	color: #000;
}

/* line 1049, ../sass/partials/_common-styles.scss */

.tribe-events-event-url a {
	color: #000;
	text-decoration: underline !important;
}

/* line 1053, ../sass/partials/_common-styles.scss */

#tribe-events .tribe-events-button:hover {
	background-color: #fb0b37;
}

/* line 1056, ../sass/partials/_common-styles.scss */

#tribe-events .tribe-events-content p {
	color: #000;
	font-size: 13px;
	font-weight: 300;
}

/* line 1061, ../sass/partials/_common-styles.scss */

.tribe-events-list-event-title a {
	color: #000;
	text-transform: none;
	font-size: 15px;
	font-weight: 600;
}

/* line 1067, ../sass/partials/_common-styles.scss */

.tribe-events-list-separator-month span,
.tribe-events-list h2.tribe-events-page-title {
	color: #e4002a;
	font-family: 'serpntbi';
}

/* line 1071, ../sass/partials/_common-styles.scss */

#tribe-events .tribe-events-button {
	background-color: #e4002a;
}

/* line 1075, ../sass/partials/_common-styles.scss */

.single-tribe_events .tribe-events-event-meta {
	margin: 0;
}

/* line 1078, ../sass/partials/_common-styles.scss */

.tribe-events-meta-group-venue h3 {
	margin: 0 !important;
}

/* line 1081, ../sass/partials/_common-styles.scss */

.tribe-events-meta-group-details h3 {
	font-family: 'serpntbi';
	color: #e4002a;
	margin-top: 0 !important;
	font-size: 22px !important;
	text-transform: uppercase;
}

/* line 1088, ../sass/partials/_common-styles.scss */

.event-right {
	padding: 0;
}

/* line 1091, ../sass/partials/_common-styles.scss */

.single-tribe_events .tribe-events-event-meta {
	background: none;
	border: none;
	color: #000;
}

/* line 1096, ../sass/partials/_common-styles.scss */

.singleevent-title {
	color: #e4002a;
}

/* line 1099, ../sass/partials/_common-styles.scss */

a.buy-tickets:hover {
	background-color: #fb0b37;
}

/* line 1102, ../sass/partials/_common-styles.scss */

a.buy-tickets {
	background: #e4002a;
	padding: 15px 15px;
	color: #fff;
	font-family: 'serpntbi';
	float: none;
	text-transform: uppercase;
	display: inline-block;
}

/* line 1111, ../sass/partials/_common-styles.scss */

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
	width: 100%;
	margin-bottom: 0;
}

/* line 1115, ../sass/partials/_common-styles.scss */

.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
	font-style: normal;
}

/* line 1118, ../sass/partials/_common-styles.scss */

.tribe-events-meta-group-details dd {
	margin-bottom: 15px !important;
}

/* line 1121, ../sass/partials/_common-styles.scss */

#tribe-events .tribe-events-button,
.tribe-events-button {
	font-size: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: bold;
}

/* line 1126, ../sass/partials/_common-styles.scss */

.tribe-events-back a {
	display: none;
}

/* line 1134, ../sass/partials/_common-styles.scss */

.tribe-bar-views-list span.tribe-icon-list {
	background: url("../images/icon-list.png") no-repeat;
}

/* line 1137, ../sass/partials/_common-styles.scss */

.tribe-bar-views-list span.tribe-icon-month {
	background: url("../images/icon-month.png") no-repeat;
}

/* line 1140, ../sass/partials/_common-styles.scss */

.apsc-icons-wrapper.clearfix.apsc-theme-1 {
	float: right;
	margin-top: -34px;
}

/* line 1153, ../sass/partials/_common-styles.scss */

.apsc-each-profile a {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* line 1157, ../sass/partials/_common-styles.scss */

.social-media .juicer-feed.modern li.feed-item {
	height: 450px;
	overflow: scroll;
}

/* line 11, ../sass/partials/_slick.scss */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/partials/_slick.scss */

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

/* line 34, ../sass/partials/_slick.scss */

.slick-list:focus {
	outline: none;
}

/* line 39, ../sass/partials/_slick.scss */

.slick-loading .slick-list {
	background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* line 43, ../sass/partials/_slick.scss */

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

/* line 48, ../sass/partials/_slick.scss */

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* line 56, ../sass/partials/_slick.scss */

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

/* line 61, ../sass/partials/_slick.scss */

.slick-track:before {
	content: "";
	display: table;
}

/* line 65, ../sass/partials/_slick.scss */

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

/* line 72, ../sass/partials/_slick.scss */

.slick-loading .slick-track {
	visibility: hidden;
}

/* line 76, ../sass/partials/_slick.scss */

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

/* line 83, ../sass/partials/_slick.scss */

[dir="rtl"] .slick-slide {
	float: right;
}

/* line 89, ../sass/partials/_slick.scss */

.slick-slide.slick-loading img {
	display: none;
}

/* line 92, ../sass/partials/_slick.scss */

.slick-slide.dragging img {
	pointer-events: none;
}

/* line 97, ../sass/partials/_slick.scss */

.slick-initialized .slick-slide {
	display: block;
}

/* line 101, ../sass/partials/_slick.scss */

.slick-loading .slick-slide {
	visibility: hidden;
}

/* line 105, ../sass/partials/_slick.scss */

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

/* line 1, ../sass/partials/_slider.scss */

.slick-slider-container {
	overflow-y: hidden;
	position: relative;
	max-width: 1155px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

/* line 21, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider {
	position: relative;
}

/* line 24, ../sass/partials/_slider.scss */

.slick-slider-container .slider-nav-container {
	position: absolute;
	right: 50%;
}

/* line 29, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider .mv-slide {
	position: relative;
	background: #000;
	border: 1px solid #fff;
}

/* line 34, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption {
	width: 100%;
	left: 0;
	background: rgba(15, 35, 93, 0.8);
	position: absolute;
	bottom: 0;
}

/* line 41, ../sass/partials/_slider.scss */

.slick-initialized .slick-slide {
	display: block;
}

/* line 44, ../sass/partials/_slider.scss */

.slider-date {
	font-weight: 500;
	padding: 5px 1px 0;
}

/* line 48, ../sass/partials/_slider.scss */

.slick-slider-container .slick-list {
	padding: 0 !important;
}

/* line 51, ../sass/partials/_slider.scss */

.slick-slider-container .social-search-list {
	padding: 0;
	margin: 0;
}

/* line 55, ../sass/partials/_slider.scss */

.slick-slider-container .social-search-list li {
	display: inline-block;
	float: left;
	margin-left: 5px;
}

/* line 61, ../sass/partials/_slider.scss */

.slick-slider-container .social-search-list a {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	padding: 0 5px;
}

/* line 78, ../sass/partials/_slider.scss */

.slider-full-story {
	background: #1871c1;
	background: -moz-linear-gradient(top, #1871c1 0%, #00509f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1871c1), color-stop(100%, #00509f));
	background: -webkit-linear-gradient(top, #1871c1 0%, #00509f 100%);
	background: -o-linear-gradient(top, #1871c1 0%, #00509f 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#1871c1), to(#00509f));
	background: linear-gradient(to bottom, #1871c1 0%, #00509f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1871c1', endColorstr='#00509f',GradientType=0 );
	width: 90%;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	font-size: 15px;
	margin-top: 5px;
}

/* line 97, ../sass/partials/_slider.scss */

.slider-full-story:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* line 105, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-arrow {
	display: block;
	position: absolute;
	bottom: -30px;
	width: 30px;
	height: 30px;
	background: #185B9F;
	cursor: pointer;
	z-index: 1000;
}

/* line 115, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-arrow:after {
	content: 'R';
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	display: block;
}

/* line 130, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption h2 span {
	color: #fff;
	padding: 10px 20px 10px 20px;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%;
	font-family: 'serpntbi';
	text-transform: none;
}

/* line 144, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-wrapper {
	position: relative;
	color: #000;
	width: 100%;
}

/* line 150, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-date,
.slick-slider-container .mv-slider li .slider-caption-bg {
	float: left;
	display: inline-block;
}

/* line 154, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide a {
	background: #185b9f;
	display: block;
	cursor: pointer;
	position: relative;
}

/* line 160, ../sass/partials/_slider.scss */

.mv-slider-nav .slick-slide.slick-current {
	background: #e4002a;
	position: relative;
}

/* line 165, ../sass/partials/_slider.scss */

.mv-slider-nav .slick-slide.slick-current img.post-image1 {
	border: 1px solid #fff;
}

/* line 168, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide.slick-current h2 {
	color: #fff;
}

/* line 171, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-bg p {
	padding: 5px 20px 10px;
	font-weight: 300;
	color: #fff;
}

/* line 176, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image {
	float: left;
}

/* line 179, ../sass/partials/_slider.scss */

.slick-slide img {
	display: block;
	float: initial;
	max-width: 100%;
	margin: 0 auto;
}

/* line 185, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption h2 {
	margin-bottom: 0;
}

/* line 188, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide h2 {
	color: #0f245d;
	top: 50%;
	padding: 8px 1px 4px 11px;
	cursor: pointer;
	text-transform: none;
	font-family: 'Open Sans',sans-serif;
	font-weight: 800;
}

/* line 201, ../sass/partials/_slider.scss */

.slick-slider-container .slick-prev,
.slick-slider-container .slick-next {
	position: absolute;
	bottom: 0;
	background: #e4002a;
	border: none;
	font-size: 0;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 999;
}

/* line 215, ../sass/partials/_slider.scss */

.slider-nav-container .mv-slide.slick-slide.slick-current.slick-active:before,
.slider-nav-container .mv-slide.slick-slide.slick-current.slick-active:after {
	right: 100%;
	top: 50%;
	content: " ";
	height: 0px;
	width: 0px;
	position: absolute;
	pointer-events: none;
	border-width: initial;
	border-style: solid;
	border-color: transparent;
	-webkit-border-image: initial;
	-moz-border-image: initial;
	-o-border-image: initial;
	border-image: initial;
}

/* line 229, ../sass/partials/_slider.scss */

.slider-nav-container .mv-slide.slick-slide.slick-current.slick-active:before {
	margin-top: -20px;
	border-color: rgba(194, 225, 245, 0) #e4002a rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
	border-width: 20px;
}

/* line 234, ../sass/partials/_slider.scss */

.slider-nav-container .mv-slide.slick-slide.slick-current.slick-active:after {
	margin-top: -14px;
	border-color: rgba(136, 183, 213, 0) #e4002a rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
	border-width: 14px;
}

/* line 312, ../sass/partials/_slider.scss */

.slick-slider-container .slick-next:before {
	content: "\f138";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	font-size: 30px;
}

/* line 342, ../sass/partials/_slider.scss */

.slick-slider-container .slick-prev:before {
	content: "\f137";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	font-size: 30px;
}

/* line 353, ../sass/partials/_slider.scss */

.slider-caption-date {
	width: 25%;
	display: inline;
	float: left;
}

/* line 359, ../sass/partials/_slider.scss */

.slider-date {
	color: #000;
	width: 100%;
	text-align: center;
}

/* line 365, ../sass/partials/_slider.scss */

.slider-caption-bg {
	display: inline;
	float: left;
}

/* line 370, ../sass/partials/_slider.scss */

.mv-slider-nav .slick-slide {
	display: block;
	background-color: #fff;
	cursor: pointer;
	padding: 10px;
	outline: none;
}

/* line 378, ../sass/partials/_slider.scss */

.stw {
	margin: 5px 0px;
	display: inline-block;
	border: 2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 4px -2px #FFF;
	-moz-box-shadow: 0px 1px 4px -2px #FFF;
	box-shadow: 0px 1px 4px -2px #FFF;
	background: #212123;
	line-height: 24px;
	background: -moz-linear-gradient(top, #212123 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212123), color-stop(100%, #333333));
	background: -webkit-linear-gradient(top, #212123 0%, #333333 100%);
	background: -o-linear-gradient(top, #212123 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#212123), to(#333333));
	background: linear-gradient(to bottom, #212123 0%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212123', endColorstr='#333333',GradientType=0 );
}

/* line 393, ../sass/partials/_slider.scss */

.stw:hover {
	text-decoration: none;
}

/* line 396, ../sass/partials/_slider.scss */

.stw:before {
	content: "\e803";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	margin: 3px 7px 0px;
	display: block;
}

/* line 408, ../sass/partials/_slider.scss */

.sgl {
	margin: 5px 0px;
	display: inline-block;
	border: 2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 4px -2px #FFF;
	-moz-box-shadow: 0px 1px 4px -2px #FFF;
	box-shadow: 0px 1px 4px -2px #FFF;
	background: #212123;
	line-height: 24px;
	background: -moz-linear-gradient(top, #212123 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212123), color-stop(100%, #333333));
	background: -webkit-linear-gradient(top, #212123 0%, #333333 100%);
	background: -o-linear-gradient(top, #212123 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#212123), to(#333333));
	background: linear-gradient(to bottom, #212123 0%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212123', endColorstr='#333333',GradientType=0 );
}

/* line 423, ../sass/partials/_slider.scss */

.sgl:hover {
	text-decoration: none;
}

/* line 426, ../sass/partials/_slider.scss */

.sgl:before {
	content: "\e804";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	margin: 3px 8px 0px;
	display: block;
}

/* line 438, ../sass/partials/_slider.scss */

.sfb {
	margin: 5px 0px;
	display: inline-block;
	border: 2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 4px -2px #FFF;
	-moz-box-shadow: 0px 1px 4px -2px #FFF;
	box-shadow: 0px 1px 4px -2px #FFF;
	background: #212123;
	line-height: 24px;
	background: -moz-linear-gradient(top, #212123 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212123), color-stop(100%, #333333));
	background: -webkit-linear-gradient(top, #212123 0%, #333333 100%);
	background: -o-linear-gradient(top, #212123 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#212123), to(#333333));
	background: linear-gradient(to bottom, #212123 0%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212123', endColorstr='#333333',GradientType=0 );
}

/* line 453, ../sass/partials/_slider.scss */

.sfb:hover {
	text-decoration: none;
}

/* line 456, ../sass/partials/_slider.scss */

.sfb:before {
	content: "\e805";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	margin: 3px 10px 0px;
	display: block;
}

/* line 467, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image1 {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 auto;
}

/* line 473, ../sass/partials/_slider.scss */

.slide-thumb-content {
	display: inline;
	float: left;
	width: 100%;
	height: 100%;
}

/* line 727, ../sass/partials/_slider.scss */

.slick-slider-container .slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	padding: 5px 0;
	width: 165px;
	background: #fff;
	margin: 0 auto;
}

/* line 749, ../sass/partials/_slider.scss */

.slick-slider-container .slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #fff;
	margin: 5px 3px;
	padding: 7px;
	background: #0f235d;
}

/* line 761, ../sass/partials/_slider.scss */

.slick-slider-container .slick-dots li button {
	display: none;
}

/* line 764, ../sass/partials/_slider.scss */

.slick-slider-container .slick-dots .slick-active {
	background: #e4002a;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: none;
}

/* line 3, ../sass/partials/_banner.scss */

.home-sidebar h1 {
	color: #fff;
}

/* line 18, ../sass/partials/_banner.scss */

.fixture h1 {
	color: #fff;
	text-align: center;
}

/* line 23, ../sass/partials/_banner.scss */

.news-sidebar {
	background: #fff;
	padding: 3px 3px;
}

/* line 33, ../sass/partials/_banner.scss */

.news-sidebar .view-more {
	text-align: center;
	text-transform: uppercase;
	background: #e4002a;
	clear: both;
	font-family: 'Anton';
	padding: 7px 0;
}

/* line 40, ../sass/partials/_banner.scss */

.news-sidebar .view-more a {
	color: #fff;
	font-family: 'Anton';
}

/* line 45, ../sass/partials/_banner.scss */

.news-sidebar .feature-img {
	padding: 0px 10px;
}

/* line 47, ../sass/partials/_banner.scss */

.news-sidebar .feature-img img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* line 51, ../sass/partials/_banner.scss */

.news-sidebar .read-more {
	padding: 0;
}

/* line 53, ../sass/partials/_banner.scss */

.news-sidebar .read-more a {
	color: #e4002a;
}

/* line 57, ../sass/partials/_banner.scss */

.news-sidebar .news-content {
	padding: 0 2px;
}

/* line 59, ../sass/partials/_banner.scss */

.news-sidebar .news-content h4 {
	color: #e4002a;
	text-transform: uppercase;
	font-family: 'Anton';
	margin: 0;
}

/* line 74, ../sass/partials/_banner.scss */

.news-sidebar .news-border {
	border-bottom: 1px solid #c5c5c5;
	padding: 8px 0;
	min-height: 82px;
}

/* line 78, ../sass/partials/_banner.scss */

.news-sidebar .news-border:last-child {
	border: none;
}

/* line 83, ../sass/partials/_banner.scss */

.news-sidebar .rel-article-time {
	font-family: Roboto-Regular;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
}

/* line 91, ../sass/partials/_banner.scss */

.ad-banners .promo-logo {
	position: absolute;
	top: 37%;
	left: 0;
	right: 0;
	text-align: center;
}

/* line 98, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding-bottom: 15px;
}

/* line 107, ../sass/partials/_banner.scss */

.ad-banners .banner-images .img-border {
	border: 4px solid #fff;
}

/* line 111, ../sass/partials/_banner.scss */

.ad-banners .promo-arrow {
	position: absolute;
	top: 61%;
	left: 50%;
	font-family: 'Anton';
	color: #fff;
	font-size: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	padding: 14px;
	z-index: 999;
}

/* line 128, ../sass/partials/_banner.scss */

.ad-banners .promo-arrow a {
	color: #fff;
}

/* line 132, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	position: absolute;
	top: 45%;
	left: 50%;
	font-family: 'Anton';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #000066;
	text-shadow: 1px 3px 13px #000;
	-ms-transform: translate(-50%, -50%) rotate(-7deg);
	-webkit-transform: translate(-50%, -50%) rotate(-7deg);
	-moz-transform: translate(-50%, -50%) rotate(-7deg);
	-o-transform: translate(-50%, -50%) rotate(-7deg);
	transform: translate(-50%, -50%) rotate(-7deg);
	opacity: 1;
	padding: 12px;
	z-index: 999;
}

/* line 159, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #000066;
	vertical-align: middle;
	font-family: 'Anton';
	color: #fff;
}

/* line 185, ../sass/partials/_banner.scss */

.ad-banners .promo-image {
	width: 100%;
	height: 0;
	padding-top: 77.64%;
	position: relative;
}

/* line 195, ../sass/partials/_banner.scss */

.ad-banners .promo-image:after {
	content: '';
	background: -moz-linear-gradient(top, rgba(0, 0, 102, 0.06) 0%, rgba(0, 0, 102, 0.1) 59%, rgba(0, 0, 102, 0.85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 102, 0.85)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 102, 0.06) 0%, rgba(0, 0, 102, 0.1) 59%, rgba(0, 0, 102, 0.85) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 102, 0.06) 0%, rgba(0, 0, 102, 0.1) 59%, rgba(0, 0, 102, 0.85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 102, 0.06)), color-stop(59%, rgba(0, 0, 102, 0.1)), to(rgba(0, 0, 102, 0.85)));
	background: linear-gradient(to bottom, rgba(0, 0, 102, 0.06) 0%, rgba(0, 0, 102, 0.1) 59%, rgba(0, 0, 102, 0.85) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* line 211, ../sass/partials/_banner.scss */

.banners {
	padding: 0;
	position: relative;
}

/* line 214, ../sass/partials/_banner.scss */

.banners li {
	list-style: none;
	float: left;
	padding: 0 10px;
}

/* line 230, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	position: absolute;
	top: 41%;
	color: #fff;
	z-index: 99999;
	left: 30%;
	font-family: 'Anton';
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 100;
}

/* line 273, ../sass/partials/_banner.scss */

.facebook-social-md {
	display: none;
}

/* line 284, ../sass/partials/_banner.scss */

.facebook-social {
	display: none;
}

/* line 294, ../sass/partials/_banner.scss */

#banner-panel .panel-content {
	border-top: 3px solid #fff;
}

/* line 1, ../sass/partials/_footer.scss */

.footer-last {
	background: #e4002a;
	border-top: 1px solid #e4002a;
}

/* line 5, ../sass/partials/_footer.scss */

.search-box #searchsubmit:hover {
	color: #0f235d;
}

/* line 8, ../sass/partials/_footer.scss */

.footer {
	background: #0f235d;
	padding: 35px 0;
}

/* line 25, ../sass/partials/_footer.scss */

.footer h4 {
	font-family: 'serpntbi';
	color: #fff;
	clear: both;
	font-weight: 100;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

/* line 34, ../sass/partials/_footer.scss */

.footer #menu-footer-menu li a {
	color: #fff;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

/* line 40, ../sass/partials/_footer.scss */

.footer #menu-footer-menu li {
	float: none;
	display: block;
}

/* line 44, ../sass/partials/_footer.scss */

.footer .address,
.footer .phone,
.footer .email {
	color: #fff;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

/* line 50, ../sass/partials/_footer.scss */

.footer .phone b,
.footer .email b {
	width: 30%;
	float: left;
}

/* line 61, ../sass/partials/_footer.scss */

.footer .search h4 {
	font-size: 24px;
}

/* line 87, ../sass/partials/_footer.scss */

.footer .footer-social {
	padding: 0;
}

/* line 89, ../sass/partials/_footer.scss */

.footer .footer-social li {
	list-style: none;
	padding: 2px 0;
	color: #fff;
}

/* line 93, ../sass/partials/_footer.scss */

.footer .footer-social li a {
	color: #fff;
}

/* line 96, ../sass/partials/_footer.scss */

.footer .footer-social li span {
	color: #fff;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	padding-left: 5px;
}

/* line 112, ../sass/partials/_footer.scss */

.footer-logo img {
	float: left;
	margin-right: 15px;
	padding: 15px 0;
}

/* line 119, ../sass/partials/_footer.scss */

.copyright-text {
	font-weight: 400;
	color: #fff;
	float: left;
	padding-top: 10px;
	font-size: 10px;
}

/* line 136, ../sass/partials/_footer.scss */

.footer-nav {
	display: inline-block;
}

/* line 144, ../sass/partials/_footer.scss */

.footer-nav li {
	margin-right: 15px;
	display: block;
	border-left: 1px solid #fff;
	padding-left: 15px;
}

/* line 157, ../sass/partials/_footer.scss */

.footer-nav li:first-child {
	border-left: none;
	padding-left: 0;
}

/* line 161, ../sass/partials/_footer.scss */

.footer-nav a {
	color: #fff;
	font-size: 12px;
}

/* line 167, ../sass/partials/_footer.scss */

.back-to-top .fa-chevron-up {
	color: rgba(255, 255, 255, 0.23);
	font-size: 26px;
	background: rgba(0, 0, 0, 0.22);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 1, ../sass/partials/home-news.scss */

.front-more-news {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	padding-top: 10px;
}

/* line 7, ../sass/partials/home-news.scss */

.front-more-news .read-more {
	color: #0d223f;
	font-weight: 600;
	padding: 0 10px;
	font-size: 16px;
}

/* line 13, ../sass/partials/home-news.scss */

.front-more-news .sponsor-img {
	padding-top: 10px;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	margin: 3px 0;
	padding: 14px;
	float: left;
	display: inline-block;
	background: #fff;
	line-height: 20px;
}

/* line 30, ../sass/partials/home-news.scss */

.front-more-news li p {
	padding: 0 10px;
	font-size: 15px;
	line-height: 26px;
}

/* line 35, ../sass/partials/home-news.scss */

.front-more-news li .rel-article-time {
	background: #fff;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 15px;
}

/* line 44, ../sass/partials/home-news.scss */

.rel-article-time {
	color: #999;
	font-size: 12px;
}

/* line 59, ../sass/partials/home-news.scss */

.more-news .fa-chevron-circle-right {
	padding-left: 10px;
}

/* line 83, ../sass/partials/home-news.scss */

.sponsor-img {
	padding-top: 10px;
}

/* line 84, ../sass/partials/home-news.scss */

.major-sponsor h3 {
	color: #fff;
}

/* line 93, ../sass/partials/home-news.scss */

.major-sponsor {
	padding: 0;
}

/* line 106, ../sass/partials/home-news.scss */

.sponsor-text {
	float: left;
	padding-top: 15px;
}

/* line 110, ../sass/partials/home-news.scss */

.sponsor-text ul {
	padding: 0px;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* line 114, ../sass/partials/home-news.scss */

.sponsor-text li {
	list-style: none;
	color: #fff;
	padding: 10px 5px;
	border-bottom: 1px solid;
}

/* line 119, ../sass/partials/home-news.scss */

.sponsor-text li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

/* line 127, ../sass/partials/home-news.scss */

.sponsor-text span.sub-text {
	font-size: 14px;
	font-weight: 100;
}

/* line 131, ../sass/partials/home-news.scss */

.sponsor-text i.fa.fa-trophy,
.sponsor-text .fa-calendar,
.sponsor-text .fa-map-marker,
.sponsor-text .fa-book {
	color: #fff;
	font-size: 33px;
	float: left;
	padding: 13px;
}

/* line 138, ../sass/partials/home-news.scss */

.more-news-section,
.event-sidebar {
	padding: 0;
}

/* line 139, ../sass/partials/home-news.scss */

.more-news-section h3 a {
	color: #fff;
	font-weight: 600;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	position: relative;
}

/* line 180, ../sass/partials/home-news.scss */

.widget-title {
	font-family: 'Rajdhani', sans-serif;
	color: #185B9F;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	clear: both;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	display: block;
	height: 55px;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	background: #012C54;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 55px;
}

/* line 215, ../sass/partials/home-news.scss */

.event_widget_row,
.event_list_row {
	position: relative;
	display: block;
	color: #012C54;
	height: 45px;
	background-color: #F2F2F3;
	font-size: 16px;
}

/* line 224, ../sass/partials/home-news.scss */

.event_widget_row:hover,
.event_list_row:hover {
	background-color: #f7f7f8;
}

/* line 227, ../sass/partials/home-news.scss */

.event_widget_row:hover:nth-child(odd),
.event_list_row:hover:nth-child(odd) {
	background-color: #f7f7f8;
}

/* line 232, ../sass/partials/home-news.scss */

.event_widget_row:nth-child(odd),
.event_list_row:nth-child(odd) {
	background-color: #E6E6E8;
}

/* line 235, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_widget_row .event_title,
.event_widget_row .event_time,
.event_list_row .event_date,
.event_list_row .event_title,
.event_list_row .event_time {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* line 238, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_list_row .event_date {
	font-weight: 300;
	left: 5px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	font-weight: 700;
	white-space: nowrap;
	left: 60px;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* line 268, ../sass/partials/home-news.scss */

.event_widget_row .event_time,
.event_list_row .event_time {
	display: none;
}

/* line 272, ../sass/partials/home-news.scss */

.elite_events_list ul {
	padding: 0;
}

/* line 275, ../sass/partials/home-news.scss */

.elite_events_list ul li {
	list-style: none;
}

/* line 277, ../sass/partials/home-news.scss */

.elite_events_list ul li .event_title {
	left: 90px;
}

/* line 282, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	padding: 0 !important;
}

/* line 285, ../sass/partials/home-news.scss */

.main-news-archive {
	background-color: rgba(255, 255, 255, 0.1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.32)));
	background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.32)));
	background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='rgba(255, 255, 255, 0.32)');
	display: block;
}

/* line 310, ../sass/partials/home-news.scss */

.news-box {
	min-height: 285px;
}

/* line 312, ../sass/partials/home-news.scss */

.news-box h4 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'serpntbi';
	letter-spacing: 0px;
	padding: 0 0 5px 0;
	line-height: 19px;
	color: #0f235d;
	margin: 0;
	display: inline-block;
	font-size: 16px;
	text-transform: none;
}

/* line 328, ../sass/partials/home-news.scss */

.news-box h4:hover {
	color: #e4002a;
}

/* line 334, ../sass/partials/home-news.scss */

.tribe-events-back a {
	display: none;
}

/* line 2, ../sass/partials/_sponsors.scss */

#contact-panel .panel-content {
	padding-top: 0 !important;
}

/* line 6, ../sass/partials/_sponsors.scss */

.border {
	border-bottom: 2px solid rgba(204, 204, 204, 0.48);
	padding-top: 23px;
	margin-bottom: 25px;
}

/* line 11, ../sass/partials/_sponsors.scss */

.sponsor {
	text-align: center;
}

/* line 15, ../sass/partials/_sponsors.scss */

.border {
	border-bottom: 1px solid #e6e6e8;
	padding-top: 0px;
	margin-bottom: 7px;
}

/* line 21, ../sass/partials/_sponsors.scss */

.sponsor {
	text-align: center;
}

/* line 23, ../sass/partials/_sponsors.scss */

.sponsor p {
	font-size: 15px;
}

/* line 27, ../sass/partials/_sponsors.scss */

.sponsor .sub-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #0f235d;
}

/* line 33, ../sass/partials/_sponsors.scss */

.sponsor .platinum-sponsors {
	margin: 0;
	padding: 0;
}

/* line 40, ../sass/partials/_sponsors.scss */

.sponsor .platinum-sponsors li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 25px 12px 25px;
}

/* line 49, ../sass/partials/_sponsors.scss */

.sponsor h3 {
	font-family: 'serpntbi';
	color: #0f235d;
	margin-bottom: 20px;
	font-size: 30px;
	letter-spacing: 0px;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

/* line 59, ../sass/partials/_sponsors.scss */

.spon:nth-of-type(1) {
	background: none !important;
}

/* line 65, ../sass/partials/_sponsors.scss */

.spon {
	display: inline-block;
}

/* line 67, ../sass/partials/_sponsors.scss */

.spon:first-child {
	background: none;
}

/* line 79, ../sass/partials/_sponsors.scss */

.sponsors {
	padding: 0;
	text-align: center;
}

/* line 83, ../sass/partials/_sponsors.scss */

.sponsors li {
	margin: 0 15px;
	margin-top: 23px;
	list-style: none;
	display: inline-block;
}

/* line 93, ../sass/partials/_sponsors.scss */

.sponsors li img {
	max-width: 150px;
}

/* line 98, ../sass/partials/_sponsors.scss */

.sponsors .slick-next,
.sponsors .slick-prev {
	font-size: 0px;
	position: absolute;
	top: 50%;
	background: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 35px;
	width: 35px;
	border: none;
	opacity: 0.3;
}

/* line 109, ../sass/partials/_sponsors.scss */

.sponsors .slick-next:hover,
.sponsors .slick-prev:hover {
	opacity: 1;
}

/* line 112, ../sass/partials/_sponsors.scss */

.sponsors .slick-next {
	right: 0;
}

/* line 117, ../sass/partials/_sponsors.scss */

.sponsors .slick-next:before {
	content: "\f054";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 25%;
	left: 34%;
}

/* line 127, ../sass/partials/_sponsors.scss */

.sponsors .slick-prev {
	left: 0;
}

/* line 132, ../sass/partials/_sponsors.scss */

.sponsors .slick-prev:before {
	content: "\f053";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 25%;
	right: 34%;
}

/* line 143, ../sass/partials/_sponsors.scss */

.sponsors p {
	font-size: 15px;
}

/* line 147, ../sass/partials/_sponsors.scss */

.sponsors .sub-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/* line 152, ../sass/partials/_sponsors.scss */

.sponsors .platinum-sponsors {
	padding: 0;
	margin: 0;
}

/* line 154, ../sass/partials/_sponsors.scss */

.sponsors .platinum-sponsors li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 35px 12px 25px;
}

/* line 163, ../sass/partials/_sponsors.scss */

.sponsors a:hover {
	opacity: 0.6;
}

/* line 166, ../sass/partials/_sponsors.scss */

.spons-title {
	text-align: center;
	display: block;
	font-weight: 500;
	font-size: 13px;
	color: #777777;
}

/* line 177, ../sass/partials/_sponsors.scss */

.mob-slider {
	padding: 0 80px !important;
}

/* line 179, ../sass/partials/_sponsors.scss */

.mob-slider .slick-prev,
.mob-slider .slick-next {
	height: 45px;
	width: 45px;
	background: #e4002a;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	font-size: 0;
	padding: 11px 0;
	outline: none;
	top: 25%;
}

/* line 190, ../sass/partials/_sponsors.scss */

.mob-slider .slick-next {
	right: 0;
}

/* line 193, ../sass/partials/_sponsors.scss */

.mob-slider .slick-prev {
	left: 0;
}

/* line 196, ../sass/partials/_sponsors.scss */

.mob-slider .slick-prev:before,
.mob-slider .slick-next:before {
	font-size: 27px;
	font-weight: bold;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 0 9px;
	color: #e4002a;
	outline: none;
}

/* line 205, ../sass/partials/_sponsors.scss */

.mob-slider .slick-next:before {
	content: '\f105';
	font-family: "fontawesome-webfont", Helvetica, Arial, sans-serif;
}

/* line 212, ../sass/partials/_sponsors.scss */

.mob-slider .slick-prev:before {
	content: '\f104';
	font-family: "fontawesome-webfont", Helvetica, Arial, sans-serif;
}

/* line 2, ../sass/partials/_single.scss */

.post-content img {
	max-width: 100%;
}

/* line 12, ../sass/partials/_single.scss */

.post-content .featured-image {
	margin-bottom: 20px;
}

/* line 21, ../sass/partials/_single.scss */

.news-title {
	margin-bottom: 10px;
}

/* line 34, ../sass/partials/_single.scss */

.buttons-box-inner li a {
	display: block;
	-webkit-font-smoothing: antialiased;
	color: #FFFFFF;
	width: 100%;
	text-transform: uppercase;
	font-family: 'serpntbi';
}

/* line 48, ../sass/partials/_single.scss */

.buttons-box-inner li a > span {
	float: left;
	width: 85%;
}

/* line 52, ../sass/partials/_single.scss */

.buttons-box-inner li:hover a {
	color: #fff;
}

/* line 55, ../sass/partials/_single.scss */

.buttons-box-inner li:hover {
	background: #c20023;
}

/* line 59, ../sass/partials/_single.scss */

.buttons-box-inner li {
	border: solid 1px #dddddd;
	height: 55px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #e4002a;
}

/* line 81, ../sass/partials/_single.scss */

.buttons-box-inner li .fa-chevron-circle-right:before {
	background: rgba(0, 0, 0, 0.23);
	padding: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 21px;
}

/* line 88, ../sass/partials/_single.scss */

.buttons-box-inner {
	margin-top: 12px;
	padding: 0;
	margin: 0;
	background: #fff;
	display: block;
}

/* line 96, ../sass/partials/_single.scss */

.post-meta p {
	margin-bottom: 0;
}

/* line 99, ../sass/partials/_single.scss */

.post-meta .tags {
	font-size: 12px;
	text-transform: uppercase;
}

/* line 102, ../sass/partials/_single.scss */

.post-meta .tags a {
	background: #012C54;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 2px;
	padding: 0 3px;
	font-size: 12px;
}

/* line 109, ../sass/partials/_single.scss */

.post-meta .tags a:hover {
	text-decoration: none;
	background: #00549c;
}

/* Player Profile, Gallery - single */

/* line 131, ../sass/partials/_single.scss */

.player-img-container,
.cover-img-container {
	float: left;
	margin-right: 10px;
}

/* line 141, ../sass/partials/_single.scss */

.players-single p.intro,
.gallery-single p.intro {
	font-size: 16px;
	font-weight: 400;
}

/* line 145, ../sass/partials/_single.scss */

.players-single td,
.gallery-single td {
	padding: 0 5px;
}

/* line 151, ../sass/partials/_single.scss */

.is-landing .custom-header-img,
.is-landing .custom-header-img-mobile {
	margin-bottom: 20px;
}

/* line 155, ../sass/partials/_single.scss */

#weblizar_twitter-3 .widget-title {
	display: none;
}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

/* line 3, ../sass/partials/_uisearch.scss */

.sb-search {
	width: 0%;
	min-width: 58px;
	height: 60px;
	float: right;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

/* line 26, ../sass/partials/_uisearch.scss */

.sb-search-open .sb-search-input:after {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 15px;
}

/* line 32, ../sass/partials/_uisearch.scss */

.fa-search {
	display: none !important;
}

/* line 35, ../sass/partials/_uisearch.scss */

.sb-search-open .fa-search {
	display: block !important;
	position: absolute;
	right: 15px;
	top: 62px;
	z-index: 999;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	position: absolute;
	top: 47px;
	right: 0;
	display: none;
	padding-left: 3px;
	outline: none;
	background: transparent;
	-webkit-box-shadow: 2px 2px 5px 0px #131212;
	-moz-box-shadow: 2px 2px 5px 0px #131212;
	box-shadow: 2px 2px 5px 0px #131212;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 18px;
	padding-left: 10px;
	color: #222;
}

/* line 75, ../sass/partials/_uisearch.scss */

.sb-search-open {
	background: transparent;
}

/* line 77, ../sass/partials/_uisearch.scss */

.sb-search-open .sb-search-input {
	background: #fff;
	color: #000;
	border: none;
	z-index: 999;
	font-size: 15px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
}

/* line 99, ../sass/partials/_uisearch.scss */

.sb-search ::-webkit-input-placeholder {
	color: transparent;
}

.sb-search :-moz-placeholder {
	color: transparent;
}

.sb-search ::-moz-placeholder {
	color: transparent;
}

.sb-search :-ms-input-placeholder {
	color: transparent;
}

.sb-search ::placeholder {
	color: transparent;
}

/* line 104, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open ::-webkit-input-placeholder {
	color: #999;
}

.sb-search.sb-search-open :-moz-placeholder {
	color: #999;
}

.sb-search.sb-search-open ::-moz-placeholder {
	color: #999;
}

.sb-search.sb-search-open :-ms-input-placeholder {
	color: #999;
}

.sb-search.sb-search-open ::placeholder {
	color: #999;
}

/* line 113, ../sass/partials/_uisearch.scss */

.sb-icon-search,
.sb-search-submit {
	background: transparent;
	width: 43px;
	height: 46px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}

/* line 132, ../sass/partials/_uisearch.scss */

.sb-search-submit {
	background: transparent; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

/* line 143, ../sass/partials/_uisearch.scss */

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 24px;
	background: #0000001f;
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* line 151, ../sass/partials/_uisearch.scss */

.sb-icon-search:before {
	content: "s";
	font-size: 20px;
}

/* Open state */

/* line 165, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open,
.no-js .sb-search {
	z-index: 10000;
	background: transparent;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	margin-top: 0;
}

/* line 180, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open .sb-icon-search {
	background: #0000001f;
	width: 43px;
}

/* line 185, ../sass/partials/_uisearch.scss */

.no-js .sb-search .sb-icon-search {
	background: transparent;
	color: #fff;
	z-index: 11;
}

/* line 191, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* line 65, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
	width: 80%;
	height: 105px;
	margin-top: -30px;
	width: 80%;
}

/* line 233, ../sass/partials/_fixture.scss */

.fixture-sec select {
	color: #e4002a;
	height: 37px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	padding: 1px 13px;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 2%;
	z-index: 9999;
	font-weight: 400;
	font-family: 'serpntbi';
	top: 5%;
	border: 1px solid rgba(204, 204, 204, 0.43);
	font-size: 13px;
}

/* line 252, ../sass/partials/_fixture.scss */

.fixture-sec select:after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	height: 0;
	width: 0;
	border-top: 6px solid #f99300;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	pointer-events: none;
}

/* line 404, ../sass/partials/_fixture.scss */

.spteam1,
.spteam2 {
	width: 85%;
	float: left;
	margin-top: 12px;
	height: 22px;
	font-size: 14px;
	color: #e4002a;
	font-family: 'serpntbi';
	margin-left: 10px;
	-webkit-font-smoothing: auto;
}

/* Fixtures & Results css */

/* Fixtures & Results css */

/* line 501, ../sass/partials/_fixture.scss */

#fixtures-results .spmatch-title,
#fixtures-results .spcompname,
#fixtures-results .sproundname,
#fixtures-results #sp-comp-links {
	display: block !important;
}

/* line 504, ../sass/partials/_fixture.scss */

#fixtures-results .spcompname {
	display: block !important;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	left: -5px;
	text-shadow: 1px 2px 3px rgba(34, 34, 34, 0.49);
	font-weight: 100;
	top: -47px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-family: 'serpntbi';
	font-size: 16px;
	margin: 0;
}

/* line 521, ../sass/partials/_fixture.scss */

#fixtures-results .sptime,
#fixtures-results .spvenue {
	display: none !important;
}

/* line 524, ../sass/partials/_fixture.scss */

#fixtures-results .spmatch-title {
	font-weight: bold;
	display: block !important;
	width: 100%;
	clear: both;
	text-indent: 7px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #e4002a;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0 2px;
	float: left;
	width: 100%;
}

/* line 539, ../sass/partials/_fixture.scss */

#fixtures-results .spmatch-title {
	width: 100%;
}

/* line 542, ../sass/partials/_fixture.scss */

#fixtures-results .spmatch-title .spdate {
	float: left;
	font-size: 11px;
	color: #fff;
	font-family: 'serpntbi';
	font-weight: bold;
}

/* line 549, ../sass/partials/_fixture.scss */

#fixtures-results .spmatch-title .sp-match-link {
	float: right;
}

/* line 552, ../sass/partials/_fixture.scss */

#fixtures-results .spmatch-title .sp-match-link a {
	float: right;
	background: #e32129;
	font-size: 10px;
	color: #fff;
	font-family: 'serpntbi';
	height: 20px;
	width: 50px;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
}

/* line 567, ../sass/partials/_fixture.scss */

#fixtures-results .spmatch-title .sp-match-link a img {
	display: none !important;
}

/* line 570, ../sass/partials/_fixture.scss */

#fixtures-results .spteams {
	display: block !important;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	margin-left: 5px;
	visibility: visible !important;
}

/* line 579, ../sass/partials/_fixture.scss */

#fixtures-results .spscore {
	padding: 10px;
	display: inline;
	float: left;
	width: 40%;
}

/* line 585, ../sass/partials/_fixture.scss */

#fixtures-results span.team1score.homescore {
	display: inline;
	float: left;
	width: 100%;
	text-align: right;
}

/* line 591, ../sass/partials/_fixture.scss */

#fixtures-results span.team2score.awayscore {
	display: inline;
	float: left;
	width: 100%;
	text-align: right;
}

/* line 597, ../sass/partials/_fixture.scss */

#fixtures-results span.scoredivider {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

/* line 608, ../sass/partials/_fixture.scss */

#fixtures-results .spmatch-title .teamslink {
	display: none !important;
}

/* line 611, ../sass/partials/_fixture.scss */

#fixtures-results .sproundname {
	display: none !important;
	position: relative;
	top: -20px;
	color: #505a5a;
	font-weight: bold;
	left: auto;
	font-size: 13px;
}

/* line 622, ../sass/partials/_fixture.scss */

#fixtures-results .title-box {
	position: relative;
}

/* line 623, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .title-text {
	float: left;
}

/* line 624, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .title-text .heading-2 {
	margin-bottom: 0;
}

/* line 625, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .title-text .sub-title-text {
	font-size: 18px;
	color: #000000;
}

/* line 627, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .comp-select {
	float: right;
}

/* line 628, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .comp-select {
	background: #e32129;
	font-family: 'latobold';
	padding: 10px;
	line-height: normal;
	font-size: 12px;
	height: 37px;
	color: #fff;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-display: -webkit-inline-box;
	-webkit-display: -webkit-inline-flex;
	border: solid 1px #dddddd;
	cursor: pointer;
}

/* line 644, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .comp-select {
	position: relative;
}

/* line 645, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .comp-select option {
	background: #e32129;
	border: solid 1px #fff;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	left: 0;
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	width: 100%;
	border-top: 0;
	z-index: 1;
}

/* line 658, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .comp-select .comp-dropdown > option {
	padding: 5px 0;
}

/* line 659, ../sass/partials/_fixture.scss */

#fixtures-results .title-box .comp-select .comp-dropdown > option {
	color: #fff;
	font-family: latobold;
	font-size: 12px;
}

/* line 664, ../sass/partials/_fixture.scss */

#match-center #match-center-top {
	position: relative;
}

/* line 667, ../sass/partials/_fixture.scss */

#fixtures-results .title-box i {
	font-size: 20px;
	vertical-align: top;
	margin: 0 10px 0 35px;
	line-height: 15px;
	right: 12px;
	position: absolute;
	color: #FFF;
	top: 12px;
}

/* line 671, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider {
	background: #0f235d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 66px 20px;
	height: 181px;
	position: relative;
	z-index: 999;
	clear: both;
}

/* line 692, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .slick-list {
	margin: 0 auto;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
}

/* line 697, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .spmatch {
	height: 104px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-right: 1px solid #ccc;
	overflow: hidden;
	float: left;
	background-color: #fff;
}

/* line 707, ../sass/partials/_fixture.scss */

#match-center-top h1 {
	color: #fff;
	text-align: center;
}

/* line 711, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .schedule-box {
	background: #000000;
	height: 20px;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

/* line 712, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .schedule-box .text {
	float: left;
	font-size: 10px;
	color: #fff;
	font-family: 'latobold';
	padding-left: 10px;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}

/* line 715, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .schedule-box .view-btn {
	float: right;
	background: #e32129;
	font-size: 10px;
	color: #fff;
	font-family: 'latobold';
	height: 20px;
	width: 50px;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
}

/* line 716, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .schedule-box .view-btn i {
	font-size: 14px;
	line-height: 0;
	margin-left: 5px;
}

/* line 718, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .team-box {
	padding: 15px 10px;
	font-size: 14px;
	color: #000;
	font-family: 'latobold';
}

/* line 719, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .team-box .team-name {
	float: left;
}

/* line 720, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .team-box .team-score {
	float: right;
}

/* line 722, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .slick-prev::before,
#fixtures-results .games-slider .slick-next::before {
	content: '\f053';
	font-family: 'FontAwesome';
	font-size: 16px;
	color: white;
	opacity: 1;
}

/* line 724, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .slick-next::before {
	content: '\f054';
}

/* line 726, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .slick-prev,
#fixtures-results .games-slider .slick-next {
	outline: none;
	background: #e4002a;
	height: 100%;
	width: 45px;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* line 730, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .slick-next {
	left: inherit;
	right: 0;
	z-index: 10;
}

/* line 733, ../sass/partials/_fixture.scss */

#fixtures-results #sp-comp-links {
	display: block !important;
	width: auto;
	right: 23px;
	clear: both;
	margin-top: -16px;
}

/* line 757, ../sass/partials/_fixture.scss */

.sp-fix-link,
.sp-lad-link,
.sp-stat-link {
	display: block;
}

/* line 763, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 3px 10px;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	text-transform: uppercase;
	clear: both;
	background-color: #e4002a;
	font-family: 'serpntbi';
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* line 796, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .slick-prev {
	-webkit-border-radius: 4px 0px 0 4px;
	-moz-border-radius: 4px 0px 0 4px;
	border-radius: 4px 0px 0 4px;
	border-right: 1px solid #eee;
	margin: 0 3px 0 5px;
}

/* line 801, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider .slick-next {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	margin: 0 7px 0 3px;
	border-left: 1px solid #eee;
}

/* line 806, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	margin-left: 7px;
	margin-top: 8px;
	border: 1px solid #e4002a;
}

/* line 2, ../sass/partials/_wrfl-tv.scss */

.wrfl-tv .heading-line {
	width: 100%;
	height: 64px;
	border-bottom: 2px solid #333333;
	text-align: center;
	margin-bottom: 75px;
}

/* line 18, ../sass/partials/_wrfl-tv.scss */

.wrfl-tv .heading-line span {
	font-size: 15px;
	background-color: #FFF;
	padding: 2px 18px;
}

/* line 23, ../sass/partials/_wrfl-tv.scss */

.wrfl-tv .juicer-feed li.feed-item {
	margin: 0 8px;
}

/* line 26, ../sass/partials/_wrfl-tv.scss */

.wrfl-tv .juicer-feed.slider .slick-prev,
.wrfl-tv .juicer-feed.slider .slick-next {
	height: 45px;
	width: 45px;
	background: #e4002a;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

/* line 32, ../sass/partials/_wrfl-tv.scss */

.wrfl-tv .juicer-feed.slider .slick-prev,
.wrfl-tv .juicer-feed.slider .slick-next {
	padding: 0;
}

/* line 36, ../sass/partials/_wrfl-tv.scss */

.wrfl-tv .juicer-feed.slider .slick-prev:before,
.wrfl-tv .juicer-feed.slider .slick-next:before {
	font-size: 27px;
	font-weight: bold;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 0 9px;
	color: #e4002a;
}

/* line 45, ../sass/partials/_wrfl-tv.scss */

.more-btn {
	text-align: center;
	margin-top: 45px;
	display: inline-block;
	width: 100%;
}

/* line 53, ../sass/partials/_wrfl-tv.scss */

.more-btn .wrfl-btn {
	padding: 0;
}

/* line 55, ../sass/partials/_wrfl-tv.scss */

.more-btn .wrfl-btn li {
	list-style: none;
	display: inline-block;
}

/* line 58, ../sass/partials/_wrfl-tv.scss */

.more-btn .wrfl-btn li a {
	background: #e4002a;
	padding: 10px 11px;
	color: #fff;
	font-family: 'serpntbi';
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px;
}

/* line 67, ../sass/partials/_wrfl-tv.scss */

.more-btn .wrfl-btn li a:hover {
	background: #b90a2b;
}

/* line 2, ../sass/partials/_get-involved.scss */

.get-involved h1 {
	color: #fff;
	text-align: center;
	font-family: 'serpntbi';
}

/* line 7, ../sass/partials/_get-involved.scss */

.get-involved .banners {
	padding-top: 32px;
}

/* line 9, ../sass/partials/_get-involved.scss */

.get-involved .banners img {
	border: 3px solid #fff;
	border-bottom: none;
}

/* line 19, ../sass/partials/_get-involved.scss */

.get-involved .banners .bottom-title {
	background: #e4002a;
	padding: 11px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	border: 3px solid #fff;
	border-top: none;
}

/* line 42, ../sass/partials/_get-involved.scss */

.get-involved .banners .bottom-title a {
	font-family: 'serpntbi';
	color: #fff;
}

/* line 45, ../sass/partials/_get-involved.scss */

.get-involved .banners .bottom-title a:hover {
	text-decoration: underline;
}

/* line 51, ../sass/partials/_get-involved.scss */

.get-involved .big-title {
	color: #e4002a;
	text-align: center;
	font-family: 'serpntbi';
	font-size: 40px;
	padding-top: 5px;
}

/* line 71, ../sass/partials/_get-involved.scss */

.get-involved .sub-title {
	text-align: center;
	color: #fff;
	width: 400px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 12px;
}

/* line 82, ../sass/partials/_get-involved.scss */

.get-involved .find-a-club-section {
	text-align: center;
	display: block;
	padding: 31px 0;
}

/* line 86, ../sass/partials/_get-involved.scss */

.get-involved .find-a-club-section form {
	position: relative;
	margin: 0 auto;
	width: 400px;
}

/* line 91, ../sass/partials/_get-involved.scss */

.get-involved .find-a-club-section input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 400;
	background: #fff;
	border: none;
	width: 387px;
	height: 60px;
	padding: 0 20px;
	float: left;
	outline: none;
}

/* line 105, ../sass/partials/_get-involved.scss */

.get-involved .find-a-club-section button {
	float: left;
	outline: none;
	top: 5px;
	right: 20px;
	background: #e4002a;
	border: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	height: 50px;
	width: 50px;
	position: absolute;
}

/* line 123, ../sass/partials/_get-involved.scss */

.get-involved .find-a-club-section button:after {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
}

/* ---- grid ---- */

/* line 4, ../sass/partials/_gallery.scss */

#photo-gallery-panel .panel-content {
	padding: 0;
}

/* line 8, ../sass/partials/_gallery.scss */

#photo-gallery-panel .gallery-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(15, 36, 93, 0.68);
	height: 100%;
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 80px 10px;
	cursor: pointer;
	font-family: 'serpntbi';
	outline: none;
}

/* line 23, ../sass/partials/_gallery.scss */

#photo-gallery-panel .gallery-caption p {
	bottom: 0;
	display: inline;
	float: left;
	width: 100%;
}

/* line 30, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow,
#photo-gallery-panel button.slick-next.slick-arrow {
	border: none;
	background: #e4002a;
	font-size: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	z-index: 99;
	outline: none;
}

/* line 61, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow:before {
	content: "\f137";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	color: #fff;
}

/* line 101, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow:before {
	content: "\f138";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	color: #fff;
}

/* line 119, ../sass/partials/_gallery.scss */

.grid {
	overflow: hidden;
	border-top: 4px solid #e4002a;
	border-right: 1px solid #e4002a;
	border-bottom: 4px solid #e4002a;
	border-left: 4px solid #e4002a;
}

/* clear fix */

/* line 151, ../sass/partials/_gallery.scss */

.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .grid-item ---- */

/* line 159, ../sass/partials/_gallery.scss */

.grid-sizer,
.grid-item {
	border-right: 6px solid #e4002a;
	border-bottom: 6px solid #e4002a;
}

/* line 175, ../sass/partials/_gallery.scss */

.grid-item {
	float: left;
}

/* line 179, ../sass/partials/_gallery.scss */

.grid-item img {
	display: block;
	max-width: 100%;
}

@font-face {
	font-family: 'serpntbi';
	src: url("../fonts/33713_SerpentineBoldItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/* line 83, ../sass/app.scss */

body {
	font-family: 'Open Sans',sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	overflow-x: hidden;
}

/* line 123, ../sass/app.scss */

#nav-container > .container {
	position: relative;
	padding: 0;
}

/* line 130, ../sass/app.scss */

#logo {
	position: absolute;
	top: 0;
	background: url("../images/sabres-logo.png") 0 0 no-repeat;
}

/* line 155, ../sass/app.scss */

#logo a {
	display: block;
	height: 119px;
}

/* line 168, ../sass/app.scss */

#main-content span.news-date {
	display: block;
	float: right;
	padding-left: 10px;
	color: #fff;
}

/* line 181, ../sass/app.scss */

.has-club-logos #content {
	padding-top: 0;
}

/* line 185, ../sass/app.scss */

#sidebar {
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

/* line 191, ../sass/app.scss */

.has-club-logos #sidebar {
	padding-top: 20px;
}

/* line 196, ../sass/app.scss */

.fsp-adv-social-media {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* line 203, ../sass/app.scss */

.fsp-adv-social-media li {
	display: inline-block;
	margin-left: 5px;
}

/* line 206, ../sass/app.scss */

.fsp-adv-social-media li.share-title {
	display: none;
}

/* line 208, ../sass/app.scss */

.single .fsp-adv-social-media li.share-title {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	position: relative;
	top: -4px;
}

/* line 215, ../sass/app.scss */

.fsp-adv-social-media li a {
	font-size: 30px;
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #DDAA08 !important;
}

/* line 219, ../sass/app.scss */

.fsp-adv-social-media li a:hover {
	color: #00549c !important;
	text-decoration: none;
}

/* line 227, ../sass/app.scss */

.lower-section {
	margin-top: 20px;
}

/* line 231, ../sass/app.scss */

.title-404 {
	display: none;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

@font-face {
	font-family: 'webfont';
	src: url("../fonts/webfont.svg?1531711#webfont") format("svg");
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 768px) {

/* line 492, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	font-size: 32px;
	padding: 5px 10px;
}

/* line 589, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	top: -84px;
	right: 0;
	height: 60px;
	line-height: 50px;
	width: 100px;
	z-index: 2000;
}

/* line 615, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-size: 35px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) {

/* line 460, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a::before {
	content: " " !important;
	position: absolute;
	right: 20px;
	display: none !important;
}

/* line 470, ../sass/partials/_nav.scss */

.js .sub-header-menu {
	display: none;
}

/* line 474, ../sass/partials/_nav.scss */

.js .main-nav {
	position: relative;
	clear: both;
	margin: 0 auto;
}

/* line 492, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	color: #FFF;
	font-weight: normal;
	padding: 0 15px;
	border: none;
	border-bottom: 1px solid #003969;
	text-shadow: none;
	text-align: left;
	cursor: pointer;
	display: inherit;
}

/* line 524, ../sass/partials/_nav.scss */

.js .main-nav .menu li li:hover {
	background: none !important;
}

/* line 528, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a {
	position: relative;
	padding: 0 10px 0 30px;
	text-indent: 15px;
}

/* line 534, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a {
	position: relative;
	padding: 0 10px 0 40px;
}

/* line 539, ../sass/partials/_nav.scss */

.js .main-nav .menu li a:hover,
.js .main-nav .menu li li a:hover {
	background-image: none;
	-webkit-filter: none;
	filter: none;
}

/* line 546, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a::before {
	content: '\2013';
	position: absolute;
	top: 0px;
	left: 7px;
}

/* line 553, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a::before {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 20px;
}

/* line 560, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a::after {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 10px;
}

/* line 567, ../sass/partials/_nav.scss */

.js .main-nav .menu li ul {
	background-color: #ffffff;
}

/* line 578, ../sass/partials/_nav.scss */

.js .main-nav #responsive_current_menu_item {
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	width: 195px;
	background: url("../images/afl-nsw-act-logo.png") left no-repeat;
	-webkit-background-size: auto 80%;
	-moz-background-size: auto 80%;
	-o-background-size: auto 80%;
	background-size: auto 80%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -2000px;
}

/* line 589, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	position: absolute;
	display: block;
	left: auto;
	cursor: pointer;
	color: #fff;
	display: none;
}

/* line 612, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:hover {
	text-decoration: none;
}

/* line 615, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\68";
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 767px), only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 768px) {

/* line 474, ../sass/partials/_nav.scss */

.js .main-nav {
	margin-left: -15px;
	margin-right: -15px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 767px) {

/* line 492, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	font-size: 22px;
}

/* line 589, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	top: -68px;
	right: 22px;
	height: 30px;
	line-height: 30px;
	width: 50px;
	font-size: 20px;
}

/* line 615, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-size: 34px;
}

}

@media (min-width: 410px) and (max-width: 485px) {

/* line 260, ../sass/partials/_banner.scss */

.ad-banners .promo-image:after {
	width: 100%;
}

}

@media (min-width: 485px) and (max-width: 776px) {

/* line 267, ../sass/partials/_banner.scss */

.banner-images {
	width: 50%;
	float: left;
}

}

@media (min-width: 650px) and (max-width: 990px) {

/* line 73, ../sass/partials/home-news.scss */

.sponsor-img {
	float: left;
	width: 45%;
}

/* line 77, ../sass/partials/home-news.scss */

.sponsor-text {
	padding: 10px 0;
	width: 55%;
	padding-left: 15px;
}

}

@media (min-width: 767px) and (max-width: 990px) {

/* line 68, ../sass/partials/home-news.scss */

#latest-news-panel .panel-content {
	background: #0d2241 !important;
}

/* line 69, ../sass/partials/home-news.scss */

.major-sponsor {
	margin-top: 25px;
}

}

@media (max-width: 767px), (min-width: 768px) {

/* line 419, ../sass/partials/_nav.scss */

.main-nav #responsive_current_menu_item,
.menu a#responsive_menu_button {
	display: none;
}

/* line 428, ../sass/partials/_common-styles.scss */

.breadcrumb-list {
	display: none;
}

/* line 61, ../sass/partials/_footer.scss */

.footer .search h4 {
	text-align: center;
}

/* line 76, ../sass/partials/_footer.scss */

.footer .search-box {
	float: none;
}

/* line 175, ../sass/partials/_footer.scss */

.small-screen {
	clear: both;
}

}

@media (min-width: 768px) {

/* line 10, ../sass/partials/_nav.scss */

#nav-container {
	background: #e4002a;
}

/* line 42, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #666;
	font-weight: 700;
	padding-left: 0 !important;
	font-size: 14px;
}

/* line 83, ../sass/partials/_nav.scss */

#nav-container .menu a {
	opacity: 1;
	font-size: 17px;
	padding: 6px 9px;
}

/* line 156, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	line-height: 27px;
}

/* line 215, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu {
	margin-top: 7px;
	-webkit-box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	-moz-box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* line 303, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: hidden;
}

/* line 362, ../sass/partials/_nav.scss */

.menu li li {
	background: #FFFFFF;
	border-bottom: 1px solid #c5c5c5;
	margin: 0 12px;
}

/* line 375, ../sass/partials/_nav.scss */

.menu li li:last-child {
	border-bottom: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* line 1, ../sass/partials/_header.scss */

.top-header {
	display: block;
	height: 45px;
	background: #fff;
}

/* line 26, ../sass/partials/_header.scss */

.header-spons {
	display: block;
}

/* line 36, ../sass/partials/_header.scss */

.header-spons ul {
	display: block;
	position: fixed;
	top: 0;
	left: 91px;
	z-index: 9999999;
}

/* line 64, ../sass/partials/_header.scss */

.header-spons li {
	background: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* line 81, ../sass/partials/_header.scss */

.header-spons img {
	max-height: 80px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* line 114, ../sass/partials/_header.scss */

.logo-text .bold-text {
	font-size: 25px;
	margin-top: 35px;
}

/* line 132, ../sass/partials/_header.scss */

.logo-text .small-text {
	font-size: 22px;
}

/* line 152, ../sass/partials/_header.scss */

.sub-logos strong {
	font-size: 14px;
}

/* line 164, ../sass/partials/_header.scss */

.sub-logos p {
	font-size: 12px;
	line-height: 15px;
}

/* line 186, ../sass/partials/_header.scss */

.top_logos li {
	padding: 6px 16px;
}

/* line 206, ../sass/partials/_header.scss */

#nav-container {
	float: none;
	display: none;
	height: auto;
}

/* line 231, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	display: none;
}

/* line 273, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 14%;
	right: 25%;
}

/* line 305, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 397, ../sass/partials/_header.scss */

.header-logo {
	display: none;
}

/* line 422, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 35px;
	display: block;
}

/* line 467, ../sass/partials/_header.scss */

.leaderboard-top-container {
	display: none;
}

/* line 489, ../sass/partials/_header.scss */

.sticky-logo {
	display: block;
	top: 5px;
	position: absolute;
}

/* line 505, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 0%;
}

/* line 534, ../sass/partials/_header.scss */

ul.header_right_logos {
	padding: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

/* line 552, ../sass/partials/_header.scss */

.header_right_logos li {
	padding: 8px 0px;
}

/* line 564, ../sass/partials/_header.scss */

.social-search .social-icon {
	margin-top: 10px;
}

/* line 564, ../sass/partials/_header.scss */

.social-search .social-icon {
	margin-top: 3px;
}

/* line 563, ../sass/partials/_header.scss */

.social-search {
	display: block;
	height: 35px;
}

/* line 590, ../sass/partials/_header.scss */

.social-search .social-search-list {
	font-size: 13px;
	margin-top: 3px;
}

/* line 611, ../sass/partials/_header.scss */

.social-search .social-search-list li {
	font-size: 23px;
}

/* line 638, ../sass/partials/_header.scss */

.hockey-logo {
	display: none;
}

/* line 657, ../sass/partials/_header.scss */

.social-media-icon {
	display: none;
}

/* line 168, ../sass/partials/_common-styles.scss */

h1 {
	font-size: 25px;
}

/* line 201, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 33%;
	float: left;
	padding: 5px;
}

/* line 223, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 20px;
	line-height: 22px;
}

/* line 353, ../sass/partials/_common-styles.scss */

.gallery-title {
	padding: 3px 0;
}

/* line 466, ../sass/partials/_common-styles.scss */

.headering-top:after {
	width: 100%;
	height: 80px;
	right: 1px;
	-webkit-background-size: 969px 969px;
	-moz-background-size: 969px;
	-o-background-size: 969px;
	background-size: 969px;
	background-position: center 1px;
}

/* line 795, ../sass/partials/_common-styles.scss */

.headering-top-archive:after {
	width: 100%;
	height: 80px;
	right: 1px;
	-webkit-background-size: 969px 969px;
	-moz-background-size: 969px;
	-o-background-size: 969px;
	background-size: 969px;
	background-position: center 1px;
}

/* line 915, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	width: 33.33%;
}

/* line 929, ../sass/partials/_common-styles.scss */

.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] {
	background-color: #0e265d;
}

/* line 981, ../sass/partials/_common-styles.scss */

.tribe-events-calendar td.tribe-events-present.mobile-active {
	background-color: #0e265d;
}

/* line 992, ../sass/partials/_common-styles.scss */

.tribe-events-loop .tribe-events-event-meta {
	background: none;
	border: none;
}

/* line 1009, ../sass/partials/_common-styles.scss */

.tribe-events-sub-nav li a {
	background-color: none;
}

/* line 1129, ../sass/partials/_common-styles.scss */

.tribe-events-filters-horizontal #tribe_events_filters_form {
	clear: initial !important;
}

/* line 1140, ../sass/partials/_common-styles.scss */

.apsc-icons-wrapper.clearfix.apsc-theme-1 {
	margin-top: 15px;
}

/* line 1, ../sass/partials/_slider.scss */

.slick-slider-container {
	max-width: 750px;
}

/* line 292, ../sass/partials/_slider.scss */

.slick-slider-container .slick-next {
	right: 236px;
}

/* line 323, ../sass/partials/_slider.scss */

.slick-slider-container .slick-prev {
	left: 236px;
}

/* line 607, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-bg p {
	font-size: 13px;
	padding-bottom: 2px;
}

/* line 611, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-bg p {
	display: block;
	font-size: 13px;
	font-weight: 400;
}

/* line 619, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide a {
	height: 65px;
}

/* line 622, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-bg p {
	display: block !important;
}

/* line 625, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption {
	position: absolute;
	top: auto;
	bottom: 0%;
}

/* line 630, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide h2 {
	left: 72px;
	font-size: 16px;
}

/* line 638, ../sass/partials/_slider.scss */

.slick-slider-container .slider-nav-container {
	top: 0px;
	display: block;
	width: 240px;
	margin-right: -372px;
	display: none;
}

/* line 645, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider {
	max-height: 600px;
	width: 100%;
}

/* line 649, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider .mv-slide {
	width: 500px;
}

/* line 652, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption h2 {
	font-size: 20px;
}

/* line 659, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-wrapper {
	display: block;
}

/* line 662, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image1 {
	display: none;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: none;
}

/* line 23, ../sass/partials/_banner.scss */

.news-sidebar {
	display: none;
}

/* line 132, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 10px;
}

/* line 159, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 23px;
}

/* line 230, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 24px;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	width: 46%;
	margin-right: 17px;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: inherit;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	position: static;
	margin-top: 2px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 60px;
	width: 250px;
}

/* line 59, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 17px;
	height: 66px;
	padding: 0px 10px;
}

/* line 117, ../sass/partials/_single.scss */

#content-wrap {
	min-height: 700px;
}

/* line 3, ../sass/partials/_uisearch.scss */

.sb-search {
	background: transparent;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	margin-top: 0;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 350px;
}

/* line 65, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	width: 80%;
}

/* line 233, ../sass/partials/_fixture.scss */

.fixture-sec select {
	width: 190px;
}

/* line 733, ../sass/partials/_fixture.scss */

#fixtures-results #sp-comp-links {
	position: absolute;
	right: 23px;
}

/* line 763, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	font-size: 9px;
}

/* line 19, ../sass/partials/_get-involved.scss */

.get-involved .banners .bottom-title {
	font-size: 14px;
}

/* line 51, ../sass/partials/_get-involved.scss */

.get-involved .big-title {
	font-size: 30px;
}

/* line 39, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow {
	left: 35%;
}

/* line 61, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow:before {
	padding: 3px 5px;
}

/* line 79, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow {
	right: 35%;
}

/* line 101, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow:before {
	padding: 3px 5px;
}

/* line 119, ../sass/partials/_gallery.scss */

.grid {
	max-height: 394px;
}

/* line 159, ../sass/partials/_gallery.scss */

.grid-sizer,
.grid-item {
	width: 25%;
}

/* line 130, ../sass/app.scss */

#logo {
	width: 437px;
	left: -20px;
	z-index: 1000;
}

}

@media (min-width: 769px) {

/* line 22, ../sass/partials/_header.scss */

.top-header {
	display: block;
}

}

@media only screen and (max-width: 992px) and (min-width: 200px) {

/* line 532, ../sass/partials/_common-styles.scss */

.headering-top {
	overflow: inherit;
}

}

@media (min-width: 992px) {

/* line 10, ../sass/partials/_nav.scss */

#nav-container {
	background: #e4002a;
}

/* line 42, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #666;
	padding-left: 4px !important;
	font-size: 12px;
}

/* line 83, ../sass/partials/_nav.scss */

#nav-container .menu a {
	padding: 0 2px;
	font-size: 13px;
	height: 100%;
	padding: 10px 0;
	display: inline-block;
}

/* line 156, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	padding-right: 11px;
	padding-left: 0;
}

/* line 215, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu {
	margin-top: 0;
	padding: 7px 0;
	-webkit-box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	-moz-box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* line 303, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: inherit;
}

/* line 419, ../sass/partials/_nav.scss */

.main-nav #responsive_current_menu_item,
.menu a#responsive_menu_button {
	display: none;
}

/* line 1, ../sass/partials/_header.scss */

.top-header {
	height: 120px;
	display: block;
}

/* line 36, ../sass/partials/_header.scss */

.header-spons ul {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 23px;
	height: 120px;
}

/* line 64, ../sass/partials/_header.scss */

.header-spons li {
	background: #fff;
	-webkit-transform: skew(-32deg);
	-moz-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	-o-transform: skew(-32deg);
	transform: skew(-32deg);
}

/* line 81, ../sass/partials/_header.scss */

.header-spons img {
	max-height: 85px;
	-webkit-transform: skew(32deg);
	-moz-transform: skew(32deg);
	-ms-transform: skew(32deg);
	-o-transform: skew(32deg);
	transform: skew(32deg);
}

/* line 114, ../sass/partials/_header.scss */

.logo-text .bold-text {
	font-size: 28px;
	margin-top: 35px;
}

/* line 132, ../sass/partials/_header.scss */

.logo-text .small-text {
	font-size: 22px;
}

/* line 152, ../sass/partials/_header.scss */

.sub-logos strong {
	font-size: 16px;
}

/* line 164, ../sass/partials/_header.scss */

.sub-logos p {
	font-size: 13px;
	line-height: 18px;
}

/* line 206, ../sass/partials/_header.scss */

#nav-container {
	display: block;
	height: auto;
	float: none;
}

/* line 231, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 80%;
	padding: 10px;
	height: auto;
	display: block;
}

/* line 229, ../sass/partials/_header.scss */

#nav-container .top-logo {
	top: 60px;
}

/* line 305, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 388, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .menu {
	margin-left: 63px;
	margin-top: 0;
	position: absolute;
	left: 17%;
	top: 0%;
}

/* line 397, ../sass/partials/_header.scss */

.header-logo {
	display: block;
	padding-left: 0;
}

/* line 415, ../sass/partials/_header.scss */

.header-text {
	display: block;
}

/* line 422, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 42px;
	display: block;
	padding: 30px 0;
}

/* line 449, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .top-logo img {
	height: 50px;
	max-width: 55px;
}

/* line 462, ../sass/partials/_header.scss */

.cbp-af-header-shrink .top-logo {
	top: 8px !important;
}

/* line 467, ../sass/partials/_header.scss */

.leaderboard-top-container {
	margin-left: 164px;
	display: block;
}

/* line 489, ../sass/partials/_header.scss */

.sticky-logo {
	display: none;
}

/* line 505, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 10%;
}

/* line 552, ../sass/partials/_header.scss */

.header_right_logos li {
	padding: 14px 5px;
}

/* line 563, ../sass/partials/_header.scss */

.social-search {
	height: 50px;
}

/* line 590, ../sass/partials/_header.scss */

.social-search .social-search-list {
	font-size: 14px;
	margin-top: 10px;
}

/* line 611, ../sass/partials/_header.scss */

.social-search .social-search-list li {
	font-size: 35px;
}

/* line 638, ../sass/partials/_header.scss */

.hockey-logo {
	display: block;
}

/* line 657, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 168, ../sass/partials/_common-styles.scss */

h1 {
	font-size: 30px;
}

/* line 223, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 23px;
	line-height: 28px;
}

/* line 353, ../sass/partials/_common-styles.scss */

.gallery-title {
	padding: 4px 0;
}

/* line 393, ../sass/partials/_common-styles.scss */

.news-archive .front-more-news li:nth-child(n) {
	margin-bottom: 1%;
	margin-right: 1%;
}

/* line 400, ../sass/partials/_common-styles.scss */

.news-archive .front-more-news li {
	width: 24%;
}

/* line 428, ../sass/partials/_common-styles.scss */

.breadcrumb-list {
	display: block;
}

/* line 466, ../sass/partials/_common-styles.scss */

.headering-top:after {
	width: 100%;
	height: 113px;
	right: 1px;
	-webkit-background-size: 964px 964px;
	-moz-background-size: 964px;
	-o-background-size: 964px;
	background-size: 964px;
	background-position: center 61px;
}

/* line 790, ../sass/partials/_common-styles.scss */

.headering-top-archive {
	height: 95px;
}

/* line 795, ../sass/partials/_common-styles.scss */

.headering-top-archive:after {
	width: 100%;
	height: 113px;
	right: 1px;
	-webkit-background-size: 964px 964px;
	-moz-background-size: 964px;
	-o-background-size: 964px;
	background-size: 964px;
	background-position: center 61px;
}

/* line 915, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	width: 24.5%;
}

/* line 929, ../sass/partials/_common-styles.scss */

.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] {
	background-color: #666;
}

/* line 976, ../sass/partials/_common-styles.scss */

#tribe-events-content .tribe-events-calendar td {
	height: 160px;
}

/* line 981, ../sass/partials/_common-styles.scss */

.tribe-events-calendar td.tribe-events-present.mobile-active {
	background-color: #666;
}

/* line 1009, ../sass/partials/_common-styles.scss */

.tribe-events-sub-nav li a {
	background-color: none;
}

/* line 1140, ../sass/partials/_common-styles.scss */

.apsc-icons-wrapper.clearfix.apsc-theme-1 {
	margin-top: -34px;
}

/* line 1, ../sass/partials/_slider.scss */

.slick-slider-container {
	max-width: 970px;
}

/* line 287, ../sass/partials/_slider.scss */

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background-color: #666;
}

/* line 292, ../sass/partials/_slider.scss */

.slick-slider-container .slick-next {
	right: 87px;
}

/* line 323, ../sass/partials/_slider.scss */

.slick-slider-container .slick-prev {
	left: 327px;
}

/* line 533, ../sass/partials/_slider.scss */

.mv-slider-nav .slick-slide {
	border-bottom: 1px solid #eee;
	padding: 16px 10px;
}

/* line 538, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-bg p {
	padding-bottom: 0;
}

/* line 541, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide h2 {
	padding: 0 7px;
}

/* line 544, ../sass/partials/_slider.scss */

.slide-thumb-content {
	max-width: 170px;
}

/* line 547, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption h2 {
	font-size: 20px;
}

/* line 550, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide h2 {
	left: 90px;
	font-size: 12px;
}

/* line 554, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption {
	position: absolute;
	bottom: auto;
}

/* line 560, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption {
	bottom: 0%;
}

/* line 563, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide a {
	height: 75px;
}

/* line 567, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider {
	max-height: 500px;
	width: 660px;
}

/* line 571, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider .mv-slide {
	width: 675px;
}

/* line 574, ../sass/partials/_slider.scss */

.slick-slider-container .slider-nav-container {
	top: 0px;
	display: block;
	width: 270px;
	margin-right: -459px;
}

/* line 580, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image1 {
	max-width: 73px;
}

/* line 586, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-bg p {
	display: block;
	font-size: 13px;
	font-weight: 400;
}

/* line 591, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image {
	display: block;
}

/* line 594, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-wrapper {
	display: block;
}

/* line 597, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image1 {
	display: block;
}

/* line 600, ../sass/partials/_slider.scss */

#slider-panel .panel-content {
	padding-top: 30px;
}

/* line 727, ../sass/partials/_slider.scss */

.slick-slider-container .slick-dots {
	position: relative;
	left: 120px;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: block;
}

/* line 23, ../sass/partials/_banner.scss */

.news-sidebar {
	display: block;
}

/* line 59, ../sass/partials/_banner.scss */

.news-sidebar .news-content h4 {
	font-size: 16px;
	line-height: 20px;
}

/* line 98, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding-left: 0;
	padding-right: 17px;
}

/* line 132, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 8px;
}

/* line 159, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 20px;
}

/* line 230, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 28px;
}

/* line 273, ../sass/partials/_banner.scss */

.facebook-social-md {
	display: block;
	padding: 0;
}

/* line 284, ../sass/partials/_banner.scss */

.facebook-social {
	display: none;
	padding: 0;
}

/* line 8, ../sass/partials/_footer.scss */

.footer {
	text-align: left;
}

/* line 76, ../sass/partials/_footer.scss */

.footer .search-box {
	float: right;
}

/* line 175, ../sass/partials/_footer.scss */

.small-screen {
	clear: inherit;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	width: 45%;
}

/* line 149, ../sass/partials/home-news.scss */

.front-more-news li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: 404px;
}

/* line 170, ../sass/partials/home-news.scss */

.elite_events_widget .widget-title {
	margin-bottom: 15px;
	font-size: 26px;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	position: absolute;
	margin-top: 0;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 50px;
	width: 150px;
}

/* line 35, ../sass/partials/_sponsors.scss */

.sponsor .platinum-sponsors .slick-list {
	height: 150px;
}

/* line 59, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 18px;
	height: 68px;
	padding: 10px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 250px;
	height: 45px;
}

/* line 65, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	width: 84%;
}

/* line 233, ../sass/partials/_fixture.scss */

.fixture-sec select {
	width: 280px;
}

/* line 603, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 180px;
}

/* line 733, ../sass/partials/_fixture.scss */

#fixtures-results #sp-comp-links {
	position: absolute;
	right: 23px;
}

/* line 763, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	font-size: 9px;
}

/* line 19, ../sass/partials/_get-involved.scss */

.get-involved .banners .bottom-title {
	font-size: 18px;
}

/* line 51, ../sass/partials/_get-involved.scss */

.get-involved .big-title {
	font-size: 40px;
}

/* line 39, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow {
	left: 37%;
}

/* line 61, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow:before {
	padding: 9px 5px;
}

/* line 79, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow {
	right: 37%;
}

/* line 101, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow:before {
	padding: 9px 5px;
}

/* line 119, ../sass/partials/_gallery.scss */

.grid {
	max-height: 400px;
}

/* line 159, ../sass/partials/_gallery.scss */

.grid-sizer,
.grid-item {
	width: 20%;
}

/* line 130, ../sass/app.scss */

#logo {
	width: 437px;
	left: -50px;
	z-index: 0;
}

}

@media (min-width: 1200px) {

/* line 42, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	font-size: 14px;
}

/* line 83, ../sass/partials/_nav.scss */

#nav-container .menu a {
	font-size: 14px;
}

/* line 156, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	padding-right: 15px;
	padding-left: 0;
	line-height: 27px;
}

/* line 36, ../sass/partials/_header.scss */

.header-spons ul {
	padding-left: 50px;
}

/* line 81, ../sass/partials/_header.scss */

.header-spons img {
	max-height: 95px;
	-webkit-transform: skew(32deg);
	-moz-transform: skew(32deg);
	-ms-transform: skew(32deg);
	-o-transform: skew(32deg);
	transform: skew(32deg);
}

/* line 114, ../sass/partials/_header.scss */

.logo-text .bold-text {
	font-size: 32px;
	margin-top: 35px;
}

/* line 132, ../sass/partials/_header.scss */

.logo-text .small-text {
	font-size: 25px;
}

/* line 186, ../sass/partials/_header.scss */

.top_logos li {
	padding: 6px 28px;
}

/* line 231, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 100%;
}

/* line 229, ../sass/partials/_header.scss */

#nav-container .top-logo {
	top: 25px;
}

/* line 273, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 0%;
	right: 13%;
}

/* line 388, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .menu {
	margin-left: 55px;
	left: 27%;
	position: absolute;
	top: 0%;
	margin-top: 0;
}

/* line 422, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 55px;
}

/* line 467, ../sass/partials/_header.scss */

.leaderboard-top-container {
	margin-left: 220px;
	display: block;
}

/* line 505, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 20%;
}

/* line 534, ../sass/partials/_header.scss */

ul.header_right_logos {
	margin-left: 55px;
	padding-left: 58px;
}

/* line 657, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 223, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 30px;
	line-height: 30px;
}

/* line 466, ../sass/partials/_common-styles.scss */

.headering-top:after {
	width: 100%;
	height: 113px;
	right: 1px;
	-webkit-background-size: 1152px 1152px;
	-moz-background-size: 1152px;
	-o-background-size: 1152px;
	background-size: 1152px;
	background-position: center 61px;
}

/* line 795, ../sass/partials/_common-styles.scss */

.headering-top-archive:after {
	width: 100%;
	height: 98px;
	right: 1px;
	-webkit-background-size: 1152px 1152px;
	-moz-background-size: 1152px;
	-o-background-size: 1152px;
	background-size: 1152px;
	background-position: center 61px;
}

/* line 1, ../sass/partials/_slider.scss */

.slick-slider-container {
	max-width: 1155px;
}

/* line 292, ../sass/partials/_slider.scss */

.slick-slider-container .slick-next {
	right: 181px;
}

/* line 323, ../sass/partials/_slider.scss */

.slick-slider-container .slick-prev {
	left: 430px;
}

/* line 481, ../sass/partials/_slider.scss */

.mv-slider-nav .slick-slide {
	border-bottom: 1px solid #eee;
	padding: 18px 10px;
}

/* line 485, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption h2 {
	font-size: 28px;
}

/* line 488, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider {
	margin-left: 0px;
	width: 855px;
}

/* line 492, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider .mv-slide {
	width: 875px;
}

/* line 495, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image1 {
	max-width: 106px;
}

/* line 499, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider {
	max-height: 522px;
}

/* line 502, ../sass/partials/_slider.scss */

.slick-slider-container .slider-nav-container {
	top: 0px;
	display: block;
	width: 270px;
	margin-right: -560px;
}

/* line 509, ../sass/partials/_slider.scss */

.slick-initialized .slick-slide {
	display: block;
}

/* line 512, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide h2 {
	left: 101px;
	font-size: 12px;
	line-height: 16px;
}

/* line 517, ../sass/partials/_slider.scss */

.slide-thumb-content {
	max-width: 140px;
}

/* line 520, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-bg p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 22px;
}

/* line 525, ../sass/partials/_slider.scss */

.mv-slider-nav .slick-list.draggable {
	max-height: 478px !important;
	border: 1px solid #fff;
}

/* line 727, ../sass/partials/_slider.scss */

.slick-slider-container .slick-dots {
	position: relative;
	left: 122px;
}

/* line 59, ../sass/partials/_banner.scss */

.news-sidebar .news-content h4 {
	font-size: 18px;
	line-height: 24px;
}

/* line 132, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 12px;
}

/* line 159, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 26px;
}

/* line 230, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 36px;
}

/* line 273, ../sass/partials/_banner.scss */

.facebook-social-md {
	display: none;
}

/* line 284, ../sass/partials/_banner.scss */

.facebook-social {
	display: block;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: 394px;
}

/* line 170, ../sass/partials/home-news.scss */

.elite_events_widget .widget-title {
	font-size: 35px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 60px;
	width: 190px;
}

/* line 65, ../sass/partials/_sponsors.scss */

.spon {
	max-width: 15%;
}

/* line 59, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 18px;
	height: 75px;
	padding: 10px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 250px;
	height: 52px;
}

/* line 233, ../sass/partials/_fixture.scss */

.fixture-sec select {
	width: 330px;
}

/* line 39, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow {
	left: 40%;
}

/* line 79, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow {
	right: 40%;
}

/* line 119, ../sass/partials/_gallery.scss */

.grid {
	max-height: 400px;
}

/* line 130, ../sass/app.scss */

#logo {
	width: 437px;
	left: -40px;
	z-index: 0;
}

}

@media (min-width: 1500px) {

/* line 39, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow {
	left: 41%;
}

/* line 79, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow {
	right: 41%;
}

/* line 119, ../sass/partials/_gallery.scss */

.grid {
	max-height: 403px;
}

}

@media (min-width: 1730px) {

/* line 306, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	background-position: center -62px !important;
}

}

@media (min-width: 1858px) {

/* line 39, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow {
	left: 44%;
}

/* line 79, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow {
	right: 44%;
}

/* line 119, ../sass/partials/_gallery.scss */

.grid {
	max-height: 500px;
}

}

@media (min-width: 2050px) {

/* line 301, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	background-position: center -150px !important;
}

}

@media (max-width: 888px) {

/* line 747, ../sass/partials/_common-styles.scss */

.rtbs .rtbs_menu li a {
	background: #0f245d !important;
}

/* line 750, ../sass/partials/_common-styles.scss */

.rtbs .rtbs_menu li a {
	color: #fff !important;
}

/* line 753, ../sass/partials/_common-styles.scss */

.rtbs_full .rtbs_menu ul li a {
	font-size: 15px !important;
}

}

@media (max-width: 767px) {

/* line 10, ../sass/partials/_nav.scss */

#nav-container {
	background: #e4002a;
	display: none;
}

/* line 42, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #666;
	padding-left: 0 !important;
	font-size: 14px;
}

/* line 83, ../sass/partials/_nav.scss */

#nav-container .menu a {
	font-size: 18px;
	letter-spacing: 0px;
	opacity: 1;
}

/* line 156, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
}

/* line 303, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: hidden;
}

/* line 744, ../sass/partials/_nav.scss */

#wprmenu_bar {
	border-bottom: 3px solid #e4002a;
}

/* line 1, ../sass/partials/_header.scss */

.top-header {
	background: #fff !important;
	height: 27px;
}

/* line 26, ../sass/partials/_header.scss */

.header-spons {
	display: block;
}

/* line 36, ../sass/partials/_header.scss */

.header-spons ul {
	display: block;
	position: fixed;
	top: 0;
	left: 100px;
	z-index: 9999999;
}

/* line 64, ../sass/partials/_header.scss */

.header-spons li {
	background: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* line 81, ../sass/partials/_header.scss */

.header-spons img {
	max-height: 71px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* line 175, ../sass/partials/_header.scss */

.top-club-logos {
	display: none;
}

/* line 206, ../sass/partials/_header.scss */

#nav-container {
	border-bottom: 1px solid #fff;
	float: none;
}

/* line 231, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 55%;
	padding: 10px;
	height: auto;
	display: none;
}

/* line 273, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 14%;
	right: 22%;
}

/* line 290, ../sass/partials/_header.scss */

.cbp-af-header-shrink .container {
	width: 100%;
	padding: 0;
}

/* line 305, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 397, ../sass/partials/_header.scss */

.header-logo {
	border-right: none;
	display: none;
	margin-top: 0;
}

/* line 415, ../sass/partials/_header.scss */

.header-text {
	display: none;
}

/* line 422, ../sass/partials/_header.scss */

.header-text h1 {
	display: none;
}

/* line 467, ../sass/partials/_header.scss */

.leaderboard-top-container {
	display: none;
}

/* line 489, ../sass/partials/_header.scss */

.sticky-logo {
	display: block;
	top: 5px;
	position: absolute;
}

/* line 505, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 0%;
}

/* line 534, ../sass/partials/_header.scss */

ul.header_right_logos {
	display: none;
}

/* line 563, ../sass/partials/_header.scss */

.social-search {
	display: none; /* width: 252px; */
}

/* line 638, ../sass/partials/_header.scss */

.hockey-logo {
	display: none;
}

/* line 657, ../sass/partials/_header.scss */

.social-media-icon {
	display: none;
}

/* line 78, ../sass/partials/_common-styles.scss */

.home-more-news-box {
	width: 48%;
}

/* line 105, ../sass/partials/_common-styles.scss */

.home-more-news-box h2 {
	font-weight: 200;
	font-size: 16px;
}

/* line 168, ../sass/partials/_common-styles.scss */

h1 {
	font-size: 25px;
}

/* line 189, ../sass/partials/_common-styles.scss */

.panel-content {
	padding: 15px 0 0;
	min-height: 190px;
}

/* line 201, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 33%;
	float: left;
	padding: 0;
}

/* line 223, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 20px;
	line-height: 22px;
	top: 21%;
}

/* line 271, ../sass/partials/_common-styles.scss */

div#scroll {
	display: none;
}

/* line 410, ../sass/partials/_common-styles.scss */

.col-1 {
	display: inline-block;
	padding-bottom: 25px;
	width: 100%;
}

/* line 466, ../sass/partials/_common-styles.scss */

.headering-top:after {
	height: 34px;
	right: 1px;
	background-position: center 0px;
}

/* line 571, ../sass/partials/_common-styles.scss */

.staff-name {
	font-size: 12px;
	line-height: 12px;
}

/* line 582, ../sass/partials/_common-styles.scss */

.staff-pos {
	font-size: 10px;
	line-height: 10px;
}

/* line 592, ../sass/partials/_common-styles.scss */

.staff-emailtitle {
	font-size: 10px;
	line-height: 10px;
}

/* line 602, ../sass/partials/_common-styles.scss */

.staff-email {
	font-size: 10px;
	line-height: 10px;
}

/* line 611, ../sass/partials/_common-styles.scss */

.staff .col-xs-6 {
	padding: 0 5px;
}

/* line 771, ../sass/partials/_common-styles.scss */

#category-select select {
	display: none;
}

/* line 904, ../sass/partials/_common-styles.scss */

#tribe-bar-views .tribe-bar-views-list {
	z-index: 2;
}

/* line 915, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	width: 100%;
}

/* line 929, ../sass/partials/_common-styles.scss */

.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] {
	background-color: #e4002a;
}

/* line 943, ../sass/partials/_common-styles.scss */

#tribe_events_filter_control #tribe_events_filters_reset {
	background: #0f235d !important;
}

/* line 948, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events h2 {
	text-align: center;
}

/* line 953, ../sass/partials/_common-styles.scss */

.tribe-is-responsive.tribe-mobile .tribe-events-page-title {
	margin-top: 1.5em;
}

/* line 958, ../sass/partials/_common-styles.scss */

#tribe-mobile-container .type-tribe_events {
	color: #000;
}

/* line 963, ../sass/partials/_common-styles.scss */

.tribe-events-list .tribe-events-event-image {
	float: none;
	margin: 0 auto;
	text-align: center;
	display: block;
}

/* line 971, ../sass/partials/_common-styles.scss */

.tribe-events-calendar td.mobile-active {
	background-color: #0e265d;
}

/* line 981, ../sass/partials/_common-styles.scss */

.tribe-events-calendar td.tribe-events-present.mobile-active {
	background-color: #e4002a;
}

/* line 992, ../sass/partials/_common-styles.scss */

.tribe-events-loop .tribe-events-event-meta {
	background: none;
	border: none;
	text-align: center;
}

/* line 1004, ../sass/partials/_common-styles.scss */

.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] {
	background-color: #e4002a;
}

/* line 1009, ../sass/partials/_common-styles.scss */

.tribe-events-sub-nav li a {
	background-color: #e4002a;
}

/* line 1026, ../sass/partials/_common-styles.scss */

#tribe_events_filter_control #tribe_events_filters_toggle {
	background: #0f255d !important;
	color: #fff;
	border: none;
}

/* line 1140, ../sass/partials/_common-styles.scss */

.apsc-icons-wrapper.clearfix.apsc-theme-1 {
	margin-top: 15px;
}

/* line 1161, ../sass/partials/_common-styles.scss */

.headering-top {
	padding-top: 20px;
}

/* line 6, ../sass/partials/_slick.scss */

.slick-slider-container {
	background: transparent;
}

/* line 292, ../sass/partials/_slider.scss */

.slick-slider-container .slick-next {
	right: 0;
	height: 40px;
	top: 76%;
	width: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: none;
}

/* line 312, ../sass/partials/_slider.scss */

.slick-slider-container .slick-next:before {
	padding: 3px 0;
}

/* line 323, ../sass/partials/_slider.scss */

.slick-slider-container .slick-prev {
	left: 0;
	height: 40px;
	top: 76%;
	width: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: none;
}

/* line 342, ../sass/partials/_slider.scss */

.slick-slider-container .slick-prev:before {
	padding: 3px 0;
}

/* line 671, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption h2 {
	width: 85%;
	margin: 0 auto;
}

/* line 675, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image1 {
	max-width: 20%;
}

/* line 680, ../sass/partials/_slider.scss */

.slide-thumb-content {
	max-width: 80%;
}

/* line 686, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .caption h2 span {
	width: 100%;
	text-align: center;
	font-size: 18px;
}

/* line 691, ../sass/partials/_slider.scss */

.slick-slider-container .slider-nav-container {
	display: none;
}

/* line 695, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-wrapper {
	display: none;
}

/* line 698, ../sass/partials/_slider.scss */

.slick-slider-container {
	overflow: visible;
}

/* line 701, ../sass/partials/_slider.scss */

.slick-slider-container {
	background: #0f245d;
	padding: 0;
}

/* line 706, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider li .slider-caption-wrapper {
	display: none;
}

/* line 710, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide img.post-image1 {
	border: none;
	background: #000;
}

/* line 714, ../sass/partials/_slider.scss */

.slick-slider-container .slider-nav-container img {
	width: 80px;
	height: auto;
}

/* line 718, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider-nav .mv-slide h2 {
	left: 90px;
	font-size: 18px;
}

/* line 722, ../sass/partials/_slider.scss */

.slick-slider-container .mv-slider .mv-slide {
	border: none;
}

/* line 727, ../sass/partials/_slider.scss */

.slick-slider-container .slick-dots {
	display: none;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: none;
}

/* line 132, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 6px;
}

/* line 159, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 17px;
}

/* line 185, ../sass/partials/_banner.scss */

.ad-banners .promo-image {
	text-align: center;
}

/* line 214, ../sass/partials/_banner.scss */

.banners li {
	width: 100%;
}

/* line 225, ../sass/partials/_banner.scss */

.banners li:first-child img {
	height: 100px;
}

/* line 230, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 24px;
	position: absolute;
	left: 20%;
	right: 20%;
	text-align: center;
}

/* line 8, ../sass/partials/_footer.scss */

.footer {
	padding: 15px 0;
}

/* line 20, ../sass/partials/_footer.scss */

.footer .quick-links {
	padding-bottom: 15px;
}

/* line 119, ../sass/partials/_footer.scss */

.copyright-text {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* line 136, ../sass/partials/_footer.scss */

.footer-nav {
	display: block;
	text-align: center;
}

/* line 144, ../sass/partials/_footer.scss */

.footer-nav li {
	border-left: none;
	padding-left: 0;
	padding: 7px 0;
	float: none;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	padding: 0;
}

/* line 48, ../sass/partials/home-news.scss */

.more-news {
	text-align: center;
}

/* line 53, ../sass/partials/home-news.scss */

#latest-news-panel .panel-content {
	background: #fff !important;
	padding-bottom: 0;
}

/* line 62, ../sass/partials/home-news.scss */

.more-news-events {
	padding: 0;
}

/* line 93, ../sass/partials/home-news.scss */

.major-sponsor {
	padding-top: 12px;
	background: #0d2241;
	float: left;
	padding: 30px 15px;
	margin-top: 30px;
	width: 100%;
}

/* line 106, ../sass/partials/home-news.scss */

.sponsor-text {
	padding-bottom: 10px;
}

/* line 139, ../sass/partials/home-news.scss */

.more-news-section h3 a {
	color: #0d223f;
	padding-left: 10px;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: inherit;
	margin-left: -15px;
	margin-right: -15px;
}

/* line 238, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_list_row .event_date {
	left: 15px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 70px;
}

/* line 312, ../sass/partials/home-news.scss */

.news-box h4 {
	font-size: 15px;
}

/* line 166, ../sass/partials/_sponsors.scss */

.spons-title {
	padding-top: 15px;
}

/* line 12, ../sass/partials/_single.scss */

.post-content .featured-image {
	margin-top: 22px;
}

/* line 27, ../sass/partials/_single.scss */

.widget-wrapper img {
	border: none;
}

/* line 34, ../sass/partials/_single.scss */

.buttons-box-inner li a {
	text-align: left;
	font-size: 21px;
	margin-left: 13px;
}

/* line 131, ../sass/partials/_single.scss */

.player-img-container,
.cover-img-container {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 90%;
}

/* line 77, ../sass/partials/_uisearch.scss */

.sb-search-open .sb-search-input {
	background: #eee;
	border-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
}

/* line 75, ../sass/partials/_uisearch.scss */

.sb-search-open {
	background: transparent;
}

/* line 104, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open ::-webkit-input-placeholder {
	color: transparent;
}

.sb-search.sb-search-open :-moz-placeholder {
	color: transparent;
}

.sb-search.sb-search-open ::-moz-placeholder {
	color: transparent;
}

.sb-search.sb-search-open :-ms-input-placeholder {
	color: transparent;
}

.sb-search.sb-search-open ::placeholder {
	color: transparent;
}

/* line 113, ../sass/partials/_uisearch.scss */

.sb-icon-search,
.sb-search-submit {
	height: 50px;
}

/* line 151, ../sass/partials/_uisearch.scss */

.sb-icon-search:before {
	font-size: 22px;
}

/* line 65, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	width: 91%;
}

/* line 233, ../sass/partials/_fixture.scss */

.fixture-sec select {
	width: 300px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	border-color: #ccc;
	top: 12px;
	left: 12px;
}

/* line 404, ../sass/partials/_fixture.scss */

.spteam1,
.spteam2 {
	font-size: 12px;
}

/* line 671, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider {
	height: 257px;
	padding: 110px 20px;
}

/* line 733, ../sass/partials/_fixture.scss */

#fixtures-results #sp-comp-links {
	display: block !important;
	width: auto;
	text-align: -webkit-center;
	clear: both;
	padding-top: 2px;
}

/* line 757, ../sass/partials/_fixture.scss */

.sp-fix-link,
.sp-lad-link,
.sp-stat-link {
	display: inline-block;
}

/* line 763, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	font-size: 9px;
}

/* line 45, ../sass/partials/_wrfl-tv.scss */

.more-btn {
	margin-bottom: 45px;
}

/* line 19, ../sass/partials/_get-involved.scss */

.get-involved .banners .bottom-title {
	font-size: 14px;
	padding: 6px;
}

/* line 51, ../sass/partials/_get-involved.scss */

.get-involved .big-title {
	font-size: 28px;
}

/* line 39, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow {
	left: 25%;
}

/* line 79, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow {
	right: 25%;
}

/* line 119, ../sass/partials/_gallery.scss */

.grid {
	max-height: 350px;
}

/* line 159, ../sass/partials/_gallery.scss */

.grid-sizer,
.grid-item {
	width: 33.33%;
}

/* line 130, ../sass/app.scss */

#logo {
	width: 217px;
	left: -5px;
	-webkit-background-size: 220px 60px;
	-moz-background-size: 220px 60px;
	-o-background-size: 220px 60px;
	background-size: 220px 60px;
	z-index: 1000;
}

/* line 155, ../sass/app.scss */

#logo a {
	height: 60px;
}

/* line 196, ../sass/app.scss */

.fsp-adv-social-media {
	display: none;
}

}

@media (max-width: 650px) {

/* line 376, ../sass/partials/_header.scss */

.league-menu {
	display: none;
}

/* line 201, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
}

/* line 159, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 14px;
}

/* line 54, ../sass/partials/_footer.scss */

.footer .search {
	border-top: 1px solid #4b4f56;
	margin: 12px 0;
	padding: 0;
	padding-top: 15px;
}

/* line 65, ../sass/partials/_sponsors.scss */

.spon {
	display: block;
	background: url("../images/mob-page-divider.jpg") no-repeat center top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	min-height: 155px;
}

/* line 83, ../sass/partials/_sponsors.scss */

.sponsors li {
	margin-top: 12px;
}

/* line 165, ../sass/app.scss */

#main-content {
	margin: 0;
}

/* line 175, ../sass/app.scss */

#content-wrap {
	margin: 0;
}

}

@media (max-width: 480px) {

/* line 353, ../sass/partials/_common-styles.scss */

.gallery-title {
	padding: 3px 0;
	position: relative;
	width: 100%;
}

/* line 611, ../sass/partials/_common-styles.scss */

.staff .col-xs-6 {
	padding-top: 15px;
}

/* line 631, ../sass/partials/_common-styles.scss */

.contact .col-xs-6 {
	width: 100%;
}

/* line 677, ../sass/partials/_common-styles.scss */

.contactus {
	width: 100%;
}

/* line 1020, ../sass/partials/_common-styles.scss */

.tribe-events-loop .tribe-events-event-meta {
	background: none;
	border: none;
}

/* line 98, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding: 0;
}

/* line 294, ../sass/partials/_banner.scss */

#banner-panel .panel-content {
	border-top: none;
}

/* line 233, ../sass/partials/_fixture.scss */

.fixture-sec select {
	top: 12px;
	left: 8px;
	width: 80%;
}

/* line 671, ../sass/partials/_fixture.scss */

#fixtures-results .games-slider {
	height: 290px;
	padding: 109px 20px;
	margin-bottom: 15px;
}

/* line 2, ../sass/partials/_wrfl-tv.scss */

.wrfl-tv .heading-line {
	border: none;
	margin-bottom: 42px;
}

/* line 12, ../sass/partials/_wrfl-tv.scss */

.wrfl-tv .heading-line img {
	max-width: 200px;
}

/* line 13, ../sass/partials/_get-involved.scss */

.get-involved .banners .banner-tiles {
	padding-bottom: 15px;
	min-height: 160px;
}

/* line 19, ../sass/partials/_get-involved.scss */

.get-involved .banners .bottom-title {
	font-size: 12px;
	padding: 6px;
}

/* line 51, ../sass/partials/_get-involved.scss */

.get-involved .big-title {
	font-size: 25px;
}

/* line 71, ../sass/partials/_get-involved.scss */

.get-involved .sub-title {
	width: 100%;
}

/* line 91, ../sass/partials/_get-involved.scss */

.get-involved .find-a-club-section input[type="text"] {
	width: 82%;
}

/* line 105, ../sass/partials/_get-involved.scss */

.get-involved .find-a-club-section button {
	right: 80px;
}

/* line 39, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow {
	left: 0;
	top: -36px;
}

/* line 61, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-prev.slick-arrow:before {
	font-size: 28px;
}

/* line 79, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow {
	right: 0;
	top: -36px;
}

/* line 101, ../sass/partials/_gallery.scss */

#photo-gallery-panel button.slick-next.slick-arrow:before {
	font-size: 28px;
}

/* line 119, ../sass/partials/_gallery.scss */

.grid {
	max-height: 250px;
}

}

