body
{
	background: url(images/bg.jpg) no-repeat top center #ffffff;
    background-size: 1906px 1040px;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'BrooklynSport';
    src: url("fonts/BrooklynSportBold.eot");
    src: url("fonts/BrooklynSportBold.eot?#iefix") format("embedded-opentype"), url("fonts/BrooklynSportBold.woff2") format("woff2"), url("fonts/BrooklynSportBold.woff") format("woff"), url("fonts/BrooklynSportBold.ttf") format("truetype"), url("fonts/BrooklynSportBold.svg#BrooklynSportBold070710") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face{
	font-family:'BrooklynSport';
	src:url("fonts/BrooklynSportMedium.eot");
	src:url("fonts/BrooklynSportMedium.eot?#iefix") format("embedded-opentype"),
	url("fonts/BrooklynSportMedium.woff2") format("woff2"),
	url("fonts/BrooklynSportMedium.woff") format("woff"),
	url("fonts/BrooklynSportMedium.ttf") format("truetype"),
	url("fonts/BrooklynSportMedium.svg#BrooklynSportMedium070710") format("svg");
	font-weight:600;
	font-style:normal;
}

@font-face{
	font-family:'BrooklynSport';src:url("../assets/BrooklynSportBook.eot");
	src:url("fonts/BrooklynSportBook.eot?#iefix") format("embedded-opentype"),
	url("fonts/BrooklynSportBook.woff2") format("woff2"),
	url("fonts/BrooklynSportBook.woff") format("woff"),
	url("fonts/BrooklynSportBook.ttf") format("truetype"),
	url("fonts/BrooklynSportBook.svg#BrooklynSportBook070710") format("svg");
	font-weight:500;font-style:normal;
}

@font-face{
	font-family:'expert_sans';
	src:url("fonts/expertsans-light-webfont.eot");
	src:url("fonts/expertsans-light-webfont.eot?#iefix") format("embedded-opentype"),
	url("fonts/expertsans-light-webfont.woff2") format("woff2"),
	url("fonts/expertsans-light-webfont.woff") format("woff"),
	url("fonts/expertsans-light-webfont.ttf") format("truetype"),
	url("fonts/expertsans-light-webfont.svg#expert_sanslight") format("svg");font-weight:300;font-style:normal;
}

@font-face{
	font-family:'expert_sans';
	src:url("fonts/expertsans-regular-webfont.eot");
	src:url("fonts/expertsans-regular-webfont.eot?#iefix") format("embedded-opentype"),
	url("fonts/expertsans-regular-webfont.woff2") format("woff2"),
	url("fonts/expertsans-regular-webfont.woff") format("woff"),
	url("fonts/expertsans-regular-webfont.ttf") format("truetype"),
	url("fonts/expertsans-regular-webfont.svg#expert_sansregular") format("svg");font-weight:normal;font-style:normal;}

@font-face{
	font-family:'expert_sans';
	src:url("../assets/expertsans-bold-webfont.eot");
	src:url("../assets/expertsans-bold-webfont.eot?#iefix") format("embedded-opentype"),
	url("../assets/expertsans-bold-webfont.woff2") format("woff2"),
	url("../assets/expertsans-bold-webfont.woff") format("woff"),
	url("../assets/expertsans-bold-webfont.ttf") format("truetype"),
	url("../assets/expertsans-bold-webfont.svg#expert_sansbold") format("svg");font-weight:700;font-style:normal;}


.header
{
	height: 193px;
}
.top
{
 width: 1180px;
 height: 48px;
 margin: 0 auto;
 padding: 15px 15px 0px 0px;
 background: #fff;
}
.second_top
{
	width: 1165px;
    background: #fff;
    margin: 0 auto;
    padding: 0px 15px 10px 15px;
}
.searchimg
{
	float: left;
}
.btn{
    width: 185px;
    float: right;
    height: 40px;
}
.btn-gradient, .m-gallery-video-thumb.selected:after {
    border: 0;
    background-image: linear-gradient(103deg,#0072b7 0%,#04bbf0 100%);
    background-image: -moz-linear-gradient(103deg,#0072b7 0%,#04bbf0 100%);
    background-image: -webkit-linear-gradient(103deg,#0072b7 0%,#04bbf0 100%);
    background-image: -ms-linear-gradient(103deg,#0072b7 0%,#04bbf0 100%);
    letter-spacing: 0.1em;
}
.btn, .m-gallery-video-thumb.selected:after, a.btn, a.m-gallery-video-thumb.selected:after, a.btn:visited, a.m-gallery-video-thumb.selected:visited:after, .buttons a, .buttons a:visited {
    display: inline-block;
    color: #fff;
    border: none;
    text-decoration: none;
    text-align: center;
    padding: 2px 25px 0px 25px;
    font: 600 14px/40px "BrooklynSport",tahoma,sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}
.main
{
	height: 120px;
    left: calc((100% - 1170px)/ 2);
    background: #000;
    zoom: 1;
    transition: height 200ms linear;
    z-index: 999;
    max-width: 1170px;
    margin: 0 auto;
}
.logo {
    float: left;
    width: 245px;
    height: 120px;
    position: relative;
    z-index: 9;
    transition: all 200ms linear;
}
.logo span, .logo a {
    text-indent: -5000px;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url(images/logo.svg) 25px center no-repeat;
    background-size: 209px auto;
    transition: all 200ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.m-header-right {
    max-width: calc(100% - 265px);
    float: right;
    transition: all 200ms linear;
}
.m-icons-wrapper {
    float: right;
    transition: all 200ms linear;
    height: auto;
}
.m-select-dropdown__properties {
    float: right;
    margin-left: 1px;
}
.m-select-dropdown__properties {
    color: #fff;
    height: 40px;
    background: #262626;
}
.m-select-dropdown {
    padding: 0 0;
    position: relative;
    z-index: 800;
}
.m-select-dropdown .select-button {
    font: 500 11px/43px "BrooklynSport",tahoma,sans-serif;
    text-transform: uppercase;
    padding: 0 65px 0 15px;
    display: block;
    cursor: pointer;
    letter-spacing: 0.15em;
}
.m-select-dropdown .select-button * {
    display: block;
    height: 40px;
}
.m-select-dropdown .select-button {
    font: 500 11px/43px "BrooklynSport",tahoma,sans-serif;
    text-transform: uppercase;
    padding: 0 65px 0 15px;
    display: block;
    cursor: pointer;
    letter-spacing: 0.15em;
}
.m-select-dropdown .select-button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    background: transparent url(images/arrow-down-white.svg) center center no-repeat;
    width: 11px;
    height: 100%;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.m-header-right a
{
	text-decoration: none;
	color: #fff;
}
.m-header-right a:hover
{
	color: #00AEEF;
}
.m-highpoint-logo {
    background-image: url(images/HighPointSolutionsLogo.jpg);
    width: 230px;
    float: left;
    height: 40px;
    background-position: center;
    background-size: 230px 30px;
    background-repeat: no-repeat;
}
.m-icons-wrapper>ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    color: #4f4f4f;
    font: normal 15px/160% "expert_sans",sans-serif;
}
.m-icons-wrapper>ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 3px;
}
.m-team-icons__title {
    color: #6a6a6a;
    font: 600 11px/40px "BrooklynSport",tahoma,sans-serif;
    text-transform: uppercase;
}
.m-team-icon__nets {
    opacity: 0.85;
}
.m-team-icon a, .m-team-icon a:visited {
    width: 33px;
    height: 40px;
    display: block;
}
.m-team-icon__nets a {
    background: transparent url(images/logo-nets-2.svg) center center no-repeat;
    background-size: 30px auto;
    height: 52px;
}
.m-team-icon__islanders {
    background: transparent url(images/logo-islanders-2.png) center center no-repeat;
    background-size: 33px auto;
    opacity: 0.8;
}
.m-team-icon__linets a, .m-team-icon__linets a:visited {
    background: transparent url(images/logo-linets-gray.png) center center no-repeat;
    background-size: 33px 32px;
}
.l-grayscale {
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
    filter: grayscale(100%); 
}
.l-grayscale:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.m-team-icon__linets a:hover, .m-team-icon__linets a:visited:hover {
    background-image: url(images/logo-linets-color.png);
}
.m-social-icons {
    background: #262626;
}
.m-social-icons svg {
    height: 100%;
}
.m-social-icons svg path {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    fill: #4f4f4f;
}
.st0 {
    fill: #00AEEF;
}
.m-social-icons li:hover svg path {
    fill: #00AEEF;
}
.main_nav {
    position: relative;
    float: right;
    z-index: 500;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
}
.main_nav ul {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.main_nav>ul>li {
    padding: 0 31px 0 19px;
}
.main_nav>ul>li {
    transition: all 200ms linear;
}
.main_nav ul li {
    position: relative;
    display: block;
    float: left;
    height: 80px;
    margin: 0;
    padding: 0 19px;
    /* min-width: 140px; */
    padding-left: 36px;
}
.main_nav a, .main_nav a:visited {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    font: 500 15px/80px "BrooklynSport",tahoma,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: left;
    text-decoration: none;
    position: relative;
}
.parent-page_1.page_704_1 {
    color: #00AEEF;
    text-transform: uppercase;
    font: 700 15px/120% "BrooklynSport",tahoma,sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 11px;
    padding: 0;
    height: 36px;
}
.nav_wrapper
{
	display: inline-block;
}
.main_nav>ul>li:hover>a, .main_nav>ul>li>a.active {
    color: #00AEEF;
}
.main_nav>ul>li:hover>a:after, .main_nav>ul>li>a.active:after {
    width: 100%;
}
.main_nav>ul>li>a:after {
    position: absolute;
    content: '';
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    background: #00AEEF;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.main_nav>ul>li:hover>a:after, .main_nav>ul>li>a.active:after {
    width: 100%;
}


/*Footer*/
.footer
{
	background-color: white;
}
.footer a
{
	text-decoration: none;
}
.layout
{
	width: 1180px;
	margin: 0 auto;
}
.m-footer-sponsors {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 20px;
}
.sponsors {
    height: 110px;
}
.sponsors .sponsors_left {
    float: left;
    width: calc(100% - 110px);
    position: relative;
}
.sponsors .sponsor_item img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
    filter: none;
}
.m-social-icons-footer a:hover svg path, .m-social-icons-footer a:visited:hover svg path {
    fill: #00AEEF;
}
.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.sponsors .sponsor_item {
    width: 80px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
}
.sponsors .sponsor_item img {
    max-width: 100%;
    position: relative;
    top: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transform: translateY(-50%);
    transition: all 150ms linear;
}
.sponsors .sponsor_item img.last
{
	max-width: 100%;
    position: relative;
    top: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transform: translateY(-50%);
    transition: all 150ms linear;
    border-left: 1px solid #e4e4e4;
    padding-left: 10px;
    margin-left: -8px;
}
.sponsors .sponsors_right {
    float: right;
    width: 110px;
    position: relative;
}
.l-footer__left {
    float: left;
    width: 20.9%;
    background-color: #FFF;	
    min-height: 453px;
}
.footer .logo {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
}
.footer .logo span, .footer .logo a, .footer .logo a:visited {
    background-size: 209px 98px;
    background-position: 5px center;
    background-image: url(images/logo-dark-text.svg);
}

.m-venue-info .venue-info {
    padding-bottom: 15px;
}
.m-venue-info .venue-info {
    padding-right: 35px;
}
.column {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.m-venue-info .venue-info address.m-address {
    float: left;
    background: transparent url(images/icon-location.svg) 8px top no-repeat;
}
.m-venue-info .venue-info address.m-phone {
    float: left;
    background: transparent url(images/icon-phone.svg) 8px top no-repeat;
    min-height: 25px;
    line-height: 22px;
    margin-top: 10px;
}
.m-venue-info .venue-info address {
    font: 500 15px/120% "BrooklynSport",tahoma,sans-serif;
    letter-spacing: 0.025em;
    padding-left: 35px;
    margin-bottom: 15px;
}
.m-social-icons-footer {
    padding-left: 8px;
}
.m-social-icons-footer h4 {
    font-size: 13px;
    color: #4f4f4f;
    margin-bottom: 15px;
    letter-spacing: 0.07em;
    font-weight: bold;
}
h4, .h4, .m-module-entry__teaser h2, .m-module-entry__teaser h3, .m-module-entry__teaser h4, .m-module-entry__teaser h5, .m-module-entry__teaser h6, .faq dt p, h5, .h5, h6, .h6 {
    margin: 0;
    padding: 0;
    color: #262626;
    font: 600 16px/150% "BrooklynSport",tahoma,sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.m-social-icons-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;

}
.m-social-icons-footer li {
    float: left;
    margin: 0;
    padding: 0;
}
.m-social-icons-footer a, .m-social-icons-footer a:visited {
    display: block;
    padding: 0 26px 0 0;
}
.icon-facebook-svg {
    fill: #bcbcbc;
    fill-rule: evenodd;
}
.icon-twitter-svg {
    fill: #bcbcbc;
    fill-rule: evenodd;
}
.icon-instagram-svg {
    fill: #bcbcbc;
    fill-rule: evenodd;
}
.icon-snapchat-svg {
    fill: #bcbcbc;
    fill-rule: evenodd;
}
.footer p,.footer address,.footer .p {
    margin: 0 0 30px;
    padding: 0;
    color: #4f4f4f; 
    font: normal 15px/160% "expert_sans",sans-serif;
}
.clearfix {
    zoom: 1;
}
.l-footer__right {
    float: left;
    width: 75.0%;
    border-left: 1px solid #e4e4e4;
    padding: 60px 0 40px 40px;
    background-color: #FFF;
}
.footer .nav-desktop {
    padding: 0 0 40px;
    display: block;
}
.footer .nav-desktop {
    width: 100%;
    position: relative;
    z-index: 99;
    float: left;
}
.footer .nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font: normal 15px/160% "expert_sans",sans-serif;
}
.footer .nav-desktop ul li {
    margin: 0;
    width: calc(100%/ 5);
    float: left;
}
.footer .nav-desktop ul li {
    padding: 0;
}
.footer .nav-desktop ul .parent-page a, .footer .nav-desktop ul .parent-page a:visited {
    color: #4f4f4f;
    text-transform: uppercase;
    font: 700 15px/120% "BrooklynSport",tahoma,sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 11px;
    padding: 0;
    height: 36px;
}
.footer .nav-desktop ul li>span, .footer .nav-desktop ul li a {
    display: block;
}
.footer .nav-desktop ul a, .footer .nav-desktop ul a:visited {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 128%;
    padding: 6px 0;
    letter-spacing: 0.04em;
}
.footer .nav-desktop ul a:hover, .footer .nav-desktop ul a.active, .footer .nav-desktop ul a:visited:hover, .footer .nav-desktop ul a:visited.active {
    text-decoration: none;
    color: #00AEEF;
}
.global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}
.global-footer p {
    width: 100%;
    max-width: 1170px;
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 15px 0 0;
    font-size: 12px;
    color: #4f4f4f;
    font: normal:"expert_sans",sans-serif;
    letter-spacing: 0.04em;
}
.global-footer p a, .global-footer p a:visited {
	 color: #00AEEF;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-decoration: none;
}
.global-footer .delimiter {
    padding: 0 2px;
}
.global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    color: #4f4f4f;
    font-family: 'helvetica';
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0;
}
.global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
    color: #4f4f4f;
}
.global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
    color: #00AEEF;
    text-decoration: none;
}
.global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
    color: #00AEEF;
}
.global-footer p a:hover, .global-footer p a:focus, .global-footer p a.active, .global-footer p a:visited:hover, .global-footer p a:visited:focus, .global-footer p a:visited.active {
    color: #00AEEF;
    text-decoration: none;
}
.global-footer p a
{
	color: #00AEEF;
}