/*@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/opensanscondensed.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

a {
  color: #006ff5;
}

.home-blurb {
  text-align: justify;
  hyphens: auto;
  text-justify: distribute;
}

.homepage-image-section {
  background-color: #111;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.homepage-image-section:before,
.homepage-image-section:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -500px;
  margin-left: -500px;
  width: 1000px;
  height: 1000px;
  border-radius: 100%;
  display: block;
  /*animation-fill-mode: both;
  animation-name: tunnelZoom; */
}

.homepage-image-section::before {
  background-color: #fff;
  /*  animation-delay: 2s;
  animation-duration: 1s; */
}

.homepage-image-section::after {
  background-color: #000;
  /*  animation-delay: 2.2s;
  animation-duration: 1s; */
}

.homepage-image {
  color: #fff;
  z-index: 100;
  position: relative;
  /*  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 2.2s;
  animation-fill-mode: both;*/
  height: 100%;
}

.homepage-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
}

.homepage-image-text {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  z-index: 100;
  color: #fff;
  display: block;
  text-align: center;
  height: 85vh;
  font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1600 - 300)));
}

.homepage-image-text-upper {
  height: 40vh;
  font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1600 - 300)));
  line-height: 5vh;
  letter-spacing: 1px;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.75);
  font-weight: 700;
}

.homepage-image-text-lower {
  font-size: calc(16px + (36 - 20) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + 1.5px);
}

.homepage-image-text-lower p {
  display: inline;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 5px 0 0 rgba(0, 0, 0, 0.75), -5px 0 0 rgba(0, 0, 0, 0.75);
  box-decoration-break: clone;
}

.homepage-image-text-lower p::after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.homepage-image-buttons {
  font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1600 - 300)));
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.75);
  font-weight: 700;
  text-transform: uppercase;
}

.anim-first,
.anim-second {
  animation-duration: 0.75s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.anim-first {
  animation-delay: 0.5s;
}

.anim-second {
  animation-delay: 1.5s;
}

.homepage-image-text div a {
  font-size: calc(16px + (36 - 20) * ((100vw - 300px) / (1600 - 300)));
  text-decoration: none;
  border: 1.5px solid white;
  color: white;
  padding: 0.2em 0.5em 0.2em 0.5em;
  display: inline-block;
  margin-top: 1.5em;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.1s linear;
}

.homepage-image-text div>a:not(:last-child) {
  margin-right: 1em;
}

.homepage-image-text div a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
@keyframes tunnelZoom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
*/


@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

header {
  transition: background-color 0.2s linear;
}

@media (min-width: 970px) {
  #mainnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 103;
  }
}

@media (max-width: 970px) {
  #mainnav {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    background-color: #16216C;
    transition: background-color 0.2s linear;
  }
}

.logo {
  max-height: 50px;
}

.solid {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #16216C;
  transition: background-color 0.2s linear;
}

footer.footer-main {
  min-height: 300px;
  background-color: #16216C;
  color: white;
}

footer .container {
  padding-top: 2em;
}

#content {
  flex: 1;
  min-height: calc(100vh - 500px - 3rem);
}

footer .footer-bottom {
  clear: both;
  padding: 0.5em;
  font-size: 0.9em;
  color: #fff;
  border-top: 1px solid #36418C;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom .right {
  float: right;
}

footer .footer-heading {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  font-weight: 400;
  color: #4DA9F6;
  font-size: 1.5em;
  padding-bottom: 0.5em;
}

footer .footer-links {
  list-style: none;
  padding-left: 0;
}

footer .footer-links a {
  color: inherit;
  display: block;
  min-height: 32px;
}

/*.people {
  height: 130px;
  background: url("/images/Single-Crowd-Repeat-X.svg") 0 100% repeat-x #ddd;
  background-size: auto 130px;
}*/

.squareimage {
  aspect-ratio: 1;
  object-fit: cover;
}

@media (min-width: 970px) {
  .navbar-nav {
    padding: inherit;
    width: 75%;
    margin: auto;
  }
}

.navbar-nav .nav-link {
  color: white !important;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5em;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0);
  text-transform: uppercase;
  padding: 0 0.5em 0 0.5em !important;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-toggler {
  color: white;
  border-color: white;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

html {
  scroll-padding-top: 90px;
}

body {
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 28px;
  min-height: 100vh;
  background-color: oklch(0.967 0.003 264.542);
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-optical-sizing: auto;
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
}

.subpage-image-wrapper {
  height: 40vh;
}

.subpage-image-section {
  background-color: #111;
  overflow: hidden;
  height: 300px;
  margin-bottom: -120px;
  position: relative;
}

.subpage-image-section.double {
  height: 100vh;
  margin-bottom: -80vh;
  position: fixed;
  width: 100vw;
  padding-top: 20vh;
  z-index: -1;
}

.subpage-image img,
.subpage-image picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.navbar-brand {
  max-width: 70%;
}

.col-white {
  background-color: #fff;
  padding: 15px;
  overflow: auto;
}

.col-dark {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0));
  backdrop-filter: blur(4px);
  color: #eee;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.75);
  padding: 15px;
  overflow: auto;
}

.col-dark .text-muted {
  color: #ccc !important;
}

.col-dark .nav-tabs {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.col-dark .nav-tabs .nav-link {
  color: #ccc;
  border-color: transparent;
}

.col-dark .nav-tabs .nav-link:hover,
.col-dark .nav-tabs .nav-link:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.3);
}

.col-dark .nav-tabs .nav-link.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) transparent;
}

.venue-icon {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 10px;
}

.carousel-inner {
  max-height: 50vh;
  display: flex;
  align-items: center;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
}

.col-testimonial-list:nth-of-type(4n-1) .col-testimonial {
  background-color: rgb(227, 5, 19);
  color: white;
}

.col-testimonial-list:nth-of-type(4n-2) .col-testimonial {
  background-color: rgb(61, 168, 92);
  color: white;
}

.col-testimonial-list:nth-of-type(4n-3) .col-testimonial {
  background-color: rgb(181, 16, 111);
  color: white;
}

.col-testimonial-list:nth-of-type(4n-4) .col-testimonial {
  background-color: #f58506;
  color: white;
}

.col-testimonial {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.col-testimonial:hover {
  text-decoration: none;
}

.col-testimonial .quote {
  text-align: justify;
  text-indent: -0.4em;
  text-justify: distribute;
}

.col-testimonial .attribution {
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0.5em;
  font-size: 110%;
  line-height: 1;
}

.col-testimonial .attribution strong {
  line-height: 1.5;
}

.testimonial-quote {
  font-style: italic;
}

aside p {
  text-align: justify;
  hyphens: auto;
}

aside a[href^="mailto:"],
aside a[href^="tel:"] {
  white-space: nowrap;
  text-justify: none;
}

.form-text {
  margin-bottom: 0.25rem;
}

#contact-form,
#apply-form {
  height: auto;
}

#wrap_Inputfield_scf-website,
.InputfieldFileValidExtensions {
  display: none;
}

input[type="file"] {
  height: auto;
}

label {
  margin-bottom: 0.5em;
}

#content h1 span,
#content h1 div {
  background-color: white;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-decoration-break: clone;
  padding: 2px;
}

#content h1 span.show_company,
#content h1 span.show_title {
  display: table;
}

#content h1.large-hero span {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

#content h1.large-hero span.show_title {
  font-size: 2.8rem;
  color: white;
}

#content h1 span.show_company {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
  ;
}

#content h1.large-hero span.show_company {
  color: #ccc;
}


img.show_fringe_image {
  display: block;
  margin: 0 auto;
}

.show_blurb {
  text-align: justify;
}

.badge-genre,
.badge-suitability {
  font-size: 1.4rem;
  margin: 5px;
  margin-left: 30px;
}

.btn-genre {
  color: white;
  padding: 0.375rem 0.5rem;
  margin-bottom: 0.5rem;
}

.btn-genre:hover {
  color: white;
  text-shadow: 0px 0px 1px black;
  background-image: linear-gradient(rgb(0 0 0/40%) 0 0);
}

.badge-genre-small,
.badge-suitability-small {
  margin: 5px;
  font-size: 0.8rem;
}

.badge-genre-music {
  background-color: #f58506;
  color: white;
}

.badge-genre-comedy {
  background-color: #975aa0;
  color: white;
}

.badge-genre-cabaret {
  background-color: #e6007d;
  color: white;
}

.badge-genre-children,
.badge-genre-childrens-shows {
  background-color: #00a04e;
  color: white;
}

.badge-genre-dance,
.badge-genre-dance-physical-theatre {
  background-color: #4c718b;
  color: white;
}

.badge-genre-event {
  background-color: #b61070;
  color: white;
}

.badge-genre-musicals,
.badge-genre-musicals-opera {
  background-color: #00b9e7;
  color: white;
}

.badge-genre-spoken,
.badge-genre-spoken-word {
  background-color: #b66394;
  color: white;
}

.badge-genre-theatre {
  background-color: #e30613;
  color: white;
}

.badge-genre-all {
  background-color: #666;
  color: white;
}

.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
  max-width: 90%;
}

.icon-left {
  display: flex;
}

.list-group-item p {
  margin-bottom: 0;
}

.venue-wrapper {
  position: relative;
  display: block;
  min-height: 5em;
  color: transparent;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.75) 0,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, 0.7) 80%,
      rgba(0, 0, 0, 0.95) 100%);
}

.venue-wrapper h4 {
  color: white;
  position: absolute;
  bottom: 0.25em;
  margin-left: 15px;
}

.venuemap {
  height: 300px;
  width: 100%;
}

.venuenumber {
  float: right;
  font-weight: 700;
  color: #16216C;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6em;
  padding: 10px;
  font-weight: 700;
}

.venuenumber .hdr,
.venuenumber .num {
  margin: 0 auto;
  text-align: center;
}

.venuenumber .num {
  font-size: 3.75em;
  line-height: 0.7;
}

.venue-plan {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.venue-plan img {
  max-height: none;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.venue-plan .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.venue-plan .hover {
  opacity: 0;
}

.venue-plan .hover:hover {
  opacity: 1;
  line-height: 130px;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.25);
  transition: opacity ease 0.3s;
}

.venue-plan-lg {
  max-width: 100%;
  margin: 0 auto;
}

dl.row {
  clear: both;
}

dd ul {
  padding-left: 1em;
}

/* Navy buttons */
.btn-navy {
  background-color: #282b69;
  border-color: #181b59;
  color: #ffffff;
  line-height: 110%;
}

.btn-navy:hover,
.btn-navy:active,
.btn-navy:focus {
  background-color: #181b59;
  border-color: #080b49;
  color: #ffffff;
}

/* Reponsive columns */
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
  }

  .cols-2 {
    column-count: 2 !important;
  }
}

.show-image-box {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.show-image-box a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.field--error--message {
  color: red;
}

.invalid-feedback {
  display: block;
}

.sidebar {
  position: sticky;
  top: 100px;
  position: -webkit-sticky;
}

.quickref nav {
  font-size: 0.9em;
  font-size: 0.8em;
  display: none;
  padding-bottom: 10px;
}

.quickref a {
  display: block;
  padding: 4px 20px;
  color: #666;
}

.quickref nav a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
}

.quickref a:focus,
.quickref a:hover,
.quickref a.active {
  font-weight: 700;
  color: #2b2783;
}

.quickref nav a:focus,
.quickref nav a:hover,
.quickref nav a.active {
  font-weight: 400;
  color: #2b2783;
}

@media (min-width: 992px) {
  .quickref a.active+nav {
    display: block;
  }
}

/* Improve printing of tech specs */
@media print {
  body {
    background-color: white;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-8 {
    flex: none;
    max-width: 100%;
  }

  .row {
    display: block;
    margin: 0;
  }

  .container {
    max-width: 100%;
    padding: 0;
  }

  .col-white,
  #content h1 span {
    padding: 0;
  }
}

/* News article images */
.flex {
  display: flex;
  gap: 15px;
}

.flex-100 {
  flex: 100%;
  min-width: 0;
}

.flex-50 {
  flex: 50%;
  min-width: 0;
}

.flex-33 {
  flex: 33%;
  min-width: 0;
}

.social a:hover {
  text-decoration: none;
  color: inherit;
}

.blurb {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 13em;
  text-align: justify;
  font-size: 85%;
}

blockquote {
  padding-inline: 32px;
  display: flex;
  gap: 1em;

}

blockquote .quotation-mark {
  font-size: 1.2em;
  user-select: none;
  font-style: normal;
}

blockquote .review-quote {
  font-style: italic;
  text-indent: -0.8em;

}

blockquote .stars {
  font-size: 1.3em;
  color: #f5c518;
  flex-shrink: 0;
}

cite {
  font-style: normal;
  flex-shrink: 0;
  margin-left: 0.15em;
  margin-right: 0.15em;
}

cite a {
  color: inherit;
  text-decoration: dotted underline;
  text-decoration-color: #aaa;
}

cite a:hover {
  text-decoration: underline;
  color: inherit;
}