header {

}

@font-face {
    font-family: "Helvetica Neue - Medium";
    src: url("HelveticaNeueLTStd-MdCn.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue - Light";
    src: url("HelveticaNeueLTStd-LtCn.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue - Bold";
    src: url("HelveticaNeueLTStd-BdCn.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

* { 
    font-family: "Helvetica Neue - Light";
}

a {
    color: #4d4d4d;
}


.tn-prod-season-header__description {
    display:block!important;
}

header .second-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
    margin-top: 12px;
    padding: 0 10px;
}
header.second-nav:first-child {
    position: relative;
    left: 10px;
}
header.second-nav:last-child {
    position: relative;
    right: 10px;
}
header .img-container a {
    padding-left: 0;
}
header .external-urls :last-child {
    padding-right: 0;
}

body {
    margin: 0;
}
nav {
    margin-bottom: 12px;
}
.desktop-nav div :first-child {
    padding-left: 0;
}

.main-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

header nav > div {
    padding: 0 12px;
}

header nav div a {
    font-size: 14px !important;
}

footer .acknowledgement {
    background-color: #eef0f0;
    
    margin-bottom: 64px;
    padding: 24px 24px;
}

header {
        margin-bottom: 24px;
    }

.tn-utility-nav-account-section.tn-utility-nav-account-section--logged-out {
    display: none !important;
}

/* .tn-utility-nav-account-section--logged-in {
    display: flex !important;
} */

.tn-utility-nav {
    background-color: white !important;
    display: contents;
}
@media screen and (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }
}

@media screen and (min-width: 768px) {
    header a {
        font-family: "Helvetica Neue - Medium" !important;
    }
}

:root { 
    --tn-brand-primary: #e81152;
    --tn-brand-primary-darken-5: #d10f4a;
    --tn-brand-primary-darken-10: #bb0e43;
    --tn-brand-primary-darken-15: #a50c3b;
    --tn-brand-primary-darken-17: #9c0b38;
    --tn-brand-primary-darken-30: #6b0827;
    --tn-btn-primary-bg: #e81152;
    --tn-btn-primary-bg-hover: #bd0f43;
    --tn-brand-primary-link-hover-color: #e81152;
    --tn-btn-info-border-focus: #e81152;
    --tn-link-color: #e81152;
    --tn-state-info-text: #e81152;
}

.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
}

@media screen and (max-width: 1199px) {
    header, footer {
        padding: 0 12px;
    }
    header nav div a {
        padding: 12px 6px;
    }
    header img, footer img {
        width: 140px;
    }
    .nav-buttons {
        display: flex;
        gap: 8px;
    }
    .egc-button {
        padding: 6px 16px !important;
    }
    
}
@media screen and (min-width: 1200px) {
    footer .acknowledgement {
        padding: 65px 165px;
        text-align: center;
    }

    header img, footer img {
        width: 170px;
    }
    header nav div a {
        padding: 12px 10px;
    }
    header .main-nav {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        padding: 0 12px;
    }
    footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 72px 18px 0;
    }
    header nav {
        background-color: #eef0f0;
        color: black;
    }
    header nav div {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        font-size: 14px !important;
    }
}

    
    a {
        text-decoration: none;
    }
    
    header a {
        transition: all 0.25s;
    }
    header a:hover {
        color: #e81152;
    }
    
    
    footer .acknowledgement h2 {
        font-size: 20px;
        font-weight: 400;
        font-family: 'Helvetica Neue - Light';
    }
    footer .acknowledgement p {
        font-size: 18px;
    }
    footer .acknowledgement a {
        font-size: 18px;
        transition: all 0.25s;
        text-decoration: underline;
    }
    footer .acknowledgement a:hover{
        color: #b4b4b4;
        transition: all 0.25s;
    }
    footer .top-footer {
        display: flex;
        justify-content: space-between;
    }
    footer .contact-socials a {
        font-size: 18px;
        transition: all 0.25s;
    }
    footer .contact-socials a:hover {
        color: #e81152;
        transition: all 0.25s;
    }
    footer .contact-socials {
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    

footer .contact-socials li {
    display: flex;
    gap: 4px;
}
footer .contact-socials li a {
    background-color:#e81152;
    padding: 4px;
    width: 25px;
    height: 25px;
}
footer .contact-socials li a svg {
    position: relative;
    left: 1px;
    top: -3px;
    transition: all 0.08s;
}
footer .contact-socials li a:hover svg {
    transform: scale(1.3);
    transition: all 0.08s;
}
footer .bottom-footer > div {
    display: flex;
    gap: 12px;
}
footer {
    padding-bottom: 48px;
}
footer a {
    transition: all 0.25s;
}
footer a:hover {
    color: #e81152;
    transition: all 0.25s;
}

.egc-button {
    padding: 9px 21px;
    background-color:#e81152;
    color: white !important;
    transition: all 0.1s;
    font-family: 'Helvetica Neue - Bold' !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}
.egc-button:hover {
    transform: scale(1.1);
}
.egb-button:hover a {
    color: white !important;
}

#tessitura-content .form-control,#tessitura-content textarea {
   height: auto !important;
   min-height: 3rem !important;
}

.tn-has-button-selected.form-control {
    padding: 0 0 0 0 !important;
}

.tn-prod-season-header__image-wrapper {
    width: 100% !important;
}
.tn-prod-season-header__title-and-image-container {
    flex-direction: column;
}
.tn-prod-season-header__image-wrapper {
    display: flex;
}
/* .tn-utility-nav-promo-code-section form {
    display: none;
} */
.tn-prod-season-header__title {
    align-self: start !important;
    margin-top: 12px !important;
    font-size: 26px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-family: 'Helvetica Neue - Bold' !important;
}
.tn-event-detail * {
    font-family: "Helvetica Neue - Medium";
}

.tn-event-detail__additional-events-container {
    display: none !important;
}

/* Mobile menu hidden off-screen */
#mobileMenu {
  position: fixed;
  top: 0;
  left: -100%; /* hide offscreen to the left */
  width: 75%;  /* adjust width of menu */
  height: 100%;
  background: #fff;
  padding: 2rem 1rem;
  box-shadow: 2px 0 6px rgba(0,0,0,0.2);
  transition: left 0.3s ease-in-out;
  z-index: 9999;
}

#mobileMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobileMenu li {
  margin: 1.5rem 0;
  margin-left: 6px;
}

#mobileMenu a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}

/* When menu is open */
#mobileMenu.open {
  left: 0;
}

/* Burger button */
.burger {
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  display: none; /* hidden by default */
  z-index: 5000; /* ensure above menu */
  position: relative;
}

/* Mobile view */
@media (max-width: 768px) {
  .burger {
    display: block;
    margin: 12px;
  }
  .tn-event-detail__main-container {
    margin-bottom: 0px;
  }

  .desktop-nav,
  .main-nav .nav-buttons {
    display: none;
  }
}

#mobileMenu * {
    font-weight: 400 !important;
    font-family: 'Helvetica Neue - Medium' !important;
}
#mobileMenu li:last-child a {
    color: white;
}
#mobileMenu li:last-child {
    background-color: #e81152;
    color: white !important;
    padding-left: 14px;
    width: max-content;
    padding-right: 14px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        width: auto;
        padding-left: 26px;
        padding-right: 26px;
    }
}
.tn-prod-season-header__image {
    width: 100%;
}

.tn-additional-items__section.tn-additional-items__section--view-cart {
    text-align: right;
}

.tn-prod-season-header__description-container {
    padding: 0;
    background-color: transparent;
}

.tn-prod-season-header__description-container h3, .tn-prod-season-header__description-container button {
    display: none;
}

.tn-prod-season-header__description-container .tn-prod-season-header__description-text-content {
    padding: 0 0 0 0 !important;
}

@media (min-width: 768px) {
    .tn-prod-season-header {
        padding-bottom: 10px !important;
        margin-bottom: 20px !important;
    }
}

.tn-prod-list-item__property--img-container {
    display: block;
}

.tn-prod-list-item__property--img-container img {
    width: 100%;
}

.tn-prod-season-header__date-container {
    display: none !important;
}
#tn-quantity-selection-text {
    display: none !important;
}
.tn-ticket-selector__zone-selector {
    margin-bottom: 0 !important;
}
.modal-open .modal {
    z-index: 50000;
}
.tn-ticket-selector__amount-input-container input {
    padding-top: 0 !important;
}
.tn-additional-items__section.tn-additional-items__section--view-cart h2 {
    display: none !important;
}
.tn-performance-list-item {
    padding-top: 15px !important;
}
@media (min-width: 768px) {
    .tn-prod-list-item__property.tn-prod-list-item__property--img-container {
        margin-top: -25px !important;
    }
    .tn-header-component__sub-text.tn-heading-sub-text {
        font-size: 24px !important;
    }
    .tn-cart-item-summary__property--image {
        position: relative;
        bottom: 22px;
    }
    .tn-payment-submit-component {
        margin-top: -20px;
        padding-right: 0 !important;
    }
} 
#tn-heading-production-seasons-list {
    display: none !important;
}
.alert-info {
    color: green !important;
    margin-top: 18px;
}
.tn-payment-component {
    display: flex;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .tn-payment-submit-component {
        margin-top: 0;
        position: relative;
        bottom: 40px;
    }
}
#tn-payment-submit-form {
    display: flex;
    place-content: end;
    width: 100%;
}

.tn-event-detail__main-container {
    margin-bottom: 0 !important;
}
.panel-body a {
    color: blue;
    transition: all 0.125s;
}
.panel-body a:hover {
    color: rgb(0, 0, 175);
}
