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

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

#nav-container {
	position: relative;
}

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

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

/* line 13, ../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 27, ../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: Nunito, Arial, sans-serif !important;
	text-transform: none;
	line-height: 20px;
}

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

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

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

#nav-container .menu a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	color: #006cb3;
	font-family: Nunito, Arial, sans-serif !important;
	font-size: 23px;
	font-weight: 100;
	font-weight: 100;
	text-transform: uppercase;
	border: 0;
	opacity: .4;
	position: relative;
	font-weight: 700;
}

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

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

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

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

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

#nav-container .menu ul a:hover {
	color: #00affe;
	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 191, ../sass/partials/_nav.scss */

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

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

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

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

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

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

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

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

.menu li li {
	float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*display: block;*/

/*}*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav:after {
	clear: both;
}

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

.main-nav {
	float: left;
}

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

#wprmenu_menu ul li a {
	font-family: Nunito, Arial, sans-serif !important;
	font-weight: 700;
}

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

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

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

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

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

#wprmenu_bar {
	height: 70px !important;
}

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

#wprmenu_bar .menu_title {
	text-align: center;
}

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

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

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

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

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

#wprmenu_menu.wprmenu_levels ul li {
	border-top: none !important;
	border-bottom: 1px solid #18326f !important;
}

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

#wprmenu_menu.wprmenu_levels > ul {
	border-bottom: none !important;
}

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

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

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

#wprmenu_menu .wprmenu_icon_par {
	padding: 14px;
	left: 85%;
	right: 0;
}

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

#wprmenu_bar .wprmenu_icon {
	top: 14px;
}

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

#wprmenu_bar .bar_logo {
	height: 100%;
}

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

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

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

#wprmenu_menu ul.sub-menu a {
	font-family: 'Roboto', sans-serif;
	line-height: 15px;
}

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

.wpr_search { /*padding:0 !important;*/
	margin-left: 21px !important;
	width: 92% !important;
}

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

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

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

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

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

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

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

#wprmenu_menu.wprmenu_levels ul li ul {
	background: #18326f !important;
}

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

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

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

#wprmenu_menu.wprmenu_levels ul li ul li {
	padding-left: 5px;
}

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

#wprmenu_menu.wprmenu_levels ul li ul li ul li {
	padding-left: 15px;
}

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

.page-navigation {
	margin-top: 20px;
	list-style-type: none;
	border: 1px solid #ddd;
	padding: 10px;
}

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

.page-navigation li {
	line-height: 30px;
}

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

.page-navigation li a {
	font-family: Nunito, Arial, sans-serif !important;
	color: #1c3a8d;
	font-weight: bold;
	font-size: 16px;
	line-height: 33px;
}

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

.page-navigation li a:hover {
	color: #1c3a8d;
}

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

.page-navigation li a.active {
	color: #1c3a8d;
}

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

.page-navigation li a.active:before,
.page-navigation li a:hover:before {
	content: '\f0da';
	position: relative;
	display: inline-block;
	font-family: 'FontAwesome';
	padding-right: 7px;
	color: #34b3e8;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: Nunito, Arial, sans-serif !important;
	font-weight: 700 !important;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link { /* text-transform:uppercase;*/
	font-family: Nunito, Arial, sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	padding: 0 17px;
	height: 92px;
	line-height: 92px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:active,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:visited {
	border: none;
	font-weight: 700 !important;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:focus {
	font-weight: 700 !important;
}

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

#mega-menu-top-menu li:first-child {
	margin-left: 30px;
}

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

#mega-menu-top-menu .mega-sub-menu li:first-child {
	margin-left: 0px;
}

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

#mega-menu-top-menu .mega-sub-menu li a {
	line-height: 20px;
}

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

#mega-menu-top-menu .mega-sub-menu .mega-menu-item:hover {
	background: #FFF;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
	display: none;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item {
	margin-top: 0px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li { /*padding: 0px !important;*/
	background: none;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li img { /*float: right;*/ /*margin: 25px;*/
	padding: 15px;
	display: block;
	margin: 0 auto;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget {
	list-style: none;
	padding: 0px;
	margin-bottom: 25px;
	display: inline;
	float: none;
	width: 100%;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li {
	list-style: none;
	text-align: left;
	display: inline;
	float: left;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li:hover {
	text-decoration: none;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	font-size: 16px;
	color: #e1e2e6;
	padding: 3px 0px;
	display: inline;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	line-height: 40px;
	padding: 5px 10px;
	font-family: Nunito, Arial, sans-serif !important;
	font-weight: bold;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li a:hover {
	text-decoration: none;
	color: #FFF;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li .sub-menu {
	position: absolute;
	padding: 0px;
	display: none;
	top: 50px;
	left: 0px;
	width: 100%;
	clear: both;
	background: #1a2d70;
	margin-top: -2px;
	padding-top: 30px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li .sub-menu .right-menu-column {
	display: block;
	width: 80%;
	float: right;
	position: absolute;
	right: 0px;
	background: #1a2d70;
	margin-top: -43px;
	border-left: 1px solid #FFF;
	padding-left: 50px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li .sub-menu .right-menu-column h3 {
	color: #FFF;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li .sub-menu .right-menu-column:hover {
	pointer-events: none;
	cursor: default;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li .sub-menu li {
	max-width: 100%;
	padding-right: 0 !important;
	padding-left: 25px !important;
	float: left;
	display: block;
	width: 100%;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li .sub-menu li a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 300;
	text-transform: none;
	font-size: 15px;
	text-align: left;
	width: 100%;
	font-family: Nunito, Arial, sans-serif !important;
	font-weight: bold;
	line-height: 30px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li .sub-menu li .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0px;
	width: 100%;
	display: none;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li.menu-item-has-children:hover .sub-menu {
	display: block;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li.menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
	display: block;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu .menu-post {
	padding: 20px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu .menu-post .title {
	color: #00275d;
	font-size: 14px;
	padding-top: 20px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu .menu-post .menu_content {
	font-size: 12px !important;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu .menu-post .menu_content a {
	display: initial;
	font-size: 12px !important;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding: 20px;
	z-index: 99999;
}

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

.group .col-md-8 {
	z-index: 999;
	position: relative;
}

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

#mega-menu-wrap-top-menu .mega-menu-toggle {
	background: none;
}

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

#mega-menu-wrap-top-menu .mega-menu-toggle.mega-menu-open + #mega-menu-top-menu {
	margin-top: 10px;
	background: #000;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu ul,
#mega-menu-wrap-top-menu #mega-menu-top-menu li,
#mega-menu-wrap-top-menu #mega-menu-top-menu p,
#mega-menu-wrap-top-menu #mega-menu-top-menu img,
#mega-menu-wrap-top-menu #mega-menu-top-menu div,
#mega-menu-wrap-top-menu #mega-menu-top-menu a {
	color: #FFF;
	font-family: Nunito, Arial, sans-serif !important;
	font-weight: bold;
	line-height: 27px;
	background: none;
	border: 0;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu .menu-post .title {
	font-family: "Roboto Slab", Arial, sans-serif !important;
	font-weight: 100;
	text-transform: initial;
}

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

#breadcrumbs {
	font-weight: normal;
	padding: 20px 0 9px 0;
	margin-top: 10px;
	text-align: left;
	font-size: 11px;
	color: #00275d;
}

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

#breadcrumbs a {
	font-size: 11px;
	color: #00275d;
}

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

#breadcrumbs span {
	font-size: 11px;
	color: #00275d;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children > a.mega-menu-link:hover:after,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children > a.mega-menu-link:focus:after {
	position: absolute;
	bottom: -52px;
	left: 0;
	font-size: 50px;
	width: 100%;
	margin: 0px;
	text-align: center;
	display: block;
	content: '\f0de';
	font-family: FontAwesome;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-top-menu #mega-menu-top-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-top-menu #mega-menu-top-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-top-menu #mega-menu-top-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
	background: #1c398c;
	padding: 0px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	background: #009cfd;
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	padding: 6px 0px;
	color: #FFF;
	font-size: 13px;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0px !important;
	margin: auto;
	float: none;
}

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

.landing-menu {
	padding-left: 0px;
}

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

.landing-menu li {
	list-style-type: none;
	display: inline-block;
	padding: 0 10px;
	line-height: 35px;
	margin-top: 10px;
}

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

.landing-menu li a {
	color: #e1e2e6;
	font-size: 16px;
}

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

.result_hover {
	min-height: 450px;
	background: #1a2d70;
	display: block;
}

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

.sub-menu-bg {
	width: 100%;
	background: #1a2d70 !important;
	min-height: 450px;
	margin-top: 48px;
}

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

.menu_title {
	display: none;
}

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

#wprmenu_bar {
	width: 55px !important;
	right: 0px;
	left: auto !important;
	display: block;
	position: absolute;
	top: 0px;
}

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

.mobile-menu {
	display: none;
}

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

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

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

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

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

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

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

.sub-logos strong {
	font-family: Nunito, Arial, sans-serif !important;
	color: #006cb3;
	font-weight: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 92, ../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 136, ../sass/partials/_header.scss */

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

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

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

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

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

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

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

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

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

/* line 204, ../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: #006cb3;
	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 235, ../sass/partials/_header.scss */

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

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

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

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

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

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

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

/* line 277, ../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 304, ../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 316, ../sass/partials/_header.scss */

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

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

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

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

.sticky-logo {
	display: none;
}

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

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

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

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

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

ul.header_right_logos {
	text-align: center;
}

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

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

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

.social-search {
	display: none;
	height: 45px;
	margin-top: 15px;
	border-bottom: 2px solid #ccc;
}

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

.social-search .social-icon a {
	color: #000066;
	font-size: 27px;
}

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

.social-search .social-search-list {
	padding: 0;
	margin: 0;
	font-family: Nunito, Arial, sans-serif !important;
	color: #006cb3;
	margin-top: 10px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 28px;
}

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

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

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

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

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

#search-form {
	display: none;
}

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

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

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

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

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

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

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

.social-media-icon .field {
	min-height: 35px;
	float: none;
	border: 2px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 6px 0 0 6px;
	padding: 10px 20px;
	outline: 0;
	background-color: #fff;
	color: #45b4e7;
	font-size: 13px;
	border-right: 0px;
	width: 300px;
	height: 30px;
}

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

.social-media-icon .submit {
	padding: 0; /* text-indent: -9999px; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 0 6px 6px 0;
	position: absolute; /* background-image: url(../images/search-icon.png); */
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #006cb3;
	height: 35px;
	width: 90px;
	top: 0px;
	border: white;
}

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

.social-media-icon .social-media {
	text-align: right;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
}

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

.fa-facebook-square,
.fa-twitter-square {
	font-size: 40px !important;
}

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

.landing-header {
	background: #1c3a8d;
	min-height: 56px;
}

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

.landing-header img {
	margin: 10px 0;
}

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

.center {
	text-align: center;
}

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

.single-gallery-div {
	text-align: left;
	color: #006cb3;
	font-family: Nunito, Arial, sans-serif !important;
}

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

.single-gallery-div a {
	color: #000066;
	font-family: Nunito, Arial, sans-serif !important;
	text-transform: uppercase;
}

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

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

/* line 20, ../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 33, ../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;
	display: none;
}

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

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

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

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

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

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

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

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

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

.single-title a {
	font-family: Nunito, Arial, sans-serif !important;
	color: #006cb3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h2.heading {
	text-transform: uppercase;
}

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

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

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

.status {
	color: #555;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Roboto',sans-serif;
}

/* line 134, ../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 148, ../sass/partials/_common-styles.scss */

.panel-light h1 {
	color: #00549c;
	font-family: Nunito, Arial, sans-serif !important;
	text-transform: uppercase;
}

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

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

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

.home-panel {
	position: relative;
}

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

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

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

.ad-banners {
	padding: 0px 0;
	margin-top: -20px;
}

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

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

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

.ad-banners img {
	position: relative;
}

/* line 214, ../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 243, ../sass/partials/_common-styles.scss */

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

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

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

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

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

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

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

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

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

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

div#scroll {
	bottom: 0px;
	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 288, ../sass/partials/_common-styles.scss */

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

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

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

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

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

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

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

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

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

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

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

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

#main-content h1,
#hero h1,
#content-wrap h1 {
	font-family: Nunito, Arial, sans-serif !important;
	color: #006cb3;
	text-transform: uppercase;
	margin: 12px 15px 15px 0;
	line-height: 48px;
}

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

.gallery-title {
	color: #006cb3;
	text-align: center;
	font-family: Nunito, Arial, sans-serif !important;
	font-size: 25px;
	padding: 15px 0;
	text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-list {
	margin: 5px 0px 15px 0;
	font-family: Nunito, Arial, sans-serif !important;
}

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

.breadcrumb-list a {
	color: #FFF;
	font-size: 14px;
	font-family: Nunito, Arial, sans-serif !important;
}

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

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

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

.page-template-about .news-box h4 {
	font-family: Nunito, Arial, sans-serif !important;
	color: #006cb3;
	font-size: 20px;
	padding: 15px 0 7px 0;
	font-weight: 100;
	text-transform: uppercase;
}

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

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

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

.headering-top {
	text-align: center;
	min-height: 180px;
	color: #FFF;
	background: #1c3a8d;
	margin-bottom: 50px;
	position: relative;
}

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

.headering-top:after {
	background: url(../images/panel-down-arrow-blue-transparent.png);
	background-position: center;
	height: 37px;
	width: 100%;
	content: ' ';
	display: block;
	position: absolute;
	bottom: -37px;
}

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

.headering-top:before {
	background: url(../images/halftone-blue-tex.png);
	width: 100%;
	height: 100%;
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

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

.headering-top h1 {
	padding-bottom: 0;
	font-family: Nunito, Arial, sans-serif !important;
	color: #FFF;
	padding-top: 50px;
}

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

.pagination {
	display: inline-block;
	padding-bottom: 15px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

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

.pagination .wp-pagenavi {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}

/* line 459, ../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 466, ../sass/partials/_common-styles.scss */

.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span:hover {
	color: #00affe;
}

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

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

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

#buttons-panel .ad-banners {
	padding: 0px;
	background: #FFF;
	overflow: hidden;
}

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

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

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

#mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1:after,
#mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1:before {
	color: #000 !important;
}

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

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

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

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

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

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

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

.facebook-social {
	height: 660px !important;
	overflow-y: scroll;
}

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

.j-paginate {
	display: none !important;
}

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

.panel-light #scroll {
	background: url("../images/panel-down-arrow-transparent.png");
	background-position: center;
	height: 38px;
	width: 100%;
}

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

.panel-dark #scroll {
	background: url("../images/panel-down-arrow-blue-transparent.png");
	background-position: center;
	height: 34px;
	width: 100%;
}

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

.panel-transparent #scroll {
	background: url("../images/panel-down-arrow-white1.png");
	background-position: center;
	height: 32px;
	width: 100%;
	bottom: 32px;
}

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

.panel-dark-blue #scroll {
	background: url("../images/panel-down-arrow-blue.png");
	background-position: center;
	height: 29px;
	width: 100%;
	bottom: 28px;
}

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

#map-panel .container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

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

#map-panel .panel-content {
	padding: 0px;
}

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

a.svg {
	position: relative;
	display: inline-block;
}

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

a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

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

.map-titile {
	text-align: center;
}

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

.map-titile h2 {
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}

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

.landing-logo:after {
	content: ' ';
	position: absolute;
	display: block;
	right: 20px;
	color: #FFF;
	top: 10px;
	height: 35px;
	border-right: 2px solid #FFF;
}

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

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

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

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

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

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.alignright {
	float: right;
}

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

.alignleft {
	float: left;
}

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

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

#category-select select {
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: -20px;
	font-weight: 100;
	background: #1c3a8d;
	color: #ffffff;
	border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#slider-panel .panel-content {
	padding-top: 0px;
	padding-bottom: 0px;
}

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

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

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

#slider-panel .panel-content .container .col-md-12 {
	padding: 0px;
}

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

.banner .slick-slider { /* border: 1px solid #ccc; */
	border-right: none;
}

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

#slider-panel .buttons-box li a {
	display: block;
	-webkit-font-smoothing: antialiased;
	color: #FFFFFF;
	width: 100%;
	font-family: Nunito, Arial, sans-serif !important;
	text-transform: uppercase;
}

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

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

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

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

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

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

/* line 76, ../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;
	background: #006cb3;
}

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

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

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

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

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

.tab-menu li a {
	color: #fff;
	font-weight: 100;
	font-family: Nunito, Arial, sans-serif !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

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

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

/* line 150, ../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 159, ../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 166, ../sass/partials/_slider.scss */

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

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

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

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

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

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

.banner .banner-img {
	position: relative;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 500px;
	background-repeat: no-repeat !important;
	background-position: top center !important;
}

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

.banner .banner-img:before {
	background: url("../images/halftone-blue-tex.png");
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

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

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

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

.banner .slick-prev:before {
	content: "";
	display: block;
	background: url(../images/previous-arrow.png);
	background-repeat: no-repeat;
	width: 34px;
	height: 43px;
	-webkit-background-size: 75% 75%;
	-moz-background-size: 75% 75%;
	-o-background-size: 75% 75%;
	background-size: 75% 75%;
}

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

.banner .slick-next:before {
	content: "";
	display: block;
	background: url(../images/next-arrow.png);
	background-repeat: no-repeat;
	width: 34px;
	height: 43px;
	-webkit-background-size: 75% 75%;
	-moz-background-size: 75% 75%;
	-o-background-size: 75% 75%;
	background-size: 75% 75%;
}

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

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

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

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

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

.banner .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 80px;
	left: 48%;
}

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

.banner .slick-dots button {
	border: none;
	background: transparent;
	color: transparent;
}

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

.banner .slick-dots button:after {
	content: '\f10c';
	font-family: 'FontAwesome';
	position: relative;
	display: block;
	color: #FFF;
}

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

.banner .slick-dots .slick-active button:after {
	content: '\f111';
}

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

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

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

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

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

.banner .slick-dots li {
	display: table-cell;
	position: relative;
}

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

.banner .slick-dots li:hover { /* background:$theme_color; */
}

/* line 341, ../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: #006cb3;
	-webkit-font-smoothing: antialiased;
	font-family: Nunito, Arial, sans-serif !important;
}

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

.banner .slick-dots a:hover {
	background-color: #006cb3;
	color: #FFF;
}

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

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

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

.banner .banner-content {
	position: absolute;
	top: 40%;
	width: 100%;
	margin: auto;
	text-align: center;
}

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

.banner .banner-content h2 {
	font-family: Nunito, Arial, sans-serif !important;
	font-size: 36px;
	padding: 30px;
	color: #fff;
	text-transform: uppercase;
}

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

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

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

.slider-sidebar {
	background: #006cb3;
}

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

.landing-slider {
	width: 100%;
	padding: 0px;
	margin-top: -50px;
	margin-bottom: -50px;
}

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

.page-template-custom-landing-page .landing-slider {
	margin: 0px;
}

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

.home-sidebar {
	display: block;
}

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

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

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

.fixture h1 {
	color: #fff;
}

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

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

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

.news-sidebar .view-more {
	text-align: center;
	text-transform: uppercase;
	background: #006cb3;
	clear: both;
	font-family: Nunito, Arial, sans-serif !important;
	padding: 10px 0;
}

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

.news-sidebar .view-more a {
	color: #fff;
	font-family: Nunito, Arial, sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

.news-sidebar .news-content h4 {
	color: #006cb3;
	text-transform: uppercase;
	font-family: Nunito, Arial, sans-serif !important;
	margin: 0;
}

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

.news-sidebar .news-border {
	border-bottom: 1px solid #c5c5c5;
	padding: 10px;
	min-height: 74px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ad-banners .promo-title a {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #000066;
	vertical-align: middle;
	font-family: Nunito, Arial, sans-serif !important;
	color: #fff;
}

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

.ad-banners .promo-image {
	height: 100%;
	position: relative;
	width: 100%;
	border: 8px solid #FFF;
}

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

.ad-banners .promo-image img {
	width: 100%;
}

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

.ad-banners .promo-text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

.ad-banners .banner-box {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

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

.ad-banners .banner-box h2 {
	margin: auto;
	background: #FFF;
	max-width: 60%;
	width: auto;
	padding: 10px;
}

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

.ad-banners .banner-box h2 a {
	color: #1c3a8d;
}

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

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

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

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

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

.banners li:first-child h3 {
	position: absolute;
	top: 41%;
	color: #fff;
	z-index: 99999;
	left: 30%;
	font-family: Nunito, Arial, sans-serif !important;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 100;
}

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

.about-container {
	background: #FFF; /* margin: 20px 0; */
	padding: 0px 100px;
	text-align: center;
}

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

.about-container h2 {
	text-align: center;
}

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

.about-container p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 40px;
}

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

#banner-panel img {
	width: 100%;
}

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

.banner-boxes {
	padding: 50px 0;
}

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

.about-heading {
	color: #999a9a;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	z-index: 999;
	position: relative;
}

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

#sponsors-panel .about-heading {
	text-underline-position: under;
	text-decoration: underline;
	line-height: 26px;
}

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

.page-template-landing-page .sponsors-heading {
	text-underline-position: under;
	text-decoration: underline;
	color: #999a9a;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

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

.read-more {
	background: #34b3e8;
	color: #FFF;
	padding: 10px 20px;
	margin-top: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
}

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

.facebook-social-md {
	display: block;
	padding: 0;
}

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

.facebook-social {
	display: block;
	padding: 0;
}

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

.footer-last {
	background: #000;
}

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

.search-box #searchsubmit:hover {
	color: #00affe;
}

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

.footer {
	background: #34b3e8;
	padding: 50px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 81, ../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 104, ../sass/partials/_footer.scss */

.footer {
	background-color: #34b3e8;
	color: #fff;
	z-index: 1;
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
	position: relative;
	z-index: 9;
}

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

.footer p {
	font-size: 12px;
}

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

.footer .footer-inner {
	width: 100%;
}

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

.mega-menu-menu ul {
	padding: 0px;
	margin: 0px;
}

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

.mega-menu-menu li {
	text-decoration: none;
	list-style-type: none !important;
	line-height: 18px;
}

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

.mega-menu-menu li a {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 25px;
	font-family: Nunito,Arial,sans-serif;
}

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

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

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

.footer .mega-menu.clearfix {
	text-align: left;
}

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

.footer .first {
	text-align: center;
}

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

.footer .first h2 {
	font-size: 10px;
	text-transform: initial;
	color: #FFFFFF;
}

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

.footer .first .mega-menu-menu li {
	display: inline-block;
	width: 30px;
}

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

.footer .first .mega-menu-menu li a {
	font-weight: normal;
	color: transparent;
	font-size: 12px;
	padding: 0 5px;
	z-index: 999;
	position: relative;
}

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

.footer .first .mega-menu-menu li a:hover {
	color: transparent;
}

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

.footer .first .fa:before {
	width: 30px;
	position: absolute;
	font-size: 24px;
	line-height: 30px;
}

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

.footer .second {
	border-left: 1px solid #FFF;
	padding-left: 2.2%;
}

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

.footer h2 {
	font-size: 16px;
	color: #FFF;
	margin: 0px 0;
}

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

.footer .first img.img-responsive {
	margin-bottom: 20px;
	margin: auto;
	display: inline-block;
	padding: 10px;
	padding-top: 0px;
	border: none;
}

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

#subscribe-panel,
#subscribe-panel-inner {
	text-align: center;
	color: #FFF;
}

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

#subscribe-panel .panel-content,
#subscribe-panel-inner .panel-content {
	min-height: 292px;
}

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

#subscribe-panel h3,
#subscribe-panel-inner h3 {
	color: #999a9a;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
}

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

#subscribe-panel .gform_wrapper form,
#subscribe-panel-inner .gform_wrapper form {
	text-align: center;
}

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

#subscribe-panel .gform_wrapper .gform_body,
#subscribe-panel-inner .gform_wrapper .gform_body {
	min-width: 400px;
	display: inline-block;
}

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

#subscribe-panel .gform_wrapper .gform_footer,
#subscribe-panel-inner .gform_wrapper .gform_footer {
	display: inline-block;
	margin-left: -7px;
}

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

#subscribe-panel .gform_wrapper input.medium,
#subscribe-panel-inner .gform_wrapper input.medium {
	width: 100%;
}

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

#subscribe-panel .gform_wrapper ul.gform_fields li.gfield,
#subscribe-panel-inner .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px;
}

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

#subscribe-panel .gform_wrapper span.gform_description,
#subscribe-panel-inner .gform_wrapper span.gform_description {
	font-size: 17px !important;
	margin-top: 17px !important;
	margin-bottom: 10px !important;
	width: 80%;
	margin: auto;
}

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

.footer .right-menu-column {
	display: none;
}

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

.footer .mega-menu-menu li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 100;
}

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

#subscribe-panel-inner {
	background-color: #1c3a8d;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 50px 0px;
	position: relative;
}

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

#subscribe-panel-inner:before {
	content: ' ';
	display: block;
	background: url(../images/halftone-blue-tex.png);
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

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

.inner-subscribe {
	clear: both;
}

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

.inner-subscribe #scroll {
	background: url("../images/panel-down-arrow-blue-transparent.png");
	background-position: center;
	height: 37px;
	width: 100%;
}

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

.home-subscribe {
	clear: both;
}

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

.home-subscribe #scroll {
	background: url("../images/panel-down-arrow-light-blue.png");
	background-position: center;
	height: 32px;
	width: 100%;
	bottom: 81px;
}

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

#inner-subscribe #scroll {
	bottom: -38px;
}

/* 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-height: 30px;
}

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

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

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

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

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

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

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

.major-sponsor {
	padding: 0;
}

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

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

/* line 111, ../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 115, ../sass/partials/home-news.scss */

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

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

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

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

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

/* line 132, ../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 139, ../sass/partials/home-news.scss */

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

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

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

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

.elite_events_widget {
	position: relative;
}

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

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

/* line 189, ../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 216, ../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 225, ../sass/partials/home-news.scss */

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

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

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

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

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

/* line 236, ../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 239, ../sass/partials/home-news.scss */

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

/* line 246, ../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 269, ../sass/partials/home-news.scss */

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

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

.elite_events_list ul {
	padding: 0;
}

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

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

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

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

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

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

/* line 286, ../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 311, ../sass/partials/home-news.scss */

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

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

.news-box h4 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Nunito, Arial, sans-serif !important;
	letter-spacing: 0px;
	padding: 0 0 5px 0;
	line-height: 19px;
	color: #006cb3;
	margin: 0;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}

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

.news-box h4:hover {
	color: #006cb3;
}

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

.map-left {
	padding-left: 0px;
	position: relative;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	left: 78%;
	margin-bottom: -48px;
}

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

#bgmp_map-canvas {
	width: 100% !important;
}

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

.programm-box {
	background: #FFF;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	position: relative;
}

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

.programm-box img {
	width: 100%;
}

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

.programm-box .programm-bottom {
	padding: 15px;
}

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

.programm-box .read-more {
	background: #34b3e8;
	color: #FFF;
	padding-left: 15px;
	padding: 10px 15px;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

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

.programm-box .read-more a {
	color: #FFF;
	font-size: 18px;
}

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

.programm-box .category-image {
	background: #FFF;
	width: 100px;
	position: absolute;
	top: 20px;
	left: 20px;
	height: 100px;
}

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

.latest-news,
.latest-programmes {
	margin-top: 30px;
}

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

.latest-news .slick-next,
.latest-news .slick-prev,
.latest-programmes .slick-next,
.latest-programmes .slick-prev {
	font-size: 0px;
	position: absolute;
	top: 32%;
	background: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 56px;
	width: 48px;
	border: none;
}

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

.latest-news .slick-next:hover,
.latest-news .slick-prev:hover,
.latest-programmes .slick-next:hover,
.latest-programmes .slick-prev:hover {
	opacity: 1;
}

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

.latest-news .slick-next,
.latest-programmes .slick-next {
	right: -5%;
	background: url("../images/next-arrow.png");
	background-repeat: no-repeat;
}

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

.latest-news .slick-prev,
.latest-programmes .slick-prev {
	left: -5%;
	background: url("../images/previous-arrow.png");
	background-repeat: no-repeat;
}

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

#news-panel-panel .panel-content:before,
#subscribe-panel .panel-content:before,
#good-sports-news-panel .panel-content:before,
#our-programmes-panel .panel-content:before,
#landing-page-news-panel .panel-content:before {
	content: ' ';
	display: block;
	background: url("../images/halftone-blue-tex.png");
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

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

.home .programm-box {
	border: none;
}

/* 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 rgba(204, 204, 204, 0.48);
	padding-top: 23px;
	margin-bottom: 25px;
}

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

.sponsor {
	text-align: center;
	background: #FFF;
}

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

.sponsor h3 {
	font-family: Nunito, Arial, sans-serif !important;
	margin-bottom: 20px;
	font-size: 30px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

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

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

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

.spon {
	display: inline-block;
}

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

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

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

.sponsors {
	padding: 30px 0;
	max-width: 90%;
	margin: auto;
	text-align: center;
}

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

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

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

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

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

.sponsors .slick-next,
.sponsors .slick-prev {
	font-size: 0px;
	position: absolute;
	top: 50%;
	background: #000;
	height: 62px;
	width: 62px;
	border: none;
}

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

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

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

.sponsors .slick-next {
	right: -5%;
	background: url("../images/next-arrow.png");
	background-repeat: no-repeat;
}

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

.sponsors .slick-prev {
	left: -5%;
	background: url("../images/previous-arrow.png");
	background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

.sponsors a:hover {
	opacity: 0.6;
}

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

.spons-title {
	text-align: center;
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #777777;
	padding-top: 15px;
}

/* 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: #FFFFFF;
	width: 100%;
	text-transform: uppercase;
	font-family: Nunito, Arial, sans-serif !important;
}

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

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

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

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

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

.buttons-box-inner li:hover {
	background: #00affe;
}

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

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

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

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

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

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

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

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

/* line 96, ../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 103, ../sass/partials/_single.scss */

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

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

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

/* Player Profile, Gallery - single */

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

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

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

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

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

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

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

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

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

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

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

.rtbs > .rtbs_content {
	border: 1px solid #ddd;
	background: transparent !important;
	border-top: 1px solid #ddd !important;
}

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

.rtbs .rtbs_menu li {
	background: #ebecee !important;
}

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

.rtbs .rtbs_menu li a {
	color: #185B9F !important;
	font-family: Nunito, Arial, sans-serif !important;
	font-weight: bold;
	font-size: 16px;
}

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

.rtbs .rtbs_menu li a.active {
	color: #1c3a8d !important;
	border: 1px solid #ddd;
	border-bottom: none;
	font-size: 16px;
}

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

.rtbs .rtbs_menu li.current {
	background: #FFF !important;
}

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

.gform_wrapper .top_label .gfield_label {
	display: none !important;
}

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

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: #ebecee !important;
	border: none !important;
	height: 40px;
	padding: 5px 8px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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

.gform_wrapper textarea.medium {
	background: #ebecee !important;
	border: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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

.gform_wrapper .gform_footer {
	margin-top: 0px !important;
	padding-top: 8px !important;
}

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

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	background: #34b3e8 !important;
	padding: 10px 25px !important;
	color: #FFF !important;
	font-weight: bold;
	border: none;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	line-height: 20px !important;
}

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

.staff-box {
	text-align: center;
}

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

.staff-box .overlay {
	position: relative;
}

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

.staff-box .overlay img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #eee;
	max-height: 200px;
	float: none;
}

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

.staff-box .overlay:after {
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s; /* transition: all 0.5s; */
	content: '\f0c1';
	font-family: 'FontAwesome';
	width: 187px;
	height: 20px;
	top: -50%;
	left: 0;
	color: #FFF;
	font-size: 30px;
}

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

.staff-box .overlay:before {
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	content: ' ';
	width: 187px;
	height: 187px;
	left: 0;
	background: rgba(52, 179, 232, 0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

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

.staff-box .overlay:hover:after {
	opacity: 1;
}

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

.staff-box .overlay:hover:before {
	opacity: 1;
}

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

.staff-box h4 {
	margin-top: 20px;
}

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

.staff-box p {
	margin: 10px;
	color: #5d5d5d !important;
}

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

.break {
	clear: both;
	margin: 40px;
}

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

.single-people .img-responsive {
	border: 1px solid #ddd;
}

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

.single-people .details {
	margin-top: 20px;
}

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

.single-people .details hr {
	margin: 10px 0;
}

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

.single-people .details h4 {
	color: #1c3a8d;
}

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

.single-box {
	position: relative;
	margin-bottom: 30px;
}

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

.single-box:before {
	background: url(../images/halftone-blue-tex.png);
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

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

.single-box .news-bottombox {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: rgba(28, 58, 141, 0.9);
	height: 240px;
	color: #FFF;
}

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

.single-box .news-bottombox:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -30px;
	background: url(../images/panel-down-arrow-white1.png);
	background-position: center;
	height: 32px;
	width: 100%;
	bottom: -1px;
}

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

.single-box .news-bottombox h1 {
	color: #FFF;
	margin-top: 44px;
}

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

.single-box .news-bottombox .status {
	color: #FFF;
	text-transform: initial;
}

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

.approch-description {
	margin-top: 30px;
	margin-bottom: 30px;
}

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

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

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

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

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

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

.fa-search {
	display: none !important;
}

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

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

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

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

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

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

/* line 75, ../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: Helvetica,Arial,sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
}

/* line 97, ../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 102, ../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 111, ../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 130, ../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 141, ../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 148, ../sass/partials/_uisearch.scss */

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

/* Open state */

/* line 162, ../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 177, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open .sb-icon-search {
	background: #00affe;
	width: 43px;
}

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

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

/* line 188, ../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;
	position: relative;
	border-right: 1px solid #ccc;
	overflow: hidden;
	float: left;
	background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* Match Center team /score info */

/* line 63, ../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: 27px;
	width: 80%;
}

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

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

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

#spnext,
#spprev {
	top: 56px;
	width: 40px;
	height: 104px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #006cb3;
	border: 0;
	font-size: 0;
}

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

#spprev { /* previous arrow */
	float: left;
	margin: 0 3px 0 7px;
	position: absolute;
	text-align: center;
	font-size: 0px;
	left: 0px;
	-webkit-border-radius: 4px 0px 0 4px;
	-moz-border-radius: 4px 0px 0 4px;
	border-radius: 4px 0px 0 4px;
	border-right: 1px solid #eee;
}

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

#spnext {
	margin: 0 7px 0 3px;
	position: absolute;
	text-align: center;
	font-size: 0px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #eee;
}

/* line 138, ../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 148, ../sass/partials/_fixture.scss */

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

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

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

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

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

/* line 167, ../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 176, ../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 186, ../sass/partials/_fixture.scss */

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

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

.widget_match_center .scoredivider {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixture-sec select,
#sblock4_dropdown {
	color: #006cb3;
	height: 37px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	padding: 1px 13px;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 2%;
	z-index: 9999;
	font-weight: 400;
	font-family: 'Open Sans',sans-serif !important;
	top: 5%;
	border: 1px solid rgba(204, 204, 204, 0.43);
	font-size: 13px;
}

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

.fixture-sec select:after,
#sblock4_dropdown:after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	height: 0;
	width: 0;
	border-top: 6px solid #f99300;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	pointer-events: none;
}

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

#sblock4_dropdown {
	top: 7px;
}

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

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

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

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

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

.spcompname {
	display: none;
}

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

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

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

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

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

.comp-name {
	display: none;
}

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

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

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

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

/* line 422, ../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 432, ../sass/partials/_fixture.scss */

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

/* line 440, ../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 450, ../sass/partials/_fixture.scss */

.spteam1,
.spteam2 {
	width: 85%;
	float: left;
	margin-top: 12px;
	height: 22px;
	font-size: 14px;
	color: #006cb3;
	font-family: 'Roboto-Bold';
	margin-left: 10px;
	-webkit-font-smoothing: auto;
}

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

.sptime,
.spvenue {
	display: none;
}

/* line 469, ../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 480, ../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 #006cb3;
}

/* line 517, ../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 527, ../sass/partials/_fixture.scss */

.ui-tabs .ui-tabs-panel,
.ui-tabs .ui-tabs-nav {
	padding: 0 !important;
}

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

.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: transparent !important;
	border: none !important;
}

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

.ui-widget-header {
	background: transparent;
	border: none;
}

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

.ui-widget.ui-widget-content {
	border: none !important;
	background: transparent;
}

/* line 542, ../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;
}

/* line 547, ../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 #006cb3 !important;
	background: #006cb3 !important;
}

@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: Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	overflow-x: hidden;
}

/* line 114, ../sass/app.scss */

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

/* line 120, ../sass/app.scss */

#logo {
	position: absolute;
	top: 0;
	background: url("../images/sabres-logo.png") 0 0 no-repeat;
}

/* line 145, ../sass/app.scss */

#logo a {
	display: block;
	height: 119px;
}

/* line 158, ../sass/app.scss */

#main-content span.news-date {
	display: block;
	float: right;
	padding-left: 10px;
	color: #fff;
}

/* line 171, ../sass/app.scss */

.has-club-logos #content {
	padding-top: 0;
}

/* line 175, ../sass/app.scss */

#sidebar {
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

/* line 181, ../sass/app.scss */

.has-club-logos #sidebar {
	padding-top: 20px;
}

/* line 186, ../sass/app.scss */

.fsp-adv-social-media {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* line 193, ../sass/app.scss */

.fsp-adv-social-media li {
	display: inline-block;
	margin-left: 5px;
}

/* line 196, ../sass/app.scss */

.fsp-adv-social-media li.share-title {
	display: none;
}

/* line 198, ../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: Helvetica,Arial,sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	position: relative;
	top: -4px;
}

/* line 205, ../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 209, ../sass/app.scss */

.fsp-adv-social-media li a:hover {
	color: #00549c !important;
	text-decoration: none;
}

/* line 217, ../sass/app.scss */

.lower-section {
	margin-top: 20px;
}

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

.js .main-nav .menu li li a::before {
	content: " " !important;
	position: absolute;
	right: 20px;
	display: none !important;
}

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

.js .sub-header-menu {
	display: none;
}

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

.js .main-nav {
	position: relative;
	clear: both;
	margin: 0 auto;
}

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

.js .main-nav .menu li a {
	color: #FFF;
	font-weight: normal;
	padding: 0 15px;
	border: none;
	border-bottom: 1px solid #003969;
	text-shadow: none;
	text-align: left;
	cursor: pointer;
	display: inherit;
}

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

.js .main-nav .menu li li:hover {
	background: none !important;
}

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

.js .main-nav .menu li li a {
	position: relative;
	padding: 0 10px 0 30px;
	text-indent: 15px;
}

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

.js .main-nav .menu li li li a {
	position: relative;
	padding: 0 10px 0 40px;
}

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

.js .main-nav .menu li li a::before {
	content: '\2013';
	position: absolute;
	top: 0px;
	left: 7px;
}

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

.js .main-nav .menu li li li a::before {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 20px;
}

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

.js .main-nav .menu li li li a::after {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 10px;
}

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

.js .main-nav .menu li ul {
	background-color: #ffffff;
}

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

.js .main-nav a#responsive_menu_button {
	position: absolute;
	display: block;
	left: auto;
	cursor: pointer;
	color: #fff;
	display: none;
}

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

.js .main-nav a#responsive_menu_button:hover {
	text-decoration: none;
}

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

.js .main-nav a#responsive_menu_button:after {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\68";
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 767px), only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 768px) {

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

.js .main-nav .menu li a {
	font-size: 22px;
}

/* line 565, ../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 591, ../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 468, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	font-size: 32px;
	padding: 5px 10px;
}

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

.js .main-nav a#responsive_menu_button:after {
	font-size: 35px;
}

}

@media (min-width: 319px) and (max-width: 992px) {

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

.slider-sidebar,
.facebook-social {
	margin-top: 20px !important;
}

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

.map-left {
	padding-right: 0px;
}

}

@media (min-width: 319px) and (max-width: 767px) {

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

h2,
.h2 {
	font-size: 18px;
	line-height: 24px;
}

}

@media only screen and (min-width: 320px) and (max-width: 767px) {

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li {
	float: none;
}

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

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu li .menu-widget li .sub-menu .right-menu-column {
	display: none;
}

}

@media (min-width: 410px) and (max-width: 485px) {

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

.ad-banners .promo-image:after {
	width: 100%;
}

}

@media (min-width: 485px) and (max-width: 776px) {

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

.banner-images {
	width: 50%;
	float: left;
}

}

@media (min-width: 650px) and (max-width: 990px) {

/* line 74, ../sass/partials/home-news.scss */

.sponsor-img {
	float: left;
	width: 45%;
}

/* line 78, ../sass/partials/home-news.scss */

.sponsor-text {
	padding: 10px 0;
	width: 55%;
	padding-left: 15px;
}

}

@media (max-width: 767px), (min-width: 768px) {

/* line 395, ../sass/partials/_nav.scss */

.main-nav #responsive_current_menu_item,
.menu a#responsive_menu_button {
	display: none;
}

/* line 916, ../sass/partials/_nav.scss */

#mega-menu-top-menu li:first-child {
	margin-left: 0px;
}

/* line 372, ../sass/partials/_common-styles.scss */

.breadcrumb-list {
	display: block;
}

/* line 89, ../sass/partials/_footer.scss */

.small-screen {
	clear: both;
}

/* line 134, ../sass/partials/_footer.scss */

.footer .second,
.footer .third,
.footer .fourth,
.footer .fifth {
	display: none;
}

/* line 342, ../sass/partials/_single.scss */

.single-box .news-bottombox {
	position: relative;
}

/* line 377, ../sass/partials/_single.scss */

.single-box .news-bottombox h1 {
	margin-top: 0px;
	padding: 20px;
	font-size: 25px;
	padding-bottom: 0px;
}

}

@media (min-width: 767px) and (max-width: 990px) {

/* line 69, ../sass/partials/home-news.scss */

#latest-news-panel .panel-content {
	background: #0d2241 !important;
}

/* line 70, ../sass/partials/home-news.scss */

.major-sponsor {
	margin-top: 25px;
}

}

@media only screen and (max-width: 767px) and (min-width: 200px) {

/* line 710, ../sass/partials/_common-styles.scss */

.landing-logo:after {
	display: none;
}

/* line 711, ../sass/partials/_common-styles.scss */

#good-sport-content-panel .panel-content {
	background: #FFF !important;
}

/* line 712, ../sass/partials/_common-styles.scss */

.booklayout-right {
	margin-top: 40px;
}

/* line 713, ../sass/partials/_common-styles.scss */

.rtbs_full .rtbs_menu li.mobile_toggle {
	background: #223a8d !important;
}

}

@media (min-width: 768px) {

/* line 27, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #666;
	font-weight: 700;
	padding-left: 0 !important;
	font-size: 14px;
}

/* line 63, ../sass/partials/_nav.scss */

#nav-container .menu a {
	opacity: 1;
	font-size: 17px;
	padding: 6px 9px;
	font-size: 14px;
	line-height: 40px;
}

/* 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: 0px;
	-webkit-box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	-moz-box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* line 278, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: hidden;
}

/* line 337, ../sass/partials/_nav.scss */

.menu li li {
	background: #FFFFFF;
	border-bottom: 1px solid #c5c5c5;
	padding: 0 12px;
}

/* line 351, ../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 849, ../sass/partials/_nav.scss */

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0 4px;
	font-size: 11px;
}

/* line 14, ../sass/partials/_header.scss */

.sub-logos strong {
	font-size: 14px;
}

/* line 26, ../sass/partials/_header.scss */

.sub-logos p {
	font-size: 12px;
	line-height: 15px;
}

/* line 48, ../sass/partials/_header.scss */

.top_logos li {
	padding: 6px 16px;
}

/* line 68, ../sass/partials/_header.scss */

#nav-container {
	float: none;
	height: auto;
}

/* line 94, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	display: none;
}

/* line 136, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 14%;
	right: 25%;
}

/* line 168, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 260, ../sass/partials/_header.scss */

.header-logo {
	margin: 10px 0;
	padding-left: 0;
}

/* line 277, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 35px;
	display: block;
}

/* line 322, ../sass/partials/_header.scss */

.leaderboard-top-container {
	display: none;
}

/* line 344, ../sass/partials/_header.scss */

.sticky-logo {
	display: block;
	top: 5px;
	position: absolute;
}

/* line 360, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 0%;
}

/* line 389, ../sass/partials/_header.scss */

ul.header_right_logos {
	padding: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

/* line 407, ../sass/partials/_header.scss */

.header_right_logos li {
	padding: 8px 0px;
}

/* line 419, ../sass/partials/_header.scss */

.social-search .social-icon {
	margin-top: 10px;
}

/* line 419, ../sass/partials/_header.scss */

.social-search .social-icon {
	margin-top: 3px;
}

/* line 418, ../sass/partials/_header.scss */

.social-search {
	display: block;
	height: 35px;
}

/* line 444, ../sass/partials/_header.scss */

.social-search .social-search-list {
	font-size: 22px;
	margin-top: 3px;
}

/* line 465, ../sass/partials/_header.scss */

.social-search .social-search-list li {
	font-size: 23px;
}

/* line 492, ../sass/partials/_header.scss */

.hockey-logo {
	display: none;
}

/* line 511, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 162, ../sass/partials/_common-styles.scss */

h1 {
	font-size: 36px;
}

/* line 192, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 33%;
	float: left;
	padding: 5px;
}

/* line 214, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 20px;
	line-height: 22px;
}

/* line 37, ../sass/partials/_slider.scss */

#slider-panel .col-md-9,
#slider-panel .col-md-3 {
	padding: 0;
}

/* line 76, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li {
	font-size: 17px;
	height: 61px;
	padding: 0px 10px;
}

/* line 341, ../sass/partials/_slider.scss */

.banner .slick-dots a {
	line-height: 12px;
	font-size: 10px;
	padding: 8px;
}

/* line 385, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-size: 22px;
	padding: 16px;
	letter-spacing: 1px;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: block;
}

/* line 22, ../sass/partials/_banner.scss */

.news-sidebar {
	display: block;
}

/* line 131, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 10px;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 23px;
}

/* line 255, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 24px;
}

/* line 104, ../sass/partials/_footer.scss */

.footer {
	height: inherit;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	width: 46%;
	margin-right: 17px;
}

/* line 155, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: inherit;
}

/* line 189, ../sass/partials/home-news.scss */

.event_archive_link {
	position: static;
	margin-top: 2px;
}

/* line 246, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 60px;
	width: 250px;
}

/* line 59, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 17px;
	height: 66px;
	padding: 0px 10px;
}

/* line 3, ../sass/partials/_uisearch.scss */

.sb-search {
	background: transparent;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	margin-top: 0;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 350px;
}

/* line 4, ../sass/partials/_fixture.scss */

.widget_match_center .spmatch {
	width: 220px;
}

/* line 63, ../sass/partials/_fixture.scss */

#mc-game-wrap,
#mc-game-wrap1,
#mc-game-wrap2,
#mc-game-wrap3,
#mc-game-wrap4 {
	width: 80%;
}

/* line 116, ../sass/partials/_fixture.scss */

#spnext {
	right: 16%;
}

/* line 239, ../sass/partials/_fixture.scss */

#sp-comp-links {
	position: absolute;
}

/* line 288, ../sass/partials/_fixture.scss */

.fixture-sec select,
#sblock4_dropdown {
	width: 350px;
}

/* line 120, ../sass/app.scss */

#logo {
	width: 437px;
	left: -20px;
	z-index: 1000;
}

}

@media only screen and (max-width: 768px) and (min-width: 200px) {

/* line 718, ../sass/partials/_common-styles.scss */

.ad-banners .banner-box h2 {
	line-height: 27px;
}

/* line 719, ../sass/partials/_common-styles.scss */

.ad-banners .banner-box h2 a {
	font-size: 20px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1023px) {

/* line 1358, ../sass/partials/_nav.scss */

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 10px;
	font-size: 13px;
}

}

@media only screen and (max-width: 992px) and (min-width: 200px) {

/* line 1369, ../sass/partials/_nav.scss */

.menu_title {
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	padding-top: 5px;
	display: block;
	position: absolute;
	top: 0px;
}

/* line 1370, ../sass/partials/_nav.scss */

.menu_title img {
	max-height: 60px;
}

/* line 1371, ../sass/partials/_nav.scss */

.mobile-menu {
	position: fixed;
	top: 0px;
	background: #FFF;
	width: 100%;
	height: 70px;
	z-index: 99999;
	display: block;
}

/* line 1372, ../sass/partials/_nav.scss */

#wprmenu_menu .fa {
	width: auto !important;
	display: inline-block !important;
	height: 100px;
	margin-top: 45px;
	padding-left: 10px;
}

/* line 1373, ../sass/partials/_nav.scss */

#wprmenu_menu .fa:before {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	width: 30px;
	font-size: 30px;
}

/* line 1374, ../sass/partials/_nav.scss */

#wprmenu_menu .fa a {
	color: transparent;
	width: 50px !important;
	padding: 0px;
	z-index: 99;
	position: relative;
}

/* line 1375, ../sass/partials/_nav.scss */

#wprmenu_menu .fa a:hover {
	color: transparent;
}

/* line 1376, ../sass/partials/_nav.scss */

#wprmenu_menu.wprmenu_levels ul li.fa {
	border-bottom: none !important;
}

/* line 697, ../sass/partials/_common-styles.scss */

.landing-header {
	margin-top: 28px;
}

/* line 698, ../sass/partials/_common-styles.scss */

.landing-logo:after {
	right: 0;
}

/* line 699, ../sass/partials/_common-styles.scss */

.staff-box .overlay:before {
	width: 199px;
	height: 199px;
}

}

@media (min-width: 992px) {

/* line 13, ../sass/partials/_nav.scss */

#nav-container .menu {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* line 27, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #666;
	padding-left: 4px !important;
	font-size: 14px;
}

/* line 63, ../sass/partials/_nav.scss */

#nav-container .menu a {
	padding: 0 2px;
	font-size: 14px;
	line-height: 40px;
}

/* 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: 0px;
	padding: 7px 0;
	-webkit-box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	-moz-box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	box-shadow: -5px 5px 3px -5px #999, 5px 5px 5px -5px #999;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* line 278, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: inherit;
}

/* line 395, ../sass/partials/_nav.scss */

.main-nav #responsive_current_menu_item,
.menu a#responsive_menu_button {
	display: none;
}

/* line 849, ../sass/partials/_nav.scss */

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 6px;
	font-size: 14px;
	font-weight: bold !important;
}

/* line 14, ../sass/partials/_header.scss */

.sub-logos strong {
	font-size: 16px;
}

/* line 26, ../sass/partials/_header.scss */

.sub-logos p {
	font-size: 13px;
	line-height: 18px;
}

/* line 68, ../sass/partials/_header.scss */

#nav-container {
	height: auto;
	float: none;
}

/* line 94, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 80%;
	padding: 10px;
	height: auto;
	display: block;
}

/* line 92, ../sass/partials/_header.scss */

#nav-container .top-logo {
	top: 60px;
}

/* line 168, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 251, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .menu {
	margin-left: 63px;
	margin-top: 0;
	position: absolute;
	left: 17%;
	top: 0%;
}

/* line 270, ../sass/partials/_header.scss */

.header-text {
	display: block;
}

/* line 277, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 42px;
	display: block;
	padding: 30px 0;
}

/* line 304, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .top-logo img {
	height: 50px;
	max-width: 55px;
}

/* line 317, ../sass/partials/_header.scss */

.cbp-af-header-shrink .top-logo {
	top: 8px !important;
}

/* line 322, ../sass/partials/_header.scss */

.leaderboard-top-container {
	margin-left: 164px;
	display: block;
}

/* line 344, ../sass/partials/_header.scss */

.sticky-logo {
	display: none;
}

/* line 360, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 10%;
}

/* line 407, ../sass/partials/_header.scss */

.header_right_logos li {
	padding: 14px 5px;
}

/* line 418, ../sass/partials/_header.scss */

.social-search {
	height: 50px;
}

/* line 444, ../sass/partials/_header.scss */

.social-search .social-search-list {
	font-size: 25px;
	margin-top: 10px;
}

/* line 465, ../sass/partials/_header.scss */

.social-search .social-search-list li {
	font-size: 35px;
}

/* line 492, ../sass/partials/_header.scss */

.hockey-logo {
	display: block;
}

/* line 511, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 214, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 23px;
	line-height: 28px;
}

/* line 348, ../sass/partials/_common-styles.scss */

.news-archive .front-more-news li:nth-child(n) {
	margin-bottom: 1%;
	margin-right: 1%;
}

/* line 355, ../sass/partials/_common-styles.scss */

.news-archive .front-more-news li {
	width: 24%;
}

/* line 372, ../sass/partials/_common-styles.scss */

.breadcrumb-list {
	display: block;
}

/* line 634, ../sass/partials/_common-styles.scss */

.landing-logo:after {
	right: 0px;
}

/* line 76, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li {
	font-size: 18px;
	height: 68px;
	padding: 10px;
}

/* line 272, ../sass/partials/_slider.scss */

.banner .slick-dots-wrap {
	display: block;
}

/* line 341, ../sass/partials/_slider.scss */

.banner .slick-dots a {
	font-size: 10px;
	padding: 7px 10px;
}

/* line 385, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-size: 22px;
	padding: 17px;
	letter-spacing: 1px;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: block;
}

/* line 22, ../sass/partials/_banner.scss */

.news-sidebar {
	display: block;
}

/* line 58, ../sass/partials/_banner.scss */

.news-sidebar .news-content h4 {
	font-size: 16px;
	line-height: 20px;
}

/* line 97, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding-left: 0;
	padding-right: 0px;
}

/* line 131, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 8px;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 20px;
}

/* line 255, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 28px;
}

/* line 8, ../sass/partials/_footer.scss */

.footer {
	text-align: left;
}

/* line 89, ../sass/partials/_footer.scss */

.small-screen {
	clear: inherit;
}

/* line 134, ../sass/partials/_footer.scss */

.footer .second,
.footer .third,
.footer .fourth,
.footer .fifth {
	display: block;
}

/* line 284, ../sass/partials/_footer.scss */

#subscribe-panel .gform_wrapper .gform_body,
#subscribe-panel-inner .gform_wrapper .gform_body {
	min-width: 200px;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	width: 45%;
}

/* line 150, ../sass/partials/home-news.scss */

.front-more-news li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 155, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: 404px;
}

/* line 171, ../sass/partials/home-news.scss */

.elite_events_widget .widget-title {
	margin-bottom: 15px;
	font-size: 26px;
}

/* line 189, ../sass/partials/home-news.scss */

.event_archive_link {
	position: absolute;
	margin-top: 0;
}

/* line 246, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 50px;
	width: 150px;
}

/* line 59, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 18px;
	height: 68px;
	padding: 10px;
}

/* line 342, ../sass/partials/_single.scss */

.single-box .news-bottombox {
	position: absolute;
}

/* line 377, ../sass/partials/_single.scss */

.single-box .news-bottombox h1 {
	margin-top: 44px;
	font-size: 36px;
	padding: 0px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 250px;
}

/* line 4, ../sass/partials/_fixture.scss */

.widget_match_center .spmatch {
	width: 325px;
}

/* line 63, ../sass/partials/_fixture.scss */

#mc-game-wrap,
#mc-game-wrap1,
#mc-game-wrap2,
#mc-game-wrap3,
#mc-game-wrap4 {
	width: 84%;
}

/* line 116, ../sass/partials/_fixture.scss */

#spnext {
	right: 14%;
}

/* line 192, ../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 239, ../sass/partials/_fixture.scss */

#sp-comp-links {
	position: absolute;
}

/* line 288, ../sass/partials/_fixture.scss */

.fixture-sec select,
#sblock4_dropdown {
	width: 330px;
}

/* line 487, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 180px;
}

/* line 120, ../sass/app.scss */

#logo {
	width: 437px;
	left: -50px;
	z-index: 0;
}

}

@media only screen and (max-width: 1199px) and (min-width: 992px) {

/* line 690, ../sass/partials/_common-styles.scss */

.staff-box .overlay:before {
	width: 138px;
	height: 138px;
}

/* line 691, ../sass/partials/_common-styles.scss */

.staff-box .overlay:after {
	font-size: 22px;
	top: -31%;
	left: -31px;
}

}

@media (min-width: 1200px) {

/* line 63, ../sass/partials/_nav.scss */

#nav-container .menu a {
	font-size: 16px;
	line-height: 40px;
}

/* line 131, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	padding-right: 20px;
	padding-left: 0;
	line-height: 27px;
}

/* line 849, ../sass/partials/_nav.scss */

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 14px 0px 14px;
	font-size: 18px;
	font-weight: bold !important;
}

/* line 1276, ../sass/partials/_nav.scss */

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
	width: 1230px !important;
}

/* line 48, ../sass/partials/_header.scss */

.top_logos li {
	padding: 6px 28px;
}

/* line 94, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 100%;
}

/* line 92, ../sass/partials/_header.scss */

#nav-container .top-logo {
	top: 25px;
}

/* line 136, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 0%;
	right: 13%;
}

/* line 251, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .menu {
	margin-left: 55px;
	left: 27%;
	position: absolute;
	top: 0%;
	margin-top: 0;
}

/* line 277, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 55px;
}

/* line 322, ../sass/partials/_header.scss */

.leaderboard-top-container {
	margin-left: 220px;
	display: block;
}

/* line 360, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 20%;
}

/* line 389, ../sass/partials/_header.scss */

ul.header_right_logos {
	margin-left: 55px;
	padding-left: 58px;
}

/* line 511, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 214, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 30px;
	line-height: 30px;
}

/* line 634, ../sass/partials/_common-styles.scss */

.landing-logo:after {
	right: 20px;
}

/* line 76, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li {
	font-size: 24px;
	height: 77px;
	padding: 10px;
}

/* line 341, ../sass/partials/_slider.scss */

.banner .slick-dots a {
	font-size: 12px;
	padding: 14px 13px;
	line-height: 14px;
}

/* line 385, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-size: 50px;
	padding: 12px 27px;
	line-height: 44px;
}

/* line 58, ../sass/partials/_banner.scss */

.news-sidebar .news-content h4 {
	font-size: 18px;
	line-height: 19px;
}

/* line 131, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 12px;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 26px;
}

/* line 255, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 36px;
}

/* line 284, ../sass/partials/_footer.scss */

#subscribe-panel .gform_wrapper .gform_body,
#subscribe-panel-inner .gform_wrapper .gform_body {
	min-width: 300px;
}

/* line 155, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: 394px;
}

/* line 171, ../sass/partials/home-news.scss */

.elite_events_widget .widget-title {
	font-size: 35px;
}

/* line 246, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 60px;
	width: 190px;
}

/* line 32, ../sass/partials/_sponsors.scss */

.spon {
	max-width: 15%;
}

/* line 59, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 24px;
	height: 82px;
	padding: 10px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 250px;
}

/* line 116, ../sass/partials/_fixture.scss */

#spnext {
	right: 11%;
}

/* line 120, ../sass/app.scss */

#logo {
	width: 437px;
	left: -40px;
	z-index: 0;
}

}

@media only screen and (max-width: 1259px) and (min-width: 1200px) {

/* line 685, ../sass/partials/_common-styles.scss */

.staff-box .overlay:before {
	width: 176px;
	height: 175px;
}

}

@media (min-width: 1730px) {

/* line 307, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	background-position: center -62px !important;
}

}

@media (min-width: 2050px) {

/* line 302, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	background-position: center -150px !important;
}

}

@media only screen and (max-width: 2600px) and (min-width: 768px) {

/* line 704, ../sass/partials/_common-styles.scss */

.wrapfixed {
	position: relative !important;
}

}

@media (max-width: 767px) {

/* line 27, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #666;
	padding-left: 0 !important;
	font-size: 14px;
}

/* line 63, ../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 278, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: hidden;
}

/* line 849, ../sass/partials/_nav.scss */

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0 10px;
	font-size: 14px;
}

/* line 947, ../sass/partials/_nav.scss */

#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
	bottom: -45px;
	display: none;
}

/* line 1, ../sass/partials/_header.scss */

.top-header {
	height: 130px;
}

/* line 37, ../sass/partials/_header.scss */

.top-club-logos {
	display: none;
}

/* line 68, ../sass/partials/_header.scss */

#nav-container {
	border-bottom: 1px solid #fff;
	float: none;
}

/* line 94, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 55%;
	padding: 10px;
	height: auto;
	display: none;
}

/* line 136, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 14%;
	right: 22%;
}

/* line 153, ../sass/partials/_header.scss */

.cbp-af-header-shrink .container {
	width: 100%;
	padding: 0;
}

/* line 168, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 270, ../sass/partials/_header.scss */

.header-text {
	display: none;
}

/* line 277, ../sass/partials/_header.scss */

.header-text h1 {
	display: none;
}

/* line 322, ../sass/partials/_header.scss */

.leaderboard-top-container {
	display: none;
}

/* line 344, ../sass/partials/_header.scss */

.sticky-logo {
	display: block;
	top: 5px;
	position: absolute;
}

/* line 360, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 0%;
}

/* line 389, ../sass/partials/_header.scss */

ul.header_right_logos {
	display: none;
}

/* line 418, ../sass/partials/_header.scss */

.social-search {
	display: none; /* width: 252px; */
}

/* line 492, ../sass/partials/_header.scss */

.hockey-logo {
	display: none;
}

/* line 511, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 78, ../sass/partials/_common-styles.scss */

.home-more-news-box {
	width: 48%;
}

/* line 105, ../sass/partials/_common-styles.scss */

.home-more-news-box h2 {
	font-weight: 200;
	font-size: 16px;
}

/* line 162, ../sass/partials/_common-styles.scss */

h1 {
	font-size: 30px;
}

/* line 192, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 33%;
	float: left;
	padding: 0;
}

/* line 214, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 20px;
	line-height: 22px;
	top: 21%;
}

/* line 514, ../sass/partials/_common-styles.scss */

.panel-light #scroll {
	bottom: -38px;
}

/* line 557, ../sass/partials/_common-styles.scss */

.panel-dark-blue #scroll {
	bottom: -5px;
}

/* line 576, ../sass/partials/_common-styles.scss */

#news-panel-panel div#scroll {
	display: none;
}

/* line 595, ../sass/partials/_common-styles.scss */

#map-panel .panel-content {
	padding: 50px 0;
	margin-top: -39px;
}

/* line 656, ../sass/partials/_common-styles.scss */

svg#Layer_1 {
	width: 200%;
}

/* 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 24, ../sass/partials/_slider.scss */

.widget-wrapper {
	text-align: center;
}

/* line 32, ../sass/partials/_slider.scss */

#slider-panel .col-md-3 {
	padding: 10px;
}

/* line 38, ../sass/partials/_slider.scss */

#slider-panel .col-md-9 .widget-wrapper,
#slider-panel .col-md-3 .widget-wrapper {
	background: #fff;
	text-align: center;
}

/* line 37, ../sass/partials/_slider.scss */

#slider-panel .col-md-9,
#slider-panel .col-md-3 {
	background: #FFFFFF;
}

/* line 52, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li a {
	text-align: left;
	font-size: 21px;
	margin-left: 13px;
}

/* line 108, ../sass/partials/_slider.scss */

#slider-panel .container {
	padding: 0;
}

/* line 178, ../sass/partials/_slider.scss */

.social-tabs {
	padding-top: 10px;
}

/* line 183, ../sass/partials/_slider.scss */

.banner {
	padding: 0;
}

/* line 192, ../sass/partials/_slider.scss */

.banner .banner-img {
	min-height: 235px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: contain contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}

/* line 219, ../sass/partials/_slider.scss */

.banner .slick-prev {
	left: 15%;
}

/* line 225, ../sass/partials/_slider.scss */

.banner .slick-next {
	right: 15%;
}

/* line 231, ../sass/partials/_slider.scss */

.banner .slick-prev,
.banner .slick-next {
	display: block !important;
	width: 30px;
	font-size: 0px;
	background: transparent;
	border: none;
	max-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 70%;
	outline: none;
}

/* line 272, ../sass/partials/_slider.scss */

.banner .slick-dots-wrap {
	display: none;
}

/* line 283, ../sass/partials/_slider.scss */

.banner .slick-dots {
	left: 0;
	right: 0;
	text-align: center;
	bottom: 40px;
}

/* line 325, ../sass/partials/_slider.scss */

.banner .slick-dots li {
	display: inline-block;
}

/* line 385, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-size: 20px;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	letter-spacing: 1px;
	text-align: center;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: block;
}

/* line 131, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 6px;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 17px;
}

/* line 184, ../sass/partials/_banner.scss */

.ad-banners .promo-image {
	text-align: center;
}

/* line 239, ../sass/partials/_banner.scss */

.banners li {
	width: 100%;
}

/* line 250, ../sass/partials/_banner.scss */

.banners li:first-child img {
	height: 100px;
}

/* line 255, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 24px;
	position: absolute;
	left: 20%;
	right: 20%;
	text-align: center;
}

/* line 284, ../sass/partials/_banner.scss */

.about-container {
	padding: 0px 10px;
}

/* line 8, ../sass/partials/_footer.scss */

.footer {
	padding: 15px 0;
}

/* line 34, ../sass/partials/_footer.scss */

.copyright-text {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 15px;
}

/* line 50, ../sass/partials/_footer.scss */

.footer-nav {
	display: block;
	text-align: center;
}

/* line 58, ../sass/partials/_footer.scss */

.footer-nav li {
	border-left: none;
	padding-left: 0;
	padding: 7px 0;
	float: none;
}

/* line 104, ../sass/partials/_footer.scss */

.footer {
	height: inherit;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-top: 60px;
}

/* line 241, ../sass/partials/_footer.scss */

.footer .first img.img-responsive {
	display: inline-block;
	margin-bottom: 10px;
}

/* line 254, ../sass/partials/_footer.scss */

.footer .second {
	clear: both;
}

/* line 284, ../sass/partials/_footer.scss */

#subscribe-panel .gform_wrapper .gform_body,
#subscribe-panel-inner .gform_wrapper .gform_body {
	min-width: 200px;
}

/* line 382, ../sass/partials/_footer.scss */

.home-subscribe #scroll {
	bottom: 32px;
}

/* line 399, ../sass/partials/_footer.scss */

#inner-subscribe #scroll {
	bottom: -41px;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	padding: 0;
}

/* line 49, ../sass/partials/home-news.scss */

.more-news {
	text-align: center;
}

/* line 54, ../sass/partials/home-news.scss */

#latest-news-panel .panel-content {
	background: #fff !important;
	padding-bottom: 0;
}

/* line 63, ../sass/partials/home-news.scss */

.more-news-events {
	padding: 0;
}

/* line 94, ../sass/partials/home-news.scss */

.major-sponsor {
	padding-top: 12px;
	background: #0d2241;
	float: left;
	padding: 30px 15px;
	margin-top: 30px;
	width: 100%;
}

/* line 107, ../sass/partials/home-news.scss */

.sponsor-text {
	padding-bottom: 10px;
}

/* line 140, ../sass/partials/home-news.scss */

.more-news-section h3 a {
	color: #0d223f;
	padding-left: 10px;
}

/* line 155, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: inherit;
	margin-left: -15px;
	margin-right: -15px;
}

/* line 239, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_list_row .event_date {
	left: 15px;
}

/* line 246, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 70px;
}

/* line 313, ../sass/partials/home-news.scss */

.news-box h4 {
	font-size: 15px;
}

/* line 334, ../sass/partials/home-news.scss */

.map-left {
	left: 50%;
}

/* line 405, ../sass/partials/home-news.scss */

.latest-news .slick-next,
.latest-news .slick-prev,
.latest-programmes .slick-next,
.latest-programmes .slick-prev {
	top: 99%;
}

/* line 425, ../sass/partials/home-news.scss */

.latest-news .slick-next,
.latest-programmes .slick-next {
	right: 36%;
	-webkit-background-size: 74% 74%;
	-moz-background-size: 74% 74%;
	-o-background-size: 74% 74%;
	background-size: 74% 74%;
}

/* line 439, ../sass/partials/home-news.scss */

.latest-news .slick-prev,
.latest-programmes .slick-prev {
	left: 37%;
	-webkit-background-size: 74% 74%;
	-moz-background-size: 74% 74%;
	-o-background-size: 74% 74%;
	background-size: 74% 74%;
}

/* line 66, ../sass/partials/_sponsors.scss */

.sponsors .slick-next,
.sponsors .slick-prev {
	height: 47px;
	width: 40px;
	-webkit-background-size: 75% 75%;
	-moz-background-size: 75% 75%;
	-o-background-size: 75% 75%;
	background-size: 75% 75%;
	top: 40%;
}

/* line 127, ../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 123, ../sass/partials/_single.scss */

.player-img-container,
.cover-img-container {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 90%;
}

/* line 75, ../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 73, ../sass/partials/_uisearch.scss */

.sb-search-open {
	background: transparent;
}

/* line 102, ../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 111, ../sass/partials/_uisearch.scss */

.sb-icon-search,
.sb-search-submit {
	height: 50px;
}

/* line 148, ../sass/partials/_uisearch.scss */

.sb-icon-search:before {
	font-size: 22px;
}

/* line 4, ../sass/partials/_fixture.scss */

.widget_match_center .spmatch {
	width: 282px;
}

/* line 63, ../sass/partials/_fixture.scss */

#mc-game-wrap,
#mc-game-wrap1,
#mc-game-wrap2,
#mc-game-wrap3,
#mc-game-wrap4 {
	width: 91%;
}

/* line 87, ../sass/partials/_fixture.scss */

#spnext,
#spprev {
	top: 100px;
}

/* line 116, ../sass/partials/_fixture.scss */

#spnext {
	right: 0;
}

/* line 192, ../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 239, ../sass/partials/_fixture.scss */

#sp-comp-links {
	display: block !important;
	width: auto;
	text-align: -webkit-center;
	clear: both;
	padding-top: 2px;
}

/* line 261, ../sass/partials/_fixture.scss */

.sp-fix-link,
.sp-lad-link,
.sp-stat-link {
	display: inline-block;
}

/* line 288, ../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: 12px;
	left: 12px;
}

/* line 345, ../sass/partials/_fixture.scss */

.fixure-slider {
	height: 288px;
	padding: 110px 20px;
}

/* line 359, ../sass/partials/_fixture.scss */

.spcompname {
	font-size: 21px;
}

/* line 450, ../sass/partials/_fixture.scss */

.spteam1,
.spteam2 {
	font-size: 12px;
}

/* line 487, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 265px;
}

/* line 503, ../sass/partials/_fixture.scss */

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 7px 7px !important;
}

/* line 120, ../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 145, ../sass/app.scss */

#logo a {
	height: 60px;
}

/* line 186, ../sass/app.scss */

.fsp-adv-social-media {
	display: none;
}

}

@media (max-width: 767px) and (max-width: 767px) {

/* line 231, ../sass/partials/_slider.scss */

.banner .slick-prev,
.banner .slick-next {
	top: 69%;
}

}

@media (max-width: 650px) {

/* line 239, ../sass/partials/_header.scss */

.league-menu {
	display: none;
}

/* line 192, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 14px;
}

/* line 32, ../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 51, ../sass/partials/_sponsors.scss */

.sponsors li {
	margin-top: 12px;
}

/* line 155, ../sass/app.scss */

#main-content {
	margin: 0;
}

/* line 165, ../sass/app.scss */

#content-wrap {
	margin: 0;
}

}

@media (max-width: 480px) {

/* line 97, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding: 0;
}

/* line 288, ../sass/partials/_fixture.scss */

.fixture-sec select,
#sblock4_dropdown {
	top: 12px;
	left: 8px;
	width: 80%;
}

/* line 359, ../sass/partials/_fixture.scss */

.spcompname {
	font-size: 15px;
}

/* line 487, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 290px;
}

/* line 503, ../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 487, ../sass/partials/_fixture.scss */

.fixture-sec {
	min-height: 285px;
}

/* line 503, ../sass/partials/_fixture.scss */

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-size: 10px;
}

}

