@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'sinkin_sans900_x_black';
  src: url("https://fonts.sidearmsports.com/sinkin_sans/sinkinsans-900xblack-webfont.eot");
  src: url("https://fonts.sidearmsports.com/sinkin_sans/sinkinsans-900xblack-webfont.eot?#iefix") format("embedded-opentype"), url("https://fonts.sidearmsports.com/sinkin_sans/sinkinsans-900xblack-webfont.woff2") format("woff2"), url("https://fonts.sidearmsports.com/sinkin_sans/sinkinsans-900xblack-webfont.woff") format("woff"), url("https://fonts.sidearmsports.com/sinkin_sans/sinkinsans-900xblack-webfont.ttf") format("truetype"), url("https://fonts.sidearmsports.com/sinkin_sans/sinkinsans-900xblack-webfont.svg#sinkin_sans900_x_black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'mason';
  src: url("../fonts/mason.eot?8qlqit");
  src: url("../fonts/mason.eot?8qlqit#iefix") format("embedded-opentype"), url("../fonts/mason.ttf?8qlqit") format("truetype"), url("../fonts/mason.woff?8qlqit") format("woff"), url("../fonts/mason.svg?8qlqit#mason") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="iconmsn-"], [class*=" iconmsn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mason' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconmsn-d:before {
  content: "\e900"; }

.iconmsn-e:before {
  content: "\e901"; }

.iconmsn-g:before {
  content: "\e902"; }

.iconmsn-l:before {
  content: "\e903"; }

.iconmsn-n:before {
  content: "\e904"; }

.iconmsn-o:before {
  content: "\e905"; }

.iconmsn-r:before {
  content: "\e906"; }

.iconmsn-w:before {
  content: "\e907"; }

.iconmsn-and:before {
  content: "\e908"; }

.iconmsn-wedge-bottom:before {
  content: "\e909"; }

.iconmsn-wedge-top:before {
  content: "\e90a"; }

.iconmsn-tape:before {
  content: "\e90b"; }

::-moz-selection {
  background: rgba(212, 247, 8, 0.5);
  text-shadow: none;
  color: #000; }

::selection {
  background: rgba(212, 247, 8, 0.5);
  text-shadow: none;
  color: #000; }

/*
                  ___  __   __
|  | |\ | | \  / |__  |__) /__`  /\  |
\__/ | \| |  \/  |___ |  \ .__/ /~~\ |___

*/
html, body {
  height: 100%; }

html.noscroll {
  overflow: hidden; }

body {
  font: 400 normal 16px/1 'futura-pt', sans-serif;
  color: #231f20;
  background: #fff; }
  body.noscroll {
    overflow: hidden; }

#evenflow {
  overflow: hidden; }

.np {
  padding: 0; }

.npl {
  padding-left: 0; }

.npr {
  padding-right: 0; }

/* selection */
::-moz-selection, ::selection, ::-moz-selection {
  background: rgba(255, 196, 3, 0.3);
  color: #ccc; }

.noselect,
#slide-nav {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.va {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 350ms ease, background-color 350ms ease, border-color 350ms ease, opacity 350ms ease;
  -o-transition: color 350ms ease, background-color 350ms ease, border-color 350ms ease, opacity 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, border-color 350ms ease, opacity 350ms ease; }

a:hover, input[type="submit"]:hover {
  opacity: 0.5; }

/* 	      __         ___
	|__| /  \  |\/| |__
	|  | \__/  |  | |___

	H O M E      H O M E
 */
.btn {
  display: inline-block;
  padding: 19px 29px;
  color: #fff;
  background-color: #231f20;
  font: 800 normal 20px/1 'futura-pt', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
  .btn:hover {
    opacity: 1;
    color: #231f20;
    background-color: #fff; }
  .btn.green-hover:hover {
    opacity: 1;
    color: #231f20;
    background-color: #d4f708; }

.inner .btn {
  color: #231f20;
  background-color: #d4f708; }
  .inner .btn:hover {
    color: #d4f708;
    background-color: #231f20; }

#top-panel {
  position: relative; }
  #top-panel > img {
    max-width: none;
    width: 100%; }
  #top-panel header {
    position: absolute;
    top: 6vw;
    left: 200px;
    z-index: 10;
    text-transform: uppercase; }
    #top-panel header > * {
      display: inline-block; }
    #top-panel header > a {
      margin-right: 50px; }
    #top-panel header img {
      max-width: 206px; }
    #top-panel header h4 {
      font: italic 800 19px/1 'futura-pt-condensed', sans-serif; }
    #top-panel header h3 {
      font: normal 800 25px/1 'futura-pt', sans-serif; }
  #top-panel .iconmsn-wedge-bottom,
  #top-panel .iconmsn-wedge-top {
    color: #231f20;
    position: absolute;
    z-index: 12;
    font-size: 280px; }
  #top-panel .iconmsn-wedge-bottom {
    bottom: -45px;
    left: -25px; }
  #top-panel .iconmsn-wedge-bottom.top {
    bottom: auto;
    left: auto;
    right: 280px;
    top: -40px; }
  #top-panel .iconmsn-wedge-top {
    bottom: -45px;
    left: -25px; }
  #top-panel video {
    position: absolute;
    top: 115px;
    z-index: 12;
    right: 110px; }
    #top-panel video.mobile {
      display: none; }
  #top-panel .tickets-hero-img {
    position: absolute;
    top: 115px;
    z-index: 12;
    right: 110px;
    max-width:444px; }
    #top-panel .tickets-hero-img.mobile {
      display: none; }
  #top-panel .letters {
    color: #FFF;
    position: absolute;
    z-index: 13;
    font-size: 84px;
    text-align: center; }
    #top-panel .letters.green {
      top: 42px;
      right: 130px; }
      #top-panel .letters.green i:last-child {
        visibility: hidden; }
    #top-panel .letters.gold {
      top: 42px;
      right: -14px; }
      #top-panel .letters.gold i:first-child {
        visibility: hidden; }
    #top-panel .letters i {
      display: block;
      line-height: 1.7; }
    @media screen and (max-width: 1360px) {
      .inner.singlegame #top-panel .white-box {
        height:600px; }
      #top-panel .letters {
        font-size: 6vw; }
        #top-panel .letters i {
          line-height: 1.6; } }
  @media screen and (max-width: 1300px) {
    #top-panel header {
      left: 30px;
      top: 30px; } }
  @media screen and (max-width: 1100px) {
    #top-panel video {
      width: 40vw; }
    #top-panel .tickets-hero-img {
      width: 40vw; } }

#home-slider {
  font-size: 0;
  position: absolute;
  z-index: 11;
  top: 20vw;
  left: 114px;
  width: calc(100% - 600px); }
  #home-slider .text-wrap {
    color: #fff;
    margin: 0;
    border: 2px solid #fff;
    padding: 80px; }
    #home-slider .text-wrap h1 {
      color: #231f20;
      font: 800 normal 70px/1 'futura-pt', sans-serif;
      margin: 0 0 70px 0;
      text-transform: uppercase; }
  @media screen and (max-width: 1360px) {
    #home-slider .text-wrap {
      padding: 4vw 80px 4vw 4vw; }
      #home-slider .text-wrap h1 {
        font-size: 4vw;
        margin-bottom: 3vw; } }
  @media screen and (max-width: 1300px) {
    #home-slider {
      left: 30px;
      width: calc(100% - 516px); } }
  @media screen and (max-width: 1300px) {
    #home-slider {
      width: calc(100% - 47vw); } }
  #home-slider .owl-dots {
    position: absolute;
    top: -30px;
    left: 0; }
    #home-slider .owl-dots .owl-dot span {
      background-color: transparent;
      border: 2px solid #fff;
      width: 14px;
      height: 14px;
      -webkit-transition: background-color 350ms ease;
      -o-transition: background-color 350ms ease;
      transition: background-color 350ms ease;
      margin: 0; }
    #home-slider .owl-dots .owl-dot.active span, #home-slider .owl-dots .owl-dot:hover span {
      background-color: #fff; }
    #home-slider .owl-dots .owl-dot + .owl-dot span {
      margin: 0 0 0 15px; }
  #home-slider .owl-nav {
    margin: 0;
    display: none; }
    #home-slider .owl-nav div[class*=owl-] {
      position: absolute;
      top: 45%;
      margin: 0;
      padding: 0;
      border-radius: 0;
      background: none;
      font: 700 normal 32px/1 'futura-pt-bold', sans-serif;
      -webkit-transition: opacity 350ms ease;
      -o-transition: opacity 350ms ease;
      transition: opacity 350ms ease;
      cursor: pointer; }
      #home-slider .owl-nav div[class*=owl-]:hover {
        opacity: 0.5; }
    #home-slider .owl-nav .owl-prev {
      left: 20px; }
    #home-slider .owl-nav .owl-next {
      right: 600px; }

/* Next Game Slider */
.inner.singlegame #top-panel header {
    position: absolute; }
.inner.singlegame #top-panel .white-box {
  border:none; }
/*.singlegame #home-slider {
  top: 300px;
  left:210px; }*/
  #home-slider .next-game .btn {
      color: #d4f708;
      background-color: #231f20;
      margin-top: 10px;
  }
  #home-slider .next-game .btn:hover {
      color: #231f20;
      background-color: #d4f708;
  }
  #home-slider .next-game .logo {
    max-width:140px; }
  #home-slider .next-game h1 {
    margin: 0 0 20px 0; }
  #home-slider .next-game h3 {
    font-size:24px;
    color:#000000;
    text-transform:uppercase;
    margin: 0 0 10px 0; }

	  h3.park-notice{
		  text-align: center;
		  padding: 40px 20px 20px 20px;
	  }
	  .seasontickets h3.park-notice:not(:first-child){
		  padding: 0px 20px 20px 20px;
	  }
#midriff {
  background: url("../img/floor-30-repeat-x-y.jpg"); }
  #midriff > .wrap.white {
    max-width: 90%;
    padding: 0 0 100px 0;
    background-color: #fff;
    position: relative;
    text-align: center; }
    #midriff > .wrap.white:before {
      content: '';
      background-color: #fff;
      position: absolute;
      left: -10%;
      top: -80px;
      width: 110%;
      height: 80px;
      z-index: 2; }
    #midriff > .wrap.white:after {
      content: '';
      background-color: #fff;
      position: absolute;
      height: 100%;
      width: 10%;
      left: -10%;
      top: 0; }
    #midriff > .wrap.white .text-wrap {
      padding: 0 24px 0 210px;
      max-width: 870px;
      text-align: left; }
      #midriff > .wrap.white .text-wrap h2 {
        font: 500 italic 45px/1 'futura-pt-condensed';
        text-transform: uppercase;
        letter-spacing: 2.5px;
        margin-bottom: 16px; }
      #midriff > .wrap.white .text-wrap p {
        font: 400 18px/1.4 'futura-pt';
        color: #231f20; }
  #midriff #blocks {
    display: inline-block;
    max-width: 1162px;
    width: 90%;
    margin-top: 130px; }
    #midriff #blocks > .grid-3 {
      margin-bottom: 80px; }
      @media screen and (min-width: 941px) {
        #midriff #blocks > .grid-3 {
          width: 47%; }
          #midriff #blocks > .grid-3:nth-child(n) {
            margin-right: 6%; }
          #midriff #blocks > .grid-3:nth-child(2n) {
            margin-right: 0; } }
      @media screen and (max-width: 940px) {
        #midriff #blocks > .grid-3 {
          width: 100%; }
          #midriff #blocks > .grid-3:nth-child(n) {
            margin-right: 0; }
          #midriff #blocks > .grid-3:nth-child(2n) {
            margin-right: 0; } }
  #midriff #callout {
    padding: 100px 40px 75px 150px; }
    #midriff #callout img {
      float: left;
      width: 302px; }
    #midriff #callout h4 {
      float: left;
      width: calc(100% - 352px);
      padding: 0 0 0 88px;
      font: 400 italic 30px/1.4 'futura-pt-condensed';
      letter-spacing: 0.5px; }
      #midriff #callout h4 span {
        font-weight: 500;
        text-transform: uppercase; }

#games {
  width: 100%;
  position: relative;
  z-index: 20;
  padding: 5% 0;
  text-align: center; }
  #games .wrap {
    max-width: 1440px; }
  #games h5, #games h6 {
    text-transform: uppercase;
    margin: 0; }
  #games h5 {
    font: 700 italic 35px/1 'futura-pt-condensed', sans-serif;
    margin: 4px 0 24px 0; }
  #games h6 {
    font-size: 14px;
    margin: 10px 0 5px; }
  #games p {
    font-size: 15px; }
  #games > .group {
    font-size: 0; }
  #games .grid-1 {
    float: none;
    display: inline-block; }
    #games .grid-1 img {
      max-width: 160px;
      max-height:  140px; }
    #games .grid-1 + .grid-1 {
      background: url("../img/throwing-shade.png") left center no-repeat;
      padding-left: 14px; }
    #games .grid-1 span {
      font-style: italic;
      display: block;
      padding-top: 6px; }
  #games .btn {
    font-size: 15px;
    padding: 14px 25px;
    margin: 60px 0 0 28px;
    background-color: #d4f708;
    color: #000; }
    #games .btn:hover {
      background-color: #000;
      color: #d4f708; }

#giveaways {
  background-color: #f5f5f5;
  padding: 5% 0;
  text-align: center; }
  #giveaways h4, #giveaways h6 {
    text-transform: uppercase;
    margin: 0; }
  #giveaways h4 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    font: 500 italic 45px/1 'futura-pt-condensed', sans-serif;
    letter-spacing: 2px; }
  #giveaways h6 {
    font-size: 18px;
    color: #006940;
    margin: 10px 0 5px; }
  #giveaways p {
    line-height: 1.4; }
  #giveaways .promo {
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
    z-index: 1; }
    #giveaways .promo:before {
      content: '';
      display: block;
      position: absolute;
      width: calc(100% + 10px);
      height: 21px;
      background-color: #d4f708;
      top: 1px;
      left: -5px;
      z-index: -1; }
  #giveaways .terms {
    font-size: 13px;
    text-align: center;
    margin: 0 auto; }
    #giveaways .terms a {
      color: #006940; }

#sponsors {
  border-top: 2px solid #f5f5f5;
  padding: 42px 0;
  font-size: 0; }
  #sponsors .wrap {
    max-width: 1100px; }
  #sponsors .ad {
    display: inline-block; }
    #sponsors .ad + .ad {
      margin-left: 18px; }
  #sponsors a:hover {
    opacity: 1; }

#blocks a,
#block-slider a {
  display: inline-block;
  position: relative;
  width: 100%; }
  #blocks a:hover,
  #block-slider a:hover {
    opacity: 1; }
    #blocks a:hover button,
    #block-slider a:hover button {
      color: #000;
      background-color: rgba(0, 0, 0, 0.27); }
    #blocks a:hover .trap.alt button,
    #block-slider a:hover .trap.alt button {
      background-color: #fff; }
  #blocks a:not(:hover) img,
  #block-slider a:not(:hover) img {
    top: -30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  #blocks a .letters,
  #block-slider a .letters {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 45%;
    top: 20px;
    text-align: center;
    font-size: 25px; }
    #blocks a .letters i,
    #block-slider a .letters i {
      display: block;
      line-height: 40px; }

#blocks img,
#block-slider img {
  transition: filter 350ms ease, -webkit-filter 350ms ease;
  max-width: 275px;
  position: relative;
  z-index: 1;
  top: 0;
  transition: top 350ms ease; }

#blocks .trap,
#block-slider .trap {
  background-color: #d4f708;
  height: 256px;
  text-align: center;
  margin-left: -30px;
  position: relative;
  width: calc(50% + 30px); }
  #blocks .trap > div,
  #block-slider .trap > div {
    padding: 0 30px 0 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  #blocks .trap h3,
  #block-slider .trap h3 {
    color: #006940;
    text-transform: uppercase;
    font: 800 italic 27px/1 'futura-pt-condensed';
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased; }
  #blocks .trap p,
  #block-slider .trap p {
    font: 300 italic 16px/1.2 'futura-pt';
    max-width: 190px;
    margin: 16px auto 32px; }
  #blocks .trap p,
  #block-slider .trap p.parking{
	  font-size: 12px;
  }
  #blocks .trap button,
  #block-slider .trap button {
    background: #000;
    border: none;
    padding: 17px 26px;
    color: #fff;
    font: 800 15px/1 'futura-pt';
    text-transform: uppercase;
    cursor: pointer;
    transition: color 350ms ease, background-color 350ms ease; }
  #blocks .trap svg,
  #block-slider .trap svg {
    position: absolute;
    bottom: -40px;
    left: 0;
    fill: #d4f708; }
  #blocks .trap.alt,
  #block-slider .trap.alt {
    background-color: #000; }
    #blocks .trap.alt h3,
    #block-slider .trap.alt h3 {
      color: #d4f708; }
    #blocks .trap.alt p,
    #block-slider .trap.alt p {
      color: #fff; }
    #blocks .trap.alt button,
    #block-slider .trap.alt button {
      background-color: #d4f708;
      color: #000; }
    #blocks .trap.alt svg,
    #block-slider .trap.alt svg {
      fill: #000; }

#slide-title {
  max-width: 81%;
  padding: 70px 0; }
  #slide-title h3 {
    float: left;
    margin-left: 11.25%;
    font: 400 italic 45px/1.4 'futura-pt-condensed';
    text-transform: uppercase; }
  #slide-title #slide-nav {
    float: right;
    margin-top: 12px; }
    #slide-title #slide-nav .owl-prev,
    #slide-title #slide-nav .owl-next {
      display: inline-block;
      background: #d4f708;
      height: 38px;
      width: 38px;
      text-align: center;
      line-height: 38px;
      transition: background-color 350ms ease, color 350ms ease; }
      #slide-title #slide-nav .owl-prev:not(.disabled),
      #slide-title #slide-nav .owl-next:not(.disabled) {
        cursor: pointer; }
        #slide-title #slide-nav .owl-prev:not(.disabled):hover,
        #slide-title #slide-nav .owl-next:not(.disabled):hover {
          background: #000;
          color: #d4f708; }
      #slide-title #slide-nav .owl-prev.disabled,
      #slide-title #slide-nav .owl-next.disabled {
        background-color: #ccc;
        opacity: 0.50; }
    #slide-title #slide-nav .owl-next {
      margin-left: 14px; }

#block-slider {
  margin-bottom: 70px; }
  #block-slider .owl-stage-outer {
    max-width: 81%;
    margin: 0 auto;
    overflow: visible; }
  #block-slider .owl-item {
    width: 550px !important; }

.inner #top-panel {
  border-top: 6px solid #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding-bottom: 160px; }
  .inner #top-panel .white-box {
    margin: 0 0 110px 138px;
    padding: 80px 0 0 68px;
    height: 700px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .inner #top-panel header {
    position: static; }
  .inner #top-panel #vid-wrap {
    position: relative;
    margin-top: 60px;
    font-size: 0; }
    .inner #top-panel #vid-wrap video {
      position: static;
      width: 100%;
      max-width: 680px;
      height: auto; }
    .inner #top-panel #vid-wrap .text-wrap {
      position: absolute;
      top: 25%;
      -webkit-transform: translate3d(0, -25%, 0);
      -ms-transform: translate3d(0, -25%, 0);
      transform: translate3d(0, -25%, 0);
      border: none; }
      .inner #top-panel #vid-wrap .text-wrap h1 {
        color: #fff;
        font-size: 100px;
        line-height: 90px;
        margin: 0 0 50px -25px;
        text-transform: uppercase; }
      .inner #top-panel #vid-wrap .text-wrap .btn {
        margin-left: 68px; }
  .inner #top-panel h2#subhead {
    font: italic 500 45px/1 'futura-pt-condensed', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-left: 20%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 10px; }
  .inner #top-panel .button-contain {
    margin-top:40px;
    margin-left:20%; }
  .inner #top-panel .button-contain .btn{
    background-color:#000000;
    color:#d4f708; }
  .inner #top-panel .button-contain .btn:hover{
    background-color:#d4f708;
    color:#000000; }
  .inner #top-panel .iconmsn-wedge-top {
    bottom: 234px;
    left: 40px;
    font-size: 251px;
  }
  .inner.singlegame #top-panel .iconmsn-wedge-top {
    bottom: 0px; }
  .inner #top-panel .iconmsn-wedge-bottom {
    left: auto;
    right: 150px;
    bottom: -45px;
    font-size: 251px;
  }
  .inner #top-panel .letters {
    font-size: 102px;
    top: -40px; }
    .inner #top-panel .letters i {
      line-height: 164px; }
    @media screen and (max-width: 1360px) {
      .inner #top-panel .letters {
        font-size: 6vw; }
        .inner #top-panel .letters i {
          line-height: 1.6; } }

.inner #midriff > .wrap.white {
  max-width: 63%;
  text-align: left; }
  .inner #midriff > .wrap.white:before {
    left: auto;
    width: 137%;
    right: -37%; }
  .inner #midriff > .wrap.white:after {
    left: auto;
    width: 37%;
    right: -37%; }
  .inner #midriff > .wrap.white .text-wrap {
    padding-left: 80px;
    max-width: 720px; }
  .inner #midriff > .wrap.white.double {
    max-width: 80%;
    margin-left: 18.5%; }
    .inner #midriff > .wrap.white.double:before {
      display: none; }
    .inner #midriff > .wrap.white.double .text-wrap {
      padding-left: 80px;
      max-width: 1152px; }
    .inner #midriff > .wrap.white.double .group.flip .grid-3:first-child {
      float: right; }
  .inner #midriff > .wrap.white .standard h4,
  .inner #midriff > .wrap.white .plan h4 {
    font: normal 700 18px/1.4 "futura-pt-bold";
    color: #006940;
    text-transform: uppercase;
    max-width: 490px; }
    .inner #midriff > .wrap.white .standard h4 span,
    .inner #midriff > .wrap.white .plan h4 span {
      font: normal 400 18px/1.2 "futura-pt";
      float: right;
      color: #000; }
  .inner #midriff > .wrap.white .standard small,
  .inner #midriff > .wrap.white .plan small {
    display: block;
    font: italic 400 14px/1.6 "futura-pt";
    margin-bottom: 16px; }
  small.margin{
	  margin-bottom: 0px !important;
  }
  .inner #midriff > .wrap.white .standard ul, .inner #midriff > .wrap.white .standard ol,
  .inner #midriff > .wrap.white .plan ul,
  .inner #midriff > .wrap.white .plan ol {
    font: normal 400 16px/1.5 "futura-pt"; }
    .inner #midriff > .wrap.white .standard ul a, .inner #midriff > .wrap.white .standard ol a,
    .inner #midriff > .wrap.white .plan ul a,
    .inner #midriff > .wrap.white .plan ol a {
      border-bottom: 1px solid #000;
      transition: border-color 350ms ease, opacity 350ms ease; }
      .inner #midriff > .wrap.white .standard ul a:hover, .inner #midriff > .wrap.white .standard ol a:hover,
      .inner #midriff > .wrap.white .plan ul a:hover,
      .inner #midriff > .wrap.white .plan ol a:hover {
        border-color: transparent; }
  .inner #midriff > .wrap.white .standard ul,
  .inner #midriff > .wrap.white .plan ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 16px; }
  .inner #midriff > .wrap.white .standard + .standard {
    margin-top: 32px; }
  .inner #midriff > .wrap.white .standard h3 {
    font: italic 800 31px/1.2 "futura-pt-condensed";
    text-transform: uppercase; }
  .inner #midriff > .wrap.white .standard > p + h3 {
    padding-top: 52px; }
  .inner #midriff > .wrap.white .standard p {
    font: normal 400 16px/1.5 "futura-pt"; }
    .inner #midriff > .wrap.white .standard p a {
      border-bottom: 1px solid #000;
      transition: border-color 350ms ease, opacity 350ms ease; }
      .inner #midriff > .wrap.white .standard p a:hover {
        border-color: transparent; }
  .inner #midriff > .wrap.white .standard h4 i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    font-size: 16px;
    line-height: 0;
    font-weight: 400;
    text-align: center;
    background-color: #d4f708;
    color: #000;
    cursor: pointer;
    position: relative;
    vertical-align: 2px; }
    .inner #midriff > .wrap.white .standard h4 i p {
      display: none;
      position: absolute;
      left: 14px;
      top: 0;
      z-index: 10;
      background-color: #000;
      color: #fff;
      width: 50vw;
      max-width: 512px;
      padding: 10px 12px;
      text-align: left;
      text-transform: none;
      letter-spacing: 0.5px;
      font: italic 400 13px/1.5 "futura-pt"; }
    .inner #midriff > .wrap.white .standard h4 i:before {
      content: '+';
      display: inline-block;
      height: 14px;
      line-height: 14px; }
    .inner #midriff > .wrap.white .standard h4 i:hover {
      background-color: #000;
      color: #d4f708; }
      .inner #midriff > .wrap.white .standard h4 i:hover p {
        display: block; }
      .inner #midriff > .wrap.white .standard h4 i:hover:before {
        content: '–'; }
  .inner #midriff > .wrap.white .standard .pop {
    margin-bottom: 32px; }
  .inner #midriff > .wrap.white .plan h3 {
    font: italic 800 31px/1.2 "futura-pt-condensed";
    text-transform: uppercase;
    margin: 52px 0 18px; }
  .inner #midriff > .wrap.white .plan h5 {
    font: normal 700 13px/1.6 "futura-pt-bold";
    text-transform: uppercase;
    color: #898989;
    margin: 16px 0 0 0; }
  .inner #midriff > .wrap.white .plan p {
    font: normal 700 16px/1.4 "futura-pt-bold"; }
    .inner #midriff > .wrap.white .plan p span {
      font: normal 400 16px/1.4 "futura-pt"; }
  .inner #midriff > .wrap.white a.btn {
    margin: 60px 0 0 80px; }
    .inner #midriff > .wrap.white a.btn.right-button {
    margin: 60px 0 0 40px; }
  .inner.singlegame #midriff > .wrap.white a.btn {
    margin: 60px 0 0 10px }
  .inner #midriff > .wrap.white.halfpad {
    padding-bottom: 40px; }

.inner #midriff > .wrap.boards {
  max-width: 72%;
  margin-left: 18.5%;
  padding: 90px 120px 60px 0; }
  .inner #midriff > .wrap.boards:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 20%;
    left: 100%;
    top: 0; }
  .inner #midriff > .wrap.boards h3 {
    margin-left: 0;
    margin-bottom: 50px;
    font: 400 italic 45px/1.4 'futura-pt-condensed';
    text-transform: uppercase; }
  .inner #midriff > .wrap.boards .grid-2 p {
    background-color: #fff;
    padding: 30px 20px 20px;
    color: #006940;
    text-transform: uppercase;
    text-align: center;
    font: 700 normal 18px/1.6 'futura-pt-bold', sans-serif;
    letter-spacing: 0.5px;
    position: relative; }
    .inner #midriff > .wrap.boards .grid-2 p:before {
      content: "\e90b";
      font-family: 'mason' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: -16px;
      left: 0;
      right: 0;
      font-size: 24px;
      color: #d4f708; }
  .inner #midriff > .wrap.boards .grid-2 svg {
    fill: #FFF; }
  @media screen and (min-width: 640px) {
    .inner #midriff > .wrap.boards .grid-2 {
      width: 28.125%; }
      .inner #midriff > .wrap.boards .grid-2:nth-child(n) {
        margin-bottom: 7.8125%;
        margin-right: 7.8125%; }
      .inner #midriff > .wrap.boards .grid-2:last-child, .inner #midriff > .wrap.boards .grid-2:nth-child(3n) {
        margin-right: 0; } }

.inner #sponsors {
  border-top: none; }

/* Black Friday Section */
#black-friday {
  max-width: 620px;
  margin-top: 40px;
}
#black-friday ul li{
  font-size: 18px;
  line-height: 26px;
}

/* Ticket Package Update */
.inner #midriff > .wrap.white.intro-headline {
  padding-bottom:20px; }
.inner #midriff > .wrap.white .text-wrap {
  max-width: none; }
.inner #midriff > .wrap.white.intro-headline h3 {
  font: italic 800 35px/1.2 "futura-pt-condensed";
  text-transform: uppercase; }
#midriff .arena-column {
  padding-top:40px;
  font-size: 0; }
#midriff .arena-column .arena-seat-options {
  max-width:380px;
  margin:16px auto 0px; }
#midriff .arena-column .options-column{
  width:50%;
  display:inline-block;
  box-sizing:border-box; }
#midriff .arena-column .options-column h6{
  font: 400 normal 18px/1 'futura-pt', sans-serif;
  color:#231f20;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px; }
#midriff .arena-column .seat-option {
  margin-top:12px; }
#midriff .arena-column .color-swatch {
  width:16px;
  height:16px;
  display:inline-block;
  vertical-align: middle; }
#midriff .arena-column .color-swatch.green {
  background-color:#1f9b48; }
#midriff .arena-column .color-swatch.red {
  background-color:#ee364a; }
#midriff .arena-column .color-swatch.yellow {
  background-color:#f9ce0a; }
#midriff .arena-column .color-swatch.gray {
  background-color:#abadb0; }
.singlegame #home-slider {
    top:300px; }

/* TICKET PACKAGE */
#midriff > .wrap.white .ticket-package h3 {
  font: 700 normal 21px/1 'futura-pt-bold', sans-serif;
  color:#006940;
  text-transform: uppercase;
  margin: 52px 0 8px; }
#midriff > .wrap.white .ticket-package small {
  font-size: 16px;
  font-style: italic;
  margin-bottom:0px; }
#midriff > .wrap.white .ticket-package .package-buttons {
  margin-top:16px;
  font-size: 0; }
#midriff > .wrap.white .ticket-package .package-buttons .btn {
  margin: 10px 20px 0 0; }
#midriff > .wrap.white .ticket-package .btn.black {
  background-color:#000000;
  color:#ffffff;
  font-size:16px;
  width:198px;
  text-align:center; }
#midriff > .wrap.white .ticket-package .btn.black:hover {
  background-color:#d4f708;
  color:#000000; }
#midriff > .wrap.white .ticket-package .btn.green {
  background-color:#d4f708;
  color:#000000;
  font-size:16px;
  width:198px;
  text-align:center; }
#midriff > .wrap.white .ticket-package .btn.green:hover {
  background-color:#000000;
  color:#ffffff; }

/* TICKET PACKAGE FILTER */
.home.tickets #ticket-package-filter {
  margin:20px auto; }
#ticket-package-filter {
  margin-top:60px;
  background-color:#000000;
  max-width:790px;
  padding:60px 70px;
  box-sizing:border-box;
  text-align:left; }
#ticket-package-filter h3 {
  font: italic 800 35px/1.2 "futura-pt-condensed";
  color:#d4f708;
  text-transform: uppercase;
  margin-bottom: 5px; }
#ticket-package-filter small {
  color:#ffffff;
  font-size: 16px;
  line-height:22px;
  font-style: italic;
  margin:5px 0px 20px; }
#ticket-package-filter .filter-items-contain{
  font-size: 0;
  margin-top:20px; }
#ticket-package-filter .filter-item{
  width:33.33%;
  display:inline-block;
  vertical-align: top;
  margin-top:10px;
  padding-right:20px;
  box-sizing:border-box; }
#ticket-package-filter .filter-item .filter-find{
  padding: 17px;
  width:100%;
  height:50px;
  margin: 28px 0 0;
  text-align:center;
  color: #000000;
  background-color: #aaaaaa;
  display: inline-block;
  font: 800 normal 16px/1 'futura-pt', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  pointer-events:none; }
#ticket-package-filter .filter-item .filter-find.show{
  pointer-events:all;
  background-color: #d4f708;
  cursor:pointer; }
#ticket-package-filter .filter-item .filter-find.show:hover{
  background-color:#ffffff;
  color:#000000;
  opacity:1; }
#ticket-package-filter .ticket-package {
  max-width:none!important; }
#ticket-package-filter .ticket-package h3 {
  color:#d4f708!important; }
#ticket-package-filter .filter-item h3 {
  font: 800 normal 18px/1 'futura-pt', sans-serif;
  color:#ffffff;
  margin-bottom: 10px;
  text-align:center; }
#ticket-package-filter .ticket-package .btn.white {
  background-color:#ffffff;
  color:#000000;
  font-size:16px;
  width:198px;
  text-align:center; }
#ticket-package-filter .ticket-package .btn.white:hover {
  background-color:#d4f708;
  color:#000000; }
#ticket-package-filter .ticket-package .buy-now-btn{
  padding: 17px;
  width:198px;
  height:50px;
  margin:10px 0 0;
  text-align:center;
  color: #000000;
  background-color: #d4f708;
  display: inline-block;
  font: 800 normal 16px/1 'futura-pt', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
#ticket-package-filter .ticket-package .buy-now-btn:hover {
  background-color:#ffffff;
  color:#000000;
  opacity:1; }
#ticket-package-filter #single-tickets, #ticket-package-filter #mini-plans, #ticket-package-filter #hoops-pass, #ticket-package-filter #mvp, #ticket-package-filter #season-tickets, #ticket-package-filter #group-tickets {
  display:none; }
#ticket-package-filter #first, #ticket-package-filter #second, #ticket-package-filter #third, #ticket-package-filter #fourth, #ticket-package-filter #fifth, #ticket-package-filter #sixth {
  display:none; }

/* 2020 End of Season Updates */

#ticket-package-filter .filter-item .select-selected{
  pointer-events: none;
  background-color:#aaaaaa; }

/* SELECT BOX */
/* The container must be positioned relative: */
.custom-select {
  font: 800 normal 16px/1 'futura-pt', sans-serif;
  color:#000000;
  text-transform:uppercase;
  outline:none;
  width: 100%;
  height:50px;
  padding: 0px;
  box-sizing:border-box;
  text-align:center;
  position: relative;
  background-color:#ffffff;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
  content: "";
  width:12px;
  height:8px;
  position:absolute;
  top:21px;
  right:20px;
  background-image:url("../img/filter-down-arw.png");
    background-position:bottom center;
    background-repeat:no-repeat;
    background-size:contain;
    transition: all .3s ease;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
    transition: all .3s ease;
}

/* style the items (options), including the selected item: */
.select-items div {
    padding: 9px 25px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
.select-selected {
    padding: 18px 12px;
    cursor: pointer;
}
.select-selected.select-arrow-active {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

/* Style items (options): */
.select-items {
    font: 500 normal 16px/1 'futura-pt', sans-serif;
    position: absolute;
    background-color:#ffffff;
    top: 50px;
    width: 100%;
    left: 0px;
    z-index: 99;
    max-height: 300px;
    overflow-y: scroll;
    border-bottom:2px #EDEDED solid;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

footer {
  background-color: #046a38; }
  footer .patriot img {
    margin: -25px 0 0 -25px; }
  footer .patriot .hashtag {
    font-family: 'sinkin_sans900_x_black';
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    vertical-align: -4px; }
    footer .patriot .hashtag span {
      color: #f2a900; }
  footer .logos {
    text-align: center;
    line-height: 50px; }
    footer .logos img {
      margin: 0 6px; }
    footer .logos .adidas {
      width: 48px; }
    footer .logos .ncaa {
      width: 36px; }
    footer .logos .a10 {
      width: 69px; }
  footer .social {
    color: #fff;
    font-size: 20px; }
    footer .social a:hover {
      color: #f2a900;
      opacity: 1; }

/*	      ___  __             __        ___  __     ___  __
	|\/| |__  |  \ |  /\     /  \ |  | |__  |__) | |__  /__`
	|  | |___ |__/ | /~~\    \__X \__/ |___ |  \ | |___ .__/

    M E D I A   Q U E R I E S	   M E D I A   Q U E R I E S
*/
@media screen and (min-width: 941px) and (max-width: 1440px) {
  #midriff #blocks .trap {
    height: calc(112px + 10vw); } }

@media screen and (min-width: 941px) and (max-width: 1200px) {
  #midriff #blocks {
    width: 100%;
    margin-left: -5%; }
    #midriff #blocks .trap > div {
      padding: 0 15px 0 60px; }
    #midriff #blocks .trap p {
      margin: 12px auto 16px; }
    #midriff #blocks .trap button {
      padding: 10px 20px; } }

@media screen and (max-width: 1250px) {
  .inner #top-panel .iconmsn-wedge-bottom {
    right: -20px; }
  .inner #midriff > .wrap.white .ticket-package small {
    max-width:300px; }
  .inner #midriff > .wrap.white .ticket-package .btn.black {
    font-size:14px;
    width:160px; }
  .inner #midriff > .wrap.white .ticket-package .btn.green {
    font-size:14px;
    width:140px; }
  .singlegame #home-slider {
    top:20vw; } }

@media screen and (max-width: 1200px) {
  #midriff #callout {
    padding: 80px 0 60px 20px; }
    #midriff #callout h4 {
      padding: 0 0 0 44px; }
  .inner #midriff > .wrap.white {
    max-width: 90%; }
  .inner #midriff > .wrap.white.double {
    max-width: 90%;
    margin-left: 5%; }
  .inner #top-panel .white-box {
    margin: 0 0 110px 60px; } }

@media screen and (max-width: 1168px) {
  #sponsors {
    text-align: center; }
    #sponsors .ad {
      margin: 9px 9px 18px 9px; }
      #sponsors .ad + .ad {
        margin: 9px 9px 18px 9px; } }

@media screen and (max-width: 1120px) {
  .inner #top-panel header img {
    max-width: 130px;
    margin-right: 25px; }
  .inner #top-panel .white-box {
    height: 650px; }
  .inner.singlegame #top-panel .white-box {
    height: 600px; } }

@media screen and (max-width: 1100px) {
  #games .grid-1 {
    width: 33.33333334%; }
  .grid-1:nth-child(4) {
    background: none !important;
    padding-left: 0 !important; }
  .grid-1:nth-child(3) ~ .grid-1 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f5f5f5; }
  #midriff > .wrap.white:before {
    top: -40px;
    height: 40px; }
  #home #top-panel .iconmsn-wedge-bottom {
    bottom: -85px; }
  .inner #top-panel {
    padding-bottom: 80px; }
    .inner #top-panel h2#subhead {
      margin-left: 5%; }
    .inner #top-panel .button-contain {
      margin-left:5%; } }

@media screen and (max-width: 1024px) {
  .inner #midriff > .wrap.boards {
    max-width: 90%;
    margin-left: 6%;
    padding: 40px 60px 30px 0; }
    .inner #midriff > .wrap.boards h3 {
      margin-bottom: 25px; }
    .inner #midriff > .wrap.boards .grid-2 p {
      line-height: 1.2; }
  .inner #midriff > .wrap.white:before {
    top: -40px;
    height: 40px; }
  .inner #midriff > .wrap.white .text-wrap {
    padding-left: 40px; }
  .inner #midriff > .wrap.white a.btn {
    margin: 30px 0 0 40px; }
    .inner #midriff > .wrap.white a.btn.left-button {
    margin-top:20px; }
    .inner #midriff > .wrap.white a.btn.right-button {
    margin-top:20px; }
  .inner #midriff > .wrap.white.double {
    padding: 0 0 50px 0; }
    .inner #midriff > .wrap.white.double .text-wrap {
      padding-left: 40px; }
  .inner #top-panel .iconmsn-wedge-bottom {
    bottom: -144px; }
  .inner #top-panel .letters {
    top: 42px; }
  #top-panel header img {
    max-width: 130px;
    margin-right: 25px; }
  #top-panel .letters.gold {
    right: 16px; }
  #midriff #blocks {
    margin-top: 60px; } }

@media screen and (max-width: 990px) {
  .inner.singlegame #midriff > .wrap.white a.btn {
    margin:20px 0 0 10px;
  }
  .inner.singlegame #midriff > .wrap.white {
    padding-bottom:50px;
  }
  .inner #top-panel .white-box {
    padding: 40px 0 0 68px; }
  /*.inner #top-panel header > * {
    display: block; }*/
  .inner #top-panel header img {
    margin-right: 0; } }

@media screen and (max-width: 940px) {
  /*.singlegame #home-slider {
      top: 300px;
      left: 95px;
  }*/
  .inner.singlegame #top-panel .white-box {
        height:500px; }
  #home-slider .next-game h3 {
    font-size:4vw;
  }
  #midriff #blocks {
    width: 80%; }
    #midriff #blocks .trap {
      max-width: 303px; }
  #home #top-panel video {
    top: 100px; }
  #home #top-panel .tickets-hero-img {
    top: 100px; }
  #home #top-panel .iconmsn-wedge-bottom.top {
    left: 438px;
    right: auto; }
  .inner #top-panel .iconmsn-wedge-top {
    font-size: 160px;
    bottom: 223px;
    left: -13px; }
  .inner #top-panel .iconmsn-wedge-bottom {
    z-index:900;
    font-size: 160px;
    bottom: -77px; }
  /*.custom-select {
    text-align: left; }*/ }

@media screen and (max-width: 860px) {
  .inner #top-panel h2#subhead {
    position: relative;
    letter-spacing: 1.5px;
    top: -15px; }
  .inner #top-panel .button-contain {
    margin-top:20px; }
  .inner #midriff > .wrap.white .ticket-package .btn.green {
    width:160px; } }

@media screen and (max-width: 800px) {
  .inner.singlegame #top-panel .white-box{
    height:500px;
  }
  .inner.singlegame #top-panel .letters {
    display: block; }
  .inner #top-panel .letters {
    display: none; }
  .inner.singlegame #top-panel {
    background-position:top right;
  }
  .inner #top-panel {
    background-position: -60vw top; }
    .inner #top-panel .white-box {
      border: none;
      padding: 40px 0 0 0;
      margin: 0 5% 110px 5%; }
  .inner #midriff > .wrap.boards .grid-2 {
    width: 46.09375%; }
    .inner #midriff > .wrap.boards .grid-2:nth-child(3n) {
      margin-right: 7.8125%; }
    .inner #midriff > .wrap.boards .grid-2:nth-child(2n) {
      margin-right: 0; }
  .inner #midriff > .wrap.white.double .grid-3 {
    width: 100%;
    margin: 0; }
    .inner #midriff > .wrap.white.double .grid-3.center {
      text-align: center; }
    .inner #midriff > .wrap.white.double .grid-3 + .grid-3 {
      margin-top: 32px; }
  #midriff .arena-column .arena-seat-options {
    text-align:left; }
  #midriff > .wrap.white .ticket-package {
    margin:0 auto;
    max-width:380px;
  }
  #home #top-panel .iconmsn-wedge-bottom {
    font-size: 160px;
    left: -10px;
    bottom: -31px; }
    #home #top-panel .iconmsn-wedge-bottom.top {
      top: -43px;
      left: 400px; }
  #home #midriff > .wrap.white .text-wrap {
    padding-left: 100px; }
  #ticket-package-filter .filter-item{
    margin-bottom:10px;
    width:50%; }
    #ticket-package-filter .filter-item .filter-find {
      margin:0; } }

@media screen and (min-width: 768px) {
  footer .social {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

@media screen and (max-width: 767px) {
  #giveaways .grid-2 {
    width: 100% !important;
    text-align: center; }
  footer {
    padding-bottom: 20px; }
    footer .grid-2 {
      width: 100% !important;
      text-align: center; }
  .social {
    display: block;
    margin-top: 20px; }
  #midriff #callout {
    padding: 60px 10px;
    text-align: center; }
    #midriff #callout img {
      float: none; }
    #midriff #callout h4 {
      float: none;
      padding: 0;
      width: 100%;
      margin-top: 24px; }
  #home #top-panel {
    background-image: url("../img/slide-lp-one.jpg");
    background-size: cover;
    padding-bottom: 100px; }
    #home #top-panel > img {
      display: none; }
    #home #top-panel video.desktop {
      display: none; }
    #home #top-panel video.mobile {
      display: block; }
    #home #top-panel .tickets-hero-img.desktop {
      display: none; }
    #home #top-panel .tickets-hero-img.mobile {
      display: block; }
    #home #top-panel .letters {
      font-size: 46px;
      top: auto !important;
      bottom: 2em; }
      #home #top-panel .letters.green {
        right: 1.4em; }
      #home #top-panel .letters.gold {
        right: -14px; }
    #home #top-panel header, #home #top-panel #home-slider, #home #top-panel video, #home #top-panel .tickets-hero-img {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto; }
    #home #top-panel header {
      padding: 30px 0 0 30px; }
    #home #top-panel #home-slider {
      width: 90%;
      margin: 40px auto 30px;
      position: relative; }
      #home #top-panel #home-slider .text-wrap {
        padding: 26px;
        text-align: center; }
        #home #top-panel #home-slider .text-wrap h1 {
          font-size: 30px; }
    #home #top-panel video {
      width: 90%;
      margin: 0 auto; }
    #home #top-panel .tickets-hero-img {
      width: 90%;
      max-width:680px;
      margin: 0 auto; }

    .inner.singlegame #top-panel {
    background-image: url("../img/slide-lp-one.jpg");
    background-size: cover;
    padding-bottom: 100px; }
    .inner.singlegame #top-panel > img {
      display: none; }
    .inner.singlegame #top-panel video.desktop {
      display: none; }
    .inner.singlegame #top-panel video.mobile {
      display: block; }
    .inner.singlegame #top-panel .tickets-hero-img.desktop {
      display: none; }
    .inner.singlegame #top-panel .tickets-hero-img.mobile {
      display: block; }
    .inner.singlegame #top-panel .letters {
      font-size: 46px;
      top:9em;
      /*top: auto !important;
      bottom: 2em;*/ }
      .inner.singlegame #top-panel .letters.green {
        right: 1.4em; }
      .inner.singlegame #top-panel .letters.gold {
        right: -14px; }
    .inner.singlegame #top-panel header, .inner.singlegame #top-panel #home-slider, .inner.singlegame #top-panel video, .inner.singlegame #top-panel .tickets-hero-img {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto; }
    .inner.singlegame #top-panel header {
      padding: 30px 0 0 30px; }
    .inner.singlegame #top-panel #home-slider {
      width: 90%;
      margin: 40px auto 30px;
      position: relative; }
      .inner.singlegame #top-panel #home-slider .text-wrap {
        padding: 26px;
        text-align: center; }
        .inner.singlegame #top-panel #home-slider .text-wrap h1 {
          font-size: 30px; }
    .inner.singlegame #top-panel video {
      width: 90%;
      margin: 0 auto; }
    .inner.singlegame #top-panel .tickets-hero-img {
      width: 90%;
      max-width:680px;
      margin: 0 auto; }
    .inner.singlegame #top-panel #home-slider .next-game .logo{
      margin:0 auto; }
    .inner.singlegame #top-panel .white-box {
      height:auto;
      margin:0; } }

@media screen and (max-width: 700px) {
  #midriff > .wrap.white .text-wrap h2 {
    font-size: 6vw; }
  .inner #top-panel {
    background-position: -80vw top; }
  .inner #top-panel h2#subhead {
    font-size: 6vw; } }

@media screen and (max-width: 670px) {
  #block-slider {
    padding: 0 3% 0 6%; }
    #block-slider .owl-stage-outer {
      max-width: none; }
    #block-slider .owl-stage {
      padding: 40px 0; }
    #block-slider .owl-item {
      width: 525px !important; }
      #block-slider .owl-item img {
        width: 50%; }
  #slide-title {
    padding: 30px 0; } }

@media screen and (max-width: 639px) {
  #top-panel header > a {
    margin-right:15px; }
  .inner #top-panel header img {
      width: 100px; }
  .inner.singlegame #top-panel header > a {
    margin-right:15px; }
  .inner.singlegame #top-panel header {
    padding:0px 0 0 20px; }
    .inner #top-panel .white-box {
        padding: 20px 0 0 0;
        margin: 0px 5% 0px 5%; }
  #games .grid-1 {
    width: 100%;
    margin-bottom: 24px;
    border-top: none !important; }
    #games .grid-1 + .grid-1 {
      background: none;
      border-top: 1px solid #ccc !important;
      padding: 20px 0 0 0; }
  #midriff #blocks {
    width: 100%; }
    #midriff #blocks .grid-3 .group .grid-3 {
      width: 50%;
      float: left !important;
      margin-bottom: 0 !important; }
  #block-slider .grid-3 {
    margin-bottom: 0 !important; }
  .inner #midriff > .wrap.boards {
    padding: 40px 24px 30px 0; }
    .inner #midriff > .wrap.boards .grid-2 {
      float: left;
      margin-right: 7.8125%;
      margin-bottom: 7.8125%;
      width: 46.09375%; }
      .inner #midriff > .wrap.boards .grid-2:nth-child(2n) {
        margin-right: 0; }
  #slide-title h3 {
    margin-left: 0; }
    #ticket-package-filter{
      padding:40px; }
    #midriff .arena-column .options-column {
        display: block;
        margin: 0 auto;
        width:100%;
        max-width:200px; }
    /*#midriff .arena-column .options-column h6 {
      font: 400 normal 16px/1 'futura-pt', sans-serif;
      margin: 0 10px; } */
    .inner #midriff > .wrap.white.intro-headline h3 {
    font: italic 800 30px/1.2 "futura-pt-condensed"; } }

@media screen and (max-width: 593px) {
  #sponsors .ad {
    margin: 18px; }
    #sponsors .ad + .ad {
      margin: 18px; }
  #home #midriff > .wrap.white .text-wrap {
    padding: 32px 24px 0 24px; }
    #home #midriff > .wrap.white .text-wrap h2 {
      font-size: 35px; }
  #home #top-panel .iconmsn-wedge-bottom {
    font-size: 140px;
    bottom: -22px; }
  #block-slider .owl-item > div {
    width: 88%; }
  .inner #top-panel {
    background-position: -90vw top; } }

@media screen and (max-width: 567px) {
  #games .btn {
    margin: 20px 0;
    display: block; }
  #slide-title {
    text-align: center; }
  #slide-title h3,
  #slide-title #slide-nav {
    float: none; }
  #ticket-package-filter .filter-item{
    width:100%;
    padding-right:0px; } }

@media screen and (min-width: 505px) {
  .trap p span,
  .trap h3 span {
    display: block; } }

@media screen and (max-width: 504px) {
  .inner #top-panel {
    background-position: -650px top; }
  .inner #top-panel #vid-wrap {
    left: -6%;
    width: 116%; }
    .inner #top-panel #vid-wrap .text-wrap h1 {
      font-size: 18vw;
      margin: 0 0 .25em 15px;
      line-height: .9em; }
    .inner #top-panel {
        background-position: -480px top;
    }
    .inner #top-panel .white-box {
        height:500px;
    }
  #games, #giveaways {
    padding: 10% 0; }
  #home #midriff > .wrap.white {
    margin-left: 0; }
  #midriff #blocks a:not(:hover) img {
    top: 0; }
  #midriff #blocks a:hover img {
    top: 20px; }
  #midriff #blocks a .letters {
    left: 0;
    right: 0;
    top: 30px;
    margin-left: -200px; }
  #midriff #blocks .grid-3 .group .grid-3 {
    width: 100%;
    float: none !important; }
    #midriff #blocks .grid-3 .group .grid-3.trap {
      display: inline-block;
      width: 275px;
      margin: -20px 0 0 60px; }
      #midriff #blocks .grid-3 .group .grid-3.trap > div {
        top: 60%;
        -webkit-transform: translate3d(0, -60%, 0);
        -ms-transform: translate3d(0, -60%, 0);
        transform: translate3d(0, -60%, 0);
        padding: 0 15px; }
        #midriff #blocks .grid-3 .group .grid-3.trap > div p {
          max-width: none; }
  #midriff #blocks .grid-3:last-child {
    margin-bottom: 0; }
  #block-slider {
    width: 335px;
    margin: 0 auto;
    padding: 0; }
    #block-slider .owl-item {
      width: 335px !important; }
      #block-slider .owl-item a:not(:hover) img {
        top: 0; }
      #block-slider .owl-item a:hover img {
        top: 20px; }
      #block-slider .owl-item a .letters {
        left: 0;
        right: 0;
        top: 30px;
        margin-left: -200px; }
      #block-slider .owl-item .grid-3 {
        width: 100%;
        float: none !important; }
        #block-slider .owl-item .grid-3.trap {
          display: inline-block;
          width: 275px;
          margin: -20px 0 0 60px; }
          #block-slider .owl-item .grid-3.trap > div {
            top: 60%;
            -webkit-transform: translate3d(0, -60%, 0);
            -ms-transform: translate3d(0, -60%, 0);
            transform: translate3d(0, -60%, 0);
            padding: 0 15px; }
            #block-slider .owl-item .grid-3.trap > div p {
              max-width: none; }
      #block-slider .owl-item:not(.active) {
        opacity: 0.5; }
      #block-slider .owl-item .grid-3:last-child {
        margin-bottom: 0; }
  #slide-title {
    padding-bottom: 0; }
  .inner #midriff > .wrap.boards h3 {
    text-align: center; }
  .inner #midriff > .wrap.boards .grid-2 {
    max-width: 250px;
    float: none;
    margin: 0 auto 30px !important;
    width: 100%; } }

@media screen and (max-width: 490px) {
  #home #top-panel .letters {
    font-size: 32px; }
    #home #top-panel .letters.gold {
      right: -9px; } }

@media screen and (max-width: 460px) {
  #top-panel header h3 {
    font-size: 20px; }
  .inner #top-panel h2#subhead {
    font-size: 27px;
    margin-right: 5%; } }

@media screen and (max-width: 420px) {
  #midriff .arena-column{
    padding-bottom:40px; }
  .inner #top-panel .white-box {
    margin: 0 5% 60px 5%; }
  .inner #top-panel h2#subhead {
/*     min-height: 60px; */ }
  .inner #midriff > .wrap.white .standard h4 {
    position: relative; }
    .inner #midriff > .wrap.white .standard h4 i {
      position: static;
      vertical-align: 0;
      width: 20px;
      height: 20px; }
      .inner #midriff > .wrap.white .standard h4 i:before {
        height: 20px;
        line-height: 22px; }
      .inner #midriff > .wrap.white .standard h4 i p {
        left: -10px;
        top: 22px;
        width: calc(100% + 20px); } }

@media screen and (max-width: 400px) {
  #home #top-panel header {
    text-align: center;
    padding: 30px 15px 0 15px; }
    #home #top-panel header > * {
      display: block; }
    #home #top-panel header img {
      margin-right: 0; }
  #home #top-panel .iconmsn-wedge-bottom.top {
    right: 10px;
    left: auto; } }

@media screen and (max-width: 380px) {
  #home #top-panel .letters {
    bottom: 0.5em; } }

@media screen and (max-width: 360px) {
  #block-slider {
    width: 290px !important; }
    #block-slider .owl-item {
      width: 290px !important; }
      #block-slider .owl-item .grid-3.trap {
        width: 250px;
        margin: -20px 0 0 36px; } }

#home #top-panel .iconmsn-wedge-bottom {
    pointer-events: none;
}

.inner.singlegame #top-panel .iconmsn-wedge-top {
    pointer-events: none;
}
