<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#landing-page div.masthead {
	margin-top:20px;
	min-height:160px;
	padding:45px 0 25px;
	position:relative;
}
/* overrides for na3hl silver cup */
#landing-page.event-70 div.masthead,
#landing-page.event-91 div.masthead,
#landing-page.event-108 div.masthead,
#landing-page.leagueid-3.championship div.masthead {
	font-size:large;
}
/* overrides for na3hl silver cup */

#landing-page .masthead .logo {
	left:20px;
	margin:0;
	position:absolute;
	top:0;
}
/* overrides for na3hl silver cup */
#landing-page.event-70 .masthead .logo, /* 2014 silver cup */
#landing-page.event-91 .masthead .logo,
#landing-page.event-108 .masthead .logo, /* 2014 silver cup */
#landing-page.event-121 .masthead .logo,
#landing-page.leagueid-3.championship .masthead .logo {
	top:30px;
}
/* overrides for na3hl silver cup */

#landing-page div.event {
	background-color:#272324;
	color:#fff;
	font-size:x-large;
	font-weight:bold;
	line-height:1;
	margin:0 0 2em;
	overflow:visible;
	padding:.5em 20px .5em 310px;
	text-align:center;
	text-transform:uppercase;
/* 2018.11.13
	width:550px;
*/
}
#landing-page.event-70 div.event,
#landing-page.event-91 div.event,
#landing-page.event-108 div.event {
/* 2019.01.19
#landing-page.leagueid-3.championship div.event {
*/
	font-size:1.2em;
	padding-left:270px;
	padding-top:.75em;
	width:590px;
}
/* 2016.01.12
#landing-page.fpc div.event {
	border:5px solid #c00;
}
#landing-page.fpt div.event {
	border:5px solid #009;
}
*/
#landing-page.fpc div.event {
  background: #b0000a;
  background: -moz-linear-gradient(top, #b0000a 0%, #e8000b 49%, #b0000a 100%);
  background: -webkit-linear-gradient(top, #b0000a 0%,#e8000b 49%,#b0000a 100%);
  background: linear-gradient(to bottom, #b0000a 0%,#e8000b 49%,#b0000a 100%);
}
#landing-page.fpt div.event {
  background: #01366c;
  background: -moz-linear-gradient(top, #01366c 0%, #034e9b 49%, #01366c 100%);
  background: -webkit-linear-gradient(top, #01366c 0%,#034e9b 49%,#01366c 100%);
	background: linear-gradient(to bottom, #01366c 0%,#034e9b 49%,#01366c 100%);
}

#landing-page div.event span.details {
	display:block;
	font-size:medium;
	font-weight:normal;
	text-transform:none;
}
#landing-page div.event span.details &gt; span {
	margin:.75em 0;
}
#landing-page div.event span.location {
	float:right;
	font-size:1.2em;
}
#landing-page.event-70 div.event span.location,
#landing-page.event-91 div.event span.location,
#landing-page.event-108 div.event span.location,
#landing-page.eventid-171 div.event span.location,
#landing-page.eventid-172 div.event span.location,
#landing-page.leagueid-3.championship div.event span.location {
	font-size:1em;
}
#landing-page div.event span.date {
	float:left;
	font-size:1.2em;
}
#landing-page.event-70 div.event span.date,
#landing-page.event-91 div.event span.date,
#landing-page.event-108 div.event span.date,
#landing-page.eventid-171 div.event span.date,
#landing-page.eventid-172 div.event span.date,
#landing-page.leagueid-3.championship div.event span.date {
	font-size:1em;
}
#landing-page div.event span.address {
	clear:both;
	display:block;
}
#landing-page.event-70 div.event span.address,
#landing-page.event-75 div.event span.address,
#landing-page.event-70 div.event span.address {
	font-size:small;
	text-align:right;
}
/* masthead *** */

#landing-page h1 {
	font-size:x-large;
	font-weight:bold;
	margin-bottom:.5em;
	text-transform:uppercase;
}
#landing-page #section2 .content {
	min-height:15em;
}
#landing-page #section2 .coming-soon{
	font-size:x-large;
	font-style:italic;
	font-weight:bold;
}

#landing-page.event-70 #section2 .nav-wrapper,
#landing-page.event-91 #section2 .nav-wrapper,
#landing-page.event-108 #section2 .nav-wrapper,
#landing-page.leagueid-3.championship #section2 .nav-wrapper {
	text-align:center;
}

#landing-page #section2 ul.nav,
#landing-page #section2 ul.nav li {
	list-style:none;
	margin:0;
	padding:0;
}

#landing-page #section2 ul.nav {
	margin-bottom:2em;
	overflow:auto;
/* 2014.01.07
	width:960px;
*/
}
#landing-page #section2 ul.nav.column-count-3 {
	display:inline-block;
	margin:0 auto;
}
#landing-page #section2 ul.nav li {
	float:left;
/* 2014.01.07
	margin:0 25px 1em;
*/
	margin:0 15px 1em;
}
#landing-page #section2 ul.nav li:nth-child(1),
#landing-page #section2 ul.nav.column-count-4 li:nth-child(1), /* 4 columns is the default; but, just to be safe... */
#landing-page #section2 ul.nav li:nth-child(5),
#landing-page #section2 ul.nav.column-count-4  li:nth-child(5) { /* 4 columns is the default; but, just to be safe... */
	/* could also be written as nth-child(-4n+5) */
	clear:left;
}
#landing-page #section2 ul.nav.column-count-3 li:nth-child(4) {
	clear:left;
}
#landing-page #section2 ul.nav.column-count-3 li:nth-child(5) {
	clear:none;
}

#landing-page #section2 .nav a {
	background-color:#233F90;
	border-radius:8px;
	box-shadow: 3px 3px 10px 0 rgba(128,128,128,.5);
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	display:block;
	font-size:large;
	font-weight:bold;
	padding:.5em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:190px;
}
#landing-page.event-70 #section2 .nav a,
#landing-page.event-86 #section2 .nav a {
	background-color:#233F90;
	color:#fff;
	font-size:medium;
}
#landing-page #section2 .nav a.contact,
#landing-page #section2 .nav a.tickets,
#landing-page #section2 .nav a.hotels,
#landing-page #section2 .nav a.rental-cars,
#landing-page #section2 .nav a.suites,
#landing-page #section2 .nav a.arena,
#landing-page.siteid-12 #section2 .nav a.schedule {
	background-color:#233F90;
	color:#fff;
}
#landing-page.event-75 #section2 .nav a.contact,
#landing-page.event-75 #section2 .nav a.tickets,
#landing-page.event-75 #section2 .nav a.hotels,
#landing-page.event-75 #section2 .nav a.rental-cars,
#landing-page.event-75 #section2 .nav a.suites,
#landing-page.event-75 #section2 .nav a.arena {
	background-color:#00478B;
}

#landing-page #section2 .nav a:hover,
#landing-page #section2 .nav a:active,
#landing-page #section2 .nav a:focus,
#landing-page #section2 .nav a.contact:hover,
#landing-page #section2 .nav a.contact:active,
#landing-page #section2 .nav a.contact:focus,
#landing-page #section2 .nav a.tickets:hover,
#landing-page #section2 .nav a.tickets:active,
#landing-page #section2 .nav a.tickets:focus,
#landing-page #section2 .nav a.hotels:hover,
#landing-page #section2 .nav a.hotels:active,
#landing-page #section2 .nav a.hotels:focus,
#landing-page #section2 .nav a.playoff-format:hover,
#landing-page #section2 .nav a.playoff-format:active,
#landing-page #section2 .nav a.playoff-format:focus,
#landing-page #section2 .nav a.rental-cars:hover,
#landing-page #section2 .nav a.rental-cars:active,
#landing-page #section2 .nav a.rental-cars:focus,
#landing-page #section2 .nav a.suites:hover,
#landing-page #section2 .nav a.suites:active,
#landing-page #section2 .nav a.suites:focus,
#landing-page #section2 .nav a.arena:hover,
#landing-page #section2 .nav a.arena:active,
#landing-page #section2 .nav a.arena:focus,
#landing-page.siteid-12 #section2 .nav a.schedule:hover,
#landing-page.siteid-12 #section2 .nav a.schedule:active,
#landing-page.siteid-12 #section2 .nav a.schedule:focus {
	background-color:#3259CC;
/*	background-color:#192D66; */
}
#landing-page.event-75 #section2 .nav a.contact:hover,
#landing-page.event-75 #section2 .nav a.contact:active,
#landing-page.event-75 #section2 .nav a.contact:focus,
#landing-page.event-75 #section2 .nav a.tickets:hover,
#landing-page.event-75 #section2 .nav a.tickets:active,
#landing-page.event-75 #section2 .nav a.tickets:focus,
#landing-page.event-75 #section2 .nav a.hotels:hover,
#landing-page.event-75 #section2 .nav a.hotels:active,
#landing-page.event-75 #section2 .nav a.hotels:focus,
#landing-page.event-75 #section2 .nav a.playoff-format:hover,
#landing-page.event-75 #section2 .nav a.playoff-format:active,
#landing-page.event-75 #section2 .nav a.playoff-format:focus,
#landing-page.event-75 #section2 .nav a.rental-cars:hover,
#landing-page.event-75 #section2 .nav a.rental-cars:active,
#landing-page.event-75 #section2 .nav a.rental-cars:focus,
#landing-page.event-75 #section2 .nav a.suites:hover,
#landing-page.event-75 #section2 .nav a.suites:active,
#landing-page.event-75 #section2 .nav a.suites:focus,
#landing-page.event-75 #section2 .nav a.arena:hover,
#landing-page.event-75 #section2 .nav a.arena:active,
#landing-page.event-75 #section2 .nav a.arena:focus {
	background-color:#0068CC;
}


#landing-page #section2 .nav a.contact {
/* 2014.01.07
	margin:0 auto 2em;
*/
	margin:2em auto;
}

#landing-page #section2 .nav a.schedule,
#landing-page #section2 .nav a.playoff-format,
#landing-page #section2 .nav a.rosters,
#landing-page #section2 .nav a.about {
	background-color:#D2232A;
	color:#fff;
}
#landing-page.event-75 #section2 .nav a.schedule,
#landing-page.event-75 #section2 .nav a.playoff-format,
#landing-page.event-75 #section2 .nav a.rosters {
	background-color:#C02C0D;
}
#landing-page #section2 .nav a.schedule:hover,
#landing-page #section2 .nav a.schedule:active,
#landing-page #section2 .nav a.schedule:focus,
#landing-page #section2 .nav a.playoff-format:hover,
#landing-page #section2 .nav a.playoff-format:active,
#landing-page #section2 .nav a.playoff-format:focus,
#landing-page #section2 .nav a.rosters:hover,
#landing-page #section2 .nav a.rosters:active,
#landing-page #section2 .nav a.rosters:focus,
#landing-page #section2 .nav a.about:hover,
#landing-page #section2 .nav a.about:active,
#landing-page #section2 .nav a.about:focus {

/*
	background-color:#991A1F;
*/
	background-color:#FF2B33;
}
#landing-page.event-75 #section2 .nav a.schedule:hover,
#landing-page.event-75 #section2 .nav a.schedule:active,
#landing-page.event-75 #section2 .nav a.schedule:focus,
#landing-page.event-75 #section2 .nav a.playoff-format:hover,
#landing-page.event-75 #section2 .nav a.playoff-format:active,
#landing-page.event-75 #section2 .nav a.playoff-format:focus,
#landing-page.event-75 #section2 .nav a.rosters:hover,
#landing-page.event-75 #section2 .nav a.rosters:active,
#landing-page.event-75 #section2 .nav a.rosters:focus {
	background-color:#FF3B12;
}

#landing-page #section2 .nav a.game-center,
#landing-page #section2 .nav a.scouts,
#landing-page #section2 .nav a.media {
	background-color:#231F20;
	color:#fff;
}
#landing-page #section2 .nav a.game-center:hover,
#landing-page #section2 .nav a.game-center:active,
#landing-page #section2 .nav a.game-center:focus,
#landing-page #section2 .nav a.scouts:hover,
#landing-page #section2 .nav a.scouts:active,
#landing-page #section2 .nav a.scouts:focus,
#landing-page #section2 .nav a.media:hover,
#landing-page #section2 .nav a.media:active,
#landing-page #section2 .nav a.media:focus {
	background-color:#665F5A;
}

#landing-page .video-embed {
	border:none;
	margin:2em auto;
	width:700px;
}


/* tickets *** */
#landing-page .rates {
	background-color:#efefef;
	border:1px solid #666; 
	float:left; 
	margin-right:1%; 
	margin-bottom:1em;
	min-height:15em;
/* 2015.09.02
	width:47%; 
*/
	width:31%; 
}
#landing-page .rates table {
	margin:0 auto 1.5em;
	width:90%;
}
#landing-page .rates table td {
	margin:0;
	padding:0;
}

#landing-page .rates table td.amount {
	text-align:right;
}

#landing-page .rates h2 {
	background-color:#666; 
	color:#fff; 
	font-size:medium; 
	font-weight:bold; 
	padding:3px;
	margin-top:0;
	margin-bottom:1em;
	text-align:center;
	text-transform:uppercase;
}
#landing-page .rates p {
	padding:0 1em 1em;
}
#landing-page .tickets ul {
	list-style-type:disc;
}
#landing-page .tickets &gt; ul {
	font-size:small;
}
#landing-page #section2 div.watch {
	margin-bottom:30px;
	text-align:center; 
}
#landing-page #section2 div.watch img {
	display:inline;
}

#landing-page #section2 .banners {
	display:none;
}

/* 2016.01.22 :: added for NAHLFP events */
/* 2016.01.22 :: added for NAHLFP events */
/* 2016.01.22 :: added for NAHLFP events */
#landing-page.fpc #section2 ul.nav,
#landing-page.fpt #section2 ul.nav {
	float:right;
}
#landing-page.fpc #section2 ul.nav li,
#landing-page.fpt #section2 ul.nav li {
	display:block;
	float:none;
}
#landing-page.fpc #section2 ul.nav li.registration a:link, 
#landing-page.fpc #section2 ul.nav li.registration a:visited,
#landing-page.fpt #section2 ul.nav li.registration a:link, 
#landing-page.fpt #section2 ul.nav li.registration a:visited {
	background-color: #D2232A;
	color:#fff;
	font-style: italic;
}
#landing-page.fpc #section2 ul.nav li.registration a:hover, 
#landing-page.fpc #section2 ul.nav li.registration a:focus, 
#landing-page.fpc #section2 ul.nav li.registration a:active,
#landing-page.fpt #section2 ul.nav li.registration a:hover, 
#landing-page.fpt #section2 ul.nav li.registration a:focus, 
#landing-page.fpt #section2 ul.nav li.registration a:active {
	background-color:#FF2B33;
}
/* 2016.01.22 :: added for NAHLFP events */

#landing-page div.message {
    background-color:#efefef;
	  border: 1px solid #999;
		border-radius:10px;
    margin: 0px 0px 2em;
    padding: 1em;
}
#landing-page .message h3 {
	font-size:medium;
	font-weight:bold;
	text-transform:uppercase;
}
/* 2018.05.16
#landing-page .message ul {
	font-weight:bold;
}
#landing-page .message li {
	color:#090;
}
*/
#landing-page .message li.full {
	color:#f00;
	font-style:italic;
	font-weight:bold;
}</pre></body></html>