/*-------------------------------------------*/
/* CSS Created by Penny Arcade - 08-03-2020 -*/
/* www.penny-arcade.com ---------------------*/
/*-------------------------------------------*/
/*---------------------*/
/* !Mixins & Extends --*/
/*---------------------*/
.hide-list,
#show-nav,
.main-nav li,
#badges,
#hero .slide-dots li,
#news,
#main ul.status,
.pagination,
.gallery,
.performers,
.form ul,
.index,
.game .details ul,
.schedule li,
#active-filters li,
.nav li,
.sidebar li,
.links li,
.features {
  list-style: none;
  list-style-position: outside;
}
.gradient-border,
.img-frame,
.map {
  background: #e5fdff;
  background: #e5fdff -webkit-linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #e5fdff linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  padding: 6px 0 0 0;
}
.detail:after,
.plane:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
/* !Fonts */
.carbon,
.btn,
#show-nav,
#location,
.message h2,
#badges p,
.ad p,
#news p,
.focus p,
#main .status,
.article .date,
.body section ol mark,
.body section ul mark,
.shuttle,
#archive select,
.game .details li strong,
.schedule .time h3,
.sidebar .button p,
.mail-list label,
.btn-submit,
.panel .cats,
.sidebar .mobile-app p,
.search .btn-float {
  font-family: "t26-carbon", monospace;
  text-transform: uppercase;
  font-weight: 700;
}
.univia,
#show-details nav,
#location h3,
#reg a .on-sale,
#badges h4,
#hero h1,
.grey h3,
.light h3,
.grey h4,
.light h4,
.performers li h4,
.schedule h4,
.nav li,
#sponsor h1,
.sidebar .button h4,
.footer .links h4,
.gallery h4,
.features section h3,
.sidebar .mobile-app h4,
.sidebar .light h4 {
  font-family: "univia-pro", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.text-focus,
.focus h2,
.game header h2 {
  font-family: "univia-pro", Helvetica, sans-serif;
  font-style: italic;
  color: white;
  text-shadow: 2px 2px 0px #007dbb;
}
.aria {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.underline,
.btn:after,
.main-nav li a:after,
#reg a .on-sale p:after,
.article h2:after,
.performers li h4:before,
.footer .links h4:after,
.gallery h4:before {
  content: "";
  background: #00eeff;
  width: 55%;
  display: block;
  height: 5px;
}
.divider,
#hero .slide-text:before,
#hero.sub-page:before,
#stream-details .links:before,
.x-a:after,
.x-b:after,
.x-c:after,
.x-d:after,
.x-e:after,
.twitter:before,
.article:before,
.pagination:before,
.schedule .time:after,
.sweepstakes .sml:before,
.mail-list label:first-child:before,
.footer .copyright:before {
  background: url("../img/bg_tile_x_west.svg") top left repeat;
  background-size: 20px;
  content: "";
  display: block;
  height: 10px;
}
.input-blue,
.form input[type=tel],
.form input[type=text],
.form input[type=email],
.form textarea,
.search #search,
.mail-list input[type="text"],
.mail-list #email {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  border: 5px solid #00aaff;
  height: 50px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
}
.img-fx,
#hero img,
.performers li img,
.gallery.col-four li img {
  mix-blend-mode: screen;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*---------------------*/
/* !Buttons -----------*/
/*---------------------*/
.btn,
.btn-submit,
.search .btn-float {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  background: white;
  padding: 8px 15px 0 15px;
  margin: 0 20px 15px 0;
  margin: 0 0 15px 0;
  border: none;
  color: #002a54 !important;
  font-size: 24px;
  line-height: 24px;
}
.btn:hover {
  cursor: pointer;
}
.btn:hover:after {
  width: 100%;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:after {
  margin: 8px 0 0 -15px;
  padding: 0 15px;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn-submit,
.search .btn-float {
  height: 50px;
  padding: 8px 15px;
  background: #00aaff;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn-submit:focus,
.btn-submit:hover {
  cursor: pointer;
  background: #00eeff;
  outline: none;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-arrow {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  color: white;
  background: #00aaff url("../img/icon_arrow_right.svg") center center no-repeat;
  background-size: 16px;
  border: none;
  width: 50px;
  height: 50px;
  float: right;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn-arrow:focus,
.btn-arrow:hover {
  outline: none;
  background-color: #00eeff;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
}
/*---------------------*/
/* !Slick Hero --------*/
/*---------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*---------------------*/
/* !General -----------*/
/*---------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "jaf-facitweb", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #333333;
}
form * {
  font-family: "jaf-facitweb", Helvetica, sans-serif;
}
hr {
  display: none;
}
a {
  text-decoration: none;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
a:hover {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
img,
fieldset {
  border: none;
}
img,
svg {
  display: block;
}
main a:link {
  color: #007dbb;
}
main a:visited {
  color: #002a54;
}
.content {
  min-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
/*---------------------*/
/* !Header ------------*/
/*---------------------*/
.header {
  width: 100%;
  min-width: 1280px;
  background: #002a54;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
/* !Show Nav */
#show-nav {
  background: #002a54;
  color: #007dbb;
  font-size: 17px;
  line-height: 30px;
  min-width: 1280px;
  height: 40px;
  margin: 0 auto;
}
#show-nav .west {
  width: 13.65%;
}
#show-nav .east {
  width: 13.7%;
}
#show-nav .south {
  width: 14.5%;
}
#show-nav .aus {
  width: 12.95%;
}
#show-nav .unplugged {
  width: 17.5%;
}
#show-nav .dev {
  width: 12.9%;
}
#show-nav .online {
  width: 14.8%;
}
#show-nav li {
  float: left;
}
#show-nav li a {
  padding: 5px 0 0 0;
  text-align: center;
  height: 40px;
  display: block;
  border-right: 1px solid rgba(0, 125, 187, 0.3);
}
#show-nav li a:link,
#show-nav li a:visited {
  color: #007dbb;
}
#show-nav li a:hover {
  color: #00eeff;
}
#show-nav li:last-child a {
  border: none;
}
/* !Logo */
.header .group {
  width: 100%;
}
.header .group:after {
  content: "";
  display: table;
  clear: both;
}
.header h1 {
  width: 270px;
  height: 230px;
  float: left;
  position: relative;
  margin-right: -270px;
}
.header h1 a {
  background: white url("../img/logo_pax_west.svg") center center no-repeat;
  background-size: 150px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  padding: 70px 60px;
  width: 270px;
  height: 230px;
}
.header h1 a:hover {
  background-size: 45%;
}
#show-details {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #007dbb linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  color: #002a54;
  padding-left: 270px;
  min-width: 1010px;
  width: 100%;
  height: 230px;
  float: left;
}
/*---------------------*/
/* !Navigation --------*/
/*---------------------*/
#show-details nav {
  height: 100px;
  box-shadow: inset 5px 0 0 rgba(255, 255, 255, 0.5);
  min-width: 1010px;
}
.main-nav li {
  float: left;
}
.main-nav.lrg {
  width: 52.0792079%;
  height: 100px;
  float: left;
  padding: 30px 0 0 0;
  margin-left: 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}
.main-nav.sml {
  width: 38.3168317%;
  height: 100px;
  float: right;
  margin-right: 40px;
  padding: 15px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.main-nav.sml li {
  height: 36px;
}
.main-nav li a {
  display: inline-block;
}
.main-nav li a:after {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  height: 2px;
}
.main-nav.lrg li a:after {
  height: 5px;
}
.main-nav li a:hover:after {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
}
.main-nav.lrg .col-a {
  width: 30.418251%;
}
.main-nav.lrg .col-b {
  width: 38.973384%;
}
.main-nav.lrg .col-c {
  width: 30.608365%;
}
.main-nav.sml .col-a {
  width: 59.4315245%;
}
.main-nav.sml .col-b {
  width: 27.6485788%;
}
.main-nav.sml .col-c {
  width: 50px;
}
.main-nav a:link,
.main-nav a:visited {
  color: white;
}
.main-nav a:hover {
  color: #002a54;
}
/*---------------------*/
/* !Location ----------*/
/*---------------------*/
#location {
  box-shadow: inset 5px 0 0 rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 238, 255, 0.6);
  height: 130px;
  padding: 0 40px;
  color: #007dbb;
}
#date {
  margin-top: 25px;
  float: left;
  width: 630px;
}
#location h3 {
  font-size: 35px;
  line-height: 45px;
  color: #002a54;
}
#location h4 {
  font-size: 32px;
  line-height: 26px;
}
/*---------------------*/
/* !Countdown ---------*/
/*---------------------*/
#countdown {
  width: 276px;
  display: inline-block;
  float: right;
  margin-top: 32px;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
}
#countdown strong {
  color: #002a54;
  font-size: 40px;
  line-height: 45px;
  display: block;
  margin-right: -3px;
  margin-bottom: -5px;
}
#countdown span:first-child {
  width: 75px;
}
#countdown span {
  display: block;
  float: left;
  width: 45px;
  margin: 0 22px 0 0;
  position: relative;
}
#countdown span:after {
  content: ":";
  color: #002a54;
  display: block;
  right: -22px;
  font-size: 30px;
  line-height: 30px;
  padding-right: 4px;
  box-sizing: border-box;
  width: 22px;
  top: 5px;
  position: absolute;
}
#countdown span:last-child {
  margin: 0;
}
#countdown span:last-child:after {
  display: none;
}
/*---------------------*/
/* !Messages ----------*/
/*---------------------*/
.message {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.65) 20%, rgba(0, 238, 255, 0.65) 80%);
  background: #007dbb linear-gradient(to top right, rgba(0, 170, 255, 0.65) 20%, rgba(0, 238, 255, 0.65) 80%);
  padding: 5px 0 5px 0;
  width: 100%;
  min-width: 1280px;
}
.message + #reg {
  padding-top: 0;
}
header .message + #reg {
  padding-top: 5px;
}
.message h2 {
  color: #007dbb;
  background-image: url("../img/bg_message_west.svg"), url("../img/bg_message_west.svg");
  background-color: white;
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: center left, center right;
  height: 46px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 11px 0 0 0;
}
.message h2 strong {
  padding: 0 10px;
  background: white;
}
/* !Sold Out */
.message.sold-out {
  background: #ff4c42;
  border-top: 5px solid rgba(0, 0, 0, 0.15);
  border-bottom: 5px solid rgba(0, 0, 0, 0.15);
  padding: 0;
}
.message.sold-out h2 {
  color: white;
  background-image: url("../img/bg_sold_out.svg"), url("../img/bg_sold_out.svg");
  background-color: #ff4c42;
}
.message.sold-out h2 strong {
  background: #ff4c42;
}
/* !Home Page Specific */
header .message {
  padding: 5px 0 0 0;
}
header .message.sold-out {
  border-bottom: none;
}
header #reg {
  padding: 5px 0 0 0;
}
/*---------------------*/
/* !Registration ------*/
/*---------------------*/
#reg {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.65) 20%, rgba(0, 238, 255, 0.65) 80%);
  background: #007dbb linear-gradient(to top right, rgba(0, 170, 255, 0.65) 20%, rgba(0, 238, 255, 0.65) 80%);
  padding: 5px 0 5px 0;
  min-height: 51px;
  min-width: 1280px;
}
#reg:after {
  content: "";
  display: table;
  clear: both;
}
#reg a .on-sale {
  background: #00aaff;
  background: #00aaff -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.5) 20%, rgba(0, 238, 255, 0.5) 80%);
  background: #00aaff linear-gradient(to top right, rgba(0, 170, 255, 0.5) 20%, rgba(0, 238, 255, 0.5) 80%);
  display: block;
  width: 33%;
  height: 140px;
  padding: 0 0 0 40px;
  float: left;
  position: relative;
  color: #002a54;
}
#reg a .on-sale h2 {
  font-size: 29px;
  line-height: 35px;
  margin-top: 30px;
}
#reg a .on-sale p {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: white;
  margin-top: 2px;
  display: inline-block;
}
#reg a .on-sale p:after {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  margin-top: 4px;
}
#reg a:hover .on-sale p:after {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
}
#reg a:hover .on-sale {
  background-color: rgba(0, 238, 255, 0.5);
}
#reg a .on-sale:after {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background: #00eeff url("../img/icon_arrow_right.svg") center no-repeat;
  background-size: 44px;
  content: "";
  display: block;
  height: 140px;
  width: 84px;
  right: 0;
  top: 0;
  position: absolute;
}
#reg a:hover .on-sale:after {
  background-position: 30px 40px;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: rgba(0, 238, 255, 0);
}
/*---------------------*/
/* !Badge Availability */
/*---------------------*/
#badges {
  float: left;
  background: white;
  width: 67%;
}
#badges li {
  float: left;
  height: 140px;
  border-right: 2px solid #e7e7e7;
  padding: 21px 32px 0 30px;
}
#badges li:last-child {
  border: none;
}
#badges h4 {
  color: #002a54;
  font-size: 24px;
  line-height: 30px;
}
#badges p:after {
  background: url("../img/bg_tile_x_mask.svg") bottom left repeat;
  background-size: 20px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 28px;
  width: 100%;
  margin-top: 9px;
  border-top: 8px solid white;
}
/* !Available */
#badges .available p {
  color: #76cc60;
}
#badges .available p:after {
  background-color: #76cc60;
  border-color: #76cc60;
}
/* !Low */
#badges .low p {
  color: #ff9f29;
}
#badges .low p:after {
  background-color: #ff9f29;
  border-color: #ff9f29;
}
/* !Sold Out */
#badges .sold-out p {
  color: #ff4c42;
}
#badges .sold-out p:after {
  background-color: #ff4c42;
  border-color: #ff4c42;
}
/*---------------------*/
/* !Advertisements ----*/
/*---------------------*/
.ad p {
  background: #00eeff;
  color: white;
  font-size: 16px;
  line-height: 15px;
}
/* !Billboard & Leaderboard Ads */
.header .ad {
  width: 990px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden;
}
.header .ad p {
  float: left;
  width: 20px;
  height: 250px;
  padding: 9px 0 0 0;
}
.header .ad p strong {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header .ad .billboard,
.header .ad .leaderboard {
  float: left;
}
.header .ad.leaderboard {
  width: 748px;
}
.header .ad.leaderboard p {
  height: 90px;
}
/* !Square Ads */
.sidebar .ad p,
.footer .ad p {
  width: 300px;
  height: 20px;
  padding: 3px 0 0 9px;
}
/*---------------------*/
/* !Hero --------------*/
/*---------------------*/
#hero,
#sponsor {
  min-width: 1280px;
  width: 100%;
  min-height: 170px;
  overflow: hidden;
  position: relative;
}
#hero:after {
  content: "";
  display: table;
  clear: both;
}
#hero header {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  background: #007dbb linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  min-height: 170px;
  position: relative;
}
#hero header:after {
  content: "";
  display: table;
  clear: both;
}
#hero .slick-slide {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  background: #007dbb linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  height: 400px;
}
#hero h1 {
  font-size: 60px;
  line-height: 75px;
  color: #002a54;
}
#hero .btn-prev,
#hero .btn-next {
  background-repeat: no-repeat;
  background-size: 75px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  width: 95px;
  height: 400px;
  position: absolute;
  z-index: 20;
  top: 0;
  border-left: 0px solid #00eeff;
}
#hero .btn-prev:hover,
#hero .btn-next:hover {
  background-size: 65px;
  background-color: rgba(0, 42, 84, 0.5);
  background-position: center;
}
#hero .btn-prev {
  background-image: url("../img/icon_arrow_left.svg");
  background-position: 20px center;
  left: 0;
}
#hero .btn-next {
  background-image: url("../img/icon_arrow_right.svg");
  background-position: left center;
  right: 0;
}
#hero .slide-dots {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 20;
  width: 100%;
}
#hero .slide-dots li {
  display: inline;
}
#hero .slide-dots button {
  background: none;
  background: url("../img/icon_x.svg") center no-repeat;
  background-size: 20px;
  color: rgba(255, 255, 255, 0);
  border: none;
  line-height: 10px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
#hero .slide-dots button:hover {
  background-image: url("../img/icon_x_west.svg");
  cursor: pointer;
}
#hero .slide-dots button:focus {
  outline: none;
}
#hero .slick-active button {
  background-image: url("../img/icon_x_west.svg");
}
#hero .slide-text {
  position: absolute;
  z-index: 10;
  width: 720px;
  margin: 90px 0 0 160px;
}
#hero .slide-text:before {
  background-image: url("../img/bg_tile_x.svg");
  width: 250px;
  height: 100px;
  position: absolute;
  z-index: 1;
  top: -60px;
  left: -155px;
}
#hero .slide-text h1 {
  position: relative;
  z-index: 2;
}
#hero .slide-text .btn {
  font-size: 30px;
  line-height: 30px;
  height: 45px;
  margin-top: 15px;
}
#hero .slide-text .btn:after {
  margin-top: 7px;
}
#hero img {
  width: 100%;
  min-width: 1280px;
}
#hero.sub-page:before {
  background-image: url("../img/bg_tile_x.svg");
  width: 250px;
  height: 100px;
  position: absolute;
  top: 27px;
  left: 5px;
  z-index: 1;
}
#hero.sub-page header {
  overflow: hidden;
  height: 170px;
}
#hero.sub-page h1 {
  position: absolute;
  z-index: 10;
  height: 170px;
  padding: 42px 0 0 70px;
}
/*---------------------*/
/* !Streaming Live ----*/
/*---------------------*/
#hero.live #video {
  float: left;
  width: 55.546875%;
  min-width: 711px;
  height: 400px;
  background: black;
}
#hero.live #feed {
  width: 711px;
  margin: 0 auto;
}
#hero.live #stream-details {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #007dbb linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  float: right;
  box-shadow: inset 5px 0 0 rgba(255, 255, 255, 0.5);
  padding: 0 50px;
  width: 44.453125%;
  height: 400px;
}
#hero.live #stream-details h1 {
  font-size: 50px;
  line-height: 60px;
  padding: 40px 0 10px 0;
}
#stream-details .links li a em {
  font-weight: 700;
  color: #002a54;
}
#stream-details .links:before {
  width: 100%;
  height: 30px;
  margin: 20px 0 25px 0;
}
/*---------------------*/
/* !News - Home -------*/
/*---------------------*/
#news {
  background-color: #002245;
  width: 100%;
  min-width: 1280px;
  height: 170px;
}
#news li {
  background-size: 60px;
  float: left;
  min-width: 320px;
  width: 25%;
}
#news li a {
  box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.5);
  background: #002a54 url("../img/bg_x_corner_west_a.svg") bottom right no-repeat;
  display: block;
  width: 100%;
  height: 170px;
  padding: 26px 30px 0 30px;
}
#news li:nth-child(odd) a {
  background: #143d66 url("../img/bg_x_corner_west_b.svg") bottom right no-repeat;
}
#news li a:hover {
  box-shadow: inset 0 5px 0 #00aaff;
  background-color: #007dbb;
}
#news li a:hover p {
  color: #002a54;
}
#news p {
  color: #00aaff;
  font-size: 18px;
  line-height: 20px;
}
#news h3 {
  color: white;
  font-family: "univia-pro", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
/*---------------------*/
/* !Main --------------*/
/*---------------------*/
#main {
  margin: 50px 0 0 0;
  padding: 0 0 50px 0;
  width: 100%;
  min-width: 1280px;
  position: relative;
}
#main:after {
  background: url("../img/bg_tile_x_west.svg") top left repeat;
  background-size: 20px;
  content: "";
  width: 310px;
  height: 100%;
  z-index: -10;
  position: absolute;
  top: 40px;
  right: 0;
}
#main .body {
  float: left;
  min-width: 860px;
  width: 100%;
  padding-right: 340px;
}
#main .body:after {
  content: "";
  display: table;
  clear: both;
}
.no-sidebar#main:after {
  display: none;
}
.no-sidebar#main .body {
  float: none;
  min-width: 1200px;
  padding: 0;
}
/*---------------------*/
/* !Columns -----------*/
/*---------------------*/
#main .col-wide {
  width: 60.4651163%;
  float: left;
  padding-right: 20px;
}
#main .col-narrow {
  width: 39.5348837%;
  float: right;
  padding: 0 0 0 20px;
}
#main .col-full {
  width: 100%;
  clear: both;
}
/* !Page Call to Action */
.focus {
  background: white;
  background: white -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.8) 20%, rgba(0, 238, 255, 0.8) 80%);
  background: white linear-gradient(to top right, rgba(0, 170, 255, 0.8) 20%, rgba(0, 238, 255, 0.8) 80%);
  padding: 25px 30px 30px 30px;
  margin: 0 0 50px 0;
  overflow: hidden;
  clear: both;
}
.focus:after {
  content: "";
  display: table;
  clear: both;
}
.focus h2 {
  font-size: 35px;
  line-height: 40px;
  float: left;
}
.focus.lrg h2 {
  font-size: 40px;
  line-height: 45px;
}
.focus p {
  float: left;
  clear: both;
  color: #002a54;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  margin: -5px 0 -10px 0;
}
.focus .btn {
  float: right;
  margin: 5px 0 0 0;
}
.focus .btn:after {
  background-color: #007dbb;
}
/*---------------------*/
/* !Main Sections -----*/
/*---------------------*/
.body section * {
  z-index: 2;
  position: relative;
}
.grey,
.light {
  background: #f4f4f4;
  padding: 0 30px 20px 30px;
  margin: 0 0 30px 0;
  position: relative;
}
.light {
  background: #e5fdff;
}
.grey h3,
.light h3,
.features section h3,
.sidebar .light h4 {
  color: #002a54;
  font-size: 26px;
  line-height: 34px;
  border-top: 6px solid #00aaff;
  display: inline-block;
  margin: -3px 0 14px 0;
  padding: 23px 0 0 0;
}
.grey h4,
.light h4 {
  color: #002a54;
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 10px 0;
}
.grey h3 a,
.grey h4 a {
  color: #002a54;
}
.grey h3 a:hover,
.grey h4 a:hover {
  color: #00aaff;
}
.light h3 a,
.light h4 a {
  color: #00aaff;
}
.light h3 a:hover,
.light h4 a:hover {
  color: #002a54;
}
.grey p,
.light p,
.features section p {
  margin: 0 0 20px 0;
}
.grey p.sml,
.light p.sml,
.form span.sml {
  font-size: 17px;
}
.light h3,
.sidebar .light h4 {
  color: #00aaff;
}
.img-frame {
  margin: 0 0 30px 0;
}
.img-frame img {
  width: 100%;
}
/*------------------------*/
/* !Box X-Pattern Details */
/*------------------------*/
.x-a:after {
  position: absolute;
  width: 110px;
  height: 90px;
  top: -25px;
  right: -25px;
}
.x-b:after {
  position: absolute;
  width: 90px;
  height: 50px;
  bottom: -5px;
  left: -5px;
}
.x-c:after {
  position: absolute;
  width: 170px;
  height: 50px;
  top: -5px;
  right: 25px;
}
.x-d:after {
  position: absolute;
  width: 90px;
  height: 70px;
  right: -25px;
  bottom: -5px;
}
.x-e:after {
  position: absolute;
  width: 150px;
  height: 50px;
  right: 55px;
  bottom: -5px;
}
/* !Statuses */
#main .status {
  border-top: 2px solid #00eeff;
  border-bottom: 2px solid #00eeff;
  font-size: 20px;
  line-height: 25px;
  padding: 3px 0;
  margin: 0 0 10px 0;
  font-style: italic;
  color: #002a54;
}
#main .status a {
  display: block;
  color: #002a54;
}
#main .status a:hover {
  color: #00aaff;
}
#main .status s {
  text-decoration: line-through;
  color: #999999;
}
#main .sidebar .status {
  margin-bottom: 18px;
}
#main ul.status {
  border-left: none;
  margin: 0 0 10px 0;
  padding: 3px 0;
}
#main ul.status:after {
  content: "";
  display: table;
  clear: both;
}
#main .body ul.status {
  margin-bottom: 30px;
}
#main ul.status p {
  float: left;
  clear: left;
  margin: 0;
}
#main ul.status strong {
  float: right;
  text-align: right;
}
/* !Twitter */
.twitter {
  background-image: url("../img/icon_twitter_blue.svg");
  background-position: 92% 50%;
  background-repeat: no-repeat;
  background-size: 45px;
}
.twitter:before {
  width: 250px;
  margin: -10px auto 20px auto;
}
.twitter .btn {
  background-color: #e5fdff;
  margin-bottom: 10px;
}
.col-narrow .twitter p.sml {
  margin: 0 0 15px 0;
  font-size: 17px;
}
.sidebar .twitter p.sml {
  margin: 0 0 10px 0;
}
.sidebar .light.twitter:before {
  display: none;
}
.sidebar .light.twitter .btn {
  background-color: white;
}
.sidebar .light.twitter {
  padding-top: 20px;
}
/*---------------------*/
/* !Links in Copy -----*/
/*---------------------*/
section p a,
section li a,
article p a,
article li a {
  box-shadow: inset 0 0px 0 0 #00eeff, 0 4px 0 0 #00eeff;
}
section p a:hover,
section li a:hover,
article p a:hover,
article li a:hover {
  box-shadow: inset 0 -30px 0 0 #00eeff, 0 4px 0 0 #00eeff;
  color: #002a54;
}
.copy p {
  margin: 0 0 20px 0;
}
/*---------------------*/
/* !News Article ------*/
/*---------------------*/
.article {
  margin: 0 0 40px 0;
}
.article:before {
  width: 250px;
  margin: 40px auto 40px auto;
}
.article:first-child:before {
  display: none;
}
.article .date,
.panel .cats {
  font-size: 20px;
  line-height: 22px;
  color: #00aaff;
}
.article h2,
.results {
  font-family: "univia-pro", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #002a54;
  display: inline-block;
  margin: 0 0 20px 0;
}
.article h2:after {
  margin: 10px 0 0 0;
  height: 6px;
  background: #00aaff;
}
.article h2 a {
  color: #002a54;
}
.article h2 a:hover {
  color: #00aaff;
}
.article .share {
  float: right;
  margin: 28px 0 0 0;
}
.article .share + p + h2 {
  width: 80%;
}
/*---------------------*/
/* !Pagination --------*/
/*---------------------*/
.pagination {
  padding: 10px 0 0 0;
  position: relative;
  width: 100%;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination:before {
  width: 250px;
  margin: 0 auto;
  top: 30px;
  position: relative;
}
.pagination .btn {
  background: #e5fdff;
}
.pagination .left {
  float: left;
}
.pagination .right {
  float: right;
}
.pagination .right .btn {
  margin-right: 0;
}
.pagination .right .btn:after {
  float: right;
  margin-right: -15px;
}
/*---------------------*/
/* !Lists -------------*/
/*---------------------*/
.body section ol,
.body section ul {
  border-left: 5px solid #00eeff;
  font-size: 17px;
  margin: 0 0 15px 20px;
  padding: 0 0 0 40px;
}
.body section ol ul,
.body section ul ul {
  border-left: 5px solid rgba(0, 238, 255, 0.5);
}
.body section ol ul ul,
.body section ul ul ul {
  border-left: 5px solid rgba(0, 238, 255, 0.25);
}
.body section ul.roman {
  list-style-type: lower-roman;
}
.body section ul.alpha {
  list-style-type: lower-alpha;
}
.body section ol mark,
.body section ul mark {
  font-size: 19px;
  background: none;
  color: #002a54;
}
/*---------------------*/
/* !Gallery -----------*/
/*---------------------*/
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery > li {
  float: left;
}
.gallery > li a {
  display: block;
}
.gallery .col-three {
  width: 31.66666667%;
  position: relative;
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  background: #007dbb linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
}
.gallery > .col-three a {
  background-repeat: no-repeat;
  background-position: 30px 30px;
  display: block;
  height: 350px;
}
.gallery .icon-video {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.gallery .col-three h4:before {
  background: white !important;
}
.gallery a:hover h4:before {
  width: 100%;
}
.gallery .icon-photo a {
  background-image: url("../img/icon_photos.svg");
  background-size: 100px;
}
.gallery .icon-video a {
  background-image: url("../img/icon_videos.svg");
  background-size: 109px;
}
.gallery .icon-vod a {
  background-image: url("../img/icon_twitch.svg");
  background-size: 95px;
}
.gallery.col-five > li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
.gallery li.pagination-list {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
  clear: both;
}
.gallery.col-five li:nth-child(5n) {
  margin-right: 0;
}
.gallery.col-five a img {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.gallery.col-five > li > a {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  background: #007dbb linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  padding-top: 6px;
}
.gallery.col-five > li > a:hover img {
  opacity: 0.3;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery.col-four li {
  width: 23.25%;
  margin-right: 2.3333333%;
  margin-bottom: 30px;
}
.gallery.col-four li:nth-child(4n) {
  margin-right: 0;
}
.gallery.col-four li h4 {
  font-size: 26px;
  line-height: 34px;
}
.gallery.col-four li a:after {
  background: url("../img/icon_videos.svg") top left no-repeat;
  background-size: 66px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 30px;
  content: "";
  display: block;
  width: 66px;
  height: 60px;
}
.gallery.col-four li a:hover h4:before {
  background: white;
}
.gallery.col-four li a:hover img {
  opacity: 0.3;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/*---------------------*/
/* !Performers --------*/
/*---------------------*/
.performers:after {
  content: "";
  display: table;
  clear: both;
}
.performers li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.performers li:nth-child(odd) {
  padding-right: 15px;
}
.performers li:nth-child(even) {
  padding-left: 15px;
}
.performers li a,
.gallery.col-four li a {
  display: block;
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  background: #007dbb linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  position: relative;
  overflow: hidden;
}
.performers li a:hover h4:before {
  width: 100%;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: white;
}
.performers li a:hover img {
  opacity: 0.5;
}
.performers li h4,
.gallery h4 {
  position: absolute;
  z-index: 5;
  bottom: 0;
  font-size: 40px;
  line-height: 50px;
  color: #002a54;
  padding: 0 30px 35px 30px;
}
.performers li h4:before,
.gallery h4:before {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background: #00aaff;
  height: 6px;
  margin: 0 0 10px 0;
}
.performers li img,
.gallery.col-four li img {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
/*---------------------*/
/* !Features ----------*/
/*---------------------*/
.features li {
  margin-bottom: 30px;
  float: left;
  position: relative;
  height: 520px;
  overflow: hidden;
}
.features .col-two {
  width: 48.75%;
  margin-right: 2.5%;
}
.features .col-two.last {
  margin-right: 0;
}
.features .col-three {
  width: 31.66666667%;
}
.features .col-three.middle {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.features section {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0) -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.95) 20%, rgba(0, 238, 255, 0.95) 80%);
  background: rgba(255, 255, 255, 0) linear-gradient(to top right, rgba(0, 170, 255, 0.95) 20%, rgba(0, 238, 255, 0.95) 80%);
  padding: 0 30px 10px 30px;
  position: absolute;
  bottom: 0;
}
.features section h3 {
  border-color: white;
}
.features section p {
  font-size: 17px;
}
.features section .btn {
  margin-bottom: 25px;
}
.features li img {
  position: relative;
  width: 100%;
}
.features .btn + .btn {
  margin-left: 20px;
}
/*---------------------*/
/* !Forms -------------*/
/*---------------------*/
.form.col-two label {
  display: block;
  float: left;
  width: 50%;
  font-size: 19px;
  font-weight: 700;
}
.form label.full {
  clear: both;
  float: none;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 700;
}
.form label.full input {
  width: 45% !important;
}
.form label strong span,
p.feedback span {
  color: #ff4c42;
}
.form label strong {
  margin-bottom: 2px;
  display: block;
}
.form input[type=tel],
.form input[type=text],
.form input[type=email],
.form textarea {
  width: 350px;
  display: block;
  margin: 0 0 15px 0;
  line-height: 24px;
  height: 40px;
  padding: 5px 10px;
  border: 2px solid #808080;
}
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
  border-color: #00eeff;
  outline: none;
}
.form input[type=tel]:valid,
.form input[type=text]:valid,
.form input[type=email]:valid,
.form textarea:valid {
  border-color: #76cc60;
}
.form input[type=tel].error,
.form input[type=text].error,
.form input[type=email].error,
.form textarea.error {
  border-color: #ff4c42;
}
.form input[type=file] {
  width: 350px;
  display: block;
  margin: 0 0 15px 0;
  padding: 10px;
  border: 2px solid #808080;
}
.form input[type=file]:focus {
  border-color: #00eeff;
  outline: none;
}
.form ul {
  clear: both;
  margin-top: 10px !important;
}
.form ul:after {
  content: "";
  display: table;
  clear: both;
}
.form.col-two li label,
.form li label {
  float: none;
  width: 100%;
}
.form.col-two li label strong,
.form li label strong {
  display: inline;
  font-size: 17px;
  padding-left: 5px;
}
.form fieldset {
  border: 2px solid #00eeff;
  padding: 10px 20px;
  margin: 0 0 20px 0;
}
.form .sml {
  margin-bottom: 10px;
  font-weight: 400;
  clear: both;
}
.form span.sml {
  display: block;
}
.form legend {
  padding: 0 10px;
  font-weight: 700;
  font-size: 19px;
}
.feedback {
  font-weight: 700;
  line-height: 24px;
  padding: 5px 0 7px 0;
  border-top: 2px solid #00eeff;
  border-bottom: 2px solid #00eeff;
}
.feedback.valid {
  color: #76cc60;
  border-color: #76cc60;
}
.feedback.error {
  color: #ff4c42;
  border-color: #ff4c42;
}
.form.col-two input[type=tel],
.form.col-two input[type=text],
.form.col-two input[type=email],
.form.col-two input[type=file],
.form.col-two textarea {
  width: 90%;
}
.form #ex-state,
.form #me-state {
  width: 20%;
}
.form #ex-zipcode,
.form #me-zipcode {
  width: 40%;
}
.form #ex-phone,
.form #me-phone {
  width: 60%;
}
.form .full textarea {
  width: 100%;
  height: auto;
}
/*---------------------*/
/* !Hotels & Travel ---*/
/*---------------------*/
.map {
  margin: 0 0 30px 0;
}
.map iframe {
  margin-bottom: -8px;
}
.plane:after {
  background: url("../img/bg_plane_west.svg") top left no-repeat;
  background-size: 258px;
  width: 258px;
  height: 123px;
  top: 3px;
  right: -53px;
}
/* !Shuttle Schedule Tables */
.shuttle {
  border-collapse: collapse;
  background: white;
  margin: 0 0 30px 0;
}
.shuttle thead tr th {
  background: #e5fdff;
  background: #e5fdff -webkit-linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #e5fdff linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  color: #002a54;
  font-size: 24px;
  padding: 5px 0;
}
.shuttle tr.head td {
  font-family: "univia-pro", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: none;
  background: #e5fdff;
  font-size: 18px;
  line-height: 30px;
  padding: 13px 10px 18px 10px;
}
.shuttle tr.head td strong {
  font-weight: 600;
}
.shuttle td.head {
  background: #e5fdff;
  width: 13%;
  color: #002a54;
}
.shuttle tbody tr {
  border-bottom: 2px solid #00eeff;
}
.shuttle tbody td {
  padding: 2px 10px;
  font-size: 20px;
}
/*---------------------*/
/* !Indie Showcase ----*/
/*---------------------*/
/* !Archive Form */
#archive {
  margin: 5px 0 15px 0;
  color: #002a54;
}
#archive:after {
  content: "";
  display: table;
  clear: both;
}
#archive select {
  font-size: 22px;
  background: white;
  float: left;
  height: 50px;
  border: 5px solid #00aaff;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#archive select:focus,
#archive select:hover {
  border-color: #00eeff;
  outline: none;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#archive .btn-submit {
  float: left;
  margin: 0 0 0 10px;
}
/* !Table of Contents */
.index {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
.index:before,
.index:after {
  background: url("../img/bg_tile_x_west.svg") top left repeat;
  background-size: 20px;
  content: "";
  width: 30px;
  display: block;
  height: 100%;
  position: absolute;
}
.index:after {
  left: 50%;
}
.index li:nth-child(odd) {
  float: left;
  clear: left;
}
.index li:nth-child(even) {
  float: right;
  clear: right;
}
.index li {
  width: 50%;
  padding: 0 10px 7px 40px;
  margin: 0 0 9px 0;
}
.index li a {
  box-shadow: none !important;
  border-bottom: 2px solid #00eeff;
  padding: 0 0 5px 0;
  color: #333333;
}
.index li a:hover {
  box-shadow: none !important;
  color: #00aaff !important;
  border-color: #00aaff;
}
/*---------------------*/
/* !Game Info ---------*/
/*---------------------*/
.game {
  width: 100%;
  margin: 0 0 30px 0;
}
.game:after {
  content: "";
  display: table;
  clear: both;
}
.game header {
  background: #e5fdff;
  background: #e5fdff -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #e5fdff linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  width: 38%;
  min-height: 300px;
  padding: 20px 30px 95px 30px;
  position: relative;
  float: left;
}
.game header h2 {
  font-size: 35px;
  line-height: 45px;
}
.game header .btn {
  position: absolute;
  bottom: 20px;
}
.game .img {
  width: 62%;
  float: left;
  overflow: hidden;
  height: 300px;
}
.game .img img {
  width: 100%;
}
.game .details {
  width: 38%;
  float: left;
  clear: both;
  padding: 20px 30px 0 30px;
}
.game .details li p {
  font-family: "univia-pro", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin: -7px 0 10px 0;
}
.game .details li strong {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #00aaff;
}
.game .about {
  width: 62%;
  float: left;
  background: #f4f4f4;
  font-size: 19px;
  padding: 22px 30px 10px 30px;
}
.game .about p {
  margin-bottom: 20px;
}
/*---------------------*/
/* !Schedule ----------*/
/*---------------------*/
.schedule {
  width: 100%;
}
.schedule:after {
  content: "";
  display: table;
  clear: both;
}
.schedule h4 {
  font-size: 21px;
  line-height: 34px;
  color: #002a54;
  margin: 0 0 22px 0;
}
/*---------------------*/
/* !Search ------------*/
/*---------------------*/
.search {
  margin: 0 0 20px 0;
  position: relative;
}
.search:after {
  content: "";
  display: table;
  clear: both;
}
.search .btn-float {
  padding: 12px 0 0 0;
  height: 50px;
  width: 30%;
  text-align: center;
  float: left;
  margin: 0;
}
.search .btn-float:hover {
  background-color: #00eeff;
}
.search .btn-filter {
  background: #00aaff url("../img/icon_filter.svg") 15px center no-repeat;
  background-size: 20px;
  padding-left: 10px;
}
.search .btn-filter.close {
  background-image: url("../img/icon_x.svg");
}
.search.float form {
  width: 67%;
  float: right;
}
.search.float form:after {
  content: "";
  display: table;
  clear: both;
}
.search #search {
  background: url("../img/icon_search_west.svg") 9px center no-repeat;
  background-size: 22px;
  float: left;
  padding-left: 35px;
  width: 94.1860465%;
}
.search #search:focus {
  border-color: #00eeff;
  outline: none;
}
.search.float #search {
  width: 92%;
}
.search .btn-arrow {
  float: right;
  width: 5.8139535%;
}
.search.float .btn-arrow {
  width: 8%;
}
.results {
  padding: 10px 0 16px 0;
}
/*---------------------*/
/* !Panel Details -----*/
/*---------------------*/
.panel .cats img,
#filter-menu label img {
  padding: 2px;
  margin-right: 5px;
  border-radius: 2px;
  width: 20px;
  background-color: #00aaff;
  display: inline;
  vertical-align: text-bottom;
}
.panel .copy {
  margin: 0 0 30px 0;
  display: block;
}
/*---------------------*/
/* !Filter Menu -------*/
/*---------------------*/
#filter-menu {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 10;
  top: 50px;
}
#filter-menu:before {
  width: 30%;
  height: 5px;
  background: #00aaff;
  content: "";
  display: block;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn-filter:hover + #filter-menu:before {
  background: #00eeff;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#filter-menu form {
  width: 100%;
  float: none;
}
#filter-menu form:after {
  content: "";
  display: table;
  clear: both;
}
#filter-menu .light {
  padding-top: 30px;
  margin: 0;
  border-top: 5px solid #00aaff;
  border-bottom: 5px solid #00aaff;
}
#filter-menu .light input[type=checkbox] {
  vertical-align: middle;
}
#filter-menu li {
  padding-top: 2px;
  margin-bottom: 7px;
}
#filter-menu .light label {
  margin: 0 0 0 10px;
}
#filter-menu .select-all {
  border-top: 2px solid #00eeff;
  border-bottom: 2px solid #00eeff;
  padding: 2px 0 3px 0;
  margin: 10px 0 20px 0;
}
#filter-menu label img {
  vertical-align: middle;
}
#filter-menu .select-all label {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
#filter-menu .btn-submit {
  margin: 10px 0 10px 0;
}
/*---------------------*/
/* !Active Filters ----*/
/*---------------------*/
#active-filters {
  margin: 0 0 15px 0;
}
#active-filters:after {
  content: "";
  display: table;
  clear: both;
}
#active-filters li {
  margin: 0 15px 5px 0;
  float: left;
  vertical-align: top;
}
#active-filters li a {
  background: url("../img/icon_x_west.svg") center left no-repeat;
  background-size: 10px;
  padding: 1px 0 0 13px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  height: 20px;
  display: block;
  color: #333333;
  text-transform: uppercase;
}
#active-filters li a:hover {
  color: #999999;
}
/*---------------------*/
/* !Section Nav -------*/
/*---------------------*/
.schedule .nav li {
  width: 33.3333%;
}
.panel .nav {
  background: #e5fdff;
  background: #e5fdff -webkit-linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #e5fdff linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  margin-bottom: 20px;
}
.panel .nav li {
  color: #002a54;
  width: 50%;
  padding: 18px 4px 18px 0;
}
.panel .nav li strong {
  color: white;
}
.nav {
  margin: 0 0 30px 0;
}
.nav:after {
  content: "";
  display: table;
  clear: both;
}
.nav li:last-child {
  border: none;
}
.nav li {
  color: #00aaff;
  float: left;
  border-right: 4px solid white;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
}
.nav li a {
  background: #e5fdff;
  display: block;
  color: #00aaff;
  padding: 18px 0 18px 0;
}
.nav li a:hover {
  background-color: #00eeff;
}
.nav li a strong,
.nav li strong {
  color: #002a54;
}
.nav li.active a {
  background: #e5fdff;
  background: #e5fdff -webkit-linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #e5fdff linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  color: white;
}
/*---------------------*/
/* !Schedule Day ------*/
/*---------------------*/
.schedule .day {
  margin: 0 0 30px 0;
}
.schedule .time {
  padding-bottom: 40px;
}
.schedule .time:after {
  width: 250px;
  left: 14%;
  top: 20px;
  position: relative;
  background-position: -2px 0;
  clear: both;
}
.schedule .time:last-child {
  margin: 0 0 -10px 0;
  padding: 0;
}
.schedule .time:last-child:after {
  background: none;
  clear: both;
}
.schedule .time h3 {
  width: 14%;
  float: left;
  color: #002a54;
  font-size: 24px;
  line-height: 30px;
  margin-top: -7px;
}
.schedule .time .events {
  float: left;
  width: 86%;
}
.events {
  border-left: 6px solid #00eeff;
  padding: 0 0 0 30px;
}
.events li {
  margin: 0 4px 10px 0;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  position: relative;
}
.events li:last-child {
  margin-bottom: 0;
}
.events li a {
  background: #e5fdff;
  color: #333333;
  padding: 7px 15px;
  display: inline-block;
}
.events li a:hover {
  background-color: #00eeff !important;
}
/*---------------------*/
/* !Schedule Icons ----*/
/*---------------------*/
/* !Main Theatre Event */
.events li.main a,
.events li.main.icon-tourney a,
.events li.main.icon-theatre a,
.events li.main.icon-pre-reg a {
  background: #e5fdff;
  background: #e5fdff -webkit-linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #e5fdff linear-gradient(to right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  font-weight: 700;
}
.events li.main a:hover,
.events li.main.icon-tourney a:hover,
.events li.main.icon-theatre a:hover,
.events li.main.icon-pre-reg a:hover {
  background: #00aaff !important;
}
/* !Tournament / Theatre Icons */
.events li.icon-tourney a,
.events li.icon-theatre a,
.events li.icon-pre-reg a {
  background: #f4f4f4;
  padding-left: 55px;
}
.events li.icon-tourney a:before,
.events li.icon-theatre a:before,
.events li.icon-pre-reg a:before {
  background: #00aaff url("../img/icon_tourney.svg") center no-repeat;
  background-size: 20px;
  content: "";
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.events li.icon-theatre a:before {
  background-image: url("../img/icon_theatre.svg");
}
.events li.icon-pre-reg a:before {
  background-image: url("../img/icon_pre_reg.svg");
}
/* !Age Restricted Icons */
.events li.age a {
  padding-left: 65px;
}
.events li.age strong {
  color: #ff9f29;
  background: #333333;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0 0 7px;
  width: 50px;
  font-size: 23px;
  line-height: 23px;
  font-family: "t26-carbon", monospace;
}
/* !Age & Tourney / Theatre */
.events li.icon-tourney.age a,
.events li.icon-theatre.age a,
.events li.icon-pre-reg.age a {
  padding-left: 105px;
}
.events li.icon-tourney.age a:before,
.events li.icon-theatre.age a:before,
.events li.icon-pre-reg.age a:before {
  left: 50px;
}
/*---------------------*/
/* !FAQ ---------------*/
/*---------------------*/
.faq .nav li {
  width: 25% !important;
}
/* !Question Mark Icons */
.faq .events {
  margin: 0 0 30px 0;
}
.faq .events li a {
  background: #f4f4f4;
  padding-left: 55px;
}
.faq .events li a:before {
  background: #00aaff url("../img/icon_faq.svg") center no-repeat;
  background-size: 12px;
  content: "";
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/*---------------------*/
/* !Sponsored Pages ---*/
/*---------------------*/
.logo-sponsor {
  width: 100%;
  height: 170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px 0;
}
.logo-sponsor img {
  max-width: 260px;
  max-height: 170px;
  margin: 0 auto;
}
#sponsor {
  min-height: 400px;
}
#sponsor h1 {
  color: white;
  z-index: 10;
  position: relative;
}
#sponsor header {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  background: #007dbb linear-gradient(to top right, #00aaff 20%, #00eeff 80%);
  position: relative;
}
#sponsor header:after {
  content: "";
  display: table;
  clear: both;
}
#sponsor img {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  min-width: 1280px;
}
/* !PAX Arena */
/* !PAX XP */
#logo-arena,
#logo-xp {
  z-index: 2;
  position: relative;
}
#sponsor #logo-arena path,
#sponsor #logo-xp path {
  fill: white;
}
#sponsor #logo-arena {
  width: 400px;
  height: 205px;
  top: 90px;
  left: 90px;
}
#sponsor #logo-xp {
  width: 250px;
  top: 55px;
  left: 165px;
}
#hero.sub-page #logo-arena {
  position: absolute;
  margin-left: -125px;
  width: 250px;
  height: 100%;
  left: 50%;
}
#hero.sub-page #logo-xp {
  position: absolute;
  margin-left: -64px;
  width: 128px;
  height: 100%;
  left: 50%;
}
#hero.sub-page #logo-arena path,
#hero.sub-page #logo-xp path {
  fill: #002a54;
}
/* !Unplugged Kids Day */
#sponsor h1 {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 60px;
  line-height: 60px;
  color: #002a54;
  left: 50px;
  top: 115px;
}
#sponsor strong {
  background: white;
  padding: 13px 20px 18px 20px;
  display: inline-block;
  vertical-align: top;
}
#sponsor strong:last-child {
  padding-top: 0;
  padding-bottom: 25px;
  line-height: 50px;
}
/*---------------------*/
/* !Sweepstakes -------*/
/*---------------------*/
.sweepstakes .header h1 {
  background: white url("../img/logo_pax_west.svg") center center no-repeat;
  background-size: 130px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  padding: 65px 60px;
  width: 270px;
  height: 130px;
}
.sweepstakes #show-details {
  height: 130px;
}
.sweepstakes .mail-list form {
  margin: 0 0 10px 0;
}
.sweepstakes .mail-list form:after {
  content: "";
  display: table;
  clear: both;
}
.sweepstakes .mail-list #email {
  width: 510px;
}
.sweepstakes .mail-list .btn-arrow {
  float: left;
}
.sweepstakes .sml {
  margin-top: 20px;
}
.sweepstakes .sml:before {
  width: 100px;
  margin: 0 0 10px 0;
}
.sweepstakes .sidebar .light img {
  padding: 30px 30px 30px 20px;
}
/*---------------------*/
/* !Sidebar -----------*/
/*---------------------*/
.sidebar {
  position: relative;
  float: right;
  width: 300px;
  margin-left: -340px;
}
.sidebar .button,
.sidebar .ad,
.sidebar section,
.sidebar .mobile-app {
  margin: 0 0 30px 0;
}
.sidebar p.sml {
  margin-bottom: 18px;
}
/*---------------------*/
/* !Buttons -----------*/
/*---------------------*/
.sidebar .button,
.sidebar .mobile-app {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #007dbb linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
}
.sidebar .button a {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 20px 19px;
  height: 70px;
  border-bottom: 5px solid #007dbb;
  display: block;
  overflow: hidden;
  padding: 10px 0 0 80px;
}
.sidebar .button a:hover {
  border-bottom-color: #00eeff;
  background-color: rgba(0, 238, 255, 0.5);
}
.sidebar .button h4,
.sidebar .mobile-app h4 {
  color: white;
  text-shadow: 2px 2px 0px rgba(0, 125, 187, 0.5);
  font-size: 22px;
  line-height: 24px;
}
.sidebar .button p,
.sidebar .mobile-app p {
  color: #002a54;
  margin-top: 2px;
  font-size: 20px;
  line-height: 20px;
}
/* !Expo Hall Map */
.sidebar .btn-map a {
  background-image: url("../img/icon_arrow_down.svg");
}
/* !View Full Schedule */
.sidebar .btn-schedule a {
  text-align: center;
  padding-left: 0;
}
/* !Print Schedule */
.sidebar .btn-print a {
  background-image: url("../img/icon_printer.svg");
  padding-top: 19px;
}
/* !Mobile App */
.sidebar .mobile-app {
  padding: 22px 0 0 0;
  height: 150px;
  position: relative;
}
.sidebar .mobile-app:after {
  background-image: url("../img/icon_phone.svg");
  background-size: 40px;
  width: 40px;
  height: 58px;
  display: block;
  content: "";
  top: 16px;
  left: 20px;
  position: absolute;
}
.sidebar .mobile-app h4 {
  margin-left: 80px;
}
.sidebar .mobile-app p {
  margin-left: 80px;
}
.sidebar .mobile-app ul {
  background: #007dbb;
  margin-top: 22px;
  height: 60px;
  padding: 10px 0 0 0;
}
.sidebar .mobile-app li {
  float: left;
}
.sidebar .mobile-app li a {
  background-repeat: no-repeat;
  background-size: 135px;
  background-position: center;
  width: 135px;
  height: 40px;
  color: white;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 238, 255, 0);
}
.sidebar .mobile-app li a:hover {
  border-color: #00eeff;
}
.sidebar .mobile-app .btn-app-store a {
  background-image: url("../img/btn_app_store.svg");
}
.sidebar .mobile-app .btn-google-play a {
  background-image: url("../img/btn_google_play.svg");
}
/* !Mobile App w/o Buttons */
.sidebar .mobile-app-sml a {
  background-image: url("../img/icon_phone.svg");
  background-size: 30px;
  background-position: 25px 11px;
}
/*---------------------*/
/* !Sidebar Sections --*/
/*---------------------*/
.sidebar .light h4 {
  font-size: 22px;
  padding: 13px 0 0 0;
  margin-bottom: 7px;
}
.sidebar .light {
  padding: 0 20px 10px 20px;
}
.sidebar .mail-list p {
  margin: 0 0 8px 0;
}
/* !Mailing List */
.sidebar .mail-list form {
  margin: 0 0 10px 0;
}
.sidebar .mail-list form:after {
  content: "";
  display: table;
  clear: both;
}
.mail-list label {
  font-size: 20px;
  line-height: 20px;
  color: #00aaff;
  font-style: italic;
  display: block;
  margin: 5px 0 6px 0;
}
.mail-list label:first-child:before {
  width: 100px;
  margin: 0 0 10px 0;
}
.mail-list input[type="text"],
.mail-list #email {
  width: 100%;
}
.mail-list input[type="text"]:focus,
.mail-list #email:focus {
  border-color: #00eeff;
  outline: none;
}
.mail-list input[type="text"]:valid,
.mail-list #email:valid {
  border-color: #76cc60;
}
.mail-list #email {
  width: 210px;
  float: left;
}
/*---------------------*/
/* !Footer ------------*/
/*---------------------*/
.footer {
  background: #007dbb;
  background: #007dbb -webkit-linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  background: #007dbb linear-gradient(to top right, rgba(0, 170, 255, 0.7) 20%, rgba(0, 238, 255, 0.7) 80%);
  width: 100%;
  min-width: 1280px;
  padding: 32px 0 0 0;
  overflow: hidden;
}
.footer .group {
  float: left;
  width: 100%;
  min-width: 900px;
  padding-right: 300px;
}
.footer .group:after {
  content: "";
  display: table;
  clear: both;
}
.footer .ad {
  position: relative;
  width: 300px;
  float: right;
  margin: 8px 0 0 -300px;
}
.footer .links {
  float: left;
  min-width: 225px;
  width: 25%;
}
.footer .links ul {
  margin-top: 13px;
}
.links li {
  font-size: 17px;
  line-height: 28px;
}
.links li a {
  color: white;
  border-bottom: 2px solid rgba(0, 238, 255, 0);
}
.links li a:hover {
  color: #002a54;
  border-bottom: 2px solid #00eeff;
}
.footer .links h4 {
  font-size: 20px;
  line-height: 30px;
  color: #002a54;
  display: inline-block;
  vertical-align: top;
}
.footer .links h4:after {
  width: 75%;
  margin-top: 4px;
}
/* !Social Media Icons */
.footer .links .last {
  margin-bottom: 15px;
}
.icon-twitter,
.icon-twitch,
.icon-instagram,
.icon-facebook {
  padding: 0 0 0 28px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 18px;
}
.icon-twitch {
  background-image: url("../img/icon_twitch.svg");
}
.icon-instagram {
  background-image: url("../img/icon_instagram.svg");
}
.icon-facebook {
  background-image: url("../img/icon_facebook.svg");
}
.icon-twitter {
  background-image: url("../img/icon_twitter.svg");
  background-size: 20px;
}
/* !Copyright */
.footer .copyright {
  background: #007dbb;
  margin-top: 40px;
  font-weight: 700;
  font-size: 17px;
  color: #002a54;
  padding: 22px 0 19px 0;
  position: relative;
}
.footer .copyright:before {
  width: 340px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 40%;
}
.footer .copyright p {
  display: inline-block;
}
.footer #logo-pax {
  width: 78px;
  height: 27px;
  float: right;
  margin-top: 1px;
}
.footer #logo-pax path {
  fill: #002a54;
}
/*--------------------------------------*/
/* !Show Specific Styles & Overrides ---*/
/*--------------------------------------*/
/*--------------------------------------*/
/* !PAX West Specific ------------------*/
/*--------------------------------------*/
#badges li {
  width: 18.5%;
}
#badges li.four-day {
  width: 26%;
}
#badges p {
  font-size: 18px;
  line-height: 20px;
}
#main ul.status {
  margin-top: 15px;
}
.schedule .nav li {
  width: 25%;
}
/*-------------------------------------------------------------*/
/* !Alternate image styling until blending modes are supported */
/*-------------------------------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hero img {
    opacity: 0.15;
  }
  .performers li img,
  .gallery.col-four li img {
    opacity: 0.5;
  }
  .performers li a:hover img {
    opacity: 0.15;
  }
  .speaker .img img {
    opacity: 0.5;
  }
  .gallery.col-four li img {
    opacity: 0.5;
  }
  .gallery.col-four li a:hover img {
    opacity: 0.15;
  }
}
@supports not ((mix-blend-mode: screen)) {
  #hero img {
    opacity: 0.15;
  }
  .performers li img,
  .gallery.col-four li img {
    opacity: 0.5;
  }
  .performers li a:hover img {
    opacity: 0.15;
  }
  .speaker .img img {
    opacity: 0.5;
  }
  .gallery.col-four li img {
    opacity: 0.5;
  }
  .gallery.col-four li a:hover img {
    opacity: 0.15;
  }
}
