

/* CMS Path: /Generic/StyleSheets/Vans Warped Tour Long Beach*/

header {
   padding: 0;
  margin: 0;
  height: 150px;
  background: #000000;
  background-size: contain;
  background-position: top center;
}

@media only screen and (max-width: 767px) {
  .desktop-hide {
    display: none;
  }

  header {
    height: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .mobile-hide {
    display: none;
  }
}

header .center-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .hide-small {
    display: none;
  }
  .eventCont h5 {
    font-size: .95rem;
  }
  .eventCont p {
    font-size: .85rem;
  }
  header .menu-button {
    margin: 15px 0 0 5px;
    color: #white;
  }
  header .logo img {
    width: 80%;
    padding: 4px;
  }
}
@media only screen and (min-width: 681px) and (max-width: 899px) {
  .hide-medium {
    display: none;
  }
  header .menu {
    font-size: 13px;
  }
  header .menu {
    color: white;
  }
  header .menu h4 {
    margin: 0 0 0 0;
    text-align: right;
    font-size: 1.45rem;
    font-family: "Helvetica", sans serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
	margin: 8px 0 0 0;
  }
  header .menu .nav {
    margin: 8px 0 0 0;
    text-align: right;
  }
  header .menu span {
    margin: 0 10px 0 0;
  }

  header .tmv {
    text-align: right;
    margin: 4px 0 0 0;
  }
  header .tmv img {
    width: 220px;
  }
  header .menu-button {
    margin: 15px 0 0 5px;
    color: #white;
  }
  header .logo a img {
    width: 100px;
    padding: 10px 0 0 10px;
  }
}

@media only screen and (min-width: 900px) {
  .hide-large {
    display: none;
  }

  header .menu {
    font-size: 13px;
  }

  header .logo a img {
    width: 150px;
    padding: 0px 0 0 0;
  }
  header .menu {
    color: white;
    margin: 4px 0 0 0;
  }
  header .menu h4 {
    text-align: right;
    font-size: 1.45rem;
    font-family: "Helvetica", sans serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
	margin: 4px 0 0 0;
  }
  header .menu .nav {
    margin: 8px 0 0 0;
    text-align: right;
  }
  header .menu span {
    margin: 0 10px 0 0;
  }
  header .tmv {
    text-align: right;
  }
  header .tmv img {
    margin: 4px 0 0 0;
    width: 220px;
  }
}

@media only screen and (max-width: 769px) {
    .banner-wrapper .banner-images .verified-logo {
        float: none;
    }
}

.login-module {
    visibility: hidden;
}

.ui-mobile-viewport .center-flex img {
    box-sizing: content-box;
}

.prod-banner .contentElement {
    visibility: hidden;
}

.banner-wrapper:after {
    opacity: .75;
}

@media only screen and ( max-width: 480px ) {
    .ui-tabs .ui-tabs-nav li a {
        width: 61px;
    }
}

#package-container-tab-13, #package-container-tab-14, #package-container-tab-15, #package-container-tab-16 {
    padding: 5px;
}


/* Details Headers */

#package-container-tab-13, #package-container-tab-14, #package-container-tab-15, #package-container-tab-16 {
    margin: 0 0 5px 0;
    background: white;
}

div#package-details div.ui-widget-content.ui-corner-bottom.tmr-expander-content {
    padding: 6px 8px;
}

#package-details-header-13.ui-state-active, .ui-widget-content #package-details-header-13.ui-state-active, .ui-widget-header #package-details-header-13.ui-state-active {
    border: none;
    background: #026cdf;
    color: white;
    padding: 4px 8px;
}

#package-details-header-14.ui-state-active, .ui-widget-content #package-details-header-14.ui-state-active, .ui-widget-header #package-details-header-14.ui-state-active {
    border: none;
    background: #026cdf;
    color: white;
    padding: 4px 8px;
}

#package-details-header-15.ui-state-active, .ui-widget-content #package-details-header-15.ui-state-active, .ui-widget-header #package-details-header-15.ui-state-active {
    border: none;
    background: #026cdf;
    color: white;
    padding: 4px 8px;
}

#package-details-header-16.ui-state-active, .ui-widget-content #package-details-header-16.ui-state-active, .ui-widget-header #package-details-header-16.ui-state-active {
    border: none;
    background: #026cdf;
    color: white;
    padding: 4px 8px;
}
