﻿

/*text shows and events*/

.slider-holder .navsubheader, .nav-whats-on .navsubheader {
    color: var(--ptRed);
    font-weight: normal;
    margin-bottom: .5vw;
}


.news-ticker a, .news-ticker p {
    color: white;
}

.renew-button {
    width:auto;
}

#renewship {
    display: none;
    background: white;
    padding: 5vw;
    width: 70%;
    margin: 0 auto;
}

.attestation-grid {
    padding: 1vw 0vw;
}

.attestation-button-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
}

.choose-buttons {
    display:none;
}

.attestation-button {
    margin: 0;
    width: 100%;
}

#delacorte-attestation {
    display: none;
    background: white;
    padding: 5vw;
    width: 70%;
    margin: 0 auto;
}

#delacorte-attestation ul {
    margin-bottom: 1.5vw;
    padding-left: 1em;
    list-style-position: inside;
}

#delacorte-attestation ul li {
    margin-bottom: 1vw;
}

.navDonateButton {
margin-top: 0;
}

.slider-holder a p {
    line-height: 1.4;
}

.slider-holder a p:hover {
    color: var(--ptRed);
}

#donate-icon-link svg {
    fill: white;
}

#bypass-block {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #BF1722;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 1000000;
}

.signup-button {
    width: 100%;
}

#names {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vw;
}

form .email-newsletter {
    margin-top: 0 !important;
    max-width: none !important;
}

.newsletter-button {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1px 6px;
}

#bypass-block:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

#epi-quickNavigator {
    left: 0;
    right: unset !important;
}

.nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav > ul > li {
    display: inline-block;
    vertical-align: middle;
}

.renew-animated-button {
    margin: 0;
    padding: 0;
}

.animated-button .renew-button {
    margin: 0;
    padding: .2vw;
}

.utility-nav {
    padding: 5px 10px 5px 10px;
    border-bottom: var(--greyLine);
    background: white;
    display: grid;
    grid-template-columns: 1.5fr auto;
    align-items: end;
}

.news-ticker a {
    color:white;
}

.news-ticker {
    padding: 2vh 8vw 2vh 8vw;
    z-index: 1500;
    position: relative;
    background-color: #00A8DA;
    text-align: center;
    pointer-events: auto;
}

.nav-login {
    border: var(--greyLine);
    border-top: 0;
    position: absolute;
    text-align: left;
    transform: translateY(-102%);
    background: white;
    display: grid;
    transition: transform .8s ease 0s, visibility .8s;
    visibility: hidden;
    padding: 1%;
    right: 2%;
    z-index: -15;
}


.nav-login-wrapper h4 {
    margin-bottom: 2vh;
}

.nav-login-wrapper .nav-login-other {
    text-align: center;
}

#normal-login {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap: 2%;
    grid-row-gap: 10px;
}

#normal-login label {
    display: flex;
    align-items: center;
}

#normal-login input {
    margin: 0px;
}

#normal-login .nav-login-button {
    grid-column: span 2;
}

/* Facebook and Google Login*/
/*.google-login.nav-login-button > button,
.facebook-login.nav-login-button > button {
    padding: 0;
}

    .google-login.nav-login-button > button > svg {
        align-self: center;
    }*/

.button-interior-grid-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: center;
}

.google-login.animated-button:before, .google-login.animated-button:after,
.facebook-login.animated-button:before, .facebook-login.animated-button:after {
    content: none;
}

#beacon-container, .uwy {
    z-index: 101 !important;
}

.animated-button-interior {
    width: 100%;
    position: relative;
    height: 100%;
    display: grid;
    align-items: center;
}

.google-login .animated-button-interior:after {
    background: #4285F4;
}

.facebook-login .animated-button-interior:after {
    background: #4267b2;
}

.animated-button.nav-login-button.google-login, .animated-button.nav-login-button.facebook-login {
    border: none;
}
/* End Facebook and Google Login*/

.logo-img {
    max-width: 200px;
}

.search-results img {
    width: 100%;
}

.search-results span {
    margin: 0 .5vw;
    display: block;
    font-size: var(--pFontSize);
    line-height: initial;
}

.search-results {
    display: grid;
    grid: auto / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: .5vw 1vw;
    overflow-y: auto;
    max-height: calc(90vh - var(--stickyHeaderHeight));
}

.search-results a {
    display: block;
}

.navsearch-noresults {
    margin: auto;
    text-align: center;
    grid-column: 1 / -1;
}

.main-nav-contents a.navsearch-fullresultslink {
    text-align: center;
    grid-column: 1 / -1;
    font-size: var(--fontSize4);
    margin: 1vw;
    color: var(--ptRed);
}

@media(max-width:1200px) {
    .search-results > div:not(:nth-child(-n+8)) {
        display: none;
    }

    .search-results {
        grid: auto / 1fr 1fr 1fr 1fr;
    }
}

@media(min-width:1200px) {
    .search-results > div:not(:nth-child(-n+14)) {
        display: none;
    }

    #bypass-block {
        display:none;
    }
}


.fb_iframe_widget {
    margin: 8px 0;
}


.nav-login-other > :first-child {
    margin-bottom: 0;
}

.login-loader {
    visibility: hidden;
}

.nav-login-button {
    width: 100%;
    box-sizing: border-box;
    margin: 10px auto;
}

.nav-login-button > button {
    padding: 1px 6px;
}

.loader-size-5.loading:not(:required):after {
    font-size: calc(var(--fontSize5) / 4);
}

.cart-more-time {
    border: var(--greyLine);
    border-top: 0;
    position: absolute;
    bottom: 0;
    color: white;
    display: grid;
    transition: transform .8s ease 0s, visibility .8s;
    visibility: hidden;
    padding: 1%;
    right: 9%;
    z-index: -1;
    background-color: var(--ptRed);
    color: white;
    padding: 1%;
    width: auto;
    border: 0;
    cursor: pointer;
}

@media(max-width:650px) {
    .cart-more-time, .utility-nav-wrapper > .top {
        display: none;
    }
}




.nav-cart li {
    line-height: 1.2;
}

.nav-cart .miniHeader {
    margin-bottom: 2%;
}

.nav-cart button {
    margin-top: 2%;
}

#nav-cart-button {
    text-align: left;
}

#nav-cart-button.has-cart-timer {
    min-width: calc(var(--fontSize5) * 6.1);
}

.error-msg-small {
    text-align: center;
    margin: 0;
    font-size: var(--fineprintFontSize);
    font-family: var(--fineprintFontFamily);
}


.nav-cart {
    text-align: left;
    border: var(--greyLine);
    border-top: 0;
    position: absolute;
    z-index: -20;
    bottom: 0;
    background: white;
    display: grid;
    transition: transform .8s ease 0s, visibility .8s;
    visibility: hidden;
    padding: 1%;
    right: 7.5%;
}

#mobileCartExpire {
    display: inline-block;
}

.utility-nav [role=button] {
    cursor: pointer;
}

.utility-nav .rightNav > li > a:hover, .utility-nav .rightNav > li > button:hover, .rightNav > li > [role=button]:hover, .nav-logout-button:hover {
    color: var(--ptRed);
}

.nav-cart.top {
    transform: translateY(100%);
    visibility: visible;
}

.cart-more-time.top {
    transform: translateY(100%);
    visibility: visible;
}

.nav-login.top {
    transform: translateY(0);
    visibility: visible;
}

.nav-logout-button {
    background: white;
    border: 0;
    cursor: pointer;
    padding: 0;
}

@media (min-width:650px) {
    .utility-nav .rightNav > *:not(.utility-nav-panel) {
        border-bottom: var(--greyLine);
        border-bottom-width: 0.3vw;
        border-bottom-color: white;
        margin-bottom: -0.3vw;
    }

    .utility-nav .rightNav > *.utility-nav-selected {
        border-bottom: var(--greyLine);
        border-bottom-width: 0.3vw;
    }
}


.utility-nav > ul > li {
    padding: 0 1.3vw;
}



.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 25px 10px 10px;
    border-bottom: var(--greyLine);
    background: white;
    position: relative;
}

.main-nav > a > img {
    width: 13vw;
    margin-left: 20px;
    max-width: 200px;
}

.main-nav > ul {
    margin-left: auto;
}

.main-nav > ul > li > a {
    margin: 0px 2vw;
    color: var(--ptRed);
}


.main-nav-contents {
    width: 100%;
    border-bottom: var(--greyLine);
    position: absolute;
    bottom: 0;
    background: white;
    display: grid;
    visibility: hidden;
    z-index: -1;
    transition: transform .8s ease 0s, visibility .8s;
    left: 0;
    margin: 0;
}

.sticky-header[data-opentab="1"] > .main-nav > .main-nav-tier1-items > li:nth-child(1) > a,
.sticky-header[data-opentab="2"] > .main-nav > .main-nav-tier1-items > li:nth-child(2) > a,
.sticky-header[data-opentab="3"] > .main-nav > .main-nav-tier1-items > li:nth-child(3) > a,
.sticky-header[data-opentab="4"] > .main-nav > .main-nav-tier1-items > li:nth-child(4) > a,
.sticky-header[data-opentab="5"] > .main-nav > .main-nav-tier1-items > li:nth-child(5) > a,
.sticky-header[data-opentab="6"] > .main-nav > .main-nav-tier1-items > li:nth-child(6) > a {
    padding-bottom: calc(10px - .3vw);
    border-bottom: var(--greyLine);
    border-bottom-width: 0.3vw;
}

.sticky-header[data-opentab="1"] .main-nav-contents[data-navindex='1'],
.sticky-header[data-opentab="2"] .main-nav-contents[data-navindex='2'],
.sticky-header[data-opentab="3"] .main-nav-contents[data-navindex='3'],
.sticky-header[data-opentab="4"] .main-nav-contents[data-navindex='4'],
.sticky-header[data-opentab="5"] .main-nav-contents[data-navindex='5'],
.sticky-header[data-opentab="6"] .main-nav-contents[data-navindex='6'] {
    visibility: visible;
    transform: translateY(100%);
    display: grid;
}


.main-nav-image-links, .main-nav-right-column-variation > .main-nav-contents-link-column {
    padding: 1vw;
}

.main-nav-right-column-variation > .main-nav-contents-link-column-find-out-more {
    padding: 1vw;
}


.hr-block-image-links {
    padding: 0vw;
}

.main-nav-image-links-about {
    padding: 1vw;
}

.main-nav-image-links-shop {
    padding: 1vw;
}
.flex-divider-nav {
    border-left: var(--greyLine);
    height: 100%;
    align-self: center;
}

.nav-whats-on .perf-holder {
    grid-gap: 3vw;
}

.main-nav-left-column-variation > .main-nav-contents-link-column {
    border-right: var(--greyLine);
    padding: 1vw;
}

.main-nav-right-column-variation > .main-nav-contents-link-column {
    border-left: var(--greyLine);
    padding-right: 20px;
}


.main-nav-right-column-variation > .main-nav-contents-link-column-find-out-more {
    border-left: var(--greyLine);
    padding-right: 20px;
   
}

.main-nav-contents.main-nav-left-column-variation {
    grid-template-columns: auto 1fr;
}

.main-nav-contents.main-nav-right-column-variation {
    grid-template-columns: 3fr 1.5fr;
}

.main-nav-contents .navsubheader:first-child {
    margin-top: 0;
}

.main-nav-contents-link-column > .navsubheader {
    color: var(--ptRed);
    font-weight: normal;
    margin-bottom: .5vw;
}

.main-nav-contents-link-column > ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.main-nav-contents-link-column-find-out-more > .navsubheader {
    color: var(--ptRed);
    font-weight: normal;
    margin-bottom: .5vw;
}

.main-nav-contents-link-column-find-out-more > ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    columns: 55px 2;
}


.whats-next img {
    width: 100%;
}

.normal-grid {
    display: grid;
    grid-gap: 1vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
}

.delacorte-grid {
    display: grid;
    grid-gap: 1vw;
    grid-template-columns: 1fr .01fr 1fr .01fr 1fr .01fr 1fr;
    margin: 0;
    padding: 0;
}

.slider-holder, .nav-whats-on {
    width: 100%;
    padding: 1vw;
    box-sizing: border-box;
}

.nav-whats-on .navsubheader {
    margin-bottom: 1vw; /*handling line height differences*/
}

.nav-whats-on .perf-item a {
    line-height: 1;
}

.perf-item a, .perf-item span {
    text-decoration: none;
}

.slider-holder {
    border-bottom: var(--greyLine);
    padding-bottom: 1vw;
}

.slider2 {
}

.arrow-holder {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-arrow {
    font-size: 4vw;
    cursor: pointer;
}

.whats-next {
    overflow: hidden;
}

.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.slider {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.slider-moved-over {
    transform: translate(-112%);
    z-index: -100;
}

.slider2-moved-over {
    transform: translate(-112%);
}

.main-nav-contents-link-column {
    z-index: 10;
    background: white;
}

.main-nav-contents-link-column-find-out-more {
    z-index: 10;
    background: white;
}

.nav-arrow:hover {
    color: var(--ptRed)
}

.whats-next li > span {
}

a.whats-next-showdeets {
    color: var(--ptRed);
}

.whats-next .whats-next-tag {
    border: solid black 2px;
    width: fit-content;
    padding: .2vw;
    margin: 4px 0px;
}

.main-nav-image-links ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.hr-block-image-links ul {
    list-style: none;
    padding: 0;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5vw;
}

.main-nav-image-links-about ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1vw;
}

.main-nav-image-links-shop ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vw;
}

.main-nav-image-links li {
    display: inline-block;
    flex: 1 1 0;
    width: 0;
    position: relative;
    margin-right: 1vw;
}

.hr-block-image-links li {
    display: inline-block;
    flex: 1 1 0;
    position: relative;
}

.main-nav-image-links-about li {
    display: inline-block;
    flex: 1 1 0;
    position: relative;
}

.main-nav-image-links-shop li {
    display: inline-block;
    flex: 1 1 0;
    position: relative;
}

.perf-item > a {
    display: block;
}

.perf-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main-nav-image-links li:last-of-type {
    margin-right: 0;
}

.main-nav-image-links img {
    width: 100%;
    height: 100%;
}

.main-nav-image-links li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    text-align: center;
    width: fit-content;
    color: white;
    text-shadow: 3px 3px 8px black;
    font-size: var(--fontSize4);
    font-family: var(--fontFamily4);
}

.hr-block-image-links li:last-of-type {
    margin-right: 0;
}

.hr-block-image-links img {
    width: 100%;
    height: 100%;    
}

.hr-block-image-links li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    text-align: center;
    width: fit-content;
    color: white;
    text-shadow: 3px 3px 8px black;
    font-size: var(--fontSize2);
    font-family: var(--fontFamily4);
}

.main-nav-image-links-about li:last-of-type {
    margin-right: 0;
}

.main-nav-image-links-about img {
    width: 100%;
    height: 100%;
}

.main-nav-image-links-shop li:last-of-type {
    margin-right: 0;
}

.main-nav-image-links-shop img {
    width: 100%;
    height: 100%;
}

.main-nav-image-links-about li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    text-align: center;
    width: fit-content;
    color: white;
    text-shadow: 3px 3px 8px black;
    font-size: var(--fontSize5);
    font-family: var(--fontFamily4);
}

.main-nav-image-links-shop li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    text-align: center;
    width: fit-content;
    color: white;
    text-shadow: 3px 3px 8px black;
    font-size: var(--fontSize5);
    font-family: var(--fontFamily4);
}


.sticky-header:not([data-opentab=""]) .behind-tray {
    opacity: .5;
    pointer-events: unset;
}

.behind-tray {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: black;
    opacity: 0;
    z-index: -2;
    transition: opacity .6s ease;
    pointer-events: none;
}

/*//footer*/


.sign-up-nav-button {
    margin: 10px 0;
}

footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    color: var(--PTGrey);
    margin: 0 5vw 2vw 5vw;
    border-top: var(--greyLine);
    padding-top: 2vw;
}

footer .footer-section {
    margin: 0 2vw;
}

footer .footer-section:first-of-type {
    margin-left: 0;
}

footer .footer-section:last-of-type {
    margin-right: 0;
}


.main-nav-mobile-placeholder {
    display: none;
}

.footer-section-social ul {
    max-width: 200px;
}

.footer-section-social img, .footer-section-social svg {
    width: 15%;
    margin: 2.5px;
    opacity: .8;
    height: auto;
}

.footer-section-social img, .footer-section-social svg {
    width: 15%;
    margin: 2.5px;
    opacity: .8;
    height: auto;
}

@media (max-width:650px) {
    body footer {
        border-top: var(--greyLine);
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas:
            "address links"
            "land land"
            "social social"
            "logos logos";
        row-gap: 4vh;
        grid-column-gap: 3vh;
    }

    footer .footer-section {
        margin: 0;
    }

    .footer-section-links ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-section-links ul li {
        justify-content: center;
    }

    .footer-section-address {
        grid-area: address;
    }

    .footer-section-logos {
        grid-area: logos;
    }

    .footer-section-logos img {
        width: 100%;
    }

    .footer-section-links {
        grid-area: links;
    }

    .footer-section-charities {
        grid-area: charities;
    }

    .footer-section-charities img {
        width: 100%;
    }

    .land-acknowledgement {
        grid-area: land;
    }

    .footer-section-social {
        grid-area: social;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .public-socials {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer-section-social ul {
        max-width: unset;
        display: flex;
        gap: 1vw;
        width: 100%;
        justify-content: space-between;
    }

    .footer-section-social svg {
        width: 8vw;
    }

    .footer-section-social img {
        width:8vw;
    }


}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: black;
}

.footer-address-title {
    color: var(--ptRed);
    white-space: nowrap;
}

footer address {
    font-style: normal;
    margin: 10px 0;
}

.footer-section-links {
    line-height: 1.4;
}

.footer-section-links li {
    margin-bottom: 5px;
}


.footer-section-social li {
    display: inline;
}


.footer-section-logos img {
    width: 100%;
}

.footer-section-charities {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-section-charities a:nth-child(1) {
    margin-right: 10px;
}

.footer-section-charities img {
    width: 65px;
}

input[type="text"], input[type="email"], input[type="submit"], input[type="password"], input[type="username"], input {
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 3px;
    margin: 10px 0;
    border: var(--greyLine);
    box-sizing: border-box;
}

.navbar {
    margin-bottom: 10px;
    background: black;
    color: white;
    padding: 10px;
}

.navbar a {
    color: white;
    display: inline-block;
    margin: 0 10px;
    background: #ef4135;
    padding: 7px;
    text-decoration: none;
}

.mission-jumbotron-image {
    display: block;
}

.main-nav-image-links img {
    filter: brightness(80%);
}

.hr-block-image-links img {
    filter: brightness(80%);
}

.main-nav-image-links-about img {
    filter: brightness(80%);
}

.main-nav-image-links-shop img {
    filter: brightness(80%);
}

.main-nav-shows-link-section {
    margin-block-end: 1em;
}

.main-nav-contents a {
    line-height: 1.4;
    font-size: var(--fontSize5);
    font-family: var(--fontFamily5);
    text-decoration: none;
}

.rightNav > li > a, .rightNav > li > button, .rightNav > li > *[role=button], .nav-logout-button {
    text-decoration: none;
    user-select: none;
    font-size: var(--fontSize5);
    font-family: var(--fontFamily5);
}

.utility-nav .rightNav > *.utility-nav-selected > span {
    color: var(--ptRed);
}

.main-nav-contents a:hover {
    color: var(--ptRed)
}

.main-nav-tier1-items li {
    line-height: normal;
}

.utility-nav-wrapper {
    position: relative;
    z-index: 600000;
}

footer a {
    text-decoration: none;
}

.rightNav {
    text-align: right;
    display: inline-block;
}

.leftNav {
    display: inline-block;
}

.cart-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4%;
    margin: 15px 0 0 0;
}

.cart-buttons > .pt-button {
    margin: 0;
}

.total {
    margin-top: 4%;
}

.modal, .cart-timer-modal {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2500;
    position: fixed;
    outline: 0 !important;
    overflow: hidden auto;
    background-color: rgba(0,0,0,0.8);
}

.cart-timer-modal-container {
    background: white;
    padding: 2vw;
}


.modal-close, .cart-timer-modal-close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}

#form-columns {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 2vw;
}

    #form-columns .animated-button {
        margin: 2% 0%;
        padding: 2% 0%;
        width: 100%;
        box-sizing: border-box;
    }

    #form-columns .animated-button input {
        margin: 0;
        max-width: none;
    }

/*We use pt button styles for hovering*/
.modal-container input[type="submit"] {
    outline: none;
}

#modal-account-form {
    background: white;
    width: 600px;
    padding: 4%;
    box-sizing: border-box;
}

#spec-act-date, #quantity {
    margin-top: 2%
}

#quantity {
    margin-left: 2%;
}

#modal-account-form .right-buttons {
    margin-top: 0%;
}

@media (max-width:650px) {
    .footer-address-title {
        white-space: normal;
    }

    .mobile-menu-close {
        cursor: pointer;
    }

    .utility-nav-wrapper {
        z-index: 1;
    }

    #modal-headshot {
        display: none;
    }

    #modal-headshot-container #modal-headshot-holder {
        grid-template-columns: 1fr;
    }

    #modal-headshot-container {
        padding: 6%;
    }

    .modal-container {
        width: 100%;
    }

    .modal .modal-close {
        font-size: 12vw;
    }
}


.modal-prev {
    display: none;
}

.modal-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.modal-prev:hover,
.modal-next:hover {
    background-color: rgba(239, 65, 53, .8)
}


#modal-headshot {
    margin: 1%;
    width: 50%;
    float: left;
}

#modal-headshot-container, #modal-creative-bio {
    background-color: white;
    padding: 4%;
    overflow: hidden;
    max-width: 50vw;
}

#modal-headshot {
    border: var(--greyLine);
}

.cart-more-time {
    color: white;
}


body .uwy.uac.userway_p3 .uai, body .uwy.uac.userway_p4 .uai, body .uwy.uac.userway_p5 .uai {
    bottom: 10px !important;
}


.big-uw-icon .accessibility-btn__text, .utb .accessibility-btn__text {
    font-size: 14px !important;
}

@media (min-width:650px) {

    .rightNav > li > a > img, .rightNav > li:not(#desktop-nav-search-button) > svg, .rightNav > li:not(#desktop-nav-search-button) > a > svg, #nav-logout-button svg {
        display: none;
    }


    .mobile-menu-close, .mobile-menu-open, .main-nav-mobile {
        display: none;
    }
}

@media (max-width:650px) {
    #desktop-nav-search-button {
        display: none;
    }

    #delacorte-attestation {
        box-sizing: border-box;
        width:100%;
    }

    .attestation-grid {
        grid-template-columns: 1fr;
        margin-bottom: 2vw;
    }

    html {
        overflow-x: hidden;
    }

    .sticky-header {
        position: fixed;
        width: 100vw;
        top: 0;
        pointer-events: none;
    }

    .utility-nav-wrapper {
        display: none;
        width: 100vw;
        pointer-events: auto;
        position: fixed;
        bottom: 0;
    }

    .utility-nav {
        background: var(--ptRed);
        display: block;
        height: auto;
    }

    .utility-nav .leftNav {
        display: none;
    }

    .rightNav {
        text-align: center;
        display: grid;
        grid: "1fr 1fr 1fr 1fr";
        align-items: center;
        justify-items: center;
    }

    .rightNav > li, .rightNav > li > * {
        color: white;
        text-align: center;
    }

    .rightNav > li img, .rightNav > li svg {
        display: block;
        margin: auto;
        margin-bottom: 6px;
    }

    .rightNav li, .rightNav li a, .rightNav li button {
        font-size: var(--pFontSize);
        font-family: var(--pFontFamily);
    }

    .main-nav-contents, .behind-tray {
        display: none !important;
    }

    .main-nav {
        pointer-events: auto;
        width: 95vw;
        display:flex;
        justify-content:space-between;
        align-items: center;
    }

    .main-nav-tier1-items {
        display: none;
    }

    ul.main-nav-mobile {
        display: inline-grid;
        pointer-events: auto;
        background: #ffffff;
        height: 100%;
        overflow-y: scroll;
        max-height: calc((100% - var(--mainNavHeight)) - var(--utilityNavHeight));
        min-width: 0;
        width: 100vw;
        top: var(--mainNavheight);
        margin-bottom: var(--utilityNavHeight);
    }

    .main-nav-mobile > li > h3 {
        color: var(--ptRed);
        padding-left: 2vw;
        user-select: none;
    }

    .main-nav-mobile > li > ul > li > a {
        font-size: var(--fontSize4);
        font-family: var(--fontFamily4);
        color: var(--ptDarkGrey);
        text-decoration: none;
        padding: 2vw 0vw;
        display: inline-block;
    }

    .main-nav-mobile > li > ul {
        padding-left: 2vw;
        padding-bottom: 4vw;
    }

    .main-nav-mobile > li > ul > li:first-child > a {
        padding-top: 0;
    }

    .nav-cart, .nav-login {
        display: none;
        left: 0;
        width: 100vw;
        border: none;
        border-top: var(--darkGreyLine);
        box-sizing: border-box;
        transform: translateY(calc(100% - var(--utilityNavHeight)));
    }

    .utility-nav-wrapper > .top {
        transform: translateY(calc(-1 * var(--utilityNavHeight)));
    }

    .nav-login-wrapper {
        grid: auto auto auto / 1fr;
        justify-items: center;
    }

    .nav-login-other {
        grid-column: unset;
    }

    .main-nav img {
        width: 30vw;
    }

    .mobile-menu-close, .mobile-menu-open {
        margin-left: auto;
        display: unset;
        text-align: center;
    }

    .sticky-header:not(.is-mobile-menu-open) .main-nav-mobile {
        display: none;
    }

    .sticky-header:not(.is-mobile-menu-open) .main-nav-mobile-placeholder {
        display: unset;
        width: 100vw;
        flex-grow: 1;
    }

    .sticky-header:not(.is-mobile-menu-open) .mobile-menu-close {
        display: none;
    }

    .mobile-menu-open {
        cursor: pointer;
    }

    .mobile-menu-open > img, .mobile-menu-open > svg {
        width: 8vw;
        display: block;
        margin: auto;
    }

    .mobile-menu-close > img, .mobile-menu-close > svg {
        width: 8vw;
        display: block;
        margin: auto;
    }

    html {
        margin-top: var(--mainNavHeight);
        margin-bottom: var(--utilityNavHeight);
    }

    main > section:after {
        display: none;
    }

    footer {
        padding-top: 3vw;
    }

    section.footer-section-subscribe.footer-section.header5 {
        display: none;
    }

    .footer-section-links li {
        margin-bottom: 0;
    }

    #nav-logout-button {
        display: none;
    }
}

#promo-text {
margin-bottom: 2%;
}

#apply-promo, #modal-overTicketLimit, #modal-ShowNotRenewalModal, #modal-error, #checkout-attestation, #modal-delete-account, #modal-return-tickets, #modal-return-free-tickets {
    display: none;
    background: white;
    padding: 2%;
}

#modal-overTicketLimit.reserveversion #overTicketLimit-continue, #modal-overTicketLimit.reserveversion #ShowNotRenewalModal-continue {
    display: none;
}

#modal-overTicketLimit:not(.reserveversion) #overTicketLimit-continue-reserve, #modal-ShowNotRenewalModal:not(.reserveversion) #ShowNotRenewalModal-continue-reserve {
    display: none;
}


/*hamburger styling*/
.row .three {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    width: fit-content;
}

.hamburger .line {
    width: 30px;
    height: 5px;
    display: block;
    background-color: black;
    margin: 8px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */

#hamburger-1 {
    width: fit-content;
    margin-right: 20px;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}


#mobile-nav-login-button, #mobile-nav-cart-button {
    display: none;
}


@media (max-width:650px) {
    .main-nav > a > img {
        width: 38vw;
    }

    #mobile-nav-login-button, #mobile-nav-cart-button {
        display: block;
    }

    #nav-login-button, #nav-cart-button {
        display: none;
    }

    .utility-nav .rightNav li a:hover {
        color: white;
    }

    #main-nav-logout {
        padding-left: 2vw;
        padding-top: 4%;
    }

    #main-nav-logout .header3 {
        color: var(--ptRed);
    }
}


/*whats on calendar*/

.perf-item-date {
    margin-bottom: .5vw;
    font-size: var(--fontSize6);
}

.whats-next-showdeets {
    color: var(--ptGrey);
}

.perf-item-colored-box, .upcoming-show-colored-box {
    position: relative;
    transition: 0.3s;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.perf-item-get-tickets {
    position: absolute;
    color: white;
    transition: clip-path .2s;
    transition-delay: .1s;
    top: 0;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    width: 100%;
    height: 100%;
    background-color: var(--ptRed);
    display: flex;
    justify-content: center;
    align-items: center;
}


.perf-item-image {
    cursor: pointer;
}

.perf-item-image:hover ~ .perf-item-get-tickets, a:focus .perf-item-image ~ .perf-item-get-tickets {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.perf-item-get-tickets > * {
    margin: 0.3vw;
}

.perf-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1.5vw;
}

.perf-item img {
    width: 100%;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    object-fit: cover;
}

.sticky-donate {
    padding: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: calc(100% - var(--stickyDonateHeight) + 1px);
    background-color: white;
    border-top: var(--greyLine);
    z-index: 102;
    text-align: center;
    pointer-events: auto;
}

.sticky-donate p {
    margin-bottom: 1vw;
}

.sticky-donation-options {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1vw;
    width: auto;
}

.sticky-donation-amounts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.sticky-donation-amounts li {
    padding: 0vw 1vw;
}

.hideDonationTicker {
    position: absolute;
    top: 1vh;
    right: 1vh;
    color: var(--ptRed);
    font-size: 2vw;
}

.sticky-donate a {
    text-decoration: underline;
}

@media(max-width:650px) {
    .hideDonationTicker {
        font-size: 6vw;
    }

    .sticky-donate p {
        margin: 2vw 8vw;
    }

    .sticky-donation-options {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 2vw;
        width: 90vw;
    }

    .sticky-donation-amounts {
        flex-wrap: wrap;
    }

    .sticky-donation-amounts li {
        padding: 1vw 1vw;
    }

    .sticky-donate-link {
        padding-bottom: 2vw;
    }


    .mobile-fineprint-font {
        font-size: var(--fineprintFontSize);
    }

    #modal-headshot-container, #modal-creative-bio {
        max-width: 90%;
    }

}


.attestation-list {
    list-style: unset;
}

.attestation-smaller-list {
    list-style: circle;
    margin-left: 2vw;
}

.attestation-smaller-list li {
    margin-bottom: 1vw;
}

.attestation-list li {
    margin-bottom: 1vw;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

nav .leftNav .searchTerm {
    width: 100%;
    border: 3px solid var(--ptLightGrey);
    border-right: none;
    padding: 5px;
    height: 14px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: black;
    margin: 0;
    box-sizing: unset;
}

.searchTerm:focus {
    color: var(--ptLightGrey);
}

.searchButton {
    width: 40px;
    height: 30px;
    border: 2px solid #959595;
    background: #959595;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/

.land-acknowledgement {
    display: flex;
    flex-direction: column;   
    flex: 2;   
}

.LA-statement {
    padding-top: var(--spacing6);
}

.full-statement {
  
    display: block;
    font-size: var(--fontSize5);
    font-family: var(--fontFamily5);
    text-decoration: none;
    line-height: 1;
    padding-top: var(--spacing6)
}

.LA-title {
    font-family: var(--fontFamily4);
    font-size: var(--fontSize5);
}

.public-socials{
    padding-bottom: var(--spacing);
}