/* PRIMARY PALETTE DECLARATION */
/* PLEASE USE THESE (i.e.: color: var(--primary-text) IN CSS INSTEAD OF HARD CODING VALUES */
:root {
  --base: #4D4D4D;
  --primary: #ffd800;
  --primary-text: black;
  --secondary: #0071bc;
  --secondary-text: black;
  --alt: black;
  --alt-text: white;
  --premium-gold: #d69429;
  --premium-gold-text: white;
}

body {
  background-size: cover;
  background-repeat: repeat;
  background-color: var(--base);
  overflow-x: hidden !important;
  background-position: top right;
  max-width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--alt-text);
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: var(--secondary);
}

.pageContent {
  margin-top:100px;
  /* margin-bottom:25px; */
}

.supportWrap p a {
  background: yellow;
  padding: 0px 4px;
  cursor: pointer;
}

#responsive-menu {
  margin-right: 1rem;
  font-family: 'GT-America Condensed Black', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.startday {
  font-size: 25px !important;
  left: 5px;
  top: 35px !important;
  text-align: left !important;
  position: absolute !important;
}

.endday {
  font-size: 25px !important;
  /* right: -4px !important; */
  top: 11px !important;
  text-align: right !important;
  position: relative !important;
}

.color-divider {
  border: 0;
  height: 4px;
  /* Adjust thickness */
  background: linear-gradient(to right,
      #0071bc 33.33%,
      /* First third */
      #ffd800 33.33%, #ffd800 66.66%,
      /* Second third */
      #346fb4 66.66%
      /* Final third */
    );
  width: 150px;
  margin-left: 0;
}

.dashy {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -2px;
}

#fbCopy p {
  color: #fff;
}

/*.lineWrap{
  background-image: url(/images/angle-lines-light.png);
       background-size:205px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;

    }*/

button {
  background: #fff;
  color: #000;
  font-family: 'GT-America Condensed Black', sans-serif;
  cursor: pointer;
  font-weight: 700;
}

.overlay {
  display: none;
}

/* ghost button */

.ghostB {
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.19), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  height: 55px;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 300px;
  margin-left: -150px;
  left: 50%;
  position: relative;
  color: #7a7a7a;
  border: solid 1px #ccc;
  background-color: transparent;
  -webkit-transition: background-color .2s;
  /* Safari */
  transition: background-color .2s;
  text-transform: uppercase;
}

.ghostB :hover {
  background-color: #efefef;
  -webkit-transition: background-color .2s;
  /* Safari */
  transition: background-color .2s;
}


.imgWrapChange {
  width: 82px !important;
  padding-bottom: 19px !important;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}

/*    .imgChange {
    width: 70px !important;
    margin-left: -35px !important;

    top: 10px !important;
        -webkit-transition: all .2s;*/
/* Safari */
/*    transition: all .2s;
}*/

.close-button {
  z-index: 5;
}

.searchTop input:focus {
  color: #555;
  caret-color: #fbd300;
}

#addsearch-results-bottom a img {
  display: none !important;
}

:focus {
  outline-color: #fff;
  outline-width: 0px;
}

h1 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 900;
  font-size: 3.7rem;
  margin-bottom: 2px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

h2 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 900;
  font-size: 2.7rem;
}

p {
  color: var(--alt-text);
  font-size: 15px;
  font-family: 'GT-America', sans-serif;
}

a:focus {
  outline-color: #fff;
}

h3:focus {
  outline-color: #fff;
}

.margins {
  margin-top: 53px;
  -webkit-transition: margin-top .4s;
  /* Safari */
  transition: margin-top .4s;

}

.searchTop {
  position: absolute;
  width: 100%;
  background: #3a383a;
  height: 53px;
  z-index: 2;
  top: -53px;
  margin-left: -1rem;
  border-bottom: none;
}

.input-group-rounded .input-group-field {
  position: initial;
  top: 11px;
  max-width: 100%;
  height: 44px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #3A383A;
  box-shadow: none;
}

.input-group-rounded .input-group-button .button {
  position: relative;
  top: 0px;
  height: 40px;
  width: 160px;
  left: 0px;
  color: #000;
  z-index: 2;
}

.searchTop .input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  left: 0%;
  margin-left: 0px;
  position: relative;
  padding: 6px 0px;
}

.foundation-5-top-bar {
  background: #fff;
  color: #fefefe;
  border-bottom: 1px solid #e1e1e1;
  padding: 0rem 3rem 0rem 1rem;
  position: relative;
  -webkit-transition: margin-top .5s;
  /* Safari */
  transition: margin-top .5s;
  /* box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 1px 0 rgba(0, 0, 0, 0.24);*/
  z-index: 5;
  height: 106px;
}

.foundation-5-top-bar .menu {
  background: transparent;
  height: 106px;
}

.foundation-5-top-bar .menu li {

  -webkit-transition: background-color .3s, -webkit-background-color .3s;
  /* Safari */
  transition: background-color .3s, background-color .3s;
}

.foundation-5-top-bar .menu li:hover {
  background-color: transparent;
  -webkit-transition: background-color .3s, -webkit-background-color .3s;
  /* Safari */
  transition: background-color .3s, background-color .3s;

}

.activeNav {
  background-color: transparent;
}

.foundation-5-top-bar .menu a:hover {
  color: #333;
}

.foundation-5-top-bar .menu a:focus {
  color: #333;
}

.foundation-5-top-bar .menu a {
  color: #333;
  font-weight: 700;

}

.is-dropdown-submenu-parent a {
  font-size: 15px;
}

.is-dropdown-submenu-parent {
  padding-top: 30px;
}

.is-dropdown-submenu li {
  background-color: transparent !important;
  font-size: 14px;
  margin-top: 3px;
}

.is-dropdown-submenu li a {
  padding-left: 0rem !important;
  margin-left: 3rem;
  -webkit-transition: all .4s;
  /* Safari */
  transition: all .4s;
  font-weight: 400 !important;
  font-size: 14px;
  border-left: 2px solid transparent;
  text-transform: none !important;
}

.is-dropdown-submenu li a:hover {
  padding-left: 8px !important;
  border-left: 2px solid #fed200;
  -webkit-transition: all .4s;
  /* Safari */
  transition: all .4s;

}

.is-dropdown-submenu li:hover {
  color: #ccc;
}

.foundation-5-top-bar .is-dropdown-submenu {
  border: 0;
}

.foundation-5-top-bar .is-dropdown-submenu-item.opens-right a::after {
  border-color: transparent transparent transparent #fefefe;
}

.foundation-5-top-bar .js-drilldown-back>a::before {
  border-color: transparent #fefefe transparent transparent;
}

.foundation-5-top-bar .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent #fefefe;
}

.foundation-5-top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #fefefe transparent transparent;
  display: none;
}

.logo {
  width: 135px;
  background: #000;
  padding-bottom: 42px;
  position: absolute;
  top: 0px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: top .3s;
  /* Safari */
  transition: top .3s;
}

.logo img {
  width: 99px;
  margin-left: -49px;
  left: 50%;
  position: relative;
  top: 20px;
}

.top-bar-right {
  display: none;
}

.lineNav {
  height: 30px;
  margin-top: 38px;
  margin-bottom: 38px;
  width: 1px;
  background-color: #D3D3D3;
  margin-left: -1px;
  margin-right: -1px;
}

#searchIcon {
  display: block;
  color: #414141;
  position: absolute;
  font-size: 24px;
  top: 38px;
  right: 1rem;
  -webkit-transition: color .15s, -webkit-color .15s;
  /* Safari */
  transition: color .15s, color .15s;
}

#searchIcon:hover {
  color: #cacaca;
  -webkit-transition: color .15s, -webkit-color .15s;
  /* Safari */
  transition: color .15s, color .15s;

}

.animated-search-form[type=search] {
  width: 10rem;
  border: 0.125rem solid #e6e6e6;
  box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.18);
  border-radius: 0;
  background-image: url("//image.ibb.co/i7NbrQ/search_icon_15.png");
  background-position: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  padding: 0.75rem 1.25rem 0.75rem 2rem;
  transition: width 0.4s ease-in-out;
}

.animated-search-form[type=search]:focus {
  width: 100%;
}


.searchbar {
  margin: 1rem;
}

.search-field {
  width: 0;
  height: 40px;
  margin-left: 1rem;
  padding: 0;
  border-radius: 50px;
  border: none;
  transition: all 0.5s ease;
}

.expand-search {
  width: 80%;
  max-width: calc(80% - 3rem);
  border: 1px solid #c9c9c9;
  padding: .5rem;
}

svg {
  width: 25px;
  height: 25px;
}

.button {
  /*border-radius: 50px;*/
  background-color: transparent;
  color: #a7a7a7;
}

/*.input-group-button{
    position: absolute;
    top: 38px;
    left: 96%;
}*/
.top-bar input {
  max-width: 100%;
  margin-right: 1rem;
  position: absolute;
  left: 0%;
  top: 0px;
  border-radius: 0px;
  height: 53px;
}

.button:hover {
  background-color: #8E8E8E;
  color: #fefefe;
}

.button:focus {
  /*  background-color: transparent;*/
  color: #fefefe;
}

.menu-icon {
  position: absolute;
  right: 1rem;
  top: 8px;
  width: 34px;
  height: 24px;
}

.input-group-rounded .input-group-field {
  border-radius: 0px;
  padding-left: 1rem;
  z-index: 3;
}

.input-group-rounded .input-group-button .button {
  border-radius: 0 0;
  font-size: 0.8rem;
  left: 0px;
  background-color: #fbd300;
}

.menu-icon:after {
  background: #202020;
  box-shadow: 0 9px 0 #212121, 0 18px 0 #1e1e1e;
  height: 6px !important;
  top: 3px;
}

.dropdown.menu a {
  padding-left: 3rem;
  padding-right: 3rem;
}

/*.dropdown.menu a:hover{
  opacity: .7;
}*/
.is-dropdown-submenu-parent a {
  padding-right: 3rem !important;
  color: #333 !important;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  width: 600px;
  height: auto;
  border: solid 1px #171717;
  padding: 1rem 0rem 2rem;
  background-color: #2b2b2b;
  top: 100%;
  /* background-image: url(/images/angle-lines.png);*/
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 45px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 0px 1px 0 rgba(0, 0, 0, 0.24);
}

.promoTile {
  position: absolute;
  top: 35px;
  left: 268px;

}

.tmTile {
  position: absolute;
  top: 224px;
  left: 267px;
  width: 168px;
}

#baseHP {
  background: var(--primary);
  margin-bottom: 0rem;
  width: 300px;
  margin-left: -150px;
  margin-top: 0rem;
  color: var(--primary-text);
  font-weight: 900;
  transition: all .2s ease-in-out;
  border: solid var(--primary-text) 0px;

}

#baseHP:hover {
  transform: scale(1.1);
}

.searchTop form {
  width: 100%;
}

.searchTop .button {
  right: 0%;
  position: relative;
  /* display: inline-block; */
  float: right;
  background: #ccc;
  top: -6px;
  margin: 0px;
}

/*promo banner*/
.promoBanner {
  height: 40px;
  text-align: center;
  background: #5d5d5d;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.promoBanner i {
  margin-right: 10px;
  font-size: 17px;
  color: #fed200;
}

.promoBanner a {
  color: #fff;
  font-weight: 500;
  margin-left: 7px;
  color: #cfcbcb;
  font-size: 14px;
  text-decoration: underline;
}

.hostBadge {
  position: absolute;
  right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background: #2c2c2c;
  font-size: 13px;
}

.hostBadge a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}

/*partners*/
.partners {
  /* align:center; */
  max-width: 100%;
  overflow: hidden;
  border-top: 1px solid #6a6a6a;
  box-sizing: border-box;
  padding: 10px;
  background: #6a6a6a;
  position: relative;
  color: white;
  clear:both;
}

.partner-logo {
  margin-left: 10px;
  margin-right: 10px;
}

#partners {
  background: #feff03;
  height: 113px;

}

#partners h3 {
  padding-top: 36px;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}

.partnerRotate {
  width: 100%;
  margin-bottom: 13px !important;
  padding-top: 12px;
  padding-left: 4%;
  background: #fff !important;
}

.slick-next:before {
  font-family: 'slick';
  font-size: 24px;
  line-height: 1;
  opacity: .75;
  color: #ccc;
}

.partners .slick-prev {
  display: none !important;
}

.partners img {
  height: 60px;
}

.partImg img:last-child {
  display: none;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all.3s;
}

.partImg:hover img:first-child {
  display: none;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all.3s;
}

.partImg:hover img:last-child {
  display: inline-block;
  -webkit-transition: all .3s;
  /* Safari */
  transition: all.3s;
}


/*nav tricks*/
.changeNav {
  margin-top: -180px;
  position: fixed;
  width: 100%;
  /*    height: 60px;*/
  /*  -webkit-transition: margin-top 1s, -webkit-margin-top 1s;
    transition: margin-top 1s, margin-top 1s;*/
}

.navDrop {
  margin-top: 0px;
  /*  display: none;*/
  -webkit-transition: margin-top 1s, -webkit-margin-top 1s;
  transition: margin-top 1s, margin-top 1s;
}

/*hero hp*/
#bonHero #lordeHero {
  background-image: url(/images/johnbonhero.jpg);
}

#eltonHero #lordeHero {
  background-image: url(/images/event/kidHero.jpg);
  background-position: top;
}

#lordeHero {
  background-image: url(/images/johnbonhero.jpg);
  height: 595px;
  width: 100%;
  background-size: cover;
  background-color: #303030;
  position: relative;
  overflow: hidden;
  background-position: center;
  -webkit-transition: background-image 300ms ease-in 2s;
  /* property duration timing-function delay */
  -moz-transition: background-image 300ms ease-in 2s;
  -o-transition: background-image 300ms ease-in 2s;
  transition: background-image 300ms ease-in 2s;


  -webkit-transition-property: background-image;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-delay: 100ms;

  -moz-transition-property: background-image;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-in;
  -moz-transition-delay: 100ms;

  -o-transition-property: background-image;
  -o-transition-duration: 300ms;
  -o-transition-timing-function: ease-in;
  -o-transition-delay: 100ms;

  transition-property: background-image;
  transition-duration: 300ms;
  transition-timing-function: ease-in;
  transition-delay: 100ms;

}

#premiumHero {
  background-image: url('https://assets.prucenter.com/misc/premiumbanner-updated.jpg');
  height: 560px;
  width: 100%;
  background-size: cover;
  background-color: #303030;
  position: relative;
  overflow: hidden;
  background-position: center;

}

#premiumHero h2 {
  font-size: 37px;
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
}

#premiumHero .heroText {
  width: 368px;
  position: relative;
  top: 5rem;
  left: 3rem;

}

#premiumHero .heroText h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}

#premiumHero .premiumIcon {
  position: relative;
  left: 0%;
  margin-left: 0px;
  width: 188px;
  margin-bottom: 1rem;
  margin-top: 0rem;
}

#premiumHero .heroText button {
  background: transparent;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  margin-top: 5px;
}

.heroCopy {
  background-image: url(/images/anglehero.png);
  height: 900px;
  width: 541px;
  background-repeat: no-repeat;
  left: -541px;
  position: absolute;
  top: 0px;
  background-size: contain;
}

#bonHero .heroCopy {
  width: 44%;
  max-width: 680px;

}

.slideIn {
  left: 0px;
  -webkit-transition: left 1s, -webkit-left 1s;
  /* Safari */
  transition: left 1s, left 1s;
}

#bonHero .heroText h1 {
  font-size: 44px;
}

#bonHero .heroText h3 {
  font-size: 18px;
}

#bonHero .heroText {
  width: 428px;
}

.heroText {
  opacity: 0;
  width: 360px;
  position: relative;
  top: 7rem;
  left: 4rem;
}

.heroText time {
  font-size: 18px;
  font-weight: 900;
  color: #fed200;

}

.heroText h1 {
  font-size: 55px;
  color: #fff;
  margin: 0px;
}

.heroText h3 {
  font-size: 20px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.heroText p {
  color: #c9c9c9;
  font-size: 14px;
  margin-top: 12px;
}

.heroText button {
  width: 265px;
  height: 50px;
  font-size: 14px;
  font-weight: 900;
  background: #ffffff;
  color: #161616;
  margin-top: 20px;
  -webkit-transition: background .3s, -webkit-background .3s;
  /* Safari */
  transition: background .3s, background .3s;
}

.heroText button:hover {
  background: #939393;
  -webkit-transition: background .3s, -webkit-background .3s;
  /* Safari */
  transition: background .3s, background .3s;

}

.heroText button img {
  width: 29px;
  margin-right: 8px;
  margin-left: -12px;
}

.lineTop {
  position: absolute;
  right: 0%;
  top: -22px;
}

.slideDown {
  top: 0px;
  -webkit-transition: top 1s, -webkit-top 1s;
  /* Safari */
  transition: top 1s, top 1s;
}

.showCopy {
  opacity: 1;
  -webkit-transition: opacity 2.8s, -webkit-opacity 2.8s;
  /* Safari */
  transition: opacity 2.8s, opacity 2.8s;
}

#hpBody {
  max-width: 1300px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#hpBody .grid-padding-x .cell {
  padding-right: 0rem;
  padding-left: 0rem;

}

#hpBody .cell {
  padding-right: 0rem;
  padding-left: 0rem;

}

.yellowHP {
  position: absolute;
  left: -30px;
  width: 180px;
  top: 55rem;
  display: none;
}

#hpBody .eventCard {
  margin-bottom: 3rem;
}

/*footer*/

.footer {
  background: #2d2d2d;
  height: 520px; 
  width: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 4rem 0rem 2rem 2rem;
  background-position: -113px 0px;
  z-index: 2;
}

.base {
  height: 101px;
  position: absolute;
  background: #feff03;
  bottom: -77px;
  width: 109%;
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Safari */
  transform: rotate(-2deg);
  margin-left: -2rem;
}

.footerRow {
  width: 15%;
  display: inline-block;
  color: #fff;
  float: left;
  margin-right: 1rem;
}

.footerRow .fa {
  font-size: 27px;
  margin-right: 15px;
  color: #fff;
  -webkit-transition: color .3s;
  /* Safari */
  transition: color .3s;
}

.footerRow .fa:hover {
  font-size: 27px;
  margin-right: 15px;
  color: #feff03;
  -webkit-transition: color .3s;
  /* Safari */
  transition: color .3s;
}

#tileA {
  width: 18%;
  margin-right: 50px;
}

#tileA img {
  margin-top: -6px;
  margin-bottom: 16px;
}

.footerRow p {
  font-size: 14px;
  color: #fff;
}

.footerRow p a {
  color: #fff;
}

.footerRow h4 {
  font-size: 14px;
  color: #feff03;
  font-weight: 900;
  margin-bottom: 10px;
  -webkit-transition: color .3s;
  /* Safari */
  transition: color .3s;
}

.footerRow h4:hover {

  color: #fff;
  -webkit-transition: color .3s;
  /* Safari */
  transition: color .3s;
}

.footerRow ul {
  margin-left: 0px;
}

.footerRow li {
  list-style: none;
  line-height: 2rem;
}

.footerRow li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-left: 2px solid transparent;
  -webkit-transition: all .4s;
  /* Safari */
  transition: all .4s;
}

.footerRow li a:hover {
  padding-left: 5px;
  border-left: 2px solid #fed200;
  -webkit-transition: all .4s;
  /* Safari */
  transition: all .4s;
}

.footer #connect {
  width: 11%;
}

.footerEmail {
  width: 100%;
}

#footerEmail {
  width: 84%;
  margin-left: 0rem;
  height: 38px;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  background-color: #fff;
}

#footerButton {
  width: 16%;
  display: inline-block;
  height: 38px;
  margin-top: 0px;
  margin: 0px;
  background: #fbd300;
  color: #FFF;
}

#tileA h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;

}

.footer iframe {
  border: none;
  width: 222px;
}

.footerEmail {
  height: 165px;
}

/*pdp*/
#pdp {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;

}

#pdp1 {
  /* background-image: url(/images/back-lines.png); */
  background-size: 149px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 15px;
  /*margin-left: 15px;*/
  /* max-width: 700px;*/
  max-width: 620px;
  margin-bottom: 2rem;
  padding-left: 2rem;
  position: relative;
}

.rwjBadge {
  position: absolute;
  width: 128px;
  right: 3px;
  box-shadow: none !important;
  top: 0px;
}

#pdp1 img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#pdpCopy time {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #fed200;
}

#pdpCopy h1 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 6px;
  margin-top: 8px;
  line-height: 1.1;
}

#pdpCopy h2 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 7px;
  color: #6A6A6A;
  margin-bottom: 22px;
  width: 81%;
}

.yellowbar {
  display: none;
  width: 100px;
  height: 5px;
  background-color: #feff03;
  margin-top: 15px;
  margin-bottom: 20px;
}

.yellowbarCenter {
  width: 100px;
  height: 5px;
  background-color: #feff03;
  margin-top: 15px;
  margin-bottom: 2rem;
  position: relative;
  left: 50%;
  margin-left: -50px;
}

#pdpCopy p {
  color: #e3e3e3;
  font-size: 15px;
  font-family: 'GT-America', sans-serif;
  margin-bottom: 1.3rem;
  width: 85%;
}

#pdpCopy p a {
  color: #3A383A;
  text-decoration: underline;
  /* margin-left: 10px;*/
}

#pdpCopy .seatingpop {
  color: #6A6A6A;
  font-size: 15px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}

#pdpCopy button {
  width: 80%;
  font-family: 'GT-America Condensed Black', sans-serif;
  height: 50px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 18px;
}

#pdpCopy button:hover {
  opacity: .7;

}

#pdpCopy button img {
  margin-right: 10px;
  margin-left: -10px;
}

#pdpCopy .ghost {
  background: #fff;
  border: 1px solid #000;
  /*margin-top: 15px;*/
  color: #000;
}

#pdpCopy .seatingpop img {
  margin-right: 10px;
}

#pdpCopy {
  padding-top: 5rem;
  padding-left: 5rem;
  /*   max-width: 550px;*/

}

#pdp2 {
  /* background-image: url(/images/back-lines.png); */
  background-size: 149px;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 15px;
  /*margin-left: 15px;*/
  /* max-width: 700px;*/
  max-width: 640px;
  margin-top: 3rem;
}

#pdp2 img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
}

#pdp2Copy {
  padding-top: 8rem;
  padding-left: 2rem;

  padding-right: 4rem;
}

#pdp2Copy p {
  color: #fff;
  font-size: 15px;
  font-family: 'GT-America', sans-serif;
  margin-bottom: 1.3rem;
}

#pdp2Copy h3 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 12px;
  line-height: 1.3;
}

#listen {
  height: 600px;
  width: 100%;
  background-image: url(/images/pdpback.png);
  background-size: 100%;
  margin-top: 4rem;
  padding-top: 2rem;
  margin-bottom: -3rem;
}

#listen img {
  width: 42px;
  margin-left: -21px;
  left: 50%;
  position: relative;
  margin-bottom: 10px;
}

#listen h3 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 2px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

#media {
  margin-top: 2rem;
  width: 784px;
  margin-left: -356px;
  left: 50%;
  position: relative;
}

#shopify {
  width: 48%;
}

.formHeader {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

.showBox {
  width: 180px;
  display: inline-block;
  float: left;
  height: auto;
  height: 180px;
  border: 1px solid #2c2c2c;
  text-align: center;
  padding-top: 11px;
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 700;
  position: relative;
  margin-top: 1px;
  padding-left: 0px;
  background-color: #2c2c2c;
  color: #fff;
  margin-right: 2%;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 8px;
  z-index: 10;
}



.showBox img {
  position: relative;
  left: 0px;
  top: 0px;
  background: transparent;
  padding-top: 0rem;
  max-width: 87px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 14px;
}

.showBox span {
  display: block;
}

#pdpCopy #famButton {
  width: 39%;
  margin-right: 1%;
}

#pdpMulti {
  background: #EFEDED;
  margin-top: 3rem;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 3rem;
}

#pdpMulti a {
  color: var(--primary-text);
}

.eventMulti {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  height: 84px;
  font-family: 'GT-America', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .2s, -webkit-transform .2s;
  transition: transform .2s, transform .2s;
  width: 30%;
  display: inline-block;
  margin: 1%;

}

.eventMulti:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari */
  transform: scale(1.05);
  -webkit-transition: transform .2s, -webkit-transform .2s;
  /* Safari */
  transition: transform .2s, transform .2s;
}

/* Presale recurring showtimes should read as info boxes, not buttons */
#pdpMulti .recurring-event-presale-date .eventMulti {
  background-color: #2c2c2c;
  border: 1px solid #cfcfcf;
  box-shadow: none;
  cursor: default;
}

#pdpMulti .recurring-event-presale-date .eventMulti:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#pdpMulti .recurring-event-presale-date .eventMulti .date {
  background: #3a3a3a;
  color: #fff;
}

#pdpMulti .recurring-event-presale-date .eventMulti .month,
#pdpMulti .recurring-event-presale-date .eventMulti .Multinumber,
#pdpMulti .recurring-event-presale-date .eventMulti time {
  color: #fff;
}

.date {
  background: #feff03;
  float: left;
  height: 100%;
  display: inline-block;
  width: 90px;
}

.month {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;

}

.number {
  font-size: 30px;
  width: 100%;
  display: inherit;
  text-align: center;
  line-height: 32px;
  font-weight: 700;

}

.date time {
  text-align: center;
  display: inherit;
  font-size: 14px;
}

.title {
  display: inline-block;
  padding-left: 15px;
  padding-right: 50px;
}

.title h3 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'GT-America Condensed Black', sans-serif;
  margin-bottom: 0px;
  line-height: 24px;
  margin-top: 19px;
}

.buy {
  display: inline-block;
  right: 0px;
  width: 40px;
  top: 46px;
  position: absolute;
}

#youMay {
  padding-top: 3rem;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 2rem;
  border-top: #101010 1px solid;
  background-color: #1c1c1c;
}

.eventCard {
  font-family: 'GT-America', sans-serif;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  max-width: 390px;
  margin-bottom: 2rem;
  height: auto;
}

.eventCard time {
  font-size: 12px;
  background: #feff03;
  padding-bottom: 5px;
  padding-top: 6px;
  padding-left: 5px;
  padding-right: 5px;
  color: #2a2a2a;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 900;
  border: none !important;
  height: 84px;
  width: 66px;
  z-index: 3 !important;
  text-transform: uppercase;
  box-shadow: 2px 2px 5px 0px #00000030;

}

.eventday {
  font-size: 38px;
  margin-top: -12px;
  margin-bottom: -12px;
  letter-spacing: 1px;
  /*    -webkit-text-stroke-width: 2.4px;
    -webkit-text-stroke-color: #222222;*/
  color: #2a2a2a;
}

.cardImg {
  max-height: 400px;
  /* max-height: 423px;*/
  overflow: hidden;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

#elpGoya {
  position: absolute;
  z-index: 3;
  width: 148px;
  bottom: 102px;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
}

#elpGoya:hover {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
}

#elpRwj {
  position: absolute;
  z-index: 3;
  width: 153px;
  bottom: 103px;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  left: 3px;
}

#elpRwj :hover {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
}

.cardImg img {
  width: 100%;
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  -webkit-transition: transform 1s, -webkit-transform 1s;
  /* Safari */
  transition: transform 1s, transform 1s;

}

.cardImg img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  -webkit-transition: transform 1s, -webkit-transform 1s;
  /* Safari */
  transition: transform 1s, transform 1s;


}

.eventCard h3 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  max-width: 350px;
  color: white;
  position: absolute;
  bottom: -25px;
  left: 0px;
  text-align: left;
  width: 100%;
  background: none;
  padding: 0.8rem;
  text-transform: capitalize;
  letter-spacing: 0px;
  min-height: 64px;
  padding-left: 10px;
  line-height: 1.6rem;
  height: 74px;
}

.eventCard p {
  font-size: 1em;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 10px;
  color: #fff;
}

.bottomBar {
  display: none;
}

.ticki {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 6px;
  width: 36px;
}

.more {
  width: 49%;
  display: inline-block;
  border-right: 1px solid #fff;
  font-weight: 700;
  color: #fff;
  padding-top: 0px;
  padding-left: 10%;
  position: relative;
  background-color: transparent;
}

.more img {
  width: 26px;
  top: -6px;
  left: 15%;
  position: absolute;
}

.cardBuy {
  width: 49%;
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding-left: 9%;
  background-color: transparent;
  color: #fff;
}

.cardBuy img {
  width: 32px;
  left: 58%;
  position: absolute;
  top: -6px;
  left: 15%;
}

/*   .orbit-slide {
    width: 1135px;
    left: 50%;
    margin-left: -570px;
    position: relative;
}

   .orbit-container{
    height: 420px !important;
   }
*/

.orbit-bullets {
  position: absolute;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
  left: 50%;
  margin-left: -53px;
}

.orbit-bullets button {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.youh3 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 3rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;

}

#youMay .yellowbar {
  position: relative;
  margin-left: -42px;
  left: 50%;
  margin-bottom: 2rem;
}

#closeNav {
  display: none;
}

.searchTop {
  display: block;
}

.preSale {
  background: #292929;
  padding: 1rem;
  z-index: 1;
}

.preSale h4 {
  color: #fbd300;
}

.preSale p {
  color: #fff !important;
}

#preEmail {
  width: 250px;
  margin-left: 1rem;
}

#preButton {
  width: 100px;
  display: inline-block;
  height: 39px;
  margin-top: 0px;
  margin: 0px;
  background: #fbd300;
  color: #292929;
}

#plp {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/*HP secondary*/

.concessionTile {
  padding-top: 96px;
  background-image: url('https://assets.prucenter.com/misc/concession-tile.jpg');
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: cover;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.brewTile {
  padding-top: 96px;
  background-image: url('https://assets.prucenter.com/misc/brew-tile.jpg');
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.emailTile {
  padding-top: 96px;
  background-image: url('https://assets.prucenter.com/misc/email-tile.jpg');
  height: 480px;
  width: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.emailTile iframe {
  border: none;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.emailTile p {
  text-align: center;
  color: #fff;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

#secondHP {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

#secondHP h3 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}

/*seating
*/
#pageLead {
  /* padding-top: 2rem;
  padding-bottom: 1rem; */
  /*background-image: url(/images/angle-lines.png);*/
  background-repeat: no-repeat;
  background-position: 103% 16%;
  background-size: 111px;
  /* margin-left: 75%;*/

}

#pageLead h1 {
  font-size: 3.7rem;
  /* letter-spacing: .3rem; */
  text-align: center;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.halfBox {
  width: 100%;
  max-height: 434px;
  height: auto;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  margin-bottom: 4rem;
  background-image: url('https://assets.prucenter.com/images/angle-lines.png');
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: 100% 80%;
  background-attachment: unset;
}

.imgArea {
  max-height: 340px;
  width: 100%;
  display: inline-block;
  padding: 0rem 0rem;
  -webkit-transition: padding 2s;
  /* Safari */
  transition: padding 2s;
}

.imgArea img {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  -webkit-transition: transform 1s, -webkit-transform 1s;
  /* Safari */
  transition: transform 1s, transform 1s;
  width: 100%;

}

.imgArea img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  -webkit-transition: transform 1s, -webkit-transform 1s;
  /* Safari */
  transition: transform 1s, transform 1s;

}

.baseCopy {
  padding-top: 20px;
  padding-left: 15px;
  border-top: 1px solid #ccc;
  background: #fff;
  position: relative;
  height: auto;
  padding-bottom: 20px;
}

.baseCopy h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 0px;
  line-height: 24px;
}

.baseCopy a {
  font-size: 14px;
  color: #555;

}

#pageBody {
  background-image: url('https://assets.prucenter.com/images/angle-lines.png');
  background-size: 118px;
  background-repeat: no-repeat;
  background-position: 101% 100%;
  background-attachment: fixed;
  padding: 0rem 4rem;
  overflow: hidden;
  max-width: 100%;
}

.EventStuff {
  width: 100%;
  position: relative;
  text-align: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  min-height: 100%;
}

.event-filter-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  height: 2.8125rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  height: 55px;
  font-family: 'GT-America Condensed Black', sans-serif;
  padding-right: 34%;
  margin-bottom: 0rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 3px 5px 0 rgba(0, 0, 0, 0.06);
  padding-left: 8%;
  background-color: #fff;
}

.event-filter-menu li a {
  color: #acacac;
  font-weight: 700;
  font-size: 15px;
}

.event-filter-menu li.is-active a {
  color: #292929;
  font-weight: 700;
  border-bottom: 3px solid #fbd300;
  padding-bottom: 14px;

}

.viewIcons {
  position: relative;
  right: -47%;
  font-size: 28px;
}

.viewIcons .fa {
  margin-right: 20px;
  color: #ccc;

}

.viewIcons .fa .is-active {
  color: #292929;
}

/*ad area*/
.adImg {
  left: 50%;
  margin-left: -364px;
  width: 728px;
  position: relative;
  margin-top: 0rem;
  margin-bottom: 3rem;
}

.gradient {
  background-image: url('https://assets.prucenter.com/images/overlay.png');
  height: 100%;
  background-size: 100%;
}

#subFilter {
  padding-right: 0rem;
  padding-left: 0rem;
  z-index: 1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 56px;
  margin-bottom: 3rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

/*groups*/


#groupBod {
  min-width: 100%;
  background-image: url('https://assets.prucenter.com/misc/groupBody.jpg');
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 6rem;
  margin-bottom: -5px;
  background-position: bottom;
  margin-top: 0rem;
}

#groupBod h1 {
  text-align: center;
  margin-bottom: 1rem;
}

#groupBod p {
  width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}

#groupBod input {
  height: 44px;
}

#groupBod [type='checkbox']+label[for],
[type='radio']+label[for] {
  margin-top: 11px;
}

.jazzYellow {
  position: absolute;
  right: 0%;
  top: 14rem;
  width: 401px;

}

.benis {
  width: 100%;
  height: 470px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 -1px 4px 0 rgba(0, 0, 0, 0.19);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 2rem;
  max-width: 1240px;
  background: #161616;
  color: #fff;
  border-radius: 8px;
}

.benis p {
  color: #fff;
}

.groupProd {
  width: 33%;
  height: 100%;
  float: left;
  padding-top: 3rem;
  padding-right: 1rem;
}

.groupProdImg {
  width: 67%;
  float: right;
  overflow: hidden;
}

.groupProdImg img {

  width: 100%;
}

.groupProd time {
  font-size: 14px;
  background: #ffff00;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 1rem;
  padding-right: 2rem;
  color: #000;
  left: 0px;
  font-weight: 900;
}

.groupProd h2 {
  font-size: 34px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 18px;
  line-height: 41px;
}

.groupProd p {
  padding-left: 1rem;
  padding-right: 1rem;
}

.groupProd button {
  width: 80%;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #292929;
  margin-top: 1rem;
  border: solid 1px #e7e7e7;
  height: 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  border-radius: 40px;
}

/* brewfinder */

.brewP {
  font-size: 15px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

#brewFilter {
  padding-right: 9rem;
  padding-left: 9rem;
  /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
  height: 56px;
}

/*.brewCard{
  margin-bottom: 5rem;
  max-width: 300px;
     width: auto;
}
*/
.brewCard {
  margin-bottom: 5rem;
  max-width: 300px;
  width: auto;
  background: #fff;
  margin-right: .5rem;
  margin-left: .5rem;
  overflow: hidden;
  padding: 1rem 0rem;
}

.brewCard h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0px;
  position: relative;
  margin-top: 15px;
}

.brewCard p {
  text-align: center;
  font-size: 14px;
}

.brewCard img {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  -webkit-transition: transform .7s, -webkit-transform .7s;
  /* Safari */
  transition: transform .7s, transform .7s;
  z-index: 0;
  cursor: pointer;
}

.brewCard img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  -webkit-transition: transform .7s, -webkit-transform .7s;
  /* Safari */
  transition: transform .7s, transform .7s;
}

#four {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  /*padding-left:7rem;
    padding-right:7rem;*/
  padding-bottom: 0rem;
  margin: 0rem;
}

.fandb {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#goalBar {
  background-image: url('https://assets.prucenter.com/images/brewfinder/goalbar-full.jpg');
  width: 100%;
  background-size: cover;
}

#concessionCallout {
  background-image: url('https://assets.prucenter.com/images/plan/concession.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
}

#brewCallout {
  background-image: url('https://assets.prucenter.com/images/arenainfo/barsrest/brewfeature.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}

.fullBanner {
  width: 100%;
  height: 380px;
  overflow: hidden;
  margin-top: 0rem;
  margin-bottom: 4rem;
  padding-top: 6rem;
}

.fullBanner h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
}

.fullBanner p {
  color: #fff;
  width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.brewCard button {
  font-size: 12px;
  text-align: center;
  background: #e1e1e1;
  width: 110px;
  height: 32px;
  margin-left: -55px;
  left: 50%;
  padding-left: 8px;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

.brewCard button i {
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 18px;
}

.brewIcon {
  position: relative;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  margin-bottom: 8px;


}

.locations {}

.locations i {
  color: #fbd300;
  font-size: 26px;
}

.locations li span {
  color: #fbd300;
}

.locations h3 {
  font-size: 15px;
  font-weight: 900;
}

.locations li {
  font-size: 14px;
  list-style: none;
  color: #fff;
}

#fbCopy {
  padding-top: 4rem;
  padding-left: 5rem;
  padding-bottom: 2rem;
  color: #fff;
}

#fbCopy h2 {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #f9d202;
  margin-bottom: 15px;
}

#fbCopy button {
  width: 365px;
  font-family: 'GT-America Condensed Black', sans-serif;
  height: 55px;
  background: #fff;
  color: #292929;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  padding-left: 20px;
  border: 1px solid #292929;
  margin-top: 12px;
}

#fbCopy button img {
  width: 38px;
  position: absolute;
  left: 19px;
  top: 14px;
}

.recomend {
  font-family: 'GT-America Condensed Black', sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 2px;
  line-height: 1.3;
  text-align: center;
  margin-top: 5rem;
  border-top: none;
  padding-top: 2rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.yellowbarCenter #adSlotB .adImg {
  margin-top: 0rem;
  margin-bottom: 4rem;
}

#menuModal {
  padding: 2rem 2rem;
  width: 400px;
}

#menuModal h3 {
  font-size: 24px;
  font-weight: 900;
}

#menuModal li {
  list-style: none;
  font-size: 15px;
}

#menuModal ul {
  margin-left: 0px;
}

#recoWrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0rem 0rem;
  margin-top: -2rem;

}

#recoWrap .foodCard {
  min-height: auto;
  margin: 1rem 1rem;
  max-width: 390px;
  width: 98%;
  background: #1d1d1d;
}

.lineWrap {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 1rem;
}

.gallery {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.gallery #four {
  padding-top: 0rem;
}

#GalleryLead {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

#GalleryLead iframe {
  width: 100%;
  height: 700px;
  margin-bottom: 0.5rem;
}

#GalleryLead h1 {
  text-align: center;
  color: #fff;
}

#GalleryLead h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;

}

#GalleryLead h3 {
  text-align: center;
  font-size: 15px;
  margin-top: 1.5rem;
  margin-bottom: 0px;
  color: yellow;

}

.socialWrap {
  max-width: 1200px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.socialWrapTile {
  width: 33%;
  display: inline-block;
}

.eventIcon {
  position: relative;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  margin-bottom: 3px;
}

.groupIcon {
  position: relative;
  left: 50%;
  margin-left: -31px;
  width: 62px;
  margin-bottom: 0px;
}

#groupForm {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

#groupForm h3 {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 2rem;
}

#groupForm form {
  width: 100%;
}

#groupForm .webSubmit {
  width: 100%;
  background: #464646;
  height: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
}

#wrapAttack {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.plan {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.fullTile {
  background: #fff;
  width: 100%;
  margin: 0px;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
}

.fullTileCopy {
  padding: 2rem 1.5rem;
  position: relative;
  background: #fff;
}

.fullTileCopy h2 {
  font-size: 32px;
  margin-bottom: 0px;
  margin-top: 14px;
  line-height: 38px;
}

.fullTileCopy h3 {
  font-size: 15px;
  color: #7d7d7d;
  font-weight: 700;
  margin-top: 5px;
}

.hotelLocal {
  font-size: 14px;
}

.hotelLocal img {
  width: 22px;
  margin-right: 5px;
}

.hotelLocal span {
  color: #6a6a6a;
}

.fullTileCopy .ghostB {
  margin-left: 0px;
  left: 0%;
  margin-top: 20px;

}

.fullTileImg img {
  width: 100%;
}

.breadcrumb {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  color: #ffffff;
  margin-top: 1rem;
}

#uberLead {
  background-image: url('https://assets.prucenter.com/info-block-images/ubermain-v2.jpg');
  background-size: cover;
  height: 400px;
  width: 100%;
  padding-top: 8rem;
  margin-bottom: 2rem;
}

#uberLead h1 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}

#uberLead p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.uberIcon {
  position: relative;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  margin-bottom: 8px;
}

.plymIconW {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}

#gethomeCallout {
  background-image: url('https://assets.prucenter.com/images/plan/gethomesafe.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 1rem;
  height: 420px;
  padding-top: 60px;
}

#gethomeCallout p {
  font-weight: 400;
  font-size: 14px;
}

#gethomeCallout p span {
  line-height: 35px;
}

#taylorCallout {
  background-image: url('https://assets.prucenter.com/images/premium/concierge.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 3rem;
  height: 360px;
  padding-top: 5rem;
}

#taylorCallout h2 {
  font-size: 34px;
  font-weight: 300;

}

#taylorCallout p {
  font-weight: 500;
}

#taylorCallout .heroText {
  top: 0rem;
  opacity: 1;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  left: 0rem;
  font-weight: 500;
}

#taylorCallout .heroText button {
  background: transparent;
  color: #ffffff;
  border: solid 1px #fff;
  font-weight: 500;
  width: 46%;
  display: inline-block;
  float: left;
  margin: 0px 2%;
  height: 46px;
}

.plan #pdp2 {
  max-width: 632px;
}

.plan #pdp2Copy {
  padding-top: 4rem;
  padding-left: 3rem;
  max-width: 492px;
  padding-right: 4rem;
}

#premium {
  background-image: url('https://assets.prucenter.com/images/premium/background.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 0rem;
  height: auto;
  background-attachment: fixed;
  padding: 0rem;
  max-width: 100%;
  overflow: hidden;
}

.premiumIcon {
  position: relative;
  left: 50%;
  margin-left: -111px;
  width: 222px;
  margin-bottom: 3rem;
  margin-top: 6rem;
}

#single {
  background-image: url('https://assets.prucenter.com/images/premium/suitehero.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 550px;
}

#party {
  background-image: url('https://assets.prucenter.com/images/premium/partyhero.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 550px;
}

#glass {
  background-image: url('https://assets.prucenter.com/images/premium/glasslphero.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 550px;
}

#restexp {
  background-image: url('https://assets.prucenter.com/images/premium/restaurantexp.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 550px;
}

#platinum {
  background-image: url('https://assets.prucenter.com/images/premium/platinum.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 550px;
}

#club {
  background-image: url('https://assets.prucenter.com/images/premium/clubhero.jpg');
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 550px;
}

#premium .fullTile {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

#premium .fullTileCopy {
  height: 550px;
  background: rgba(20, 20, 20, 0.85);
  padding: 3rem 3rem 0rem 2rem;
}

#premium .fullTileCopy h2 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 28px;
  font-weight: 100;
  color: #fff;
  line-height: 44px;
}

#premium .fullTileCopy p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-top: 6px;
}

#premium .fullTileCopy h3 {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 10px;
}

#premium .hotelLocal {
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 9px;
  font-weight: 300;
}

#premium .hotelLocal img {
  width: 24px;
  margin-right: 9px;
}

#premNav {
  margin-bottom: 3rem;
  font-weight: 500;
  /* border-top: 1px solid #868686;*/
  padding-top: 10px;
  margin-left: 0;
  /*    border-bottom: 1px solid #868686;*/
  padding-bottom: 10px;
  margin-bottom: 2rem !important;
}

#premNav li {
  font-size: 15px;
}

.premHead {
  margin-bottom: 3rem;
  margin-top: 4rem;
}

.premHead h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.premHead img {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}

#premium .ghostB {
  height: 45px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: transparent;
}

#platHero #partylp #lordeHero {
  background-image: url('https://assets.prucenter.com/images/premium/platinumhero.jpg');
}

#glassHero #partylp #lordeHero {
  background-image: url('https://assets.prucenter.com/images/premium/glasslphero.jpg');
}

#restHero #partylp #lordeHero {
  background-image: url('https://assets.prucenter.com/images/premium/restaurantexp.jpg');
}

#clubHero #partylp #lordeHero {
  background-image: url('https://assets.prucenter.com/images/premium/clubhero.jpg');
}

#suiteHero #partylp #lordeHero {
  background-image: url('https://assets.prucenter.com/images/premium/suitehero.jpg');
}

.fullImage iframe {
  margin-top: 6rem;
  width: 100%;
  height: 410px;
}

#platinumLead {
  background-image: url('https://assets.prucenter.com/images/premium/platinumhero.jpg');
  background-size: cover;
  height: 700px;
  width: 100%;
  padding-top: 8rem;
  margin-bottom: 2rem;
}

#partylp #lordeHero {
  background-image: url('https://assets.prucenter.com/images/premium/partyhero.jpg');
  background-position: center;
  height: 660px;
}

#partylp .heroCopy {
  background-image: none;
  background-color: rgba(20, 20, 20, 0.82);
  width: 515px;
}

#partylp .heroText {
  width: 360px;
  top: 10rem;
}

#partylp .heroText h1 {
  font-size: 46px;
  color: #fff;
  margin: 0px;
  font-weight: 300;
}

#partylp .heroText p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
}

#party #platinumLead h1 {
  margin-top: -23rem;
  -webkit-transition: margin-top 1s, -webkit-margin-top 1s;
  transition: margin-top 1s, margin-top 1s;
}

#premBod {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

#premium #groupForm {
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding-top: 200px;
  margin-top: -200px !important;
}

#premium #groupForm h3 {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 3rem;
  color: #fff;
  margin-top: 3rem;
}

#premium #groupForm label {

  color: #ffffff;
  margin-bottom: 11px;
}

#premium #groupForm .button.expanded {
  width: 400px;
  background: #484848;

  height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  color: #fff;
  margin-bottom: 5rem
}

#partylp .premiumIcon {
  position: relative;
  left: 0%;
  padding-right: 20px;
  width: 211px;
  margin-bottom: 3rem;
  margin-top: 0rem;
  margin-left: 0px
}

#partylp .lineTop {
  top: -18rem;
}

#partylp .slideDown {
  top: 542px;
}

#premium #groupForm [type='checkbox']+label[for],
[type='radio']+label[for] {
  margin-top: -3px;
}

#groupForm [type='checkbox']+label[for],
[type='radio']+label[for] {
  margin-top: 10px;
}

#premBod .fullTileCopy {
  background-color: transparent;
  margin: 5rem 0rem;
  max-width: 525px;
  height: auto;

}

#premBod .fullTileCopy h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
  padding-left: 0px;
}

#premBod .fullTileCopy p {
  color: #ffffff;
  font-weight: 300;
}

#premBod .fullTileImg {
  width: 100%;
  max-height: 495px;
  margin-top: 3rem;
}

#premBod .hotelLocal img {
  width: 31px;
  margin-right: 10px;
}

#partylp .heroText button {

  background: transparent;
  color: #ffffff;

  border: solid 1px #fff;
  font-weight: 500;
}

.premiumDown {
  margin-top: 5rem !important;
  -webkit-transition: margin-top 1s, -webkit-margin-top 1s;
  transition: margin-top 1s, margin-top 1s;
}

#witMap .fullTileCopy {
  background-color: transparent;
  margin: 7rem 0rem 3rem 0rem;
  max-width: 550px;
  height: auto;
  width: 50%;
  float: left;
  padding: 2rem 2rem;
}

.fullImage {
  width: 50%;
  float: right;

}

.fullImage img {
  width: 100%;
  max-width: 550px;
}

/*#partylp .heroText .call{
  border: none;
}*/

#platinumLead h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  margin-top: 6rem;

}

#platinumLead p {
  color: #fff;
  width: 748px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#platinumLead .ghostB {
  color: #fff;
  border: solid 2px #fff;
  background-color: transparent;
}

.premPdp {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}

.premPdp #pdp2Copy {
  padding-top: 6rem;
  margin-left: 0rem;
  /* max-width: 517px;*/
  /*margin-right: 1rem;*/
}

.premPdp #pdp2Copy h3 {
  font-weight: 300;
  font-size: 32px;
}

.premPdp .hotelLocal {
  font-size: 14px;
  display: inherit;
  margin-bottom: 16px;
  color: #6A6A6A;
}

.premPdp .hotelLocal img {
  width: 26px;
  margin-right: 9px;
}

/*.premPdp #pdp2 {
    width: 682px;
  }*/
.premForm {
  font-weight: 300 !important;
}

#premium ul {
  text-align: center;
  list-style: none;
  color: #fff;
  margin-bottom: 1rem;
}

#premium li {
  font-size: 16px;
  display: inline-block;
  margin-right: 25px;
  color: #fff;
}

/* #premium  li:hover {
    opacity: .5;
  }*/
/* az guide */
#azLead {
  background-image: url('https://assets.prucenter.com/images/arenainfo/azbackground.jpg');
  background-size: cover;
  height: 500px;
  width: 100%;
  padding-top: 8rem;
  margin-bottom: 4rem;
  background-position: center;
}

#azLead h1 {
  text-align: center;
  color: #fff;
  font-size: 55px;
}

#azLead p {
  text-align: center;
  color: #fff;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#azLead form {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#azLead .input-group-button {
  background-color: #fbd300;
  z-index: 0;
}

#azLead .input-group> :last-child>* {
  color: #fff;
}

#azLead .input-group {
  height: 48px;
}

.azbody {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}

.azbody .row {
  width: 950px;
}

.azbody li {
  margin-bottom: .75rem;
  color: var(--alt-text);
  font-size: 15px;
}

.ada {
  width: 100%;
}

.ada #azLead {
  background-image: url('https://assets.prucenter.com/images/arenainfo/adabackground.jpg');
}

.ada #azLead h1 {
  font-size: 42px;
}

.bizop {
  width: 100%;
}

.bizop #azLead {
  background-image: url('https://assets.prucenter.com/images/arenainfo/bizophero.jpg');
  padding-top: 10rem;
  margin-bottom: 3rem;
}

.bizbody {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-bottom: 3rem;
}

.bizbody p {
  width: 1010px;
  text-align: center;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.bizbody .fullTileCopy h2 {
  font-size: 28px;
  margin-bottom: 13px;

}

.bizbody .fullTileCopy p {
  text-align: left;
  width: 100%;
}

.bizbody .fullTileCopy li {
  font-size: 14px;
  color: #6A6A6A;
}

.bizbody .grid-x {
  margin-top: 4rem;
  border-top: 1px solid #d4d4d4;
  padding-top: 4rem;
}

#four .benis {
  max-width: 1380px;
}

.rent {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.rentP {
  font-size: 15px;
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.rent .hotelLocal img {
  width: 30px;
  margin-right: 9px;
}

.rent .fullTile {
  max-height: 440px;
  border: 1px solid #dbdbdb;
}

.rent .fullTileCopy {
  padding: 3rem 3rem;
}

.rent .fullTileCopy h2 {
  font-size: 29px;
  margin-bottom: 10px;
}

.rent .fullTileCopy h3 {
  font-size: 16px;
  margin-top: 7px;
}

.arenaFloor {
  width: 100%;
}

.arenaFloor #pageLead {
  background-image: url('https://assets.prucenter.com/images/arenainfo/rent/arenafloorlp.jpg');
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 500px;
  padding-top: 8rem;
}

.arenaFloor #pageLead h1 {
  color: #fff;
}

.arenaFloor #pageLead p {
  max-width: 950px;
  color: #fff;
}

#rentbody li {
  font-size: 15px;
  color: #fff;
}

#rentbody #pdp2Copy h3 {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 9px;
  color: #ffff00;
}

#rentbody h4 {
  font-size: 15px;
  color: #fff;
}

.rentIcon {
  /*     position: relative;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    margin-bottom: 4px;*/
  position: relative;
  left: 50%;
  margin-left: -34px;
  width: 60px;
  margin-bottom: 0px;
  margin-top: 3rem;
}

.goallp {
  width: 100%;
}

.goallp #pageLead {
  background-image: url('https://assets.prucenter.com/images/arenainfo/barsrest/goalhero.jpg');
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 590px;
  padding-top: 11rem;
  margin-bottom: 4rem;
}

.goallp #pageLead h1 {
  color: #fff;
  font-size: 55px;

}

.whiteP {
  font-size: 15px;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: 700;
}

#restBarBody .grid-x {
  margin-top: 0rem;
  border-top: none;
  padding-top: 0rem;
  margin-bottom: 3rem;
}

#restBarBody .fullTileImg {
  /* background-image: url('https://assets.prucenter.com/images/back-lines.png'); */
  background-size: 149px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 15px;
  padding-left: 15px;
  max-width: 700px;
}

#first {
  padding: 7rem 3rem;
}

#second {
  padding: 2rem 4rem;
}

.restlp {
  width: 100%;
}

.restlp #pageLead {
  background-image: url('https://assets.prucenter.com/homepage-banners/userestaurant-hero.jpg');
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 590px;
  padding-top: 11rem;
  margin-bottom: 4rem;
}

.white {
  color: #fff;
}

.news {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

.newstile {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 -1px 4px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 1rem;
  width: 100%;
  min-height: 120px;
  background: #2e2e2e;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.newsCopy {
  padding-left: 2rem;
  padding-top: 1.5rem;
  padding-right: 12px;
}

.newsCopy p {
  color: yellow;
  font-size: .8rem;
  font-family: 'GT-America', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.newstile .ghostB {
  height: 50px;
  width: 250px;
  margin-left: 0px;
  left: 0%;
  line-height: 48px;
}

.newstile h2 {
  font-size: 22px;
  line-height: initial;
  margin-bottom: 3px;
}

.newsImg {
  min-height: auto;
}

#questionBox {
  height: 200px;
  margin-bottom: 20px;
}

#questionBox input {
  height: 200px;
}

#newsLead {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1rem;

}

#newsLead p {
  text-align: left;
  margin-bottom: 16px;
  color: #fff;
}

#newsLead p a {
  color: #000;
  background-color: yellow;
  padding: 0px 4px;
  cursor: pointer;
}

#newsLead h1 {
  /*  text-align: center;*/
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

#newsLead .newstile {
  margin-top: 4rem;
}

#newsLead .newsCopy p {
  text-align: left;
}

.video-container iframe {
  width: 100%;
  height: 500PX;
}

#directLead {
  background-image: url('https://assets.prucenter.com/images/plan/map.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-left: 15px;
  width: 100%;
  height: 280px;
  background-position: center;
}

#directBody {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}

#directBody h1 {
  font-size: 44px;
  color: #fff;
}

#directBody img {
  margin-bottom: 10px;
}

#directBody button {
  background: #000;
  color: #fff;
  height: 55px;
  width: 250px;
  position: relative;
  padding-left: 1rem;
  margin: 1rem 0.5rem;
}

#directBody button img {
  position: absolute;
  top: -6px;
  left: 2rem;
}


.parkingBut {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

#directBody .parkingBut button {
  width: 100%;
  margin-left: 0px;
  left: 0px;
  padding-left: 0px;
  text-align: center;
  padding-right: 0px;
  max-width: 300px;
}

#dirDrop {
  padding-bottom: 0rem;
}

#dirBase {
  display: none !important;
  width: 100%;
}

.mediaTile img {
  width: 100px;
  margin-left: auto;
  display: block;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.mediaTile {
  text-align: center;
  margin-bottom: 6rem;
}

.mediaTile h3 {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.mediaP {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 1rem;
  color: #fff;
}

.lineGrey {
  height: 1px;
  width: 100%;
  background: #ccc;
  margin-bottom: 3rem;
}

.special {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.special .fullTileCopy time {
  font-size: 14px;
  background: #fbd300;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 1rem;
  padding-right: 2rem;
  color: #000;
  left: 0px;
  font-weight: 900;
  position: absolute;
}

.special .fullTileCopy h2 {
  font-size: 32px;
  margin-bottom: 11px;
  margin-top: 42px;
  line-height: 40px;
}

/*.fullTileCopy h3{
  color: #fbd300;
}*/
#massLead {
  background-image: url('https://assets.prucenter.com/info-block-images/trasportation-v2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-left: 15px;
  width: 100%;
  height: 380px;
  background-position: center;
}

#parkLead {
  background-image: url('https://assets.prucenter.com/images/plan/parkinghero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-left: 15px;
  width: 100%;
  height: 380px;
  background-position: bottom;
}

#boxOffice #parkLead {
  background-image: url('https://assets.prucenter.com/images/arenainfo/boxhero.jpg');
  background-color: #555;
}

#youMay .EventStuff {
  padding: 0rem 10px;
}

#youMay .eventCard h3 {
  font-size: 22px;
  bottom: 0px;
}

#youMay .overlay {
  position: absolute;
  bottom: 0px;
}

#premBod .hotelLocal {
  font-weight: 300;
}

#witMap {
  padding: 0rem 4rem;
  margin-top: -2rem;
}

#witChef {
  padding: 0rem 4rem;
  margin-top: 10rem;
}

#witChef .fullImage {
  width: 50%;
  float: left;
}

#witChef .fullTileCopy {
  width: 50%;
  float: right;
}

#restHero #partylp .heroText {
  top: 8rem;
}

#restHero #partylp .heroText h1 {
  font-size: 43px;
  line-height: 50px;
}

#platHero #partylp .heroText {
  top: 8rem;
}

#tour {
  margin-bottom: 3rem;
}

.premBut {
  width: 265px;
  height: 48px;
  font-size: 14px;
  background: transparent;
  color: #ffffff;
  border: solid 1px #fff;
  font-weight: 500;
  margin-top: 2rem
}

/*  event filter*/
#eventFilter {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  max-width: 1280px;

}

.eventView {
  float: right;
  /* width: 120px;*/
  width: 71px;
  height: 40px;
  padding-top: 9px;
}

.eventView img {
  width: 38px;
  display: inline-block;
  margin-right: 12px;
}

/*video*/
.video {
  background-color: #ddd;
}

.video iframe {
  height: 600px;

}

/*  search blowout*/
#searchWrap {
  width: 100%;
  height: 1500px;
  position: fixed;
  background: rgba(74, 74, 74, 0.59);
  z-index: 10;
  top: 0px;
  opacity: 0;
  display: none;
  -webkit-transition: all 1s, -webkit-all 1s;
  transition: all 1s, all 1s;
}

#searchWrap form {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -9rem;
  -webkit-transition: margin-top 1s, -webkit-margin-top 1s;
  transition: margin-top 1s, margin-top 1s;
}

#searchWrap .button {
  background: #fed200;
  color: #000;
  width: 250px;
  position: relative;
  left: 50%;
  margin-left: -125px;
}

.showyoself {
  opacity: 1 !important;
  display: block !important;
}

.formDrop {
  margin-top: 11rem !important;
  -webkit-transition: margin-top 1s, -webkit-margin-top 1s;
  transition: margin-top 1s, margin-top 1s;
}

.searchBody {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
}

#staffHead {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#suiteTile .cardImg img:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.beerRec {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.footerAd {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
  width: 100%;
  overflow: hidden;
}

#groupForm iframe {
  border: none;
  height: 670px;
}

#groupModal iframe {
  border: none;
}

#groupModal h2 {
  text-align: center;
  margin-bottom: 0px;
}

#groupModal .responsive-embed {
  padding-bottom: 100%;
}

#premiumModal iframe {
  border: none;
  height: 600px;
}

#premiumModal iframe {
  border: none;
}

#premiumModal h2 {
  text-align: center;
  margin-bottom: 0px;
}

#premiumModal .responsive-embed {
  padding-bottom: 112%;
}

/*  .imgChange{
    width: 76px;
    margin-left: -38px;
    top: 5px;
  }
 .boxChange{
   width: 80px;
    padding-bottom: 18px;
  }*/
.fixNav {
  width: 100%;
  position: fixed;
  /* height: 90px;*/
}

/*  .searchIconTop{
    top: 30px;
  }*/
.footerRow .disclaimEmail {
  font-size: 10px;
  margin-bottom: 0px;
}

#newsLead ul {
  font-size: 15px;
  color: #6A6A6A;
}


/*  privacy section*/
.privacySect {
  background: #1d1d1d;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

.privacySect ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px;
}

.privacySect li {
  display: inline-block;
  font-size: 12px;
  margin: 0px .5rem;
  color: #fff;
}

.privacySect li a {
  text-decoration: underline;
  color: #fff;
}

.privacySect p {
  text-align: center;
  font-size: 11px;
  color: #999999;
}

/*boxoffice*/
#boxy h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 3rem;
  color: yellow;
}

#boxy p {
  padding-right: 1rem;
  color: #fff;
}

/*ad on event*/
#adSquare {
  padding-top: .5rem;
}

#secondAd {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

#secondHP h2 {
  display: none;
}

/*  email sign up page*/
#emailPage {
  width: 100%;
  height: 100%;
  background-image: url('https://assets.prucenter.com/images/emailbackground.jpg');
  background-size: cover;
  min-height: -webkit-fill-available;
  background-attachment: fixed;
}

.emailContent {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
}

.emailContent h3 {
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-size: 40px;
}

.emailContent p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.emailContent iframe {
  border: none;
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tmBadge {
  width: 200px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#tmWrap {
  margin-top: 15px;
  margin-bottom: 60px;
}

#mapBox iframe {
  width: 650px;
  padding-left: 1rem;
}

#plymBadge {
  position: absolute;
  z-index: 4;
  width: 165px;
  top: 10px;
  right: 0px;
  transform: scale(1);
  -webkit-transition: transform 1s, -webkit-transform 1s;
  transition: transform 1s, transform 1s;
  padding-left: 10px;
  padding-right: 10px;
  /*   background-color: #fff;*/
}

#plymBadge:hover {
  transform: scale(1);
  -webkit-transition: transform 1s, -webkit-transform 1s;
  transition: transform 1s, transform 1s;
}

.HeroAd {
  height: 90px;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 2rem;
}

.HeroAd span {
  max-width: 720px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1440px) {
  #plp {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #pdp {
    width: 100%;
    /*padding-left: 1rem;*/

  }

  #pdp2Copy {
    padding-top: 7rem;
    padding-left: 3rem;
    /*max-width: 41%;*/
    /*margin-right: 2rem;*/
  }

  .is-dropdown-submenu-parent a {
    font-size: 15px;
  }

  #brewFilter {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  #four {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .news {
    padding: 0rem 1rem;
  }

  #premBod .hotelLocal {
    max-height: 30px;
    overflow: visible;
  }
}

.showDetail {
  z-index:10;
}

@media screen and (min-width:1024px) {
  .showDetail {
    bottom:0;
    position:absolute;
    margin-bottom:-120px;
    width:100%;
  }  
}

@media screen and (max-width: 1280px) {
  .eventCard {
    height: auto;
  }

  .is-dropdown-submenu-parent a {
    font-size: 14px;
  }

  .is-dropdown-submenu-parent {
    font-size: 14px;

  }

  .is-dropdown-submenu li {
    font-size: 14px;
  }

  .logo {
    width: 110px;
    padding-bottom: 38px;
  }

  .logo img {
    width: 86px;
    margin-left: -43px;
    top: 20px;
  }

  .dropdown.menu a {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .is-dropdown-submenu-parent a {
    padding-right: 2rem !important;

  }

  /*.input-group-button {
    left: 94%;
}
*/
  #pdpCopy {
    padding-top: 2rem;
    padding-left: 2rem;
    /*  margin-left: 2rem;*/
    /* width: 420px;*/
  }

  #pdpCopy time {
    font-size: 17px;
  }

  #pdpCopy h1 {
    font-size: 42px;
    line-height: 47px;
  }

  #pdpCopy h2 {
    font-size: 18px;

  }

  .yellowbar {
    width: 85px;
    height: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #pdpCopy p {
    font-size: 14px;
  }

  #pdpCopy .seatingpop {
    font-size: 14px;
  }

  #pdpCopy button {
    width: 88%;
    height: 55px;
    font-size: 15px;
  }

  #pdp2Copy p {
    font-size: 14px;
  }

  #pdpCopy #famButton {
    width: 42%;
    margin-right: 3%;
  }

  #listen {
    background-size: cover;
  }

  /*#media {
    width: 320px;
    margin-left: -160px;
    left: 50%;
}*/
  #youtube {
    display: none;
  }

  h4 {
    margin-bottom: 1px;
  }

  .preSale p {
    margin-bottom: 12px;
  }

  .footerRow {
    width: 18%;

  }

  .footer #connect {
    display: none;
  }

  .footer #arena-information {
    display: none;
  }

  #tileA {
    width: 23%;
  }

  #pageLead h1 {
    font-size: 32px;
  }

  .yellowbarCenter {
    margin-top: 10px;
  }

  .eventCard h3 {
    /*  bottom: -10px;*/
    /*    font-size: 20px;*/
    /*    top: 250px;*/
  }

  .eventCard p {
    /*top: 275px;*/
    font-size: 12px;
    bottom: -2px;

  }

  #plp {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .more img {
    left: 11%;
  }

  .event-filter-menu {
    padding-right: 27%;
    padding-left: 5%;
  }

  .event-filter-menu li a {
    font-size: 14px;
  }

  .viewIcons {
    right: -32%;
  }

  .benis {
    height: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .groupProd {
    width: 40%;
    padding-top: 1rem;
  }

  .groupProdImg {
    width: 60%;
  }

  #groupBod h1 {
    font-size: 32px;
  }

  #brewFilter {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  #four {
    padding-left: 0rem;
    padding-right: 0rem;

  }

  .brewCard h3 {
    font-size: 16px;
  }

  .brewCard p {
    font-size: 13px;
  }

  #fbCopy {
    padding-top: 2rem;
    padding-left: 2rem;
    width: 48%;
  }

  #fbCopy h1 {
    font-family: 'GT-America Condensed Black', sans-serif;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  #fbCopy h2 {
    font-size: 18px;
  }

  .plan {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .premPdp #pdp2 {
    width: 50%;
  }

  .premPdp #pdp2Copy {
    padding-top: 6rem;
    margin-left: 3rem;
    max-width: 40%;
    margin-right: 1rem;
  }

  .bizbody {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rent {
    padding: 2rem;
  }

  .arenaFloor #pageLead p {
    font-size: 14px;
  }

  #rentbody li {
    font-size: 14px;
  }

  .promoBanner {
    font-size: 13px;
  }

  #bonHero .heroCopy {
    width: 60%;
  }

  .emailTile {
    padding-left: 10px;
    padding-right: 10px;
  }

  #secondHP h3 {
    font-size: 26px;
  }

  #mapBox iframe {
    width: 100%;
  }
}

@media screen and (max-width: 1120px) {
  #pdpCopy button {
    /*   width: 48%;*/
    height: 50px;
    font-size: 14px;
  }

  #pdpCopy button img {
    margin-right: 5px;
    margin-left: -5px;
    width: 32px;
  }

  #hpBody .cell {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .EventStuff {
    padding-left: 3px;
    padding-right: 3px;
  }

  /*#pdp2{
  display: none;
}*/
  .imgArea {
    max-height: 240px;
  }


  #pdp2Copy {
    padding-top: 7rem;
    margin-left: 0rem;
    max-width: 100%;
    margin-right: -1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #preEmail {
    width: 215px;
  }

  .partnerRotate {
    padding-top: 20px;
    padding-left: 2%;
  }

  .groupProd time {
    font-size: 13px;

    padding-bottom: 4px;
    padding-top: 4px;
  }

  .groupProd h2 {
    font-size: 39px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 9px;
    line-height: 42px;
  }

  .groupProd p {
    font-size: 14px;
    margin-bottom: 10px;
    max-height: 103px;
    overflow: hidden;
  }

  .groupProd button {
    width: 81%;
    margin-top: .5rem;
    font-size: 14px;
    height: 48px;
  }

  .benis {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #groupBod p {
    width: auto;
    margin-left: 5rem;
    margin-right: 5rem;
    font-size: 14px;
  }

  .fullTileCopy {
    padding: 1rem 1rem;
    background: #fff;
  }

  .fullTileCopy h2 {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 14px;
  }

  .fullTileCopy h3 {
    font-size: 15px;
  }

  .fullTileCopy p {
    font-size: 13px;
  }

  .hotelLocal {
    font-size: 12px;
    max-height: 18px;
    overflow: hidden;
  }

  .fullTileCopy .ghostB {
    width: 100%;
    height: 48px;
    font-size: 14px;
    margin-top: 5px;
  }

  .premiumIcon {
    margin-left: -115px;
    width: 230px;
    margin-bottom: 2rem;
    margin-top: 5rem;
  }

  #premium .fullTile {
    margin-bottom: 1rem;
    height: 400px;
  }

  #premium .fullTileCopy h2 {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 47px;
    line-height: 31px;
  }

  /* #premium .fullTileCopy h3 {
    font-size: 13px;

}*/
  #premium .hotelLocal {
    font-size: 13px;
    margin-bottom: 9px;
  }

  #premium {
    max-width: 100%;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #premium li {
    font-size: 14px;
  }

  #platinumLead {
    background-image: url('https://assets.prucenter.com/images/premium/platinumhero.jpg');
    background-size: cover;
    height: 500px;
    width: 100%;
    padding-top: 3rem;
    margin-bottom: 2rem;
    background-position: center;
  }

  #platinumLead h1 {
    font-size: 38px;
    margin-top: 6rem;
  }

  #platinumLead .ghostB {
    height: 48px;
    font-size: 14px;
  }

  .premPdp #pdp2Copy {
    padding-top: 3rem;
    margin-left: 2rem;
    text-align: left;
  }

  .premPdp #pdp2Copy h3 {
    font-size: 26px;
  }

  #pdp2Copy p {
    font-size: 13px;
  }

  .bizbody p {
    width: 100%;
    font-size: 13px;
  }

  .bizbody .fullTileCopy li {
    font-size: 13px;
  }

  .bizop #azLead {
    margin-bottom: 2rem;
    height: 400px;
  }

  .bizop #azLead h1 {
    font-size: 37px;
  }

  .bizbody .fullTileCopy h2 {
    font-size: 19px;
    max-height: 30px;
  }

  #rentbody h4 {
    font-size: 14px;
  }

  #rentbody li {
    font-size: 13px;
  }

  .rentP {
    font-size: 13px;
  }

  .rent .fullTileCopy h3 {
    font-size: 14px;
    margin-top: 0px;
  }

  #witMap .fullTileCopy {
    margin: 5rem 0rem 0rem 0rem;
    padding: 12px 10px;
  }

  .rent .fullTileCopy {
    padding: 3rem 2rem 0rem 2rem;
  }

  #premium .fullTileCopy {

    padding: 1rem 1rem 0rem 1rem;
  }

  .emailTile {
    padding-top: 72px;
  }

  .emailTile iframe {
    width: 305px;
  }

  .emailTile p {
    font-size: 14px;
  }

  .rwjBadge {
    width: 101px;
    right: 6px;
    top: 5px;
  }
}

@media screen and (max-width: 1024px) {

.pageContent {
  margin-top: 70px;
}

  #premium .fullTileCopy h2 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 1rem;
    line-height: 29px;
  }

  #premium .fullTileCopy p {
    font-size: 13px;
  }

  #pageBody {
    padding: 0rem 2rem;
  }

  .dropdown.menu a {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .is-dropdown-submenu-parent a {
    padding-right: 1rem !important;

  }

  .is-dropdown-submenu {
    top: 100%;
  }

  #pdpCopy {
    /*max-width: 380px;*/
    padding-top: 1rem;
    margin-left: 0rem;

  }

  #pdp2Copy {
    padding-right: 2rem;
    text-align: center;
    padding-top: 4rem;
  }

  #pdp2Copy .yellowbar {
    left: 50%;
    margin-left: -42px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #pdp2 {
    display: none;

  }

  .plan #pdp2Copy {
    padding-top: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    padding-right: 1rem;
  }

  .fullBanner p {
    font-size: 14px;
  }

  /*.eventCard {
    width: 300px;
}*/


  .bottomBar {
    font-size: 13px;
    padding-top: 16px;
  }

  .more img {
    width: 26px;
    top: -8px;
    left: 18%;
  }

  .cardBuy img {
    width: 34px;
    top: -11px;
    left: 19%;
  }

  #preEmail {
    width: 156px;
  }

  #preButton {
    width: 87px;
  }

  .footerRow {
    width: 20%;
  }

  #partners h3 {
    padding-top: 29px;
  }

  #tileA {
    width: 25%;
  }

  .halfBox {
    margin-bottom: 2rem;

  }

  .baseCopy {
    height: auto;
    padding-bottom: 10px;
  }

  .baseCopy h3 {
    font-size: 18px;
    line-height: 18px;
  }

  #adSlotA {
    display: none;
  }

  #adSlotB {
    display: none;
  }

  .event-filter-menu {
    padding-right: 3%;
    padding-left: 0%;
  }

  .viewIcons {
    right: -2%;
  }

  #fbCopy {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  #fbCopy h1 {
    font-size: 26px;
    margin-bottom: 1px;
  }

  #fbCopy h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .locations i {
    font-size: 26px;
    margin-right: 2px;
  }

  .locations h3 {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 900;
  }

  .locations li {
    font-size: 13px;
  }

  #fbCopy button img {
    width: 34px;
    left: 15px;
    top: 13px;
  }

  #fbCopy button {
    width: 80%;
    height: 50px;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 11px;
  }

  #GalleryLead iframe {
    width: 100%;
    height: 500px;
  }

  #GalleryLead h3 {
    margin-top: 0.5rem;
  }

  .socialWrapTile {
    width: 48%;
  }

  .premPdp #pdp2 {
    display: initial !important;
    background-image: none;
    height: -webkit-fill-available;
    width: 100%;
    margin-left: 0px;
    max-height: fit-content;
  }

  .premPdp #pdp2 {
    width: 48%;
  }

  .azbody {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }

  .azbody .row {
    width: 100%;
  }

  .arenaFloor #pageLead {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .arenaFloor #pageLead p {
    max-width: 100%;
  }

  #rentbody #pdp2Copy {
    margin-left: 1rem;
    max-width: 45%;
  }

  #rentbody #pdp2Copy .yellowbar {
    left: 0%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  #first {
    padding: 3rem 2rem;
  }

  #second {
    padding: 0rem 3rem;
  }

  .goallp #pageLead {
    height: 450px;
    padding-top: 10rem;
    margin-bottom: 3rem;
  }

  .goallp #pageLead h1 {
    font-size: 44px;
  }

  .whiteP {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .newsCopy {
    padding: 1rem;
  }

  .newstile h2 {
    font-size: 1.2rem;
  }

  .newstile p {
    font-size: 14px;
  }

  .newstile .ghostB {
    height: 44px;
    width: 200px;
    margin-left: 0px;
    left: 0%;
    line-height: 41px;
    font-size: 14px;
  }

  .special .fullTileCopy time {
    font-size: 13px;
  }

  .special .fullTileCopy h2 {
    font-size: 32px;
    margin-bottom: 7px;
    margin-top: 36px;
    line-height: 37px;
  }

  #partylp #lordeHero {
    height: 580px;
  }

  #partylp .slideDown {
    top: 496px;
  }

  #partylp .premiumIcon {
    width: 161px;
  }

  #platHero #partylp .heroText h1 {
    font-size: 40px;
    line-height: 46px;
  }

  #platHero #partylp .heroText {
    top: 7rem;
  }

  #restHero #partylp .heroText h1 {
    font-size: 40px;
    line-height: 46px;
  }

  #restHero #partylp .heroText {
    top: 7rem;
  }

  .promoBanner {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }

  .promoBanner i {
    font-size: 14px;

  }

  .promoBanner a {
    font-size: 12px;

  }

  .mobHide {
    display: none;
  }

  #pdpCopy p {
    width: 100%;
  }

  #pdpCopy h1 {
    font-size: 36px;
    line-height: 40px;
  }

  #pdpCopy h2 {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .rent {
    padding: 0rem;
  }

  #plymBadge {
    width: 125px;
  }

  #gethomeCallout p span {
    line-height: 27px;
    font-size: 13px;
  }

  #gethomeCallout p {
    font-weight: 400;
    font-size: 12px;
  }

  #gethomeCallout .ghostB {
    height: 45px;
  }
}

@media screen and (max-width: 850px) {
  #premium {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #premium .ghostB {
    height: 44px;
    font-size: 13px;
  }

  #recoWrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0rem 0rem;
    margin-bottom: 3rem;
  }

  .groupProd {
    padding-right: 0rem;
    padding-top: 0.2rem;
  }

  .groupProd time {
    font-size: 12px;
  }

  .groupProd h2 {
    font-size: 30px;
    margin-top: 6px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .groupProd p {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .groupProd button {
    width: 81%;
    margin-top: .5rem;
    font-size: 13px;
    height: 43px;
  }

  .benis {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #plp {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #pageBody {
    padding: 0rem 0rem;
  }

  .footer {
    padding: 3rem 0rem 0rem 0rem;
    background-position: -137px -25px;
  }

  .base {
    margin-left: 0rem;
  }

  .footerRow {
    width: 100%;
    margin-left: 0rem;
  }

  .footerRow p {
    display: none;
  }

  .footerRow ul {
    display: none;
  }

  .footer #connect {
    display: block;
    width: 100%;
  }

  .footer #arena {
    display: block;
  }

  .footer #arena-information {
    display: block;
  }

  #tileA {
    width: 100%;
    margin-right: 0px;
  }

  #tileA img {
    margin-top: -6px;
    margin-bottom: 27px;
    width: 230px;
    position: relative;
    left: 50%;
    margin-left: -115px;
  }

  .footerRow .fa {
    font-size: 28px;
    margin-right: 25px;
  }

  .footerRow .fa:hover {
    font-size: 28px;
    margin-right: 25px;
  }

  .footer .social {
    position: absolute;
    bottom: 3rem;
    width: 153px;
    left: 50%;
    margin-left: -64px;
  }

  .footerRow h4 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 34px;
    text-align: center;
    color: #fff;
  }

  .tab {
    display: none;
  }

  .dropdown.menu.vertical>li .is-dropdown-submenu {
    width: auto;
  }

  .promoTile {
    display: none;
  }

  .tmTile {
    display: none;
  }

  /*  .input-group-button {
    left: 92%;
}*/
  #pdpCopy {
    /* max-width: 46%;*/

  }

  #pdpCopy button {
    /*   width: 44%;*/
    height: 49px;
    font-size: 18px;
    font-size: 14px;
  }

  #pdpCopy time {
    font-size: 15px;
  }

  #pdpCopy h1 {
    font-size: 38px;
    line-height: 40px;
  }

  #pdpCopy h2 {
    font-size: 16px;
  }

  #pdpCopy p {
    font-size: 13px;
    margin-bottom: 1rem;
  }

  .yellowbar {
    margin-top: 10px;
  }

  #pdpCopy .seatingpop {
    font-size: 13px;
    margin-bottom: 24px;
  }

  #pdp2Copy p {
    font-size: 13px;
  }

  #pdpCopy button img {
    display: none;
  }

  #pdp2Copy {
    padding-right: 2rem;
    text-align: center;
    padding-top: 3rem;
    border-top: solid 1px #ccc;
    margin-top: 2rem;
  }

  .footerEmail {
    display: none;
  }

  #partners h3 {
    font-size: 15px;
    line-height: 20px;
    padding-top: 34px;
  }

  .partnerRotate {
    padding-top: 28px;

  }

  .eventCard time {
    font-size: 12px;
  }

  .more img {
    left: 13%;
  }

  .cardBuy img {
    top: -10px;
    left: 13%;
  }

  .benis {
    height: 500px;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .groupProdImg {
    width: 100%;
    position: absolute;
    max-height: 288px;
    overflow: hidden;
  }

  .groupProd {
    width: 100%;
    height: 300px;
    top: 250px;
    position: absolute;
    z-index: 1;

  }

  .groupProd h2 {
    font-size: 27px;
    margin-top: 22px;
    line-height: 31px;
    margin-bottom: 5px;
  }

  .groupProd p {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 1.6;
  }

  .groupProd button {
    width: 91%;
    margin-top: 1.5rem;
  }

  #groupBod p {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 13px;
  }

  #brewFilter {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .fullBanner p {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
  }

  .fullBanner h2 {

    font-size: 22px;
  }

  .fullBanner {

    height: 240px;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
  }

  #fbCopy {
    width: 46%;
  }

  .recomend {
    font-size: 22px;
    margin-bottom: 2px;
    line-height: 1.3;
    text-align: center;
    margin-top: 2rem;
  }

  #menuModal {
    padding: 2rem 2rem;
    width: auto;
  }

  #GalleryLead iframe {
    height: 400px;
  }

  #GalleryLead {
    padding-top: 0rem;
  }

  .eventIcon {
    margin-left: -16px;
    width: 32px;

  }

  .groupIcon {
    margin-left: -28px;
    width: 46px;

  }

  #groupForm h3 {
    font-size: 26px;
  }

  .plan .foodCard h3 {
    font-size: 17px;
    line-height: 16px;
    max-height: 17px;
    overflow: hidden;
    margin-top: 6px;
  }

  .fullTileCopy {
    padding: 0.5rem 0.5rem;
  }

  .fullTileCopy h2 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 14px;
  }

  .fullTileCopy h3 {
    font-size: 13px;
  }

  .fullTileCopy p {
    font-size: 12px;
  }

  .fullTileCopy .ghostB {
    width: 100%;
    height: 44px;
    font-size: 13px;
  }

  #platinumLead p {

    width: 100%;
  }

  .ada #azLead h1 {
    font-size: 36px;
  }

  .arenaFloor #pageLead p {
    font-size: 13px;
  }

  .arenaFloor .ghostB {
    font-size: 13px;
    height: 50px;
  }

  #rentbody #pdp2Copy {
    border-top: none;
    margin-top: 0rem;
  }

  #rentbody #pdp2Copy h3 {
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 2rem;
  }

  .goallp #pageLead {
    margin-bottom: 2rem;
  }

  #first {
    padding: 3rem 1rem;
  }

  .plymIcon {
    width: 187px;
  }

  #directBody h1 {
    font-size: 36px;
  }

  #directBody {
    padding-top: 2rem;
  }

  #directBody .brewP {
    font-size: 13px;
  }

  #directBody img {
    margin-bottom: 1rem;
  }

  #directBody button {
    height: 48px;
    font-size: 14px;
  }

  #lordeHero {
    height: 470px;
    width: 100%;
    background-position: 70%;
  }

  .slideIn {
    left: -13rem;
  }

  #premiumHero {

    height: 400px;
  }

  #premiumHero .slideIn {
    left: -2rem;
  }

  #premiumHero .premiumIcon {
    width: 161px;
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  #premiumHero h2 {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .lineTop {
    width: 136px;
    z-index: 2;

  }

  .heroText {
    left: 14rem;
    width: 231px;
    position: relative;
    top: 6rem;
  }

  .heroCopy {
    top: -5px;
    width: 34rem;

  }

  .heroText time {
    font-size: 13px;
  }

  .heroText h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .heroText h3 {
    font-size: 17px;
  }

  .heroText p {
    color: #c4c4c4;
    font-size: 12px;
    margin-top: 10px;
  }

  .heroText button {
    width: 163px;
    height: 44px;
    font-size: 14px;
  }

  #hpBody {
    margin-top: 2rem;
  }

  #partylp .slideIn {
    left: -10rem;
  }

  #partylp .heroText {
    width: 300px;
    top: 9rem;
    left: 12rem;
  }

  #partylp .heroText h1 {
    font-size: 35px;
  }

  #partylp .heroText p {
    font-size: 13px;
  }

  #partylp .heroText button {
    width: 260px;
  }

  #witMap {
    padding: 0rem 0rem;
    margin-top: -2rem;
  }

  #witMap .fullTileCopy {
    margin: 2rem 0rem;
    max-width: 50%;

  }

  .fullImage iframe {
    margin-top: 3rem;
    width: 100%;
    height: 301px;
  }

  .rent .fullTileCopy h2 {
    font-size: 22px;
    margin-bottom: 2px;
  }

  .rent .fullTileCopy {
    padding: 0rem 1rem 0rem 1rem;
  }

  .fullTile {
    margin-bottom: 1rem;
  }

  #boxy p {
    font-size: 13px;
  }

  #bonHero .heroCopy {
    width: 78%;
  }

  #bonHero .heroText {
    width: 293px;
  }

  #bonHero .heroText h1 {
    font-size: 26px;
    line-height: 40px;
  }

  #bonHero .heroText h3 {
    font-size: 15px;
  }

  #premiumHero .heroText {
    top: 2.5rem;
  }

  .emailContent {

    padding-top: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .emailContent h3 {
    font-size: 20px;
  }

  .emailContent p {
    font-size: 14px;
  }

  .emailContent iframe {
    max-width: 300px;
  }

  .HeroAd {
    display: none;
  }
  .footer .social {
    position: absolute;
    bottom: 0px;
  }
}

@media screen and (max-width: 739px) {
  body {

    background-position: 100% 0 !important;
    padding-top: 0rem;
  }

  .endday {
    top: 18px !important;
  }

  .partners {
    height: 120px;
  }

  #lordeHero {
    background-position: 66%;
  }

  #bonHero #lordeHero {
    height: 440px;
  }

  .heroCopy {
    width: 39rem;
    left: -37rem;
  }

  /*  #hpBody {
    margin-top: .5rem;
}*/
  #hpBody .eventCard {
    /* margin-bottom: 8px;*/
    margin-bottom: 5px;
  }

  /*#hpBody .eventCard time {
    font-size: 12px;
    top: 133px;
    }*/
  /*#hpBody  .eventCard h3 {
    font-size: 18px;
    bottom: 47px;
  }*/

  .eventCard h3 {
    background: white;
    top: 168px;
    font-size: 17px;
    color: #000;
    letter-spacing: 2px;
    padding-left: 10px;
  }

  #hpBody .cell {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  /*    #hpBody  .eventCard p {
    bottom: 23px;
    font-size: 12px;
    left: 8px;
  }*/
  #hpBody .bottomBar {
    font-size: 13px;
    height: 28px;
    padding-top: 0px;
    /* border-top: 1px solid #fff; */
    margin-top: -38px;
  }

  .lineTop {
    width: 159px;
    z-index: 1;
  }

  .slideDown {
    top: 462px;
  }

  .slideIn {
    left: -22rem;
  }

  .heroText {
    width: 200px;
    left: 23rem;

  }

  .heroText time {
    font-size: 12px;
  }

  .heroText h1 {
    font-size: 32px;
    line-height: 43px;
  }

  .heroText h3 {
    font-size: 14px;
  }

  .heroText p {
    margin-top: 10px;
  }

  .heroText button {
    margin-top: 10px;
  }

  .heroText button img {
    margin-right: 2px;
  }

  .imgArea {
    max-height: 190px;
  }

  #pageBody {
    background-size: 60px;

  }

  #pageLead {
    /* padding-bottom: 1rem;
    padding-top: 3.5rem; */
    background-size: 62px;
    background-position: 107% 100%;
  }

  .baseCopy {
    padding-bottom: 5px;
  }

  .baseCopy a {
    font-size: 13px;
  }

  #pageLead h1 {
    font-size: 26px;
  }

  #famSuite {
    display: block;
  }

  /*  #offNav{
    width: 100%;
    height: 900px;
    position: fixed;
    background: #3737375c;
    top: 0px;
    left: 0px;
     -webkit-transition: all .3s; 
    transition: all.3s;
    z-index: 2;
  } */
  #partners {
    height: auto;
  }

  .partnerRotate {
    width: 100%;
    padding-top: 14px;

  }

  #partners h3 {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
  }

  .footerRow {
    width: 100%;
    margin-left: 0rem;
  }

  #tileA img {
    margin-top: -15px;
    margin-bottom: 32px;
  }

  /*    #searchIcon {
    display: block;
    position: absolute;
    font-size:22px;
    top: 18px;
    right: 5rem;
}*/
  /*updated may 24*/

  #searchIcon {
    display: block;
    position: absolute;
    font-size: 22px;
    top: 15px;
    right: 5rem;
  }




  #pdp {
    padding-left: 0px;
    /* padding-top: 10px;*/
    padding-top: 0px;
    padding-right: 0px;
  }

  .youh3 {
    font-size: 21px;
  }

  #youMay {
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 0rem;
  }

  #youMay .eventCard h3 {
    font-size: 19px;
    bottom: 53px;

  }

  #youMay .eventCard time {
    font-size: 12px;

  }

  #youMay .eventCard p {
    bottom: 27px;
    font-size: 12px;
  }

  .tab {
    display: inline-block;
  }

  /*.logo {
    width: 84px;
    padding-bottom: 12px;
}
.logo img {
    width: 70px;
    margin-left: -36px;
    top: 5px;
}*/

  /*updated may 24*/
  .logo {
    width: 67px;
    padding-bottom: 10px;
  }

  .logo img {
    width: 54px;
    margin-left: -26px;
    top: 4px;
  }

  .input-group-button {
    left: auto;
    top: 18px;
    right: 4rem;
    z-index: 3;
  }

  /*.foundation-5-top-bar {
    padding: 1rem 0rem 2rem 1rem;
    height: 62px;
    z-index: 4;
}*/

  .foundation-5-top-bar {
    padding: 1rem 0 2rem .5rem;
    height: 74px !important;
    z-index: 4;
    border-bottom: solid 2px#fbd100;
    background-color: #002D71;
    background-size: cover !important;
  }



  /*updated may 24*/


  /*.menu-icon {
    top: 23px;
  }*/
  /*updated may 24*/
  .menu-icon {
    top: -6px;
  }

  .top-bar input {
    /*    left: 4%;
    top: 13px;
    height: 39px;*/

    z-index: 2;
  }

  .expand-search {
    width: 60%;
  }

  .is-drilldown.animate-height {
    height: -webkit-fill-available !important;
    max-width: -webkit-fill-available !important;
    background: #292929;
    margin-top: -32px;
    border-top: 40px solid #101010;
    height: 100% !important;
    z-index: 3;
    position: fixed;
    right: 0px;
    width: 260px;
    overflow: unset;
    -webkit-transition: all 1s, -webkit-all 1s;
    transition: all 1s, all 1s;

  }

  .js-drilldown-back {
    position: absolute;
    top: -39px;
    background: transparent !important;
    padding-bottom: 0px !important;
    padding-top: 2px !important;
    box-shadow: none !important;
  }

  .is-drilldown li {
    display: block;
    background-color: #292929;
    margin-bottom: 0px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #222222;
    -moz-box-shadow: inset 0 0 4px #4c4c4c;
    -webkit-box-shadow: inset 0 0 4px #4c4c4c;
    box-shadow: inset 0 0 0px #000000;
  }

  #responsive-menu {
    width: 100%;
    display: none;
  }

  .drilldown a {
    background-color: transparent;
    color: #fff;
  }

  .foundation-5-top-bar .menu a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }

  .lineNav {
    display: none;
  }

  #pdp1 {
    margin-left: 0px;
    /* padding-top: 10px;*/
    padding-top: 0px;
    padding-left: 0px;
    max-height: 340px;
    overflow: hidden;
    position: inherit;
  }

  .rwjBadge {
    width: 71px;
    right: 3px;
    top: 72px;
  }

  #pdpCopy {
    max-width: 100%;
    padding-top: 0rem;
    margin-left: 0rem;
    /*margin-top: -74px;*/
    margin-top: -45px;
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: solid 1px #ccc;
    padding-left: 0rem;
  }

  #pdpCopy time {
    font-size: 13px;
    font-weight: 900;
    background: #fbd300;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 1rem;
    padding-right: 18px;
    color: #000;
  }

  #pdpCopy h1 {
    /* font-size: 22px;
    line-height: 1.1;
    margin-top: 2rem;
     padding-left: 1rem;
     margin-bottom: 3px;*/
    font-size: 22px;
    line-height: 1.1;
    margin-top: 12px;
    padding-left: 1rem;
    margin-bottom: 5px;
  }

  #pdpCopy h2 {
    /* font-size: 15px;
    margin-bottom: 8px;
         padding-left: 1rem;
         margin-top: 0px;*/

    font-size: 14px;
    margin-bottom: 14px;
    padding-left: 1rem;
    margin-top: 0px;
    color: #4e4e4e;
    padding-right: 1rem;
    width: 100%;
  }

  #pdpCopy p {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #pdpCopy .yellowbar {
    display: none;
  }

  #pdpCopy .seatingpop {
    font-size: 14px;
    padding-left: 1rem;
  }

  #pdp1 img {
    /*
    margin-top: -17%;*/
  }

  /*button wrap
*/
  .buttonWrap {
    height: 72px;
    width: 100%;
    background: #dedede;
    position: fixed;
    bottom: 0px;
    z-index: 1;
    padding-top: 13px;
    margin-left: 0rem;
    border-top: 2px solid #cfcfcf;
  }


  #pdpCopy button {
    width: 64%;
    height: 44px;
    font-size: 13px;
    background-color: #000;
    position: inherit;
    bottom: 0px;
    margin-left: 1rem;
    margin-right: 8px;
    padding-left: 0rem;
    padding-right: 0rem;
    float: left;
    display: inline-block;
    z-index: 1;
  }

  #pdpCopy button:hover {
    opacity: 1;
  }

  #pdpCopy .ghost {
    background: #fff;
    border: 0px solid #575757;
    margin-top: 0px;
    color: #111;
    display: inline-block;
    width: 26%;
    margin-left: 0rem;
  }

  /*#pdp2Copy {
    padding-right: 1rem;
    text-align: left;
    margin-left: 0rem;
    padding-left: 1rem;
    padding-top: 2rem;
    border-top: none;
    margin-top: 0rem;

}*/

  #pdp2Copy {
    padding-right: 0rem;
    text-align: left;
    margin-left: 16px;
    padding-left: 0rem;
    padding-top: 2rem;
    border-top: none;
    margin-top: 3rem;
  }


  #pdp2Copy h3 {
    font-size: 21px;
  }

  #pdp2Copy .yellowbar {
    left: 0%;
    margin-left: 0px;
  }

  #pdp2Copy p {
    font-size: 14px;
  }

  .showBox {
    /*    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 56px;
    padding-top: 18px;
    margin-bottom: 6px;
    padding-left: 0px;*/
    font-size: 13px;
    height: 174px;
  }

  #listen {
    display: none;
  }

  #pdpCopy button img {
    display: inline;
  }

  #pdpMulti {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .eventMulti {
    height: 78px;
  }

  .date {
    width: 100%;
  }

  .month {
    font-size: 12px;
    margin-top: 2px;
  }

  .number {
    font-size: 23px;
    line-height: 19px;
  }

  .date time {
    font-size: 12px;
  }

  .title h3 {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 15px;
    margin-top: 16px;
  }

  .eventMulti p {
    font-size: 12px;
  }

  .buy {
    width: 32px;
    padding-top: 17px;
    margin-right: 7px;
  }

  .title {
    padding-left: 10px;
  }

  #pdpCopy #famButton {
    width: 24%;
  }

  .cardImg {
    height: 218px;
  }

  #hpBody .cardImg {
    height: 218px;
  }

  .eventCard {
    width: 100%;
    margin-right: 0rem;
    max-width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
  }

  /*.bottomBar {
    display: none;
}*/
  .eventCard time {
    font-size: 12px;
    padding-bottom: 0px;
    padding-top: 0px;
    top: 0px;
    height: 76px;
  }

  .eventCard h3 {
    background: transparent;
    top: 153px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 10px;
    line-height: 1.3rem;

  }

  /*.eventCard h3 {
        font-size: 18px;
    bottom: 55px;
     z-index: 2;
}*/
  /*.eventCard p {
        bottom: 29px;
    font-size: 13px;
    left: 9px;
    font-weight: 400;
     z-index: 2;
}*/
  #closeNav {
    display: block;
    position: fixed;
    color: #fff;
    z-index: 4;
    font-size: 23px;
    right: 11px;
    top: 2px;
  }

  .EventStuff {
    width: 100%;
    /* padding-left: .5rem;
    padding-right: .5rem; */
    margin-bottom: 25px;
  }

  /*.searchTop{
  width: 235px;
    position: absolute;
    top: -1px;
   left: 21px;
   display: block;
}*/
  /*.searchTop .input-group {
    width: 300px;
    margin-left: -150px;
}
.input-group-rounded .input-group-field {
    position: relative;
    top: 11px;
    max-width: 304px;
    }
.input-group-rounded .input-group-button .button {
  
    left: 11px;
  }*/

  .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    opacity: .2;
  }


  .preSale {
    position: fixed;
    bottom: 0px;
    width: 102%;
    margin-left: -1rem;

  }

  .preSale h4 {
    text-align: center;
  }

  .preSale p {
    text-align: center;
  }

  #preEmail {
    width: 200px;
    margin-left: 0rem;
  }

  #preButton {
    width: 100px;
    font-size: 13px;
  }

  #preWrap {
    width: 300px;
    position: relative;
    left: 50%;
    margin-left: -150px;
  }


  .showDetail {
    margin-top: 2rem;
  }
  

  .input-group-rounded .input-group-button .button {
    width: 86px;
    left: 0px;
  }

  .footerRow h4 {
    font-size: 14px;
  }

  .reveal {
    top: 2rem;
    left: 1rem;
    width: 92%;
    max-width: none;
    height: auto;
    height: auto;
    min-height: auto;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }

  .responsive-embed {
    margin-bottom: 1rem;
    padding-bottom: 0px;
    overflow: scroll;
    height: auto;
  }

  .bottomBar {

    font-size: 13px;
    height: 42px;
    padding-top: 12px;
    /*        border-top: 1px solid #fff;*/
    margin-top: -42px;
    z-index: 2;
    display: none !important;
  }

  .more {
    padding-top: 0px;
    padding-left: 7%;
  }

  .more img {
    left: 14%;
    width: 24px;
    top: -7px;
  }

  #adSlotA {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  #adSlotB {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  #adSlotB .adImg {
    margin-bottom: 3rem;
  }

  .adImg {
    left: 0%;
    margin-left: 0px;
    width: 100%;

    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .viewIcons {
    display: none;
  }

  #subFilter {
    overflow-x: scroll;
    max-width: 100%;
    padding: 0px 10px;
    overflow-y: hidden;

  }

  .event-filter-menu {
    min-width: 500px;
    padding-right: 0px;
    margin-bottom: 10px;
    background: #fff;
    height: 52px;
  }

  .event-filter-menu li a {
    font-size: 13px;
  }

  .addCard {
    max-height: 189px;
    overflow: hidden;
  }

  .addCard img {
    width: 100%;
    position: relative;
    margin-top: -43%;
  }

  .grid-padding-x>.cell {
    padding: 0rem;
  }

  #plp {
    padding-left: 0rem;
    padding-right: 0rem;
    margin: 0rem;
    padding-top: 0rem;
  }

  .cardBuy {
    padding-left: 5%;
  }

  .cardBuy img {
    top: -10px;
    left: 16%;
    width: 32px;
  }

  .groupProdImg {
    max-height: 210px;

  }

  .benis {
    height: 407px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .groupProd {
    top: 172px;

  }

  .groupProd h2 {
    font-size: 20px;
    margin-top: 22px;
    line-height: 21px;
    margin-bottom: 5px;
  }

  .groupProd time {
    font-weight: 700;
  }

  .groupProd p {
    margin-bottom: 4px;
    font-size: 12px;
    max-height: 81px;
    overflow: hidden;
  }

  .groupProd button {
    margin-top: 10px;
  }

  #groupBod h1 {
    font-size: 32px;
  }

  .baseCopy {
    padding-top: 10px;
  }

  #four {
    padding-top: 1rem;
  }

  .brewCard img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari */
    transform: scale(1.1);
  }

  .brewCard {
    margin-bottom: 3rem;
  }

  .brewCard h3 {
    font-size: 14px;
  }

  .brewCard p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .brewCard button {
    width: 100px;
    height: 30px;
    margin-left: -50px;
  }

  #brewFilter {
    min-width: 600px;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .fullBanner {
    height: auto;
    padding-top: 3.5rem;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }

  #goalBar p {
    display: none;
  }

  #goalBar h2 {
    font-size: 22px;
  }

  .brewP {
    font-size: 12px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .yellowbarCenter {
    margin-top: 5px;
    width: 80px;
    height: 3px;
    margin-bottom: 25px;
    position: relative;
    left: 50%;
    margin-left: -40px;
  }

  #fbCopy {
    width: 100%;
    padding-left: 0rem;
    padding-bottom: 15px;
    margin-top: -2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #fbCopy h1 {
    font-size: 22px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #fbCopy h2 {
    font-size: 13px;
    margin-bottom: 15px;
  }

  #fbCopy button {
    width: 100%;
    height: 44px;
    font-size: 13px;
    padding-left: 20px;
    margin-top: 11px;
  }

  #fbCopy button img {
    width: 33px;
    left: 15px;
    top: 10px;
  }

  .locations h3 {
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 900;
  }

  #menuModal {
    padding: 2rem 2rem;
    width: 90%;
  }

  #GalleryLead iframe {
    height: 300px;
  }

  #GalleryLead h1 {
    font-size: 24px;
  }

  #GalleryLead h2 {
    text-align: center;
    font-size: 15px;
  }

  #GalleryLead h3 {
    font-size: 13px;
    margin-top: 0;
  }

  .ghostB {
    font-size: 14px;
    height: 50px;
    width: 250px;
    margin-left: -125px;
  }

  .socialWrapTile {
    width: 100%;
  }

  #groupBod {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fullTile {
    width: 100%;
    margin: 0rem;
    max-height: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .fullTileCopy {
    padding: 0rem 0px;
  }

  .fullTileCopy h2 {
    font-size: 19px;
    line-height: 16px;
    max-height: 17px;

    margin-top: 14px;
    padding-left: 5px;
  }

  .fullTileCopy h3 {
    font-size: 13px;
    margin-top: 4px;
    padding-left: 5px;
  }

  .fullTileCopy p {
    display: none;
  }

  .hotelLocal {
    font-size: 12px;
    padding-left: 5px;
  }

  .hotelLocal span {
    display: none;
  }

  .fullTileCopy .ghostB {
    width: 100%;
    height: 46px;
    font-size: 13px;
    margin: 0rem;
    margin-top: 5px;
  }

  .hotelLocal img {
    width: 15px;
  }

  #premium .fullTileImg {
    width: 100%;
    height: 181px;
  }

  #premium .fullTileCopy h2 {
    font-size: 19px;
    margin-bottom: 7px;
    margin-top: 0px;
    line-height: 20px;
    max-height: 44px;
    padding-top: 16px;
  }

  #premium .hotelLocal {
    display: none;
  }

  #premium .fullTileCopy p {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    padding-left: 7px;
    margin-bottom: 5px;
  }

  #premium .ghostB {
    height: 42px;
    font-weight: 300;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    left: 0%;
  }

  #premium .fullTile {
    margin-bottom: 1rem;
    height: 360px;
    background-position: top;
    background-size: 164%;
    background-repeat: no-repeat;
  }

  #premium {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #premium .fullTileCopy h3 {
    font-size: 12px;
    max-height: 31px;
    overflow: hidden;
  }

  #premium .fullTileCopy {
    background: rgba(0, 0, 0, 0.88);
    padding: 0rem 0rem 0rem 0rem;
  }

  .premiumIcon {
    margin-left: -90px;
    width: 180px;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }

  #single {
    background-size: 678px;
    background-position: top;
  }

  #party {
    background-size: 678px;
    background-position: top;

  }

  #glass {
    background-size: 678px;
    background-position: top;

  }

  #restexp {
    background-size: 678px;
    background-position: top;

  }

  #platinum {
    background-size: 678px;
    background-position: top;

  }

  .premHead {
    font-size: 19px;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  #taylorCallout {
    background-image: url('https://assets.prucenter.com/images/premium/concierge.jpg');
    width: 100%;
    background-size: 1103px;
    background-position: center;
    margin-top: 2em;
    height: 314px;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 2rem;
  }

  #taylorCallout h2 {
    font-size: 22px;
  }

  #taylorCallout p {
    width: auto;
    margin-left: 0rem;
    margin-right: 0rem;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.4;
  }

  #taylorCallout .heroText {

    width: 100%;
  }

  #taylorCallout .heroText button {
    margin: 0px 0px 13px 0px;
    height: 46px;
    width: 100%;
  }

  .premHead h2 {
    text-align: center;
    font-size: 20px;
  }

  .premHead img {
    width: 26px;
    margin-bottom: 4px;
  }

  #premium ul {
    display: none;
  }

  .premPdp {

    padding-left: 1rem;
    padding-right: 1rem;
  }

  .premPdp #pdp2Copy {
    padding-top: 0rem;
    margin-left: 0rem;
    max-width: 100%;
    margin-right: 0rem;
    text-align: center;
  }

  .premPdp #pdp2Copy p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .premPdp #pdp2Copy h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #platinumLead h1 {
    font-size: 27px;
  }

  #platinumLead p {
    font-size: 13px;
    line-height: 1.7;
  }

  #platinumLead .ghostB {
    height: 46px;
    font-size: 13px;
  }

  .premPdp .hotelLocal {
    font-size: 13px;
    display: inherit;
    margin-bottom: 16px;
    color: #6A6A6A;
    max-height: 25px;
  }

  .premPdp #pdp2 {
    width: 100%;
    max-height: fit-content;
  }

  #azLead h1 {
    font-size: 28px;
  }

  #azLead {
    height: 320px;
    width: 100%;
    padding-top: 6rem;
    margin-bottom: 2rem;
  }

  #azLead form {
    width: 300px;
  }

  #azLead p {
    font-size: 14px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion-title {
    font-size: 14px;
    line-height: 1.4;
  }

  .accordion-title::before {
    top: 19%;
  }

  .azbody .row p {
    font-size: 14px;
  }

  .azbody li {
    margin-bottom: .75rem;
    color: #6A6A6A;
    font-size: 13px;
  }

  .bizbody .fullTileImg {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .bizop #azLead {
    margin-bottom: 2rem;
    height: 318px;
    padding-top: 8rem;
  }

  .bizop #azLead h1 {
    font-size: 22px;
  }

  .arenaFloor #pageLead p {
    font-size: 12px;
    line-height: 1.6;
  }

  .arenaFloor #pageLead {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .arenaFloor {
    padding-bottom: 3rem;
  }

  #rentbody #pdp2Copy {
    margin-left: 0rem;
    max-width: 100%;
    padding: 0rem;
  }

  #rentbody {
    width: 100%;

  }

  #rentbody li {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
  }

  #rentbody h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  #rentbodyul {
    margin-left: 0rem;
  }

  #rentbody #pdp2Copy .yellowbar {
    left: 50%;
    margin-left: -35px;
    margin-bottom: 10px;
    width: 70px;
    height: 3px;
  }

  #rentbody #pdp2 {
    margin-top: 3rem;
  }

  .rent {
    padding: 0rem .5rem;
    margin-bottom: 3rem;
  }

  .rent .fullTileCopy h3 {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 9px;
  }

  .rent .fullTile {
    max-height: 100%;
  }

  .fullTileImg {
    max-height: 200px;
    overflow: hidden;
  }

  #rentbody #pdp2 {
    max-height: min-content;
    padding-bottom: 0px;
  }

  #restBarBody .fullTileImg {
    padding-top: 10px;
    padding-left: 10px;
    margin-left: -10px;
  }

  #first {
    padding: 0rem 0rem;
  }

  #second {
    padding: 0rem 0rem;
  }

  #restBarBody .fullTileCopy p {
    display: block;
  }

  #restBarBody .grid-x {
    margin-bottom: 2rem;
  }

  .whiteP {
    font-size: 13px;
  }

  .goallp #pageLead h1 {
    font-size: 36px;
  }

  .goallp #pageLead {
    padding-top: 9rem;
  }

  #restBarBody .fullTileCopy h2 {
    padding-left: 0px;
    overflow: visible;
  }

  .newsCopy {
    min-height: 143px;
  }

  .newsImg {
    width: 100%;
    max-height: 240px;
    overflow: hidden;
  }

  .newsImg img {
    width: 100%;
  }

  .newstile h2 {
    font-size: .9rem;
    margin-bottom: 1rem;
  }

  .newstile p {
    font-size: 13px;
  }

  .newstile .ghostB {
    height: 44px;
    width: 100%;
    line-height: 42px;
  }

  .gallery .grid-padding-x>.cell {
    padding: 0rem;
    padding-right: 2px;
    padding-left: 2px;
  }

  #newsLead {
    padding-top: 4rem;
  }

  #newsLead h1 {
    font-size: 18px;
  }

  #newsLead p {
    font-size: 14px;
  }

  #directBody {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }

  #directBody button {
    width: 100%;
    margin: 8px 0rem;
  }

  #directBody .brewP {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  #directLead {
    background-size: 974px;
    height: 277px;
  }

  .plymIcon {
    width: 143px;
  }

  #directBody h1 {
    font-size: 30px;
  }

  #dirBase #gethomeCallout {
    margin-top: 2rem;
  }

  .mediaP {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mediaTile {
    margin-bottom: 2rem;
  }

  .mediaTile img {
    width: 79px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mediaTile h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .special .fullTileCopy time {
    font-size: 12px;
    top: -50px;
  }

  .special .fullTileCopy h2 {
    font-size: 23px;
    margin-bottom: 0px;
    margin-top: 9px;
    line-height: 37px;
    max-height: 33px;
  }

  #premiumHero .slideIn {
    left: -18rem;
  }

  #premiumHero .heroText {
    width: 248px;
    position: relative;
    top: 2rem;
    left: 18.8rem;
  }

  #premiumHero .premiumIcon {
    width: 117px;
    margin-top: 28px;
  }

  #premiumHero h2 {
    font-size: 20px;
  }

  #premiumHero .heroText h3 {
    font-size: 13px;
  }

  #premiumHero .heroText p {
    display: none;
  }

  #premiumHero {
    height: 328px;
  }

  #premiumHero .heroText button {
    height: 38px;
    font-size: 13px;
    width: 144px;
    margin-top: 23px;
  }

  #hpBody {
    /*margin-top: 10px;*/
    margin-top: 21px;
    /* padding: 0px 7px; */
  }

  #eventGrid #subFilter {

    margin-bottom: 10px;
  }

  #partylp .heroText h1 {
    font-size: 27px;
    line-height: 42px;
  }

  #partylp .heroText {
    width: 194px;
    top: 6rem;
    left: 20rem;
  }

  #partylp .heroText button {
    width: 94%;
    height: 43px;
    font-size: 13px;
  }

  #partylp .slideIn {
    left: -19rem;
  }

  #partylp .heroText p {
    font-size: 13px;
  }

  #premium #premBod ul {
    display: block;
  }

  #premBod {

    margin-top: 3rem;
    margin-bottom: 0rem;
  }

  #premBod .orbit-bullets {
    display: none;
  }

  #premium #premBod .fullTileCopy {
    background: transparent;
    height: auto;
    margin-top: 0px;
    margin: 0rem;
  }

  #premium #premBod .fullTileImg {
    width: 100%;
    height: auto;
    margin-top: 0rem;
  }

  #premium #premBod .fullTileCopy h3 {
    font-size: 22px;
    max-height: auto;
    overflow: visible;
  }

  #premBod .fullTileCopy p {
    display: block;
    font-size: 14px;
    margin-bottom: 2rem;
  }

  #premium #premBod .hotelLocal {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    max-height: 40px;
    overflow: visible;
    font-weight: 300;
  }

  #premium #groupForm {
    margin-top: 3rem;
    border-top: 1px solid #777;
  }

  #premium #groupForm h3 {
    font-size: 24px;
    margin-bottom: 2rem;
    margin-top: 3rem;
  }

  #premium #groupForm [type='text'],
  [type='password'],
  [type='date'],
  [type='datetime'],
  [type='datetime-local'],
  [type='month'],
  [type='week'],
  [type='email'],
  [type='number'],
  [type='search'],
  [type='tel'],
  [type='time'],
  [type='url'],
  [type='color'],
  textarea {
    height: 44px;
  }

  .heroText .call img {
    margin-right: 3px;
    width: 22px;
  }

  .heroText .call {
    margin-top: 15px;
  }

  #platHero #partylp .heroText h1 {
    font-size: 26px;
    line-height: 34px;
  }

  #witMap .fullTileCopy {
    margin: 0rem 0rem;
    max-width: 100%;
    width: 100%;
    padding: 0rem;
  }

  #witMap .fullImage {
    width: 100%;
    float: none;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    max-height: 288px;
    overflow: hidden;
  }

  #witMap .fullImage img {
    width: 100%;
    max-width: 550px;
    position: relative;
    top: 50%;
    margin-top: -32px;
  }

  #restHero #partylp .heroText h1 {
    font-size: 28px;
    line-height: 32px;
  }

  #partylp #lordeHero {
    height: 475px;
  }

  #partylp .slideDown {
    top: 407px;
    width: 131px;
  }

  #partylp .premiumIcon {
    width: 129px;
    padding-right: 10px;
  }

  .fullImage iframe {
    display: none;
  }

  #premium ul {
    margin-bottom: 3rem;
  }

  .promoBanner {
    display: none;
  }

  .eventView {
    display: none;
  }

  #azLead .input-group {
    height: 44px;
  }

  .rent .fullTileCopy {
    padding: 6px 0rem 0rem 0rem;
    margin-bottom: -1px;
  }

  .rent .fullTileCopy h2 {
    font-size: 18px;
    margin-bottom: 9px;
    padding-left: 10px;
  }

  .rent .fullTileCopy p {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rent .fullTile {
    width: 100%;
    margin: 0rem;
    max-height: 100%;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
  }

  #listen {
    display: none;
  }

  .badge {
    padding: 2px 12px;
    font-size: 12px;
    height: 22px;

    z-index: 2;
  }

  #searchWrap form {
    width: 300px;
  }

  #searchWrap .button {

    width: 200px;
    margin-left: -100px;
  }

  #suiteTile {
    display: block;
  }

  #groupModal .responsive-embed {
    padding-bottom: 111%;
  }

  #groupModal h2 {
    font-size: 20px;
  }

  #premiumModal .responsive-embed {
    padding-bottom: 141%;
  }

  #premiumModal h2 {
    font-size: 20px;
  }

  .video-container iframe {
    width: 100%;
    height: 300PX;
  }

  #boxy h3 {
    font-size: 16px;
    margin-top: 0rem;
    text-align: center;
  }

  #boxy p {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 13px;
    text-align: center;
    margin-bottom: 2rem;
  }

  #boxy img {
    display: none;
  }

  #boxOffice #directBody {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
  }

  .parkingBut {
    width: 100%;
  }

  #adSquare {
    display: block;
  }

  #mobHide {
    display: none;
  }

  #bonHero .heroCopy {
    width: 641px;
  }

  #bonHero .heroText {
    width: 187px;
  }

  #bonHero .heroText h1 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 7px;
  }

  #bonHero .heroText h3 {
    display: none;
  }

  .concessionTile {
    padding-top: 58px;
    height: 170px;
    background-position: center;
    width: 48%;
    display: inline-block;

  }

  .brewTile {
    padding-top: 58px;
    height: 170px;
    background-position: center;
    width: 48%;
    display: inline-block;
    margin-left: 2%;
    float: right;
  }

  #secondHP {
    margin-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 38px;
    padding-bottom: 3rem;
    background: #eee;
  }

  #secondHP h2 {
    font-size: 20px;
    margin-bottom: 18px;
    /*    color: #383839;*/
    text-align: center;
    width: 100%;
    display: block;
  }

  #secondHP h3 {
    font-size: 20px;
  }

  .emailTile {
    padding-top: 46px;
    height: auto;
    padding-bottom: 16px;
  }

  #baseHP {
    margin-bottom: 2rem;
    width: 100%;
    margin-left: 0px;
    margin-top: 1rem;
    /* border: none;*/
    left: 0%;
  }

  .footerAd {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2rem;
    max-width: 100%;
    overflow: hidden;
  }

  #secondAd {
    padding-top: 0rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    overflow: hidden;
  }

  #premHp {
    /*    padding: 0px 7px;*/
    margin-top: 10px;
  }

  #premHp #premiumHero {
    height: 280px;
  }

  #premHp .heroCopy {
    width: 33rem;
  }

  #premHp #premiumHero .heroText {
    width: 205px;
    position: relative;
    top: 1rem;
  }

  #massLead {
    height: 220px;
  }

  #parkLead {
    height: 220px;
  }

  #elpGoya {
    width: 154px;
    bottom: 229px;
    right: 0px;
  }

  #hpBody .eventCard #elpGoya {
    width: 143px;
    bottom: 191px;
    right: -3px;
  }

  #elpRwj {
    width: 142px;
    bottom: 228px;
    left: auto;
    right: -10px;
  }

  .tmBadge {
    width: 136px;
  }

  #mapBox iframe {
    height: 318px;

  }

  #gethomeCallout p {
    font-weight: 400;
    font-size: 12px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #gethomeCallout p span {
    line-height: 18px;
    font-size: 13px;
  }

  #gethomeCallout {
    padding-top: 40px;
  }
}

@media screen and (max-width: 500px) {

  /*.eventCard {
    width: 93%;
}
  */
  .input-group-rounded .input-group-button .button {
    width: 63px;
    left: -4px;
    margin: 0px;
    padding: 0px;
  }

  /*.searchTop .input-group {

    padding: 12px 5px;
}*/
  .input-group-rounded .input-group-field {
    font-size: 12px;
  }

  .EventStuff {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .benis {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .premPdp #pdp2 {
    width: 100%;
    max-height: 330px;
  }

  .ada #azLead h1 {
    font-size: 22px;
  }

  .ada #azLead p {
    font-size: 13px;
  }

  #groupForm h3 {
    font-size: 22px;
  }

  #groupModal .responsive-embed {
    padding-bottom: 154%;
  }

  #premiumModal .responsive-embed {
    padding-bottom: 154%;
  }

  #secondHP h3 {
    font-size: 16px;
  }

  .brewTile {
    height: 140px;
  }

  .concessionTile {
    height: 140px;
  }

  .emailTile p {
    font-size: 12px;
  }

  .emailTile iframe {
    border: none;
    width: 280px;
  }
}

@media screen and (max-width: 450px) {
  #GalleryLead iframe {
    height: 230px;
  }

  .secondSec {
    font-size: 20px;
    margin-bottom: 9px;
  }

  .ghostB {
    font-size: 13px;
    height: 44px;
  }

  .fullTileCopy h2 {
    font-size: 15px;
    margin-bottom: 1px;
    margin-top: 8px;
    line-height: 16px;
    max-height: 30px;
  }

  #groupModal .responsive-embed {
    padding-bottom: 204%;
  }

  #premiumModal .responsive-embed {
    padding-bottom: 204%;
  }
}


@media screen and (max-width: 350px) {

  /*.eventCard {
    width: 290px;
}*/
  .input-group-button {
    right: 3rem;
  }

  #azLead form {
    width: 290px;
  }

  #premiumModal .responsive-embed {
    padding-bottom: 205%;
  }
}


/*km 2018.10.29*/
/*optionally using :not to exclude non-event tiles*/
a:not(.ELPSuiteTileGA) .cardImg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: inset 0px -150px 150px -50px #00000099;
}

/*might be too dark*/

.eventCard time,
.eventCard h3,
.eventCard p,
.eventCard .bottomBar {
  z-index: 2;
}

/*existing zoom effect has to be adjusted to trigger on hoverstate of .cardImg*/
.cardImg:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 1s, -webkit-transform 1s;
  transition: transform 1s, transform 1s;
}


/*temporary fix disable previous png implementation*/
@media screen and (max-width: 639px) {

  .responsive-menu {
    margin-right: 0rem;
  }

  .overlay {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 80px;
  }
}
