/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --primary: #337ab7;
  --footer-height: 25px;
  --navbar-height: 56px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: calc(var(--navbar-height) + 14px);
  margin-bottom: var(--footer-height);
  overflow-y: scroll;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: #23527c;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #317eac;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin-bottom: 10px;
}
.container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.container--full {
  max-width: none;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #54b4eb;
  background-image: linear-gradient(rgb(84, 180, 235), rgb(47, 164, 231) 60%, rgb(29, 156, 229));
  border-bottom: 1px solid #178acc;
  min-height: var(--navbar-height);
}
.navbar .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-header {
  display: flex;
  align-items: center;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  text-decoration: none;
}
.navbar-brand img {
  max-height: 40px;
  vertical-align: middle;
}
.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.navbar-collapse {
  flex: 1;
}
.nav.navbar-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 0;
  margin: 0;
  padding: 0;
}
.nav.navbar-nav > li > a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.nav.navbar-nav > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 180px;
  z-index: 1001;
  list-style: none;
  padding: 4px 0;
  margin: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown-menu li a {
  display: block;
  padding: 6px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .navbar .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand img {
    max-height: 30px;
  }
  .navbar-toggle {
    display: flex;
    order: 1;
    margin-left: 0;
  }
  .navbar-header {
    width: 100%;
    justify-content: space-between;
  }
  .navbar-brand {
    order: 0;
  }
  .navbar-collapse {
    display: none;
    width: 100%;
    flex-basis: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 10px;
  }
  .navbar-collapse.open {
    display: block;
  }
  .nav.navbar-nav {
    flex-direction: column;
  }
  .nav.navbar-nav > li > a {
    padding: 14px 16px;
    font-size: 16px;
  }
  .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    padding-left: 16px;
  }
}
.jumbotron {
  padding: 48px 60px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
.jumbotron h1 {
  font-size: 63px;
  margin-top: 0;
  color: #555;
}
@media (max-width: 767px) {
  .jumbotron {
    padding: 24px 15px;
    border-radius: 0;
  }
  .jumbotron h1 {
    font-size: 34px;
  }
  .jumbotron h2 {
    font-size: 20px;
  }
}
.jumbotron h2 {
  font-size: 30px;
}
.page-header {
  margin: 20px 0 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}
.page-header h1, .page-header h2, .page-header h4 {
  margin: 0 0 5px;
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background-color: var(--primary);
  color: #fff;
  border-color: #2e6da4;
}
.btn-primary:hover {
  background-color: #286090;
  color: #fff;
}
.btn-lg {
  padding: 10px 20px;
  font-size: 16px;
}
.col-md-9 {
  width: 75%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.col-md-3 {
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.col-md-3.col-sm-4.col-xs-6,
.col-md-3.col-sm-4 {
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
}
@media (max-width: 767px) {
  .col-md-9, .col-md-3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar {
  border-left: 1px solid #eee;
  padding-left: 16px;
}
.sidebar blockquote {
  border: none;
  font-size: 13px;
  padding: 4px 0;
  margin: 0 0 8px;
  color: #555;
}
.sidebar blockquote::before {
  content: '\201C';
  font-size: 1.2em;
  color: #999;
  margin-right: 2px;
}
.sidebar blockquote::after {
  content: '\201D';
  font-size: 1.2em;
  color: #999;
  margin-left: 2px;
}
.production {
  position: relative;
}
.production-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.production-nav .control {
  color: #317eac;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}
.production-nav .control:hover {
  color: #23527c;
  text-decoration: none;
}
.production-image {
  float: right;
  display: inline-block;
  margin: 4px 0 8px 16px;
  max-width: 260px;
}
.production-image img {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media (max-width: 450px) {
  .production-image {
    max-width: 130px;
  }
}
.production-details {
  border-collapse: collapse;
  margin-bottom: 16px;
}
.production-details td {
  font-size: 14px;
  vertical-align: top;
  padding: 2px 8px 4px 0;
}
.production-details td.caption {
  font-weight: bold;
  white-space: nowrap;
}
.production-details td.caption::after {
  content: ":";
}
.production-details td p {
  margin-bottom: 0;
}
.documents {
  overflow: hidden;
  margin-bottom: 16px;
}
.documents a {
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
}
.thumbnail {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
}
.thumbnail img {
  display: block;
}
.thumbnail .caption {
  padding: 4px 0 0;
  font-size: 12px;
  text-align: center;
  color: #555;
}
.documents a:hover .thumbnail,
.photographs a:hover .thumbnail {
  border-color: var(--primary);
}
.photographs {
  overflow: hidden;
  margin-bottom: 16px;
}
.photographs .cell {
  display: inline-block;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 8px;
  vertical-align: top;
}
@media (max-width: 600px) {
  .photographs .cell {
    width: 46%;
  }
}
.photographs .thumbnail {
  width: 100%;
  padding: 2px;
}
.photographs .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.table-responsive {
  overflow-x: auto;
}
table.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11pt;
}
table.table th {
  border-bottom: 2px solid #ddd;
  padding: 6px 8px;
  text-align: left;
  font-size: 12px;
  color: #555;
}
table.table td {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 8px;
  vertical-align: middle;
}
table.table tbody tr:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
#productions a,
#productions a:hover {
  text-decoration: none;
  color: #555;
}
@media (min-width: 768px) {
  .visible-xs, .visible-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-md, .visible-lg {
    display: none !important;
  }
}
.gallery .thumbnail {
  margin-bottom: 10px;
}
.gallery .pager,
.gallery .pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 0;
  margin: 0 0 8px;
}
.gallery .pagination li a,
.gallery .pagination li span {
  display: block;
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  color: var(--primary);
  text-decoration: none;
  font-size: 13px;
}
.gallery .pagination li.active a,
.gallery .pagination li.active span {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.gallery .pagination li.disabled a,
.gallery .pagination li.disabled span {
  color: #aaa;
  pointer-events: none;
}
.gallery .pagination li a:hover:not(.active) {
  background-color: #f5f5f5;
}
.gallery .photographs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 16px;
  overflow: visible;
}
.gallery .cell {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .gallery .photographs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery .cell .thumbnail {
  width: 100%;
  padding: 2px;
}
.gallery .cell .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery .cell .caption {
  padding: 4px 0 0;
  font-size: 12px;
}
.gallery .cell .caption a {
  color: #555;
  text-decoration: none;
}
.gallery .cell .caption a:hover {
  text-decoration: underline;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--footer-height);
  background-color: #f5f5f5;
  border-top: 1px solid #e7e7e7;
}
#footer .container {
  padding-top: 4px;
}
.footer-text {
  font-size: 11px;
  color: #777;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-left {
  flex: 1;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-right img {
  vertical-align: middle;
}
@media (max-width: 576px) {
  .footer-hide-xs {
    display: none;
  }
}
.form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 8px;
}
.form-group label {
  min-width: 120px;
  font-weight: bold;
  font-size: 13px;
  padding-top: 6px;
}
.form-group input[type="email"],
.form-group input[type="text"] {
  flex: 1;
  padding: 5px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
}
.asterisk {
  color: red;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
