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

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

#nav-container {
	background: #2062b0;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu li {
	border: 1px solid #f49c1300;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	/*z-index: 5;*/
}

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

.menu li li {
	float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*display: block;*/

/*}*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav:after {
	clear: both;
}

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

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

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

.main-nav {
	float: right;
}

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

#wprmenu_menu ul li a {
	font-size: 18px;
	font-family: 'Anton';
}

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

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

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

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

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

#wprmenu_bar {
	height: 70px !important;
}

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

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

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

.wpr_search .wpr-search-field {
	background: #352526;
	border-color: #352526;
	height: 50px;
}

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

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

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

#wprmenu_menu .wprmenu_icon_par {
	padding: 14px;
	border-left: 1px solid #352526;
	left: 88%;
	right: 0;
}

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

#wprmenu_bar .wprmenu_icon {
	top: 14px;
}

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

#wprmenu_bar .bar_logo {
	height: 100%;
}

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

#wprmenu_bar {
	border-bottom: 3px solid #2062b0;
}

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

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

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

#wprmenu_menu.wprmenu_levels ul li ul {
	background: #174b09;
	padding: 9px 0;
}

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

#wprmenu_menu.wprmenu_levels ul li ul li {
	border: none;
}

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

#wprmenu_menu ul.sub-menu a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 7px 5px;
	line-height: 15px;
}

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

.wpr_search {
	padding: 0 !important;
}

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

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

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

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

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

.wprmenu_bar #custom_menu_icon.hamburger {
	position: absolute !important;
}

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

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

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

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

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

.top-club-logos .container {
	position: relative;
}

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

.top_logos {
	margin-bottom: 0;
	padding: 0;
	width: 86%;
	display: inline;
	float: left;
}

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

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

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

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

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

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

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

.top-club-logos {
	position: relative;
}

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

.top-social-search {
	display: inline;
	float: left;
	width: 14%;
}

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

.top-social-search .social-wrap-header {
	position: relative;
	display: inline;
	float: left;
}

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

.top-social-search .social-wrap-header .header-social {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

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

.top-social-search .social-wrap-header .header-social li {
	display: inline;
	float: left;
}

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

.top-social-search .social-wrap-header .header-social li a {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	padding: 0 5px;
}

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

.top-social-search .search-wrap-header {
	display: inline;
	float: right;
}

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

.top-social-search .search-wrap-header .top-search a {
	color: #FFF;
	font-size: 18px;
	line-height: 33px;
	padding: 0 10px;
}

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

.top-social-search .search-wrap-header .top-search a.fa-close {
	background: #F19C0D;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-logo {
	margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

.sticky-logo {
	display: none;
}

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

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

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

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

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

ul.header_right_logos {
	text-align: center;
}

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

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

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

.social-search {
	display: none;
	float: right;
	height: 50px;
	margin-top: 20px;
	border-bottom: 2px solid #ccc;
}

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

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

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

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

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

.social-search .social-search-list li span {
	font-family: 'Anton';
	color: #2062b0;
	margin-top: 10px;
	text-transform: uppercase;
	margin-right: 22px;
	display: inline-block;
	font-size: 28px;
}

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

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

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

#search-form {
	display: none;
}

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

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

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

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

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

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

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

.center {
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-title {
	font-size: 24px;
}

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

.single-title a {
	font-family: 'Open Sans', sans-serif;
	color: #2062b0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h2.heading {
	text-transform: uppercase;
}

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

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

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

.status {
	font-weight: 600;
	color: #555;
	font-size: 12px;
}

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

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

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

.panel-light h1 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #00549c;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
}

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

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

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

h1 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-transform: uppercase;
}

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

.home-panel {
	position: relative;
	display: inline;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

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

.ad-banners img {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div#scroll .fa-chevron-down:before {
	position: absolute;
	top: 21%;
	left: 0;
	right: 0;
}

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

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

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

.news-archive img {
	float: left;
	height: auto;
}

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

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

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

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

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

.post-content p {
	margin: 15px 15px 15px 0;
	letter-spacing: 0px;
	color: #000;
	font-size: 13px;
	line-height: 21px;
	font-weight: 300;
}

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

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6,
#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero h5,
#hero h6,
#content-wrap h1,
#content-wrap h2,
#content-wrap h3,
#content-wrap h4,
#content-wrap h5,
#content-wrap h6 {
	font-family: 'Open Sans', sans-serif;
	color: #2062b0;
	text-transform: none;
	margin: 10px 0px;
	line-height: normal;
	letter-spacing: 0px;
	font-weight: bold;
}
*/
/* line 336, ../sass/partials/_common-styles.scss */

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

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

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

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

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

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

.col-1 {
	padding-top: 23px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.headering-top {
	overflow: hidden;
}

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

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

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

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

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

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

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

.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span:hover {
	color: #2062b0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#slider-panel {
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 4px solid #2062b0;
}

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

#slider-panel .buttons-box li a {
	display: block;
	-webkit-font-smoothing: antialiased;
	color: #2062b0;
	width: 100%;
	font-family: 'Open Sans',sans-serif;
	text-transform: none;
	font-weight: 600;
}

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

#slider-panel .buttons-box li a > span {
	float: left;
	width: 85%;
}

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

#slider-panel .buttons-box li:hover a {
	color: #fff;
}

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

#slider-panel .buttons-box li:hover {
	border: solid 1px #1a560c;
	background: #1a560c;
}

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

#slider-panel .buttons-box li {
	border: solid 1px #dddddd;
	height: 55px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

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

#slider-panel .buttons-box {
	padding: 0;
	margin: 0;
	background: #fff;
}

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

.tab-menu {
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

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

.tab-menu li {
	list-style: none;
	position: relative;
	float: left;
	padding: 10px;
	width: 50%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.23);
	margin-top: -5px;
}

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

.tab-menu li a {
	color: #fff;
	font-weight: 100;
	font-family: 'Anton';
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

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

.tab-menu li.active {
	background-color: #004890;
}

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

.efl-twitter .widget-title {
	padding: 0px 15px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Open Sans',sans-serif;
	text-transform: none;
	text-align: left;
}

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

.efl-facebook h3 {
	padding: 8px 15px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	font-family: 'Open Sans',sans-serif;
}

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

.tabs {
	padding: 2px 0 0 0;
}

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

.tab-content {
	/*display: none;*/
	background-color: #fff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

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

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

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

.banner {
	color: #FFF;
	position: relative;
	z-index: 0;
}

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

.banner .banner-img {
	position: relative;
}

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

.banner .slick-prev,
.banner .slick-next {
	display: none !important;
}

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

.banner .slick-prev:before {
	content: "\f053";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 26px;
}

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

.banner .slick-next:before {
	content: "\f054";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 26px;
}

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

.banner .slick-next {
	float: right;
}

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

.banner .slick-dots-wrap {
	background-color: #000;
}

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

.banner .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	background: #2386c6;
	background: -moz-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: -webkit-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: -webkit-gradient(linear, left top, right top, from(#2386c6), to(#1c509f));
	background: -o-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: linear-gradient(to right, #2386c6 0%, #1c509f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2386c6', endColorstr='#1c509f',GradientType=1 );
}

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

.banner .slick-dots li:first-child {
	border-left: none;
}

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

.banner .slick-dots li:last-child {
	border-right: none;
}

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

.banner .slick-dots li {
	display: table-cell;
	width: 20%;
	border: 1px solid #fff;
	position: relative;
}

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

.banner .slick-dots li:hover {
	background: #2062b0;
}

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

.banner .slick-dots a {
	cursor: pointer;
	display: block;
	padding: 14px 13px;
	min-height: 70px;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

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

.banner .slick-dots a:hover {
	background-color: #2062b0;
	color: #FFF;
}

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

.banner .slick-dots li.slick-active a {
	background-color: #2062b0;
	color: #FFF;
}

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

.banner .slick-dots li.slick-active::before {
	opacity: 1;
}

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

.banner .slick-dots li.slick-active::after {
	opacity: 1;
	border-width: 0 16px 16px 16px;
	border-color: transparent transparent #FFF transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	top: -23px;
	content: "";
	border-style: solid;
	position: absolute;
	bottom: 100%;
	left: 41%;
}

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

.banner .slick-dots li::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 16px 16px;
	border-color: transparent transparent #2062b0 transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 11;
}

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

.banner .banner-content {
	position: absolute;
	bottom: 0%;
	background: transparent;
	width: 100%;
}

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

.banner .banner-content h2 {
	font-family: 'Open Sans',sans-serif;
	font-size: 35px;
	padding: 30px;
	color: #fff;
	text-transform: none;
	font-weight: 600;
}

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

.efl-facebook {
	max-height: 496px;
	overflow-x: scroll;
}

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

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

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

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

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

.ad-banners .promo-title {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
}

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

.ad-banners .promo-image {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.facebook-social {
	display: none;
}

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

.footer-last {
	border-top: 2px solid #FFFFFF;
	padding: 10px 0px;
}

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

.footer {
	background: #2062b0;
	padding: 50px 0;
	display: inline;
	float: left;
	width: 100%;
}

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

.footer h4 {
	font-family: 'Open Sans';
	color: #fff;
	clear: both;
	font-weight: 600;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
}

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

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

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

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

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

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

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

.footer .search h4 {
	font-size: 18px;
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, ../sass/partials/home-news.scss */

.front-more-news {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	padding-top: 10px;
}

/* line 7, ../sass/partials/home-news.scss */

.front-more-news .read-more {
	color: #0d223f;
	font-weight: 600;
	padding: 0 10px;
	font-size: 16px;
}

/* line 13, ../sass/partials/home-news.scss */

.front-more-news .sponsor-img {
	padding-top: 10px;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	margin: 3px 0;
	padding: 14px;
	float: left;
	display: inline-block;
	background: #fff;
	line-height: 20px;
}

/* line 30, ../sass/partials/home-news.scss */

.front-more-news li p {
	padding: 0 10px;
	font-size: 15px;
	line-height: 26px;
}

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

.front-more-news li .rel-article-time {
	background: #fff;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 15px;
}

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

.rel-article-time {
	color: #999;
	font-size: 12px;
}

/* line 59, ../sass/partials/home-news.scss */

.more-news .fa-chevron-circle-right {
	padding-left: 10px;
}

/* line 83, ../sass/partials/home-news.scss */

.sponsor-img {
	padding-top: 10px;
}

/* line 84, ../sass/partials/home-news.scss */

.major-sponsor h3 {
	color: #fff;
}

/* line 93, ../sass/partials/home-news.scss */

.major-sponsor {
	padding: 0;
}

/* line 106, ../sass/partials/home-news.scss */

.sponsor-text {
	float: left;
	padding-top: 15px;
}

/* line 110, ../sass/partials/home-news.scss */

.sponsor-text ul {
	padding: 0px;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* line 114, ../sass/partials/home-news.scss */

.sponsor-text li {
	list-style: none;
	color: #fff;
	padding: 10px 5px;
	border-bottom: 1px solid;
}

/* line 119, ../sass/partials/home-news.scss */

.sponsor-text li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

/* line 127, ../sass/partials/home-news.scss */

.sponsor-text span.sub-text {
	font-size: 14px;
	font-weight: 100;
}

/* line 131, ../sass/partials/home-news.scss */

.sponsor-text i.fa.fa-trophy,
.sponsor-text .fa-calendar,
.sponsor-text .fa-map-marker,
.sponsor-text .fa-book {
	color: #fff;
	font-size: 33px;
	float: left;
	padding: 13px;
}

/* line 138, ../sass/partials/home-news.scss */

.more-news-section,
.event-sidebar {
	padding: 0;
}

/* line 139, ../sass/partials/home-news.scss */

.more-news-section h3 a {
	color: #fff;
	font-weight: 600;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	position: relative;
}

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

.widget-title {
	font-family: 'Rajdhani', sans-serif;
	color: #185B9F;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	clear: both;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	display: block;
	height: 55px;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	background: #012C54;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 55px;
}

/* line 215, ../sass/partials/home-news.scss */

.event_widget_row,
.event_list_row {
	position: relative;
	display: block;
	color: #012C54;
	height: 45px;
	background-color: #F2F2F3;
	font-size: 16px;
}

/* line 224, ../sass/partials/home-news.scss */

.event_widget_row:hover,
.event_list_row:hover {
	background-color: #f7f7f8;
}

/* line 227, ../sass/partials/home-news.scss */

.event_widget_row:hover:nth-child(odd),
.event_list_row:hover:nth-child(odd) {
	background-color: #f7f7f8;
}

/* line 232, ../sass/partials/home-news.scss */

.event_widget_row:nth-child(odd),
.event_list_row:nth-child(odd) {
	background-color: #E6E6E8;
}

/* line 235, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_widget_row .event_title,
.event_widget_row .event_time,
.event_list_row .event_date,
.event_list_row .event_title,
.event_list_row .event_time {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* line 238, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_list_row .event_date {
	font-weight: 300;
	left: 5px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	font-weight: 700;
	white-space: nowrap;
	left: 60px;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* line 268, ../sass/partials/home-news.scss */

.event_widget_row .event_time,
.event_list_row .event_time {
	display: none;
}

/* line 272, ../sass/partials/home-news.scss */

.elite_events_list ul {
	padding: 0;
}

/* line 275, ../sass/partials/home-news.scss */

.elite_events_list ul li {
	list-style: none;
}

/* line 277, ../sass/partials/home-news.scss */

.elite_events_list ul li .event_title {
	left: 90px;
}

/* line 282, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	padding: 0 !important;
}

/* line 285, ../sass/partials/home-news.scss */

.main-news-archive {
	background-color: rgba(255, 255, 255, 0.1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.32)));
	background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.32)));
	background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='rgba(255, 255, 255, 0.32)');
	display: block;
}

/* line 310, ../sass/partials/home-news.scss */

.news-box {
	min-height: 300px;
}

/* line 317, ../sass/partials/home-news.scss */

.news-box h4 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 800;
	letter-spacing: 0px;
	padding: 0 0 5px 0;
	line-height: 18px;
	color: #000;
	margin: 0;
	display: inline-block;
	font-size: 14px;
}

/* line 333, ../sass/partials/home-news.scss */

.news-box h4:hover {
	color: #2062b0;
}

/* line 2, ../sass/partials/_sponsors.scss */

#contact-panel .panel-content {
	padding-top: 0 !important;
}

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

.border {
	border-bottom: 2px solid #7f7f7f;
	padding-top: 23px;
	margin-bottom: 25px;
}

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

.sponsor {
	text-align: center;
}

/* line 15, ../sass/partials/_sponsors.scss */

.sponsor h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	letter-spacing: 0px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
}

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

.spon:nth-of-type(1) {
	background: none !important;
}

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

.spon {
	display: inline-block;
}

/* line 31, ../sass/partials/_sponsors.scss */

.spon:first-child {
	background: none;
}

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

.sponsors {
	padding: 0;
	text-align: center;
}

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

.sponsors li {
	margin: 0 15px;
	margin-top: 23px;
	list-style: none;
	display: inline-block;
}

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

.sponsors li img {
	max-width: 150px;
}

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

.sponsors .slick-next,
.sponsors .slick-prev {
	font-size: 0px;
	position: absolute;
	top: 50%;
	background: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 35px;
	width: 35px;
	border: none;
	opacity: 0.3;
}

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

.sponsors .slick-next:hover,
.sponsors .slick-prev:hover {
	opacity: 1;
}

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

.sponsors .slick-next {
	right: 0;
}

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

.sponsors .slick-next:before {
	content: "\f054";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 25%;
	left: 34%;
}

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

.sponsors .slick-prev {
	left: 0;
}

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

.sponsors .slick-prev:before {
	content: "\f053";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 25%;
	right: 34%;
}

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

.sponsors p {
	font-size: 15px;
}

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

.sponsors .sub-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/* line 118, ../sass/partials/_sponsors.scss */

.sponsors .platinum-sponsors {
	padding: 0;
	margin: 0;
}

/* line 120, ../sass/partials/_sponsors.scss */

.sponsors .platinum-sponsors li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 35px 12px 25px;
}

/* line 129, ../sass/partials/_sponsors.scss */

.sponsors a:hover {
	opacity: 0.6;
}

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

.spons-title {
	text-align: center;
	display: block;
	text-transform: none;
	font-weight: 500;
	font-size: 13px;
	color: #000;
}

/* line 2, ../sass/partials/_single.scss */

.post-content img {
	max-width: 100%;
}

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

.post-content .featured-image {
	margin-bottom: 20px;
}

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

.news-title {
	margin-bottom: 10px;
}

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

.widget-wrapper img {
	border: 1px solid #ccc;
}

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

.buttons-box-inner li a {
	display: block;
	-webkit-font-smoothing: antialiased;
	color: #2062b0;
	width: 100%;
	font-family: 'Anton';
}

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

.buttons-box-inner li a > span {
	float: left;
	width: 85%;
}

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

.buttons-box-inner li:hover a {
	color: #fff;
}

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

.buttons-box-inner li:hover {
	border: solid 1px #2062b0;
	background: #2062b0;
}

/* line 58, ../sass/partials/_single.scss */

.buttons-box-inner li {
	border: solid 1px #dddddd;
	height: 55px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

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

.buttons-box-inner {
	margin-top: 5px;
	padding: 0;
	margin: 0;
	background: #fff;
}

/* line 88, ../sass/partials/_single.scss */

.post-meta p {
	margin-bottom: 0;
}

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

.post-meta .tags {
	font-size: 12px;
	text-transform: uppercase;
}

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

.post-meta .tags a {
	background: #012C54;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 2px;
	padding: 0 3px;
	font-size: 12px;
}

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

.post-meta .tags a:hover {
	text-decoration: none;
	background: #00549c;
}

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

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

/* Player Profile, Gallery - single */

/* line 120, ../sass/partials/_single.scss */

.player-img-container,
.cover-img-container {
	float: left;
	margin-right: 10px;
}

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

.players-single p.intro,
.gallery-single p.intro {
	font-size: 16px;
	font-weight: 400;
}

/* line 134, ../sass/partials/_single.scss */

.players-single td,
.gallery-single td {
	padding: 0 5px;
}

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

.is-landing .custom-header-img,
.is-landing .custom-header-img-mobile {
	margin-bottom: 20px;
}

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

#weblizar_twitter-3 .widget-title {
	display: none;
}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

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

.sb-search {
	width: 0%;
	min-width: 58px;
	height: 60px;
	float: right;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

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

.search-bar {
	text-align: center;
	padding: 0px;
	position: absolute;
	display: none;
	max-width: 400px;
	margin: auto;
	bottom: -72px;
	z-index: 1000;
	background: #FFF;
	right: 15px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.5);
}

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

.search-bar input[type="text"],
.search-bar input[type="search"] {
	background: none;
	font-size: 15px;
	text-indent: 30px;
	line-height: 68px;
	border: none;
	width: 79%;
	display: inline;
	float: left;
	vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
	min-width: inherit;
	color: #000;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

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

.search-bar input[type="submit"] {
	background: none;
	width: 21%;
	height: 70px;
	display: inline-block;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	font-size: 0;
	line-height: 0;
	border: none;
	opacity: 0.3;
	vertical-align: middle;
	position: relative;
	z-index: 1000;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

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

.search-bar .fa-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 21%;
	line-height: 70px;
	height: 70px;
	font-size: 18px;
	color: #0079c2;
}

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

.sb-search-open .sb-search-input:after {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 15px;
}

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

.sb-search-open .fa-search {
	display: block !important;
	position: absolute;
	right: 15px;
	top: 62px;
	z-index: 999;
}

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

.sb-search-input {
	position: absolute;
	top: 49px;
	right: 0;
	display: none;
	padding-left: 3px;
	outline: none;
	background: transparent;
	-webkit-box-shadow: 0 4px 2px -2px #dddfe2;
	-moz-box-shadow: 0 4px 2px -2px #dddfe2;
	box-shadow: 0 4px 2px -2px #dddfe2;
	height: 52px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 18px;
	padding-left: 10px;
	color: #222;
}

/* line 146, ../sass/partials/_uisearch.scss */

.sb-search-open {
	background: transparent;
}

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

.sb-search-open .sb-search-input {
	background: #fff;
	color: #000;
	border: none;
	z-index: 999;
	font-size: 15px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
}

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

.sb-search ::-webkit-input-placeholder {
	color: transparent;
}

.sb-search :-moz-placeholder {
	color: transparent;
}

.sb-search ::-moz-placeholder {
	color: transparent;
}

.sb-search :-ms-input-placeholder {
	color: transparent;
}

.sb-search ::placeholder {
	color: transparent;
}

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

.sb-search.sb-search-open ::-webkit-input-placeholder {
	color: #999;
}

.sb-search.sb-search-open :-moz-placeholder {
	color: #999;
}

.sb-search.sb-search-open ::-moz-placeholder {
	color: #999;
}

.sb-search.sb-search-open :-ms-input-placeholder {
	color: #999;
}

.sb-search.sb-search-open ::placeholder {
	color: #999;
}

/* line 184, ../sass/partials/_uisearch.scss */

.sb-icon-search,
.sb-search-submit {
	background: transparent;
	width: 43px;
	height: 49px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}

/* line 203, ../sass/partials/_uisearch.scss */

.sb-search-submit {
	background: transparent; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

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

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 24px;
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* line 221, ../sass/partials/_uisearch.scss */

.sb-icon-search:before {
	content: "s";
	font-size: 20px;
}

/* Open state */

/* line 235, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open,
.no-js .sb-search {
	margin-left: 5px;
	z-index: 10000;
	background: transparent;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	margin-top: 0;
}

/* line 258, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open .sb-icon-search {
	background: rgba(0, 0, 0, 0.31);
	width: 43px;
}

/* line 263, ../sass/partials/_uisearch.scss */

.no-js .sb-search .sb-icon-search {
	background: transparent;
	color: #fff;
	z-index: 11;
}

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

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* Match Center Design */

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

.widget_match_center .spmatch {
	height: 104px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	position: relative;
	overflow: hidden;
	float: left;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

.widget_match_center .spmatch-title {
	display: block !important;
	width: 100%;
	clear: both;
	text-indent: 7px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #333;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0 2px;
	float: left;
	width: 100%;
}

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

.widget_match_center .spdate {
	float: left;
	font-size: 11px;
	color: #fff;
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
}

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

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

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

.widget_match_center .sp-match-link {
	float: right;
	font-size: 10px;
	background-color: #333333;
}

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

.widget_match_center .sp-match-link a {
	text-transform: uppercase;
	font-size: 10px;
	background-color: #333333;
	font-size: 11px;
	color: #fff;
	padding-right: 5px;
}

/* Match Center team /score info */

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

#mc-game-wrap,
#mc-game-wrap1,
#mc-game-wrap2,
#mc-game-wrap3,
#mc-game-wrap4 {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
	width: 80%;
	height: 105px;
	margin-top: -30px;
	margin-left: 35px;
	width: 80%;
}

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

#mc-game-content,
#mc-game-content1,
#mc-game-content2,
#mc-game-content3,
#mc-game-content4 {
	width: 2000px;
}

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

#spnext,
#spprev {
	top: 57px;
	width: 40px;
	height: 106px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.28);
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0;
}

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

#spprev { /* previous arrow */
	float: left;
	margin: 0 3px 0 7px;
	position: absolute;
	text-align: center;
	font-size: 0px;
	left: 0px; /*top: 100px;*/ /* top: -5px;*/
}

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

#spnext {
	margin: 0 7px 0 3px;
	position: absolute;
	text-align: center;
	font-size: 0px;
}

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

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

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

#spprev:before {
	content: "\f053";
	font: normal normal normal 14px/1 FontAwesome;
	color: #FFF;
}

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

#spnext:before {
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	color: #FFF;
}

/* line 155, ../sass/partials/_fixture.scss */

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

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

.widget_match_center .spversus:before {
	content: "";
	margin-right: 4%;
	width: 77%;
	height: 1px;
	background: #D1D1D1;
	display: inline-block;
	vertical-align: middle;
}

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

.widget_match_center .spscore {
	position: absolute;
	top: 27px;
	right: 9px;
	text-align: right;
	line-height: 30px;
	font-size: 13px;
	color: #999;
	font-weight: bold;
}

/* line 180, ../sass/partials/_fixture.scss */

.widget_match_center .team2score,
.widget_match_center .team1score {
	display: block;
}

/* line 183, ../sass/partials/_fixture.scss */

.widget_match_center .scoredivider {
	display: none;
}

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

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 3px 10px;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	text-transform: uppercase;
	clear: both;
	background-color: #fff;
	font-family: 'Anton';
	font-size: 12px;
	text-transform: uppercase;
	color: #2062b0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: auto;
}

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

.widget_match_center .sp-match-link img.emoji {
	display: none !important;
}

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

div#match-center-top {
	z-index: 200;
	position: relative;
}

/* line 228, ../sass/partials/_fixture.scss */

#match-center .spmatchname {
	display: none;
}

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

#sp-comp-links {
	display: block !important;
	width: auto;
	right: 23px;
	clear: both;
	margin-top: -16px;
}

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

.sp-fix-link,
.sp-lad-link,
.sp-stat-link {
	display: block;
}

/* line 270, ../sass/partials/_fixture.scss */

.sp-fix-link a:hover,
.sp-lad-link a:hover,
.sp-stat-link a:hover {
	background-color: transparent;
	color: #FFF;
	border: 1px solid #FFF;
}

/* line 278, ../sass/partials/_fixture.scss */

.fixture-sec .select-box {
	text-align: right;
	margin-top: 30px;
}

/* line 282, ../sass/partials/_fixture.scss */

.fixture-sec select,
#sblock4_dropdown {
	color: #FFF;
	height: 37px;
	-webkit-appearance: none;
	background: rgba(0, 0, 0, 0.3) url("../images/select-down.png") no-repeat center right;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	padding: 1px 13px;
	cursor: pointer;
	position: absolute;
	right: 25px;
	z-index: 9999;
	top: 50px;
	font-weight: bold;
	font-family: 'Open Sans',sans-serif !important;
	top: 65px;
	border: 1px solid rgba(204, 204, 204, 0.43);
	font-size: 13px;
}

/* line 322, ../sass/partials/_fixture.scss */

#sblock4_dropdown {
	top: 7px;
}

/* line 326, ../sass/partials/_fixture.scss */

.fixure-slider {
	background: #2062b0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 66px 20px;
	height: 181px;
	position: relative;
	z-index: 999;
	clear: both;
}

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

.spcompname {
	display: block !important;
	position: relative;
	float: left;
	width: 100%;
	color: #FFF;
	left: -5px;
	font-weight: 100;
	top: -47px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	font-family: 'Anton';
	font-size: 24px;
	color: #fff;
	margin: 0;
}

/* line 369, ../sass/partials/_fixture.scss */

.spcompname {
	display: none;
}

/* line 373, ../sass/partials/_fixture.scss */

.sproundname {
	display: none !important;
	position: relative;
	top: -20px;
	color: #505a5a;
	font-weight: bold;
	left: auto;
	font-size: 13px;
}

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

.sproundname:before {
	content: " | ";
	position: relative;
}

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

.comp-name {
	display: none;
}

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

.spladder {
	width: 100%;
	background: #000;
	color: #FFF;
}

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

.spladder tr th:first-child {
	padding-left: 15px;
	font-weight: 100;
	width: 50%;
}

/* line 407, ../sass/partials/_fixture.scss */

.spladder tr th {
	font-weight: bold;
	width: 30px;
	padding: 10px 0 10px 15px;
	font-size: 12px;
	font-family: 'robotoregular';
	text-transform: uppercase;
	padding-left: 0px;
}

/* line 417, ../sass/partials/_fixture.scss */

.spladder tr:first-child {
	background: #d21126;
	color: #FFF;
	font-weight: 100;
	height: 30px;
}

/* line 425, ../sass/partials/_fixture.scss */

.sproweven td:first-child,
.sprowodd td:first-child {
	padding-left: 15px;
	padding: 10px 0 10px 15px;
	font-size: 12px;
	font-family: 'robotoregular';
	text-transform: uppercase;
}

/* line 435, ../sass/partials/_fixture.scss */

.spteam1,
.spteam2 {
	color: #FFF;
	width: 85%;
	float: left;
	margin-top: 12px;
	height: 22px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans',sans-serif;
	margin-left: 10px;
}

/* line 448, ../sass/partials/_fixture.scss */

.sptime,
.spvenue {
	display: none;
}

/* line 451, ../sass/partials/_fixture.scss */

.spteams { /* color: #0065A4; */
	display: block !important;
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	margin-left: 5px;
	visibility: visible !important;
}

/* line 462, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	margin-left: 7px;
	margin-top: 8px;
	border: 1px solid #FFF;
}

/* line 499, ../sass/partials/_fixture.scss */

.fixture-sec h3 {
	font-size: 30px;
	color: #505a5a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: -8px;
	margin-bottom: 30px;
}

/* line 509, ../sass/partials/_fixture.scss */

.ui-tabs .ui-tabs-panel,
.ui-tabs .ui-tabs-nav {
	padding: 0 !important;
}

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

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
}

/* line 526, ../sass/partials/_fixture.scss */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #2062b0 !important;
	background: #2062b0 !important;
}

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

.banner-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(51, 51, 51, 0.65)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc333333',GradientType=0 );*/
}

/* line 13, ../sass/partials/_suco.scss */

.top-club-logos {
	background: #2386c6;
	background: -moz-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: -webkit-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: -webkit-gradient(linear, left top, right top, from(#2386c6), to(#1c509f));
	background: -o-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: linear-gradient(to right, #2386c6 0%, #1c509f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2386c6', endColorstr='#1c509f',GradientType=1 );
	border-bottom: 2px solid #F19C0D !important;
}

/* line 22, ../sass/partials/_suco.scss */

.top_logos span {
	color: white !important;
}

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

#slider-panel .buttons-box li {
	background: #F19C0D !important;
}

/* line 30, ../sass/partials/_suco.scss */

#slider-panel .buttons-box li:hover {
	background: #1E57A8 !important;
	border: 1px solid #1E57A8 !important;
}

/* line 35, ../sass/partials/_suco.scss */

#slider-panel .buttons-box li a {
	color: white !important;
}

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

#slider-panel .buttons-box li a > span {
	color: white !important;
}

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

#slider-panel .buttons-box li a > span {
	font-size: 18px !important;
	text-transform: capitalize !important;
}

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

.banner .slick-dots li.slick-active a {
	background-color: #F19C0D !important;
	color: #fff;
}

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

.banner .slick-dots a {
	background: transparent !important;
}

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

.banner .slick-dots li::before {
	border-color: transparent transparent #F19C0D transparent !important;
}

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

.social-search .social-search-list li span {
	display: none !important;
}

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

.social-search {
	display: none !important;
}

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

.banner .slick-dots li {
	width: 19% !important;
}

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

#slider-panel .buttons-box {
	padding: 0;
	padding-top: 43px !important;
	padding-bottom: 43px !important;
	padding-left: 20px !important;
	margin: 0;
	background: rgba(255, 255, 255, 0.6) !important;
}

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

@media only screen and (min-width: 990px){
.main-nav {
	padding: 60px 0px 0px;
}
}

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

.menu > li > a {
	color: #2380c4 !important;
	font-weight: bold !important;
}

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

.menu li {
	font-size: 18px !important;
	font-weight: bold !important;
}

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

ul#menu-top-menu li {
	padding: 10px;
}

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

.sub-menu li a {
	font-size: 14px !important;
	color: #2380c4 !important;
}

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

.sub-menu {
	border: 1px solid #F19C0D;
	margin-top: -1px !important;
	margin-left: -1px !important;
}

/* line 118, ../sass/partials/_suco.scss */

.menu-item-has-children {
	border: 1px solid #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	text-decoration: underline;
	-moz-text-decoration-color: #fff;
	text-decoration-color: #fff;
}

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

.menu-item-has-children:after {
/*	content: '.';*/
	width: 100%;
	display: block;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	height: 3px;
	color: #fff;
	background: #ffffff00;
}

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

.menu-item-has-children:hover {
	-moz-text-decoration-color: #F19C0D;
	text-decoration-color: #F19C0D;
	border: 1px solid #F19C0D;
}

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

.menu-item-has-children:hover:after {
	/*content: '.';*/
	background: #fff;
}

/* line 158, ../sass/partials/_suco.scss */

.menu > li > a {
	-moz-text-decoration-color: #fff;
	text-decoration-color: #fff;
}

/* line 162, ../sass/partials/_suco.scss */

.menu > li > a:hover {
	-moz-text-decoration-color: #F19C0D;
	text-decoration-color: #F19C0D;
}

/* line 166, ../sass/partials/_suco.scss */

ul.menu > li ul.sub-menu:after {
	border-bottom: 9px solid #ffffff00 !important;
}

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

#sidebar2 {
	padding-left: 0;
	padding-right: 0;
	background: #fff !important;
	border-bottom: 3px solid #ef9b14 !important;
}

/* line 184, ../sass/partials/_suco.scss */

#slider-panel .buttons-box li {
	border: solid 1px #F19C0D !important;
	border-bottom: 2px solid #ca7e1d !important;
}

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

.ad-banners .promo-title {
	position: initial !important;
	margin-right: 30px !important;
	color: #3680bd !important;
	background: #fff !important;
	text-shadow: 0px 0px 0px #fff !important;
	border-bottom: 3px solid #ef9b14 !important;
	text-transform: initial !important;
}

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

.promo-title {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff !important;
}

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

.ad-banners .promo-image:after {
	content: initial !important;
}

/* line 212, ../sass/partials/_suco.scss */

.banner .slick-dots li {
	border: 1px solid #144184 !important;
	background: transparent;
}

/* line 217, ../sass/partials/_suco.scss */

h3.widget-title {
	background: -webkit-gradient(linear, left top, right top, from(#2384c8), to(#1e4ca1));
	background: -webkit-linear-gradient(left, #2384c8, #1e4ca1);
	background: -moz-linear-gradient(left, #2384c8, #1e4ca1);
	background: -o-linear-gradient(left, #2384c8, #1e4ca1);
	background: linear-gradient(to right, #2384c8, #1e4ca1);
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	text-transform: initial !important;
}

/* line 228, ../sass/partials/_suco.scss */

.tribe-mini-calendar-event .list-date {
	background: #F19C0D !important;
	width: 20% !important;
	margin: 0px 4% 0px 0px !important;
}

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

.tribe-mini-calendar-event .list-info {
	float: initial !important;
}

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

.tribe-mini-calendar-event .list-date .list-dayname {
	height: 45px;
	font-size: 28px !important;
	padding-top: 10px;
	color: #F19C0D;
}

/* line 245, ../sass/partials/_suco.scss */

.tribe-mini-calendar-event {
	padding-left: 10px !important;
	padding-right: 10px !important;
	border-bottom: 0px solid #aaa !important;
}

/* line 251, ../sass/partials/_suco.scss */

.tribe-events-adv-list-widget .type-tribe_events {
	border-bottom: 1px solid #aaa;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* line 257, ../sass/partials/_suco.scss */

.tribe-mini-calendar-event .list-info h2 {
	font-size: 17px !important;
}

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

p.tribe-events-widget-link {
	display: block;
	text-align: center;
	padding: 10px;
}

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

p.tribe-events-widget-link a {
	color: #3680bd !important;
	font-weight: 900 !important;
}

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

.spons-title {
	color: #2380c4 !important;
}

/* line 276, ../sass/partials/_suco.scss */

.sponsor h3 {
	color: #2380c4 !important;
}

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

.headering-top {
	overflow: hidden;
	background-color: #F19C0D !important;
}

/* line 285, ../sass/partials/_suco.scss */

#main-content h1,
#hero h1,
#content-wrap h1 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 600;
	margin: 15px 0px;
	padding: 0px;
	line-height: normal;
	font-size: 35px;
	/*text-shadow: 2px 2px 2px black;*/
}

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

#content-wrap .post-content h1,
.category #main-content .post-content h1 {
	color: #2062b0 !important;
}

/* line 302, ../sass/partials/_suco.scss */

#content-wrap h1.news-title {
	color: #2062b0;
}

/* line 306, ../sass/partials/_suco.scss */

.shw {
	text-align: center !important;
	padding-bottom: 50px;
}

/* line 315, ../sass/partials/_suco.scss */

.news-thumb {
	width: auto !important;
	border: 1px solid #00000026;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px;
}

/* line 324, ../sass/partials/_suco.scss */

.btn {
	color: white !important;
	background: #F19C0D !important;
	border: none !important;
	padding: 4px 18px !important;
	font-size: 11px !important;
	font-weight: bold !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

/* line 336, ../sass/partials/_suco.scss */

#content-wrap {
	min-height: 0px !important;
}

/* line 340, ../sass/partials/_suco.scss */

.col-md-12 {
	width: 100%;
}

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

.h3 {
	font-size: 15px !important;
	text-align: center !important;
	color: white !important;
}

/* line 350, ../sass/partials/_suco.scss */

#connect_with_us h3 {
	font-weight: normal;
	font-size: 15px !important;
	text-align: center !important;
	color: white !important;
}

/* line 357, ../sass/partials/_suco.scss */

.h2 {
	font-size: 48px !important;
	color: #ffffff !important;
}

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

.connect_with_us_inner {
	margin-top: 30px;
}

/* line 366, ../sass/partials/_suco.scss */

#connect_with_us h2 {
	font-size: 48px !important;
	color: #ffffff !important;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
}

/* line 374, ../sass/partials/_suco.scss */

.tribe-bar-views-inner {
	background: #F19C0D !important;
}

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

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: #F19C0D !important;
}

/* line 382, ../sass/partials/_suco.scss */

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #F19C0D important;
}

/* line 386, ../sass/partials/_suco.scss */

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 2px !important;
}

/* line 390, ../sass/partials/_suco.scss */

#slider-panel {
	border-bottom: none !important;
	-webkit-background-size: cover cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

/* line 395, ../sass/partials/_suco.scss */

div#gform_wrapper_3 {
	margin: 0px;
}

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

form#gform_3 {
	background: transparent;
	height: 95px;
	padding-left: 0px;
	padding-top: 2px; /* text-align: left; */
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

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

.gform_body {
	display: inline;
	width: 100%;
}

/* line 416, ../sass/partials/_suco.scss */

ul#gform_fields_3 {
	display: inline;
}

/* line 420, ../sass/partials/_suco.scss */

li#field_3_1 {
	display: inline;
	padding-right: 0px !important;
}

/* line 425, ../sass/partials/_suco.scss */

.ginput_container.ginput_container_text {
	display: inline;
}

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

input#input_3_1 {
	padding: 9px 4px 8px !important;
	border: none;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	font-size: 12px !important;
	text-indent: 5px;
	width: 55% !important;
}

/* line 443, ../sass/partials/_suco.scss */

input#input_3_1 {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 4px;
	letter-spacing: normal;
}

/* line 450, ../sass/partials/_suco.scss */

.gform_footer.top_label {
	padding: 16px 0 10px;
	margin: 16px 0 0;
	clear: both;
	width: 100%;
	display: inline;
}

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

.formpanelwrapper {
	background: #F19C0D;
	display: inline;
	float: left;
	width: 100%;
}

/* line 468, ../sass/partials/_suco.scss */

input#gform_submit_button_3 {
	background-color: transparent;
	border: none;
	color: #FFF;
	font-size: 1em;
	padding: 10px 15px;
	background: #05598c;
	-webkit-clip-path: none;
	clip-path: none;
	padding: 8px 25px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	margin-left: -4px;
}

/* line 488, ../sass/partials/_suco.scss */

input#gform_submit_button_3 {
	background: #b57513 !important;
}

/* line 492, ../sass/partials/_suco.scss */

.col-md-3.letter {
	margin-top: 35px !important;
}

/* line 500, ../sass/partials/_suco.scss */

strong.newsletter {
	color: #fff !important;
}

/* line 504, ../sass/partials/_suco.scss */

input#input_3_1 {
	margin-top: 35px !important;
}

/* line 508, ../sass/partials/_suco.scss */

h3.widget-title {
	color: #fff !important;
	text-align: center !important;
}

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

.search-box #searchsubmit {
	background: #F19C0D !important;
}

/* line 517, ../sass/partials/_suco.scss */

.tribe-events-calendar thead th {
	background-color: #F19C0D !important;
	border-left: 1px #F19C0D !important;
	border-right: 1px #F19C0D !important;
}

/* line 523, ../sass/partials/_suco.scss */

#tribe-bar-form .tribe-bar-filters-inner {
	background: #1a528d !important;
}

/* line 527, ../sass/partials/_suco.scss */

.footer .search-box {
	margin-top: 50px !important;
}

/* line 531, ../sass/partials/_suco.scss */

h2.tribe-events-title a {
	color: #2062b0 !important;
}

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

h3.tribe-events-month-event-title a {
	color: #2062b0 !important;
}

/* line 539, ../sass/partials/_suco.scss */

.tribe-events-viewmore a {
	color: #2062b0 !important;
}

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

li.tribe-events-nav-previous a {
	color: #2062b0 !important;
}

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

#tribe-bar-form label {
	color: #fff !important;
}

/* line 551, ../sass/partials/_suco.scss */

.tribe-bar-filters-inner input {
	-webkit-text-fill-color: #ccc;
}

/* line 555, ../sass/partials/_suco.scss */

input.tribe-events-button.tribe-no-param {
	-webkit-text-fill-color: #fff;
}

/* line 559, ../sass/partials/_suco.scss */

#tribe-bar-form #tribe-bar-views {
	padding: 0px !important;
}

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

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

/* line 566, ../sass/partials/_suco.scss */

h5.card-title.heading1 {
	color: #2062b0 !important;
	font-size: 16px;
}

/* line 570, ../sass/partials/_suco.scss */

.footer .search h4 {
	float: left !important;
}

/* line 574, ../sass/partials/_suco.scss */

.footer .search-box {
	float: initial !important;
}

/* line 577, ../sass/partials/_suco.scss */

.banner .slick-dots a {
	padding: 7px 13px !important;
}

/* line 580, ../sass/partials/_suco.scss */

.footer #menu-footer-menu li a {
	color: #fff !important;
}

/* line 584, ../sass/partials/_suco.scss */

.search-box input[type="text"] {
	-webkit-text-fill-color: #fff;
	padding-left: 32px !important;
	background: rgba(0, 0, 0, 0.1) !important;
}

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

.footer-last {
	display: inline;
	float: left;
	width: 100%;
	background: #2386c6;
	background: -moz-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: -webkit-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: -webkit-gradient(linear, left top, right top, from(#2386c6), to(#1c509f));
	background: -o-linear-gradient(left, #2386c6 0%, #1c509f 100%);
	background: linear-gradient(to right, #2386c6 0%, #1c509f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2386c6', endColorstr='#1c509f',GradientType=1 );
}

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

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/* line 74, ../sass/app.scss */

body {
	font-family: 'Open Sans',sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	overflow-x: hidden;
}

/* line 115, ../sass/app.scss */

.monster-box {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 530px;
}

/* line 119, ../sass/app.scss */

.monster-box .panel_excerpt {
	min-height: 60px;
}

/*sign-up form styles*/

/* line 126, ../sass/app.scss */

div#gform_wrapper_1 {
	margin: 0px;
}

/* line 130, ../sass/app.scss */

form#gform_1 {
	background: transparent;
	height: 95px;
	padding-left: 0px;
	padding-top: 2px; /* text-align: left; */
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/* line 141, ../sass/app.scss */

.gform_body {
	display: inline;
	width: 100%;
}

/* line 146, ../sass/app.scss */

ul#gform_fields_1 {
	display: inline;
}

/* line 150, ../sass/app.scss */

li#field_1_1 {
	display: inline;
	padding-right: 0px !important;
}

/* line 155, ../sass/app.scss */

.ginput_container.ginput_container_text {
	display: inline;
}

/* line 159, ../sass/app.scss */

input#input_1_1 {
	padding: 9px 4px 8px !important;
	border: none;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	font-size: 12px !important;
	text-indent: 5px;
	width: 55%;
}

/* line 174, ../sass/app.scss */

input#input_1_1 {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 4px;
	letter-spacing: normal;
}

/* line 181, ../sass/app.scss */

.gform_footer.top_label {
	padding: 16px 0 10px;
	margin: 16px 0 0;
	clear: both;
	width: 100%;
	display: inline;
}

/* line 189, ../sass/app.scss */

div#sign-up-form-panel {
	margin: 20px 0px; /* background: #ffc006; */
}

/* line 195, ../sass/app.scss */

input#gform_submit_button_1 {
	background-color: transparent;
	border: none;
	color: #FFF;
	font-size: 1em;
	padding: 10px 15px;
	background: #05598c;
	-webkit-clip-path: none;
	clip-path: none;
	padding: 8px 25px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	margin-left: -4px;
}

/* line 215, ../sass/app.scss */

input#input_1_1 {
	margin-top: 35px !important;
}

/* line 219, ../sass/app.scss */

#social-hub-panel {
	-webkit-background-size: cover cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

/* line 223, ../sass/app.scss */

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

/* line 229, ../sass/app.scss */

#logo {
	position: absolute;
	top: 0;
	background: url("../images/sabres-logo.png") 0 0 no-repeat;
}

/* line 254, ../sass/app.scss */

#logo a {
	display: block;
	height: 119px;
}

/* line 267, ../sass/app.scss */

#main-content span.news-date {
	display: block;
	float: right;
	padding-left: 10px;
	color: #fff;
}

/* line 280, ../sass/app.scss */

.has-club-logos #content {
	padding-top: 0;
}

/* line 284, ../sass/app.scss */

#sidebar {
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

/* line 290, ../sass/app.scss */

.has-club-logos #sidebar {
	padding-top: 20px;
}

/* line 295, ../sass/app.scss */

.fsp-adv-social-media {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* line 302, ../sass/app.scss */

.fsp-adv-social-media li {
	display: inline-block;
	margin-left: 5px;
}

/* line 305, ../sass/app.scss */

.fsp-adv-social-media li.share-title {
	display: none;
}

/* line 307, ../sass/app.scss */

.single .fsp-adv-social-media li.share-title {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans',sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	position: relative;
	top: -4px;
}

/* line 314, ../sass/app.scss */

.fsp-adv-social-media li a {
	font-size: 30px;
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #DDAA08 !important;
}

/* line 318, ../sass/app.scss */

.fsp-adv-social-media li a:hover {
	color: #00549c !important;
	text-decoration: none;
}

/* line 326, ../sass/app.scss */

.lower-section {
	margin-top: 20px;
}

/* line 330, ../sass/app.scss */

.title-404 {
	display: none;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

@font-face {
	font-family: 'webfont';
	src: url("../fonts/webfont.svg?1531711#webfont") format("svg");
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) {

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

.js .main-nav .menu li li a::before {
	content: " " !important;
	position: absolute;
	right: 20px;
	display: none !important;
}

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

.js .sub-header-menu {
	display: none;
}

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

.js .main-nav {
	position: relative;
	clear: both;
	margin: 0 auto;
}

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

.js .main-nav .menu li a {
	color: #FFF;
	font-weight: normal;
	padding: 0 15px;
	border: none;
	border-bottom: none !important;
	text-shadow: none;
	text-align: left;
	cursor: pointer;
	display: inherit;
}

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

.js .main-nav .menu li li:hover {
	background: none !important;
}

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

.js .main-nav .menu li li a {
	position: relative;
	padding: 0 10px 0 30px;
	text-indent: 15px;
}

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

.js .main-nav .menu li li li a {
	position: relative;
	padding: 0 10px 0 40px;
}

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

.js .main-nav .menu li li a::before {
	content: '\2013';
	position: absolute;
	top: 0px;
	left: 7px;
}

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

.js .main-nav .menu li li li a::before {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 20px;
}

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

.js .main-nav .menu li li li a::after {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 10px;
}

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

.js .main-nav .menu li ul {
	background-color: #ffffff;
}

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

.js .main-nav #responsive_current_menu_item {
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	width: 195px;
	background: url("../images/afl-nsw-act-logo.png") left no-repeat;
	-webkit-background-size: auto 80%;
	-moz-background-size: auto 80%;
	-o-background-size: auto 80%;
	background-size: auto 80%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -2000px;
}

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

.js .main-nav a#responsive_menu_button {
	position: absolute;
	display: block;
	left: auto;
	cursor: pointer;
	color: #fff;
	display: none;
}

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

.js .main-nav a#responsive_menu_button:hover {
	text-decoration: none;
}

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

.js .main-nav a#responsive_menu_button:after {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\68";
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 768px) {

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

.js .main-nav {
	margin-left: -15px;
	margin-right: -15px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 767px) {

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

.js .main-nav .menu li a {
	font-size: 22px;
}

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

.js .main-nav a#responsive_menu_button {
	top: -68px;
	right: 22px;
	height: 30px;
	line-height: 30px;
	width: 50px;
	font-size: 20px;
}

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

.js .main-nav a#responsive_menu_button:after {
	font-size: 34px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 768px) {

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

.js .main-nav .menu li a {
	font-size: 22px;
	padding: 5px 10px;
}

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

.js .main-nav a#responsive_menu_button {
	top: -84px;
	right: 0;
	height: 60px;
	line-height: 50px;
	width: 100px;
	z-index: 2000;
}

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

.js .main-nav a#responsive_menu_button:after {
	font-size: 35px;
}

}

@media (min-width: 410px) and (max-width: 485px) {

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

.ad-banners .promo-image:after {
	width: 96%;
}

}

@media (min-width: 485px) and (max-width: 776px) {

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

.banner-images {
	width: 50%;
	float: left;
}

}

@media (min-width: 650px) and (max-width: 990px) {

/* line 73, ../sass/partials/home-news.scss */

.sponsor-img {
	float: left;
	width: 45%;
}

/* line 77, ../sass/partials/home-news.scss */

.sponsor-text {
	padding: 10px 0;
	width: 55%;
	padding-left: 15px;
}

}

@media (min-width: 767px) and (max-width: 990px) {

/* line 68, ../sass/partials/home-news.scss */

#latest-news-panel .panel-content {
	background: #0d2241 !important;
}

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

.major-sponsor {
	margin-top: 25px;
}

}

@media (min-width: 768px) {

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

#nav-container {
	background: #2062b0;
}

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

#nav-container .sub-menu li a {
	color: #666;
	font-weight: 700;
	padding-left: 0 !important;
	font-size: 14px;
}

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

#nav-container .menu a {
	opacity: 1;
	font-size: 17px;
	padding: 6px 9px;
}

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

#nav-container .menu > li {
	line-height: 30px;
}

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

ul.menu > li ul.sub-menu {
	margin-top: 7px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

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

.menu:after,
.menu ul:after {
	visibility: hidden;
}

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

.menu li li {
	background: #FFFFFF;
	border-bottom: 1px solid #c5c5c5;
	margin: 0 12px;
}

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

.menu li li:last-child {
	border-bottom: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

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

.top_logos li {
	padding: 6px 10px;
}

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

#nav-container {
	float: none;
	height: auto;
}

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

#nav-container .top-logo img {
	display: none;
}

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

.cbp-af-header-shrink .sb-search {
	top: 14%;
	right: 25%;
}

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

#fed-select {
	width: 50%;
}

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

.header-inner {
	height: 40px;
}

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

.search-box {
	display: block;
}

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

.header-logo {
	margin: 20px 0;
	padding-left: 0;
}

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

.header-text h1 {
	font-size: 35px;
	display: block;
}

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

.leaderboard-top-container {
	display: none;
}

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

.sticky-logo {
	display: block;
	top: 5px;
	position: absolute;
}

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

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 0%;
}

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

ul.header_right_logos {
	padding: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	float: right;
}

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

.header_right_logos li {
	padding: 8px 0px;
}

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

.social-search {
	display: block;
	height: 35px;
}

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

.social-search .social-search-list li {
	font-size: 23px;
}

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

.social-search .social-search-list li span {
	font-size: 22px;
	margin-top: 3px;
	margin-right: 6px;
}

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

.hockey-logo {
	display: none;
}

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

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

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

h1 {
	font-size: 36px;
}

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

.ad-banners .col-md-4 {
	width: 33%;
	float: left;
	padding: 5px;
}

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

.ad-banners .banner-text {
	font-size: 20px;
	line-height: 22px;
}

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

.headering-top:after {
	height: 40px;
	width: 98%;
	right: 9px;
	background-position: center 5px;
}

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

#slider-panel .col-md-9,
#slider-panel .col-md-3 {
	padding: 0;
}

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

#slider-panel .buttons-box li {
	font-size: 17px;
	height: 61px;
	padding: 0px 10px;
}

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

.banner .slick-dots a {
	line-height: 12px;
	font-size: 10px;
	padding: 8px;
}

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

.banner .banner-content h2 {
	font-size: 22px;
	padding: 16px;
	letter-spacing: 0px;
}

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

.banners li:first-child h3 {
	font-size: 24px;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	width: 46%;
	margin-right: 17px;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: inherit;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	position: static;
	margin-top: 2px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 60px;
	width: 250px;
}

/* line 58, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 17px;
	height: 66px;
	padding: 0px 10px;
}

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

.sb-search {
	background: transparent;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	margin-top: 0;
}

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

.sb-search-input {
	width: 350px;
}

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

.widget_match_center .spmatch {
	width: 195px;
}

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

#mc-game-wrap,
#mc-game-wrap1,
#mc-game-wrap2,
#mc-game-wrap3,
#mc-game-wrap4 {
	width: 75%;
}

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

#spnext {
	right: 16%;
}

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

#sp-comp-links {
	position: absolute;
}

/* line 282, ../sass/partials/_fixture.scss */

.fixture-sec select,
#sblock4_dropdown {
	width: 350px;
}

/* line 229, ../sass/app.scss */

#logo {
	width: 437px;
	left: -20px;
	z-index: 1000;
}

}

@media only screen and (max-width: 992px) and (min-width: 200px) {

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

.headering-top {
	overflow: inherit;
}

}

@media (min-width: 992px) {

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

#nav-container {
	background: #2062b0;
}

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

#nav-container .menu {
	margin-top: 12px;
	margin-bottom: 7px;
}

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

#nav-container .sub-menu li a {
	color: #666;
	padding-left: 4px !important;
	font-size: 14px;
}

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

#nav-container .menu a {
	padding: 0 2px;
	font-size: 18px;
}

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

#nav-container .menu > li {
	padding-right: 16px;
	padding-left: 0;
}

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

ul.menu > li ul.sub-menu {
	margin-top: 7px;
	padding: 7px 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

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

.menu:after,
.menu ul:after {
	visibility: inherit;
}

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

.main-nav #responsive_current_menu_item,
.menu a#responsive_menu_button {
	display: none;
}

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

#nav-container {
	height: auto;
	float: none;
}

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

#nav-container .top-logo img {
	max-width: 80%;
	padding: 10px;
	height: auto;
	display: block;
}

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

#nav-container .top-logo {
	top: 60px;
}

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

#fed-select {
	width: 40%;
}

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

.header-inner {
	height: 150px;
}

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

.search-box {
	display: block;
}

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

#nav-container.cbp-af-header-shrink .menu {
	margin-left: 63px;
	margin-top: 0;
	position: absolute;
	left: 17%;
	top: 0%;
}

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

.header-text {
	display: block;
}

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

.header-text h1 {
	font-size: 42px;
	display: block;
	padding: 30px 0;
}

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

#nav-container.cbp-af-header-shrink .top-logo img {
	height: 50px;
	max-width: 55px;
}

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

.cbp-af-header-shrink .top-logo {
	top: 8px !important;
}

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

.leaderboard-top-container {
	margin-left: 164px;
	display: block;
}

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

.sticky-logo {
	display: none;
}

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

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 10%;
}

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

.header_right_logos li {
	padding: 14px 5px;
}

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

.social-search {
	height: 50px;
}

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

.social-search .social-search-list li {
	font-size: 35px;
}

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

.social-search .social-search-list li span {
	font-size: 28px;
	margin-top: 10px;
}

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

.hockey-logo {
	display: block;
}

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

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

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

h1 {
	font-size: 42px;
}

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

.ad-banners .banner-text {
	font-size: 23px;
	line-height: 28px;
}

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

.news-archive .front-more-news li:nth-child(n) {
	margin-bottom: 1%;
	margin-right: 1%;
}

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

.news-archive .front-more-news li {
	width: 24%;
}

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

.breadcrumb-list {
	display: block;
}

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

.headering-top:after {
	width: 100%;
	height: 99px;
	right: 1px;
	background-position: center 72px;
}

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

#slider-panel .buttons-box li {
	font-size: 18px;
	height: 68px;
	padding: 10px;
}

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

.banner .slick-dots-wrap {
	display: block;
}

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

.banner .slick-dots a {
	font-size: 10px;
	padding: 7px 10px;
}

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

.banner .banner-content h2 {
	font-size: 22px;
	padding: 17px;
	letter-spacing: 0px;
}

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

.ad-banners .banner-images {
	padding-left: 0;
	padding-right: 0;
}

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

.banners li:first-child h3 {
	font-size: 28px;
}

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

.facebook-social-md {
	display: block;
	padding: 0;
}

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

.facebook-social {
	display: none;
	padding: 0;
}

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

.footer {
	text-align: left;
}

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

.footer .search h4 {
	float: right;
	letter-spacing: 0px;
}

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

.footer .search-box {
	float: right;
}

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

.small-screen {
	clear: inherit;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	width: 45%;
}

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

.front-more-news li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: 404px;
}

/* line 170, ../sass/partials/home-news.scss */

.elite_events_widget .widget-title {
	margin-bottom: 15px;
	font-size: 26px;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	position: absolute;
	margin-top: 0;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 50px;
	width: 150px;
}

/* line 58, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 18px;
	height: 68px;
	padding: 10px;
}

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

.sb-search-input {
	width: 250px;
}

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

.widget_match_center .spmatch {
	width: 225px;
}

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

#mc-game-wrap,
#mc-game-wrap1,
#mc-game-wrap2,
#mc-game-wrap3,
#mc-game-wrap4 {
	width: 80%;
}

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

#spnext {
	right: 13%;
}

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

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	font-size: 14px;
}

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

#sp-comp-links {
	position: absolute;
}

/* line 282, ../sass/partials/_fixture.scss */

.fixture-sec select,
#sblock4_dropdown {
	width: 330px;
}

/* line 469, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 180px;
}

/* line 229, ../sass/app.scss */

#logo {
	width: 437px;
	left: -50px;
	z-index: 0;
}

}

@media (min-width: 1200px) {

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

#nav-container .menu a {
	font-size: 22px;
}

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

#nav-container .menu > li {
	padding-right: 20px;
	padding-left: 0;
	line-height: 27px;
}

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

.top_logos li {
	padding: 6px 20px;
}

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

#nav-container .top-logo img {
	max-width: 100%;
}

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

#nav-container .top-logo {
	top: 25px;
}

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

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

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

#nav-container.cbp-af-header-shrink .menu {
	margin-left: 55px;
	left: 27%;
	position: absolute;
	top: 0%;
	margin-top: 0;
}

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

.header-text h1 {
	font-size: 55px;
}

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

.leaderboard-top-container {
	margin-left: 220px;
	display: block;
}

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

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 20%;
}

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

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

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

.ad-banners .banner-text {
	font-size: 30px;
	line-height: 30px;
}

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

#slider-panel .buttons-box li {
	font-size: 24px;
	height: 82px;
	padding: 10px;
}

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

.banner .slick-dots a {
	font-size: 12px;
	padding: 14px 13px;
	line-height: 14px;
}

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

.banner .banner-content h2 {
	font-size: 35px;
	padding: 12px 27px;
	line-height: 44px;
}

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

.banners li:first-child h3 {
	font-size: 36px;
}

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

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

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

.facebook-social {
	display: block;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: 394px;
}

/* line 170, ../sass/partials/home-news.scss */

.elite_events_widget .widget-title {
	font-size: 35px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 60px;
	width: 190px;
}

/* line 58, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 24px;
	height: 82px;
	padding: 10px;
}

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

.sb-search-input {
	width: 250px;
}

/* line 229, ../sass/app.scss */

#logo {
	width: 437px;
	left: -40px;
	z-index: 0;
}

}

@media (min-width: 1730px) {

/* line 306, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	background-position: center -62px !important;
}

}

@media (min-width: 2050px) {

/* line 301, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	background-position: center -150px !important;
}

}

@media (max-width: 768px) {

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

.main-nav #responsive_current_menu_item,
.menu a#responsive_menu_button {
	display: none;
}

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

.top_logos {
	width: 80%;
}

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

.top-social-search {
	width: 20%;
}

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

.breadcrumb-list {
	display: none;
}

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

#slider-panel .buttons-box li {
	font-size: 30px;
	line-height: 32px;
	height: auto;
	padding: 15px 10px;
}

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

.banner .slick-dots li::before {
	left: 52.5%;
}

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

.footer .search h4 {
	float: none;
}

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

.footer .search-box {
	float: none;
}

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

.small-screen {
	clear: both;
}

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

#slider-panel .buttons-box {
	padding: 5% !important;
}

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

#sidebar2 {
	width: 96%;
	margin: 0 2%;
}

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

.ad-banners .promo-title {
	margin-right: 0px !important;
}

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

input#input_3_1 {
	width: 55% !important;
}

/* line 492, ../sass/partials/_suco.scss */

.col-md-3.letter {
	margin-top: 15px !important;
	margin-bottom: 25px !important;
}

/* line 600, ../sass/partials/_suco.scss */

.main-nav {
	padding: 30px 0px;
}

}

@media (max-width: 767px) {

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

#nav-container {
	background: #2062b0;
	display: none;
}

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

#nav-container .sub-menu li a {
	color: #666;
	padding-left: 0 !important;
	font-size: 14px;
}

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

#nav-container .menu a {
	font-size: 18px;
	letter-spacing: 0px;
	opacity: 1;
}

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

#nav-container .menu > li {
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
}

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

.menu:after,
.menu ul:after {
	visibility: hidden;
}

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

.top-header {
	background: #fff !important;
}

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

.top-club-logos {
	display: none;
}

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

#nav-container {
	border-bottom: 1px solid #fff;
	float: none;
}

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

#nav-container .top-logo img {
	max-width: 55%;
	padding: 10px;
	height: auto;
	display: none;
}

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

.cbp-af-header-shrink .sb-search {
	top: 14%;
	right: 22%;
}

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

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

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

#fed-select {
	width: 50%;
}

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

.header-inner {
	height: 40px;
}

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

.search-box {
	display: block;
}

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

.header-logo {
	border-right: none;
	width: 20%;
	height: auto;
	margin-top: 0;
	padding: 5px 0px 15px;
}

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

.header-text {
	display: none;
}

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

.header-text h1 {
	display: none;
}

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

.leaderboard-top-container {
	display: none;
}

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

.sticky-logo {
	display: block;
	top: 5px;
	position: absolute;
}

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

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 0%;
}

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

ul.header_right_logos {
	display: none;
}

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

.social-search {
	display: none; /* width: 252px; */
}

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

.hockey-logo {
	display: none;
}

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

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

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

.navigation:before {
	display: none;
}

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

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

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

.home-more-news-box h2 {
	font-weight: 200;
	font-size: 16px;
}

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

.panel-light h1 {
	padding: 20px 0;
}

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

h1 {
	padding: 20px 0;
}

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

h1 {
	font-size: 30px;
}

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

.panel-content {
	padding: 15px 0 0;
	min-height: 190px;
}

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

.ad-banners .col-md-4 {
	width: 33%;
	float: left;
	padding: 0;
}

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

.ad-banners .banner-text {
	font-size: 20px;
	line-height: 22px;
	top: 21%;
}

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

div#scroll {
	display: none;
}

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

.news-archive img {
	margin: 0px;
}

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

.headering-top:after {
	height: 34px;
	right: 1px;
	background-position: center 0px;
}

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

.slick-slider-container {
	background: transparent;
}

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

#slider-panel .panel-content {
	padding-top: 0;
}

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

.widget-wrapper {
	text-align: center;
}

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

#slider-panel .col-md-3 {
	padding: 10px;
}

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

#slider-panel .col-md-9 .widget-wrapper,
#slider-panel .col-md-3 .widget-wrapper {
	background: #fff;
	text-align: center;
}

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

#slider-panel .col-md-9,
#slider-panel .col-md-3 {
	background: #2062b0;
}

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

#slider-panel .buttons-box li a {
	text-align: left;
	font-size: 21px;
	margin-left: 13px;
}

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

#slider-panel .container {
	padding: 0;
}

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

.social-tabs {
	padding-top: 10px;
}

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

.banner {
	padding: 0;
}

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

.banner .slick-prev {
	left: 0;
}

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

.banner .slick-next {
	right: 0;
}

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

.banner .slick-prev,
.banner .slick-next {
	display: block !important;
	width: 30px;
	font-size: 0px;
	background: #fff;
	border: none;
	max-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin: 0 5%;
}

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

.banner .slick-prev:before {
	line-height: 29px;
	text-indent: -3px;
}

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

.banner .slick-next:before {
	line-height: 29px;
	text-indent: 3px;
}

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

.banner .slick-dots-wrap {
	display: none;
}

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

.banner .banner-content h2 {
	font-size: 20px;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	letter-spacing: 0px;
	text-align: center;
}

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

.ad-banners .promo-image {
	text-align: center;
}

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

.banners li {
	width: 100%;
}

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

.banners li:first-child img {
	height: 100px;
}

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

.banners li:first-child h3 {
	font-size: 24px;
	position: absolute;
	left: 20%;
	right: 20%;
	text-align: center;
}

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

.footer {
	padding: 15px 0;
}

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

.footer .quick-links {
	padding-bottom: 15px;
}

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

.copyright-text {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 15px;
}

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

.footer-nav {
	display: block;
	text-align: center;
}

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

.footer-nav li {
	border-left: none;
	padding-left: 0;
	padding: 7px 0;
	float: none;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	padding: 0;
}

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

.more-news {
	text-align: center;
}

/* line 53, ../sass/partials/home-news.scss */

#latest-news-panel .panel-content {
	background: #fff !important;
	padding-bottom: 0;
}

/* line 62, ../sass/partials/home-news.scss */

.more-news-events {
	padding: 0;
}

/* line 93, ../sass/partials/home-news.scss */

.major-sponsor {
	padding-top: 12px;
	background: #0d2241;
	float: left;
	padding: 30px 15px;
	margin-top: 30px;
	width: 100%;
}

/* line 106, ../sass/partials/home-news.scss */

.sponsor-text {
	padding-bottom: 10px;
}

/* line 139, ../sass/partials/home-news.scss */

.more-news-section h3 a {
	color: #0d223f;
	padding-left: 10px;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: inherit;
	margin-left: -15px;
	margin-right: -15px;
}

/* line 238, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_list_row .event_date {
	left: 15px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 70px;
}

/* line 310, ../sass/partials/home-news.scss */

.news-box {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

/* line 317, ../sass/partials/home-news.scss */

.news-box h4 {
	font-size: 20px;
	margin: 10px 0px 0px !important;
}

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

.sponsors .slick-next,
.sponsors .slick-prev {
	top: 30%;
}

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

.spons-title {
	padding-top: 15px;
}

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

.post-content .featured-image {
	margin-top: 22px;
}

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

.widget-wrapper img {
	border: none;
}

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

.buttons-box-inner li a {
	text-align: left;
	font-size: 21px;
	margin-left: 13px;
}

/* line 120, ../sass/partials/_single.scss */

.player-img-container,
.cover-img-container {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}

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

.sb-search-input {
	width: 90%;
}

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

.sb-search-open .sb-search-input {
	background: #eee;
	border-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
}

/* line 146, ../sass/partials/_uisearch.scss */

.sb-search-open {
	background: transparent;
}

/* line 175, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open ::-webkit-input-placeholder {
	color: transparent;
}

.sb-search.sb-search-open :-moz-placeholder {
	color: transparent;
}

.sb-search.sb-search-open ::-moz-placeholder {
	color: transparent;
}

.sb-search.sb-search-open :-ms-input-placeholder {
	color: transparent;
}

.sb-search.sb-search-open ::placeholder {
	color: transparent;
}

/* line 184, ../sass/partials/_uisearch.scss */

.sb-icon-search,
.sb-search-submit {
	height: 50px;
}

/* line 221, ../sass/partials/_uisearch.scss */

.sb-icon-search:before {
	font-size: 22px;
}

/* line 81, ../sass/partials/_fixture.scss */

#spnext,
#spprev {
	top: 99px;
}

/* line 111, ../sass/partials/_fixture.scss */

#spnext {
	right: 0;
}

/* line 186, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	font-size: 15px;
}

/* line 233, ../sass/partials/_fixture.scss */

#sp-comp-links {
	display: block !important;
	width: auto;
	text-align: -webkit-center;
	clear: both;
	padding-top: 30px;
}

/* line 255, ../sass/partials/_fixture.scss */

.sp-fix-link,
.sp-lad-link,
.sp-stat-link {
	display: inline-block;
}

/* line 282, ../sass/partials/_fixture.scss */

.fixture-sec select,
#sblock4_dropdown {
	width: 300px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	border-color: #ccc;
	top: 46px;
	left: 18px;
}

/* line 326, ../sass/partials/_fixture.scss */

.fixure-slider {
	height: 226px;
	padding: 110px 20px;
}

/* line 341, ../sass/partials/_fixture.scss */

.spcompname {
	font-size: 21px;
}

/* line 469, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 265px;
}

/* line 485, ../sass/partials/_fixture.scss */

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 7px 7px !important;
}

/* line 118, ../sass/partials/_suco.scss */

.menu-item-has-children {
	border-left: 0px;
	border-right: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* line 170, ../sass/partials/_suco.scss */

#sidebar2 {
	margin: 0 2% 5%;
}

/* line 468, ../sass/partials/_suco.scss */

input#gform_submit_button_3 {
	padding: 7px 25px;
	margin-top: 3px;
}

/* line 605, ../sass/partials/_suco.scss */

.col-md-3 {
	width: 100%  !important;
}

/* line 609, ../sass/partials/_suco.scss */

.gform_body {
	width: 180%;
	text-align: left;
}

/* line 613, ../sass/partials/_suco.scss */

.border {
	padding-top: 0%;
}

/* line 617, ../sass/partials/_suco.scss */

.ad-banners .promo-title {
	font-size: 21px;
	margin-bottom: 10px;
	margin-left: 6px;
	width: 97%;
}

/* line 624, ../sass/partials/_suco.scss */

.container {
	margin-top: 10px;
}

/* line 627, ../sass/partials/_suco.scss */

.js .main-nav {
	display: none;
}

/* line 630, ../sass/partials/_suco.scss */

.wpr_search .wpr-search-field {
	height: 30px;
	background: #ffffff;
	border-color: #f7b21d;
}

/* line 635, ../sass/partials/_suco.scss */

.border {
	margin-top: -85px;
}

/* line 638, ../sass/partials/_suco.scss */

form#gform_3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/* line 641, ../sass/partials/_suco.scss */

input#input_3_1 {
	width: 100% !important;
}

/* line 644, ../sass/partials/_suco.scss */

.wprmenu_bar #custom_menu_icon.hamburger {
	background: none;
}

/* line 650, ../sass/partials/_suco.scss */

div#gform_wrapper_3 {
	margin-top: -25px;
}

/* line 653, ../sass/partials/_suco.scss */

.col-md-3.letter {
	margin-top: 0px !important;
}

/* line 159, ../sass/app.scss */

input#input_1_1 {
	width: 100% !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* line 195, ../sass/app.scss */

input#gform_submit_button_1 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left: 0px;
}

/* line 229, ../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 254, ../sass/app.scss */

#logo a {
	height: 60px;
}

/* line 295, ../sass/app.scss */

.fsp-adv-social-media {
	display: none;
}

}

@media (max-width: 650px) {

/* line 294, ../sass/partials/_header.scss */

.league-menu {
	display: none;
}

/* line 188, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
}

/* line 20, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	font-size: 21px;
}

/* line 50, ../sass/partials/_footer.scss */

.footer .search {
	border-top: 1px solid #4b4f56;
	margin: 12px 0;
	padding: 0;
	padding-top: 15px;
}

/* line 29, ../sass/partials/_sponsors.scss */

.spon {
	display: block;
	background: url("../images/mob-page-divider.jpg") no-repeat center top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	min-height: 155px;
}

/* line 44, ../sass/partials/_sponsors.scss */

.sponsors li {
	margin-top: 12px;
}

/* line 659, ../sass/partials/_suco.scss */

.spon {
	min-height: 0px;
}

/* line 662, ../sass/partials/_suco.scss */

.panel-content {
	padding: 0px 0 0;
	min-height: 0px;
}

/* line 666, ../sass/partials/_suco.scss */

.spons-title {
	padding-top: 0px;
}

/* line 669, ../sass/partials/_suco.scss */

.footer {
	background-color: #2964b1 !important;
	display: inline;
	float: left;
	width: 100%;
}

/* line 676, ../sass/partials/_suco.scss */

.footer h4 {
	color: #fff;
	font-family: open sans !important;
	font-weight: 400 !important;
}

/* line 681, ../sass/partials/_suco.scss */

.footer #menu-footer-menu li a {
	color: #fff !important;
}

/* line 684, ../sass/partials/_suco.scss */

.footer .address,
.footer .phone,
.footer .email {
	color: #fff;
}

/* line 687, ../sass/partials/_suco.scss */

.footer .footer-social li a {
	color: #ffff;
}

/* line 690, ../sass/partials/_suco.scss */

.footer .footer-social li span {
	color: #ffff;
}

/* line 264, ../sass/app.scss */

#main-content {
	margin: 0;
}

/* line 274, ../sass/app.scss */

#content-wrap {
	margin: 0;
}

}

@media (max-width: 480px) {

/* line 10, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding: 0;
}

/* line 282, ../sass/partials/_fixture.scss */

.fixture-sec select,
#sblock4_dropdown {
	top: 38px;
	left: 18px;
	width: 80%;
}

/* line 341, ../sass/partials/_fixture.scss */

.spcompname {
	font-size: 15px;
}

/* line 469, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 290px;
}

/* line 485, ../sass/partials/_fixture.scss */

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 3px 5px !important;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: 600;
}

}

@media (max-width: 320px) {

/* line 469, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 285px;
}

/* line 485, ../sass/partials/_fixture.scss */

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-size: 10px;
}

}
/*11-10-2018*/
p{
font-family: open sans !important;
font-size: 15px !important;
font-weight:400 !important;
}


/**/

@media only screen and (max-width: 1025px){
.mob-menu-header-holder {
    background-color: #fbfbfb00;
}
}

@media (max-width: 767px){
	#slider-panel{
			margin-top: 30px;
		
	}
	.container {
   margin-top: 28px;  
}
	
	.sub-menu li a {
    font-size: 14px !important;
    color: #ffffff !important;
}
	.header-logo{
		display: none;
}
	.mobmenur-container img {
		max-height: 80px !important;
	}
}


@media only screen and (max-width: 768px){
.mob-menu-header-holder {
	position: absolute;
	}
}

.wprmenu_bar.custMenu.bodyslide.left {
    display: none;
}

.unique-header {
    text-shadow: 2px 2px 2px black;
}

ul.menu > li ul.sub-menu ul.sub-menu {
    margin-top: 0;
    border-left: 1px solid #f19c0d;
}

/*slider text title*/
.banner .banner-content{
    display: none !important;
}

/* page title shadow*/
.headering-top h1 {
    text-shadow: 2px 2px 2px black;
}