
html, body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f6f6f6;
  font-family: 'Open Sans', sans-serif;
}
::selection{
  background-color: #fff8a7;
}
img {
  border: none;
}
a img {
  outline: none;
}
h1, h2, h3, h4, h5 , h6 {
  margin: 0;
  line-height: 1.2em;
}
h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
}
h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
}
hr {
  border: none;
  background-color: #f0f0f0;
  color: #f0f0f0;
  height: 1px;
}
a {
  text-decoration: none;
  outline: none;
  border: none;
}
table {
  border-collapse: collapse;
}
table a {
  color: #212121;
  text-decoration: underline
}
.no-break {
  white-space: nowrap;
}
.urgent {
  color: red;
  font-weight: bold;
}
.subhead {
  color: #555;
  line-height: 1.75em;
  max-width: 960px;
  font-weight: 200;
}
.subhead a {
  color: #212121;
  text-decoration: underline;
  font-weight: normal;
}
.lightbox a {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  z-index: 3;
}
.lightbox img {
  background-color: #fff;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 35px;
  transform: translate(-50%, -50%);
  max-height: 70%;
  width: 90%;
  height: auto !important;
  width: auto !important;
  display: block;
}
.lightboxPlay a {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  z-index: 3;
}
.lightboxPlay img {
  background-color: #fff;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 35px;
  transform: translate(-50%, -50%);
  max-height: 70%;
  width: 90%;
  height: auto !important;
  width: auto !important;
  display: block;
}
#regMap{
  display:block;
}
#playMap{
  display:none;
}
.main-nav {
  z-index: 2;
  position: relative;
  top: -50px;
}
.main-nav img {
  height: 0 !important;
  position: absolute;
  opacity: 0;
}
.main-nav .label {
  position: absolute;
  left: 110px;
  color: #666;
  font-size: 11px;
  font-weight: 200;
  opacity: 0;
  height: 0;
}
.main-nav-scrolled {
  background-color: #fff;
  border-bottom: 6px solid #fec325;
  min-width: 1000px;
  position: fixed;
  margin: auto;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0 20px 0;
  transition: top .25s;
  transition: border .35s;
  z-index: 4;
}
.main-nav-scrolled img {
  display: block !important;
  position: absolute;
  left: 16px;
  padding: 15px 0;
  height: 80px !important;
  width: 80px !important;
  opacity: 1;
  transition: opacity .75s;
}
.main-nav-scrolled .label {
  position: absolute;
  top: 40px;
  left: 110px;
  color: #c4c4c4;
  font-size: 11px;
  font-weight: 200;
  opacity: 1;
  text-transform: uppercase;
  transition: opacity .75s;
}
#pageWrapper {
  background-color: #f6f6f6;
  padding: 0 16px;
}
section {
  position: relative;
  padding-top: 90px;
  margin-top: -90px;
}
.row {
  max-width: 1100px;
  min-width: 850px;
  margin: auto;
  background-color: #ffffff;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 0 32px 32px 32px;
  position: relative;
}
.header {
  border-top: 6px solid #fec325;
  padding-top: 16px;
  height: 100px;
  overflow: hidden;
}
.header img {
  height: 80px;
  margin: auto;
  display: block;
  padding-bottom: 50px;
}
.intro {
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  max-width: 1164px;
  min-width: 914px;
  overflow: hidden;
}
.intro img {
  width: 100%;
  border-bottom: 6px solid #fec325;
  display: block;
}
#priceInfoPla {
  display: none;
}
#priceInfoReg {
  display: block;
}
#welcome {
  padding-top: 20px;
}
#payment ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 0;
}
#payment ul li {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
}
.footer {
  border-bottom: 6px solid #fec325;
}
.main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 0 0;
  text-align: center;
  margin-left: 15px;
}
.main-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.main-nav ul li a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-nav ul li a:hover {
  color: #212121;
  border-bottom: 2px solid #fec325;
}
.main-nav ul li::after {
  margin: 0 15px;
  content: "|";
  color: #e4e4e4;
  font-size: 11px;
  font-weight: 200;
}
.main-nav ul li:last-child::after {
  content: none;
  margin-right: 0;
}
.rsPricing table {
  border-collapse: collapse;
  padding-bottom: 16px;
  border: 2px solid #f6f6f6;
  width: 100%;
}
.rsPricing table th {
  background-color: #212121;
  color: #fff;
  padding: 20px;
}
.rsPricing table th:first-child {
  text-align: left;
}
.rsPricing #regularSeason tr:nth-child(2) td {
  font-weight: bold;
  font-size: 14px;
  padding: 20px;
}
.rsPricing #playoff tr:nth-child(2) td {
  font-weight: bold;
  font-size: 14px;
  padding: 20px;
}
.rsPricing table tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
.rsPricing #benefitsTable tr:nth-child(even) td {
  background-color: #f6f6f6;
}
.rsPricing #benefitsTable tr:nth-child(odd) td {
  background-color: #fff;
}
.rsPricing table tr td:first-child{
  text-align: left;
}
.rsPricing #playoff tr td:last-child {
  border-top: none;
}
.rsPricing #benefitsTable tr td:first-child + td {
  border-left: none;
}
#legends .additional td {
  padding: 20px 20px 0 0;
}
#legends .additional td:last-child {
  padding-right: 20px !important;
}
#legends .additional tr:first-child td {
  padding-left: 5px;
}
#legends .additional tr:last-child td {
  padding: 10px 0 0 20px;
}
#purchase .additional td {
  width: 50%;
}
#benefits .additional td {
  width: 50%;
}
#tickets h4 {
  padding-top:10px
}
#tickets .subhead {
  margin-top: 5px;
}
.rsPricing #benefitsTable tr td:first-child + td + td {
  border-right: none;
}
.rsPricing #regularSeason tr td:first-child + td + td {
  background-color: rgba(254,195,37,.1);
}
.rsPricing #regularSeason tr:nth-child(odd) td:first-child + td + td {
  background-color: rgba(254,195,37,.2);
}
.rsPricing #regularSeason tr td:first-child + td {
  background-color: rgba(254,195,37,.1);
}
.rsPricing #regularSeason tr:nth-child(odd) td:first-child + td {
  background-color: rgba(254,195,37,.2);
}
.rsPricing #playoff tr td:first-child + td {
  border-left: 2px solid #f0f0f0;
}
.rsPricing #playoff tr td:first-child + td + td {
  border-left: 2px solid #f0f0f0;
}
.rsPricing #playoff tr td:first-child + td + td + td {
  border-left: 2px solid #f0f0f0;
}
.rsPricing #playoff tr td:first-child + td + td +td + td {
  border-left: 2px solid #f0f0f0;
}
.rsPricing table tr td:first-child + td + td + td + td + td {
  background-color: #fec325;
  font-weight: bold;
}
.rsPricing table td {
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.rsPricing ul {
  list-style-type: none;
  margin: 0 0 16px 0;
  padding: 10px 10px 0 0;
}
.rsPricing ol {
  margin: 0 0 16px 0;
  padding: 10px 10px 0 0;
}
.rsPricing ol li  {
  margin: 0 20px 0 0;
  padding: 0;
}
.rsPricing ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
.rsPricing h3 {
  color: #fec325;
  border: 2px solid #fec325;
  font-weight: 200;
  padding: 10px 20px;
}
.rsPricing h3:hover {
  background-color: #fec325;
  color: #fff;
}
.rsPricing .active {
  background-color: #fec325;
  color: #212121;
  font-weight: bold;
  border-left: 2px solid rgba(255,255,255,.2);
  border-top: 2px solid rgba(255,255,255,.2);
  border-right: 2px solid rgba(0,0,0,.1);
  border-bottom: 2px solid rgba(0,0,0,.1);
}
.rsPricing .active:hover {
  color: #212121;
  border: 2px solid #fec325;
}
.rsPricing #benefitsTable th:first-child {
  text-align: left;
}
.rsPricing #benefitsTable th span {
  font-size: 12px;
  color: #f0f0f0;
  font-weight: 200;
}
.rsPricing #benefitsTable td {
  font-weight: bold;
  padding: 10px 20px;
}
.rsPricing #benefitsTable tr td:first-child {
  font-weight: normal;
}
.rsPricing .additional td {
  text-align: left;
  font-size: 14px;
  vertical-align: top;
  border: none !important;
}
.rsPricing .additional tr td:first-child + td {
  border: none;
}
.additional td img {
  width: 100%;
  padding: 0;
}
#playoff {
  display: none;
}
.split {
  background-color: #f6f6f6;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset,0 -2px 0 rgba(100,100,100,.1) inset,0 0 10px rgba(255,255,255,.5) inset,0 0 0 1px rgba(100,100,100,.1),0 2px 4px rgba(100,100,100,.1);
}
.inner {
  padding: 30px 20px 10px 20px;
  display: block;
}
.split ol li{
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.split ol {
  padding-left: 5px;
}
.split a {
  font-size: 14px;
  color: #212121;
}
#pricing .split .inner {
  float: left;
  padding: 40px 20px;
  width: 50%;
}
#pricing #playMap .split .inner {
  padding: 40px 20px;
  width: 50%;
}
#payment .split {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  padding: 0;
}
#payment .split .inner {
  width: 100%;
  padding: 0;
}
#payment .split .inner p, #payment .split .inner h4 {
  padding: 0 20px 5px 20px;
}
#payment ul {
  padding-top: 10px;
}
#legends .split .inner {
  padding-right: 0;
}
#legends .split .inner img {
  padding: 2px;
  border: 1px solid #999;
}
.split p {
  font-size: 14px;
  color: #666;
}
.split ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #666;
  list-style-type: square !important;
  display: list-item !important;
}
.split ol {
  padding-left: 0;
}
.split ol li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #666;
}
.split ul {
  padding: 10px 0 0 0;
}
.split img {
  width: 40%;
  float: right;
  padding: 20px 16px;
}
#benefits .split img {
  padding: 80px 16px;
  float: left;
  width: 40%;
}
.split hr {
  background-color: #e4e4e4;
}
#planDesc {
  padding-top: 10px;
}
#playoffDrop{
  display:none;
}
#regSeasonDrop{
  display:inline-block;
}
.pay {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
.pay td {
  padding: 5px 10px;
  border-right: 2px solid #212121;
}
.pay tr:first-child td:nth-child(odd) {
  background-color: #ffd972;
}
.pay tr:first-child td:nth-child(even) {
  background-color: #fec325;
}
.pay .label {
  text-align: right;
  padding: 0;
}
.pay .label span {
  background-color: #212121;
  color: #fff;
  padding: 3px 8px;
  margin-top: -4px;
  display: inline-block;
}
.half, .threeMonth, .fiveMonth, .full, .fullPla, .payPlay {
  display: none;
}
.full td:first-child {
  width: 10%;
}
.full td:last-child {
  width: 90%;
}
.fullPla td {
  width: 100%;
}
.half td {
  width: 50%;
}
.payPlay td {
  width: 25%;
}
.fiveMonth td {
  width: 20%;
}
.tenMonth td {
  width: 10%;
}
.paysub {
  padding-top: 0px;
}
input[type="radio"] + label {
  font-size: 12px;
  color: #212121;
  display: block;
  padding: 15px 10px;
}
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="radio"] {
  display: none;
}
.dropbtn {
  background-color: #fec325;
  color: #212121;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1.1em;
  border-left: 2px solid rgba(255,255,255,.2);
  border-top: 2px solid rgba(255,255,255,.2);
  border-right: 2px solid rgba(0,0,0,.1);
  border-bottom: 2px solid rgba(0,0,0,.1);
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
   border: 2px solid #fec325;
   outline: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(245, 245, 245, 0.95);
    min-width: 160px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    min-width: 100%;
    z-index: 3;
    margin: 1px 0;
}
.dropdown-content p {
    margin: 0;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content p:hover {
  background-color: #fff8a7;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.dropdown table td {
  white-space: nowrap;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.caret {
  font-size: .6em;
  vertical-align: middle;
  padding-left: 10px;
  color: #212121;
  margin-bottom: 3px;
  display: inline-block;
}
.caret::after {
  content: "▼";
}
.tag {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
.label span {
  white-space: nowrap;
}
.dropbtn .tag {
  height: 14px;
  width: 14px;
  margin-bottom: 4px;
  border: 1px solid #212121;
  margin-right: 10px;
}
#payment ul .playoffsButton {
  display: none;
}
.loge {
  background-color: #806c45;
}
.loge1 {
  background-color: #fff200;
}
.loge2 {
  background-color: #62c3a5;
}
.loge3 {
  background-color: #f7941e;
}
.loge4 {
  background-color: #005cab;
}
.loge5 {
  background-color: #ef4136;
}
.balcony {
  background-color: #ec008c;
}
.balcony2 {
  background-color: #009444;
}
.balcony3 {
  background-color: #fff8a7;
}
.balcony4 {
  background-color: #7bafde;
}
.balcony5 {
  background-color: #a44395;
}
.silver {
  background-color: #8891aa;
}
.gold {
  background-color: #fec325;
}
.plat {
  background-color: #cecece;
}
.leg {
  background-color: #DAA520;
}

/*Thomas css*/
.hide{
		display:none !important;
	}
	.featured-benefits {
		width: 100%;
	}
	.fb-container {
		margin-bottom: 20px;
    height: auto;
		border: 1px solid #cacaca;
		width:100%;
		padding:10px;
		background-color: #f6f6f6;
		display:inline-block;
		vertical-align: top;
	}
  .fb-container-inner{
    display: inline-block;
  }
  #fb-img{
    width:30%;
  }
  #fb-copy{
    width:69%;
    vertical-align: top;
  }
	.fb-header{
		color: #666666;
		border: none;
		font-weight: 300;
		font-size: 25px;
		padding: 0px;
	}
	.fb-content {
		color: #666666;
    	line-height: 1.5;
	}
  #benefitsTable td:nth-child(5) {
    background-color: #fff8a7 !important;
    /* color: blue; */
}

@media screen and (max-width: 1050px)  {
  .main-nav ul li a {
    font-size: 12px;
  }
  h4 {
    font-size: .9em;
  }
}

@media screen and (max-width: 750px)  {
  .fb-container {
		height: 500px;
		border: 1px solid #cacaca;
		width:100%;
		padding:10px;
		background-color: #f6f6f6;
		display:inline-block;
		vertical-align: top;
	}
}
