@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
#adminbar {
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
}

#pushdown-ad {
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 1000;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.small-icon,
.small-icon svg {
  color: #000000;
  width: 30px;
  height: 30px;
  font-size: 28px;
}

.large-icon,
.large-icon svg {
  color: #000000;
  height: 38px;
  width: 38px;
  font-size: 28px;
}

.search-icon {
  color: #000000;
  font-size: 32px;
}
@media only screen and (max-width: 740px) {
  .search-icon {
    font-size: 24px;
  }
}

.layer-top-icon {
  z-index: 999;
}

.nav-noscroll {
  overflow: hidden;
}

.trigger-icon {
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.trigger-icon,
.trigger-icon svg {
  cursor: pointer;
  padding: 4px;
}

@media only screen and (max-width: 740px) {
  .mobile-hidden {
    display: none !important;
  }
}

body.faded {
  overflow: hidden;
}

#contained-main-header {
  width: 100%;
  clear: none;
  z-index: 985;
}
@media only screen and (max-width: 740px) {
  #contained-main-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
}
@media only screen and (min-width: 741px) {
  #contained-main-header {
    position: static;
  }
}

#contained-site-nav {
  width: 100%;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
  z-index: 990;
  position: relative;
}
@media only screen and (max-width: 740px) {
  #contained-site-nav {
    height: 54px;
    padding-top: 0;
    align-items: center;
  }
}
@media only screen and (min-width: 741px) {
  #contained-site-nav {
    height: 156px;
    padding-top: 2px;
  }
}
#contained-site-nav #contained-special-layer {
  z-index: 989;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contained-site-nav-no-bottom-margin {
  margin-bottom: 0 !important;
}

#contained-collapsed-site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 991;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
  display: flex;
  height: 1px;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.5s ease;
}

#page-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.collapsed-site-nav-shown {
  height: 54px !important;
}

.playbill-bg {
  background-color: #fde300;
  color: #000000;
}

#contained-main-header .nav-menu-item {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

#contained-main-header .playbill-font {
  font-family: "Playbill Inc Condensed Bold", sans-serif;
}

.nav-core {
  justify-content: center;
  flex-grow: 8;
}

.nav-bookend {
  flex-grow: 0;
  flex-shrink: 0;
  z-index: 990;
}
@media only screen and (max-width: 740px) {
  .nav-bookend {
    min-width: 66px;
    max-width: 66px;
    width: 66px;
  }
}
@media only screen and (min-width: 741px) {
  .nav-bookend {
    padding-top: 12px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
  }
}

.nav-collapsed-bookend {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  padding: 0 8px 0 8px;
}

.nav-right-bookend {
  display: flex;
  justify-content: right;
}
@media only screen and (min-width: 741px) {
  .nav-right-bookend {
    margin-right: 2rem;
  }
}

.nav-left-bookend {
  display: flex;
  justify-content: left;
}
@media only screen and (min-width: 741px) {
  .nav-left-bookend {
    margin-left: 2rem;
  }
}

.bookend-social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.bookend-burger-close-trigger {
  display: none;
}

.horizontal-nav {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.horizontal-nav .nav-bar-index {
  z-index: 990;
}

.horizontal-nav nav {
  overflow: hidden;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.horizontal-nav .nav-menu-item {
  display: inline-block;
  padding: 12px 15px 12px 15px;
  white-space: nowrap;
}

.horizontal-nav .nav-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playbill Inc Condensed Bold", sans-serif;
  z-index: 987;
}

.horizontal-nav .playbill-logo {
  object-fit: contain;
}
@media only screen and (max-width: 740px) {
  .horizontal-nav .playbill-logo {
    height: 30px;
    padding-top: 2px;
  }
}
@media only screen and (min-width: 741px) {
  .horizontal-nav .playbill-logo {
    height: 66px;
  }
}

.horizontal-nav .nav-tagline-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}

.horizontal-nav .nav-tagline-container span {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-weight: 400;
}

#contained-burger-menu {
  visibility: hidden;
  position: fixed;
  z-index: 998;
  width: 1px;
  height: 1px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

#contained-burger-menu nav {
  width: 100%;
}

#contained-burger-menu nav:last-child {
  border-bottom: none;
}

.burger-open {
  width: 280px !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0 15px 15px 0;
}

.burger-menu-item {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}

.burger-menu-link {
  padding: 15px 0 15px 0;
  font-size: 24px;
}

.burger-submenu-link {
  padding: 15px 0 15px 0;
  font-size: 24px;
}

.bookend-burger-close-trigger svg {
  z-index: 995;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
}

.nav-icon-container {
  margin-right: 12px;
}

.burger-menu-expander {
  cursor: pointer;
  padding: 14px 20px;
  font-size: 20px;
}

.burger-menu-expander-open {
  color: #fde300;
  background-color: #000000;
}

.burger-submenu {
  visibility: hidden;
  position: fixed;
  padding-left: 15px;
  width: 1px;
  transition: width 0.5s ease-in-out;
  z-index: 997;
}

.burger-submenu-item-container {
  display: flex;
  flex-direction: column;
}

.burger-submenu-item-container:last-child {
  border-bottom: none;
}

.burger-submenu-header {
  font-weight: bold;
  padding: 15px 0 15px 0;
  font-size: 24px;
}

.burger-submenu-open {
  visibility: visible;
  width: 280px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 0;
  border-radius: 0 15px 15px 0;
}

.horizontal-nav-font {
  font-size: 18px;
}

.burger-nav-font {
  font-size: 18px;
}

@media only screen and (max-width: 740px) {
  .mobile-burger-submenu-open {
    margin-left: -230px;
    overflow-y: hidden !important;
    overflow-x: visible !important;
  }
}

#search-popup {
  display: none;
  position: fixed;
  z-index: 1000;
}
@media only screen and (max-width: 740px) {
  #search-popup {
    top: 8px;
    left: 0;
    width: 98%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 741px) {
  #search-popup {
    top: 156px;
    left: 50%;
    margin-left: -392px;
    width: 784px;
  }
}

#search-popup-inner {
  background-color: #F5F5F5;
  border-radius: 50px;
  padding: 1rem 2rem;
}

#search-mobile-scroll-hint {
  height: 50px;
  color: #B5B5B5;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding-top: 22px;
}
@media only screen and (max-width: 740px) {
  #search-mobile-scroll-hint {
    display: flex;
  }
}
@media only screen and (min-width: 741px) {
  #search-mobile-scroll-hint {
    display: none;
  }
}

#search-container {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 741px) {
  #search-container {
    overflow-y: auto;
  }
}

#search-input-container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  width: 100%;
  margin-bottom: 6px;
  content: "\f002";
}

#search-input-container label {
  font-size: 12px;
  font-family: Roboto, sans-serif;
  color: #000000;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

#autocomplete {
  flex-grow: 1;
  margin: 0 3rem;
}
#autocomplete .aa-Form, #autocomplete .aa-Form:focus-within {
  border: none;
  box-shadow: none;
}
#autocomplete .aa-Input {
  font-size: 2.5rem;
}

#search-suggestion-container {
  display: flex;
}
@media only screen and (max-width: 740px) {
  #search-suggestion-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 741px) {
  #search-suggestion-container {
    flex-direction: row;
    justify-content: space-around;
  }
}

.search-suggestion-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-category-header {
  font-weight: 700;
  font-size: 22px;
  font-family: Roboto, sans-serif;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.search-category-header p {
  text-align: center;
}

.search-suggestion-item {
  background-color: #E7E7E7;
  border-radius: 10px;
  font-weight: 500;
  filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  text-align: center;
  color: #000000;
  font-size: 18px;
  width: 222px;
  height: 41px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.search-suggestion-highlight {
  background-color: #FDE300;
}

#search-results-container {
  display: none;
}
@media only screen and (max-width: 740px) {
  #search-results-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 741px) {
  #search-results-container {
    flex-direction: row;
    justify-content: space-around;
  }
}

.search-results-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-results-header {
  font-weight: 700;
  font-family: Roboto, sans-serif;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .search-results-header {
    font-size: 20px;
    line-height: 6px;
  }
}
@media only screen and (min-width: 741px) {
  .search-results-header {
    font-size: 28px;
  }
}

.search-results-header p {
  text-align: center;
}

.search-results-item {
  background-color: #E7E7E7;
  border-radius: 10px;
  font-weight: 500;
  filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  text-align: center;
  color: #000000;
  font-size: 18px;
  width: 342px;
  height: 102px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .search-results-item {
    width: 342px;
    height: 80px;
  }
}
@media only screen and (min-width: 741px) {
  .search-results-item {
    width: 342px;
    height: 102px;
  }
}

.search-results-details {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.search-results-image {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding-left: 14px;
  padding-right: 14px;
}

@media only screen and (max-width: 740px) {
  .search-results-image img {
    width: 33px;
    height: 60px;
  }
}
@media only screen and (min-width: 741px) {
  .search-results-image img {
    width: 39px;
    height: 70px;
  }
}

.search-results-text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-content: start;
  text-align: left;
}

.search-results-show-text {
  justify-content: space-between;
}

.search-results-artist-text {
  justify-content: center;
}

.search-results-name {
  font-weight: 700;
}
@media only screen and (max-width: 740px) {
  .search-results-name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 741px) {
  .search-results-name {
    font-size: 18px;
  }
}

.search-results-period {
  font-weight: 300;
}
@media only screen and (max-width: 740px) {
  .search-results-period {
    font-size: 12px;
  }
}
@media only screen and (min-width: 741px) {
  .search-results-period {
    font-size: 14px;
  }
}

.search-sponsored-container {
  width: 100%;
  text-align: left;
}

.search-sponsored-label {
  position: absolute;
  left: 245px;
  bottom: 0;
  padding: 4px;
  background-color: #FDE300;
  font-size: 10px;
  font-family: Roboto, sans-serif;
  color: #000000;
  font-weight: 500;
}

#search-close-container {
  display: flex;
  flex-direction: row;
  flex-flow: row-reverse;
}

#mobile-search-close {
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  vertical-align: center;
}
@media only screen and (max-width: 740px) {
  #mobile-search-close {
    display: block;
  }
}
@media only screen and (min-width: 741px) {
  #mobile-search-close {
    display: none;
  }
}

.search-close-button {
  margin-top: 20px;
}

.mobile-leaderboard {
  width: 100%;
  z-index: 900;
  background-color: #ffffff;
  height: 80px;
  padding: 10px 0 5px 0;
  margin-bottom: 5px;
}

.mobile-leaderboard-1 {
  display: block;
}

.mobile-leaderboard-3 {
  display: none;
}

/*# sourceMappingURL=navigation.css.map */
