.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.event-filter-wrapper form.cp-event-filter {
  background: #c3810d;
  text-align: center;
  color: white;
  font-style: italic;
  padding: 25px;
}
.event-filter-wrapper form.cp-event-filter .search-wrapper {
  display: flex;
  background: white;
}
.event-filter-wrapper form.cp-event-filter .search-wrapper input {
  background: white;
  border: none;
  transition: 0.5s all ease;
}
.event-filter-wrapper form.cp-event-filter .search-wrapper input[type="submit"] {
  cursor: pointer;
  font-size: 20px;
  padding: 0 15px;
  color: #aaa;
  border: 2px solid transparent;
  font-family: icomoon;
}
.event-filter-wrapper form.cp-event-filter .search-wrapper input[type="submit"]:hover {
  background: #c3810d;
  border: 2px solid #fff;
  color: #000;
}
.event-filter-wrapper form.cp-event-filter fieldset {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.event-filter-wrapper form.cp-event-filter fieldset legend {
  font-size: 0.9em;
}
.event-filter-wrapper form.cp-event-filter .search-actions {
  margin-top: 15px;
}
.event-filter-wrapper form.cp-event-filter .search-actions input {
  font-size: 18px;
  background: white;
  border: 2px solid transparent;
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaa;
  transition: 0.5s all ease;
}
.event-filter-wrapper form.cp-event-filter .search-actions input:hover {
  background: #c3810d;
  color: #fff;
  border: 2px solid #fff;
}
.event-filter-wrapper form.cp-event-filter .form-element-wrapper.form-element-inline {
  display: inline-block;
  flex: 0 0 49%;
}
.event-filter-wrapper form.cp-event-filter .form-element-wrapper.form-element-inline select {
  width: 100%;
  color: #aaa;
  padding-left: 15px !important;
}
/**
 * BUY BAR
 */
.eventinfo-block .event-buy-information {
  display: none;
}
.cp-buy-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 200;
  box-shadow: 0px -8px 8px #eee;
}
@media only screen and (min-width: 768px) {
  .cp-buy-bar {
    box-shadow: 0px 8px 8px #eee;
  }
}
.cp-buy-bar .cp-buy-bar-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.cp-buy-bar .cp-buy-bar-wrapper .billing-block {
  float: left;
  line-height: 1.1em;
  padding: 10px;
  font-weight: bold;
  display: none;
}
@media only screen and (min-width: 768px) {
  .cp-buy-bar .cp-buy-bar-wrapper .billing-block {
    display: block;
  }
}
.cp-buy-bar .cp-buy-bar-wrapper .billing-block .billing-h1 {
  font-size: 1.2em;
}
.cp-buy-bar .cp-buy-bar-wrapper .billing-block .billing-h2 {
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  .cp-buy-bar .cp-buy-bar-wrapper .buttonblock-block {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .cp-buy-bar {
    top: 0;
    bottom: auto;
  }
}
.buttonblock-block {
  background-color: #fff;
  box-shadow: 0px 8px 8px #eee;
  padding: 15px;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .cp-buy-bar .buttonblock-block {
    box-shadow: none !important;
    padding-right: 0;
  }
}
.buttonblock-block .button-row {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .buttonblock-block .button-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.buttonblock-block .button-row > div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .buttonblock-block .button-row > div {
    flex: none;
  }
}
.buttonblock-block .button-row .button {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .buttonblock-block .button-row .button {
    flex: 50%;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .buttonblock-block .button-row .button {
    padding-right: 10px;
  }
}
.buttonblock-block .button-row .button:last-child {
  padding-right: none;
}
@media only screen and (min-width: 768px) {
  .buttonblock-block .button-row .button a {
    margin-left: 10px;
  }
}
.event-results .event-filter-item {
  margin: 38px 0 0 0;
  background-color: #eee;
}
.event-results .event-filter-item .event-wrapper {
  display: block;
}
.event-results .event-filter-item .event-wrapper:after {
  display: block;
  content: '';
  clear: left;
}
@media only screen and (min-width: 768px) {
  .event-results .event-filter-item .event-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .event-results .event-filter-item .event-wrapper .event-image,
  .event-results .event-filter-item .event-wrapper .event-info {
    display: block;
    width: 50%;
  }
}
.event-results .event-filter-item .event-wrapper .event-image {
  min-height: 350px;
  background-position: center center;
  background-size: cover;
}
.event-results .event-filter-item .event-wrapper .event-image a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.event-results .event-filter-item .event-wrapper .cp-genre-banner-text {
  padding: 10px 38px;
  background-color: #58595b;
  color: #fff;
  text-transform: uppercase;
}
.event-results .event-filter-item .event-wrapper .event-info-details {
  padding: 38px;
}
.event-results .event-filter-item .event-wrapper .event-info-details .genre-badge .fusion-title {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.event-results .event-filter-item .event-wrapper .event-info-details .event-date {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.event-results .event-filter-item .event-wrapper .event-info-details .event-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}
.event-results .event-filter-item .event-wrapper .event-info-details .event-title p {
  margin-bottom: 0 !important;
}
.event-results .event-filter-item .event-wrapper .event-info-details .event-title p:not(:first-child) {
  color: #58595b;
  font-size: 22px;
  line-height: 30px;
}
.event-results .event-filter-item .event-wrapper .event-info-details .event-blurb {
  margin-bottom: 10px;
}
.event-results .event-filter-item .event-wrapper .event-info-details .event-blurb p {
  margin-bottom: 0 !important;
}
.event-results .event-filter-item .event-wrapper .event-info-details .event-link a {
  color: #333 !important;
}
.event-results .event-filter-item .event-wrapper .event-info-details .event-link a:hover {
  color: #c3810d !important;
}
.event-results.hide-secondary-billing .event-title p:not(:first-child) {
  display: none;
}
/** Choose By Number **/
#chooseByNumber-Tickets {
  list-style: none;
  padding: 0;
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #000;
  border-radius: 5px;
}
#chooseByNumber-Tickets li {
  display: inline-block;
  padding: 10px 0;
  margin: 5px;
  text-align: center;
  width: 40px;
  height: 47px;
  background-color: white;
  border-radius: 5px;
  transition: 0.5s all ease;
}
@media only screen and (min-width: 375px) {
  #chooseByNumber-Tickets li {
    width: 47px;
  }
}
#chooseByNumber-Tickets li:hover {
  background-color: grey;
}
#chooseByNumber-Tickets li.selected {
  background-color: #c3810d;
}
#chooseByNumber-Tickets li a {
  display: block;
  text-decoration: none;
  color: grey;
}
#chooseByNumber-Tickets li:hover a,
#chooseByNumber-Tickets li.selected a {
  color: white;
}
.choosebynumber-block {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .choosebynumber-block {
    padding: 50px;
  }
}
.choosebynumber-block .choosebynumber-content {
  max-width: 500px;
  margin: 0 auto;
}
.choosebynumber-block .chooseByNumber-Savings {
  display: none;
}
.choosebynumber-block .savings {
  margin-top: 25px;
  text-align: center;
}
a#chooseByNumber-URL {
  position: relative;
  display: block;
  width: 175px;
  margin: 0 auto;
  background: #c3810d;
  border: 4px solid #c3810d;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  transition: 0.5s all ease;
}
a#chooseByNumber-URL:after {
  content: '>';
  display: block;
  float: right;
  color: white;
}
a:hover#chooseByNumber-URL {
  background: white;
  color: #c3810d;
}
a:hover#chooseByNumber-URL:after {
  color: #c3810d;
}
@media only screen and (min-width: 768px) {
  .mediawithtext-block {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
  }
  .mediawithtext-block .media-block {
    margin-bottom: 15px;
    flex: 0 0 50%;
  }
  .mediawithtext-block .text-block {
    padding-left: 10px;
    padding-right: 0;
    flex: 0 0 50%;
  }
  .mediawithtext-block.media-right {
    flex-direction: row-reverse;
  }
  .mediawithtext-block.media-right .text-block {
    padding-left: 0;
    padding-right: 10px;
  }
}
/**
 * Related Events
 */
.relatedevents-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
.relatedevents-block .event-title {
  font-weight: bold;
}
.relatedevents-block .event-date {
  font-weight: bold;
}
.relatedevents-block .event-parent-title {
  font-weight: bold;
  color: #f38735;
  line-height: 1em;
}
.relatedevents-block .event-title p,
.relatedevents-block .event-parent-title p {
  margin-bottom: 0 !important;
}
.relatedevents-block .event-location {
  font-weight: bold;
}
.relatedevents-block .event-blurb {
  margin-top: 30px;
}
.related-event-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #333;
}
.related-event-wrapper .event-title.direct {
  font-size: 1.1em;
}
.related-event-wrapper .event-links a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .related-event-wrapper .event-links a {
    display: inline-block;
    padding: 0 10px;
    border-right: 2px solid #333;
  }
  .related-event-wrapper .event-links a:first-child {
    padding-left: 0;
  }
  .related-event-wrapper .event-links a:last-child {
    padding-right: 0;
    border-right: none;
  }
}
.program-notes-block {
  margin: 40px 0;
}
.options-compare-block .table-row {
  display: flex;
  flex-wrap: wrap;
}
.options-compare-block .table-row .col-4 {
  flex: 0 0 33.333333%;
  width: 33.333333%;
}
.options-compare-block .table-row .col {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  padding: 4px 8px 4px 8px;
}
.options-compare-block .table-row .hover-cell-1,
.options-compare-block .table-row .hover-cell-2,
.options-compare-block .table-row .hover-cell-3,
.options-compare-block .table-row .hover-cell-4,
.options-compare-block .table-row .hover-cell-5 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.options-compare-block .top-ctas .col,
.options-compare-block .bottom-ctas .col {
  padding: 0;
}
.options-compare-block .top-ctas a,
.options-compare-block .bottom-ctas a {
  display: block;
  text-decoration: none;
}
.options-compare-block .top-ctas a .join-btn,
.options-compare-block .bottom-ctas a .join-btn {
  background-color: #c3810d;
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  visibility: hidden;
}
.options-compare-block .top-ctas .card-hover a .join-btn,
.options-compare-block .bottom-ctas .card-hover a .join-btn {
  visibility: visible;
}
.options-compare-block .tiers-container {
  font-weight: bold;
}
.options-compare-block .tiers-container .compare-sub-title {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
}
.options-compare-block .card .table-row {
  background-color: #f8f7f7;
}
.options-compare-block .card:nth-child(even) .table-row {
  background-color: #efefef;
}
.options-compare-block .card .accordion-container {
  padding: 4px 8px 4px 8px;
}
.options-compare-block .card .accordion-container .accordion-toggle {
  text-decoration: none;
  color: #333 !important;
}
.options-compare-block .card .accordion-container .accordion-toggle i.fas.fa-chevron-down:before {
  content: "\f077" !important;
}
.options-compare-block .card .accordion-container .accordion-toggle.collapsed i.fas.fa-chevron-down:before {
  content: "\f078" !important;
}
.options-compare-block .card .accordion-container .accordion-content {
  margin-left: 20px;
  padding: 15px 0;
  font-size: 0.9em;
  line-height: 1.5;
}
.options-compare-block .the-columns-container .card-hover,
.options-compare-block .card .card-hover {
  background-color: #f3b344;
}
.options-compare-block .cp-options-compare-mobile .card .row {
  background-color: #f8f7f7;
  padding: 8px;
}
.options-compare-block .cp-options-compare-mobile .card:nth-child(even) .row {
  background-color: #efefef;
}
.options-compare-block .cp-options-compare-mobile .card .compare-sub-title {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: italic;
  font-size: 0.9em;
}
.options-compare-block .cp-options-compare-mobile .card .mobile-join-btn {
  margin-top: 20px;
}
.options-compare-block .cp-options-compare-mobile .card .mobile-join-btn a {
  padding: 10px 15px;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #c3810d;
  font-size: 0.9em;
}
