﻿/*Jumbotron*/

.jumbotronHolder {
    position: relative;
    margin-bottom: -2px; /*there is whitespace and I can't seem to figure out why, we can delete this later*/
}

.jumbotronHolderMargin {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.jumbotronImage {
    width: 100%;
    filter: brightness(80%);
    display: block;
}

main .no-brightness {
    filter: initial;
    max-width: 1200px;
    margin: 0 auto;
}

.hidden {
    display:none;
}

.jumbotronTitle {
    position: absolute;
    bottom: 3%;
    color: white;
    margin: 0;
    left: 1%;
    font-size: 4.5em;
    color: white;
    font-size: var(--fontSize1);
    font-family: var(--fontFamily1);
}
@media (min-width: 1200px) {
    .no-brightness + h1.jumbotronTitle {
        /*left: calc((100vw - 1200px) / 2);*/
    }
}
@media (min-width: 1920px) {
    .no-brightness + h1.jumbotronTitle {
        left: calc((1920px - 1200px) / 2);
    }
}

/*Media*/
/*Hide default view for videos and galleries*/
button.gallery-cover {
    border: none;
    background: none;
}

.modal {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2500;
    position: fixed;
    outline: 0 !important;
    overflow: hidden auto;
    background-color: rgb(0,0,0,0.85);
}

/*.modal-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.modal-close {
    color: black;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 3.5vw;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    border: 0;
}


    /*color: white;
    position: absolute;
    top: calc(-1 * var(--fontSize2));
    margin: 0;
    padding: 0;
    right: 0;
    font-size: var(--fontSize2);
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    transition: 0.6s ease;
    user-select: none;*/

    .modal-close:hover,
    .keyboardMode .modal-close:focus {
        background-color: rgba(239, 65, 53, .8);
    }

#modal-current-photo {
    max-height: 75vh;
    object-fit: scale-down;
    background-color: black;
}

.modal-next-1 {
    right:0;
}

.modal-prev-1,
.modal-next-1 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 50px;
    background:transparent;
    transition: 0.6s ease;
    border:0;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
    -webkit-user-select: none;
    /*cursor: pointer;
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: calc(.8 * var(--fontSize1));
    transition: 0.6s ease;
    user-select: none;
    text-decoration: none;
    -webkit-user-select: none;
    background: none;
    border: none;
    margin-top: 0;
    width: calc(1vw + (.8 * var(--fontSize1)));
    height: 100%;
    top: 0;
    padding: 0;*/
}

.modal-prev {
    display: none;
    /*left: calc(-1vw + (-.8 * var(--fontSize1)));
    border-radius: 1vw 0 0 1vw;*/
}

/* Position the "next button" to the right */
.modal-next {
    /*right: calc(-1vw + (-.8 * var(--fontSize1)));
    border-radius: 0 1vw 1vw 0;*/
}

    .modal-prev-1:hover,
    .modal-next-1:hover,
    .keyboardMode .modal-prev:focus,
    .keyboardMode .modal-next:focus {
        background-color: rgba(239, 65, 53, .8)
    }

.gallery-view, .video-view, .image-view {
    display: none;
}

#modal-current-caption {
    color: white;
    /*background: linear-gradient(180deg, black, transparent);*/
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
    padding: 1vw 0 2vw 0;
    margin-bottom: 0;
    margin-top: -5px;
    text-align:center;
    display: none;
}
#modal-current-caption:empty {
    display: none !important;
}
.program-media-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
}

@media (max-width:650px) {
    main .program-media-holder {
        display: block;
    }

    .gallery-cover, .gallery-video, .gallery-image {
        margin-bottom: 4%;
    }

    #modal-video-holder .video-view-youtube, #modal-video-holder .video-view-vimeo {
    
        width: 450px;
        height: 300px;
    }
}

.video-view-youtube, .video-view-vimeo {
    width: 900px;
    height: 500px;
}
/*3playmedia tries to set the height of it's components in a way that doesn't work with its surroundings*/
.p3sdk-container {
    height: auto !important;
}
.p3sdk-interactive-transcript-content {
    height: 25vh !important;
}


.program-media-holder img {
    object-fit: cover;
    width: 100%;
    height: 42vh; /*Experiments in making photos look the same size*/
}

.gallery-cover > *, .gallery-video, .gallery-image {
    position: relative;
    cursor: pointer;
}

.gallery-cover:hover {
}

.gallery-cover h4, .gallery-video h4, .gallery-image h4 {
    color: white;
    background-color: var(--ptRed);
}


.title-box {
    display: flex;
    justify-content: space-between;
    padding: 1%;
    background-color: var(--ptRed);
    margin-top: -.5%; /*not sure why this isn't lining up great*/
}

.title-box .header4 {
    color:white;
}

.view-title {
    flex-shrink: 0;
    margin-left: 2%;
}

#modal-current-video {
    display: none;
}



/*sub navigation*/

.page-nav-contents li {
    display: inline-block;
    flex-shrink: 1;
    flex-grow: 1;
    border-inline-start: solid black;
    background: white;
}

.page-nav-contents {
    width: 100%;
    position: sticky;
    z-index: 700;
    font-size: var(--fontSize3);
    font-family: var(--fontFamily3);
    box-sizing: border-box;
    top: calc(var(--stickyHeaderHeight) - .1px); /* I think there's a rounding error somewhere */
    border: solid black 3px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

@media (max-width: 650px) {
    .page-nav-contents {
        display: none;
    }
}

.page-nav-contents a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.8vw 1.3vw;
    box-sizing: border-box;
    text-decoration: none;
}

.page-nav-contents li:first-child {
    border: none;
}

.page-nav-contents a:hover,
.keyboardMode .page-nav-contents a:focus {
    background: var(--ptRed);
    color: white;
}

/*News bar*/


.section-news {
    display: flex;
    justify-content: space-around;
    padding: 20px 40px;
}

.section-news-item {
    padding: 0px 30px;
}

.section-news .section-news-link {
    color: var(--ptRed);
    text-decoration:none;
}


.section-news-message, .section-whats-next {
    margin-top: 7px;
}

span.flex-divider {
    border-left: var(--greyLine);
}

    span.flex-divider:last-of-type {
        display: none;
    }


/*headshot block*/

.bio {
    display: none;
}

.expand {
    cursor: pointer;
}

.headshotblock-wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
}

.headshotblock-wrapper-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
}

.headshotblock-wrapper-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
}

.headshotblock-wrapper-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
}

.headshotblock-wrapper-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
}

.headshotblock-wrapper-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
}

.headshotblock-wrapper-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
}

    .headshotblock-wrapper img, .headshotblock-wrapper-3 img, .headshotblock-wrapper-4 img, .headshotblock-wrapper-5 img, .headshotblock-wrapper-6 img, .headshotblock-wrapper-7 img, .headshotblock-wrapper-8 img {
        width: 100%;
    }

img.expand {
    width: 100%;
}

.person-image {
    border: var(--greyLine);
}

.personDetails {
    margin-bottom: 1em;
}

.personDetails p {
    text-align: center;
    font-size: var(--fontSize5);
    font-family: var(--fontFamily5);
    margin: 0;
}
.headshot.expand:hover .personDetails p:first-of-type,
.keyboardMode .headshot.expand:focus .personDetails p:first-of-type {
    text-decoration: underline;
}

@media (max-width:650px) {
    .headshotblock-wrapper, .headshotblock-wrapper-3, .headshotblock-wrapper-4, .headshotblock-wrapper-5, .headshotblock-wrapper-6, .headshotblock-wrapper-7, .headshotblock-wrapper-8 {
        grid-template-columns: repeat(2, 1fr);
    }

    main .perf-item-get-tickets {
        display:none;
    }


}


/*headshot modal*/



/*Credit block*/

.credit-holder {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2vw;
}

.credit-holder-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2vw;
}

.credit-holder-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw;
}

.credit-holder-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2vw;
}

.credit-holder-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2vw;
}

.credit-holder-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 2vw;
}

.credit-holder-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 2vw;
}

.creative-person {
    border: 3px solid black;
    padding: 2vw;
    text-align: center;
    background-color: white;
}
    .creative-person.expand:hover .credit-name,
    .keyboardMode .creative-person.expand:focus .credit-name {
        text-decoration: underline;
    }
@media (max-width:650px) {
    .credit-holder, .credit-holder-4, .credit-holder-5, .credit-holder-6, .credit-holder-7, .credit-holder-8 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*press block*/

.quote {
    border: var(--redLine);
    padding: 2% 10%;
    position: relative;
}

.article {
    border: var(--redLine);
    padding: 4%;
}

.quote-icon-left, .quote-icon-right {
    position: absolute;
}

.quote-icon-right {
    right: -2%;
    bottom: -13%;
}

.quote-icon-left {
    left: -3%;
    top: -12%;
}

.quotes-and-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
}


@media (max-width:650px) {

    #modal-current-photo {
        max-height: 34vh;
    }
        .quotes-and-articles {
        grid-template-columns: 1fr;
    }

    .modal-close {
        font-size: 7.5vw;
    }
        .quote, .article {
        margin: 2% 0%;
    }

    .quote-icon-left img, .quote-icon-right img {
        width: 50px;
    }
}

.learn-more {
    font-size: var(--fontSize5);
    font-family: var(--fontFamily5);
    text-decoration: none;
    color: var(--ptRed);
}

.quote-text {
    text-transform: uppercase;
}

.no-underline {
    text-decoration: none;
}

/*accordion*/

.accordion {
    font-size: 1rem;
    width: 100%;
    border-radius: 5px;
}

.accordion-header,
.accordion-body {
}

.accordion-header {
    padding: 1%;
    background: var(--ptGrey);
    color: white;
    cursor: pointer;
    transition: all .3s;
    font-size: var(--fontSize4);
    font-family: var(--fontFamily4);
    margin-bottom: 1%;
}

    .accordion-header:hover {
        background: var(--ptGrey);
        position: relative;
        z-index: 5;
    }

.accordion-body {
    color: black;
    display: none;
}

.accordion-body__contents {
    padding: 1.5em 1.5em;
    font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
    border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
    border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -2px;
    transition: .3s all;
    transform: rotate(0deg);
    font-weight: 900; /*this is needed for FA fonts to work*/
}

.accordion__item.active > .accordion-header:after {
    transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
    background: var(--ptRed);
}

.accordion__item .accordion__item .accordion-header {
    background: var(--ptRed);
    color: black;
}

.smaller-jumbotron-title {
    font-size: 5.5vw;
}




.call-to-action {
    width: 430px;
}
/*off center red box*/

.colored-box {
    background-color: var(--ptRed);
}

.off-center-image {
    transform: translate(-5%, 7%);
}

@media (max-width: 650px) {


    .off-center-image-holder {
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        width: 50%;
    }
}


/*Sponsors*/

.sponsor-holder a {
    text-decoration: none;
}

.sponsor-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.media-images {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.media-images__image {
    margin: 1rem;
}

.media-images.media-images--config-width .media-images__image {
    width: 6.25rem;
}

.media-images.media-images--config-height .media-images__image {
    height: 1.5rem;
}

.break {
    flex-basis: 100%;
    height: 0;
}

#modal-bio .header4 {
    margin-bottom: var(--spacing7);
}

.small-sponsor-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.small-sponsor {
    margin: 1%;
}

/*Hoverable colored box*/

.upcoming-show-info {
    position: absolute;
    color: white;
    bottom: 0;
    pointer-events: none;
    line-height: 2;
    background-color: var(--ptRed);
    width: 100%;
    height: 100%;
    /* transform: translate(0,-101%); */
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: clip-path .2s;
    transition-delay: .1s;
    display: flex;
    flex-direction: column;
    padding: 1vw;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: center;
}

.upcoming-show-title, .spotlight-info .spotlight-title {
    margin-bottom: .5vw;
}

.upcoming-show-learn, .spotlight-info .spotlight-learn {
    margin-top: .5vw;
}

.upcoming-show-image {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.upcoming-show-blurb p, .upcoming-show-learn {
  
    color: white;
}

.upcoming-show-colored-box:hover > .upcoming-show-info, a:focus > .upcoming-show-colored-box > .upcoming-show-info {
    /*transform: unset;*/
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.upcoming-shows-show-holder {
    /* transform-style: preserve-3d; */
    transition: 0.3s;
    /* perspective: 1000px; */
    width: 100%;
}

.upcoming-shows-show-holder > a {
    display: block;
}


.p3sdk-target {
    max-width: 900px;
}

.p3sdk-target input {
    display: inline-block;
    margin: auto;
}

select.p3sdk-interactive-transcript-track-select {
    font-size: var(--pFontSize);
    height: 30px;
    padding: 4px 8px;
    border: var(--greyLine);
    box-sizing: content-box;
}

.ytp-pause-overlay {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
}

/*.pdp-head-photo .video-view {
    margin-bottom: 50px;
}*/