@charset "UTF-8";
@font-face {
  font-family: "gotham-bold";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-medium";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #12141b;
  box-sizing: border-box;
  margin: 0;
  overflow-x: hidden;
}
body.logged-in {
  margin-bottom: 32px;
}

button {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

strong {
  font-family: "gotham-medium";
}

*:focus-visible {
  outline-offset: 0.2rem;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

.label-white {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
  text-transform: uppercase;
}

.unstyled-link {
  display: block;
  text-decoration: none;
}

.link-hover {
  text-decoration: none;
}
.link-hover:hover {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.alm-load-more-btn {
  display: block;
  margin: 4rem auto 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #12141b;
  border: 2px solid;
  border-color: #12141b;
  color: #ffffff;
  font-family: "gotham-medium";
  padding: 0.875rem 1rem;
}
.alm-load-more-btn:hover {
  opacity: 0.8;
}
.alm-load-more-btn.done {
  display: none;
}

.button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid;
  border-color: #ffffff;
  padding: 0.875rem 1rem 0.775rem 1rem;
  background-color: transparent;
  font-size: 0.875rem;
  font-family: "gotham-medium";
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s;
  opacity: 1;
}
.button span {
  font-family: "gotham-medium";
}
.button.button-fill-dark {
  background-color: #12141b;
  color: #ffffff;
  border-color: #12141b;
}
.button.button-fill-blue {
  background-color: #009fdf;
  color: #12141b;
  border-color: #009fdf;
}
.button.button-fill-blue span {
  color: #12141b;
}
.button.button-fill-blue:hover {
  background-color: #ffffff;
}
.button.button-border-white {
  border-color: #ffffff;
}
.button.button-border-white:hover {
  border-color: #ef3f6b;
  background-color: #ffffff;
  color: #12141b;
}
.button.button-border-blue {
  border-color: #12141b;
}
.button.button-border-blue:hover {
  background-color: #12141b;
  color: #ffffff;
}

.wysiwyg-wrapper a {
  color: #009fdf !important;
}
.wysiwyg-wrapper img {
  width: auto;
  display: inline-block;
}

.button-large {
  display: block;
  margin: 1rem 0 0 0;
}

.no-margin {
  margin: 0;
}

.normal-font {
  font-family: "gotham-book";
}

.medium-font {
  font-family: "gotham-medium";
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.site-width {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 0.875rem;
}

.site-width-no-padding {
  max-width: 1250px;
  margin: 0 auto;
}

.sponsors-width {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0.875rem;
}

.heading-paddding-bottom {
  padding-bottom: 2rem;
}

.section-contained {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}

.text-center {
  text-align: center;
}

.overlay {
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-has-overlay {
  filter: brightness(0.9);
}

.teal-overlay {
  background-color: #25cad3;
  opacity: 75%;
}

.yellow-overlay {
  background-color: #fdda24;
  opacity: 90%;
}

.pink-overlay {
  background-color: #ef3f6b;
  opacity: 85%;
}

.blue-overlay {
  background-color: #009fdf;
  opacity: 50%;
}

.alm-results-text {
  font-family: "gotham-medium";
  width: auto !important;
  color: #12141b !important;
}
.alm-results-text span {
  font-family: "gotham-medium";
  color: #12141b !important;
}

.blog .recent-posts {
  display: none;
}

.tag {
  display: inline-block;
  margin-right: 5px;
  color: #ffffff !important;
  font-family: "gotham-bold";
  padding: 2px 12px;
  font-size: 10px;
  letter-spacing: 1.4px;
}

.announcement {
  padding: 0.5rem 0.875rem;
  text-align: center;
  background-color: #19223e;
}
.announcement .mobile a,
.announcement .mobile p {
  color: #ffffff;
  font-size: 0.938rem;
  margin: 0;
}
.announcement .desktop a,
.announcement .desktop p {
  color: #ffffff;
  font-size: 1.063rem;
  margin: 0;
}

.display-inline {
  display: inline;
}

.img-caption {
  font-style: italic;
  margin: 0.5rem 0 0 0;
  color: #1e1e1e;
  font-size: 0.875rem;
}

select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}

.uppercase {
  text-transform: uppercase;
}

.alm-filter--title h3 {
  font-size: 1rem;
  text-transform: none;
}

.video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.not_on_sale {
  opacity: 60%;
  pointer-events: none;
}

.single-staff_members .sponsors-section {
  padding-top: 0;
}

.unstyled-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-template-page-schedule-list .alm-btn-wrap {
  display: none;
}

.loading-svg {
  max-width: 100px;
  width: 100px;
}

#schedule-grid-prompt {
  background-color: #19223e;
  color: #ffffff;
  padding: 2rem;
  max-width: 1100px;
  margin: 2rem auto;
  font-size: 1rem;
  font-family: "gotham-book";
  text-align: center;
}

.page-template-page-vote, .page-template-page-film-voting-results {
  background: #ebebeb;
}

.film-voting {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.film-voting img {
  display: block;
  margin: 20px auto;
  max-height: 90px;
  width: auto;
}
.film-voting .gform_heading {
  margin: 0;
  padding: 30px;
  line-height: 22px;
  background-color: #12141b;
}
.film-voting .gform_heading .gform_description {
  font-size: 18px;
  max-width: 35rem;
  color: white;
  display: block;
  margin: 0 auto;
}
.film-voting form {
  background-color: white;
}
.film-voting form .gform_body .gform_fields {
  grid-row-gap: 0 !important;
}
.film-voting form .gform_body .gform_fields fieldset {
  margin: 10px 0 !important;
  border-bottom: 2px solid #e5e5e5 !important;
}
.film-voting form .gform_body .gform_fields fieldset:last-child {
  border-bottom: none !important;
}
.film-voting form .gform_body .gform_fields fieldset .gfield_label {
  font-family: "gotham-medium";
  color: #295076;
  font-size: 22px !important;
  padding-bottom: 5px;
  margin: 0;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio {
  display: flex;
  justify-content: center;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice label {
  max-width: 55px;
  margin: 0 10px;
  color: #295076;
  font-family: "gotham-medium";
  font-size: 18px;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(1) input[type=radio] {
  border: 2px solid #d00000;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(1) input[type=radio]:checked {
  border-color: #d00000;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(1) input[type=radio]:checked:before {
  background: #d00000;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(2) input[type=radio] {
  border: 2px solid #fe900d;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(2) input[type=radio]:checked {
  border-color: #fe900d;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(2) input[type=radio]:checked:before {
  background: #fe900d;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(3) input[type=radio] {
  border: 2px solid #fedf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(3) input[type=radio]:checked {
  border-color: #fedf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(3) input[type=radio]:checked:before {
  background: #fedf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(4) input[type=radio] {
  border: 2px solid #b8ce00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(4) input[type=radio]:checked {
  border-color: #b8ce00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(4) input[type=radio]:checked:before {
  background: #b8ce00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(5) input[type=radio] {
  border: 3px solid #0daf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(5) input[type=radio]:checked {
  border-color: #0daf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(5) input[type=radio]:checked:before {
  background: #0daf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio input[type=radio] {
  -webkit-appearance: none;
  margin-bottom: 0.5rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio input[type=radio]:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  margin: 5% auto;
  border-radius: 50%;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px;
}
.film-voting .gform_footer {
  display: block !important;
  text-align: center;
  background-color: #12141b;
}
.film-voting .gform_footer .gpoll_button {
  display: none;
}
.film-voting .gform_footer .gform_button {
  text-transform: uppercase;
  font-family: "gotham-medium";
  border: 3px solid #009fdf;
  background-color: white;
  color: #12141b;
  font-weight: 700;
  line-height: normal !important;
  margin-bottom: 0 !important;
  font-size: 25px;
  padding: 20px 50px;
}
.film-voting .gform_footer .gform_button:hover {
  background-color: #009fdf;
}

.page-schedule-list .schedule-date {
  border-bottom: 2px solid #19223e;
  margin-top: 4rem;
}
.page-schedule-list .schedule-date:first-child {
  margin-top: 0;
}
.page-schedule-list .schedule-entry .time-slot {
  font-size: 1rem;
  white-space: nowrap;
  width: 10%;
  padding: 0.875rem;
}
.page-schedule-list .schedule-entry .schedule-img {
  width: 40%;
}
@media screen and (min-width: 64.0625em) {
  .page-schedule-list .schedule-entry .schedule-img {
    width: 20%;
  }
}
.page-schedule-list .schedule-entry .schedule-img img {
  height: 100%;
  object-fit: cover;
}
.page-schedule-list .schedule-entry .schedule-details {
  width: 80%;
  padding: 0.875rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  column-gap: 1.875rem;
  row-gap: 0.875rem;
}
.page-schedule-list .schedule-entry .schedule-details ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-schedule-list .schedule-entry .schedule-details ul .level {
  color: #ffffff;
}
.page-schedule-list .schedule-entry .schedule-details ul li,
.page-schedule-list .schedule-entry .schedule-details ul span {
  font-size: 0.875rem;
}
@media screen and (min-width: 64.0625em) {
  .page-schedule-list .schedule-entry .schedule-details {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    row-gap: 1rem;
  }
  .page-schedule-list .schedule-entry .schedule-details .logline {
    grid-column: 1/span 2;
  }
}

#filter-toggle {
  display: none;
}

@media screen and (min-width: 84.4375em) {
  .schedule-container .wrapper {
    max-width: 75rem;
    padding: 0 0.9375rem;
    margin: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
label {
  display: inline;
}

.regular-checkbox,
.sidr-class-regular-checkbox {
  display: none !important;
}

.regular-checkbox + label {
  background-color: #ffffff;
  border: 1px solid #aaa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  margin-top: 1px;
  top: 1px;
}

.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked + label:after,
label.check-active:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #12141b;
}

.timeline-container {
  position: relative;
}
.timeline-container .timeline {
  position: absolute;
  left: 0;
  width: 100%;
  margin-bottom: 50px;
}
.timeline-container .timeline-start {
  top: 0;
  position: absolute;
}
.timeline-container .timeline-end {
  bottom: 0;
  top: auto;
  position: absolute;
}
.timeline-container .timeline-time {
  border-left: solid 2px #dadada;
  border-right: solid 2px #dadada;
  border-bottom: solid 3px #aaa;
}
.timeline-container .timeline-time span {
  font-size: rem-calc(12);
  position: relative;
  top: 3px;
  display: block;
  padding-left: 6px;
  line-height: 26px;
  width: 100%;
  border-bottom: solid 2px #dadada;
  color: #444444;
}
.timeline-container .timeline-time span:last-child {
  border: none;
}
.timeline-container .timeline-time span.hour {
  font-family: "gotham-bold";
}
.timeline-container .timeline-divider {
  position: absolute;
  top: 0;
  height: 100%;
  background: #dadada;
  width: 2px;
  z-index: 9999;
}

.day-picker {
  width: 100%;
  background: #dadada;
}
.day-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
  justify-content: space-between;
}
.day-picker ul li {
  padding: 5px 24px;
  color: #7b7d7f;
  font-family: "gotham-book";
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.day-picker ul li.active {
  color: #12141b;
  font-family: "gotham-medium";
}

.legend {
  margin: 2rem 0;
}
.legend ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.5rem;
}
.legend ul li {
  color: #12141b;
  font-family: "gotham-bold";
  padding: 3px 24px;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.level-tag {
  padding-bottom: 15px;
}

.level {
  padding: 3px 20px;
  color: #ffffff;
  display: inline-block;
  margin-top: 0.5rem;
}

.schedule-date {
  color: #12141b;
  font-size: 1.5em;
  text-transform: uppercase;
  display: block;
  font-family: "gotham-medium";
  margin: 2rem 0 1rem 0;
}

.schedule-list {
  display: block;
  padding: 0;
}
.schedule-list .btn-info {
  display: none;
}
@media screen and (min-width: 84.4375em) {
  .schedule-list {
    display: none;
    padding-right: 40px;
  }
  .schedule-list .btn-info {
    display: block;
  }
  .schedule-list.list-default {
    display: block;
  }
}

.schedule-head {
  margin: 0;
  border-bottom: solid 2px #aaa;
}
.schedule-head h1 {
  margin: 0;
  font-family: "TrendSansOne";
  font-size: 1.5em;
  line-height: 2.25em;
  width: 66%;
  float: left;
  padding-left: 10px;
}
@media screen and (min-width: 48em) {
  .schedule-head h1 {
    line-height: 1.2em;
    font-size: 2.5em;
    width: 80%;
  }
}
@media screen and (min-width: 84.4375em) {
  .schedule-head h1 {
    font-family: "gotham-book";
    text-transform: uppercase;
    font-size: 3.5em;
    width: 50%;
    float: left;
    padding-left: 0;
  }
}
.schedule-head a {
  display: none;
  background: #009fdf;
  border: solid 2px #009fdf;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
  text-align: right;
  line-height: 1.85em;
  color: #ffffff;
  height: 50px;
}
.schedule-head a:hover {
  box-shadow: 0 0 5px #ccc;
  background-color: #21405e;
  color: #ffffff;
}
.schedule-head a.active {
  color: #12141b;
  border-color: #12141b;
  background: transparent;
}
.schedule-head a i {
  position: relative;
  top: 0px;
}
@media screen and (min-width: 84.4375em) {
  .schedule-head a {
    display: block;
  }
}
.schedule-head .pdf {
  display: block;
  line-height: 1.6em;
  margin-right: 10px;
}
.schedule-head .pdf span {
  font-size: 15px;
}
.schedule-head .pdf i {
  float: none;
  display: block;
  padding: 0;
  top: 3px;
  right: 26px;
}
@media screen and (min-width: 84.4375em) {
  .schedule-head .pdf {
    margin-right: 0;
  }
}

.schedule-sidebar {
  padding: 0;
  float: right;
  display: none;
}
.schedule-sidebar.list-default {
  display: none;
}
@media screen and (min-width: 84.4375em) {
  .schedule-sidebar.list-default {
    display: block;
  }
}
.schedule-sidebar .sidebar-title {
  margin: 0;
  color: #aaa;
  text-transform: uppercase;
  font-weight: 600;
}
.schedule-sidebar .block {
  background: white;
  border: solid 1px #aaa;
}
.schedule-sidebar .block .block-title {
  color: #12141b;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: solid 1px #aaa;
}
.schedule-sidebar .block span {
  display: inline-block;
  line-height: 1em;
  padding: 9px 0;
  vertical-align: top;
  width: 80%;
}

.schedule-entry {
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  -webkit-transition: top 155ms;
  transition: top 155ms;
}
.schedule-entry .schedule-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.schedule-entry a {
  text-decoration: none;
}
@media screen and (min-width: 84.4375em) {
  .schedule-entry.no-border {
    border: none;
  }
  .schedule-entry.dynamic-border {
    border-top: solid 2px #aaa !important;
  }
}
.schedule-entry h5 {
  text-transform: none;
  font-weight: 600;
  font-size: 1em;
}
.schedule-entry a {
  color: black;
}
.schedule-entry .time-slot {
  font-size: 1.2em;
  color: #aaa;
  text-transform: uppercase;
  padding: 0;
  min-height: 20px;
  display: none;
}
@media screen and (min-width: 84.4375em) {
  .schedule-entry .time-slot {
    display: block;
  }
  .schedule-entry .time-slot div {
    display: none;
  }
  .schedule-entry .time-slot div.show {
    display: block;
  }
  .schedule-entry .time-slot.show-time div {
    display: block;
  }
}
.schedule-entry .schedule-details {
  display: flex;
  flex-flow: row;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .schedule-entry .schedule-details {
    padding: 0;
  }
  .schedule-entry .schedule-details .schedule-info {
    display: flex;
    gap: 1rem;
  }
  .schedule-entry .schedule-details .schedule-info .showing-details, .schedule-entry .schedule-details .schedule-info .more-details {
    width: 50%;
  }
}
@media screen and (min-width: 84.4375em) {
  .schedule-entry .schedule-details {
    padding: 0;
  }
}
.schedule-entry .schedule-details .schedule-pic {
  width: auto;
  padding: 0 10px 0 0;
  margin: 0;
  display: inline-block;
  float: left;
}
@media screen and (min-width: 84.4375em) {
  .schedule-entry .schedule-details .schedule-pic {
    padding: 0;
    margin: 0;
  }
}
.schedule-entry .schedule-details .schedule-info {
  width: 55%;
  position: relative;
}
@media screen and (min-width: 84.4375em) {
  .schedule-entry .schedule-details .schedule-info {
    height: 150px;
  }
}
.schedule-entry .schedule-details .schedule-info .showing-details {
  padding: 0;
}
@media screen and (min-width: 84.4375em) {
  .schedule-entry .schedule-details .schedule-info .showing-details {
    border-right: solid 1px #aaa;
    height: 100%;
    padding: 0;
  }
}
.schedule-entry .schedule-details .schedule-info .more-details {
  padding: 0;
  font-style: italic;
  height: 100%;
}
.schedule-entry .schedule-details .schedule-info .more-details .button {
  text-transform: uppercase;
  font-size: 1em;
  font-style: normal;
  color: #fff;
  display: inline-block;
  text-align: left;
  font-family: "gotham-bold", Helvetica, Arial, sans-serif;
  z-index: 99999;
  text-decoration: none !important;
  background-color: #fd8700;
  position: absolute;
  margin: 0;
  display: none;
  line-height: inherit;
}
.schedule-entry .schedule-details .schedule-info .more-details .button i {
  text-align: right;
  font-size: 1rem;
  position: absolute;
  right: 20px;
  top: 0.6rem;
}
@media screen and (min-width: 84.4375em) {
  .schedule-entry .schedule-details .schedule-info .more-details {
    position: relative;
    height: 150px;
  }
  .schedule-entry .schedule-details .schedule-info .more-details .button {
    display: block;
  }
  .schedule-entry .schedule-details .schedule-info .more-details .button.not_on_sale {
    background: #ccc;
    opacity: 0.5;
    cursor: default;
  }
}
.schedule-entry .schedule-details .schedule-info .more-details .location {
  font-weight: 600;
  display: block;
  clear: both;
  font-style: none;
}

.location-grid .cell {
  width: 117px;
}

.schedule-grid {
  display: none;
  clear: both;
}
.schedule-grid .tooltip {
  opacity: 1;
  height: auto;
  width: 250px;
  display: block;
  background: white;
  padding: 0.9375rem;
  position: absolute;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: -1.875rem;
  z-index: 9999999;
  -webkit-box-shadow: 1px 1px 5px -1px #333;
  box-shadow: 1px 1px 5px -1px #333;
  border-radius: 4px;
}
.schedule-grid .tooltip:before {
  position: absolute;
  display: block;
  content: "";
  border: 15px solid transparent;
  border-right: 12px solid #fff;
  top: 42px;
  left: -12px;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.schedule-grid .event-cell .tooltip .tool-head {
  display: flex;
  flex-flow: row;
  gap: 1rem;
}
.schedule-grid .event-cell .tooltip .tool-head .tool-head-content h5, .schedule-grid .event-cell .tooltip .tool-head .tool-head-content a {
  font-size: 1rem;
  line-height: 1.2;
  color: #12141b;
}
.schedule-grid .event-cell .tooltip .tool-head picture {
  width: 30%;
}
.schedule-grid .event-cell:hover > .tooltip {
  opacity: 1;
  height: auto;
  width: 280px;
  display: block;
}
@media screen and (min-width: 84.4375em) {
  .schedule-grid {
    display: block;
  }
  .schedule-grid.list-default {
    display: none;
  }
}
.schedule-grid .schedule-day {
  display: none;
}
.schedule-grid .schedule-day.active {
  display: block;
}
.schedule-grid .day-grid {
  background-color: #19223e;
  width: 100%;
  border: solid 1px #aaa;
  border-top: none;
}
.schedule-grid .day-head .time-grid p {
  font-size: 1rem;
  text-align: center;
}
.schedule-grid .day-head p {
  color: white;
  padding: 0.225rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.7em;
  font-family: "gotham-medium";
}
.schedule-grid .day-head .cell {
  background: #19223e !important;
}
.schedule-grid .time-grid {
  font-size: 0.7em;
  text-transform: uppercase;
  white-space: nowrap;
}
.schedule-grid .time-grid p {
  font-size: rem-calc(22);
  line-height: rem-calc(26);
  margin-bottom: 0;
}
.schedule-grid .cell {
  display: inline-block;
  border-right: solid 2px #ffffff;
  border-top: solid 1px #19223e;
  width: 100px;
  height: 120px;
  vertical-align: middle;
  float: left;
}
.schedule-grid .cell:last-child {
  border-right: none;
}
.schedule-grid .cell:nth-child(even) {
  background: #ddd;
}
.schedule-grid .event-cell {
  background: #12141b;
  position: absolute;
  width: 89.85px;
  display: block;
  padding: 0.9375rem 0.46875rem;
  border-bottom: solid 1px #aaa;
  line-height: 12px;
  box-sizing: border-box;
}
.schedule-grid .event-cell .tooltip {
  height: 0;
  width: 0;
  opacity: 0;
  right: -260px;
  left: auto;
  display: none;
}
.schedule-grid .event-cell:hover > .tooltip {
  opacity: 1;
  height: auto;
  width: 280px;
  display: block;
}
.schedule-grid .event-cell a {
  color: white;
  font-size: 0.9em;
  font-family: "gotham-medium";
  text-decoration: none;
}
.schedule-grid .event-cell a span {
  color: white;
  font-size: 0.75em;
  font-family: "gotham-book";
  line-height: 1.2;
  display: block;
  padding-top: 3px;
}
.schedule-grid .event-cell .tooltip .tool-main {
  margin-top: 1rem;
}
.schedule-grid .event-cell .tooltip a.button {
  padding: 0.5rem;
  font-size: 0.8rem;
}
.schedule-grid .event-cell .tooltip span {
  font-size: 0.7em;
  line-height: 1em;
  display: inline-block;
}
.schedule-grid .grid-row {
  display: table-row;
}
.schedule-grid .grid-row:last-child {
  border: none;
}

.off-canvas {
  display: none;
}

.menu-trigger {
  position: fixed;
  top: 50%;
  background: #12141b;
  color: white;
  left: 0;
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
}
.menu-trigger i {
  display: block;
  font-size: 3em;
  text-align: center;
  right: 0;
}
.menu-trigger.active {
  left: 260px;
}
.menu-trigger.active i {
  transform: rotate(180deg);
}
.menu-trigger:hover {
  color: white;
}
@media screen and (min-width: 84.4375em) {
  .menu-trigger {
    display: none;
  }
}

#jPanelMenu-menu {
  background: #12141b;
  color: #fff;
}
#jPanelMenu-menu .block {
  background: none;
}
#jPanelMenu-menu .block label {
  color: #12141b;
}
@media screen and (min-width: 84.4375em) {
  #jPanelMenu-menu {
    display: none !important;
  }
}

.view-details {
  background: #fff;
  margin-top: 10px;
  font-size: 0.75rem;
}

.modal-inner {
  display: flex;
  gap: 15px;
}
.modal-inner .image-side {
  max-width: 150px;
}
.modal-inner .content-side a, .modal-inner .content-side input, .modal-inner .content-side li, .modal-inner .content-side p, .modal-inner .content-side span, .modal-inner .content-side ul {
  color: #000;
}
.modal-inner .content-side .button {
  border: 2px solid #000;
}

.tessitura form#tn-apply-promo {
  display: flex;
  gap: 0.5rem;
}
.tessitura form#tn-apply-promo #tn-subnav-promo-code {
  border: 1px solid #12141b;
  padding: 0.875rem;
  color: #12141b;
  background-color: #ffffff;
  width: 9em;
}
.tessitura form#tn-apply-promo .form-input::placeholder {
  color: #12141b;
  font-size: 0.938rem;
}
.tessitura form#tn-apply-promo label {
  font-family: "gotham-book";
}
.tessitura form label.control-label,
.tessitura form .control-label {
  font-family: "gotham-medium";
}
.tessitura .tn-additional-events__continue-shopping-link {
  text-align: center;
  display: inline-block;
  font-size: 0.938rem;
  font-family: "gotham-medium";
  padding: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #009fdf;
  color: #12141b;
  border-color: #009fdf;
}
.tessitura .tn-additional-events__continue-shopping-link:hover {
  opacity: 85%;
}
.tessitura .btn {
  font-size: 0.938rem;
  font-family: "gotham-medium";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.tessitura .btn.btn.btn-primary {
  padding: 0.875rem;
  background-color: #12141b;
  color: #fff;
  border: 1px solid #12141b;
  border-color: #12141b;
}
.tessitura .btn:hover {
  opacity: 85%;
}
.tessitura .btn-info {
  display: inline-block;
  padding: 0.875rem;
  background-color: #009fdf;
  color: #12141b;
  border-color: #009fdf;
}
.tessitura .tn-promo-box .tn-text {
  background-color: #eee;
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.tessitura #tn-subnav-promo-button {
  display: inline-block;
  font-size: 0.938rem;
  font-family: "gotham-medium";
  padding: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #12141b;
  color: #fff;
  border: 1px solid #12141b;
  border-color: #12141b;
}
.tessitura h2 {
  font-size: 1.3rem;
}
@media screen and (min-width: 64.0625em) {
  .tessitura h2 {
    font-size: 1.5rem;
  }
}
.tessitura h1#tn-page-heading {
  margin: 1rem;
  text-align: center;
}
.tessitura h1#tn-page-heading span {
  font-size: 2rem !important;
}
.tessitura .tn-account-login-page .row {
  display: flex;
  flex-flow: row wrap;
}
.tessitura .tn-account-login-page .row .col-xs-12 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.875rem;
}
.tessitura .tn-account-logout-page {
  text-align: center;
}
.tessitura .tn-account-logout-page .row {
  display: flex;
  justify-content: center;
}
.tessitura a.tn-cart-buttons__secondary-action {
  font-size: 0.838rem;
  font-family: "gotham-medium";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #12141b;
  color: #12141b;
  background-color: #ffffff;
  padding: 0.675rem;
}
.tessitura a.tn-cart-buttons__secondary-action:hover {
  opacity: 85%;
}

.modal h1,
.modal .modal-title,
.modal #tn-modal-title {
  color: #12141b;
}
.modal .modal-body #tn-delete-dialog-text span {
  color: #12141b;
  background-color: #ffffff !important;
}
.modal .modal-body p,
.modal .modal-body a,
.modal .modal-body ul,
.modal .modal-body li,
.modal .modal-body span,
.modal .modal-body input {
  color: #12141b;
}

html {
  font-size: 16px;
}

.white-section {
  background-color: #ffffff;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5,
.white-section h6,
.white-section p,
.white-section a,
.white-section ul,
.white-section li,
.white-section span {
  color: #12141b;
}

h1 {
  font-family: "gotham-medium";
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: "gotham-book";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.95rem;
  line-height: 1.2;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

h3 {
  font-family: "gotham-book";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-family: "gotham-book";
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

h5 {
  font-family: "gotham-medium";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-family: "gotham-medium";
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.063rem;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

ul {
  padding-left: 1rem;
}
.link-with-icon {
  text-transform: none;
  display: flex;
  flex-flow: row;
  gap: 0.225rem;
  align-items: center;
  justify-content: center;
}
.link-with-icon span {
  line-height: 1;
}
.link-with-icon img {
  max-height: 1rem;
  width: auto;
}

p,
a,
ul,
li,
span,
input {
  font-family: "gotham-book";
  font-size: 0.875rem;
  line-height: 1.4;
  color: #ffffff;
}

.vertical-space {
  padding: 2rem 0;
}

.vertical-space-top {
  padding: 2.5rem 0 0 0;
}

.has-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.overlay-wrapper {
  position: relative;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav ul a {
  text-decoration: none;
}

.flex-responsive {
  display: flex;
  flex-flow: column;
}

.align-center {
  align-items: center;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.justify-center {
  justify-content: center;
}

header {
  max-width: 1250px;
  margin: 0 auto;
}
header .header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header-inner .main-menu ul > li.menu-item-has-children .dropdown {
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 8px;
  display: inline-block;
}
header .header-inner .main-menu ul li a {
  text-transform: uppercase;
}
header .header-inner .main-menu ul .sub-menu {
  display: none;
}

.text-wrapper-overlay {
  width: 100%;
  background: linear-gradient(180deg, rgba(11, 10, 10, 0) 0%, rgba(14, 14, 14, 0.91) 71.35%);
  position: absolute;
  bottom: 0;
}

.home-featured-inner {
  display: flex;
  flex-flow: column;
}
.home-featured-inner .featured {
  overflow: hidden;
  position: relative;
}
.home-featured-inner .featured a {
  height: 100%;
}
.home-featured-inner .featured a .title:hover {
  text-decoration: underline;
}
.home-featured-inner .featured a:hover img {
  transform: scale(1.02);
}
.home-featured-inner .featured .overlay-wrapper {
  height: 100%;
}
.home-featured-inner .featured .text-wrapper-overlay .title {
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "gotham-book";
  color: #ffffff;
}
.home-featured-inner .subtitle {
  padding: 0 1rem 1rem 1rem;
  margin-top: -0.5rem;
}
.home-featured-inner .subtitle p {
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-flex;
  margin: 0;
}
.home-featured-inner .featured-1 {
  height: 100%;
}
.home-featured-inner .featured-1 img,
.home-featured-inner .featured-2 img,
.home-featured-inner .featured-3 img {
  height: 100%;
  object-fit: cover;
}
.home-featured-inner .featured-1 .title,
.home-featured-inner .featured-2 .title,
.home-featured-inner .featured-3 .title {
  padding: 1rem 1rem;
  font-size: 1.5rem;
  margin: 0;
}

.image-text .button {
  margin-top: 1.5rem;
}
.image-text .image-caption {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0;
}

.two-column {
  background-color: #12141b;
}
.two-column .content-wrapper,
.two-column .button {
  margin-top: 1.5rem;
}

.hp-news-events {
  background-color: #19223e;
}
.hp-news-events .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp-news-events .items .item {
  display: flex;
  flex-flow: row;
  margin: 2rem 0;
  gap: 1rem;
  overflow: hidden;
}
.hp-news-events .items .item .hover-img-zoom,
.hp-news-events .items .item .hover-img-zoom img {
  transition: transform 0.2s;
}
.hp-news-events .items .item .hover-img-zoom:hover,
.hp-news-events .items .item .hover-img-zoom img:hover {
  transform: scale(1.04);
}
.hp-news-events .items .item .image-wrapper .background {
  height: 150px;
  width: 170px;
}
.hp-news-events .items .item .content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.hp-news-events .items .item .content-wrapper .location .location-label {
  text-transform: uppercase;
  font-family: "gotham-book";
  font-size: 0.75rem;
  margin: 0 0 0.5rem;
}
.hp-news-events .items .item .content-wrapper .location .title {
  font-size: 1rem;
}
.hp-news-events .items .item .content-wrapper .date {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.hp-news-events .items .item .content-wrapper .title {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}
.hp-news-events .items .item .button-wrapper .button {
  white-space: nowrap;
}

.form {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.form .form-input {
  flex-grow: 1;
  padding: 0.875rem 1rem;
  margin: 0;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  font-size: 1rem;
  color: #12141b;
}
.form .form-input::placeholder {
  color: #12141b;
  font-size: 0.938rem;
}
.form button {
  width: fit-content;
}

.footer .logos {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  max-width: 350px;
}
.footer .logos img {
  max-width: 150px;
}

.footer .footer-inner .footer-left {
  padding: 2rem 0.875rem;
  flex-flow: column-reverse;
}
.footer .footer-inner .footer-left p,
.footer .footer-inner .footer-left a {
  font-size: 0.875rem;
}
.footer .footer-inner .footer-left p strong,
.footer .footer-inner .footer-left a strong {
  font-family: "gotham-medium";
}
.footer .footer-inner .footer-right {
  background-color: #19223e;
  position: relative;
  padding: 2rem;
}
.footer .footer-inner .footer-right .title {
  font-size: 2rem;
  margin: 0;
  font-family: "gotham-bold";
}
.footer .footer-inner .footer-right .footer-right-overlay {
  background-color: #19223e;
  opacity: 0.2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .footer-inner .footer-right .footer-right-inner {
  position: relative;
}

.footer-nav {
  padding-top: 2rem;
}
.footer-nav ul {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.footer-nav ul li {
  width: auto;
  border: 2px solid;
  border-color: #ffffff;
  padding: 0.875rem 1rem;
  background-color: #ffffff;
}
.footer-nav ul li:hover {
  border-color: #e57200;
}
.footer-nav ul li a,
.footer-nav ul li span {
  display: block;
  text-align: center;
  font-family: "gotham-medium";
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.1;
  color: #12141b;
}

.footer-newsletter-form {
  padding-bottom: 2rem;
}
.footer-newsletter-form .title {
  font-size: 1.313rem;
  font-size: 1.063rem;
}
.footer-newsletter-form .close {
  display: none;
}

.social {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-flow: row wrap;
}
.social a {
  display: block;
}
.social a:hover {
  opacity: 78%;
}

.sponsors-col .sponsors-container {
  width: 50%;
}

.sponsors-section {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.page-template-page-sponsors .sponsors-section {
  display: none;
}
.page-template-page-sponsors .sponsors-wrapper {
  padding-top: 4rem;
}
.page-template-page-sponsors .sponsors {
  align-items: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
}
.page-template-page-sponsors .text-sponsors {
  align-items: center;
}
.page-template-page-sponsors .text-sponsors .text-sponsor {
  max-width: 250px;
}
.page-template-page-sponsors .text-sponsors .text-sponsor p {
  text-align: center;
}
.page-template-page-sponsors .text-sponsors .text-sponsor .img-wrapper {
  padding: 0.875rem;
  margin-bottom: 0.5rem;
}
.page-template-page-sponsors .text-sponsors .text-sponsor img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}
.page-template-page-sponsors .sponsor {
  padding: 0.5rem;
}
.page-template-page-sponsors .sponsor.text-sponsor {
  text-align: center;
  margin: 0;
}
.page-template-page-sponsors .sponsor.tier-1, .page-template-page-sponsors .sponsor.tier-2 {
  width: calc(50% - 4em);
}
.page-template-page-sponsors .sponsor.tier-3 {
  width: calc(33.33333% - 4em);
}
.page-template-page-sponsors .sponsor.tier-1, .page-template-page-sponsors .sponsor.tier-2, .page-template-page-sponsors .sponsor.tier-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-sponsors .sponsor.tier-1:hover, .page-template-page-sponsors .sponsor.tier-2:hover, .page-template-page-sponsors .sponsor.tier-3:hover {
  box-shadow: none;
}
.page-template-page-sponsors .sponsor img {
  max-width: 250px;
}

.news-press .vertical-space {
  padding-top: 0;
}

.media-coverage .stories,
.series-themes .stories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.media-coverage .stories .story,
.series-themes .stories .story {
  background-color: #000000;
  width: 100%;
}
.media-coverage .stories .story a img,
.series-themes .stories .story a img {
  transition: transform 0.2s;
}
.media-coverage .stories .story a:hover img,
.series-themes .stories .story a:hover img {
  transform: scale(1.04);
}
.media-coverage .stories .story .story-image,
.series-themes .stories .story .story-image {
  overflow: hidden;
}
.media-coverage .stories .story .story-content,
.series-themes .stories .story .story-content {
  padding: 1rem;
}
.media-coverage .stories .story .story-content a,
.media-coverage .stories .story .story-content .title,
.series-themes .stories .story .story-content a,
.series-themes .stories .story .story-content .title {
  color: #25cad3;
  font-size: 1.063rem;
  margin: 0;
}
.media-coverage .stories .story .story-content .wysiwyg-wrapper,
.series-themes .stories .story .story-content .wysiwyg-wrapper {
  margin-top: 0.5rem;
}

.film-sponsors {
  margin: 4rem auto;
}
.film-sponsors .sponsors {
  max-width: 1100px;
  margin: 0 auto;
  gap: 2rem;
  align-items: start;
}
.film-sponsors .sponsors .film-sponsor {
  width: calc(50% - 1rem);
}
.film-sponsors .sponsors .film-sponsor img {
  max-width: 200px;
  margin: 0 auto;
  max-height: 115px;
  object-fit: contain;
}

.premier-sponsor {
  min-height: 100px;
  align-content: center;
}

.program-sponsor, .presenting-sponsor {
  min-height: 115px;
  align-content: center;
}

.premier-sponsors {
  max-width: 1100px;
  margin: 2rem auto 1rem auto;
}

.sponsors {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.sponsors .presenting-sponsor img,
.sponsors .program-sponsor img {
  margin: 0 auto;
  max-width: 290px;
  max-height: 115px;
  min-height: 100px;
  height: auto;
  width: auto;
  object-fit: contain;
}
.sponsors .premier-sponsor {
  width: calc(50% - 1rem);
}
.sponsors .premier-sponsor img {
  max-width: 175px;
  margin: 0 auto;
  max-height: 100px;
  object-fit: contain;
}

.sponsor-header {
  text-align: center;
  font-size: 1.25rem;
  margin: 1rem 0 1rem;
}

.label,
.author {
  color: #7b7b7b !important;
  font-size: 0.875rem;
  margin: 0 0 0.3rem 0;
  text-transform: uppercase;
}

.single-films .film-image,
.single-year_round .film-image {
  position: relative;
  transition: opacity 0.25s ease-out;
}
.single-films .film-image img,
.single-year_round .film-image img {
  max-height: 445px;
  object-fit: cover;
}
.single-films .film-image .film-play-btn,
.single-year_round .film-image .film-play-btn {
  cursor: pointer;
  position: absolute;
  width: 30%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-films .film-image .film-video,
.single-year_round .film-image .film-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.single-films .film-image .film-video .video-wrapper,
.single-year_round .film-image .film-video .video-wrapper {
  position: unset;
}
.single-films .film-subtitle,
.single-year_round .film-subtitle {
  font-size: 0.938rem;
  font-family: "gotham-medium";
  border-top: 4px solid #009fdf;
  width: fit-content;
  margin: 0 0 0.225rem 0;
}
.single-films .film-title,
.single-year_round .film-title {
  text-transform: none;
  margin-bottom: 1rem;
}
.single-films .details,
.single-year_round .details {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.single-films .details .date,
.single-films .details .time,
.single-films .details .location,
.single-year_round .details .date,
.single-year_round .details .time,
.single-year_round .details .location {
  width: calc(50% - 1rem);
  padding: 0.75rem 0 0;
}
.single-films .details .date p,
.single-films .details .time p,
.single-films .details .location p,
.single-year_round .details .date p,
.single-year_round .details .time p,
.single-year_round .details .location p {
  margin: 0;
}
.single-films .details .date p.info,
.single-films .details .time p.info,
.single-films .details .location p.info,
.single-year_round .details .date p.info,
.single-year_round .details .time p.info,
.single-year_round .details .location p.info {
  font-family: "gotham-medium";
  font-size: 1rem;
}
.single-films .details .date,
.single-year_round .details .date {
  border-top: 4px solid #25cad3;
}
.single-films .details .time,
.single-year_round .details .time {
  border-top: 4px solid #e57200;
}
.single-films .details .location,
.single-year_round .details .location {
  border-top: 4px solid #fdda24;
}
.single-films .film-summary .content,
.single-year_round .film-summary .content {
  margin-top: 2rem;
}
.single-films .film-summary .film-cat,
.single-year_round .film-summary .film-cat {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.single-films .film-summary .film-cat .button,
.single-year_round .film-summary .film-cat .button {
  border-color: #009fdf;
  padding: 0.5rem;
  font-size: 0.813rem;
  color: #12141b !important;
  background-color: #ffffff;
}
.single-films .film-summary .film-cat .button:hover,
.single-year_round .film-summary .film-cat .button:hover {
  background-color: #009fdf;
}
.single-films .film-info,
.single-year_round .film-info {
  padding-top: 1rem;
}
.single-films .film-info .info-wrapper,
.single-year_round .film-info .info-wrapper {
  border-bottom: 1px solid #cbc6c6;
  padding: 0.5rem 0;
}
.single-films .film-info .label,
.single-year_round .film-info .label {
  text-transform: none;
  color: #404040;
  font-size: 0.938rem;
  margin: 0;
}
.single-films .film-info .label .info,
.single-year_round .film-info .label .info {
  color: #12141b;
  font-size: 0.938rem;
}

.film-sponsor-title {
  color: #d3d3d3;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  text-align: center;
  font-size: 0.938rem;
  text-decoration: none;
}

.alm-filter--title h3 {
  font-size: 1rem;
}

.archive-items,
.ajax-archive .alm-reveal {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.archive-items .archive-item,
.ajax-archive .alm-reveal .archive-item {
  width: calc(50% - 0.5rem);
  background: #ffffff;
  display: block;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  -webkit-transition: top 155ms;
  transition: top 155ms;
  position: relative;
}
.archive-items .archive-item a,
.ajax-archive .alm-reveal .archive-item a {
  text-decoration: none;
}
.archive-items .archive-item:hover,
.ajax-archive .alm-reveal .archive-item:hover {
  box-shadow: none;
}
.archive-items .archive-item .archive-title,
.ajax-archive .alm-reveal .archive-item .archive-title {
  font-family: "gotham-medium";
  text-transform: uppercase;
}
.archive-items .archive-item a:hover,
.ajax-archive .alm-reveal .archive-item a:hover {
  color: #25cad3;
}
.archive-items .archive-item .content-wrapper,
.ajax-archive .alm-reveal .archive-item .content-wrapper {
  padding: 0.875rem;
}
.archive-items .archive-item .content-wrapper p,
.ajax-archive .alm-reveal .archive-item .content-wrapper p {
  margin: 0.275rem 0;
}
.archive-items .archive-item .content-wrapper .archive-tax,
.ajax-archive .alm-reveal .archive-item .content-wrapper .archive-tax {
  font-size: 0.813rem;
  color: #615f5f;
}
.archive-items .archive-item .content-wrapper .archive-tax a,
.ajax-archive .alm-reveal .archive-item .content-wrapper .archive-tax a {
  color: #7b7b7b;
  font-size: 0.875rem;
}

.table-content-list,
#menu-film-menu {
  text-align: center;
  padding: 0 0 2rem 0;
  margin: 0;
  list-style: none;
  display: block !important;
}
.table-content-list li,
#menu-film-menu li {
  display: inline-block;
  border-right: 1px solid #dddddd;
  padding-right: 10px;
  padding-left: 5px;
}
.table-content-list li:last-child,
#menu-film-menu li:last-child {
  border-right: 0;
  padding-right: 0;
}
.table-content-list li.current-menu-item a,
#menu-film-menu li.current-menu-item a {
  text-decoration: underline;
}
.table-content-list a,
#menu-film-menu a {
  font-family: "gotham-medium";
  font-size: 1rem;
  text-decoration: none;
}
.table-content-list a:hover,
#menu-film-menu a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.staff-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.staff-title:first-of-type {
  padding-top: 0;
}

body.page-template-page-speakers .alm-btn-wrap {
  display: none !important;
}

body.page-template-page-staff .staff, body.page-template-page-speakers .staff .alm-listing {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem;
}
body.page-template-page-staff .staff:last-child, body.page-template-page-speakers .staff .alm-listing:last-child {
  margin-bottom: 0;
}
body.page-template-page-staff .staff .person, body.page-template-page-speakers .staff .alm-listing .person {
  max-width: 250px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  -webkit-transition: top 155ms;
  transition: top 155ms;
}
body.page-template-page-staff .staff .person a img, body.page-template-page-speakers .staff .alm-listing .person a img {
  transition: transform 0.2s;
}
body.page-template-page-staff .staff .person a:hover img, body.page-template-page-speakers .staff .alm-listing .person a:hover img {
  transform: scale(1.04);
}
body.page-template-page-staff .staff .person img, body.page-template-page-speakers .staff .alm-listing .person img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
body.page-template-page-staff .staff .person .person-info, body.page-template-page-speakers .staff .alm-listing .person .person-info {
  padding: 0.875rem;
}
body.page-template-page-staff .staff .person .person-info p, body.page-template-page-speakers .staff .alm-listing .person .person-info p {
  margin: 0.2rem;
}

.repeater-blocks a:not(button) {
  text-decoration: none;
  color: #009fdf;
}
.repeater-blocks a:not(button):hover {
  text-decoration: underline;
}
.repeater-blocks .repeater-block {
  padding: 2rem 0;
}
.repeater-blocks .repeater-block:first-child {
  padding-top: 0;
}
.repeater-blocks .vertical-crop {
  max-width: 500px;
  margin: 0 auto;
}
.repeater-blocks .block-button,
.repeater-blocks .button {
  margin-top: 1.5rem;
}
.repeater-blocks .block-button {
  text-transform: uppercase;
  text-decoration: none;
  color: #25cad3;
  font-family: "gotham-medium";
}

.post-sidebar {
  background-color: #19223e;
  padding: 1rem;
}
.post-sidebar h3 {
  color: #ffffff;
}
.post-sidebar p,
.post-sidebar a,
.post-sidebar li,
.post-sidebar span {
  font-size: 0.938rem;
  color: #ffffff;
}
.post-sidebar .inquiries {
  padding-bottom: 1rem;
}
.post-sidebar .recent-posts {
  padding-top: 1rem;
  border-top: 1px solid #12141b;
}
.post-sidebar .recent-posts .recent-post {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 0;
}
.post-sidebar .recent-posts .recent-post img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.post-sidebar .recent-posts .button {
  display: block;
  width: fit-content;
  margin: 1rem auto;
}

.film-speakers {
  padding: 1rem;
  margin: 2rem 0 0 0;
  background-color: #12141b;
}
.film-speakers .speakers-heading {
  margin-bottom: 1rem;
  color: #ffffff;
}
.film-speakers .speakers .speaker {
  display: flex;
  flex-flow: row;
  margin-bottom: 1.5rem;
  gap: 1rem;
  width: 100%;
}
.film-speakers .speakers .speaker p, .film-speakers .speakers .speaker span a, .film-speakers .speakers .speaker li {
  color: #ffffff !important;
}
.film-speakers .speakers .speaker .speaker-image {
  width: 30%;
}
.film-speakers .speakers .speaker .speaker-info {
  width: 70%;
}
.film-speakers .speakers .speaker .speaker-info .name,
.film-speakers .speakers .speaker .speaker-info .name span {
  font-size: 0.875rem;
  margin: 0 0 0.225rem;
  color: #ffffff !important;
}
.film-speakers .speakers .speaker .speaker-info .desc p {
  margin: 0;
  font-size: 0.938rem;
}

.filter-content-toggle .alm-filters {
  margin: 0;
  display: flex;
  flex-flow: column;
}
.filter-content-toggle .alm-filters .alm-filters--controls {
  order: -1;
}
.filter-content-toggle .alm-filters .alm-filters--controls #alm-filters-reset-button {
  background-color: #009fdf;
}
.filter-content-toggle .alm-filters .alm-filters--controls #alm-filters-reset-button span {
  color: #12141b;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.filter-content-toggle .alm-filters .alm-filters--controls #alm-filters-reset-button:hover {
  opacity: 85%;
}

.film-archive-columns .alm-load-more-btn,
.page-id-5900 .alm-load-more-btn {
  display: none !important;
}

.film-schedule-grid .day-picker-wrapper {
  max-width: 1200px;
  width: auto;
  margin: 0 auto 2rem;
}
.film-schedule-grid .day-picker-wrapper .day-picker {
  background-color: #dadada;
  border: 1px solid #12141b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: row wrap;
}
.film-schedule-grid .day-picker-wrapper .day-picker .day {
  padding: 0.5rem 1rem;
}
.film-schedule-grid .day-picker-wrapper .day-picker .day.active .day-grid-link, .film-schedule-grid .day-picker-wrapper .day-picker .day:hover .day-grid-link {
  color: #12141b;
  font-family: "gotham-bold";
  text-decoration: underline;
}
.film-schedule-grid .day-picker-wrapper .day-picker .day .day-grid-link {
  color: #141414;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
}

.time-grid-wrapper {
  display: flex;
  justify-content: center;
}

.film-schedule-grid .time-grid {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  overflow-x: scroll;
  display: flex;
  width: auto;
}
.film-schedule-grid .time-grid .title {
  font-family: "gotham-medium";
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.film-schedule-grid .time-grid .time {
  font-size: 0.875rem;
  margin: 0;
}
.film-schedule-grid .time-grid .grid-item-detail {
  position: absolute;
  z-index: 9999;
  width: 90%;
  padding: 0.5rem;
}
.film-schedule-grid .time-grid .grid-item-detail .button {
  padding: 0.5rem;
  font-size: 0.675rem;
}
.film-schedule-grid .time-grid .grid-item-detail p {
  color: #12141b;
}
.film-schedule-grid .time-grid .grid-item {
  height: 30px;
}
.film-schedule-grid .time-grid .grid-item-th {
  border-left: 1px solid #12141b;
  border-left: 1px solid #d3d3d3;
  height: 80px;
  background-color: #12141b;
  color: #ffffff;
  font-family: "gotham-medium";
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.film-schedule-grid .time-grid .grid-item-time {
  width: 200px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  font-family: "gotham-book";
  font-size: 1rem;
  color: #12141b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.film-schedule-grid .time-grid .grid-item-td {
  position: relative;
}
.film-schedule-grid .time-grid .grid-item-td.no-film {
  border: 1px solid #d3d3d3;
}
.film-schedule-grid .time-grid .grid-item-td.has-film {
  border-right: 0.5px solid #d3d3d3;
  border-left: 0.5px solid #d3d3d3;
}
.film-schedule-grid .time-grid .location-col {
  width: 150px;
}

.wysiwyg-wrapper {
  font-family: "gotham-medium";
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.tax-filmcategory .wysiwyg-wrapper, body.page-template-page-speakers .wysiwyg-wrapper {
  text-align: center;
}

/**************************\
  Start Basic Modal Styles
\**************************/
.micromodal {
  display: none;
}

.micromodal.is-open {
  display: block;
}

.micromodal__overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
}

.micromodal__container {
  box-sizing: border-box;
  overflow-y: auto;
  max-width: 500px;
  max-height: 100vh;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.micromodal__container button {
  position: relative;
  top: -15px;
  left: 100%;
  font-size: 22px;
  font-weight: bold;
}
.micromodal__container img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
}
.micromodal__container .wysiwyg-wrapper {
  text-align: left !important;
}

.micromodal[aria-hidden=false] .micromodal__overlay {
  animation: microModalFadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=false] .micromodal__container {
  animation: microModalSlideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal .micromodal__container,
.micromodal .micromodal__overlay {
  will-change: transform;
}

@keyframes microModalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes microModalSlideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

/**************************\
  End Basic Modal Styles
\**************************/
.festival-dates {
  color: #12141b;
  font-size: 1.65rem;
  line-height: 1.75rem;
  text-align: center;
  max-width: 1250px;
  margin: 0 auto;
  background: #fdda24;
  font-family: "gotham-bold";
}
.festival-dates .festival-dates-inner {
  padding: 0.5rem;
}

.animate-background {
  animation: festivaldateanimate 25s linear infinite;
}

@keyframes festivaldateanimate {
  0% {
    background: #e57200;
  }
  25% {
    background: #ef3f6b;
  }
  50% {
    background: #fdda24;
  }
  75% {
    background: #25cad3;
  }
  100% {
    background: #009fdf;
  }
}
.error404 .error-content {
  border: 6px solid;
  width: 50%;
  margin: 2rem auto;
}

@media screen and (max-width: 35.5em) {
  .home-featured-inner .featured .text-wrapper-overlay .title {
    font-size: 1rem;
  }
  .home-featured-inner .featured .text-wrapper-overlay .subtitle p {
    font-size: 0.876rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .col-sm-12 {
    width: auto;
  }
  .col-sm-6-gap {
    width: calc(50% - 2rem);
  }
  .hide-mobile {
    display: none;
  }
  .home-featured-inner .featured-1, .home-featured-inner .featured-2 {
    margin-bottom: 1rem;
  }
  .filter-toggle {
    border: 1px solid #cccccc;
    padding: 0.225rem;
  }
  .filter-toggle .filter-content-toggle {
    display: none;
    margin-top: 0.5rem;
  }
  .filter-toggle .filter-title-toggle {
    padding: 0.225rem 0;
    font-family: "gotham-medium";
    text-transform: uppercase;
    font-size: 1rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .filter-toggle .alm-filter--link {
    font-size: 0.875rem !important;
  }
  .filter-toggle .alm-filter--title h3 {
    font-size: 0.875rem !important;
  }
  .filter-toggle .alm-filter--title h3:after {
    border-width: 3px !important;
  }
  .hp-news-events .items .item {
    padding: 0.875rem;
  }
  .hp-news-events .items .item .image-wrapper .background {
    width: 100px;
    height: 87px;
  }
  footer .footer-inner {
    flex-flow: column-reverse;
  }
  footer .footer-inner .logos {
    margin: 0 auto;
  }
  .two-column .col-sm-12:nth-child(2) {
    margin-top: 2.5rem;
  }
  .single-films .film-info {
    border-top: 1px solid #CBC6C6;
    margin-top: 1.5rem;
  }
  .film-schedule-grid .time-grid {
    flex-flow: column;
  }
  #schedule-grid-desktop {
    display: none;
  }
  .sponsors.text-sponsors .text-sponsor {
    width: 40%;
  }
  .staff {
    max-width: 100%;
    margin: 0 auto 4rem;
    gap: 1rem;
  }
  .staff .person {
    max-width: 47%;
  }
  .sponsors-col .sponsors-container {
    width: 100%;
  }
  .program-sponsors {
    margin-bottom: 2rem;
  }
  .festival-dates {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}
@media screen and (max-width: 64em) {
  .announcement .desktop {
    display: none;
  }
  .hamburger {
    margin-right: 0.875rem;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
  }
  .hamburger:hover .strip div {
    background: #ffffff;
  }
  .hamburger.active .hamburger-strip div:first-child {
    transform: translateY(13px) rotate(45deg);
  }
  .hamburger.active .hamburger-strip div:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger-strip div:last-child {
    transform: translateY(-13px) rotate(-45deg);
  }
  .hamburger .hamburger-strip {
    transition: all 0.5s ease;
  }
  .hamburger .strip div {
    height: 1.5px;
    background: #ffffff;
    margin: 11px 6px;
    transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 2.2rem;
  }
  header .mobile-utility {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 0.875rem;
  }
  header .close,
  header #search,
  header #desktop-cart {
    display: none;
  }
  header .header-inner {
    position: relative;
    height: 100px;
    justify-content: space-between;
  }
  header .header-logo {
    max-width: 200px;
    padding: 0.875rem 1rem;
  }
  .header-menus {
    display: none;
    position: absolute;
    background-color: #19223e;
    width: 100%;
    top: 100px;
    z-index: 9999;
  }
  .header-menus.active {
    display: flex !important;
    flex-flow: column;
  }
  .header-menus .search-form {
    order: 1;
    padding: 0.875rem;
  }
  .header-menus .top-menu {
    order: 3;
  }
  .header-menus .main-menu {
    order: 2;
  }
  .header-menus .main-menu li {
    border-bottom: 1px solid #12141b;
    position: relative;
  }
  .header-menus .main-menu li a {
    padding: 0.875rem;
    display: block;
  }
  .header-menus .main-menu li .dropdown {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    top: 0.3rem;
    padding: 0.975rem;
  }
  .header-menus .main-menu li.menu-open .sub-menu {
    display: block;
  }
  .header-menus .main-menu li.menu-open .dropdown {
    transform: rotate(180deg);
  }
  .header-menus .main-menu a,
  .header-menus .main-menu span {
    font-family: "gotham-medium";
  }
  .header-menus .main-menu .sub-menu {
    background-color: #12141b;
  }
  .header-menus .main-menu .sub-menu a,
  .header-menus .main-menu .sub-menu span {
    font-size: 0.875rem;
    font-family: "gotham-book";
  }
  header .search-form .form {
    flex-flow: row;
    border-bottom: 2px solid white;
  }
  header .search-form .form .form-input {
    background-color: transparent;
    padding: 0.5rem 0;
    border: 0;
    color: #ffffff;
  }
  header .search-form .form .form-input::placeholder {
    color: #ffffff;
  }
  header .search-form .form .button {
    background-color: transparent;
    padding: 0.5rem 0;
    border: 0;
    margin: 0;
  }
  header .search-form .form .button .search-submit {
    display: none;
  }
  header .search-form .form-header {
    display: none;
  }
  header .utility-nav {
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    justify-content: center;
    padding: 2rem 0.875rem;
  }
  header .utility-nav .desktop-icon {
    display: none;
  }
  header .utility-nav .mobile-icon {
    display: block;
  }
  header .utility-nav li {
    background-color: #e4e4e4;
    padding: 0.575rem 0.25rem 0.5rem;
    width: calc(50% - 2rem);
  }
  header .utility-nav li a,
  header .utility-nav li span {
    text-transform: uppercase;
    color: #12141b !important;
    font-family: "gotham-medium";
  }
  header .utility-nav li:hover {
    opacity: 0.8;
  }
  header .utility-nav #newsletter-button {
    display: none;
  }
  header .newsletter-form {
    padding: 2rem 0.875rem;
    text-align: center;
    border-bottom: 1px solid #12141b;
  }
  header .newsletter-form .title {
    font-size: 1rem;
  }
  header .newsletter-form .button {
    margin: 0 auto;
  }
}
@media screen and (min-width: 64.0625em) {
  .announcement .mobile {
    display: none;
  }
  header {
    padding: 2rem 0.875rem;
  }
  header .utility-nav li a {
    text-transform: none;
  }
  header .utility-nav .mobile-icon {
    display: none;
  }
  header .utility-nav .desktop-icon {
    display: block;
  }
  header .header-inner {
    flex-flow: row;
    justify-content: space-between;
  }
  header .header-inner .header-logo {
    width: 25%;
    max-width: 320px;
  }
  header .header-inner .header-menus {
    display: block !important;
    width: 75%;
  }
  header .header-inner nav ul {
    display: flex;
    gap: 1.5rem;
    flex-flow: row wrap;
    justify-content: right;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: center;
  }
  header .header-inner nav ul .current-menu-item,
  header .header-inner nav ul a:hover {
    text-decoration-color: #009fdf;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }
  header .header-inner .top-menu {
    padding-bottom: 1.5rem;
  }
  header .header-inner .top-menu .link-with-icon,
  header .header-inner .top-menu .link-with-icon span {
    font-size: 0.75rem;
    font-family: "gotham-medium";
  }
  header .header-inner .main-menu {
    display: flex;
    align-items: center;
    justify-content: right;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  header .header-inner .main-menu ul > li {
    position: relative;
  }
  header .header-inner .main-menu ul > li a,
  header .header-inner .main-menu ul > li span {
    font-size: 0.775rem;
    font-family: "gotham-medium";
  }
  header .header-inner .main-menu ul > li.menu-item-has-children:hover .dropdown, header .header-inner .main-menu ul > li.menu-item-has-children:focus-within .dropdown {
    transform: rotate(180deg);
  }
  header .header-inner .main-menu ul > li.menu-item-has-children:hover .sub-menu, header .header-inner .main-menu ul > li.menu-item-has-children:focus-within .sub-menu {
    display: block;
    background-color: #12141b;
    position: absolute;
    padding: 1rem;
    margin-left: -1rem;
    z-index: 1;
    width: 200px;
  }
  header .header-inner .main-menu ul > li.menu-item-has-children:hover .sub-menu a,
  header .header-inner .main-menu ul > li.menu-item-has-children:hover .sub-menu span, header .header-inner .main-menu ul > li.menu-item-has-children:focus-within .sub-menu a,
  header .header-inner .main-menu ul > li.menu-item-has-children:focus-within .sub-menu span {
    font-family: "gotham-book";
  }
  header .sub-menu li {
    padding: 0.5rem 0;
  }
  header .sub-menu li a,
  header .sub-menu li span {
    font-size: 0.813rem;
  }
  .hamburger,
  #mobile-cart {
    display: none;
  }
  #newsletter-toggle:before {
    content: "";
    opacity: 0.86;
    background: rgba(37, 202, 211, 0.82);
    width: 100%;
    height: 100%;
    display: block;
  }
  #newsletter-toggle .form-header .title {
    color: #12141b;
  }
  #newsletter-toggle .button {
    background-color: #12141b;
    color: #ffffff;
    border-color: #12141b;
  }
  .search-form:before {
    content: "";
    opacity: 0.86;
    background-color: #12141b;
    width: 100%;
    height: 100%;
    display: block;
  }
  .search-form .search-icon {
    display: none;
  }
  .search-form,
  #newsletter-toggle {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .search-form.active,
  #newsletter-toggle.active {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
  }
  .search-form button,
  #newsletter-toggle button {
    margin: 0 auto;
  }
  .search-form .full-screen-form,
  #newsletter-toggle .full-screen-form {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  .search-form .full-screen-form .form-input,
  #newsletter-toggle .full-screen-form .form-input {
    box-sizing: border-box;
    width: 600px;
    margin-bottom: 1rem;
  }
  .search-form .full-screen-form .form-header,
  #newsletter-toggle .full-screen-form .form-header {
    width: 600px;
    display: flex;
    flex-flow: row;
  }
  .search-form .full-screen-form .form-header .title,
  #newsletter-toggle .full-screen-form .form-header .title {
    flex-grow: 1;
    text-align: center;
    font-size: 1.375rem;
  }
  .search-form .full-screen-form .form-header .button,
  #newsletter-toggle .full-screen-form .form-header .button {
    margin: 0 auto;
  }
  #search {
    margin-left: 1.5rem;
  }
  #search:after {
    content: "";
    background-image: url("../images/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666%;
  }
  p,
  a,
  ul,
  li,
  span,
  input {
    font-size: 0.938rem;
  }
  .vertical-space-top {
    padding: 4rem 0 0 0;
  }
  .flex-responsive {
    flex-flow: row;
  }
  .reverse-row-desktop {
    flex-flow: row-reverse !important;
  }
  .hide-desktop, #schedule-grid-mobile {
    display: none;
  }
  .home-featured-inner {
    flex-flow: row;
  }
  .home-featured-inner .home-featured-inner-left {
    width: 65%;
  }
  .home-featured-inner .home-featured-inner-right {
    width: 35%;
    display: flex;
    flex-flow: column;
  }
  .home-featured-inner .featured-2,
  .home-featured-inner .featured-3 {
    height: 50%;
  }
  .home-featured-inner .featured-2 img,
  .home-featured-inner .featured-3 img {
    height: 100%;
    object-fit: cover;
  }
  .filter-content-toggle {
    display: block !important;
  }
  .filter-title-toggle {
    display: none;
  }
  .hp-news-events .items .item .content-wrapper {
    flex-flow: row;
    justify-content: space-between;
    padding: 0.875rem;
  }
  .footer .footer-inner .footer-left {
    padding: 4rem 0.875rem 4rem 0.875rem;
  }
  .footer .footer-inner .footer-left p,
  .footer .footer-inner .footer-left a {
    font-size: 1rem;
  }
  .footer .footer-inner .footer-left .footer-left-inner {
    max-width: 600px;
    margin-left: auto;
  }
  .footer .footer-inner .footer-right {
    padding: 4rem;
  }
  .footer .footer-inner .footer-right .footer-right-inner {
    max-width: 485px;
  }
  .footer .footer-inner .footer-right .footer-right-inner .footer-nav ul {
    flex-flow: row wrap;
  }
  .footer .footer-inner .footer-right .footer-right-inner .footer-nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 4rem);
  }
  .search-filter .alm-filter--inner {
    display: block !important;
  }
  .search-filter .alm-filter--toggle:after {
    display: none !important;
  }
  .film-sponsors .sponsors .film-sponsor {
    width: calc(33.3333% - 3rem);
  }
  .sponsors-section .sponsors .premier-sponsor {
    width: calc(25% - 1.5rem);
  }
  .sponsor-header {
    font-size: 1.25rem;
  }
  .media-coverage .stories .story {
    width: calc(50% - 1em);
  }
  .series-themes .stories .story {
    width: calc(33.333% - 1.35rem);
  }
  .repeater-blocks .repeater-block {
    padding: 4rem 0;
  }
  .repeater-blocks .repeater-block:nth-child(even) {
    background-color: #19223e;
  }
  .repeater-blocks .repeater-block:nth-child(even) .button {
    color: #12141b !important;
  }
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive {
    flex-flow: row-reverse;
  }
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive h1,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive h2,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive h3,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive h4,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive h5,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive h6,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive p,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive ul,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive li,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive span,
  .repeater-blocks .repeater-block:nth-child(even) .flex-responsive input {
    color: #ffffff;
  }
  .two-column .wysiwyg-wrapper,
  .two-column .title {
    padding-right: 2rem;
  }
  .staff .person {
    width: calc(33.333% - 2rem);
  }
  .sponsors-page .sponsor.tier-1, .sponsors-page .sponsor.tier-2 {
    width: calc(33.3333% - 4em);
  }
  .sponsors-page .sponsor.tier-3 {
    width: calc(20% - 4em);
  }
}
@media screen and (min-width: 48em) and (max-width: 84.375em) {
  .home-featured-inner .featured-2 .title,
  .home-featured-inner .featured-3 .title {
    font-size: 1.1rem;
  }
  .archive-items .archive-item,
  .ajax-archive .alm-reveal .archive-item {
    width: calc(33.3333% - 0.9rem);
  }
  .series-themes .stories .story {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 84.4375em) {
  header .header-inner .main-menu ul > li a a,
  header .header-inner .main-menu ul > li a span,
  header .header-inner .main-menu ul > li a,
  header .header-inner .main-menu ul > li span {
    font-size: 0.938rem;
  }
  .footer .footer-newsletter-form .title {
    font-size: 1.313rem;
  }
  .footer .form {
    flex-flow: row;
  }
  .footer .footer-inner .footer-right .title {
    font-size: 3rem;
  }
  .footer .footer-inner .footer-left {
    padding: 4rem 4rem 4rem 0.875rem;
  }
  .home-featured-inner .subtitle p {
    font-size: 1.25rem;
  }
  .home-featured-inner .featured-1 .title {
    font-size: 2.25rem;
  }
  .home-featured-inner .featured-2 .title,
  .home-featured-inner .featured-3 .title {
    font-size: 1.5rem;
  }
  .image-text .image-caption {
    font-size: 1.875rem;
  }
  .hp-news-events .items .item .content-wrapper .location .title {
    font-size: 1.25rem;
  }
  .hp-news-events .items .item .content-wrapper .location .location-label {
    font-size: 1rem;
  }
  .hp-news-events .items .item .content-wrapper .title {
    font-size: 1.5rem;
  }
  .hp-news-events .items .item .content-wrapper .date {
    font-size: 1rem;
  }
  .single-films .details .date p.info,
  .single-films .details .time p.info,
  .single-films .details .location p.info, .single-year_round .details .date p.info,
  .single-year_round .details .time p.info,
  .single-year_round .details .location p.info {
    font-size: 1rem;
  }
  .single-films .film-info .info, .single-year_round .film-info .info {
    font-size: 1.125rem;
  }
  .archive-items .archive-item,
  .ajax-archive .alm-reveal .archive-item {
    width: calc(25% - 0.9rem);
  }
}
