th {
  background-color: #fff;
  color: #484848;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; font-weight: 400; font-style: normal;
  font-size: 20pt;
  text-transform: uppercase;
  padding-bottom: 80px;
}

/** client font declarations */
.proxima-nova {
font-family:"proxima-nova",sans-serif;font-weight:400;font-style:normal;
}

.gothamBook {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; font-weight: 400; font-style: normal;
}

.gothamLight {
  font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 300; font-style: normal;
}

.gothamMedium {
  font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 500; font-style: normal;
}
/* end font declarations */
/** custom HTML styles: basic page structure */

html, body {
  height: 100%;
}

body {
  background: #FFF none;
  color: #8A8A8A;
  font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

.pjgh-container {
  clear: both;
  min-height: 100%;
  height: auto !important;
  margin-bottom: -16px;
}

header {
  height: 50px;
  background: transparent;
  display: block;
  position: relative;
  z-index: 201;
}

header.pjgh-logo-header {
  height: 125px;
}

.pjgh-logo-header .pjgh-logo-inner-header {
  width: 125px;
  margin: 0 auto;
}

.pjgh-logo-header img {
  width: 125px;
}

.pjgh-container header .pjgh-inner-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 49px;
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
}

.pjgh-inner-header > a > img {
  top: 0;
  width: 176px;
  height: 50px;
  border-right: 0px none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}

.pjgh-navigation {
  width: 95%;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: inline-block;
  left: 176px;
}

.pjgh-nav-container {
  margin-left: 20px;
}

#pjgh-primary-nav {
  padding: 0;
  margin: 0;
  width: calc(100% - 40px);
  list-style: outside none none;
  background-color: transparent;
}

.pjgh-navigation ul li {
  margin: 0px;
  width: 19.99%;
  text-align: center;
  float: left;
}

#pjgh-main {
  padding-bottom: 80px;
  width: 94.7%;
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
}

.pjgh-container .pjgh-footer-spacer {
  height: 163px;
}

footer {
  clear: both;
  position: relative;
  min-height: 163px;
  margin: 0px;
  background-color: rgba(128, 128, 128, 0.2);
  display: block;
  width: 100%;
}

.pjgh-footer-left {
  float: left;
  text-align: left;
  padding: 34px 0px 0px;
}

.pjgh-footer-right {
  position: relative;
  display: inline-block;
  float: right;
  padding-top: 67px;
  padding-right: 0px;
}
/* end custom HTML styles */

/** general OvationTix style corrections */
a {
  color: #8A8A8A;
  border-bottom: none;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #484848;
  border-bottom: none;
  text-decoration: none;
}

#consumerMenu {
  position: relative;
  top: 104px;
  white-space: nowrap;
  border-bottom: 1px solid #CCC;
  max-width: 950px;
  margin: auto;
  padding-bottom: 20px;
}

#consumerMenu a {
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: .15em;
  margin: 0 10px;
}

#errorCommonPanelDiv, #messageCommonPanelDiv {
  position: absolute;
  width: 50%;
  display: block !important;
  z-index: 1000;
  margin-left: 200px !important;
  padding: 14pt 18pt;
  font-size: 12pt;
  background-color: #E4BEBE;
  margin-top: -50px;
  box-shadow: 3px 3px 4px #B8B8B8;
}

#errorCommonPanelDiv img {
  visibility: hidden;
}

.pageFrame {
  border: none;
}

.content {
  border: none;
  max-width: 1000px;
}

input[type="text"], select {
  background-color: #FEFEFE !important;
}

input:focus {
  border-color: #484848 !important;
  border-width: 2px !important;
}

select, option {
  font-size: 10pt !important;
  padding-left: 3pt;
}

select {
  border: 1px solid #BEBEBE;
}

.footerHelpLink {
  text-align: left;
  width: 76%;
  max-width: 800px;
  margin: 20px auto 0;
}
/* end general ovationtix style corrections */
/** grid-calendar page styles */
th.please-select-tickets, 
th.buy-tickets {
  position: relative;
  background-color: transparent !important;
  color: #484848;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: .2em;
  top: -18px;
  margin-top: 20px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; font-weight: 400; font-style: normal;
  padding-bottom: 0;
}

.calendar {
  background-color: unset;
  margin-top: 60px;
  border-spacing: 0;
}

.calendar tr.subhead > td:not(:nth-child(2)) {
  background-color: #FFF;
  padding-top: 10px;
  padding-bottom: 18px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #BEBEBE;
}

.calendar tr.subhead > td:nth-child(2) {
  padding-bottom: 18px;
  background-color: #FFF;
}

.calendar tr.subhead > td > a {
  font-weight: normal;
  text-transform: uppercase;

}

.calendar tr.subhead > td select {
  border: none;
  background-color: unset;
  color: #808080;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  height: 24px;
  padding: 0 5px;
  font-weight: normal;
  visibility: hidden;
}

.calendar .current-month-text {
  font-size: 18pt;
  line-height: 20pt;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; font-weight: 400; font-style: normal;
}

.calendar .subhead option {
  background-color: rgba(250,250,250,0.6);
  border: none;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #BEBEBE;
}

.calendar td.dayHeader {
  background-color: #BEBEBE;
  text-transform: uppercase;
  font-size: 7pt;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

.number, .numberToday, .numberPast, .numberScheduled {
  background-color: #FFF;
  border: none;
  color: #BEBEBE;
  font-weight: normal;
  padding-left: 8px;
  font-size: 6.5pt;
}

.numberToday {
  color: #484848;
}

.date, .datePast, .dateNextMonth {
  padding-top: 6px;
  border-left: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
}

.date:last-child, .datePast:last-child, .dateNextMonth:last-child {
  border-right: 1px solid #BEBEBE;
}

span.closed-for-tours {
  display: block;
  padding-left: 8px;
  padding-top: 8px;
  color: #BEBEBE;
}

td.datePast {
  height: 75px;
}

.calendarProd {
  margin-bottom: 20px;
  margin-left: 12px;
}

.calendarProd .prodName {
  color: #484848;
  font-size: 13px;
  border-bottom: none;
  margin-bottom: 2px;
}

.perf {
  font-size: 13px;
}

.perf a.imgLink {
  font-weight: normal;
}

.perfCustom, 
.perfCancelled, 
.perfSoldOut, 
.perfOffsale2Public {
  margin-left: -13px;
  font-weight: normal;
  color: #8A8A8A;
}

.perfCustom {
  margin-left: -28px;
}

.perfCustom .imgLink {
  font-weight: normal;
}

.perfSoldOut {
  margin-left: -10px;
}

.perfCustom img, 
.perfOffsale2Public img {
  width: 12px;
  padding: 0;
  margin: 0;
}

.perf, .perfCustom, .perfOffsale2Public, .perfSoldOut, .perfCancelled, .perfProtected, .perfPast, .perfBoxOfficeOnly, .perfPackageOnly {
  font-size: 13px;
  font-weight: normal;
  color: #BEBEBE;
}

.perfSoldOut {
  background-image: none;
  padding-left: 10px;;
}

.perfSoldOut:after {
  content: 'Sold Out';
  padding-left: 2px;
}

.legend {
  visibility: hidden;
}

#tooltip.toolTipLong {

}

/* end grid-calendar page styles */
/** begin list-calendar page styles */
.perfList {
  margin-top: 80px;
  width: 80%;
  border-spacing: 0;
  border-collapse: collapse;
}

.sortNoteContainer > td:nth-child(7), .sortHeaders > td:nth-child(7) {
  display: none;
}

.sortNoteContainer {
  visibility: hidden;
}

.perfList .sortHeaders td {
  background-color: #BEBEBE;
  color: #FFF;
}

.perfList .sortHeaders td {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 10px;
}

.perfList .sortHeaders img {
  display: none;
}

.perfList .sortHeaders a {
  font-size: 11px;
  color: #FFF;
}

.sortHeaders a[href*='title'] {
  padding-left: 0px;
}

.sortHeaders td:nth-child(2), .sortHeaders td:nth-child(5), 
.sortHeaders td:nth-child(4),
.perfList .subtitle, .perfList .super, .perfList .venue {
  display: none;
}

.perfList > tbody > tr:nth-child(n+3) > td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.perfList > tbody > tr:nth-child(n+3):not(:last-child) > td {
  border-bottom: 1px solid #BEBEBE;
}

.perfList .dates {
  font-weight: normal;
  text-align: left;
  padding-left: 11px;
  font-size: 11pt;
  padding-right: 0;
}

.perfList img.status.blank {
  display: none;
}

.perfList .series, .perfList .dates {
  width: 45%;
}

.perfList .series div {
  font-size: 12pt;
}

.perfList .buy {
  width: 10px;
  padding-left: 100px;
  padding-right: 0;
}

.perfList .buy a {
  white-space: nowrap;
  background-color: #8A8A8A;
  color: #FFF;
  padding: 6pt 22pt;
  text-transform: uppercase;
  font-size: 7pt;
  letter-spacing: .05em;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}

.perfList .buy a:hover {
  background-color: #484848;
}

.sortNote {
  color: #8A8A8A !important;
}

.calendarProd0, .calendarProd1, .calendarProd2, .calendarProd3, .calendarProd4, .calendarProd5, .calendarProd6, .calendarProd7, .calendarProd8, .calendarProd9 {
  background-color: transparent;
}

.event-list-page > center > table:first-child {
  margin-top: -4px;
}

.event-time-list-table {
  margin-top: 100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.event-time-list-table td.divider {
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}

.event-time-list-table .prodLeft {
  width: 95%;
  font-size: 11pt;
  line-height: 16pt;
}

.event-time-list-table .prodLeft > .smalltype {
  font-size: 11pt;
  line-height: 16pt;
}

.event-time-list-table .prodLeft + td {
  vertical-align: top;
  width: 5% !important;
}

.event-time-list-table .prodLeft + td table {
  width: 200px !important;
  margin-left: 20px;
  margin-right: 0;
}

.event-time-list-table .prodLeft + td table > tbody > tr:nth-child(2) > td {
  padding-top: 20px;
}

.event-time-list-table .prodLeft b {
  font-size: 18pt;
  font-weight: normal;
  line-height: 20pt;
  color: #484848;
}

.event-time-list-table .prodLeft > b ~ br:nth-child(3), 
.event-time-list-table .prodLeft > b ~ br:nth-child(4), 
.event-time-list-table .prodLeft > b ~ br:nth-child(11),
.event-time-list-table .prodLeft > b ~ br:nth-child(12) {
  display: none !important;
}

.event-time-list-table .prodLeft .smalltype b {
  font-size: 11pt;
  line-height: 16pt;
}

.event-time-list-table .smalltype {
  border-top: 1px solid #BEBEBE;
  padding-top: 20px;
}

.event-time-list-table .divider {
  font-size: 9pt;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: none;
  color: #484848;
  letter-spacing: .15em
}

.event-time-list-table .divider-row + tr > td:last-child {
  display: none;
}

.event-time-list-table .prodLeft + td .description {
  background-color: transparent;
  padding-left: 0;
  border-bottom: 1px solid #BEBEBE;
}

.event-time-list-table .prodLeft + td .description .Super, 
.event-time-list-table .prodLeft + td .description .seriesName, 
.event-time-list-table .prodLeft + td .description .sub {
  visibility: hidden;
}

.event-time-list-table .prodLeft + td .description .sub:after {
  content: 'Click on a time below to select tickets for that date.';
  color: #8A8A8A;
  visibility: visible;
  position: relative;
  top: -10px;
}

.event-time-list-table .time {
  font-weight: normal;
  font-size: 10pt;
  padding-right: 10px;
  text-align: left;
}

.ptimes > div {
  padding-right: 10px;
}

.ptimes .disabledLink {
  font-weight: normal;
}

/* end list-calendar page styles */
/** event page styles */

.please-select-tickets-row + tr > td {
  padding-top: 100px;
}

fieldset.selectSection legend, 
.promoCode .divider, 
.yourSelection .divider {
  font-weight: normal;
  font-size: 9pt;
  text-transform: uppercase;
  color: inherit;
  border-color: inherit;
  border: none;
  color: #484848;
  letter-spacing: .15em;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
}

.yourSelection .productionInfoDiv {
  padding-top: 24px;
  line-height: 16pt;
  font-size: 11pt;
}
.yourSelection .productionInfoDiv img {
  margin-right: 10px;
}

.yourSelection .productionSuperTitle:empty {
  display: none;
}

.yourSelection .productionTitle {
  padding-top: 0;
  font-weight: normal !important;
  line-height: 20pt;
}

.productionTitle b {
  font-weight: normal;
  font-size: 18pt;
  color: #484848;
}

.productionDetailDiv {
  border-top: 1px solid #BEBEBE;
  margin-top: 30px;
}

.productionDetailDiv .smalltype {
  font-size: 11pt;
  line-height: 16pt;
}

.genAdmissionSelect > tbody > tr {
  display: block;
  width: 225px;
  margin-left: 12px;
  position: relative;
}

.genAdmissionSelect > tbody > tr:not(:first-child) {
  top: -160px;
}

.genAdmissionSelect > tbody > tr:first-child {
  top: 260px;
}

.genAdmissionSelect > tbody > tr:last-child > td.buttonContainer {
  padding-left: 6px;
}

.promoContainer {
  width: 225px !important;
  height: 130px;
  padding-top: 12px;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  padding-left: 0;
}

.promoCode .divider {
}

.promoContainer .promoCode, 
fieldset.selectSection {
  width: 225px !important;
}

.promoCode td.codeInput,
.promoCode td.applyCode {
  display: block;
}

.promoCode .submit {
  width: inherit;
  margin-top: 15px;
  padding: 6pt 18pt !important;
}

.promoCode .submit,
.submit {
  background-color: #8A8A8A;
  color: #FFF;
  border: none;
  padding: 6pt 18pt;
  text-transform: uppercase;
  font-size: 8pt !important;
  font-weight: normal;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
}

.promoCode .submit:hover, .submit:hover {
  background-color: #484848;
  border: none;
}

.promoCode input[type="text"] {
  padding: 2px !important;
  margin-top: 12px;
  background-color: #FEFEFE !important;
  width: 95% !important;
}

.promoCode input[type="text"]:focus {
  border-color: #484848 !important;
}

fieldset.selectSection {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

fieldset.selectSection legend, 
.ticketTypesGA {
  margin-left: -6px;
}

fieldset.selectSection .ticketTypesGA > tbody > tr > td {
  display: inline-block;
}

fieldset.selectSection .ticketTypesGA td[align="right"] {
  float: right;
  text-align: left !important;
  font-size: 8pt;
  padding-top: 3px;
  width: 70%;
  padding-bottom: 6px;
  display: inline-block;
}

fieldset.selectSection .ticketTypesGA td[align="left"] {
  float: left;
  text-align: right !important;
  width: 30%;
  padding-bottom: 6px;
}

.selectSection .ticketTypesGA select {
  font-size: 9pt !important;
  width: 45px;
  margin-right: 18px;
}

.genAdmissionSelect .buttonContainer .submit {
  padding: 6pt 18pt;
  margin-left: -5px;
}

.pageFrame.event-page + .custServiceInfo {
  width: 280px;
  float: right;
}

.pageFrame.event-page + .custServiceInfo:before {
  content: 'All ticket sales are final. No refunds or date exchanges will be issued.';
  display: block;
  width: 240px;
  font-size: 8pt;
  text-align: left;
  padding-left: 50px;
}

.custServiceInfo * {
  font-size: 8pt;
  color: #8A8A8A;
}

.pageFrame.event-page + .custServiceInfo > .smalltype {
  padding-left: 34px;
}
/* end event page styles */
/** donation pages styles */
.gift-cards-row > th.gift-cards, 
.donation-page tr.subHead.support-row > td,
.support-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: -24px;
  margin-bottom: 0;
  color: #484848;
  font-weight: normal;
}

.gift-cards, 
.donation-page tr.subHead.support-row > td {
  margin-top: -7px;
}

tr.support-campaign-name {
  visibility: hidden;
  display: block;
  position: absolute;
}

.donationDiv .campaignDescText {
  margin-left: 0 !important;
  font-size: 11pt;
}

.campaign-description-row {
  
}

.donationDiv input.submit, 
#btnDonateNow {
  padding: 6pt 18pt;
}

.donationCampaignSubmit {
  text-align: left !important;
  padding-top: 10pt;
}

#donationForm > table {
  margin-top: -14px;
}

.donation-page .storefront > tbody > tr > td, 
#donationForm > table > tbody > tr > td {
  display: block;
  text-align: left;
  width: 76%;
  margin: auto;
  padding-left: 0;
}

.gift-cards, 
.donation-page tr.support-row > td, 
.campaign-support-title td {
  text-align: center !important;
  font-size: 20pt;
  text-transform: uppercase;
  color: #484848;
  width: 100%;
  padding-bottom: 95px;
}

.gift-cards, 
.donation-page tr.support-row > td {
  background-color: #FFF;
  border: 0;
}

#campaignDescRow label {
  visibility: hidden;
}

#campaignDescRow > td:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#campaignDescRow td {
  padding-bottom: 20px;
  font-size: 11pt;
  line-height: 14pt;
}

#campaignDescRow ~ tr > td:first-child {
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #484848;
  font-size: 9pt;
}

#campaignDescRow ~ tr > td:nth-child(2) {
  padding-bottom: 15px;
}

#campaignDescRow + tr > td:nth-child(2) {
  padding-top: 20px;
  border-top: 1px solid #BEBEBE;  
}

#donationForm label > strong {
  font-weight: normal;
}

#recognitionName {
  width: 386px;
}

.anonymousRecognitionDiv label, .corporate-matching-td + td label {
  font-size: 11pt;
}

.corporate-matching-td {
  display: none !important;
}

.corporate-matching-row > td {
  margin-top: -18px !important;
}

.corporateMatchSpan strong {
  font-size: 10pt;
}

.notes-row .tinytype {
  font-size: 11pt;
  color: #8A8A8A;
  padding-bottom: 10pt;
}

.notes-row .tinytype:before {
  content: 'If this donation was made as a gift, please indicate how we may contact the recipient for recognition below.';
  display: block;
}

textarea {
  background-color: #FEFEFE;
  border: 2px solid #BEBEBE;
  font-family: "proxima-nova", Tahoma, Helvetica, Arial, sans-serif;
  color: #484848;
}

textarea:focus {
  border: 2px solid #8A8A8A !important;
}

textarea[name='donationNotes'] {
  width: 600px !important;
  height: 150px !important;
}

#donationForm .submitDiv {
  text-align: left;
  width: 76%;
  margin: auto;
}

#donationForm .submitDiv #btnAddToCart {
  padding: 6pt 18pt;
}


.donation-page .support.gothamMedium {
  font-weight: normal !important;
  letter-spacing: .02em;
}

.donationsContainer {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.donationsContainer #campaignId {
  visibility: hidden;
}

.donation-page .donationsContainer > tbody > tr > td {
  display: block;
  font-size: 11pt;
}

.donation-page .donationsContainer > tbody > tr:first-child > td:first-child {
  display: none;
}

.donation-page .donationsContainer > tbody > tr:first-child > td:nth-child(2) {
  padding-bottom: 20px;
}

.donation-page .notes-td, 
.donation-page .names-to-be-listed-for-recognition-td, 
.donation-page .donation-amount-td {
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid #BEBEBE;
  letter-spacing: 0.1em;
}

.donation-page .notes-td strong, 
.donation-page .names-to-be-listed-for-recognition-td strong, 
.donation-page .donation-amount-td strong {
  text-transform: uppercase;
  color: #484848;
  font-size: 8pt;
  font-weight: normal;
}

.donation-page .donation-amount-row > td:nth-child(2) {
  padding-top: 14px;
  line-height: 16pt;
  padding-bottom: 14px;
}

.donation-page .names-to-be-listed-for-recognition-td {
  padding-top: 20px;
  border-bottom: none !important;
  border-top: 1px solid #BEBEBE;
}

.donation-page .names-to-be-listed-for-recognition-row #recognitionName {
  display: block;
}

.donation-page .corporate-matching-row .checkRadio, 
.donation-page .names-to-be-listed-for-recognition-row .checkRadio {
  margin-right: 6px;
}

.donation-page .corporate-matching-row > td {
  margin-top: 0 !important;
  padding-bottom: 14px;
}

.donation-page .corporate-matching-row #corporateMatchDiv label {
  display: inline-block;
  width: 100px;
}

.donation-page .corporate-matching-row #corporateMatchDiv label strong {
  font-size: 10pt;
  
}

.donation-page #corporateMatchDiv {
  line-height: 24pt;
}
.donation-page .notes-td {
  padding-top: 14px;
  border-bottom: none !important;
  border-top: 1px solid #BEBEBE;
}

.donation-page .notes-row .tinytype {
  font-size: 11pt;
}

.donation-page label > strong {
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}

.content.gift-cards-table {
  width: 65%;
}

ul.otTabUl {
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  text-transform: uppercase;
  font-weight: unset !important;
}

ul.otTabUl a, 
ul.otTabUl li {
  font-weight: inherit !important;
}

.gift-cards-row + tr + tr > .alignLeft.leftPadding.proxima-nova h3{
  font-size: 11pt;
  font-weight: normal;
  text-transform: capitalize;
}

.giftCardLoginScreenMessage h3 {
  width: 57%;
  text-align: center;
  margin: 0 auto 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  
}

.giftCardLoginScreenMessage h3:before {
  content: 'Register';
  display: block;
  margin: -5px auto 120px;
  text-align: center;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  text-transform: uppercase;  
  font-weight: 500;
  font-size: 20pt;
  color: #484848;
}

.giftCardLoginScreenMessage h3:after {
  content: '.';
}

.giftCardLoginScreenMessage + div {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

/* end donation page styles */
/** package storefront page styles */
.storefront > tbody > tr.subHead.-row {
  visibility: hidden;
}
.packageContainer:first-of-type {
  padding-top: 100px !important;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.packageContainer {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
/* end package storefront page styles */
/** general storefront page styles */
.storefrontLinks {
  width: 82%;
  margin: auto !important;
}
.storefrontLinks > h3 {
  font-size: 20pt;
  font-weight: normal;
  text-align: center;
  margin-top: -10px;
  padding-bottom: 80px;
}

.donation-page #btnAddToCart {
  width: 120px;
  margin-top: 14px;
  margin-left: 2px;
}
/* end general storefront page styles */
/** shopping cart page styles */
.shopping-cart-header {
  background-color: transparent;
  position: relative;
  top: -140px;
}

.shopping-cart-header tr.subHead td {
  background-color: transparent;
  border: none;
  color: #8A8A8A;
}

.shopping-cart-header tr.subHead td b {
  font-weight: normal;
  font-size: 26px;
  text-transform: uppercase;
  color: #484848;
  letter-spacing: .2em;
}

.shopping-cart-header + div {
  margin-top: 100px;
}

.cartInstructions {
  position: relative;
  top: 140px;
  font-size: 11pt;
  width: 600px;
  line-height: 14pt;
  color: #8A8A8A;
  text-align: left;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 40px;
  font-family: "proxima-nova", sans-serif; font-weight: 400;
}

.cartInstructions br {
  display: none;
}

.lineItem {
  border-bottom: none;
}

.lineItem > .liTitle {
  font-size: 10pt !important;
  text-transform: uppercase;
  font-weight: normal;
  color: #484848;
}

.lineItem > .liTitle input[name*="production"] {
  display: none;
}

.lineTix .liTitle {
  font-size: 12pt;
  line-height: 14pt;
}

.tixItem .lineTix .liTitle b {
  font-weight: normal;
  margin-left: -10px;
}

.tixItem {
  margin-left: 20px;
}

.tixItem select {
  position: relative;
  left: -43x;
  font-size: 10pt;
}

.lineItem > .price, 
.lineTix .price {
  font-weight: normal;
  font-size: 10pt;
  padding-right: 12px;
}

.lineItem > .price {
  padding-right: 0;
}



.cartFooter a.smalltype:not(:first-child) {
  padding-left: 6px;
}

.shopping-cart-page + .custServiceInfo .footerHelpLink {
  max-width: 600px;
}

.shopping-cart-page + .custServiceInfo .footerHelpLink div {
  display: inline;
  padding-left: 8px;
}
/* end shopping cart page styles */
/** begin upsell page styles */
.increase-support {
  color: #484848;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: .2em;
  margin: auto;
  text-align: center;
}

form[name="checkoutForm"] {
  text-align: inherit !important;
}

.deliveryMethod, 
.addDonation, 
.extrasUpsell, 
.checkoutQuestions, 
.inCart {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-color: transparent;
  width: 600px;
}

#shippingCheckoutForm > .content:first-child {
  margin-top: 100px;
  border-top: none;
}

#shippingCheckoutForm > .content {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

#shippingCheckoutForm > .content:last-of-type {
  border-bottom: none !important;
}

#shippingCheckoutForm .content {
  width: 97%;
}

#shippingCheckoutForm .content td.description {
  display: none;
}

.items-in-your-cart,
.questions,
.extras,
.add-a-donation-to-your-order,
.shipping-options {
  background-color: transparent;
  color: #484848;
  font-size: 10pt;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .15em;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 0;
}

.inCart {
  width: 600px;
}

.inCart .divider {
  text-align: right;
  padding-right: 208px;
}

.inCart .subTotal b,  
.inCart .divider,
.inCart .divider b {
  font-size: 12pt;
  font-weight: normal;
  color: #8A8A8A;
  line-height: 14pt !important;
  padding-top: 14px;
  border: none;
  letter-spacing: .1em;
}

.inCart .ticketDetails b {
  font-size: 10pt;
  line-height: 12pt;
  font-weight: normal;
  letter-spacing: .1em;
}

.divider-row ~ tr:not(.convenienceFee) > td[align='right'] {
  font-size: 12pt;
  font-weight: normal;
}

.inCart .subTotal b, 
.inCart .subTotal + td {
  font-size: 12pt;
  color: #484848;
}

.inCart .subTotal, 
.inCart .convenienceFee td:first-child, 
.inCart .ticketDetails {
  text-align: right;
  padding-right: 120px;
}

.checkoutQuestions td.smalltype {
  font-size: 11pt;
  line-height: 14pt;
  padding-top: 6px;
  letter-spacing: .05em;
}

.checkoutQuestions td.smalltype + td {
  padding-top: 16px;
  padding-bottom: 6px;
  padding-left: 20px;
}

.checkoutQuestions input[type="text"] {
  background-color: #FEFEFE;
  width: 90%;
}

.checkoutQuestions input[type="text"]:focus {
  border-color: #484848;
}

.extrasUpsell tr:nth-child(n+2) > td {
  padding-top: 24px;
}

.extrasUpsell tr:nth-child(n+2) > td:first-child {
  width: 1%;
}

.extrasUpsell tr:nth-child(n+2) > td:nth-child(2) {
  width: 25%;
}

.extrasUpsell tr:nth-child(n+2) table td[align='right'] {
  font-size: 11pt;
  padding-top: 8px
}

.extrasUpsell tr:nth-child(n+2) table td select {
  margin-top: 10px;
}

.extrasUpsell span.smalltype {
  font-size: 11pt;
  line-height: 14pt;
}

.extrasUpsell b {
  margin-left: 165px;
  font-size: 11pt;
  font-weight: normal;
  color: #484848;
  line-height: 14pt;
}

.extrasUpsell img {
  margin-right: 15px !important;
  margin-top: -10px;
}

.addDonation tr:nth-child(n+2) > td {
  text-align: center;
  padding-top: 20px;
}

.addDonation select, 
.addDonation input {
  background-color: #FEFEFE;
}

.addDonation a {
  text-transform: capitalize;
}

tr.shipping-options-row + tr > td:first-child {
  display: none;
}

tr.shipping-options-row + tr > td {
  text-align: center;
}
/* END upsell page styles */
/** guest checkout patron info form */
.guestCheckoutHeader {
  color: #484848;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 24px !important;
  letter-spacing: .2em !important;
  margin: auto;
  text-align: center !important;
  margin-top: 0 !important;
  font-family: "proxima-nova", sans-serif !important;
}

form[name="guestCheckoutForm"] {
  margin-top: 80px !important;
}

label:hover {
  color: #484848;
}

form[name="guestCheckoutForm"] .inputLabel, form[name="guestCheckoutForm"] .inputText,
form[name="guestCheckoutForm"] .inputSelect, form[name="guestCheckoutForm"] .selectLabel {
  display: inline-block;
}

.inputDiv > div {
  width: 230px !important;
}

.inputDiv > div:first-child {
  text-align: left;
  width: 180px !important;
  font-size: 11pt;
}

.inputDiv > div:nth-child(2) select {
  width: 415px;
} 

.inputDiv > div:nth-child(2) input {
  width: 400px;
}

label {
  font-family: "proxima-nova", sans-serif;
}

.contactHeader, 
.billingInformationHeader, 
.shippingInformationHeader {
  font-family: "proxima-nova", sans-serif;
  border-bottom: none !important;
  font-size: 9pt!important;
  text-transform: uppercase;
  padding: 0 !important;
  color: #484848;
}

.patron-info-page + .custServiceInfo {
  padding-left: 95px;
}

.shippingInformationDifferent,
.clientEmailSignUp {
  padding-left: 182px;
}

.checkboxInput {
  vertical-align: top;
}

.checkboxLabel {
  width: 90%;
  font-size: 11pt;
}

.checkboxLabel a {
  font-family: "proxima-nova", sans-serif;
}

.actions {
  text-align: left !important;
  padding-left: 185px;
}
/* END guest checkout form styles */
/** begin review/confirm styles */
.review-submit {
  color: #484848;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: .2em;
  margin: auto;
  text-align: center;  
}

#formCheckout {
  margin-top: 80px;
}

th.review-and-confirm-your-order-is-not-yet-complete-please-review-your-order-carefully-before-submitting {
  position: absolute;
}

.review-and-confirm-your-order-is-not-yet-complete-please-review-your-order-carefully-before-submitting-row {
  visibility: hidden;
}

#formCheckout > .content {
    border: none !important;
}

.reviewConfirm {
  width: 750px;
  margin: auto;
}

.reviewConfirm .divider-row + .item-row.unit-price-row > th:not(:last-child) {
  text-align: left;
}

.reviewConfirm .divider-row + .item-row.unit-price-row > th:first-child {
  padding-left: 15px;
}

.reviewConfirm .divider-row + .item-row.unit-price-row + tr > td:not(:last-child) {
  text-align: left;
}

.reviewConfirm > tbody > tr > .divider {
    background-color: transparent;
    padding-left: 0;
    color: #484848;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  padding-top: 8px;
}

.reviewConfirm > tbody > tr:nth-child(2n+3) + tr > td {
    border-left: none;
    border-bottom: 1px solid #BEBEBE;
    border-right: none;
    border-radius: 0;
    display: block;
    margin-bottom: 8px;
  padding-bottom: 16px;
}

.reviewConfirm .ccDisplay {
  padding-top: 10px;
}

.reviewConfirm .ccDisplay > .paymentInfo > tbody > tr > td:first-child {
  width: 35%;
}

.reviewConfirm > tbody > tr > td.divider > a.smalltype {
    color: #8A8A8A !important;
    display: inline-block;
    margin-left: 12px;
}

.reviewConfirm > tbody > tr > td.divider > a.smalltype:hover {
    color: #484848 !important;
}


.reviewConfirm tr:nth-child(4) > td > table tr {
    display: inline-block;
}

.reviewConfirm tr:nth-child(4) > td > table tr > td {
    padding-right: 20px;
}

.reviewConfirm tr:nth-child(4) > td > table tr > td u {
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
  color: #484848;
}

.reviewConfirm tr:nth-child(5) > th:after {
    
}

.reviewConfirm tr:nth-child(6) > td > table tr > td.divider {
    color: #8A8A8A;
    display: block;
    border-color: transparent;
    margin-top: -15px;
  font-weight: normal;
}

.reviewConfirm table > tbody > tr.divider-row > td.divider {
  color: #484848 !important;
  text-transform: uppercase;
}

.reviewConfirm tr:nth-child(6) > td > table tr > td.divider > a {

}

.reviewConfirm tr:nth-child(6) > td > table tr:first-child > td.divider {
    visibility: hidden !important;
    display: inherit !important;
    margin-top: inherit !important;
}

.reviewConfirm tr:nth-child(6) > td > table tr:first-child > td.divider > a {
    position: relative;
    visibility: visible;
    top: -5px;
    left: 70px;
    color: #8A8A8A;
    font-size: inherit;
}

.reviewConfirm tr:nth-child(6) > td > table tr:first-child > td.divider > a:hover {
    color: #484848;
}

.reviewConfirm tr:nth-child(6) > td > table {
    margin-top: 5px;    
}

.reviewConfirm tr:nth-child(6) > td > table td.subHead {
    background-color: #FFF;
  color: #8A8A8A;
  font-weight: normal;
  border: none;
  padding-left: 0;
}

.reviewConfirm tr:nth-child(6) > td > table th.smalltype {
    background-color: #BEBEBE;
    text-transform: uppercase;
    font-size: 6pt;
    padding: 1px 0;
  font-weight: normal;
}

th.smalltype.section, th.smalltype.frequency {
  padding-left: 15px !important;
}

.reviewConfirm tr:nth-child(6) > td > table tr:last-child > td:last-child {
    border-top: 1px solid #AAA;
}

.reviewConfirm input[name="holderFirstName"], .reviewConfirm input[name="holderLastName"] {
    display: ;
}

.reviewConfirm .tinytype {
    display: none;
}

.reviewConfirm + br {
    display: none;
}

.reviewConfirm .question br {
  display: none;
}

.reviewConfirm .question b {
  color: #484848;
}

.reviewConfirm b {
  font-weight: normal;
}

.reviewConfirm td.subHead > b {
  font-size: 12pt;
}

.reviewConfirm .frequency-row + tr > td.smalltype:first-child {
  padding-left: 15px;
}

.reviewConfirm .question {
  font-size: 11pt;
}

#formCheckout > .content > tbody > tr.terms {
  border-left: 1px solid #000;
}

#formCheckout > .content > tbody > tr:nth-child(2) > td {
    background-color: transparent;
    padding-left: 6px;
    color: #484848;
    border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: none;
}

#formCheckout > .content > tbody > tr.terms > td {
    background-color: #BEBEBE;
    border: 2px solid #8A8A8A !important;
    color: #FFF;
    display: block;
    margin: 8px auto;
  width: 90%;
}

tr.terms > td > span {
  font-size: 11pt;
  padding-top: 10px;
  padding-bottom: 12px;
}

tr.terms > td > .smalltype > .tinytype {
  font-size: 9pt;
  text-transform: uppercase;
}

#formCheckout > .content > tbody > tr:nth-child(4) > td, 
#formCheckout > .content > tbody > tr:nth-child(5) > td {
    border-left: none;
    border-right: none;
}

 
#formCheckout > .content > tbody > tr:nth-child(5) > td {
  border-bottom: none;
    border-radius: 0 0 6px 6px;
    padding-bottom: 15px;
}

.disabled,.disabledNumeric,input.disabled,input.disabledNumeric {
	border: 1px solid #BEBEBE;
	color: #8A8A8A;
	background-color: #BEBEBE;
      text-transform: uppercase;
    text-shadow: 0 1px 1px #FFF;
    padding: 6pt 18pt;
    border-radius: 0;
  font-size: 8pt;
}

#theSubmit.disabled {
    text-transform: uppercase;
    text-shadow: 0 1px 1px #FFF;
    padding: 6pt 18pt;
    border-radius: 0;
}

#theSubmit {
  font-size: 8pt !important;
  margin-top: 4px;
}

#formCheckout > .content > tbody > tr:last-child {
    display: none;
}
/* end review/confirm page styles */
/** patron login page styles */
.login-form-container-div {
  border: none !important;
  width: 80% !important;
  margin: auto !important;
  height: 400px;
}

.login-form-container-div h2 {
  text-align: center;
  font-size: 20pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #484848;
  margin-top: -20px;
  margin-bottom: 140px;
}

.loginContainer td:nth-child(2) {
  width: 60% !important;
}

td.promptLogin {
  
}

td.promptLogin > b {
  font-size: 12pt;
  display: block;
  position: relative;
  top: -30px;
  left: 195px;
}

.giftCardLoginScreenMessage + div .loginContainer {
  padding-top: 30px;
  margin-left: -25%;
}

.giftCardLoginScreenMessage + div td.promptLogin > b {
  text-align: left;
  font-weight: normal;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  width: 210px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #484848;
}

.giftCardLoginScreenMessage + div td.passwordReset {
  padding-left: 35%;
}
  
td.promptLogin + td input {
  width: 180px;
}

input[type="text"], input[type="password"], input[type="file"] {
  background-color: #FFF;
  border: 2px solid #BEBEBE;
  padding: 3pt 4pt;
}

.login-form-container-div label {
  font-size: 11pt;
}

#passwordLogin {
  width: 180px;
}

.passwordReset a {
  font-size: 10pt;
  margin-left: -30px;
}

.buttonContainerLogin .submit {
  padding: 6pt 18pt;
}
/* end patron login page styles */
/** begin patron home page styles */
.myAccountTabs {
  width: 100% !important;
}
.my-account-row th.my-account {
  background-color: transparent;
  border: 0;
  color: #484848;
  font-size: 18pt;
  line-height: 20pt;
  font-weight: normal;
  display: block;
  margin-bottom: 100px;
}

.my-account-row + tr {
  display: none;
}

#menuDiv #menuList {
  background-color: #FFF !important;
}

#menuDiv #menuList li a, 
#menuDiv #menuList li.selected, 
#menuDiv #menuList li {
  background-image: none;
  color: #FFF !important;
  background-color: #BEBEBE;
}

#menuDiv #menuList li.selected, #menuDiv > #menuList > li.selected > a {
  background: #8A8A8A none !important;
  color: #FFF !important;
}

tr.home-row, tr.my-profile-row, tr.donations-row, tr.order-history-row, .ticketPackages > tbody > tr.subHead:first-of-type > td {
  display: none;
}

tr.home-row + tr, tr.my-profile-row + tr, tr.donations-row + tr, tr.order-history-row + tr, tr.ticket-packages-row + tr {
  display: none;
}

.content.orderHistory {
  width: 90%;
}

.content.orderHistory td {
  font-size: 9.5pt;
  letter-spacing: -.04em;
}

.content.orderHistory .subSubHead > td {
  font-size: 7pt;
  text-transform: uppercase;
  background-color: #8A8A8A;
  border: 1px solid #8A8A8A;
  text-align: left;
  padding-left: 2px;
}

tr.row0 td, tr.even td {
  background-color: #E5E5E5;
}

#accordion > .section {
  border-color: #BEBEBE !important;
}

#accordion .title.ui-state-default, 
#accordion .title.ui-state-active {
  background-color: #BEBEBE !important;
}

#donationHistory th {
  background-color: #484848;
  height: unset;
  border-style: solid;
  border-color: #484848;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 0 0 4px !important;
  font-size: 7pt;
}

.patronProfile .divider {
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: normal;
  color: #484848;
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 18px;
}

.patronProfile .divider-row + tr {
  display: none;
}

.patronProfile .divider-row:nth-of-type(10) > td {
  color: transparent !important;
  border-top: 1px solid #BEBEBE;
}

.patronProfile .divider-row ~ tr:not(.divider-row) > td:first-child {
  text-align: left;
  font-size: 10pt;
  width: 20%;
  padding-left: 50px;
}

.patronProfile .divider-row ~ tr:nth-last-child(4) > td:first-child, 
.patronProfile .divider-row ~ tr:nth-last-child(3) > td:first-child {
  text-align: right;
  padding-top: 10px;
}

.patronProfile .divider-row ~ tr:nth-last-child(4) > td:last-child, 
.patronProfile .divider-row ~ tr:nth-last-child(3) > td:last-child {
  font-size: 10pt;
  padding-top: 8px;
  padding-bottom: 8px;
}

.patronProfile .divider-row ~ tr:not(.divider-row) > td:nth-child(2) > input {
  width: 80%;
}

.ticketPackages .description {
  background-color: #FFF;
  padding-bottom: 18px;
}

.ticketPackages tr.subHead > td {
  border: 0;
  background-color: #FFF;
  color: #484848;
  font-size: 10pt;
  text-transform: uppercase;
  padding-top: 18px;
}

.packageTable .subHead > td a {
  color: #8A8A8A;
}

.packageTable .subHead > td a:hover {
  color: #484848;
}

.ticketPackages .packageTable {
  border: 0 !important;
  border-top: 1px solid #BEBEBE!important;
  margin-bottom: 20px;
}

.packageTable .description .tip {
  background-color: #8A8A8A;
  border: 0;
  color: #FFF;
  font-size: 9pt;
  text-transform: uppercase;
  padding-bottom: 14px;
  width: 20%;
}

.packageTable .description .tip b {
  color: #EFEFEF;
  padding-left: 10px;
  font-size: 11pt;
}

.packageTable tr.subHead ~ tr.divider-row > .divider {
  font-weight: normal;
  font-size: 12pt;
  color: #8A8A8A;
  border-bottom: none;
}
/* end patron home page styles */