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

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

#nav-container {
	height: 94px;
}

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

.main-nav {
	margin-top: 0;
	margin-top: 10px;
}

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

.menu {
	clear: both;
	margin: 0 auto;
}

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

.main-nav {
	clear: both;
}

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

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

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

ul.menu > li ul.sub-menu {
	margin-top: -1px;
}

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

ul.menu > li ul.sub-menu ul.sub-menu {
	margin-top: 0;
}

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

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

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

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

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

.menu li li {
	float: none;
}

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

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

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

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

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

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

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

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

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

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

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

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

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

.menu ul li a:hover,
.menu li li a:hover {
	text-decoration: none;
}

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

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

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

.menu a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	color: #00529c;
	cursor: pointer;
	display: block;
	margin: 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	padding: 6px;
	font-weight: bold;
}

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

.menu a:hover {
	color: #e41e31;
}

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

ul.menu > li:hover {
	color: #0C5B9E;
}

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

.menu .current_page_item > a,
.menu .current-menu-item > a {
	color: #e41e31;
}

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

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

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

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

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

.menu li li:last-child {
	border-bottom: none;
}

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

.menu li li a {
	border: none;
	height: 45px;
	line-height: 45px;
	font-size: 14px !important;
	height: auto;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 22px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

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

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

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

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

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

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

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

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

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

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

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

.menu a#responsive_menu_button {
	display: none;
}

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

.main-nav #responsive_current_menu_item {
	display: none;
}

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

/*display: block;*/

/*}*/

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

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

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

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

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

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

.event .header-logo img {
	margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

/* line 490, ../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 497, ../sass/partials/_nav.scss */

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

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

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

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

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

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

.nav-pills > li > a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

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

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

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

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

/* line 523, ../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: #f7941d;
}

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

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

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

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

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

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

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

.nav:after {
	clear: both;
}

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

.top-nav {
	width: auto;
}

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

.top-nav li {
	width: 25%;
}

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

.top-nav li a {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

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

.top-nav li a:hover {
	color: #FFF;
}

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

.social-links {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

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

.social-links li {
	display: inline-block;
	margin: 0 1px;
	text-align: right;
	width: 27px;
	background: #FFF;
	text-align: center;
	height: 27px;
}

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

.social-links li a {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-family: "nzf-social";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 35px;
	color: #0069aa;
}

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

.social-links li a:hover,
.social-links li a:focus,
.social-links li a:active {
	text-decoration: none;
}

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

.social-links li.slheading {
	background-color: transparent !important;
	display: block;
	text-align: center;
	float: none;
	width: 100%;
	padding-right: 5px;
	height: inherit;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

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

.social-links li:last-child {
	background: none;
}

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

.social-links li:last-child:hover {
	background: none;
}

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

#menu-panel {
	background: #008BD3;
}

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

#menu-panel .panel-content {
	position: relative;
	min-height: 50px;
	padding: 0;
}

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

.logo {
	text-align: right;
}

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

.header-top .sub-main-nav li {
	line-height: 48px;
}

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

.header-top .sub-main-nav li a {
	font-size: 18px;
	padding: 3px 15px;
}

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

.header-top .sub-main-nav li a::before {
	content: "  ";
	font-size: 33px;
	padding-right: 15px;
	font-weight: 100;
}

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

.header-top .sub-main-nav li:first-child a::before {
	content: "  ";
	font-size: 33px;
	padding-right: 0px;
	font-weight: 100;
}

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

.header-logo {
	padding: 0 10px;
}

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

.header-logo img {
	width: auto;
}

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

.wrapfixed .headmenu {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.wrapfixed .headmenu .main-nav li {
	line-height: 55px;
}

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

.wrapfixed .headmenu .header-logo img {
	max-height: 65px;
}

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

#mysticky-nav {
	padding-bottom: 10px;
}

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

.wrapfixed {
	background-color: rgba(0, 0, 0, 0.85) !important;
}

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

.wrapfixed .js .main-nav a#responsive_menu_button {
	top: -40px;
}

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

.cbp-af-header-shrink,
.wrapfixed {
	min-height: 85px;
}

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

.cbp-af-header-shrink .headmenu .main-nav li,
.wrapfixed .headmenu .main-nav li {
	line-height: 28px;
}

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

.cbp-af-header-shrink .menu .current_page_item > a,
.cbp-af-header-shrink .menu .current-menu-item > a,
.wrapfixed .menu .current_page_item > a,
.wrapfixed .menu .current-menu-item > a {
	font-weight: bold;
}

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

.cbp-af-header-shrink .leaderboard,
.cbp-af-header-shrink .multi-sites,
.wrapfixed .leaderboard,
.wrapfixed .multi-sites {
	display: none;
}

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

.cbp-af-header-shrink .header-logo img,
.wrapfixed .header-logo img {
	max-width: 15%;
	height: auto;
}

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

#mysticky-nav {
	padding: 0 !important;
}

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

.blog-5 #slider-panel .container {
	margin-top: 0px;
}

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

.blog-5 #header {
	padding-bottom: 10px;
}

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

.blog-5 .group2 {
	margin-bottom: -80px;
}

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

.blog-5 .matchcentre {
	z-index: 99;
}

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

.blog-5 .scroller:before {
	background: url("../images/tac_scroll_btn_icon.png") no-repeat;
}

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

.blog-5 .news-left {
	left: -229px;
}

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

.blog-5 .slider .event span {
	padding-top: 10px;
}

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

.blog-5 .photo-source .photo-text {
	margin-top: -42px;
	color: #000;
}

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

.wrapfixed #match-centre-panel {
	display: none !important;
}

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

.wrapfixed .leaderboard {
	display: none !important;
}

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

.wrapfixed .main-nav {
	margin-left: -128px;
}

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

.wrapfixed .multi-sites {
	position: absolute;
	right: 0px;
	top: 11px;
}

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

.wrapfixed .multi-sites .logos-1 {
	display: none;
}

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

.wrapfixed .headmenu .col-md-3 {
	text-align: left;
}

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

.headmenu {
	padding-top: 20px;
}

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

.headmenu .col-md-3 {
	text-align: center;
}

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

.main-nav2 {
	margin-top: 10px;
}

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

.widget-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.pagination1 a {
	font-size: 17px;
	float: right;
}

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

.pagination1 a:first-child {
	font-size: 17px;
	float: left;
}

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

.single-landing #hero .container,
.page-template-page-templatesprofiles-page-php #hero .container {
	padding-right: 0;
	padding-left: 0;
}

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

.custom-header-img {
	border: 4px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
}

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

.custom-header-img-mobile {
	margin: 30px auto 10px auto;
	width: 95%;
	border: 2px solid #fff;
}

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

.archive .post-entry {
	margin-bottom: 15px;
}

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

.youtube-thumb {
	position: relative;
	display: block;
	width: 155px;
	height: 116px;
	float: left;
	margin-right: 15px;
}

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

.youtube-thumb:before {
	content: ' ';
	position: absolute;
	width: 45px;
	height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../images/youtube-play.png") center no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@font-face {
	font-family: 'webfont';
	font-weight: normal;
	font-style: normal;
	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-face {
	font-family: 'nzf-social';
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/nzf-social.eot?47602160");
	src: url("../fonts/nzf-social.eot?47602160#iefix") format("embedded-opentype"), url("../fonts/nzf-social.woff?47602160") format("woff"), url("../fonts/nzf-social.ttf?47602160") format("truetype"), url("../fonts/nzf-social.svg?47602160#nzf-social") format("svg");
}

@font-face {
	font-family: 'GothamBlack';
	src: url("../fonts/gotham-black.eot");
	src: url("../fonts/gotham-black.eot") format("embedded-opentype"), url("../fonts/gotham-black.woff2") format("woff2"), url("../fonts/gotham-black.woff") format("woff"), url("../fonts/gotham-black.ttf") format("truetype"), url("../fonts/gotham-black.svg#GothamBlack") format("svg");
}

@font-face {
	font-family: 'GothamBook';
	src: url("../fonts/gotham-book.eot");
	src: url("../fonts/gotham-book.eot") format("embedded-opentype"), url("../fonts/gotham-book.woff2") format("woff2"), url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype"), url("../fonts/gotham-book.svg#GothamBook") format("svg");
}

@font-face {
	font-family: 'GothamLight';
	src: url("../fonts/gotham-light.eot");
	src: url("../fonts/gotham-light.eot") format("embedded-opentype"), url("../fonts/gotham-light.woff2") format("woff2"), url("../fonts/gotham-light.woff") format("woff"), url("../fonts/gotham-light.ttf") format("truetype"), url("../fonts/gotham-light.svg#GothamLight") format("svg");
}

@font-face {
	font-family: 'GothamBold';
	src: url("../fonts/gotham-bold.eot");
	src: url("../fonts/gotham-bold.eot") format("embedded-opentype"), url("../fonts/gotham-bold.woff2") format("woff2"), url("../fonts/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold.ttf") format("truetype"), url("../fonts/gotham-bold.svg#GothamBold") format("svg");
}

@font-face {
	font-family: 'GothamThin';
	src: url("../fonts/gotham-thin.eot");
	src: url("../fonts/gotham-thin.eot") format("embedded-opentype"), url("../fonts/gotham-thin.woff2") format("woff2"), url("../fonts/gotham-thin.woff") format("woff"), url("../fonts/gotham-thin.ttf") format("truetype"), url("../fonts/gotham-thin.svg#GothamThin") format("svg");
}

@font-face {
	font-family: 'GothamMedium';
	src: url("../fonts/gotham-medium.eot");
	src: url("../fonts/gotham-medium.eot") format("embedded-opentype"), url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype"), url("../fonts/gotham-medium.svg#GothamMedium") format("svg");
}

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

heading,
.entry-title,
.widget-title {
	border-bottom: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	position: relative;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* line 19, ../sass/partials/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	color: #0C5B9E;
	font-family: inherit;
}

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

.single-title,
.page-title {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 36px;
	color: #0C5B9E;
}

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

.single-title a:hover,
.page-title a:hover {
	text-decoration: none;
}

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

a {
	color: #0C5B9E;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* line 60, ../sass/partials/_typography.scss */

a:hover {
	color: #1076cd;
}

/* line 66, ../sass/partials/_typography.scss */

#footer .widget-title {
	background: none;
	padding: 0;
}

/* line 69, ../sass/partials/_typography.scss */

#footer .widget-title .first-word {
	color: #f7941d;
}

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

#footer .widget_contact_details_widget .widget-title {
	font-size: 24px;
	margin-bottom: 0;
}

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

.news-title,
.page-title {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	margin: 30px 0 20px;
}

/* line 86, ../sass/partials/_typography.scss */

.tax-teams .news-title,
.tax-teams .page-title {
	font-size: 52px;
}

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

.single .news-title {
	margin: 60px 0 20px;
}

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

.page-title {
	margin: 20px 0 20px;
}

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

.webfont {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	speak: none;
}

/* line 123, ../sass/partials/_typography.scss */

.fsp-arrows {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	speak: none;
	color: #fff;
	background: #0C5B9E;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 7px;
}

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

.breadcrumb-list {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #000;
}

/* line 140, ../sass/partials/_typography.scss */

.breadcrumb-list a {
	font-size: 11px;
	color: #000;
}

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

.widget-title {
	border-bottom: 1px solid #0c5b9e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	position: relative;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	font-size: 30px;
	background: transparent;
}

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

#sidebar .widget-title {
	border-bottom: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	position: relative;
	padding: 0 5px;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #b2b2b2;
}

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

.widget-title {
	border-bottom: none;
}

/* line 208, ../sass/partials/_typography.scss */

.latest-news .widget-title {
	border-bottom: 1px solid #0c5b9e;
	text-align: left;
}

/* line 219, ../sass/partials/_typography.scss */

.latest-news .col-md-8 .widget-title {
	margin-left: 15px;
	width: 97%;
}

/* line 243, ../sass/partials/_typography.scss */

#sidebar {
	margin-top: 0px;
}

/* line 266, ../sass/partials/_typography.scss */

:focus {
	outline: 0;
}

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

#slider-panel .slick-slider-container {
	position: relative;
	top: 0px;
	z-index: 99;
}

/* line 16, ../sass/partials/_slider.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;
	z-index: 200;
}

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

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

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

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

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

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

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

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

/* line 54, ../sass/partials/_slider.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 62, ../sass/partials/_slider.scss */

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

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

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 5px;
	padding: 0;
	cursor: pointer;
}

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

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

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

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

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

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Prev";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

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

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

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

.saafl-slider {
	width: 100%;
	display: inline;
	float: left;
}

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

.slick-slider-container .slider-nav-container {
	width: 100%;
	background: #eeeeee;
	float: left;
	z-index: 100;
	margin-top: -26px;
}

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

.dots-prev,
.dots-next {
	display: block;
	cursor: pointer;
	background: transparent;
	color: #fff;
	padding: 0;
	border: none;
	outline: none;
	opacity: 1;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
	height: 40px;
	width: 40px;
}

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

.slick-dots .dots-prev,
.slick-dots .dots-next {
	margin: 20px 10px;
	height: 100%;
	display: block;
	width: 25px;
	float: left;
	line-height: 30px;
}

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

.slide-thumb-content {
	background: #eeeeee;
	color: #004c8c;
	text-align: center;
	border-right: 2px solid #cccccc;
	min-height: 60px;
}

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

.slide-thumb-content h3 {
	cursor: pointer;
	color: #004c8c;
	padding: 10px;
	-webkit-margin-after: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

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

.slide-thumb-content a {
	color: #004c8c;
}

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

.slide-thumb-content div {
	color: #004c8c;
	padding: 0px 10px 9px 10px;
	font-size: 13px;
}

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

.slick-prev,
.slick-next {
	height: 40px;
	width: 40px;
}

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

.slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	max-width: 270px;
	overflow: hidden;
}

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

.slick-dots .dots-prev,
.slick-dots .dots-next {
	margin: 20px 10px;
	height: 100%;
	display: block;
	width: 25px;
	float: left;
	line-height: 30px;
}

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

.dots-prev,
.dots-next {
	display: block;
	cursor: pointer;
	background: transparent;
	color: #fff;
	padding: 0;
	border: none;
	outline: none;
	opacity: 1;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
	height: 40px;
	width: 40px;
}

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

.slick-dots li {
	position: relative;
	display: inline;
	float: left;
	height: 12px;
	width: 12px;
	margin: 16px 6px;
	padding: 0;
	cursor: pointer;
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

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

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 18px;
	width: 18px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	text-indent: -3000px;
}

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

.slick-dots li button:before {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	speak: none;
	position: absolute;
	top: 0;
	left: 0;
	content: "d";
	width: 12px;
	height: 12px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	opacity: 1;
	text-indent: -3000px;
}

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

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 18px;
	width: 18px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	text-indent: -3000px;
}

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

.slick-slider-container .saafl-slider li .caption {
	position: absolute;
	bottom: 0;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}

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

.slick-slider-container .saafl-slider li .caption .caption-header {
	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;
}

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

.slick-slider-container .saafl-slider li .caption .caption-header h1 {
	color: #FFF;
	margin-bottom: -10px;
}

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

.slick-slider-container .saafl-slider li .caption .caption-header h1 a {
	color: #FFF;
	font-weight: bold;
}

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

.slick-slider-container .saafl-slider li .slider-caption-wrapper {
	position: relative;
	color: #fff;
	width: 100%;
	padding: 0px 20px 10px;
	display: block;
}

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

.slick-slider-container .saafl-slider li .slider-caption-wrapper .read-more {
	text-transform: uppercase;
}

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

.slider-nav-container .slick-prev {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	overflow: hidden;
	width: 25px;
	background: none;
	border: none;
	bottom: -53px;
	color: transparent;
}

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

.slider-nav-container .slick-next {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	overflow: hidden;
	width: 25px;
	background: none;
	border: none;
	bottom: -53px;
	color: transparent;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	overflow: hidden;
	left: 85px;
	background: none;
	border: none;
	color: transparent;
	top: 40%;
	height: 85px;
	width: 46px;
	z-index: 30;
	opacity: 1;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-next {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	overflow: hidden;
	background: none;
	border: none;
	top: 40%;
	color: transparent;
	height: 85px;
	width: 46px;
	display: block;
	opacity: 1;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-prev:hover,
.saafl-slider.slick-initialized.slick-slider .slick-next:hover {
	opacity: 1;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-prev:before,
.saafl-slider.slick-initialized.slick-slider .slick-next:before {
	display: block;
	height: 85px;
	width: 46px;
	content: " ";
	background: url("../images/slider_left_arrow.png");
	background-repeat: no-repeat;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-next:before {
	content: " ";
	background: url("../images/slider_right_arrow.png");
	background-repeat: no-repeat;
}

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

.slider-nav-container .slick-prev:before,
.slider-nav-container .slick-next:before {
	display: block;
	height: 25px;
	width: 25px;
	content: 'L';
	font-family: "webfont";
	font-style: normal;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}

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

.slider-nav-container .slick-next:before {
	content: "R";
}

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

#slider-panel li.slick-active .caption {
	display: none;
}

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

.slick-dots {
	position: absolute;
	bottom: -50px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

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

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 5px;
	padding: 0;
	cursor: pointer;
}

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

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

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

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

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

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Prev";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

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

li.saafl-slide.slick-slide.slick-active {
	background: transparent;
	max-width: 1200px;
	width: 100%;
	max-height: 656px;
}

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

li.saafl-slide.slick-slide.slick-active:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}

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

.saafl-slide.slick-slide.slick-current.slick-active .caption {
	display: block !important;
}

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

.saafl-slide.slick-slide.slick-current.slick-active .slide-thumb-content {
	background: #e41d32;
	color: #FFF;
}

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

.saafl-slide.slick-slide.slick-current.slick-active h3 {
	color: #FFF;
}

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

.saafl-slide.slick-slide.slick-current.slick-active a {
	color: #FFF;
}

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

.saafl-slide.slick-slide.slick-current.slick-active div {
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	font-weight: 100;
	min-width: 100%;
	z-index: 1000;
}

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

#basic-slider-parent {
	height: 543px !important;
	margin: auto;
}

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

#basic-slider-parent ul.bjqs {
	position: relative;
	display: none; /* background: #000; */
	overflow: hidden;
	height: 514px !important;
	margin: 0;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	list-style: none;
}

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

#basic-slider-parent li.bjqs-slide {
	position: absolute;
	list-style-type: none;
}

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

#basic-slider-parent ul.bjqs-controls {
	display: none;
}

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

#basic-slider-parent ul.bjqs-controls.v-centered li a {
	position: absolute;
}

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

#basic-slider-parent ul.bjqs-controls.v-centered li a:hover {
	text-decoration: none;
	color: #fff !important;
	background: #000 !important;
}

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

#basic-slider-parent ul.bjqs-controls.v-centered li.bjqs-next a {
	font-family: 'GothamThin', sans-serif;
	font-size: 25px;
	right: 0;
	padding: 5px 4px 3px 6px;
	color: #fff;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background: #000;
}

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

#basic-slider-parent ul.bjqs-controls.v-centered li.bjqs-prev a {
	font-family: 'GothamThin', sans-serif;
	font-size: 25px;
	left: 0;
	padding: 5px 6px 3px 4px;
	color: #fff;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	background: #000;
}

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

#basic-slider-parent ol.bjqs-markers {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#basic-slider-parent ol.bjqs-markers.h-centered {
	position: relative;
	top: -102px;
	right: 0 !important;
	display: none;
	margin-left: 5px;
	padding-right: 5px;
	text-align: right;
}

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

#basic-slider-parent ol.bjqs-markers li {
	display: inline;
	margin-right: 5px;
}

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

#basic-slider-parent ol.bjqs-markers li a {
	font-family: GothamLight, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	padding: 4px 8px;
	color: #000;
	background: #000;
	background: rgba(255, 255, 255, 0.6);
}

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

#basic-slider-parent ol.bjqs-markers li.active-marker a {
	font-weight: bold;
	padding: 4px 8px;
	color: #000;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
}

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

#basic-slider-parent ol.bjqs-markers li a:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
}

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

#basic-slider-parent ul.bjqs .caption {
	position: relative;
	bottom: 90px;
	display: block; /* max-width: 100%; */
	width: 100%;
	margin-bottom: -66px;
}

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

#basic-slider-parent ul.bjqs .caption .rel-links {
	display: none;
}

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

#basic-slider-parent ul.bjqs .caption h2 {
	font-size: 31px;
	line-height: 70px;
	position: absolute;
	bottom: -9px;
	display: block;
	max-width: 85%;
	height: auto;
	margin-left: 10px;
	word-wrap: break-word;
	background: none !important;
}

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

#basic-slider-parent ul.bjqs .caption h2 a {
	font-family: 'GothamBold', sans-serif;
	display: inline;
	padding: 6px 0;
	white-space: normal;
	letter-spacing: -1px;
	text-transform: none;
	color: #000;
	background: #fff;
}

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

#basic-slider-parent ul.bjqs .caption h2 a:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
}

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

#basic-slider-parent ul.bjqs .caption h2 a span {
	display: inline;
	padding: .35em;
	padding-right: 0;
	padding-left: 0;
	color: #000;
	background: #fff;
	-webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	-moz-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
}

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

#basic-slider-parent ul.bjqs .caption p {
	font-family: GothamMedium, sans-serif !important;
	font-size: 17px !important;
	line-height: 1.4em;
	position: absolute;
	display: block;
	overflow: hidden;
	width: 73% !important;
	height: 5em !important;
	padding: 10px;
	white-space: normal;
	text-transform: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
}

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

#basic-slider-parent ul.bjqs .caption p a {
	font-weight: bold;
	color: #fff;
}

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

#basic-slider-parent ul.bjqs .caption p a:hover {
	text-decoration: none;
}

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

.read-more {
	color: #FFF;
	padding: 5px;
}

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

.read-more:hover {
	color: #FFF;
}

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

#slider-panel .container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

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

.panel-none .scroller:before {
	display: none;
}

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

.saafl-slider-nav.slick-initialized.slick-slider {
	max-width: 1200px;
	margin: auto;
}

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

.slider-nav-container .saafl-slide.slick-slide.slick-current.slick-active:before {
	border-left: solid transparent 15px;
	border-right: solid transparent 15px;
	border-bottom: solid #e41d32 15px;
	top: -11px;
	content: " ";
	position: relative;
	width: 0;
	left: 44%;
	z-index: 100000;
}

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

.slider-nav-container .saafl-slide.slick-slide.slick-active:before {
	border-left: solid transparent 15px;
	border-right: solid transparent 15px;
	border-bottom: solid transparent 15px;
	top: -12px;
	content: " ";
	position: relative;
	width: 0;
	left: 44%;
	z-index: 100000;
}

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

.saafl-slide.slick-slide.slick-active {
	position: relative;
}

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

.event {
	max-width: 1260px;
	margin: auto;
	margin: auto;
	position: relative;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
	padding: 0px;
	padding-top: 1px;
	padding-left: 10px;
	margin-top: -40px;
	margin-top: 0px;
	padding-bottom: 10px;
}

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

.event a {
	color: #FFFFFF;
	font-size: 13px;
}

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

.event span {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}

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

.event .divider {
	font-size: 41px;
	font-weight: 100;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 0px;
}

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

.event .event-title {
	font-weight: 100;
	width: 14%;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
}

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

.event .event-title a {
	font-size: 16px;
}

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

.event .event-block {
	width: 17%;
	float: left;
}

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

.event .row {
	margin-left: 0px;
	margin-right: 0px;
}

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

.event .col-xs-9 {
	padding-left: 10px;
	padding-right: 0px;
}

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

.event .col-xs-3 {
	border-right: 2px solid #FFF;
}

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

.slider .event {
	max-width: 1200px;
}

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

.slider {
	margin-bottom: 0px;
	overflow: hidden;
	background: #eee;
}

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

.event .menu a {
	color: #FFF;
}

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

.event_date {
	font-size: 22px !important;
	line-height: 0px !important;
}

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

.event_month {
	font-size: 13px !important;
	font-weight: 100;
}

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

.slick-list {
	max-height: 656px;
}

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

#slider-panel .saafl-slider {
	visibility: hidden;
	max-height: 0px;
}

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

#slider-panel .saafl-slider-nav {
	visibility: hidden;
	max-height: 0px;
}

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

#slider-panel .saafl-slider.slick-initialized {
	visibility: visible;
	max-height: inherit;
}

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

#slider-panel .saafl-slider-nav.slick-initialized {
	visibility: visible;
	max-height: inherit;
}

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

#featured-video:before {
	content: " ";
	position: relative;
	background: url("../images/play.png");
	width: 50px;
	height: 35px;
	position: absolute;
	padding-top: 6px;
	z-index: 63;
	top: 40%;
	left: 50%;
}

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

#slider-panel li.slick-current img {
	position: relative;
}

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

.event-section {
	background: #FFF;
	margin-bottom: 0px;
	text-align: center;
}

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

.event-section .event_title {
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

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

.event-section .event_title a {
	font-size: 14px;
}

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

.event-section .event-block {
	background: #1d2e5c;
	color: #FFF;
	padding: 10px;
}

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

.event-section .event-link {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

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

.blog-1 #slider-panel .saafl-slider.slick-initialized {
	margin-top: -57px;
}

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

.blog-1 .slider .event {
	padding: 10px;
}

/* line 1, ../sass/partials/_club-logos.scss */

ul.club-logos {
	list-style: none;
	padding: 0;
	margin: 25px 0 10px;
}

/* line 8, ../sass/partials/_club-logos.scss */

ul.club-logos li {
	position: relative;
	float: left;
	display: inline-block;
	overflow: hidden;
}

/* line 13, ../sass/partials/_club-logos.scss */

ul.club-logos li:last-child {
	margin-right: 0 !important;
}

/* line 16, ../sass/partials/_club-logos.scss */

ul.club-logos li img {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* line 26, ../sass/partials/_club-logos.scss */

ul.club-logos li {
	margin-right: 20px !important;
}

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

.logos-1 {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

.logos-1 li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	text-align: center;
}

/* line 16, ../sass/partials/_logos.scss */

.logos-1 a {
	display: block;
	width: 100%;
}

/* line 20, ../sass/partials/_logos.scss */

.logos-1 a img {
	width: auto;
	height: auto;
}

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

.landing-gallery {
	padding: 0;
	margin: 0;
}

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

.landing-gallery li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
	background: #f7941d;
}

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

.landing-gallery li a {
	display: block;
}

/* line 12, ../sass/partials/_gallery.scss */

.landing-gallery li a:hover {
	opacity: .6;
}

/* line 16, ../sass/partials/_gallery.scss */

.landing-gallery li img {
	width: 100%;
	height: auto;
}

/* line 32, ../sass/partials/_gallery.scss */

#swipebox-overlay {
	background-color: rgba(0, 0, 0, 0.9);
}

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

.gallery-container span.text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* line 46, ../sass/partials/_gallery.scss */

.gallery-container span.text-content {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	cursor: pointer;
	display: table;
	height: auto;
	left: 0;
	position: absolute;
	width: 90%;
	opacity: 0;
	margin-left: 15px;
	bottom: 0;
}

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

.gallery-container ul.img-list li {
	list-style-type: none;
}

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

.gallery-container ul.img-list li:hover span.text-content {
	opacity: 1;
}

/* line 71, ../sass/partials/_gallery.scss */

.gallery-container img {
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* line 85, ../sass/partials/_gallery.scss */

.gallery-container .gallery-image .box:first-of-type {
	display: block;
}

/* line 90, ../sass/partials/_gallery.scss */

.gallery-container .gallery-image .box {
	display: none;
}

/* line 99, ../sass/partials/_gallery.scss */

.gallery {
	padding: 10px;
	position: absolute;
	color: #FFF;
	margin-right: 0;
	position: relative;
	z-index: 1000;
	text-align: left;
}

/* line 109, ../sass/partials/_gallery.scss */

.gallery1 {
	padding: 10px;
	text-align: center;
}

/* line 124, ../sass/partials/_gallery.scss */

.social-image {
	position: relative;
	z-index: 1000;
}

/* line 131, ../sass/partials/_gallery.scss */

.social-image a {
	height: 200px;
	color: #FFF;
}

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

.gallery a {
	color: #FFF;
}

/* line 148, ../sass/partials/_gallery.scss */

.gallery .icon {
	width: auto !important;
	height: auto !important;
}

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

.video-section {
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
}

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

#aggro-container .aggroItem.youtube-video .aggroText {
	display: block;
}

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

#aggro-container .aggroItem.youtube-video .aggroDate {
	display: none;
}

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

.video-section {
	position: relative;
}

/* line 169, ../sass/partials/_gallery.scss */

.video-section #aggroPagination {
	display: none !important;
}

/* line 193, ../sass/partials/_gallery.scss */

.video-section .slick-slider {
	margin-bottom: 0;
}

/* line 197, ../sass/partials/_gallery.scss */

.video-section .video-slider,
.video-section .video-thumbs {
	background: transparent;
}

/* line 205, ../sass/partials/_gallery.scss */

.video-section .video-slider {
	position: relative;
	z-index: 10;
}

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

.video-section .video-slider .aggroText {
	display: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	padding: 15px;
	padding-bottom: 0;
}

/* line 244, ../sass/partials/_gallery.scss */

.video-section .home .fluid-width-video-wrapper,
.video-section .home .fluid-width-video-wrapper iframe,
.video-section .home .fluid-width-video-wrapper object,
.video-section .home .fluid-width-video-wrapper embed {
	width: 100% !important;
	height: 100% !important;
}

/* line 253, ../sass/partials/_gallery.scss */

.video-section .video-thumbs {
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}

/* line 267, ../sass/partials/_gallery.scss */

.video-section .video-thumbs .aggroPic img {
	max-width: 100%;
	position: relative;
}

/* line 272, ../sass/partials/_gallery.scss */

.video-section .video-thumbs .aggroImageHolder {
	cursor: pointer;
	overflow: hidden;
}

/* line 286, ../sass/partials/_gallery.scss */

.video-section .video-thumbs .aggroText {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	max-height: 80px;
	overflow: hidden;
	text-align: left;
}

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

.video-section .video-thumbs .aggroItem {
	overflow: hidden;
}

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

.video-section .aggroItem {
	position: relative;
}

/* line 316, ../sass/partials/_gallery.scss */

.video-section .aggroProfileLink {
	display: none;
}

/* line 319, ../sass/partials/_gallery.scss */

.video-section .aggroAdmin {
	position: absolute;
	left: 40px;
	top: 40px;
	opacity: .3;
	z-index: 99999;
}

/* line 325, ../sass/partials/_gallery.scss */

.video-section .aggroAdmin:hover {
	opacity: 1;
}

/* line 331, ../sass/partials/_gallery.scss */

.video-section .slick-prev {
	top: 33%;
	left: -25px;
}

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

.video-section .slick-prev:before {
	color: #000;
}

/* line 338, ../sass/partials/_gallery.scss */

.video-section .slick-next {
	top: 33%;
	right: -25px;
}

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

.video-section .slick-next:before {
	color: #000;
}

/* line 349, ../sass/partials/_gallery.scss */

.video-thumbs .slick-prev:before {
	font-family: "webfont";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	content: "L";
}

/* line 360, ../sass/partials/_gallery.scss */

.video-thumbs .slick-next:before {
	font-family: "webfont";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	content: "R";
}

/* line 371, ../sass/partials/_gallery.scss */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

/* line 388, ../sass/partials/_gallery.scss */

.tv-left {
	position: absolute;
	bottom: -265px;
	left: -320px;
	z-index: 9;
}

/* line 394, ../sass/partials/_gallery.scss */

.tv-left img {
	width: 80%;
}

/* line 399, ../sass/partials/_gallery.scss */

.multimedia {
	text-align: left !important;
	color: #FFF;
	border-bottom-color: #FFF;
	border-bottom: 1px solid;
	margin-left: 15px;
	width: 98%;
}

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

.multimedia span {
	float: right;
}

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

.multimedia span a {
	color: #FFF;
	font-size: 15px;
}

/* line 418, ../sass/partials/_gallery.scss */

.social-image:first-child {
	display: block;
}

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

.social-image {
	display: none;
}

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

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

/* line 430, ../sass/partials/_gallery.scss */

.juicer-feed.image-grid li.feed-item,
.juicer-feed.slider li.feed-item,
.juicer-feed.hip li.feed-item {
	margin: 30px;
}

/* line 433, ../sass/partials/_gallery.scss */

.juicer-feed.slider.j-modern li.feed-item a.j-image img {
	height: 200px !important;
}

/* line 437, ../sass/partials/_gallery.scss */

.juicer-feed .j-youtube,
.juicer-feed,
.juicer-feed.slider .slick-prev,
.juicer-feed.slider .slick-next {
	background: transparent;
}

/* line 441, ../sass/partials/_gallery.scss */

.juicer-feed.slider .slick-next,
.juicer-feed.slider .slick-prev {
	padding: 0px;
}

/* line 446, ../sass/partials/_gallery.scss */

.juicer-feed.image-grid li.feed-item:hover .j-text,
.juicer-feed.slider li.feed-item:hover .j-text,
.juicer-feed.hip li.feed-item:hover .j-text {
	height: 200px;
	color: #FFF;
}

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

.juicer-feed.polaroid .j-poster-meta,
.juicer-feed.polaroid .j-poster-meta a,
.juicer-feed.polaroid .j-text,
.juicer-feed.polaroid .j-message,
.juicer-feed a {
	display: block;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	word-wrap: break-word !important;
	color: #FFF;
}

/* line 470, ../sass/partials/_gallery.scss */

.juicer-feed * {
	font-weight: bold;
}

/* line 7, ../sass/partials/_landing-page.scss */

.single-landing #hero .container {
	padding-left: 15px;
	padding-right: 15px;
}

/* line 12, ../sass/partials/_landing-page.scss */

.match-centre {
	height: 185px;
}

/* line 8, ../sass/partials/_latest-news.scss */

.home #news-archive-panel {
	-webkit-background-size: 100% 108% !important;
	-moz-background-size: 100% 108% !important;
	-o-background-size: 100% 108% !important;
	background-size: 100% 108% !important;
}

/* line 17, ../sass/partials/_latest-news.scss */

.overlay {
	background: #FFF;
	padding: 5px;
	font-size: 14px;
	min-height: 90px;
	border: 2px solid #dad8d8;
	border-top: none;
}

/* line 25, ../sass/partials/_latest-news.scss */

.overlay a {
	color: #0054a3;
}

/* line 32, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .tabs-list {
	background: #FFF !important;
}

/* line 35, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .tabs-list li {
	padding: 0px 0 10px !important;
	width: 50% !important;
}

/* line 40, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .tabs-list a {
	color: #0054a3 !important;
}

/* line 44, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .tabs-list .active a {
	background: #e41d32 !important;
	color: #FFF !important;
}

/* line 48, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .tabs-list .active a:before {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #e41d32 10px;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 36%;
}

/* line 60, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .tabs-data {
	background: #FFF !important;
	padding: 10px !important;
	margin-top: -9px !important;
	overflow: hidden;
}

/* line 69, ../sass/partials/_latest-news.scss */

.posts-list .content {
	border-bottom: none !important;
}

/* line 74, ../sass/partials/_latest-news.scss */

.readmore {
	background: #0C5B9E;
	color: #FFF;
	padding: 10px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 81, ../sass/partials/_latest-news.scss */

.news-left {
	position: absolute;
	bottom: -222px;
	left: -430px;
	z-index: 9;
}

/* line 87, ../sass/partials/_latest-news.scss */

.news-left img {
	width: 80%;
}

/* line 92, ../sass/partials/_latest-news.scss */

.rssfeed {
	float: right;
	font-size: 15px;
}

/* line 101, ../sass/partials/_latest-news.scss */

#women-news-archive-panel .col-md-3 img {
	width: 100%;
	height: 100%;
}

/* line 108, ../sass/partials/_latest-news.scss */

.tabs-post-info {
	line-height: 21px;
}

/* line 111, ../sass/partials/_latest-news.scss */

.tabs-post-info a {
	font-size: 14px;
}

/* line 120, ../sass/partials/_latest-news.scss */

.latest-news .col-sm-3 img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

/* line 134, ../sass/partials/_latest-news.scss */

.rightlink {
	text-align: right;
	float: right;
	font-size: 20px;
}

/* line 140, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .nav-pills {
	border-bottom: 0px !important;
	border-right: 0px !important;
}

/* line 145, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .nav > li > a:hover,
.nav > li > a:focus {
	background-color: #dddddd;
}

/* line 149, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .nav-pills li {
	display: inline-block;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: -4px;
	width: 50%;
}

/* line 159, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .nav-pills a {
	color: #efefef;
	display: block;
	padding: 10px 14px;
	border-right: 2px solid #dedcdc;
}

/* line 165, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .nav-pills .active a {
	background: #e41d32 !important;
	color: #FFF !important;
}

/* line 169, ../sass/partials/_latest-news.scss */

.bdwebteam-tabs .nav-pills .active a:before {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #e41d32 10px;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 36%;
	display: block;
}

/* line 180, ../sass/partials/_latest-news.scss */

.rfw_dock {
	margin-top: 20px !important;
}

/* line 185, ../sass/partials/_latest-news.scss */

.news-sections {
	margin-bottom: 40px;
}

/* line 1, ../sass/partials/_live-stats.scss */

#compname-tab,
.match-centre-phone {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

/* line 6, ../sass/partials/_live-stats.scss */

#compname-tab li,
.match-centre-phone li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	margin-left: 5px;
}

/* line 12, ../sass/partials/_live-stats.scss */

#compname-tab li.compname-tab-title,
.match-centre-phone li.compname-tab-title {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 8px;
	margin: 0;
	position: relative;
	padding-right: 14px;
	margin-right: 15px;
}

/* line 20, ../sass/partials/_live-stats.scss */

#compname-tab li.compname-tab-title:after,
.match-centre-phone li.compname-tab-title:after {
	position: absolute;
	top: 13px;
	right: 5px;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;
}

/* line 32, ../sass/partials/_live-stats.scss */

#compname-tab li a,
.match-centre-phone li a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	background: #f7941d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7941d), to(#DA541A));
	background: -webkit-linear-gradient(top, #f7941d, #DA541A);
	background: -moz-linear-gradient(top, #f7941d, #DA541A);
	background: -o-linear-gradient(top, #f7941d, #DA541A);
	background: linear-gradient(top, #f7941d, #DA541A);
	border: 1px solid #DA541A;
}

/* line 43, ../sass/partials/_live-stats.scss */

#compname-tab li a:hover,
#compname-tab li a.active,
.match-centre-phone li a:hover,
.match-centre-phone li a.active {
	text-decoration: none;
	color: white;
	background: #002A5C;
	background: -webkit-gradient(linear, left top, left bottom, from(#0C5B9E), to(#001B31));
	background: -webkit-linear-gradient(top, #0C5B9E, #001B31);
	background: -moz-linear-gradient(top, #0C5B9E, #001B31);
	background: -o-linear-gradient(top, #0C5B9E, #001B31);
	background: linear-gradient(top, #0C5B9E, #001B31);
	border-color: #fff;
}

/* line 53, ../sass/partials/_live-stats.scss */

.match-centre-phone {
	margin-bottom: 15px;
}

/* line 55, ../sass/partials/_live-stats.scss */

.match-centre-phone li {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0 10px;
	color: #fff;
}

/* line 65, ../sass/partials/_live-stats.scss */

.spls_matchrow2,
.spls_datefield,
.spls_viewlink {
	-webkit-font-smoothing: antialiased !important;
}

/* line 69, ../sass/partials/_live-stats.scss */

.spls_lsmatch {
	-webkit-border-radius: 0 0 2px 2px !important;
	-moz-border-radius: 0 0 2px 2px !important;
	border-radius: 0 0 2px 2px !important;
}

/* line 72, ../sass/partials/_live-stats.scss */

.spls_matchrow2 {
	height: 70px !important;
}

/* line 75, ../sass/partials/_live-stats.scss */

.spls_matchrow3 {
	height: 22px !important;
	-webkit-border-radius: 0 0 2px 2px !important;
	-moz-border-radius: 0 0 2px 2px !important;
	border-radius: 0 0 2px 2px !important;
}

/* line 80, ../sass/partials/_live-stats.scss */

#spls_comp_list li {
	height: 110px !important;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

/* line 85, ../sass/partials/_live-stats.scss */

#mc-wrapper #spls_comp_list_scroller {
	overflow: hidden;
}

/* line 86, ../sass/partials/_live-stats.scss */

#spls_comp_list ul {
	left: 0;
	position: relative;
}

/* line 88, ../sass/partials/_live-stats.scss */

#wrapper,
#footer_content {
	margin: 0 auto;
	text-align: left;
	width: 996px;
}

/* line 123, ../sass/partials/_live-stats.scss */

#mc_wrap .teamname {
	font-weight: normal;
}

/* line 127, ../sass/partials/_live-stats.scss */

.spls_matchrow2 .logo {
	overflow: hidden;
	margin: 0 !important;
}

/* line 132, ../sass/partials/_live-stats.scss */

#spls_comp_list {
	width: 1100px !important;
}

/* line 135, ../sass/partials/_live-stats.scss */

#spls_comp_list_scroller.new-width {
	overflow: hidden;
}

/* line 145, ../sass/partials/_live-stats.scss */

#spls_comp_list ul {
	left: 0;
	position: relative;
}

/* container */

/* line 5, ../sass/partials/_match-centre.scss */

.widget_match_center {
	height: 250px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* line 15, ../sass/partials/_match-centre.scss */

.sblock_wrapper {
	height: 121px;
	width: 100%;
}

/* line 21, ../sass/partials/_match-centre.scss */

#sp-comp-links {
	display: none;
}

/* match items */

/* line 26, ../sass/partials/_match-centre.scss */

.mc-select,
#sblock4_dropdown {
	position: absolute;
	right: 5px;
	width: 25%;
	border: none;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	background: #000;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
}

/* line 62, ../sass/partials/_match-centre.scss */

.widget_match_center .spmatch {
	width: 340px;
	height: auto;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Match Center match title */

/* line 82, ../sass/partials/_match-centre.scss */

.widget_match_center .spmatch-title {
	display: block !important;
	height: 30px;
	line-height: 30px;
	width: 100%;
	clear: both;
	text-indent: 7px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-bottom: 10px;
	margin-bottom: 12PX;
	border-bottom: 1px solid white;
}

/* line 94, ../sass/partials/_match-centre.scss */

.widget_match_center .spdate {
	color: #000;
	float: left;
	font-size: 14px;
}

/* line 99, ../sass/partials/_match-centre.scss */

.sp-match-link.teamslink {
	display: none;
}

/* line 102, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-match-link {
	float: right;
	margin-right: 3px;
	font-size: 10px;
}

/* line 107, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-match-link a {
	color: #000;
	text-transform: capitalize;
	font-size: 13px;
	text-decoration: underline;
}

/* Match Center team /score info */

/* line 115, ../sass/partials/_match-centre.scss */

.widget_match_center .spteams {
	color: #FFF;
}

/* line 121, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	display: inline;
	float: left;
	height: 97px;
	margin: 0 5px 0 0;
	overflow: hidden;
}

/* line 150, ../sass/partials/_match-centre.scss */

#mc-game-content {
	width: 2000px;
}

/* line 155, ../sass/partials/_match-centre.scss */

#spnext,
#spprev {
	width: 18px;
	height: 72px;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 167, ../sass/partials/_match-centre.scss */

#spprev { /* previous arrow */
	float: left;
	margin: 0 3px 0 7px;
}

/* line 174, ../sass/partials/_match-centre.scss */

#spnext {
	margin: 0 7px 0 3px;
}

/* line 177, ../sass/partials/_match-centre.scss */

#spprev:before,
#spnext:before {
	border-style: solid;
	border-style: solid;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	margin-top: 38px;
	margin-left: 7px;
}

/* line 187, ../sass/partials/_match-centre.scss */

#spprev:before {
	border-color: rgba(0, 0, 0, 0) #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 11px 10px 11px 0;
}

/* line 194, ../sass/partials/_match-centre.scss */

#spnext:before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	border-width: 11px 0 11px 10px;
}

/* line 199, ../sass/partials/_match-centre.scss */

.widget_match_center .spteam1,
.widget_match_center .spteam2 {
	color: #000;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	text-indent: 7px;
}

/* line 206, ../sass/partials/_match-centre.scss */

.widget_match_center .spversus {
	color: #000;
	font-size: 11px;
	line-height: 1px;
	display: none;
}

/* line 212, ../sass/partials/_match-centre.scss */

.widget_match_center .spversus:before {
	content: "";
	margin-right: 4%;
	width: 77%;
	height: 1px;
	background: #D1D1D1;
	display: inline-block;
	vertical-align: middle;
}

/* line 221, ../sass/partials/_match-centre.scss */

.widget_match_center .spscore {
	position: absolute;
	top: 34px;
	right: 9px;
	text-align: right;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	color: #000000;
}

/* line 231, ../sass/partials/_match-centre.scss */

.widget_match_center .team2score,
.widget_match_center .team1score {
	display: block;
}

/* line 234, ../sass/partials/_match-centre.scss */

.widget_match_center .scoredivider {
	display: none;
}

/* line 237, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	color: #F7F7F7;
	font-size: 13px;
	position: relative;
	top: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
}

/* line 243, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link a:hover,
.widget_match_center .sp-lad-link a:hover,
.widget_match_center .sp-stat-link a:hover {
	text-decoration: none;
	color: #000;
}

/* com links buttons */

/* line 252, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link,
.widget_match_center .sp-stat-link {
	width: 80px;
	height: 80px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.1) url("../images/soccer_ball_icon_sprite.png");
	background-repeat: no-repeat;
	background-position: top 10px center;
}

/* line 262, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link:hover,
.widget_match_center .sp-stat-link:hover {
	text-decoration: none !important;
	background: rgba(0, 0, 0, 0.1) url("../images/soccer_ball_icon_sprite_hover.png");
	background-repeat: no-repeat;
	background-position: top 10px center;
}

/* line 274, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-stat-link {
	display: none !important;
}

/* line 279, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-lad-link {
	width: 80px;
	height: 80px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.1) url("../images/ladder_icon_sprite.png");
	background-repeat: no-repeat;
	background-position: top 10px center;
}

/* line 289, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-lad-link:hover {
	text-decoration: none !important;
	background: rgba(0, 0, 0, 0.1) url("../images/ladder_icon_sprite_hover.png");
	background-repeat: no-repeat;
	background-position: top 10px center;
}

/* line 301, ../sass/partials/_match-centre.scss */

#match-centre-panel {
	background: #0069aa;
}

/* line 303, ../sass/partials/_match-centre.scss */

#match-centre-panel .panel-content {
	position: relative;
	min-height: auto;
	padding: 0;
}

/* line 309, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-match-link img.emoji {
	display: none !important;
}

/* line 313, ../sass/partials/_match-centre.scss */

div#match-center-top {
	margin-top: -18px;
	z-index: 200;
	position: relative;
}

/* line 318, ../sass/partials/_match-centre.scss */

.home .widget_match_center .sp-stat-link {
	display: none;
}

/* line 324, ../sass/partials/_match-centre.scss */

#match-center .spmatchname {
	display: none;
}

/* line 328, ../sass/partials/_match-centre.scss */

#match-centre-panel {
	position: relative;
}

/* line 334, ../sass/partials/_match-centre.scss */

#match-centre-panel::before {
	content: "";
	background: url("../images/scroll_arrow_icon_white.png") center top no-repeat;
	top: -37px;
	left: 50%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2000;
	width: 80px;
	height: 80px;
	margin-left: -50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: center;
	display: block;
}

/* line 360, ../sass/partials/_match-centre.scss */

.sptime {
	display: none;
}

/* line 364, ../sass/partials/_match-centre.scss */

.spvenue {
	display: none;
}

/* line 368, ../sass/partials/_match-centre.scss */

#match-center-bottom {
	padding-top: 40px;
}

/* line 372, ../sass/partials/_match-centre.scss */

.fix-right {
	position: absolute;
	bottom: -222px;
	right: -350px;
	z-index: 9;
}

/* line 386, ../sass/partials/_match-centre.scss */

.fix-right img {
	width: 80%;
}

/* line 391, ../sass/partials/_match-centre.scss */

#groups {
	background: none;
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
}

/* line 398, ../sass/partials/_match-centre.scss */

#selectMe2 {
	background: none;
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
}

/* line 407, ../sass/partials/_match-centre.scss */

#selectMe3 {
	background: none;
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
}

/* line 417, ../sass/partials/_match-centre.scss */

.matchcentre h1 {
	color: #FFF;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}

/* line 424, ../sass/partials/_match-centre.scss */

.matchcentre h2 {
	color: #FFF;
	margin-top: 20px;
}

/* line 429, ../sass/partials/_match-centre.scss */

.sproundname {
	display: none !important;
}

/* line 433, ../sass/partials/_match-centre.scss */

.spcompname {
	display: none !important;
}

/* line 437, ../sass/partials/_match-centre.scss */

select {
	background: none;
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
}

/* line 444, ../sass/partials/_match-centre.scss */

.statleader-firstblock {
	float: left;
	width: 30%;
	padding: 20px;
}

/* line 450, ../sass/partials/_match-centre.scss */

.statleader-tablewrap {
	float: left;
	width: 70%;
	padding: 0px;
}

/* line 456, ../sass/partials/_match-centre.scss */

.statleader-container {
	background: #FFF;
	color: #000;
	overflow: hidden;
}

/* line 463, ../sass/partials/_match-centre.scss */

.statleader-block-header {
	display: none;
}

/* line 467, ../sass/partials/_match-centre.scss */

.sl-playerimage img {
	width: 100%;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	border-radius: 50% 50%;
	border: 2px solid #c7c7c7;
}

/* line 473, ../sass/partials/_match-centre.scss */

.statleader-more {
	padding: 20px;
	text-align: right;
	text-transform: uppercase;
}

/* line 478, ../sass/partials/_match-centre.scss */

.statleader-more a {
	color: #e41d32;
}

/* line 483, ../sass/partials/_match-centre.scss */

.widget_match_center {
	height: 173px;
	max-width: 1230px;
	margin: auto;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3);
	clear: both;
	z-index: 99;
}

/* line 495, ../sass/partials/_match-centre.scss */

.fixture {
	margin-top: 24px;
	text-align: right;
}

/* line 500, ../sass/partials/_match-centre.scss */

.stats {
	margin-top: 20px;
}

/* line 503, ../sass/partials/_match-centre.scss */

.stats a {
	color: #FFF;
	text-transform: uppercase;
	background: #e41e31;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 514, ../sass/partials/_match-centre.scss */

.owl-carousel {
	overflow: hidden;
}

/* line 519, ../sass/partials/_match-centre.scss */

.owl-carousel .owl-item img {
	width: auto !important;
}

/* line 528, ../sass/partials/_match-centre.scss */

.tab-content .header-logo {
	display: none;
}

/* line 535, ../sass/partials/_match-centre.scss */

.tab-content .matchcentre .col-md-9 {
	margin-top: -114px;
	z-index: 99;
}

/* line 549, ../sass/partials/_match-centre.scss */

.owl-carousel.owl-loaded {
	display: block;
	margin-top: 80px;
}

/* line 553, ../sass/partials/_match-centre.scss */

.owl-nav {
	display: none;
}

/* line 557, ../sass/partials/_match-centre.scss */

.ad-banner {
	padding: 20px 0;
	clear: both;
}

/* line 565, ../sass/partials/_match-centre.scss */

#fixtures_lg_wrapper .spfixture {
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 571, ../sass/partials/_match-centre.scss */

#fixtures_lg_wrapper .spteams::before {
	content: 'VS';
	color: #999;
	clear: both;
	font-size: 23px;
	text-align: center;
	position: relative;
	top: -16px;
	font-weight: 500;
	display: block;
}

/* line 595, ../sass/partials/_match-centre.scss */

#match-centre-panel {
	background: #1d2e5c;
	border-top: 1px solid #FFF;
	position: relative;
}

/* line 602, ../sass/partials/_match-centre.scss */

#match-centre-panel .panel-content {
	position: relative;
	min-height: auto;
	padding: 0;
}

/* line 608, ../sass/partials/_match-centre.scss */

#match-centre-panel #spprev {
	z-index: 100;
	float: left;
	margin: 0;
	height: 80px;
	width: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* line 638, ../sass/partials/_match-centre.scss */

#match-centre-panel #spnext {
	z-index: 100;
	right: 0 !important;
	position: absolute;
	margin: 0;
	height: 80px;
	width: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* line 669, ../sass/partials/_match-centre.scss */

#match-centre-panel .sproundname {
	display: none !important;
	color: #ffdb00;
	float: left;
	top: 16px;
	word-break: break-all;
	width: 50px;
	left: 45px;
	margin-left: 30px;
	margin-top: 15px;
}

/* line 681, ../sass/partials/_match-centre.scss */

#match-centre-panel .sproundname .last-word {
	font-size: 40px;
}

/* line 685, ../sass/partials/_match-centre.scss */

#match-centre-panel .widget_match_center .spcompname {
	float: none;
}

/* line 688, ../sass/partials/_match-centre.scss */

#match-centre-panel .widget_match_center .spteambye {
	color: #FFF;
	font-size: 11px;
	height: 50px;
	line-height: 24px;
	padding: 0 2px;
}

/* line 695, ../sass/partials/_match-centre.scss */

#match-centre-panel select {
	color: #FFF;
	height: 35px;
	font-weight: 100;
	margin-top: 25px;
	border: 1px solid #FFF;
	font-size: 12px;
	width: 100%;
}

/* line 707, ../sass/partials/_match-centre.scss */

#match-centre-panel #selectMe3 {
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
	font-size: 30px;
	margin-top: -11px;
	height: 65px;
	line-height: 69px;
	padding-left: 11px;
	font-family: "Roboto", sans-serif !important;
	-webkit-appearance: none;
	-moz-appearance: radio-container;
	appearance: none;
	border: none;
	font-weight: bold;
}

/* line 739, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-heading,
#match-centre-panel .selectMe3 {
	color: #FFF !important;
	text-transform: uppercase;
	text-align: center;
}

/* line 776, ../sass/partials/_match-centre.scss */

#match-centre-panel .widget_match_center .spmatch {
	width: 220px;
	height: auto;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left: 0px;
	border-right: 1px solid #FFF;
	padding: 0px;
	background: #1d2e5c;
}

/* line 798, ../sass/partials/_match-centre.scss */

#match-centre-panel .widget_match_center {
	height: 80px;
	z-index: 9999;
	margin-top: 0;
	margin-bottom: 0px;
	background: none;
}

/* line 806, ../sass/partials/_match-centre.scss */

#match-centre-panel div#match-center-top {
	margin-top: 0px;
	z-index: 200;
	position: relative;
	overflow: hidden;
	height: 80px;
}

/* line 813, ../sass/partials/_match-centre.scss */

#match-centre-panel #match-center-bottom {
	padding-top: 0px;
}

/* line 817, ../sass/partials/_match-centre.scss */

#match-centre-panel .widget_match_center .sp-match-link a,
#match-centre-panel .widget_match_center .spdate {
	color: #FFF;
	font-size: 12px;
}

/* line 822, ../sass/partials/_match-centre.scss */

#match-centre-panel .widget_match_center .spteam1,
#match-centre-panel .widget_match_center .spteam2 {
	color: #FFF;
	font-size: 12px;
	height: 26px;
	line-height: 0px;
	text-indent: 7px;
}

/* line 829, ../sass/partials/_match-centre.scss */

#match-centre-panel .widget_match_center .spscore {
	position: absolute;
	top: 34px;
	right: 9px;
	text-align: right;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
}

/* line 843, ../sass/partials/_match-centre.scss */

#match-centre-panel #spprev:before,
#match-centre-panel #spnext:before {
	display: block;
	content: '\f137';
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	color: #FFF;
	z-index: 99999;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0px 0px;
	top: -8px;
	border: none;
	left: 5px;
}

/* line 883, ../sass/partials/_match-centre.scss */

#match-centre-panel #spnext:before {
	content: '\f138';
}

/* line 887, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-center-box {
	padding-left: 0px;
}

/* line 905, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-centre-round {
	margin-left: 20px;
	width: 82px;
	border-left: 1px solid #FFF;
}

/* line 943, ../sass/partials/_match-centre.scss */

#match-centre-panel::before {
	content: "";
	top: -37px;
	left: 50%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2000;
	width: 80px;
	height: 80px;
	margin-left: -50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: center;
	display: block;
}

/* line 968, ../sass/partials/_match-centre.scss */

#match-centre-panel {
	clear: both;
	height: 81px;
	max-height: 81px;
}

/* line 990, ../sass/partials/_match-centre.scss */

.spstats {
	position: relative;
}

/* line 994, ../sass/partials/_match-centre.scss */

.spstats tr:first-child {
	display: block;
	height: 40px;
}

/* line 1010, ../sass/partials/_match-centre.scss */

.spstats tr:first-child th {
	display: inline-block;
}

/* line 1015, ../sass/partials/_match-centre.scss */

.spstats .playerlogo {
	display: none;
}

/* line 1020, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) {
	width: 40%;
	position: absolute;
	left: 0px;
	background: #FFF;
	min-height: 316px;
	top: 0px;
	border-right: 2px solid #d6d6d6;
}

/* line 1039, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .playerlogo {
	display: block;
}

/* line 1047, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .playerlogo img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
}

/* line 1054, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .playerpos {
	display: none;
}

/* line 1062, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .playername,
.spstats tr:nth-child(2) .teamname,
.spstats tr:nth-child(2) .playervalue {
	display: block;
}

/* line 1071, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .names {
	text-align: center !important;
	width: 45% !important;
}

/* line 1084, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .playervalue {
	width: 100% !important;
	text-align: center !important;
	margin-top: -15px;
}

/* line 1099, ../sass/partials/_match-centre.scss */

.spstats .sproweven {
	width: 60%;
	position: relative;
	float: left;
	left: 40%;
	background: #FFF;
	color: #000;
}

/* line 1115, ../sass/partials/_match-centre.scss */

.spstats .sproweven .playerpos {
	width: 18% !important;
	font-weight: bold !important;
}

/* line 1125, ../sass/partials/_match-centre.scss */

.spstats .sproweven .names {
	width: 70% !important;
	padding: 5px 10px !important;
}

/* line 1135, ../sass/partials/_match-centre.scss */

.spstats .sproweven .playervalue {
	width: 15% !important;
}

/* line 1144, ../sass/partials/_match-centre.scss */

.spstats .sproweven .playername,
.spstats .sproweven .teamname {
	display: block;
}

/* line 1149, ../sass/partials/_match-centre.scss */

.spstats .sproweven .playername a {
	color: #000;
	font-weight: bold;
}

/* line 1154, ../sass/partials/_match-centre.scss */

.spstats .sproweven .teamname a {
	font-size: 12px;
	color: #4e4e4e;
	line-height: 15px;
}

/* line 1162, ../sass/partials/_match-centre.scss */

.spstats .sproweven:nth-child(4),
.spstats .sproweven:nth-child(6) {
	background: #eae8e8;
}

/* line 1175, ../sass/partials/_match-centre.scss */

.spstats th:nth-child(2) {
	position: absolute;
	left: 40%;
}

/* line 1185, ../sass/partials/_match-centre.scss */

.spstats th:nth-child(3) {
	position: absolute;
	left: 60%;
}

/* line 1195, ../sass/partials/_match-centre.scss */

.spstats th:nth-child(4) {
	position: absolute;
	left: 88%;
}

/* line 1206, ../sass/partials/_match-centre.scss */

.ladder-heading {
	color: #FFF;
}

/* line 1214, ../sass/partials/_match-centre.scss */

#ladder-panel .right-column {
	margin-top: -20px;
}

/* line 1241, ../sass/partials/_match-centre.scss */

.stat-link {
	color: #FFF;
	text-transform: uppercase;
	background: #e41e31;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 1251, ../sass/partials/_match-centre.scss */

.stat-link:hover {
	color: #FFF;
}

/* line 1256, ../sass/partials/_match-centre.scss */

.goal-link {
	background: #FFF;
	text-align: right;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	padding-right: 10px;
	margin-right: 1px;
}

/* line 1266, ../sass/partials/_match-centre.scss */

.goal-link a {
	text-transform: uppercase;
}

/* line 1274, ../sass/partials/_match-centre.scss */

.stats-logo img {
	width: auto;
	max-width: 100%;
}

/* line 1281, ../sass/partials/_match-centre.scss */

#fixtures_lg-wrapper .fluid-width-video-wrapper {
	border: 1px solid #FFF;
}

/* line 1286, ../sass/partials/_match-centre.scss */

.home .spstats tr:nth-child(2) {
	min-height: 314px;
}

/* line 1299, ../sass/partials/_match-centre.scss */

.comp-dropdown {
	padding: 0px;
}

/* line 1325, ../sass/partials/_match-centre.scss */

.finals-ladder {
	display: none;
}

/* line 1, ../sass/partials/_search-form.scss */

#searchform {
	position: relative;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 80%;
	height: 34px;
	float: right;
	border-bottom: none;
	margin-bottom: 10px;
}

/* line 14, ../sass/partials/_search-form.scss */

#searchform .field {
	border: 1px solid #0C5B9E;
	float: left;
	color: #000;
	font-size: 22px;
	width: 80%;
	height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* line 26, ../sass/partials/_search-form.scss */

#footer #searchform .field {
	border: none;
}

/* line 33, ../sass/partials/_search-form.scss */

#searchform .submit {
	float: right;
	border: none;
	margin: 5px 5px 0 0;
	width: 18%;
	height: 40px;
	background: #e41e31;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #FFF;
}

/* line 54, ../sass/partials/_search-form.scss */

#searchform label {
	display: none;
}

/* line 60, ../sass/partials/_search-form.scss */

.headmenu #searchform {
	position: relative;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 80%;
	height: 34px;
	float: right;
	margin-bottom: 10px;
}

/* line 72, ../sass/partials/_search-form.scss */

.headmenu #searchform .field {
	border: 1px solid #0C5B9E;
	float: left;
	color: #000;
	font-size: 22px;
	width: 80%;
	height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* line 84, ../sass/partials/_search-form.scss */

#footer .headmenu #searchform .field {
	border: none;
}

/* line 91, ../sass/partials/_search-form.scss */

.headmenu #searchform .submit {
	float: right;
	border: none;
	margin: 5px 5px 0 0;
	width: 18%;
	height: 40px;
	background: #f7941d;
	-webkit-box-shadow: inset 0 0 30px #D85119;
	-moz-box-shadow: inset 0 0 30px #D85119;
	box-shadow: inset 0 0 30px #D85119;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* line 105, ../sass/partials/_search-form.scss */

.headmenu #searchform .submit:hover {
	-webkit-box-shadow: inset 0 0 20px #D85119;
	-moz-box-shadow: inset 0 0 20px #D85119;
	box-shadow: inset 0 0 20px #D85119;
}

/* line 112, ../sass/partials/_search-form.scss */

.headmenu #searchform label {
	display: none;
}

/* line 120, ../sass/partials/_search-form.scss */

#search_value {
	width: 59%;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 7px;
	height: 51px;
	border: 1px solid #dddddd;
}

/* line 132, ../sass/partials/_search-form.scss */

#search_value1 {
	width: 59%;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 7px;
	height: 51px;
	border: 1px solid #dddddd;
}

/* line 146, ../sass/partials/_search-form.scss */

#find-assoc {
	font-family: nzf-social;
	font-size: 22px;
	line-height: 26px;
	position: relative;
	top: 2px;
	height: 26px;
	margin-left: -40px;
	color: #0069aa;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
}

/* line 161, ../sass/partials/_search-form.scss */

#sb-search {
	top: 10px;
	right: 0px;
}

/* line 165, ../sass/partials/_search-form.scss */

.sb-icon-search {
	color: #00529c;
	z-index: 90;
	font-size: 24px;
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: nzf-social;
}

/* line 176, ../sass/partials/_search-form.scss */

.sb-icon-search,
.sb-search-submit {
	background: transparent;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	padding: 0;
	margin: 0;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
	font-family: nzf-social;
}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

/* line 192, ../sass/partials/_search-form.scss */

.sb-search {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	display: inline-block;
	width: 0%;
	min-width: 60px;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

/* line 219, ../sass/partials/_search-form.scss */

.menu-open .sb-search {
	display: none !important;
}

/* line 224, ../sass/partials/_search-form.scss */

.sb-search-input {
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 3px;
	outline: none;
	background: transparent;
	border: 1px solid transparent;
	height: 30px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 15px;
	padding-left: 10px;
	color: #0C5B9E;
	text-transform: uppercase;
}

/* line 256, ../sass/partials/_search-form.scss */

.sb-search-open {
	background: #0C5B9E;
}

/* line 258, ../sass/partials/_search-form.scss */

.home .sb-search-open {
	background: transparent;
}

/* line 261, ../sass/partials/_search-form.scss */

.sb-search-open .sb-search-input {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}

/* line 270, ../sass/partials/_search-form.scss */

.home .sb-search-open .sb-search-input {
	background: rgba(255, 255, 255, 0.8);
}

/* line 280, ../sass/partials/_search-form.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 285, ../sass/partials/_search-form.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 294, ../sass/partials/_search-form.scss */

.sb-icon-search,
.sb-search-submit {
	background: transparent;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	padding: 0;
	margin: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

/* line 313, ../sass/partials/_search-form.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: 100;
}

/* line 324, ../sass/partials/_search-form.scss */

.sb-icon-search {
	color: #00529c;
	z-index: 90;
	font-size: 24px;
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	speak: none;
}

/* line 331, ../sass/partials/_search-form.scss */

.sb-icon-search:before {
	content: "s";
	font-size: 22px;
}

/* Open state */

/* line 338, ../sass/partials/_search-form.scss */

#sb-search.sb-search-open {
	right: 0px;
}

/* line 342, ../sass/partials/_search-form.scss */

.sb-search.sb-search-open,
.no-js .sb-search {
	margin-left: 5px;
	z-index: 10000;
	width: 100%;
}

/* line 360, ../sass/partials/_search-form.scss */

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: transparent;
	color: #0C5B9E;
	z-index: 11;
}

/* line 367, ../sass/partials/_search-form.scss */

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* line 373, ../sass/partials/_search-form.scss */

#searchform {
	background: transparent !important;
}

/* line 376, ../sass/partials/_search-form.scss */

li.search {
	background: transparent;
}

/* line 379, ../sass/partials/_search-form.scss */

li.search:hover {
	background-color: transparent !important;
}

/* line 383, ../sass/partials/_search-form.scss */

#header #searchform {
	border-bottom: 2px solid #df1e2f;
}

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

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

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

.featured-image {
	margin-bottom: 2px;
	width: 100%;
}

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

.post-meta {
	font-style: italic;
	margin-top: 12px;
}

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

.navigation {
	margin: 40px 0;
}

/* line 12, ../sass/partials/_single.scss */

.navigation a.next-prev {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
}

/* line 16, ../sass/partials/_single.scss */

.navigation a.next-prev:hover,
.navigation a.next-prev.hovered {
	text-decoration: none;
	color: #0C5B9E;
}

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

body.singular.page .content-body .rpwe-block ul,
body.singular.single .container .rpwe-block ul {
	text-align: left;
	margin: 20px 15%;
	margin-left: 15% !important;
}

/* line 35, ../sass/partials/_single.scss */

.news {
	padding: 20px 0 80px;
	-webkit-background-size: cover cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

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

.photo-source {
	text-align: right;
	margin-top: -66px;
}

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

.photo-source .photo-text {
	margin-top: -35px;
	padding-right: 20px;
	color: #FFF;
	font-weight: 100;
	font-size: 12px;
	max-width: 75%;
	margin-left: 25%;
	line-height: 13px;
}

/* line 60, ../sass/partials/_single.scss */

h6.title-search-results {
	font-weight: normal;
	padding: 8px 0;
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	text-transform: none;
}

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

.news-single-excerpt p {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 88, ../sass/partials/_single.scss */

.single ul li,
.page ul li {
	list-style: inherit;
}

/* line 95, ../sass/partials/_single.scss */

.related_post li {
	list-style: none !important;
}

/* line 99, ../sass/partials/_single.scss */

.date-time {
	font-size: 13px;
}

/* line 103, ../sass/partials/_single.scss */

.singular img {
	max-width: 100%;
}

/* line 108, ../sass/partials/_single.scss */

.news-single-excerpt #ssba-classic-2 {
	display: none;
}

/* line 1, ../sass/partials/_landing-nav.scss */

.landing-nav {
	background: none;
	margin-bottom: 50px;
}

/* line 21, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li ul {
	display: none;
}

/* line 26, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	color: #fff;
}

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

.home #footer {
	color: #fff;
	z-index: 1;
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
	position: relative;
	z-index: 999;
}

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

.home #footer p {
	font-size: 12px;
}

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

.home #footer .footer-inner {
	width: 100%;
}

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

#footer {
	background-color: #00529c;
	color: #fff;
	z-index: 1;
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
	position: relative;
	z-index: 999;
}

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

#footer p {
	font-size: 12px;
}

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

#footer .footer-inner {
	width: 100%;
}

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

.footer-bottom {
	color: #fff;
	background: url("../images/footer_bg.jpg");
	min-height: 300px;
	padding-top: 40px;
}

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

.footer-bottom h1 {
	text-align: center;
	color: #FFF;
	padding-top: 21px;
	font-weight: 100;
}

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

.footer-bottom p,
.footer-bottom a {
	display: block;
	margin: 0;
	font-size: 12px;
	padding: 10px 0;
}

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

.fsp-link,
.footer-right {
	text-align: center;
	padding-top: 0px;
}

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

.mega-menu-menu ul {
	padding: 0px;
	margin: 0px;
}

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

.mega-menu-menu li {
	text-decoration: none;
	list-style-type: none !important;
	line-height: 24px;
}

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

.mega-menu-menu li a {
	color: #FFFFFF;
	font-size: 14px;
}

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

.mega-menu-menu li a:hover {
	text-decoration: none;
}

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

h2.hide-in-footer {
	margin: 10px 0;
	color: #FFF;
	font-weight: bold;
}

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

#footer .mega-menu.clearfix {
	text-align: left;
}

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

#footer .first {
	text-align: center;
}

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

#footer .first h2 {
	font-size: 14px;
	text-transform: initial;
	color: #FFFFFF;
}

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

#footer .first .mega-menu-menu li {
	display: inline-block;
}

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

#footer .first .mega-menu-menu li a {
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
}

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

#footer .second {
	border-left: 1px solid #FFF;
	margin-left: -2%;
	padding-left: 2.2%;
}

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

#footer .first li::before {
	content: " | ";
	font-size: 12px;
}

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

#footer .first li:first-child::before {
	content: " ";
	margin: 5px;
}

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

#footer h2 {
	font-size: 20px;
}

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

#footer .first img.img-responsive {
	margin-bottom: 20px;
	margin: auto;
	display: inline-block;
	padding: 10px;
	padding-top: 0px;
}

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

.footer-last {
	background: #00529c;
	color: #FFF;
	padding: 15px;
}

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

.footer-last p {
	padding-bottom: 0px;
	font-size: 13px;
	padding-top: 2px;
}

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

.footer-last li {
	line-height: 3px !important;
	font-size: 20px !important;
	padding-top: 5px;
}

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

.footer-last a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: initial;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin: 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	padding: 1px 12px;
	font-weight: bold;
	font-size: 12px !important;
}

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

.footer-last a:hover {
	text-decoration: none;
	color: #FFF;
}

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

.footer-last li::before {
	content: " | ";
	font-size: 12px;
}

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

.footer-last li:first-child::before {
	content: " ";
	margin: 5px;
}

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

ul.footer-last {
	margin-top: 5px;
}

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

#footer {
	position: relative;
}

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

.footer-bottom {
	position: relative;
}

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

.footer-bottom:before {
	content: "";
	background: #1C1A1B url("../images/scroll_arrow_icon_white.png") center top no-repeat;
	top: 0px;
	left: 50%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1000;
	margin-left: -50px;
	background-position: center;
	height: 40px;
	width: 80px;
	border-radius: 90px 90px 0 0;
	-moz-border-radius: 90px 90px 0 0;
	-webkit-border-radius: 0px 0px 90px 90px;
	border-radius: 0px 0px 90px 90px;
}

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

.footer-last .menu .current_page_item a,
.footer-bottom .menu .current_page_item a,
#footer .mega-menu-menu .current_page_item a {
	color: #FFF !important;
	text-decoration: underline;
	background: transparent !important;
}

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

#sp_logo_wrap {
	overflow: hidden;
}

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

#sp_logo_wrap #sp-logo {
	float: none !important;
	width: 100% !important;
	overflow: hidden;
}

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

#sp_logo_wrap #sp-logo a#pbsplink {
	float: none !important;
	display: block !important;
	background-position: center !important;
	width: 100% !important;
}

/* 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 88, ../sass/partials/_slick.scss */

.slick-slide img {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

/* line 1, ../sass/partials/_club-finder.scss */

#club-finder-panel {
	background-repeat: no-repeat !important;
	text-align: center !important;
	position: relative !important;
	-webkit-background-size: cover , 25% !important;
	-moz-background-size: cover , 25% !important;
	-o-background-size: cover , 25% !important;
	background-size: cover , 25% !important;
}

/* line 8, ../sass/partials/_club-finder.scss */

#club-finder-panel p {
	width: 70%;
	margin: auto;
	font-size: 18px;
	margin-bottom: 15px;
}

/* line 14, ../sass/partials/_club-finder.scss */

#club-finder-panel h3 {
	color: #000;
	font-weight: 100;
}

/* line 19, ../sass/partials/_club-finder.scss */

#club-finder-panel input[type="submit"] {
	background: url(../images/search-icon.png) no-repeat center center;
	width: 76px;
	height: 60px;
	font-size: 0;
	line-height: 0;
	position: relative;
	top: -7px;
	right: 61px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background-color: #00488a;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-background-size: 60% 60%;
	-moz-background-size: 60%;
	-o-background-size: 60%;
	background-size: 60%;
}

/* line 40, ../sass/partials/_club-finder.scss */

#club-finder-panel #search-value {
	width: 50%;
	height: 60px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 5px 5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 2px 5px 5px rgba(0, 0, 0, 0.12);
	box-shadow: inset 2px 5px 5px rgba(0, 0, 0, 0.12);
	border: 1px solid #cec9c9;
}

/* line 54, ../sass/partials/_club-finder.scss */

#club-finder-panel .widget-title {
	border-bottom: 1px solid #0c5b9e;
}

/* line 66, ../sass/partials/_club-finder.scss */

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

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

.partners-container {
	padding: 15px 0;
}

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

.partners-container .widget-title {
	max-width: 60%;
	margin: 20px 20%;
	border-bottom: 1px solid #0c5b9e;
}

/* line 13, ../sass/partials/_sponsors.scss */

.partners-container .partner-links {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

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

.partners-container .partner-links li {
	display: inline-block;
}

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

.partners-container .partner-links li img {
	max-width: 100%;
	height: auto;
	width: auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
}

/* line 54, ../sass/partials/_sponsors.scss */

.partners-container .partner-links li img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .5s ease-in-out;
}

/* line 71, ../sass/partials/_sponsors.scss */

#partners-panel .container {
	width: 85%;
}

/* line 77, ../sass/partials/_sponsors.scss */

#partners-panel .panel-content {
	padding: 40px 0 40px;
}

/* line 82, ../sass/partials/_sponsors.scss */

.sponsor-links {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* line 86, ../sass/partials/_sponsors.scss */

.sponsor-links li {
	display: inline-block;
}

/* line 104, ../sass/partials/_sponsors.scss */

.sponsor-links .slick-prev {
	position: relative;
	background: #000;
}

/* line 110, ../sass/partials/_sponsors.scss */

.sponsor-links .slick-next {
	position: relative;
	background: #000;
}

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

.sponsor-links2 {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* line 123, ../sass/partials/_sponsors.scss */

.sponsor-links2 li {
	display: inline-block;
}

/* line 141, ../sass/partials/_sponsors.scss */

.sponsor-links2 .slick-prev {
	position: relative;
	background: #000;
}

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

.sponsor-links2 .slick-next {
	position: relative;
	background: #000;
}

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

.sponsors-container .widget-title {
	text-align: center;
	color: #000;
	border-bottom: 1px solid #000;
}

/* line 163, ../sass/partials/_sponsors.scss */

.sponsors-container p {
	text-align: center;
}

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

.sponsors-container .slick-prev {
	display: block;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
	opacity: .85;
	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%);
	z-index: 100;
}

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

.sponsors-container .slick-prev:before {
	display: block;
	height: 85px;
	width: 46px;
	content: " ";
	background: url("../images/slider_left_arrow.png");
	background-repeat: no-repeat;
	position: relative;
	top: -20px;
}

/* line 200, ../sass/partials/_sponsors.scss */

.sponsors-container .slick-next {
	display: block;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
	opacity: .85;
	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%);
	z-index: 100;
	right: 10px;
}

/* line 222, ../sass/partials/_sponsors.scss */

.sponsors-container .slick-next:before {
	display: block;
	height: 85px;
	width: 46px;
	content: " ";
	background: url("../images/slider_right_arrow.png");
	background-repeat: no-repeat;
	position: relative;
	top: -20px;
}

/* line 235, ../sass/partials/_sponsors.scss */

.sponsors-container .slick-list.draggable {
	width: 80%;
	margin: auto !important;
}

/* line 245, ../sass/partials/_sponsors.scss */

.tab-content > .active .widget-title {
	display: none;
}

/* line 249, ../sass/partials/_sponsors.scss */

.tab-content > .active p {
	display: none;
}

/* line 256, ../sass/partials/_sponsors.scss */

.dual-logo .tab-content {
	clear: both;
}

/* line 260, ../sass/partials/_sponsors.scss */

.dual-logo .col-md-3 {
	text-align: right;
	z-index: 300;
}

/* line 265, ../sass/partials/_sponsors.scss */

.dual-logo .widget-title {
	text-align: left;
	border-bottom: 1px solid #0c5b9e;
}

/* line 270, ../sass/partials/_sponsors.scss */

.dual-logo p {
	text-align: left;
	padding-left: 10px;
}

/* line 276, ../sass/partials/_sponsors.scss */

.partners-container:after {
	content: "";
	display: table-cell;
	width: 100%;
}

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

.panel-silhouette-white {
	color: #000;
	background: #fff url("../images/scroll_arrow_icon_black.png") center top no-repeat;
}

/* line 6, ../sass/partials/_extra.scss */

.panel-red-right:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -280px;
	border-width: 0 0 280px 3000px;
	height: 280px;
	border-style: solid;
	border-color: transparent transparent #e41e31 transparent;
}

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

.panel-red-left:before {
	content: "";
	position: absolute;
	right: 0px;
	top: -280px;
	width: 100%;
	height: 280px;
	border-style: solid;
	border-width: 280px 0 0 3000px;
	border-color: transparent transparent transparent #e41e31;
}

/* line 73, ../sass/partials/_extra.scss */

.panel-grey-left:before {
	content: "";
	position: absolute;
	right: 0px;
	top: -280px;
	width: 100%;
	height: 280px;
	border-style: solid;
	border-width: 280px 0 0 3000px;
	border-color: transparent transparent transparent #ccc;
}

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

.panel-blue-right:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -280px;
	height: 280px;
	border-style: solid;
	border-width: 0 0 280px 3000px;
	border-color: transparent transparent #1d2d5c transparent;
}

/* line 139, ../sass/partials/_extra.scss */

.panel-blue-left:before {
	content: "";
	position: absolute;
	right: 0px;
	width: 100%;
	top: -280px;
	height: 280px;
	border-style: solid;
	border-width: 280px 0 0 3000px;
	border-color: transparent transparent transparent #1d2d5c;
}

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

.panel-yellow-right:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -280px;
	height: 280px;
	border-style: solid;
	border-width: 0 0 280px 3000px;
	border-color: transparent transparent #e1df33 transparent;
}

/* line 208, ../sass/partials/_extra.scss */

.panel-yellow-left:before {
	content: "";
	position: absolute;
	right: 0px;
	top: -280px;
	height: 280px;
	border-style: solid;
	border-width: 280px 0 0 3000px;
	border-color: transparent transparent transparent #e1df33;
}

/* line 242, ../sass/partials/_extra.scss */

.panel-pink-right:before {
	content: "";
	background: url("../images/pink_right_scroll_bg.png") no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: -103px;
}

/* line 254, ../sass/partials/_extra.scss */

.panel-pink-left:before {
	content: "";
	background: url("../images/pink_left_scroll_bg.png") no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: -127px;
}

/* line 267, ../sass/partials/_extra.scss */

.panel-content {
	position: relative;
	min-height: 300px;
	padding: 40px 0 110px;
}

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

.scroller:before {
	content: "";
	position: relative;
	background: url("../images/scroll_btn_icon.png") no-repeat;
	position: absolute;
	top: -24px;
	left: 48%;
	width: 40px;
	height: 20px;
	margin: 0 auto;
	cursor: pointer;
	z-index: 30000;
	color: #FFF;
	-webkit-background-size: 90% 90%;
	-moz-background-size: 90%;
	-o-background-size: 90%;
	background-size: 90%;
}

/* line 300, ../sass/partials/_extra.scss */

a:hover {
	text-decoration: none;
}

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

.panel-red-right,
.panel-none,
.panel-red-left,
.panel-blue-left,
.panel-blue-right,
.panel-yellow-right,
.panel-yellow-left,
.panel-pink-right,
.panel-pink-left,
.panel-grey-left {
	background-repeat: no-repeat !important;
	background-position: bottom left;
	position: relative;
	-webkit-background-size: cover cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	max-width: 100%;
}

/* line 319, ../sass/partials/_extra.scss */

.alignnone {
	margin: 5px 20px 20px 0;
}

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

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

/* line 329, ../sass/partials/_extra.scss */

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

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

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

/* line 339, ../sass/partials/_extra.scss */

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

/* line 344, ../sass/partials/_extra.scss */

a img.alignnone {
	margin: 5px 20px 20px 0;
}

/* line 348, ../sass/partials/_extra.scss */

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.wp-caption {
	background: #fff;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

/* line 367, ../sass/partials/_extra.scss */

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	text-align: center;
}

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

.wp-caption.alignleft {
	margin: 5px 35px 20px 0;
	text-align: left;
}

/* line 377, ../sass/partials/_extra.scss */

.wp-caption.alignright {
	margin: 5px 0 20px 35px;
	text-align: right;
}

/* line 381, ../sass/partials/_extra.scss */

.wp-caption.alignright {
	text-align: right;
}

/* line 385, ../sass/partials/_extra.scss */

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

/* line 394, ../sass/partials/_extra.scss */

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

/* line 402, ../sass/partials/_extra.scss */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* line 410, ../sass/partials/_extra.scss */

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* line 585, ../sass/partials/_extra.scss */

.juicer-feed h1.referral {
	display: none !important;
}

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

#stats-standings-panel {
	position: relative !important;
	-webkit-background-size: cover cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: #000;
}

/* line 6, ../sass/partials/_npl.scss */

#stats-standings-panel .first,
#stats-standings-panel .second,
#stats-standings-panel .third {
	border-top: 1px solid #FFF;
	padding-top: 10px;
}

/* line 30, ../sass/partials/_npl.scss */

#stats-standings-panel h1 {
	color: #FFF;
	text-align: left;
	padding-bottom: 10px;
}

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

#stats-standings-panel h2 {
	color: #FFF;
}

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

#stats-standings-panel h3 {
	color: #FFF;
	padding-left: 30px;
	clear: both;
	margin-bottom: 0px;
}

/* line 54, ../sass/partials/_npl.scss */

#stats-standings-panel h4 {
	color: #FFF;
}

/* line 58, ../sass/partials/_npl.scss */

#stats-standings-panel .npl_heading {
	padding-left: 20px;
}

/* line 62, ../sass/partials/_npl.scss */

#stats-standings-panel .more {
	text-align: center;
}

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

#stats-standings-panel .more a {
	background: #006EA7;
	color: #000;
	padding: 8px 24px;
}

/* line 69, ../sass/partials/_npl.scss */

#stats-standings-panel .more a:hover {
	text-decoration: none;
}

/* line 73, ../sass/partials/_npl.scss */

#stats-standings-panel .spfixture {
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

#stats-standings-panel .spscore {
	display: block !important;
	color: #00529c;
	font-weight: 600;
}

/* line 85, ../sass/partials/_npl.scss */

#stats-standings-panel .team1score {
	position: relative;
	text-align: center;
	top: 15px;
	left: 35px;
}

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

#stats-standings-panel .team2score {
	position: relative;
	text-align: center;
	top: 15px;
	float: right;
	right: 35px;
}

/* line 116, ../sass/partials/_npl.scss */

#stats-standings-panel .other-competions {
	margin-bottom: 20px;
}

/* line 121, ../sass/partials/_npl.scss */

#stats-standings-panel .other-competions a {
	color: #FFF;
}

/* line 127, ../sass/partials/_npl.scss */

#stats-standings-panel .other-competions .active {
	border-bottom: 1px solid #FFF;
}

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

#women-stats-standing-panel {
	position: relative !important;
	-webkit-background-size: cover cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: #000;
}

/* line 141, ../sass/partials/_npl.scss */

#women-stats-standing-panel h1 {
	color: #FFF;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}

/* line 151, ../sass/partials/_npl.scss */

#women-stats-standing-panel h2 {
	color: #FFF;
}

/* line 155, ../sass/partials/_npl.scss */

#women-stats-standing-panel h3 {
	color: #FFF;
	padding-left: 30px;
	clear: both;
	margin-bottom: 0px;
}

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

#women-stats-standing-panel h4 {
	color: #FFF;
}

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

#women-stats-standing-panel .npl_heading {
	padding-left: 20px;
}

/* line 172, ../sass/partials/_npl.scss */

#women-stats-standing-panel .more {
	text-align: center;
}

/* line 174, ../sass/partials/_npl.scss */

#women-stats-standing-panel .more a {
	background: #006EA7;
	color: #000;
	padding: 8px 24px;
}

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

#women-stats-standing-panel .more a:hover {
	text-decoration: none;
}

/* line 183, ../sass/partials/_npl.scss */

#women-stats-standing-panel .spfixture {
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

#women-stats-standing-panel .spscore {
	display: block !important;
	color: #00529c;
	font-weight: 600;
}

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

#women-stats-standing-panel .team1score {
	position: relative;
	text-align: center;
	top: 15px;
	left: 35px;
}

/* line 207, ../sass/partials/_npl.scss */

#women-stats-standing-panel .team2score {
	position: relative;
	text-align: center;
	top: 15px;
	float: right;
	right: 35px;
}

/* line 221, ../sass/partials/_npl.scss */

#women-stats-standing-panel .panel-content {
	padding: 0px 0 0px;
}

/* line 228, ../sass/partials/_npl.scss */

.results_container .table_header {
	background: #231f20;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	display: none;
}

/* line 236, ../sass/partials/_npl.scss */

.results_container .table_header h2 {
	color: #FFF;
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	margin: 0px;
}

/* line 245, ../sass/partials/_npl.scss */

.results_container .table_header a {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
}

/* line 262, ../sass/partials/_npl.scss */

.results_container .fixturerow {
	font-family: 'Rajdhani', sans-serif;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	height: 200px;
}

/* line 272, ../sass/partials/_npl.scss */

.results_container .fixturerow .spteam2 {
	right: 0px;
	text-align: left;
	position: absolute;
	top: 22%;
}

/* line 283, ../sass/partials/_npl.scss */

.results_container .fixturerow .spteam1 {
	left: 5px;
	position: absolute;
	top: 22%;
}

/* line 292, ../sass/partials/_npl.scss */

.results_container .fixturerow .sp-match-link {
	position: relative;
	top: 87px;
	text-align: center;
	color: #000;
}

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

.results_container .fixturerow .spversus {
	position: relative;
	text-align: center;
	top: -88px;
	color: #00529c;
	font-size: 23px;
	font-weight: 700;
}

/* line 318, ../sass/partials/_npl.scss */

.results_container .fixturerow .spdate {
	color: #000;
	position: relative;
	word-break: break-all;
	text-align: center;
	margin: auto;
	font-size: 13px;
	top: 84px;
	width: 200px;
	left: 3px;
	margin-bottom: 23px;
}

/* line 339, ../sass/partials/_npl.scss */

.results_container .fixturerow .scoredivider {
	display: none;
}

/* line 346, ../sass/partials/_npl.scss */

.results_container .sp-match-link a {
	color: transparent;
	position: relative;
	left: 63px;
	width: 100%;
	z-index: 30;
	font-size: 35px;
	top: -8px;
}

/* line 356, ../sass/partials/_npl.scss */

.results_container .sp-match-link .emoji {
	display: none !important;
}

/* line 361, ../sass/partials/_npl.scss */

.results_container .sp-match-link:after {
	position: relative;
	content: 'Match Centre';
	color: #FFF;
	background: #e41d32;
	padding: 10px;
	left: -54px;
	top: -15px;
}

/* line 374, ../sass/partials/_npl.scss */

.fixtures_box h1.fixtures_heading {
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
}

/* line 400, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper {
	padding: 20px 0;
	color: #fff;
	width: 100%;
	float: left;
	overflow: hidden;
}

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

#fixtures_lg-wrapper #sp-comp-links {
	display: none;
}

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

#fixtures_lg-wrapper #spnext {
	display: none;
}

/* line 415, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper #spprev {
	display: none;
}

/* line 419, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper table {
	margin: 0;
	border: none;
	border-collapse: collapse;
	width: 100%;
	background: #1d2e5c;
}

/* line 427, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper .spcompname {
	display: none !important;
}

/* line 432, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper .sproundname {
	display: none !important;
}

/* line 436, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper .spmatch-title {
	display: block !important;
	position: relative;
	text-align: center;
	top: 23px;
}

/* line 444, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper .spmatchname {
	display: block;
	font-size: 12px;
	position: absolute;
	top: 76%;
	right: 115px;
	width: 152px;
	text-align: left;
	line-height: 14px;
}

/* line 464, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper .spvenue {
	display: block;
	font-size: 12px;
	font-size: 12px;
	position: absolute;
	top: 76%;
	left: 122px;
	width: 152px;
	text-align: right;
	line-height: 14px;
}

/* line 488, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper table td,
.fixtures_box table th {
	font-family: 'Rajdhani', sans-serif;
	font-weight: normal;
	border: none;
	padding: 8px;
	text-align: left;
	width: 0px;
	font-size: 13px;
}

/* line 504, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper .ladder_container tr:last-child {
	border-bottom: 2px solid #FFF;
}

/* line 509, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper table th {
	background: #e41d32;
	color: #FFF;
	text-align: left !important;
	padding: 8px;
	font-size: 13px;
}

/* line 517, ../sass/partials/_npl.scss */

.results_container .spteam1 .team1name {
	display: block;
	float: left;
	padding-left: 55px;
	text-align: center;
	background-repeat: no-repeat;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-o-background-size: 35px 35px;
	background-size: 35px 35px;
	width: 180px;
	top: 23px;
	position: relative;
	font-size: 12px;
	color: #00529c;
	text-transform: uppercase;
	word-break: break-word;
	left: 109px;
}

/* line 541, ../sass/partials/_npl.scss */

.results_container .spteam2 .team2name {
	display: block;
	float: right;
	padding-right: 55px;
	text-align: center !important;
	background-repeat: no-repeat;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-o-background-size: 35px 35px;
	background-size: 35px 35px;
	width: 180px;
	top: 23px;
	position: relative;
	font-size: 12px;
	color: #00529c;
	text-transform: uppercase;
	word-break: break-word;
	right: 109px;
}

/* line 567, ../sass/partials/_npl.scss */

.results_container .fixturerow:nth-child(odd) {
	background: rgba(0, 0, 0, 0.1);
}

/* line 574, ../sass/partials/_npl.scss */

#stats-standings-panel .panel-content .spteams::before {
	position: relative;
	content: 'VS';
	color: #999;
	clear: both;
	font-size: 23px;
	text-align: center;
	position: relative;
	top: -16px;
	font-weight: 500;
}

/* line 601, ../sass/partials/_npl.scss */

#women-stats-standing-panel .panel-content .spteams::before {
	position: relative;
	content: 'VS';
	color: #999;
	clear: both;
	font-size: 23px;
	text-align: center;
	position: relative;
	top: -16px;
	font-weight: 500;
}

/* line 627, ../sass/partials/_npl.scss */

.tab-content > .active .group3 {
	clear: both;
}

/* line 633, ../sass/partials/_npl.scss */

.group4 {
	clear: both;
}

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

.fixlogo {
	text-align: center;
}

/* line 643, ../sass/partials/_npl.scss */

.ladder_container tr.sprowodd {
	background: rgba(255, 255, 255, 0.1);
}

/* line 651, ../sass/partials/_npl.scss */

.statleader-container .leader-txt {
	display: none;
}

/* line 656, ../sass/partials/_npl.scss */

.statleader-container .statleader-nameblock {
	text-align: center;
	padding-top: 10px;
}

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

.statleader-container .statleader-nameblock .playerlink {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
}

/* line 670, ../sass/partials/_npl.scss */

.statleader-container .statleader-nameblock .statleader-teamlink {
	color: #999999;
}

/* line 676, ../sass/partials/_npl.scss */

.statleader-container .statleader-valuewrap {
	overflow: hidden;
	position: relative;
	left: 30%;
	color: #e41d32;
}

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

.statleader-container .statleader-valuewrap .statleader-value {
	float: left;
	padding-right: 5px;
}

/* line 693, ../sass/partials/_npl.scss */

.statleader-container .statleader-table td {
	padding: 5px 10px !important;
}

/* line 697, ../sass/partials/_npl.scss */

.statleader-container .statleader-table a {
	color: #000;
}

/* line 707, ../sass/partials/_npl.scss */

.statleader-container .sl-pos {
	vertical-align: top;
}

/* line 712, ../sass/partials/_npl.scss */

.ladder {
	padding-top: 20px;
}

/* line 2, ../sass/partials/_social-hub.scss */

#social-hub-panel .tab-content {
	display: none;
}

/* line 5, ../sass/partials/_social-hub.scss */

#social-hub-panel .tab-content.active {
	display: block;
}

/* line 8, ../sass/partials/_social-hub.scss */

#social-hub-panel .tab-menu li:not(:first-of-type)::before {
	content: "|";
	display: inline-block;
	margin: 0 14px 0 10px;
	color: #0C5B9E;
	font-size: 20px;
}

/* line 15, ../sass/partials/_social-hub.scss */

#social-hub-panel .tab-menu li.active a {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid;
	text-decoration: none;
}

/* line 21, ../sass/partials/_social-hub.scss */

#social-hub-panel .tab-menu {
	text-align: center;
	max-width: 70%;
	margin: auto;
	padding-left: 0px;
}

/* line 26, ../sass/partials/_social-hub.scss */

#social-hub-panel .tab-menu li {
	display: inline-block;
}

/* line 28, ../sass/partials/_social-hub.scss */

#social-hub-panel .tab-menu li a {
	font-size: 20px;
	text-decoration: none;
}

/* line 34, ../sass/partials/_social-hub.scss */

#social-hub-panel #aggro-container .aggroItem {
	float: left;
}

/* line 37, ../sass/partials/_social-hub.scss */

#social-hub-panel .container {
	width: 100%;
}

/* line 41, ../sass/partials/_social-hub.scss */

#social-hub-panel .widget-title {
	border-bottom: 1px solid #0c5b9e;
	max-width: 70%;
	margin: 20px 15%;
}

/* line 49, ../sass/partials/_social-hub.scss */

#aggroPagination {
	display: none;
}

/* line 55, ../sass/partials/_social-hub.scss */

.connect_with_us_inner .twCard:nth-of-type(odd) {
	background: #e41d32;
}

/* line 58, ../sass/partials/_social-hub.scss */

.connect_with_us_inner .twCard {
	background: #00488a;
}

/* line 61, ../sass/partials/_social-hub.scss */

.connect_with_us_inner .aggroDate a {
	display: none;
}

@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;
}

/* 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 47, ../sass/app.scss */

.feedzy-rss .rss_item {
	border-bottom: none !important;
	padding: 10px 0px !important;
}

/* line 52, ../sass/app.scss */

body {
	background: #fff;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden !important;
}

/* line 60, ../sass/app.scss */

.col-1,
.col-2 {
	float: left;
	position: relative;
	min-height: 1px;
}

/* line 75, ../sass/app.scss */

.post-type-archive-player .col-1 {
	padding-top: 15px;
}

/* line 87, ../sass/app.scss */

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

/* line 90, ../sass/app.scss */

#logo {
	position: absolute;
	top: 0;
	background: url("../images/sabres-logo.png") 0 0 no-repeat;
}

/* line 115, ../sass/app.scss */

#logo a {
	display: block;
	height: 119px;
}

/* line 124, ../sass/app.scss */

#hero {
	background: none !important;
}

/* line 126, ../sass/app.scss */

.home #hero {
	margin-bottom: 0;
}

/* line 142, ../sass/app.scss */

.single-landing #hero,
.post-type-archive-player #hero,
.page-template-page-templatesprofiles-page-php #hero {
	margin-bottom: 0;
}

/* line 148, ../sass/app.scss */

#content-wrap {
	background: #fff;
	padding: 20px 0 50px;
}

/* line 152, ../sass/app.scss */

.single #content-wrap {
	padding-top: 0px;
}

/* line 156, ../sass/app.scss */

#content {
	padding-top: 15px;
}

/* line 159, ../sass/app.scss */

.has-club-logos #content {
	padding-top: 0;
}

/* line 163, ../sass/app.scss */

#sidebar {
	padding: 20px;
	padding-top: 0px;
	padding-top: 0px;
	border-left: 1px solid #b2b2b2;
}

/* line 169, ../sass/app.scss */

.has-club-logos #sidebar {
	padding-top: 20px;
}

/* line 174, ../sass/app.scss */

.fsp-adv-social-media {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* line 181, ../sass/app.scss */

.fsp-adv-social-media li {
	display: inline-block;
	margin-left: 5px;
}

/* line 184, ../sass/app.scss */

.fsp-adv-social-media li.share-title {
	display: none;
}

/* line 186, ../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: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	top: -4px;
}

/* line 193, ../sass/app.scss */

.fsp-adv-social-media li a {
	font-size: 30px;
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	speak: none;
	color: #f7941d !important;
}

/* line 197, ../sass/app.scss */

.fsp-adv-social-media li a:hover {
	color: #0C5B9E !important;
	text-decoration: none;
}

/* line 205, ../sass/app.scss */

.lower-section {
	margin-top: 20px;
}

/* line 209, ../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 (min-width: 200px) and (max-width: 992px) {

/* line 575, ../sass/partials/_extra.scss */

#slider-panel li.slick-current img {
	opacity: 1;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) {

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

.event {
	display: none;
}

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

.headmenu .col-md-3 {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: -10px;
}

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

#partners-panel .container {
	width: 98%;
}

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

#footer .mega-menu.clearfix {
	text-align: center;
}

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

.logo1 {
	width: auto !important;
	float: none !important;
}

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

.logo1 img {
	max-width: auto;
	height: auto;
}

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

.js .sub-header-menu {
	display: none;
}

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

.js .main-nav {
	position: relative;
	clear: both;
	margin: 0 auto;
}

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

.js .main-nav .menu {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

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

.js .main-nav .menu li {
	float: none;
	border: none;
}

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

.js .main-nav .menu li a {
	color: #FFF;
	font-weight: bold;
	padding: 0 15px;
	border: none;
	text-shadow: none;
	text-align: left;
	cursor: pointer;
}

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

.js .main-nav .menu li li:hover {
	background: none !important;
}

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

.js .main-nav .menu li li a {
	position: relative;
	padding: 0 10px 0 30px;
}

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

.js .main-nav .menu li li li a {
	position: relative;
	padding: 0 10px 0 40px;
}

/* line 356, ../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 363, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a::before {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 20px;
}

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

.js .main-nav .menu li li li a::before {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 20px;
}

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

.js .main-nav .menu li li li a::after {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 30px;
}

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

.js .main-nav .menu li ul {
	position: static;
	visibility: visible;
}

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

.js .main-nav .menu li:hover ul {
	display: block;
}

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

.js .main-nav .menu li .toggle-on ul {
	display: block;
}

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

.js .main-nav .menu ul {
	min-width: 0;
}

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

.js .main-nav #responsive_current_menu_item {
	display: none;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	height: 40px;
}

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

.js .main-nav a#responsive_menu_button {
	display: block;
	left: auto;
	width: 23px;
	cursor: pointer;
	line-height: 30px;
	position: absolute;
}

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

.js .main-nav a#responsive_menu_button:hover {
	text-decoration: none;
}

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

.js .main-nav a#responsive_menu_button:after {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: "\68";
	color: #00529c;
	font-size: 45px;
}

}

@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 283, ../sass/partials/_nav.scss */

.js .main-nav {
	margin-left: -15px;
	margin-right: -15px;
}

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

.js .main-nav .menu li a {
	font-size: 20px;
	height: 39px;
	line-height: 40px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 767px) {

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

.js .main-nav .menu {
	top: 0px;
	z-index: 99999;
	padding-top: 20px;
	background: #0C5B9E;
}

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

.js .main-nav a#responsive_menu_button {
	top: -100px;
	right: 50px;
	height: 30px;
}

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

.js .main-nav a#responsive_menu_button:after {
	font-size: 45px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 768px) {

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

.js .main-nav .menu {
	top: 0px;
	z-index: 99999;
	background: #0C5B9E;
}

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

.js .main-nav a#responsive_menu_button {
	top: -100px;
	right: 50px;
	height: 60px;
}

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

.js .main-nav a#responsive_menu_button:after {
	font-size: 45px;
}

}

@media (min-width: 240px) and (max-width: 400px) {

/* line 479, ../sass/partials/_extra.scss */

.latest-news .col-xs-6 {
	width: 100%;
}

/* line 485, ../sass/partials/_extra.scss */

#fixtures_lg-wrapper .spmatchname,
#fixtures_lg-wrapper .spvenue {
	display: none;
}

/* line 487, ../sass/partials/_extra.scss */

.panel-red-left:before,
.panel-blue-left:before,
.panel-yellow-left:before,
.panel-pink-left:before,
.panel-grey-left:before {
	top: -450px;
	height: 450px;
	border-width: 450px 0 0 3000px;
}

/* line 496, ../sass/partials/_extra.scss */

.panel-red-right:before,
.panel-blue-right:before,
.panel-yellow-right:before,
.panel-pink-right:before {
	top: -450px;
	border-width: 0 0 450px 3000px;
	height: 450px;
}

/* line 503, ../sass/partials/_extra.scss */

.rssfeed {
	font-size: 12px;
}

/* line 507, ../sass/partials/_extra.scss */

.widget-title {
	font-size: 16px !important;
}

}

@media (min-width: 240px) and (max-width: 320px) {

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

.fixtures_heading img {
	display: none;
}

/* line 442, ../sass/partials/_extra.scss */

.results_container .spteam1,
.results_container .spteam2,
.panel-content .active-match .spteam1,
.panel-content .active-match .spteam2 {
	background-image: none !important;
}

/* line 447, ../sass/partials/_extra.scss */

.results_container .spteam1 .team1name {
	padding-left: 0px;
}

/* line 451, ../sass/partials/_extra.scss */

.results_container .spteam2 .team2name {
	padding-right: 0px;
}

/* line 455, ../sass/partials/_extra.scss */

.js .main-nav a#responsive_menu_button {
	right: 20px;
}

/* line 459, ../sass/partials/_extra.scss */

.js .main-nav a#responsive_menu_button:after {
	font-size: 30px;
}

/* line 463, ../sass/partials/_extra.scss */

.fixtures_box table td,
.fixtures_box table th {
	font-size: 13px;
}

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

.results_container .spteam2 .team2name,
.results_container .spteam1 .team1name {
	width: 140px;
}

/* line 472, ../sass/partials/_extra.scss */

#npl-panel .panel-content .active-match .spteam2 .team2name,
#npl-panel .panel-content .active-match .spteam1 .team1name {
	width: 101px;
}

}

@media only screen and (min-width: 600px) and (max-width: 766px) {

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

.sub-main-nav li a {
	font-size: 12px;
}

}

@media (max-width: 767px), (min-width: 768px) {

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

#nav-container .container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

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

.logo {
	text-align: center;
}

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

.top-sitelogos .leaderboard,
.top-sitelogos .multi-sites {
	display: none;
}

/* line 30, ../sass/partials/_typography.scss */

h3,
h2 {
	font-size: 16px;
	line-height: 20px;
}

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

.page #sidebar {
	margin-top: 0px;
}

/* line 247, ../sass/partials/_typography.scss */

.single #sidebar {
	margin-top: 0px;
}

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

.slick-slider-container .slider-nav-container {
	display: none;
}

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

.slick-slider-container .saafl-slider li .caption {
	position: relative;
	background: none;
}

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

.slick-slider-container .saafl-slider li .caption .caption-header h1 {
	font-size: 16px;
}

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

.slick-slider-container .saafl-slider li .slider-caption-wrapper {
	width: 100%;
}

/* line 71, ../sass/partials/_gallery.scss */

.gallery-container img {
	width: 90%;
}

/* line 116, ../sass/partials/_gallery.scss */

.gallery-container .box {
	text-align: center;
}

/* line 334, ../sass/partials/_match-centre.scss */

#match-centre-panel::before {
	display: none;
}

/* line 372, ../sass/partials/_match-centre.scss */

.fix-right {
	display: none;
}

/* line 535, ../sass/partials/_match-centre.scss */

.tab-content .matchcentre .col-md-9 {
	margin-top: 0px;
}

/* line 608, ../sass/partials/_match-centre.scss */

#match-centre-panel #spprev {
	width: 30px;
}

/* line 638, ../sass/partials/_match-centre.scss */

#match-centre-panel #spnext {
	width: 30px;
}

/* line 707, ../sass/partials/_match-centre.scss */

#match-centre-panel #selectMe3 {
	font-size: 20px;
	padding-left: 0px;
}

/* line 745, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-heading {
	text-align: left;
	font-size: 13px;
	padding-left: 0px;
	margin-left: -10px;
	z-index: 1;
	position: relative;
}

/* line 843, ../sass/partials/_match-centre.scss */

#match-centre-panel #spprev:before,
#match-centre-panel #spnext:before {
	font-size: 18px;
	left: 0px;
}

/* line 943, ../sass/partials/_match-centre.scss */

#match-centre-panel::before {
	display: none;
}

/* line 1, ../sass/partials/_search-form.scss */

#searchform {
	float: none;
	width: 100%;
}

/* line 60, ../sass/partials/_search-form.scss */

.headmenu #searchform {
	float: none;
	width: 100%;
}

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

.home #footer .footer-inner {
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding: 30px 0 0px 0;
}

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

#footer .footer-inner {
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding: 30px 0 0px 0;
}

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

#footer .second,
#footer .third,
#footer .fourth,
#footer .fifth {
	display: none;
}

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

.footer-bottom h1 {
	font-size: 30px;
}

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

.footer-bottom p,
.footer-bottom a {
	text-align: center;
}

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

.footer-bottom p {
	text-align: center;
}

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

.footer-last p {
	text-align: left;
}

/* line 374, ../sass/partials/_npl.scss */

.fixtures_box h1.fixtures_heading {
	font-size: 23px;
	line-height: 39px;
}

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

.ladder_container {
	padding-top: 20px;
}

/* line 65, ../sass/app.scss */

.col-1 {
	width: 100%;
}

/* line 79, ../sass/app.scss */

.col-2 {
	width: 100%;
}

}

@media (min-width: 768px), (min-width: 992px), (min-width: 1200px) {

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

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

/* line 9, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li {
	height: 84px;
	line-height: 84px;
	width: inherit;
}

}

@media (min-width: 768px) {

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

.top-nav li a {
	font-size: 16px;
}

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

.custom-header-img {
	width: 100%;
	height: 71px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin: 55px 0 36px;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 10px;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 10px;
}

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

.landing-gallery li {
	width: 32%;
}

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

.landing-gallery li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

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

.landing-gallery li:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 0;
}

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

.video-section {
	padding-top: 40px;
}

/* line 226, ../sass/partials/_gallery.scss */

.video-section .video-slider .aggroItem {
	padding-bottom: 15px;
}

/* line 253, ../sass/partials/_gallery.scss */

.video-section .video-thumbs {
	margin-top: 15px;
}

/* line 272, ../sass/partials/_gallery.scss */

.video-section .video-thumbs .aggroImageHolder {
	height: auto;
}

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

.video-section .video-thumbs .aggroItem {
	margin: 10px;
}

/* line 95, ../sass/partials/_live-stats.scss */

#mc_wrap {
	display: none;
}

/* line 111, ../sass/partials/_live-stats.scss */

.match-centre-phone {
	display: block;
}

/* line 26, ../sass/partials/_match-centre.scss */

.mc-select,
#sblock4_dropdown {
	top: 5px;
	height: 25px;
}

/* line 121, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	width: 83%;
}

/* line 887, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-center-box {
	padding-left: 0px;
	padding-top: 0px;
}

/* line 905, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-centre-round {
	width: 7%;
	clear: inherit;
	margin-left: 8px;
}

/* line 968, ../sass/partials/_match-centre.scss */

#match-centre-panel {
	height: 81px;
	max-height: 81px;
}

/* line 1214, ../sass/partials/_match-centre.scss */

#ladder-panel .right-column {
	margin-top: 20px;
}

/* line 207, ../sass/partials/_search-form.scss */

.menu-open .sb-search {
	display: none;
}

/* line 224, ../sass/partials/_search-form.scss */

.sb-search-input {
	width: 93%;
}

/* line 26, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	padding: 0 5px;
}

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

.home #footer {
	height: inherit;
	padding-bottom: 0px;
}

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

#footer {
	height: inherit;
	padding-bottom: 0px;
}

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

.partners-container .partner-links li {
	padding: 10px;
}

/* line 86, ../sass/partials/_sponsors.scss */

.sponsor-links li {
	padding: 10px;
}

/* line 123, ../sass/partials/_sponsors.scss */

.sponsor-links2 li {
	padding: 10px;
}

/* line 6, ../sass/partials/_extra.scss */

.panel-red-right:before {
	top: -220px;
	border-width: 0 0 220px 3000px;
	height: 220px;
}

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

.panel-red-left:before {
	top: -220px;
	border-width: 220px 0 0 3000px;
	height: 220px;
}

/* line 73, ../sass/partials/_extra.scss */

.panel-grey-left:before {
	top: -220px;
	border-width: 220px 0 0 3000px;
	height: 220px;
}

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

.panel-blue-right:before {
	top: -220px;
	border-width: 0 0 220px 3000px;
	height: 220px;
}

/* line 139, ../sass/partials/_extra.scss */

.panel-blue-left:before {
	top: -220px;
	border-width: 220px 0 0 3000px;
	height: 220px;
}

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

.panel-yellow-right:before {
	top: -220px;
	border-width: 0 0 220px 3000px;
	height: 220px;
}

/* line 208, ../sass/partials/_extra.scss */

.panel-yellow-left:before {
	top: -220px;
	border-width: 220px 0 0 3000px;
	height: 220px;
}

/* line 574, ../sass/partials/_npl.scss */

#stats-standings-panel .panel-content .spteams::before {
	display: block;
}

/* line 601, ../sass/partials/_npl.scss */

#women-stats-standing-panel .panel-content .spteams::before {
	display: block;
}

/* line 90, ../sass/app.scss */

#logo {
	width: 437px;
	left: -20px;
	z-index: 1000;
}

/* line 126, ../sass/app.scss */

.home #hero {
	padding-bottom: 0px;
}

}

@media only screen and (max-width: 992px) and (min-width: 200px) {

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

.blog-5 .js .main-nav .menu li:hover a,
.blog-5 .menu .current_page_item > a,
.blog-5 .menu .current-menu-item > a {
	color: #000 !important;
}

}

@media (min-width: 992px) {

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

#nav-container .container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

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

.main-nav {
	margin-left: 0px;
}

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

.top-nav li a {
	font-size: 20px;
}

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

.top-sitelogos .leaderboard,
.top-sitelogos .multi-sites {
	display: block;
}

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

.custom-header-img {
	width: 100%;
	height: 91px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin: 55px 0 58px;
}

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

.slick-dots {
	left: -600px;
}

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

.slider-nav-container .slick-prev {
	left: -620px;
}

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

.slider-nav-container .slick-next {
	left: -493px;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 20px;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 20px;
}

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

.video-section {
	-webkit-background-size: auto 800px;
	-moz-background-size: auto 800px;
	-o-background-size: auto 800px;
	background-size: auto 800px;
	padding-top: 20px;
}

/* line 226, ../sass/partials/_gallery.scss */

.video-section .video-slider .aggroItem {
	padding-bottom: 20px;
}

/* line 237, ../sass/partials/_gallery.scss */

.video-section .video-slider .slick-prev,
.video-section .video-slider .slick-next {
	display: none !important;
}

/* line 253, ../sass/partials/_gallery.scss */

.video-section .video-thumbs {
	margin-top: 8px;
}

/* line 272, ../sass/partials/_gallery.scss */

.video-section .video-thumbs .aggroImageHolder {
	height: auto;
}

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

.video-section .video-thumbs .aggroItem {
	margin: 20px;
}

/* line 135, ../sass/partials/_live-stats.scss */

#spls_comp_list_scroller.new-width {
	width: 760px !important;
}

/* line 26, ../sass/partials/_match-centre.scss */

.mc-select,
#sblock4_dropdown {
	top: 5px;
	height: 25px;
}

/* line 121, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	width: 83%;
}

/* line 608, ../sass/partials/_match-centre.scss */

#match-centre-panel #spprev {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 40px;
}

/* line 638, ../sass/partials/_match-centre.scss */

#match-centre-panel #spnext {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 40px;
}

/* line 707, ../sass/partials/_match-centre.scss */

#match-centre-panel #selectMe3 {
	font-size: 30px;
	padding-left: 11px;
}

/* line 745, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-heading {
	display: block;
	margin-left: -11px;
	font-size: 15px;
	padding-left: 0px;
}

/* line 843, ../sass/partials/_match-centre.scss */

#match-centre-panel #spprev:before,
#match-centre-panel #spnext:before {
	font-size: 23px;
	left: 0px;
}

/* line 905, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-centre-round {
	margin-left: 10px;
	width: 60px;
	border-left: 1px solid #FFF;
	clear: inherit;
}

/* line 1214, ../sass/partials/_match-centre.scss */

#ladder-panel .right-column {
	margin-top: -20px;
}

/* line 207, ../sass/partials/_search-form.scss */

.menu-open .sb-search {
	right: 145px !important;
	display: block;
}

/* line 224, ../sass/partials/_search-form.scss */

.sb-search-input {
	width: 93%;
}

/* line 26, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	padding: 0 9px;
}

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

#footer .second,
#footer .third,
#footer .fourth,
#footer .fifth {
	display: block;
}

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

.partners-container .partner-links li {
	padding: 10px;
}

/* line 86, ../sass/partials/_sponsors.scss */

.sponsor-links li {
	padding: 30px;
}

/* line 123, ../sass/partials/_sponsors.scss */

.sponsor-links2 li {
	padding: 30px;
}

/* line 6, ../sass/partials/_extra.scss */

.panel-red-right:before {
	top: -170px;
	border-width: 0 0 170px 3000px;
	height: 170px;
}

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

.panel-red-left:before {
	top: -170px;
	border-width: 170px 0 0 3000px;
	height: 170px;
}

/* line 73, ../sass/partials/_extra.scss */

.panel-grey-left:before {
	top: -170px;
	border-width: 170px 0 0 3000px;
	height: 170px;
}

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

.panel-blue-right:before {
	top: -170px;
	border-width: 0 0 170px 3000px;
	height: 170px;
}

/* line 139, ../sass/partials/_extra.scss */

.panel-blue-left:before {
	top: -170px;
	border-width: 170px 0 0 3000px;
	height: 170px;
}

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

.panel-yellow-right:before {
	top: -170px;
	border-width: 0 0 170px 3000px;
	height: 170px;
}

/* line 208, ../sass/partials/_extra.scss */

.panel-yellow-left:before {
	top: -170px;
	border-width: 170px 0 0 3000px;
	height: 170px;
}

/* line 65, ../sass/app.scss */

.col-1 {
	width: 73%;
}

/* line 90, ../sass/app.scss */

#logo {
	width: 437px;
	left: -50px;
	z-index: 0;
}

/* line 126, ../sass/app.scss */

.home #hero {
	padding-bottom: 0px;
}

}

@media (min-width: 992px), (min-width: 1200px) {

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

.custom-header-img-mobile {
	width: auto;
}

/* line 30, ../sass/partials/_typography.scss */

h3,
h2 {
	font-size: 18px;
}

/* line 113, ../sass/partials/_typography.scss */

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

/* line 247, ../sass/partials/_typography.scss */

.single #sidebar {
	margin-top: 80px;
}

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

.slick-slider-container .slider-nav-container {
	display: inline;
}

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

.slick-slider-container .saafl-slider li .caption {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}

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

.slick-slider-container .saafl-slider li .caption .caption-header h1 {
	font-size: 34px;
}

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

.landing-gallery li {
	width: 23.5%;
}

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

.landing-gallery li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

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

.landing-gallery li:nth-child(4n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 71, ../sass/partials/_gallery.scss */

.gallery-container img {
	width: 100%;
}

/* line 1, ../sass/partials/_landing-page.scss */

.single-landing #hero {
	overflow: hidden;
}

/* line 95, ../sass/partials/_live-stats.scss */

#mc_wrap {
	display: inline;
	float: left;
	height: 172px;
	margin: 13px 0;
	width: 100%;
}

/* line 111, ../sass/partials/_live-stats.scss */

.match-centre-phone {
	display: none;
}

/* line 535, ../sass/partials/_match-centre.scss */

.tab-content .matchcentre .col-md-9 {
	margin-top: -112px;
}

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

.home #footer .footer-inner {
	-webkit-background-size: 1534px auto;
	-moz-background-size: 1534px auto;
	-o-background-size: 1534px auto;
	background-size: 1534px auto;
	padding: 80px 0 20px 0;
}

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

#footer .footer-inner {
	-webkit-background-size: 1534px auto;
	-moz-background-size: 1534px auto;
	-o-background-size: 1534px auto;
	background-size: 1534px auto;
	padding: 80px 0 20px 0;
}

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

.footer-bottom h1 {
	font-size: 62px;
}

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

.footer-bottom p {
	text-align: left;
	padding: 14px 0;
}

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

.footer-last p {
	text-align: right;
}

/* line 374, ../sass/partials/_npl.scss */

.fixtures_box h1.fixtures_heading {
	font-size: 38px;
	line-height: 45px;
}

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

.ladder_container {
	padding-top: 0px;
}

/* line 79, ../sass/app.scss */

.col-2 {
	width: 25%;
}

}

@media (min-width: 1200px) and (max-width: 1399px) {

/* line 559, ../sass/partials/_extra.scss */

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 20px !important;
}

/* line 564, ../sass/partials/_extra.scss */

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 20px !important;
}

}

@media (min-width: 1200px) {

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

#nav-container .container {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

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

.main-nav {
	margin-left: 0px;
}

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

.menu a {
	font-size: 16px;
}

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

.top-nav li a {
	font-size: 1.5em;
}

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

.custom-header-img {
	width: 100%;
	height: 104px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin: 55px 0 39px;
}

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

.slick-dots {
	left: -142%;
}

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

.slider-nav-container .slick-prev {
	left: -150%;
}

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

.slider-nav-container .slick-next {
	left: -108%;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 9%;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 9%;
}

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

.video-section {
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
}

/* line 272, ../sass/partials/_gallery.scss */

.video-section .video-thumbs .aggroImageHolder {
	height: auto;
}

/* line 135, ../sass/partials/_live-stats.scss */

#spls_comp_list_scroller.new-width {
	width: 910px !important;
}

/* line 121, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	width: 92%;
}

/* line 372, ../sass/partials/_match-centre.scss */

.fix-right {
	display: block;
}

/* line 608, ../sass/partials/_match-centre.scss */

#match-centre-panel #spprev {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 50px;
}

/* line 638, ../sass/partials/_match-centre.scss */

#match-centre-panel #spnext {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 50px;
}

/* line 745, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-heading {
	margin-left: 0px;
	font-size: 16px;
	padding-left: 0px;
	display: block;
	position: relative;
	z-index: 99;
}

/* line 843, ../sass/partials/_match-centre.scss */

#match-centre-panel #spprev:before,
#match-centre-panel #spnext:before {
	font-size: 28px;
	left: 5px;
}

/* line 905, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-centre-round {
	margin-left: 6px;
	width: 82px;
}

/* line 1214, ../sass/partials/_match-centre.scss */

#ladder-panel .right-column {
	margin-top: -20px;
}

/* line 224, ../sass/partials/_search-form.scss */

.sb-search-input {
	width: 93%;
}

/* line 26, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	padding: 0 18px;
}

/* line 6, ../sass/partials/_extra.scss */

.panel-red-right:before {
	top: -120px;
	border-width: 0 0 120px 3000px;
	height: 120px;
}

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

.panel-red-left:before {
	top: -120px;
	border-width: 120px 0 0 3000px;
	height: 120px;
}

/* line 73, ../sass/partials/_extra.scss */

.panel-grey-left:before {
	top: -120px;
	border-width: 120px 0 0 3000px;
	height: 120px;
}

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

.panel-blue-right:before {
	top: -120px;
	border-width: 0 0 120px 3000px;
	height: 120px;
}

/* line 139, ../sass/partials/_extra.scss */

.panel-blue-left:before {
	top: -120px;
	border-width: 120px 0 0 3000px;
	height: 120px;
}

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

.panel-yellow-right:before {
	top: -120px;
	border-width: 0 0 120px 3000px;
	height: 120px;
}

/* line 208, ../sass/partials/_extra.scss */

.panel-yellow-left:before {
	top: -120px;
	border-width: 120px 0 0 3000px;
	height: 120px;
}

/* line 65, ../sass/app.scss */

.col-1 {
	width: 73%;
}

/* line 90, ../sass/app.scss */

#logo {
	width: 437px;
	left: -40px;
	z-index: 0;
}

/* line 126, ../sass/app.scss */

.home #hero {
	padding-bottom: 0px;
	background: #0185d7;
}

}

@media (min-width: 1400px) and (max-width: 1600px) {

/* line 544, ../sass/partials/_extra.scss */

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 2%;
}

/* line 549, ../sass/partials/_extra.scss */

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 2%;
}

}

@media (min-width: 1858px) {

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

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 12%;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 12%;
}

}

@media (min-width: 1858px) and (max-width: 2200px) {

/* line 530, ../sass/partials/_extra.scss */

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 13%;
}

/* line 535, ../sass/partials/_extra.scss */

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 13%;
}

}

@media (min-width: 2201px) and (max-width: 2800px) {

/* line 515, ../sass/partials/_extra.scss */

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 20%;
}

/* line 520, ../sass/partials/_extra.scss */

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 20%;
}

}

@media only screen and (max-width: 1200px) {

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

.photo-source {
	margin-top: -56px;
}

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

.wrapfixed .multi-sites {
	display: none;
}

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

.photo-source .photo-text {
	margin-top: -40px;
}

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

.dual-logo .logo1 img {
	max-width: 100px;
}

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

.slick-slider-container .saafl-slider li .caption .caption-header h1 {
	font-size: 30px;
}

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

.tv-left,
.fix-right,
.news-left {
	display: none;
}

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

#menu-main-menu a {
	font-size: 14px;
}

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

.menu a {
	padding: 4px;
}

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

.logo1 img {
	max-width: 99px;
	height: auto;
}

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

.results_container .spteam1 .team1name {
	width: 120px;
	padding-left: 0;
}

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

.results_container .spteam2 .team2name {
	width: 120px;
	padding-right: 0;
}

}

@media only screen and (max-width: 1124px) {

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

.slide-thumb-content h3 {
	padding: 15px 10px;
	font-size: 14px;
}

}

@media only screen and (max-width: 1024px) {

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

.photo-source {
	margin-top: -53px;
}

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

.slide-thumb-content h3 {
	padding: 15px 10px;
	font-size: 14px;
}

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

.stats a {
	font-size: 12px;
}

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

.sb-search-input {
	height: 39px;
	font-size: 13px;
}

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

.slick-slider-container .saafl-slider li .caption .caption-header h1 {
	font-size: 23px;
}

}

@media only screen and (max-width: 992px) {

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

.photo-source {
	margin-top: -52px;
}

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

.menu .menu-item-has-children a:after {
	content: '\f140';
	display: inline-block;
	font-family: dashicons;
	margin: 0px 0 0 6px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	color: inherit;
	font-size: 20px;
}

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

.menu .menu-item-has-children .sub-menu li a:after {
	content: '\f140';
	display: inline-block;
	font-family: dashicons;
	margin: 0 0 0 6px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	color: inherit;
	display: none;
}

}

@media only screen and (max-width: 768px) {

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

.dual-logo .col-md-3 {
	text-align: left;
}

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

#footer {
	padding-top: 30px;
}

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

.fixture {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}

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

.social-links {
	padding-bottom: 10px;
}

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

.header-top .sub-main-nav li a {
	font-size: 17px;
}

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

.slick-slider-container .saafl-slider li .caption .caption-header h1 {
	font-size: 18px;
}

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

.saafl-slide.slick-slide.slick-current.slick-active div {
	font-size: 14px;
	line-height: 20px;
}

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

.photo-source .photo-text {
	margin-top: -44px;
}

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

.latest-news .col-md-8 {
	overflow: hidden;
}

}

@media (max-width: 767px) {

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

.top-nav li {
	width: 50%;
}

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

.top-nav li a {
	font-size: 14px;
}

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

.logo1 img,
.logo2 img {
	z-index: 99;
	position: relative;
}

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

.headmenu {
	padding-top: 20px;
	min-height: 140px;
}

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

#sidebar {
	padding-top: 30px;
}

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

.container.slider-container {
	margin-left: -15px;
	margin-right: -15px;
}

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

.custom-header-img {
	width: 100%;
	margin: 55px 0 36px;
}

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

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

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

.youtube-thumb {
	float: none;
	margin-bottom: 15px;
}

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

.single-title,
.page-title {
	font-size: 20px;
}

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

.news-title,
.page-title {
	font-size: 22px;
}

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

.widget-title {
	margin: 20px 0;
	font-size: 1.5em;
}

/* line 219, ../sass/partials/_typography.scss */

.latest-news .col-md-8 .widget-title {
	margin-left: 0px;
	width: 100%;
}

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

.slick-slider-container .saafl-slider li .caption .caption-header {
	width: 100%;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-prev {
	left: 4%;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-next {
	right: 2%;
}

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

.saafl-slider.slick-initialized.slick-slider .slick-prev:before,
.saafl-slider.slick-initialized.slick-slider .slick-next:before {
	-webkit-background-size: 20px 34px;
	-moz-background-size: 20px 34px;
	-o-background-size: 20px 34px;
	background-size: 20px 34px;
}

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

#basic-slider-parent {
	height: auto !important;
}

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

.slider {
	padding-top: 67px;
}

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

#featured-video:before {
	top: 30%;
}

/* line 1, ../sass/partials/_club-logos.scss */

ul.club-logos {
	display: none;
}

/* line 33, ../sass/partials/_club-logos.scss */

.dual-logo .col-md-3 {
	text-align: center;
}

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

.landing-gallery li {
	width: 49%;
}

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

.landing-gallery li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

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

.landing-gallery li:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 0;
}

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

.video-section {
	padding-top: 40px;
}

/* line 197, ../sass/partials/_gallery.scss */

.video-section .video-slider,
.video-section .video-thumbs {
	background: transparent;
}

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

.video-section .video-slider .aggroText {
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 18px;
	background: transparent;
}

/* line 253, ../sass/partials/_gallery.scss */

.video-section .video-thumbs {
	display: none;
}

/* line 8, ../sass/partials/_latest-news.scss */

.home #news-archive-panel {
	background: none;
}

/* line 128, ../sass/partials/_latest-news.scss */

.latest-news .col-xs-6 {
	padding: 5px;
}

/* line 95, ../sass/partials/_live-stats.scss */

#mc_wrap {
	display: none;
}

/* line 111, ../sass/partials/_live-stats.scss */

.match-centre-phone {
	display: block;
}

/* line 26, ../sass/partials/_match-centre.scss */

.mc-select,
#sblock4_dropdown {
	top: 5px;
	height: 25px;
	width: 80%;
	left: 10px;
}

/* line 62, ../sass/partials/_match-centre.scss */

.widget_match_center .spmatch {
	width: 15%;
}

/* line 121, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	width: 78%;
}

/* line 167, ../sass/partials/_match-centre.scss */

#spprev {
	margin: 0 -2px 0 0px;
}

/* line 237, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	font-size: 13px;
}

/* line 252, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link,
.widget_match_center .sp-stat-link {
	display: inline-block;
	margin: 10px;
}

/* line 279, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-lad-link {
	display: inline-block;
	margin: 10px;
}

/* line 318, ../sass/partials/_match-centre.scss */

.home .widget_match_center .sp-stat-link {
	display: none;
}

/* line 585, ../sass/partials/_match-centre.scss */

.fixture {
	text-align: center;
}

/* line 595, ../sass/partials/_match-centre.scss */

#match-centre-panel {
	border-top: none;
}

/* line 887, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-center-box {
	padding-right: 0px;
	padding-top: 5px;
	border-top: 1px solid #FFF;
}

/* line 905, ../sass/partials/_match-centre.scss */

#match-centre-panel .match-centre-round {
	margin-left: 0;
	border-left: none;
	width: 16.66666667%;
	clear: both;
	border-top: 1px solid #FFF;
}

/* line 968, ../sass/partials/_match-centre.scss */

#match-centre-panel {
	height: 150px;
	max-height: 147px;
	margin-top: -60px;
}

/* line 1000, ../sass/partials/_match-centre.scss */

.spstats tr:first-child th:first-child {
	display: none;
}

/* line 1020, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) {
	width: 100%;
	position: relative;
	top: auto;
	min-height: auto;
}

/* line 1039, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .playerlogo {
	display: none;
}

/* line 1054, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .playerpos {
	display: inline-block;
}

/* line 1071, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .names {
	text-align: left !important;
	width: 70% !important;
	display: inline-block;
}

/* line 1084, ../sass/partials/_match-centre.scss */

.spstats tr:nth-child(2) .playervalue {
	margin-top: -15px;
	display: inline-block;
	width: 12% !important;
}

/* line 1099, ../sass/partials/_match-centre.scss */

.spstats .sproweven {
	width: 100%;
	position: relative;
	left: 0px;
}

/* line 1115, ../sass/partials/_match-centre.scss */

.spstats .sproweven .playerpos {
	display: inline-block;
	padding-left: 10px !important;
}

/* line 1125, ../sass/partials/_match-centre.scss */

.spstats .sproweven .names {
	display: inline-block;
}

/* line 1135, ../sass/partials/_match-centre.scss */

.spstats .sproweven .playervalue {
	width: 12% !important;
	display: inline-block;
	text-align: center !important;
}

/* line 1166, ../sass/partials/_match-centre.scss */

.spstats .sproweven:nth-child(2) {
	background: #eae8e8;
}

/* line 1175, ../sass/partials/_match-centre.scss */

.spstats th:nth-child(2) {
	left: 0px;
}

/* line 1185, ../sass/partials/_match-centre.scss */

.spstats th:nth-child(3) {
	left: 18%;
}

/* line 1195, ../sass/partials/_match-centre.scss */

.spstats th:nth-child(4) {
	left: 91%;
}

/* line 1214, ../sass/partials/_match-centre.scss */

#ladder-panel .right-column {
	margin-top: 20px;
}

/* line 1286, ../sass/partials/_match-centre.scss */

.home .spstats tr:nth-child(2) {
	min-height: auto;
}

/* line 1299, ../sass/partials/_match-centre.scss */

.comp-dropdown {
	padding: 0px;
	max-width: 200px;
	text-align: right;
	float: right;
}

/* line 1312, ../sass/partials/_match-centre.scss */

.comp-dropdown #selectMe2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* line 14, ../sass/partials/_search-form.scss */

#searchform .field {
	width: 60%;
}

/* line 33, ../sass/partials/_search-form.scss */

#searchform .submit {
	width: 30%;
}

/* line 72, ../sass/partials/_search-form.scss */

.headmenu #searchform .field {
	width: 60%;
}

/* line 91, ../sass/partials/_search-form.scss */

.headmenu #searchform .submit {
	width: 30%;
}

/* line 120, ../sass/partials/_search-form.scss */

#search_value {
	width: 73%;
}

/* line 132, ../sass/partials/_search-form.scss */

#search_value1 {
	width: 73%;
}

/* line 207, ../sass/partials/_search-form.scss */

.menu-open .sb-search {
	display: none;
}

/* line 224, ../sass/partials/_search-form.scss */

.sb-search-input {
	width: 96%;
}

/* line 261, ../sass/partials/_search-form.scss */

.sb-search-open .sb-search-input {
	background: #eee;
	border-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 256, ../sass/partials/_search-form.scss */

.sb-search-open {
	background: transparent;
}

/* line 285, ../sass/partials/_search-form.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 294, ../sass/partials/_search-form.scss */

.sb-icon-search,
.sb-search-submit {
	height: 50px;
}

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

.archive-img {
	float: none;
}

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

.photo-source {
	display: none;
}

/* line 71, ../sass/partials/_single.scss */

ul.related_post {
	text-align: center;
}

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

.breadcrumb-list {
	text-align: left;
}

/* line 4, ../sass/partials/_landing-nav.scss */

.landing-nav .menu {
	margin-left: -15px;
	margin-right: -15px;
}

/* line 9, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li {
	height: inherit;
	line-height: inherit;
	width: 100%;
}

/* line 26, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	padding: 10px;
}

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

.home #footer {
	height: inherit;
	padding-bottom: 0px;
}

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

#footer {
	height: inherit;
	padding-bottom: 0px;
	padding-top: 30px;
}

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

#footer .first img.img-responsive {
	display: inline-block;
	margin-bottom: 10px;
}

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

#footer .second {
	clear: both;
}

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

.footer-last a {
	font-size: 12px !important;
}

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

.slick-slider-container {
	background: transparent;
}

/* line 19, ../sass/partials/_club-finder.scss */

#club-finder-panel input[type="submit"] {
	right: 10px;
}

/* line 40, ../sass/partials/_club-finder.scss */

#club-finder-panel #search-value {
	width: 73%;
}

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

.partners-container {
	padding: 30px 15px;
}

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

.partners-container .partner-links li {
	padding: 10px 1%;
}

/* line 86, ../sass/partials/_sponsors.scss */

.sponsor-links li {
	padding: 10px 1%;
}

/* line 123, ../sass/partials/_sponsors.scss */

.sponsor-links2 li {
	padding: 10px 1%;
}

/* line 429, ../sass/partials/_extra.scss */

.banner {
	display: none;
}

/* line 12, ../sass/partials/_npl.scss */

#stats-standings-panel .first,
#stats-standings-panel .second,
#stats-standings-panel .third {
	clear: both;
	border: none;
}

/* line 20, ../sass/partials/_npl.scss */

#stats-standings-panel .first {
	clear: both;
	border-top: 1px solid #FFF;
}

/* line 30, ../sass/partials/_npl.scss */

#stats-standings-panel h1 {
	font-size: 20px;
	overflow: hidden;
}

/* line 85, ../sass/partials/_npl.scss */

#stats-standings-panel .team1score {
	top: -25px;
	left: 10px;
}

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

#stats-standings-panel .team2score {
	top: -25px;
	right: 10px;
}

/* line 141, ../sass/partials/_npl.scss */

#women-stats-standing-panel h1 {
	font-size: 20px;
}

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

#women-stats-standing-panel .team1score {
	top: 30px;
}

/* line 207, ../sass/partials/_npl.scss */

#women-stats-standing-panel .team2score {
	top: 30px;
}

/* line 262, ../sass/partials/_npl.scss */

.results_container .fixturerow {
	height: 140px;
	font-size: 14px;
}

/* line 272, ../sass/partials/_npl.scss */

.results_container .fixturerow .spteam2 {
	top: 6%;
}

/* line 283, ../sass/partials/_npl.scss */

.results_container .fixturerow .spteam1 {
	top: 6%;
}

/* line 292, ../sass/partials/_npl.scss */

.results_container .fixturerow .sp-match-link {
	top: 34px;
}

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

.results_container .fixturerow .spversus {
	top: -95px;
	font-size: 18px;
}

/* line 318, ../sass/partials/_npl.scss */

.results_container .fixturerow .spdate {
	left: -2px;
	width: 140px;
	top: 45px;
}

/* line 444, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper .spmatchname {
	right: 10px;
	text-align: right;
	width: 135px;
}

/* line 464, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper .spvenue {
	text-align: left;
	left: 10px;
	width: 135px;
}

/* line 488, ../sass/partials/_npl.scss */

#fixtures_lg-wrapper table td,
.fixtures_box table th {
	width: 0px;
	font-size: 13px;
}

/* line 517, ../sass/partials/_npl.scss */

.results_container .spteam1 .team1name {
	width: 100px;
	left: -11px;
	top: 70px;
	line-height: 16px;
}

/* line 541, ../sass/partials/_npl.scss */

.results_container .spteam2 .team2name {
	width: 100px;
	right: -8px;
	top: 70px;
	line-height: 16px;
	text-align: right !important;
}

/* line 574, ../sass/partials/_npl.scss */

#stats-standings-panel .panel-content .spteams::before {
	display: block;
	top: -39px;
	font-size: 18px;
}

/* line 601, ../sass/partials/_npl.scss */

#women-stats-standing-panel .panel-content .spteams::before {
	display: block;
}

/* line 90, ../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 115, ../sass/app.scss */

#logo a {
	height: 60px;
}

/* line 126, ../sass/app.scss */

.home #hero {
	padding-bottom: 0px;
}

/* line 174, ../sass/app.scss */

.fsp-adv-social-media {
	display: none;
}

}

@media only screen and (max-width: 600px) {

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

#connect_with_us {
	margin-top: 20px;
}

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

.logo,
#club-select,
#fed-select {
	display: none;
}

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

.social-links {
	padding-bottom: 10px;
	margin-bottom: -62px;
	z-index: 30;
	position: relative;
}

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

#sb-search {
	right: -16px;
}

}

@media only screen and (max-width: 599px) {

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

.sub-main-nav li a::before {
	display: none;
}

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

.header-top .menu li {
	float: left;
	width: 50%;
	text-align: center;
}

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

.header-top .sub-main-nav li a {
	font-size: 14px;
}

}

@media only screen and (max-width: 430px) {

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

#match-centre-panel {
	margin-top: 0px;
}

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

.comp-dropdown {
	float: left;
	padding-left: 10px;
}

}

@media only screen and (max-width: 320px) {

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

.multimedia span {
	float: none;
	padding-left: 20px;
}

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

.results_container .spteam1 .team1name {
	left: 0;
	width: 80px;
}

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

.results_container .spteam2 .team2name {
	width: 80px;
	left: 0;
	right: 0px;
}

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

#fixtures_lg-wrapper table td,
.fixtures_box table th {
	padding: 3px;
}

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

.results_container .sp-match-link a {
	left: 52px;
	width: 51%;
	z-index: 30;
	font-size: 35px;
	top: -2px;
}

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

.results_container .sp-match-link:after {
	padding: 5px;
}

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

.bdwebteam-tabs .tabs-list a {
	padding: 10px;
}

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

.results_container .fixturerow .spdate {
	font-size: 11px;
}

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

.rightlink {
	display: none;
}

}

@media print {

/* line 581, ../sass/partials/_extra.scss */

a[href]:after {
	content: none !important;
}

}

