*,
::after,
::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background: rgb(255, 255, 255);
  font-family: proxima-nova, arial, sans-serif;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

a.home-button,
a.home-button:hover,
a.home-button button,
a.home-button button:hover,
footer a {
  text-decoration: none !important;
}

h1,
h2,
h3 {
  color: rgb(63, 63, 63);
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-weight: 900;
}

h1 strong {
  color: rgb(6, 167, 224);
}

h2,
h3 {
  font-weight: 700;
}

blockquote {
  background: #f9f9f9;
  border-left: 1px solid #ddd;
  color: #505050;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

section.tn-header-component .header-title-wrap {
  border-bottom: 2px solid #06a7e0;
}
section.tn-header-component .header-title-wrap h1 {
  margin-bottom: 0.5em;
}

footer {
  background-color: rgb(60, 56, 56);
  box-shadow: 0 50vh 0 50vh rgb(60, 56, 56);
  color: rgb(173, 173, 174);
  font-size: 16px;
  margin-top: 30px;
  padding: 25px 40px 40px;
}
footer a {
  color: rgb(173, 173, 174);
}
footer a:hover {
  color: rgb(6, 167, 224);
}

.footer-sponsor-image {
  margin: 0 12px 20px;
}

.tn-custom-class-registration-page__registrantion-form button {
  margin-right: 15px !important;
}

.tn-subnav-component .tn-text {
  margin-left: 0 !important;
}

.btn {
  background-color: rgb(6, 167, 224);
  border-color: rgb(5, 139, 187);
  border-radius: 0.3rem;
  color: rgb(255, 255, 255);
  font-family: proxima-nova, arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 16px;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  background-color: rgb(5, 130, 174);
}

.tn-section-registration-summary-page__addons__heading__addons-actions .btn {
  max-width: 200px;
  white-space: normal !important;
  word-wrap: break-word;
}

.tn-admin-preview-banner__pencil-toggle .btn {
  background-color: gray;
  border-color: darkgray;
  font-size: 14px;
  text-transform: none;
}

.tn-cart-totals__line-item.tn-cart-totals__line-item--subtotal {
  display: none;
}

.tn-count-down-timer {
  display: inline-block;
  text-align: center;
  width: 55px;
}

.title-wrap {
  border-bottom: 2px solid #06a7e0;
}

.tn-events-calendar__event {
  padding-top: 47px !important;
}

.tn-events-calendar__event-time {
  top: 20px !important;
}

li[data-tn-product-type-id="72"] a {
  background: #0fbcf9;
  border-color: #06a4dc;
}

li[data-tn-product-type-id="72"] a::before {
  content: "Omnifilm: ";
  font-size: 12px;
  font-style: italic;
  left: 15px;
  line-height: 10px;
  position: absolute;
  top: 8px;
}

li[data-tn-product-type-id="73"] a::before {
  content: "Summer Camp: ";
  font-size: 12px;
  font-style: italic;
  left: 15px;
  line-height: 10px;
  position: absolute;
  top: 8px;
}

.tn-events-calendar__table li[data-tn-product-type-id="72"] a::before,
.tn-events-calendar__table li[data-tn-product-type-id="73"] a::before {
  left: 5px;
}

div[data-tn-product-type-id="73"] .tn-event-detail__display-time {
  font-size: 26px !important;
  font-weight: normal;
}

.tn-events-calendar__table tr {
  line-height: 0.7em;
}

.tn-syos-screen-container__button-list-heading {
  display: none;
}

.tn-event-detail__display-time {
  font-size: 1.5em !important;
}

.tn-event-detail__location {
  font-size: 1.4em !important;
}

.tn-event-detail__performance-details-container {
  margin-bottom: 10px !important;
}

.tn-event-detail__performance-details-container h4 {
  font-size: 1.3em !important;
}

.tn-event-detail__main-container h5 {
  font-size: 1.2em !important;
}

nav {
  display: block;
}

.navbar {
  background: white;
  border: 1px solid transparent;
  font-size: 14px;
  margin-bottom: 0;
  min-height: 70px;
  position: relative;
}

.navbar::after {
  display: table;
}

.container-fluid > .navbar-header {
  min-height: 70px;
}

@media (max-width: 767.98px) {
  .navbar {
    border-bottom: 1px solid rgb(173, 173, 174);
  }
}
.navbar-toggle {
  cursor: pointer;
}

.navbar-toggle .icon-bar {
  background-color: rgb(60, 56, 56);
}

.navbar .navbar-brand {
  height: 30px;
  margin-left: 10px;
  width: 241px;
}

.navbar .navbar-brand svg {
  position: absolute;
  width: 200px;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    margin-left: 8px;
    padding: 0;
    width: 241px;
  }
  .navbar .navbar-brand svg {
    height: 67px;
    width: 136px;
  }
}
.container-fluid > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}

.navbar .navbar-collapse {
  background: rgb(255, 255, 255);
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar .navbar-collapse .container-fluid {
  background: white;
}

.navbar-collapse::after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.collapse.in {
  display: block;
}

.navbar-nav li a {
  color: rgb(24, 6, 62);
  font-weight: bold;
  text-transform: uppercase;
  user-select: none;
}

.dropdown-menu li a {
  color: rgb(6, 167, 224);
  font-family: proxima-nova, arial, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}

.display-none,
#tn-event-listing-mode-tab-nav,
#tn-events-calendar-mode-tab-nav,
.tn-guest-login-form__section--delivery-method,
.tn-edit-delivery-link,
.tn-event-listing-view__results-heading {
  display: none !important;
}

.tn-event-listing-view__controls-container .tn-btn-datepicker__btn {
  pointer-events: none !important;
}

.tn-events-calendar__day-cell--today {
  background-color: rgb(181, 234, 253) !important;
}

@media (max-width: 992px) {
  .tn-cart-link {
    flex: 1 1 auto !important;
    margin-right: 0 !important;
    text-align: right !important;
  }
  .tn-text {
    display: inline !important;
  }
  .tn-text,
.tn-icon {
    font-size: 20px !important;
  }
  .tn-event-detail__main-container {
    margin-bottom: 16px !important;
  }
  .tn-event-detail__main-container .col-xs-8,
.tn-event-detail__main-container .col-xs-7 {
    width: 100% !important;
  }
  .tn-event-detail__main-container .highlight-box {
    font-size: 18px !important;
    margin-top: 12px !important;
    width: 100% !important;
  }
  .tn-ticketing-mode-change {
    margin: 50px 0 16px 0 !important;
  }
  .tn-ticketing-mode-change__content {
    border-color: rgb(46, 109, 164) !important;
  }
  .tn-payment-submit-component #tn-payment-submit-button {
    white-space: normal !important;
  }
}
.col-centered {
  float: none;
  margin: 0 auto;
}

.highlight-box {
  background-color: rgb(6, 164, 220);
  color: white;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

.highlight-box a {
  color: rgb(238, 238, 238);
  text-decoration: underline;
}

.tn-heading-info {
  display: none !important;
}

.price-type-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 10px 0 0;
}

.smm-hours {
  border-bottom: 1px solid rgb(221, 221, 221);
  border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
  box-shadow: 0 -6px 0 0 rgb(6, 164, 220);
  padding: 20px 20px 10px 20px;
}

.tn-custom-forms-page__form-section fieldset input[id^=section-4_question-] {
  font-size: 1px;
  opacity: 0;
}

.tn-custom-forms-page__form-section fieldset input[id^=section-4_question-][type=checkbox] {
  font-size: 20px;
  opacity: 100;
}

.summer-camp-category {
  font-size: 12px !important;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 10px;
  width: 50px;
}

.age-string {
  font-size: 18px !important;
}

.tn-event-detail__title {
  font-weight: bold;
}

.tn-event-detail__title .age-string {
  font-size: 26px !important;
  font-weight: normal;
}

.virtual-note {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  overflow: auto;
  padding: 15px;
}

.camp-icon {
  float: left;
  margin: 0 15px 15px 0;
}

.remove-me {
  display: none !important;
}

.tn-prod-list-item__perf-list-item {
  height: 3em;
  margin-bottom: 10px;
}

.tn-prod-list-item__perf-list-item a {
  height: 100%;
}

.custom-price-type h4 {
  margin: 0;
  font-size: 1.285em;
  font-weight: 500;
  line-height: 1;
}

.custom-price-type p {
  font-size: 16px;
  font-weight: 300;
}

#tn-fieldset-seating-options {
  display: none;
}