@media screen and (max-width:760px) {
  .-hide-bp-sm {
    display: none!important;
  }
}

@media screen and (min-width:761px) {
  .-show-bp-sm {
    display: none!important;
  }
}

@media screen and (max-width:1080px) {
  .-hide-bp-md {
    display: none!important;
  }
}

@media screen and (min-width:1081px) {
  .-show-bp-md {
    display: none!important;
  }
}

:root,
html {
  --theme-font-primary: Barlow Semi Condensed, -apple-system, \.SFNSText-Regular, San Francisco, Oxygen, Ubuntu, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  --theme-primary: #524fa1;      /*  Cinéfest 2023 Purple */
  --theme-secondary: #a6ce39;    /*  Cinéfest 2023 Green */
  --theme-tertiary: #ef422f;     /*  Cinéfest 2022 Red  */
  --theme-quaternary: #791921;   /*  Cinéfest 2021 Burgundy  */
  --theme-bg-primary: linear-gradient(180deg, #791921 0%, #5f0b12 100%);    /* Cinéfest 2022 Burgundy gradient  */
  font-size: 16px;
}

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

main {
  max-width: 100%;
  height: 100%;
}

.wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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

button,
input {
  outline: 0;
}

select {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width:760px) {
  .btn-primary:after {
    position: absolute;
    top: -.5em;
    right: -.5em;
    bottom: -.5em;
    left: -.5em;
    content: " "
  }
}

.btn-primary .icon {
  width: 1.25rem
}

.btn-primary:focus,
.btn-primary:hover {
  color: #fff
}

.btn-secondary {
  position: relative;
  display: inline-block;
  height: 2.85em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: .2rem;
  border: 2px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  line-height: 2.6em;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  transition: .15s ease;
  background-color: #fff;
  color: #012030
}

@media screen and (max-width:760px) {
  .btn-secondary:after {
    position: absolute;
    top: -.5em;
    right: -.5em;
    bottom: -.5em;
    left: -.5em;
    content: " "
  }
}

.btn-secondary .icon {
  width: 1.25rem
}

.btn-secondary:focus,
.btn-secondary:hover {
  color: #012030
}

.btn-tertiary {
  position: relative;
  display: inline-block;
  height: 2.85em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: .2rem;
  border-color: transparent;
  white-space: nowrap;
  text-decoration: none;
  line-height: 2.6em;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  transition: .15s ease;
  color: #5d9ea0;
  border: 2px solid transparent
}

@media screen and (max-width:760px) {
  .btn-tertiary:after {
    position: absolute;
    top: -.5em;
    right: -.5em;
    bottom: -.5em;
    left: -.5em;
    content: " "
  }
}

.btn-tertiary .icon {
  width: 1.25rem
}

.btn-tertiary:focus,
.btn-tertiary:hover {
  color: #012030
}

.btn-u-lg {
  font-size: 1.25em
}

.btn-u-block {
  display: block;
  width: 100%
}

.input-group {
  position: relative;
  width: 100%;
  color: black;
}

@media screen and (min-width:761px) {
  .input-group+.input-group,
  .input-group+.input-group-split,
  .input-group-split+.input-group,
  .input-group-split+.input-group-split {
    margin-top: .75em
  }
}

.input-group-split {
  position: relative;
  width: 100%;
  color: black;
}

@media screen and (min-width:761px) {
  .input-group-split input {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: calc(50% - .365em);
    margin: 0
  }
}

@media screen and (max-width:760px) {
  .input-group-split input {
    min-width: 100%
  }
}

.input-label {
  display: inline-block;
  margin-bottom: .65em;
  line-height: 1;
  font-weight: 700;
  font-size: .85em;
  color: #292929
}

.icon {
  fill: currentColor;
  width: 1.5em;
  height: 1.5em;
  vertical-align: bottom
}

.icon svg,
img {
  max-width: 100%
}

img {
  vertical-align: bottom
}

.input-text {
  font-size: 1em;
  border: 1px solid #a9a9a9;
  border-radius: .2rem;
  width: 100%;
  height: 2.85em;
  margin: 0 auto;
  padding: .35em .75em;
  line-height: 1.5;
  background-color: #fff;
  transition: .15s
}

@media screen and (max-width:760px) {
  .input-text {
    margin-bottom: 1em
  }
}

.input-text:focus {
  outline: 0;
  border-color: #012030
}

.input-select {
  font-size: 1em;
  border: 1px solid #a9a9a9;
  border-radius: .2rem;
  width: 100%;
  height: 2.85em;
  margin: 0 auto;
  padding: .35em .75em;
  line-height: 1.5;
  background-color: #fff;
  transition: .15s
}

@media screen and (max-width:760px) {
  .input-select {
    margin-bottom: 1em
  }
}

.input-select:focus {
  outline: 0;
  border-color: #012030
}

.input-group.-has-select:after {
  content: "";
  content: " ";
  width: 0;
  height: 0;
  border-left: .35em solid transparent;
  border-right: .35em solid transparent;
  border-top: .35em solid #346377;
  position: absolute;
  bottom: .85rem;
  right: 1rem
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

td,
th,
thead {
  text-align: left
}

td,
th {
  min-width: 8rem;
  padding: .85em 1em;
  border-bottom: 1px solid #a9a9a9
}

td:first-child,
th:first-child {
  padding-left: 0
}

td:last-child,
th:last-child {
  padding-right: 0
}

.no-wrap {
  white-space: nowrap
}

.table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto
}

@media screen and (max-width:760px) {
  :root,
  html {
    font-size: 15px
  }
}

@media screen and (min-width:761px) {
  :root,
  html {
    font-size: 16px
  }
}

/*@media screen and (min-width:1260px) {*/
/*    :root,*/
/*    html {*/
/*        font-size: 19px*/
/*    }*/
/*}*/

body,
button,
input,
optgroup,
select,
textarea {
  font-family: Barlow Semi Condensed, -apple-system, \.SFNSText-Regular, San Francisco, Oxygen, Ubuntu, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif
}

body {
  color: #292929;
  line-height: 1.5;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 1em
}

h1 {
  font-size: 3.2rem;
  line-height: 1.2
}

h1,
h2 {
  font-weight: 900;
  letter-spacing: .075em
}

h2 {
  font-size: 2.5rem;
  line-height: 1.25
}

h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.3
}

h3,
h4 {
  font-weight: 900;
  letter-spacing: .075em
}

h4 {
  font-size: 1rem;
  line-height: 1.35
}

h5 {
  font-size: 1.2rem;
  font-weight: 400
}

h5,
p {
  line-height: 1.5
}

p {
  font-size: 1.2rem
}

code {
  background-color: #efefef
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-light {
  color: #fff
}

.text-medium {
  color: #346377
}

.text-dark {
  color: #292929
}

a {
  color: currentColor;
  text-decoration: none
}

.callout-box-small {
  padding: 2em 1.5em;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  max-width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900
}

@media screen and (min-width:1024px) {
  .callout-box-small {
    max-width: 360px
  }
}

.callout-box-small .callout-message {
  font-size: 1.2em
}

.callout-box-large {
  padding: 2em 1.5em;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  max-width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  width: 100%;
  height: 420px
}

@media screen and (min-width:761px) {
  .callout-box-desktop {
    margin-top: -135px;
  }
}



@media screen and (min-width:761px) {
  .callout-box-large {
    max-width: calc(50% - .75em);
    flex-basis: calc(50% - 0.75em)
  }
}

@media screen and (max-width:760px) {
  .callout-box-large {
    margin-bottom: 1em
  }
}

.callout-box-large .callout-message {
  font-size: 2em
}

.card {
  position: relative;
  background-color: #fff;
  border-radius: .2rem;
  box-shadow: 1px 2px 4px 0 rgba(1, 32, 48, .2)
}

.counter {
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 100%;
  border: 5px solid #fff
}

@media screen and (min-width:761px) {
  .counter {
    min-width: 360px;
    padding-left: 3.5em;
    padding-right: 3.5em
  }
}

@media screen and (max-width:1024px) {
  .counter {
    order: -1;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em
  }
}

.counter-timer {
  font-size: 3em;
  font-weight: 900
}

.counter-timer small {
  display: block;
  font-size: 14px;
  font-weight: 400
}

.counter-time {
  display: inline-block;
  vertical-align: top;
  text-align: center
}

@media screen and (max-width:760px) {
  .hero {
    min-height: 650px
  }
}

@media screen and (min-width:761px) {
  .hero {
    min-height: 680px;
    margin-top: 5em;
    padding-top: 5em;
    padding-bottom: 5em
  }
}

@media screen and (min-width:1024px) {
  .hero {
    min-height: 800px
  }
}

@media screen and (min-width:1260px) {
  .hero {
    min-height: 860px
  }
}

@media screen and (max-width:760px) {
  .hero-content {
    padding-top: 16em
  }
}

@media screen and (max-width:520px) {
  .hero-content {
    padding-top: 8.5em
  }
}



.hero h1 {
  margin: 0;
  font-weight: 900;
  text-shadow: 1px 4px 4px rgba(1, 32, 48, .5)
}

@media screen and (min-width:761px) {
  .hero h1 {
    font-size: 4em
  }
}

@media screen and (max-width:760px) {
  .hero h1 {
    font-size: 2.75em
  }
}

@media screen and (max-width:520px) {
  .hero h1 {
    font-size: 2em
  }
}

.media-object {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  height: 600px
}

.media-object-wide {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden
}

.media-object+.media-object {
  margin-left: 2.5em
}

.media-object-cover,
.media-object-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.media-object-cover {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  background-color: rgba(41, 41, 41, .75)
}

@media screen and (min-width:761px) {
  .media-object-cover {
    padding-left: 2em;
    padding-right: 2em;
    max-width: 380px
  }
}

@media screen and (max-width:760px) {
  .media-object-cover {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3em;
    text-align: center
  }
}

.media-object-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  background-color: hsla(0, 0%, 66%, .75)
}

.media-object-list-prompt {
  position: absolute;
  right: 0;
  top: calc(50% - 1.125em);
  width: 2.25em;
  transform: rotate(-90deg)
}

.dropdown-menu-wrapper {
  position: relative
}

.dropdown-menu {
  position: relative;
  background-color: #fff;
  border-radius: .2rem;
  box-shadow: 1px 2px 4px 0 rgba(1, 32, 48, .2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  padding-left: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: .5em;
  margin-bottom: .5em;
  text-align: left;
  box-shadow: 1px 3px 12px 0 rgba(1, 32, 48, .2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6%);
  transform-origin: bottom right;
  transition: .2s ease
}

.dropdown-menu.-is-active,
.dropdown-menu.-menu-left.-is-active,
.dropdown-menu.-menu-top.-is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.dropdown-menu.-menu-left {
  left: auto;
  right: 0
}

.dropdown-menu.-menu-top {
  transform: translateY(6%);
  top: auto;
  bottom: 100%
}

.dropdown-menu-item {
  display: block;
  margin-left: 0;
  padding: 1em 1.5em;
  font-size: .85em;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer
}

.dropdown-menu-item:hover {
  background: linear-gradient(-45deg, #5d9ea0, #346377);
  color: #fff
}

@media screen and (min-width: 761px) {
  .top-bar {
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--theme-primary);
  }

  .top-bar__socials .icon {
    padding: 4px 2px 2px;
  }

  .top-bar span:not(.top-bar__socials) {
    pointer-events: none;
  }

  .top-bar span {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 760px) {
  .top-bar {
    display: none;
  }
}

.main-header {
  width: 100%
}

.main-header-nav {
  width: 100%;
  position: fixed;
  top: 30px;
  bottom: auto;
  left: 0;
  z-index: 1000;
  font-size: .85em;
  background-color: #000;
}

/*Styling tweaks for logged-in users*/
.user-logged-in .main-header-nav {
  top: 83px;
}
.user-logged-in .top-bar {
  top: 53px;
}

@media screen and (min-width:761px) {
  .main-header-nav {
    min-height: 80px;
  }
}
@media screen and (max-width:760px) {

  .user-logged-in .main-header-nav {
    top: auto;
  }
  .main-header-nav {
    position: fixed;
    top: auto;
    bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    background-color: #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 0.5px solid white;
  }

  .main-header-nav {
    display: none; /*temporary*/
  }
}


.main-header-nav>.row {
  justify-content: flex-start;
}

.main-header-nav>.row a {
  text-align: center;
  margin-right: 1rem;
}

.main-header-nav-item {
  position: relative;
  display: inline-block;
  padding-top: .65em;
  padding-bottom: .65em;
  font-weight: 700;
  color: #fff
}

@media screen and (min-width:761px) {
  .main-header-nav-item {
    margin-left: 2em
  }
}

@media screen and (max-width:760px) {
  .main-header-nav-item {
    text-align: center
  }
  .main-header-nav-item .icon {
    margin-left: auto;
    margin-right: auto
  }
}

.main-header-logo {
  position: relative;
  margin-right: auto
}

@media screen and (max-width:760px) {
  .main-header-logo {
    display: none
  }
}

.main-header-logo img {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 120px;
  height: auto!important;
  transition: width .35s ease
}

.main-header-logo.-is-at-top img {
  width: 90px
}

.mini-help-desk {
  width: 120px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -60px;
  transition: all 0.3s ease-out;
}

img.-is-at-top {
  width: 50px;
  margin-left: -25px;
}

.nav-item {
  display: block;
  margin-bottom: .5em;
  font-weight: 700
}


.mobile-header-logo {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3em
}

@media screen and (min-width:761px) {
  .mobile-header-logo {
    display: none
  }
}

@media screen and (max-width:520px) {
  .mobile-header-logo {
    margin-top: -6.5em;
    margin-bottom: 6.5em
  }
}

.schedule {
  max-width: 100%
}

@media screen and (min-width:1024px) {
  .schedule {
    width: 260px
  }
}

@media screen and (max-width:1024px) {
  .schedule {
    margin-bottom: 1em
  }
}

.schedule-heading {
  padding-top: .25em;
  padding-bottom: .25em;
  margin: 0;
  background-color: #346377;
  color: #fff;
  text-align: center
}

.schedule-item {
  padding: .5em 1em;
  margin-bottom: .5em;
  background-color: #b0c9dc
}

.schedule-item-date {
  font-weight: 700;
  text-transform: uppercase
}

.schedule-item-note {
  margin: 0
}

.container-xl {
  max-width: 1880px
}

.container-lg,
.container-xl {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em
}

.container-lg {
  max-width: 1260px
}

.container {
  width: 100%;
  max-width: 1024px
}

@media screen and (max-width:1024px) {
  .container {
    padding-left: 1em;
    padding-right: 1em
  }
}

.container-sm {
  width: 100%;
  max-width: 760px
}

@media screen and (max-width:760px) {
  .container-sm {
    padding-left: 1em;
    padding-right: 1em
  }
}

.container-xs {
  width: 100%;
  max-width: 520px;
  padding-left: 1em;
  padding-right: 1em
}

.container-overflow {
  position: relative;
  overflow-x: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1.5em
}

@media screen and (min-width:1025px) {
  .container-overflow {
    padding-left: calc((100vw - 1024px) / 2);
    padding-right: calc((100vw - 1024px) / 2)
  }
}

.row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end
}

.row-center {
  justify-content: center
}

.row-between {
  justify-content: space-between
}

.row-around {
  justify-content: space-around
}

.row-nowrap {
  flex-flow: row nowrap
}

.col {
  flex: 1;
  display: block;
  width: 100%
}

.col-top {
  align-self: flex-start
}

.col-bottom {
  align-self: flex-end
}

.col-center {
  align-self: center
}

.col-10 {
  flex: 0 0 10%
}

.col-20 {
  flex: 0 0 20%
}

.col-25 {
  flex: 0 0 25%
}

.col-30 {
  flex: 0 0 30%;
  max-width: 30%
}

.col-33 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%
}

.col-40 {
  flex: 0 0 40%
}

.col-50 {
  flex: 0 0 50%
}

.col-60 {
  flex: 0 0 60%
}

.col-66 {
  flex: 0 0 66.6666%
}

.col-70 {
  flex: 0 0 70%
}

.col-75 {
  flex: 0 0 75%
}

.col-80 {
  flex: 0 0 80%
}

.col-90 {
  flex: 0 0 90%
}

.row-gutters {
  justify-content: space-between
}

.row-gutters>.col-10 {
  flex: 0 0 calc(10% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-20 {
  flex: 0 0 calc(20% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-25 {
  flex: 0 0 calc(25% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-30 {
  flex: 0 0 calc(30% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-33 {
  flex: 0 0 calc(33.33% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-40 {
  flex: 0 0 calc(40% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-50 {
  flex: 0 0 calc(50% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-60 {
  flex: 0 0 calc(60% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-66 {
  flex: 0 0 calc(66.66% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-70 {
  flex: 0 0 calc(70% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-75 {
  flex: 0 0 calc(75% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-80 {
  flex: 0 0 calc(80% - 0.5em);
  margin-bottom: 1em
}

.row-gutters>.col-90 {
  flex: 0 0 calc(90% - 0.5em);
  margin-bottom: 1em
}

@media (max-width:760px) {
  .responsive-sm {
    flex-direction: column;
    align-items: center
  }
  .responsive-sm .col,
  .responsive-sm .col-10,
  .responsive-sm .col-20,
  .responsive-sm .col-25,
  .responsive-sm .col-30,
  .responsive-sm .col-33,
  .responsive-sm .col-40,
  .responsive-sm .col-50,
  .responsive-sm .col-60,
  .responsive-sm .col-66,
  .responsive-sm .col-67,
  .responsive-sm .col-75,
  .responsive-sm .col-80,
  .responsive-sm .col-90 {
    flex: 1;
    margin-bottom: 1.5rem;
    margin-left: 0;
    max-width: 100%;
    width: 100%
  }
}

@media (max-width:1024px) {
  .responsive-md {
    flex-direction: column;
    align-items: center
  }
  .responsive-md .col,
  .responsive-md .col-10,
  .responsive-md .col-20,
  .responsive-md .col-25,
  .responsive-md .col-30,
  .responsive-md .col-33,
  .responsive-md .col-40,
  .responsive-md .col-50,
  .responsive-md .col-60,
  .responsive-md .col-66,
  .responsive-md .col-67,
  .responsive-md .col-75,
  .responsive-md .col-80,
  .responsive-md .col-90 {
    flex: 1;
    margin-bottom: 1.5rem;
    margin-left: 0;
    max-width: 100%;
    width: 100%
  }
}

@media (max-width:1260px) {
  .responsive-lg {
    flex-direction: column;
    align-items: center
  }
  .responsive-lg .col,
  .responsive-lg .col-10,
  .responsive-lg .col-20,
  .responsive-lg .col-25,
  .responsive-lg .col-30,
  .responsive-lg .col-33,
  .responsive-lg .col-40,
  .responsive-lg .col-50,
  .responsive-lg .col-60,
  .responsive-lg .col-66,
  .responsive-lg .col-67,
  .responsive-lg .col-75,
  .responsive-lg .col-80,
  .responsive-lg .col-90 {
    flex: 1;
    margin-bottom: 1.5rem;
    margin-left: 0;
    max-width: 100%;
    width: 100%
  }
}

.pos-center {
  margin-left: auto
}

.pos-center,
.pos-l {
  margin-right: auto
}

.pos-r {
  margin-left: auto
}

.pos-b {
  margin-top: auto
}

.pos-t {
  margin-bottom: auto
}

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

.align-end {
  align-items: flex-end;
  align-self: flex-end
}

.align-start {
  align-items: flex-start;
  align-self: flex-start
}

.align-stretch {
  align-items: stretch
}

.fl-l {
  float: left
}

.fl-r {
  float: right
}

.d-ib {
  display: inline-block
}

.d-b {
  display: block
}

.section {
  padding-top: 4em;
  padding-bottom: 4em
}

.section-lg {
  min-height: 500px;
  min-height: 100vh
}

.pad-xs {
  padding: .25rem
}

.pad-sm {
  padding: .5rem
}

.pad {
  padding: 1rem
}

.pad-lg {
  padding: 3rem
}

.pad-xl {
  padding: 6rem
}

.pad-v-xs {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.pad-v-sm {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.pad-v {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.pad-v-md {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad-v-lg {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.pad-v-xl {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.pad-h-xs {
  padding-left: .25rem;
  padding-right: .25rem
}

.pad-h-sm {
  padding-left: .5rem;
  padding-right: .5rem
}

.pad-h {
  padding-left: 1rem;
  padding-right: 1rem
}

.pad-h-lg {
  padding-left: 3rem;
  padding-right: 3rem
}

.pad-h-xl {
  padding-left: 6rem;
  padding-right: 6rem
}

.pad-b-xs {
  padding-bottom: .25rem
}

.pad-b-sm {
  padding-bottom: .5rem
}

.pad-b {
  padding-bottom: 1rem
}

.pad-b-lg {
  padding-bottom: 3rem
}

.pad-b-xl {
  padding-bottom: 6rem
}

.pad-t-xs {
  padding-top: .25rem
}

.pad-t-sm {
  padding-top: .5rem
}

.pad-t {
  padding-top: 1rem
}

.pad-t-lg {
  padding-top: 3rem
}

.pad-t-xl {
  padding-top: 6rem
}

.pad-l-xs {
  padding-left: .25rem
}

.pad-l-sm {
  padding-left: .5rem
}

.pad-l {
  padding-left: 1rem
}

.pad-l-lg {
  padding-left: 3rem
}

.pad-l-xl {
  padding-left: 6rem
}

.pad-r-xs {
  padding-right: .25rem
}

.pad-r-sm {
  padding-right: .5rem
}

.pad-r {
  padding-right: 1rem
}

.pad-r-lg {
  padding-right: 3rem
}

.pad-r-xl {
  padding-right: 6rem
}

.mar-xs {
  margin: .25rem
}

.mar-sm {
  margin: .5rem
}

.mar {
  margin: 1rem
}

.mar-lg {
  margin: 3rem
}

.mar-xl {
  margin: 6rem
}

.mar-v-xs {
  margin-top: .25rem;
  margin-bottom: .25rem
}

.mar-v-sm {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.mar-v {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.mar-v-lg {
  margin-top: 3rem;
  margin-bottom: 3rem
}

.mar-v-xl {
  margin-top: 6rem;
  margin-bottom: 6rem
}

.mar-h-xs {
  margin-left: .25rem;
  margin-right: .25rem
}

.mar-h-sm {
  margin-left: .5rem;
  margin-right: .5rem
}

.mar-h {
  margin-left: 1rem;
  margin-right: 1rem
}

.mar-h-lg {
  margin-left: 3rem;
  margin-right: 3rem
}

.mar-h-xl {
  margin-left: 6rem;
  margin-right: 6rem
}

.mar-t-xs {
  margin-top: .25rem
}

.mar-t-sm {
  margin-top: .5rem
}

.mar-t {
  margin-top: 1rem
}

.mar-t-lg {
  margin-top: 3rem
}

.mar-t-xl {
  margin-top: 6rem
}

.mar-b-xs {
  margin-bottom: .25rem
}

.mar-b-sm {
  margin-bottom: .5rem
}

.mar-b {
  margin-bottom: 1rem
}

.mar-b-lg {
  margin-bottom: 3rem
}

.mar-b-xl {
  margin-bottom: 6rem
}

.mar-l-xs {
  margin-left: .25rem
}

.mar-l-sm {
  margin-left: .5rem
}

.mar-l {
  margin-left: 1rem
}

.mar-l-lg {
  margin-left: 3rem
}

.mar-l-xl {
  margin-left: 6rem
}

.mar-r-xs {
  margin-right: .25rem
}

.mar-r-sm {
  margin-right: .5rem
}

.mar-r {
  margin-right: 1rem
}

.mar-r-lg {
  margin-right: 3rem
}

.mar-r-xl {
  margin-right: 6rem
}

/* @TODO set these theme color/gradient values to CSS variables */
.theme-bg-primary {
  background: linear-gradient(180deg, #791921 0%, #5f0b12 100%);
}

.theme-bg-secondary {
  background-color: #8eb3ce
}

.theme-bg-gray {
  background-color: #262f37;
}

.theme-bg-medium {
  background-color: #346377
}

.theme-bg-dark {
  background-color: #000; /* @TODO: CSS Variable */
}

@media screen and (min-width:761px) {
  .theme-bg-hero {
    background: url(../img/cinef2020-lobby-background.jpg) no-repeat top/cover
  }
}

@media screen and (max-width:760px) {
  .theme-bg-hero {
    /*         background: url(../img/bg-cinefest-mobile.jpg) no-repeat 50%/cover */
    background: url(../img/cinef2020-lobby-background.jpg) no-repeat top/cover
  }
}






/* Left Rail */

/*** LEFT RAIL NAV PANEL ***/

.more-button {
  cursor: pointer;
}

.nav-container {
  position: fixed;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  z-index: 1020;
  transition: all 0.2s;
  animation-timing-function: snap;
}

.nav-container.pinned {
  box-shadow: 0 2px 0 0 rgba(35,31,32,.25);
}

.nav-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}



@media screen and (max-width:760px) {
  .nav-frame {
    width: 100%;
  }
}


/* END Left Rail */


/* Sponsor Logos */
.logo-list {
  width: 100%;
  box-sizing: content-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.logo-list-image {
  max-width: 300px;
  margin: 30px;
  padding: 10px;
  /* height: 100%; include this if you don't plan to use align-items: center */
  min-width: 0;
}

.image-override img {
  width: 100%;
}


/* Other Pages */

.default-content {
  margin-left: auto;
  margin-right: auto;
}

.default-content a {
  color: var(--theme-primary);
  font-weight: bold;
}

@media screen and (min-width: 761px) {
  #block-tnb19-content {
    padding-top: 128px;
    padding-bottom: 40px;
  }
}

.info-box {
  float: right;
  width: 300px;
  padding: 20px;
  padding-left: 50px;
  background-color: #202224; /* @TODO: CSS Variable */
  color: white;
  font-weight: bold;
  margin: 120px 0px 20px 50px;
}

.info-box li {
  font-size: 17px !important;
}

.info-box ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

.info-box ul.menu a.is-active {
  color: white;
}

.active-link,
.is-active {
  border-bottom: 3px solid cyan;
}

.important-note {
  color: var(--theme-tertiary);
  font-weight: bold;
}

@media screen and (max-width:760px) {
  .user-logged-in .default-content {
    margin-top: 0px;
  }

  .default-content {
    margin-top: 0px;
  }

  .info-box {
    clear: both;
    width: 100%;
    margin: 0 0px 20px 50px;
  }

}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  min-width: 0 !important;
}

/* DRUPAL-Related Stylings */
nav.tabs {
  position: fixed;
  background-color: black;
  color: white;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}

.toolbar-bar {
  z-index: 99999999999 !important;
}

@media screen and (max-width:760px) {
  nav.tabs {
    bottom: 60px;
  }
}

nav.tabs a:hover {
  background-color: rgba(54, 50, 50, 1);
}

nav.tabs .is-active {
  color: rgba(54, 50, 50, 1);
}

/* Webform */
@media screen and (max-width:760px) {
  .webform-submission-form input {
    max-width: 250px;
    display: block;
  }
}

.center-children {
  display: flex;
  justify-content: center;
  align-items: center;
}


/**** Digital Lobby *****/

.marquee-text {
  font-family: Barlow Semi Condensed;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marquee-header {
  font-size: 32px;
  line-height: 35px;
}


@media screen and (max-width:760px) {
  .marquee-header--pos {
    transform: translate(220px,250px) scale(2,2);
    -ms-transform: translate(220px,250px) scale(2,2); /* IE 9 */
    -webkit-transform: translate(220px,250px) scale(2,2); /* Safari and Chrome */
    -o-transform: translate(220px,250px) scale(2,2); /* Opera */
    -moz-transform: translate(220px,250px) scale(2,2); /* Firefox */
  }
  .button--back-to-lobby {
    transform: translate(430px,35px) scale(2,2);
    -ms-transform: translate(430px,35px) scale(2,2); /* IE 9 */
    -webkit-transform: translate(430px,35px) scale(2,2); /* Safari and Chrome */
    -o-transform: translate(430px,35px) scale(2,2); /* Opera */
    -moz-transform: translate(430px,35px) scale(2,2); /* Firefox */
  }
  .page--eventive .marquee-header--pos {
    transform: translate(0px,188px) scale(2,2);
    -ms-transform: translate(0px,188px) scale(2,2); /* IE 9 */
    -webkit-transform: translate(-800px,288px) scale(2,2); /* Safari and Chrome */
    -o-transform: translate(0px,188px) scale(2,2); /* Opera */
    -moz-transform: translate(0px,188px) scale(2,2); /* Firefox */
    font-size: 4rem;
  }
  .page--eventive .logo--pos {
    height: 100px;
  }
}

@media screen and (min-width:760px) {
  .marquee-header--pos {
    transform: translate(406px, 88px) scale(1, 1);
    -ms-transform: translate(406px, 188px) scale(1, 1); /* IE 9 */
    -webkit-transform: translate(406px, 88px) scale(1, 1); /* Safari and Chrome */
    -o-transform: translate(406px, 188px) scale(1, 1); /* Opera */
    -moz-transform: translate(406px, 188px) scale(1, 1); /* Firefox */
  }
  .button--back-to-lobby {
    transform: translate(230px, 55px) scale(1, 1);
    -ms-transform: translate(230px, 55px) scale(1, 1); /* IE 9 */
    -webkit-transform: translate(230px, 55px) scale(1, 1); /* Safari and Chrome */
    -o-transform: translate(230px, 55px) scale(1, 1); /* Opera */
    -moz-transform: translate(230px, 55px) scale(1, 1); /* Firefox */
  }
  .page--eventive .marquee-header--pos {
    transform: translate(0px,188px);
    -ms-transform: translate(0px,188px); /* IE 9 */
    -webkit-transform: translate(0px,188px); /* Safari and Chrome */
    -o-transform: translate(0px,188px); /* Opera */
    -moz-transform: translate(0px,188px); /* Firefox */
    font-size: 4rem;
  }

}







.marquee-cta {
  color: #f84720;
  font-size: 20px;
  line-height: 22px;
}

.marquee-date {
  transform: translate(480px,162px);
  -ms-transform: translate(480px,162px); /* IE 9 */
  -webkit-transform: translate(480px,162px); /* Safari and Chrome */
  -o-transform: translate(480px,162px); /* Opera */
  -moz-transform: translate(480px,162px); /* Firefox */
}


.page--eventive .marquee-cta {
  color: #f84720;
  font-size: 24px;
  line-height: 24px;
}

.page--eventive .marquee-date {
  transform: translate(480px,162px);
  -ms-transform: translate(480px,162px); /* IE 9 */
  -webkit-transform: translate(480px,162px); /* Safari and Chrome */
  -o-transform: translate(480px,162px); /* Opera */
  -moz-transform: translate(480px,162px); /* Firefox */
}


.logo--pos {
  height: 65px;
  transform: translate(93px,40px);
  -ms-transform: translate(93px,40px); /* IE 9 */
  -webkit-transform: translate(93px,40px); /* Safari and Chrome */
  -o-transform: translate(93px,40px); /* Opera */
  -moz-transform: translate(93px,40px); /* Firefox */
}

/*.button--back-to-lobby {*/
/*  transform: translate(230px,55px);*/
/*  -ms-transform: translate(230px,55px); !* IE 9 *!*/
/*  -webkit-transform: translate(230px,55px); !* Safari and Chrome *!*/
/*  -o-transform: translate(230px,55px); !* Opera *!*/
/*  -moz-transform: translate(230px,55px); !* Firefox *!*/
/*}*/

.button--back-to-lobby .btn-primary {
  position: unset;
}

.button--slivercity .btn-secondary {
  position: unset !important;
}


.button--help {
  transform: translate(480px,562px);
  -ms-transform: translate(480px,562px); /* IE 9 */
  -webkit-transform: translate(480px,562px); /* Safari and Chrome */
  -o-transform: translate(480px,562px); /* Opera */
  -moz-transform: translate(480px,562px); /* Firefox */
}

.down--arrow {
  transform: translate(463px,700px);
  -ms-transform: translate(463px,700px); /* IE 9 */
  -webkit-transform: translate(463px,700px); /* Safari and Chrome */
  -o-transform: translate(463px,700px); /* Opera */
  -moz-transform: translate(463px,700px); /* Firefox */
}

.button--eventive {
  transform: translate(680px,400px);
  -ms-transform: translate(680px,400px); /* IE 9 */
  -webkit-transform: translate(680px,400px); /* Safari and Chrome */
  -o-transform: translate(680px,400px); /* Opera */
  -moz-transform: translate(680px,400px); /* Firefox */
  text-align: center;
}

.button--silvercity {
  transform: translate(152px,400px);
  -ms-transform: translate(152px,400px); /* IE 9 */
  -webkit-transform: translate(152px,400px); /* Safari and Chrome */
  -o-transform: translate(152px,400px); /* Opera */
  -moz-transform: translate(152px,400px); /* Firefox */
  text-align: center;
}

.filmPoster {
  max-width: 45%;
  float: left;
  margin-right: 10px;
}

.filmName {
  font-family: "Barlow Semi Condensed";
  font-size: 2rem;
  font-weight: bold;
}


/*Film callout boxes*/

.film-callout-box {
  border: 8px solid white;
  border-radius: 2px;
  background-image: url('/themes/custom/tnb19/img/teal-background.png');
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
  min-height: 300px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width:760px) {
  .film-callout-box {
    flex-direction: column;
    align-items: normal;
    display: block;
  }
  .theme-bg-hero {
    height: auto;
  }
  .counter-timer {
    font-size: 24px;
  }
  p.callout--film-description {
    padding: 2px;
  }
  .film-callout-box--poster {
    width: 150px;
    margin: 5px;
  }
}

.callout--film-description {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
  padding-right: 20px;
}

.film-callout-box--text {
  margin: 10px;
}

.film-callout-box--poster {
  max-width: 200px;
  margin: 10px;
}



div.cf_filmDetails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 15px;
  /*overflow: scroll;*/
  /*text-align: left;*/
  /*max-height: 145px;*/
  /*margin-left: 10px;*/
  /*margin-top: 3px;*/
  /*flex: 5;*/
}

.filmTeaser__availability {
  position: absolute;
  display: flex;
  top: 164px;
  align-items: center;
}

/* Change virtual screening teasers on mobile */
@media screen and (max-width: 520px) {
  .cinefest-at-home .filmTeaser__availability {
    width: 100%;
    height: 60px;
    top: 220px;
    left: 0;
    padding: 0 10px 10px;
    background: #eee;
  }
  .cinefest-at-home div.cf_filmTeaserHeader {
    height: 260px!important;
  }
  .cinefest-at-home div.cf_filmTeaser {
    margin: 20px!important;
    border-bottom: none!important;
  }
  .cinefest-at-home div.cf_filmTeaser.collapsed {
    max-height: 280px!important;
  }
  .cinefest-at-home div.cf_filmDetails {
    max-height: 198px !important;
  }
  .cinefest-at-home div.seeMoreButton {
    left: auto!important;
    right: 0!important;
    margin-bottom: -2px!important;
    border-radius: 6px 0 0 0!important;
    font-size: 13px!important;
  }
}
/*.cinefest-at-silvercity div.cf_filmDetails {*/
/*  max-height: 130px !important;*/
/*}*/
.cf_filmDetails .filmPeriod {
  font-weight: bold;
  font-size: 13px;
}

div.filmName {
  font-family: "Barlow Semi Condensed";
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7rem;
  letter-spacing: -1px;
  margin-top: 6px;
}

.cf_filmDetails,
.filmDescription p {
  font-size: 14px!important;
}

div.filmName {
  font-size: 1.6rem;
  line-height: 1.8rem;
}


div.filmDirection,
div.filmCast,
div.filmCountry {
  line-height: 1.4rem;
}

.filmDescription,
div.filmCast {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 16px;
}


div.moreDetails {
  flex-basis: 100%;
}

div.seeMoreButton {
  font-weight: bold;
  text-align: center;
  z-index: 10;
  font-size: 12px;
  width: 70px;
  position: absolute;
  bottom: 0;
  border-radius: 6px;
  left: 50%;
  margin-left: -35px;
  text-transform: uppercase;
  margin-bottom: -4px;
  background-color: #000000;
  padding: 3px;
  color: #ffffff;
  transition: all 0.1s;
}

div.seeMoreButton:hover {
  cursor: pointer;
  padding-bottom: 8px;
}

.fadeout {
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9em;
  background: -webkit-linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
  background-image: -moz-linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
  background-image: -o-linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
  background-image: linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
  background-image: -ms-linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
}

.tags-nav {
  width: 80%;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tag-link {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  padding: .5em 0.5em;
  border-radius: 4px;
  border: solid 1px #ffffff;
  margin: .125em;
}

.tag-link:hover {
  cursor: pointer;
}

.tag-link.active {
  background-color: white!important;
  color: #0b5251;
}

a.sold-out {
  box-shadow: none!important;
  color: #909090!important;
  background: rgba(128,128,128,0.5)!important;
  pointer-events: none;
}

a.sold-out:hover {
  cursor: default!important;
}


@media screen and (max-width:760px) {
  .-hide-bp-sm {
    display: none!important
}
}

@media screen and (min-width:761px) {
  .-show-bp-sm {
    display: none!important
}
}

:root,
html {
  font-size: 16px
}

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

main {
  max-width: 100%;
  height: 100%;
}

.wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

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

button,
input {
  outline: 0
}

select {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield
}

.cf:after,
.cf:before {
  content: " ";
  display: table
}

.cf:after {
  clear: both
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.btn-primary {
  position: relative;
  display: inline-block;
  height: 2.85em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: .2rem;
  border: 2px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  line-height: 2.6em;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .015em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .15s ease;
  color: #012030;
  background: #fbb62d;  /* @TODO: Variable */
}

@media screen and (max-width:760px) {
  .btn-primary:after {
    position: absolute;
    top: -.5em;
    right: -.5em;
    bottom: -.5em;
    left: -.5em;
    content: " "
  }
}

.btn-primary .icon {
  width: 1.25rem
}

.btn-primary:focus,
.btn-primary:hover {
  color: #fff
}

.btn-secondary {
  position: relative;
  display: inline-block;
  height: 2.85em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: .2rem;
  border: 2px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  line-height: 2.6em;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  transition: .15s ease;
  background-color: #fff;
  color: #012030
}

@media screen and (max-width:760px) {
  .btn-secondary:after {
    position: absolute;
    top: -.5em;
    right: -.5em;
    bottom: -.5em;
    left: -.5em;
    content: " "
  }
}

.btn-secondary .icon {
  width: 1.25rem
}

.btn-secondary:focus,
.btn-secondary:hover {
  color: #012030
}

.btn-tertiary {
  position: relative;
  display: inline-block;
  height: 2.85em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: .2rem;
  border-color: transparent;
  white-space: nowrap;
  text-decoration: none;
  line-height: 2.6em;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  transition: .15s ease;
  color: #5d9ea0;
  border: 2px solid transparent
}

@media screen and (max-width:760px) {
  .btn-tertiary:after {
    position: absolute;
    top: -.5em;
    right: -.5em;
    bottom: -.5em;
    left: -.5em;
    content: " "
  }
}

.btn-tertiary .icon {
  width: 1.25rem
}

.btn-tertiary:focus,
.btn-tertiary:hover {
  color: #012030
}

.btn-u-lg {
  font-size: 1.25em
}

.btn-u-block {
  display: block;
  width: 100%
}

.input-group {
  position: relative;
  width: 100%;
  color: black;
}

@media screen and (min-width:761px) {
  .input-group+.input-group,
  .input-group+.input-group-split,
  .input-group-split+.input-group,
  .input-group-split+.input-group-split {
    margin-top: .75em
  }
}

.input-group-split {
  position: relative;
  width: 100%;
  color: black;
}

@media screen and (min-width:761px) {
  .input-group-split input {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: calc(50% - .365em);
    margin: 0
  }
}

@media screen and (max-width:760px) {
  .input-group-split input {
    min-width: 100%
  }
}

.input-label {
  display: inline-block;
  margin-bottom: .65em;
  line-height: 1;
  font-weight: 700;
  font-size: .85em;
  color: #292929
}

.icon {
  fill: currentColor;
  width: 1.5em;
  height: 1.5em;
  vertical-align: bottom
}

.icon svg,
img {
  max-width: 100%
}

img {
  vertical-align: bottom
}

.input-text {
  font-size: 1em;
  border: 1px solid #a9a9a9;
  border-radius: .2rem;
  width: 100%;
  height: 2.85em;
  margin: 0 auto;
  padding: .35em .75em;
  line-height: 1.5;
  background-color: #fff;
  transition: .15s
}

@media screen and (max-width:760px) {
  .input-text {
    margin-bottom: 1em
  }
}

.input-text:focus {
  outline: 0;
  border-color: #012030
}

.input-select {
  font-size: 1em;
  border: 1px solid #a9a9a9;
  border-radius: .2rem;
  width: 100%;
  height: 2.85em;
  margin: 0 auto;
  padding: .35em .75em;
  line-height: 1.5;
  background-color: #fff;
  transition: .15s
}

@media screen and (max-width:760px) {
  .input-select {
    margin-bottom: 1em
  }
}

.input-select:focus {
  outline: 0;
  border-color: #012030
}

.input-group.-has-select:after {
  content: "";
  content: " ";
  width: 0;
  height: 0;
  border-left: .35em solid transparent;
  border-right: .35em solid transparent;
  border-top: .35em solid #346377;
  position: absolute;
  bottom: .85rem;
  right: 1rem
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

td,
th,
thead {
  text-align: left
}

td,
th {
  min-width: 8rem;
  padding: .85em 1em;
  border-bottom: 1px solid #a9a9a9
}

td:first-child,
th:first-child {
  padding-left: 0
}

td:last-child,
th:last-child {
  padding-right: 0
}

.no-wrap {
  white-space: nowrap
}

.table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto
}

@media screen and (max-width:760px) {
  :root,
  html {
    font-size: 15px
  }
}

@media screen and (min-width:761px) {
  :root,
  html {
    font-size: 16px
  }
}

/*@media screen and (min-width:1260px) {*/
/*  :root,*/
/*  html {*/
/*    font-size: 19px*/
/*  }*/
/*}*/

body,
button,
input,
optgroup,
select,
textarea {
  font-family: Barlow Semi Condensed, -apple-system, \.SFNSText-Regular, San Francisco, Oxygen, Ubuntu, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif
}

body {
  color: #292929;
  line-height: 1.5;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 1em
}

h1 {
  font-size: 3.2rem;
  line-height: 1.2
}

h1,
h2 {
  font-weight: 900;
  letter-spacing: .075em
}

h2 {
  font-size: 2.5rem;
  line-height: 1.25
}

h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.3
}

h3,
h4 {
  font-weight: 900;
  letter-spacing: .075em
}

h4 {
  font-size: 1rem;
  line-height: 1.35
}

h5 {
  font-size: 1.2rem;
  font-weight: 400
}

h5,
p {
  line-height: 1.5
}

p {
  font-size: 1.2rem
}

code {
  background-color: #efefef
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-light {
  color: #fff
}

.text-medium {
  color: #346377
}

.text-dark {
  color: #292929
}

a {
  color: currentColor;
  text-decoration: none
}

.callout-box-small {
  padding: 2em 1.5em;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  max-width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900
}

@media screen and (min-width:1024px) {
  .callout-box-small {
    max-width: 360px
  }
}

.callout-box-small .callout-message {
  font-size: 1.2em
}

.callout-box-large {
  padding: 2em 1.5em;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  max-width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  width: 100%;
  height: 420px
}

@media screen and (min-width:761px) {
  .callout-box-desktop {
    margin-top: -135px;
  }
}



@media screen and (min-width:761px) {
  .callout-box-large {
    max-width: calc(50% - .75em);
    flex-basis: calc(50% - 0.75em)
  }
}

@media screen and (max-width:760px) {
  .callout-box-large {
    margin-bottom: 1em
  }
}

.callout-box-large .callout-message {
  font-size: 2em
}

.card {
  position: relative;
  background-color: #fff;
  border-radius: .2rem;
  box-shadow: 1px 2px 4px 0 rgba(1, 32, 48, .2)
}

.counter {
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 100%;
  border: 5px solid #fff
}

@media screen and (min-width:761px) {
  .counter {
    min-width: 360px;
    padding-left: 3.5em;
    padding-right: 3.5em
  }
}

@media screen and (max-width:1024px) {
  .counter {
    order: -1;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em
  }
}

.counter-timer {
  font-size: 3em;
  font-weight: 900
}

.counter-timer small {
  display: block;
  font-size: 14px;
  font-weight: 400
}

.counter-time {
  display: inline-block;
  vertical-align: top;
  text-align: center
}

@media screen and (max-width:760px) {
  .hero {
    min-height: 650px
  }
}

@media screen and (min-width:761px) {
  .hero {
    min-height: 680px;
    margin-top: 5em;
    padding-top: 5em;
    padding-bottom: 5em
  }
}

@media screen and (min-width:1024px) {
  .hero {
    min-height: 800px
  }
}

@media screen and (min-width:1260px) {
  .hero {
    min-height: 860px
  }
}

@media screen and (max-width:760px) {
  .hero-content {
    padding-top: 16em
  }
}

@media screen and (max-width:520px) {
  .hero-content {
    padding-top: 8.5em
  }
}

.hero h1 {
  margin: 0;
  font-weight: 900;
  text-shadow: 1px 4px 4px rgba(1, 32, 48, .5)
}

@media screen and (min-width:761px) {
  .hero h1 {
    font-size: 4em
  }
}

@media screen and (max-width:760px) {
  .hero h1 {
    font-size: 2.75em
  }
}

@media screen and (max-width:520px) {
  .hero h1 {
    font-size: 2em
  }
}

.media-object {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  height: 600px
}

.media-object-wide {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden
}

.media-object+.media-object {
  margin-left: 2.5em
}

.media-object-cover,
.media-object-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.media-object-cover {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  background-color: rgba(41, 41, 41, .75)
}

@media screen and (min-width:761px) {
  .media-object-cover {
    padding-left: 2em;
    padding-right: 2em;
    max-width: 380px
  }
}

@media screen and (max-width:760px) {
  .media-object-cover {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3em;
    text-align: center
  }
}

.media-object-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  background-color: hsla(0, 0%, 66%, .75)
}

.media-object-list-prompt {
  position: absolute;
  right: 0;
  top: calc(50% - 1.125em);
  width: 2.25em;
  transform: rotate(-90deg)
}

.dropdown-menu-wrapper {
  position: relative
}

.dropdown-menu {
  position: relative;
  background-color: #fff;
  border-radius: .2rem;
  box-shadow: 1px 2px 4px 0 rgba(1, 32, 48, .2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  padding-left: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: .5em;
  margin-bottom: .5em;
  text-align: left;
  box-shadow: 1px 3px 12px 0 rgba(1, 32, 48, .2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6%);
  transform-origin: bottom right;
  transition: .2s ease
}

.dropdown-menu.-is-active,
.dropdown-menu.-menu-left.-is-active,
.dropdown-menu.-menu-top.-is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.dropdown-menu.-menu-left {
  left: auto;
  right: 0
}

.dropdown-menu.-menu-top {
  transform: translateY(6%);
  top: auto;
  bottom: 100%
}

.dropdown-menu-item {
  display: block;
  margin-left: 0;
  padding: 1em 1.5em;
  font-size: .85em;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer
}

.dropdown-menu-item:hover {
  background: linear-gradient(-45deg, #5d9ea0, #346377);
  color: #fff
}

.main-header {
  width: 100%
}

.nav-item {
  display: block;
  margin-bottom: .5em;
  font-weight: 700
}

.nav-item:hover {
  color: var(--theme-primary);
}

.nav-item--login {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  background: var(--theme-secondary);
  color: #000;
}
.nav-item--login:hover {
  color: #fff;
}

.mobile-header-logo {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3em;
}

@media screen and (min-width:761px) {
  .mobile-header-logo {
    display: none
  }
}

@media screen and (max-width:520px) {
  .mobile-header-logo {
    margin-top: -6.5em;
    margin-bottom: 6.5em
  }
}

.schedule {
  max-width: 100%
}

@media screen and (min-width:1024px) {
  .schedule {
    width: 260px
  }
}

@media screen and (max-width:1024px) {
  .schedule {
    margin-bottom: 1em
  }
}

.schedule-heading {
  padding-top: .25em;
  padding-bottom: .25em;
  margin: 0;
  background-color: #346377;
  color: #fff;
  text-align: center
}

.schedule-item {
  padding: .5em 1em;
  margin-bottom: .5em;
  background-color: #b0c9dc
}

.schedule-item-date {
  font-weight: 700;
  text-transform: uppercase
}

.schedule-item-note {
  margin: 0
}


/* Left Rail */

/*** LEFT RAIL NAV PANEL ***/

.more-button {
  cursor: pointer;
}

.nav-container {
  position: fixed;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  z-index: 1020;
  transition: all 0.2s;
  animation-timing-function: snap;
}

.nav-container.pinned {
  box-shadow: 0 2px 0 0 rgba(35,31,32,.25);
}

.nav-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}


#leftRail {
  width: 80%;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
  /*     overflow:hidden; --REMOVED FOR IE */
  background: var(--theme-primary);
  background-size: cover;
  box-shadow: 0px 0 200px 50px rgba(0,0,0,0.5);
  position: fixed;
  height: 100vh;
}

/***** Active Rail ****/

.activeRail .nav-container {
  left: 0;
}


.noRail #leftRail {
  cursor: pointer;
}

@media screen and (max-width:760px) {
  .nav-frame {
    width: 100%;
  }
}


/* END Left Rail */


/* Sponsor Logos */
.logo-list {
  width: 100%;
  box-sizing: content-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.logo-list-image {
  max-width: 300px;
  margin: 30px;
  padding: 10px;
  /* height: 100%; include this if you don't plan to use align-items: center */
  min-width: 0;
}

.image-override img {
  width: 100%;
}


/* Other Pages */

.default-content {
  margin-left: auto;
  margin-right: auto;
}

.default-content a {
  color: var(--theme-primary);
  font-weight: bold;
}

.active-link,
.is-active {
  border-bottom: 3px solid cyan;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  min-width: 0 !important;
}

/* DRUPAL-Related Stylings */
nav.tabs {
  position: fixed;
  background-color: black;
  color: white;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}

.toolbar-bar {
  z-index: 99999999999 !important;
}

@media screen and (max-width:760px) {
  nav.tabs {
    bottom: 60px;
  }
}

nav.tabs a:hover {
  background-color: rgba(54, 50, 50, 1);
}

nav.tabs .is-active {
  color: rgba(54, 50, 50, 1);
}

/* Webform */
@media screen and (max-width:760px) {
  .webform-submission-form input {
    max-width: 250px;
    display: block;
  }
}

.center-children {
  display: flex;
  justify-content: center;
  align-items: center;
}


/**** Digital Lobby *****/

.marquee-text {
  font-family: Barlow Semi Condensed;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marquee-header {
  font-size: 32px;
  line-height: 35px;
}


@media screen and (max-width:760px) {
  .marquee-header--pos {
    transform: translate(220px,250px) scale(2,2);
    -ms-transform: translate(220px,250px) scale(2,2); /* IE 9 */
    -webkit-transform: translate(220px,250px) scale(2,2); /* Safari and Chrome */
    -o-transform: translate(220px,250px) scale(2,2); /* Opera */
    -moz-transform: translate(220px,250px) scale(2,2); /* Firefox */
  }
  .button--back-to-lobby {
    transform: translate(420px,35px) scale(2,2);
    -ms-transform: translate(420px,35px) scale(2,2); /* IE 9 */
    -webkit-transform: translate(420px,35px) scale(2,2); /* Safari and Chrome */
    -o-transform: translate(420px,35px) scale(2,2); /* Opera */
    -moz-transform: translate(420px,35px) scale(2,2); /* Firefox */
  }
  .page--eventive .marquee-header--pos {
    transform: translate(0px,188px) scale(2,2);
    -ms-transform: translate(0px,188px) scale(2,2); /* IE 9 */
    -webkit-transform: translate(-550px,288px) scale(2,2); /* Safari and Chrome */
    -o-transform: translate(0px,188px) scale(2,2); /* Opera */
    -moz-transform: translate(0px,188px) scale(2,2); /* Firefox */
    font-size: 4rem;
  }

  .silvercity--marquee-header--pos {
    transform: translate(-500px,296px) scale(2,2);
    -ms-transform: translate(-500px,296px) scale(2,2); /* IE 9 */
    -webkit-transform: translate(-500px,296px) scale(2,2); /* Safari and Chrome */
    -o-transform: translate(-500px,296px) scale(2,2); /* Opera */
    -moz-transform: translate(-500px,296px) scale(2,2); /* Firefox */
    font-size: 4rem;
    text-align: center;
  }

  .page--eventive .logo--pos,
  .page--silvercity .logo--pos {
    height: 100px;
  }

  .page--eventive a > text,
  .page--silvercity a > text {
    font-size: 34px;
  }
}

@media screen and (min-width:760px) {
  .marquee-header--pos {
    transform: translate(406px, 159px) scale(1, 1);
    -ms-transform: translate(406px, 159px) scale(1, 1); /* IE 9 */
    -webkit-transform: translate(406px, 159px) scale(1, 1); /* Safari and Chrome */
    -o-transform: translate(406px, 159px) scale(1, 1); /* Opera */
    -moz-transform: translate(406px, 159px) scale(1, 1); /* Firefox */
  }
  .button--back-to-lobby {
    transform: translate(230px, 55px) scale(1, 1);
    -ms-transform: translate(230px, 55px) scale(1, 1); /* IE 9 */
    -webkit-transform: translate(230px, 55px) scale(1, 1); /* Safari and Chrome */
    -o-transform: translate(230px, 55px) scale(1, 1); /* Opera */
    -moz-transform: translate(230px, 55px) scale(1, 1); /* Firefox */
  }
  .page--eventive .marquee-header--pos {
    transform: translate(0px,188px);
    -ms-transform: translate(0px,188px); /* IE 9 */
    -webkit-transform: translate(0px,188px); /* Safari and Chrome */
    -o-transform: translate(0px,188px); /* Opera */
    -moz-transform: translate(0px,188px); /* Firefox */
    font-size: 4rem;
  }

  .silvercity--marquee-header--pos {
    transform: translate(0px,188px);
    -ms-transform: translate(0px,188px); /* IE 9 */
    -webkit-transform: translate(0px,188px); /* Safari and Chrome */
    -o-transform: translate(0px,188px); /* Opera */
    -moz-transform: translate(0px,188px); /* Firefox */
    font-size: 4rem;
    text-align: center;
  }
}

@media screen and (max-width:991px) {
  h2.passes-announcement {
    font-size: 2rem;
  }
}

@media screen and (max-width:414px) {
  h2.passes-announcement {
    font-size: 1.5rem;
  }
}





.marquee-cta {
  color: #f84720;
  font-size: 20px;
  line-height: 22px;
}

.marquee-date {
  transform: translate(480px,162px);
  -ms-transform: translate(480px,162px); /* IE 9 */
  -webkit-transform: translate(480px,162px); /* Safari and Chrome */
  -o-transform: translate(480px,162px); /* Opera */
  -moz-transform: translate(480px,162px); /* Firefox */
}


.page--eventive .marquee-cta {
  color: #f84720;
  font-size: 24px;
  line-height: 24px;
}

.page--eventive .marquee-date {
  transform: translate(480px,162px);
  -ms-transform: translate(480px,162px); /* IE 9 */
  -webkit-transform: translate(480px,162px); /* Safari and Chrome */
  -o-transform: translate(480px,162px); /* Opera */
  -moz-transform: translate(480px,162px); /* Firefox */
}


.logo--pos {
  height: 65px;
  transform: translate(93px,40px);
  -ms-transform: translate(93px,40px); /* IE 9 */
  -webkit-transform: translate(93px,40px); /* Safari and Chrome */
  -o-transform: translate(93px,40px); /* Opera */
  -moz-transform: translate(93px,40px); /* Firefox */
}

/*.button--back-to-lobby {*/
/*  transform: translate(230px,55px);*/
/*  -ms-transform: translate(230px,55px); !* IE 9 *!*/
/*  -webkit-transform: translate(230px,55px); !* Safari and Chrome *!*/
/*  -o-transform: translate(230px,55px); !* Opera *!*/
/*  -moz-transform: translate(230px,55px); !* Firefox *!*/
/*}*/

.button--back-to-lobby .btn-primary {
  position: unset;
}

.button--slivercity .btn-secondary {
  position: unset !important;
}


.button--help {
  transform: translate(480px,562px);
  -ms-transform: translate(480px,562px); /* IE 9 */
  -webkit-transform: translate(480px,562px); /* Safari and Chrome */
  -o-transform: translate(480px,562px); /* Opera */
  -moz-transform: translate(480px,562px); /* Firefox */
}

.down--arrow {
  transform: translate(463px,700px);
  -ms-transform: translate(463px,700px); /* IE 9 */
  -webkit-transform: translate(463px,700px); /* Safari and Chrome */
  -o-transform: translate(463px,700px); /* Opera */
  -moz-transform: translate(463px,700px); /* Firefox */
}

.button--eventive {
  transform: translate(680px,400px);
  -ms-transform: translate(680px,400px); /* IE 9 */
  -webkit-transform: translate(680px,400px); /* Safari and Chrome */
  -o-transform: translate(680px,400px); /* Opera */
  -moz-transform: translate(680px,400px); /* Firefox */
  text-align: center;
}

.button--silvercity {
  transform: translate(152px,400px);
  -ms-transform: translate(152px,400px); /* IE 9 */
  -webkit-transform: translate(152px,400px); /* Safari and Chrome */
  -o-transform: translate(152px,400px); /* Opera */
  -moz-transform: translate(152px,400px); /* Firefox */
  text-align: center;
}

.filmPoster {
  max-width: 45%;
  float: left;
  margin-right: 10px;
}

.filmName {
  font-family: "Barlow Semi Condensed";
  font-size: 2rem;
  font-weight: bold;
}


/*Film callout boxes*/

.film-callout-box {
  border: 8px solid white;
  border-radius: 2px;
  background-image: url('/themes/custom/tnb19/img/teal-background.png');
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
  min-height: 300px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width:760px) {
  .film-callout-box {
    flex-direction: column;
    align-items: normal;
    display: block;
  }
  .theme-bg-hero {
    height: auto;
  }
  .counter-timer {
    font-size: 24px;
  }
  p.callout--film-description {
    padding: 2px;
  }
  .film-callout-box--poster {
    width: 150px;
    margin: 5px;
  }
}

.callout--film-description {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
  padding-right: 20px;
}

.film-callout-box--text {
  margin: 10px;
}

.film-callout-box--poster {
  max-width: 200px;
  margin: 10px;
}


/*Film Teaser*/

div.cf_filmTeaser {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: auto;
  max-height: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 900;
  background-color: #fff;
  color: #000;
  margin: 10px 0;
  /*border-bottom: 6px solid #000000;*/
  border-radius: 5px;
  transition: 0.2s ease;
  box-shadow: 8px 10px 0 #000;
}

/*div.cf_filmTeaser:hover {*/
/*  background-color: rgba(24,34,48,.55);*/
/*  transition: 0.2s ease;*/
/*}*/

div.cf_filmTeaser.collapsed {
  /*max-height: 220px;*/
}

div.cf_filmTeaserHeader {
  min-height: 220px;
  display: flex;
  flex-basis: 100%;
}

div.cf_filmPoster {
  position: relative;
  z-index: -2;
  flex-shrink: 0;
  flex-basis: 200px;
  max-width: 200px;
  box-shadow: inset 2px 3px 9px rgba(0,0,0,0.6);
  background-color: #101010;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  div.cf_filmPoster {
    flex-basis: 120px;
  }

  div.cf_filmTeaserHeader {
    flex-direction: column-reverse;
  }

  div.cf_filmPoster {
    max-width: 100%;
    height: 120px;
    flex-basis: 120px;
  }

}

div.cf_filmDetails {
  /*overflow: hidden;*/
  /*max-height: 145px;*/
  /*margin-left: 10px;*/
  /*margin-top: 3px;*/
  /*flex: 5;*/
  font-size: 15px;
  text-align: left!important;
}

div.filmName {
  font-family: "Barlow Semi Condensed";
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7rem;
  padding-bottom: 12px;
  letter-spacing: -1px;
}


@media screen and (max-width:760px) {
  div.cf_filmTeaser {
    margin-left: 0px;
    margin-right: 0px;
  }

  .cf_filmDetails,
  .filmDescription p {
    font-size: 14px!important;
  }


  div.filmName {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

div.filmDirection,
div.filmCast,
div.filmCountry {
  line-height: 1.4rem;
}

.filmDescription {
  margin-left: 10px;
  margin-right: 10px;
}

.filmDescription > p {
  font-size: 16px;
  color: #000!important;
}

div.moreDetails {
  flex-basis: 100%;
  padding: 20px 10px;
  background-color: #ededed;
  /*box-shadow: inset 0px 4px 8px -5px rgba(0,0,0,0.6);*/
  text-align: left;
}

.fadeout {
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9em;
  background: -webkit-linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
  background-image: -moz-linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
  background-image: -o-linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
  background-image: linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
  background-image: -ms-linear-gradient(
  rgba(24,34,48,0) 0%,
  rgba(24,34,48,.66) 90%
  );
}

div.cf_filmTeaser a.btn-primary {
  box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.25);
}

div.cf_filmTeaser.date-passed a.btn-primary:hover {
  color: #ffffff!important;
  border: solid 1px #ffffff!important;
}

div.cf_filmTeaser.date-passed .cf_filmPoster {
  opacity: 0.7;
  transition: 0.2s;
}

div.cf_filmTeaser.date-passed:hover .cf_filmPoster {
  opacity: 1;
}

#filterInput {
  width: 100%;
  max-width: 300px;
  padding: 12px 24px;
  font-size: 15px;
  color: #575756;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

#filterInput::placeholder {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#filterInput:hover,
#filterInput:focus {
  padding: 12px 24px;
  outline: 0;
  font-size: 15px;
  font-weight: bold;
  color: white!important;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  background-position: 100% center;
}

.screeningDate h2 {
  margin-bottom: 0.25rem;
}

h2.stickyDate {
  background-color: #262f37;
  z-index: 999;
  position: sticky;
  top: 109px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  h2.stickyDate {
    top: 0;
  }
}
h2.stickyDate.active {
  box-shadow: 1px 34px 27px -28px rgba(0, 0, 0, 1);
}

.film-schedule--wrapper {
  background-color: #0d8583;
  padding-bottom: 20px;
}

.film-schedule--wrapper a {
  text-decoration: underline;
}
.film-schedule--wrapper a.btn-primary {
  text-decoration: none;
}

.film-schedule--column {
  width: 700px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}




.help-desk--label {
  font-family: Barlow Semi Condensed;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5c350;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.help-desk--label--digital-lobby {
  transform: translate(503px,326px);
  -ms-transform: translate(503px,326px); /* IE 9 */
  -webkit-transform: translate(503px,326px); /* Safari and Chrome */
  -o-transform: translate(503px,326px); /* Opera */
  -moz-transform: translate(503px,326px); /* Firefox */
  text-align: center;
}

.help-desk--label--fixed-pos {
  position: absolute;
  left: 20px;
  top: 130px;
  transition: all 0.3s;
}

.-settle-in {
  top: -11px;
}

.theatre--label {
  font-family: Barlow Semi Condensed;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.theatre--sub-label {
  font-family: Barlow Semi Condensed;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5c350;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.theatre--eventive-label-digital-lobby {
  transform: translate(712px,269px);
  -ms-transform: translate(712px,269px); /* IE 9 */
  -webkit-transform: translate(712px,269px); /* Safari and Chrome */
  -o-transform: translate(712px,269px); /* Opera */
  -moz-transform: translate(712px,269px); /* Firefox */
}

.theatre--silvercity-label-digital-lobby {
  transform: translate(197px,269px);
  -ms-transform: translate(197px,269px); /* IE 9 */
  -webkit-transform: translate(197px,269px); /* Safari and Chrome */
  -o-transform: translate(197px,269px); /* Opera */
  -moz-transform: translate(197px,269px); /* Firefox */
}

.film-schedule--column {
  width: 700px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.help-desk--label {
  font-family: Barlow Semi Condensed;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5c350;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.help-desk--label--digital-lobby {
  transform: translate(503px,326px);
  -ms-transform: translate(503px,326px); /* IE 9 */
  -webkit-transform: translate(503px,326px); /* Safari and Chrome */
  -o-transform: translate(503px,326px); /* Opera */
  -moz-transform: translate(503px,326px); /* Firefox */
  text-align: center;
}

.help-desk--label--fixed-pos {
  position: absolute;
  left: 20px;
  top: 130px;
  transition: all 0.3s;
}

.-settle-in {
  top: -11px;
}

.theatre--label {
  font-family: Barlow Semi Condensed;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.theatre--sub-label {
  font-family: Barlow Semi Condensed;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5c350;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.theatre--eventive-label-digital-lobby {
  transform: translate(712px,269px);
  -ms-transform: translate(712px,269px); /* IE 9 */
  -webkit-transform: translate(712px,269px); /* Safari and Chrome */
  -o-transform: translate(712px,269px); /* Opera */
  -moz-transform: translate(712px,269px); /* Firefox */
}

.theatre--silvercity-label-digital-lobby {
  transform: translate(197px,269px);
  -ms-transform: translate(197px,269px); /* IE 9 */
  -webkit-transform: translate(197px,269px); /* Safari and Chrome */
  -o-transform: translate(197px,269px); /* Opera */
  -moz-transform: translate(197px,269px); /* Firefox */
}

#faq-navbar {
  background-color: #012030
}

@media screen and (max-width:760px) {
  #faq-navbar {
    background-color: transparent;
  }
}

/* Image paragraph type */
.image--center {
  box-sizing: content-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

img.image--center {
  padding: 10px;
  /* height: 100%; include this if you don't plan to use align-items: center */
  min-width: 0;
}

.login-message {
  font-size: 90%;
  color: Red;
}
.accordion-block {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.ui-accordion .ui-accordion-header {
  padding: .5em .5em .5em 1em!important;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 1em!important;
}

.accordion-block h2 {
  font-size: 27px;
  text-align: center;
}

.accordion--subhead {
  font-family: Barlow Semi Condensed, -apple-system, \.SFNSText-Regular, San Francisco, Oxygen, Ubuntu, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif!important;
  font-size: 18px!important;
  font-weight: bold!important;
  text-align: left;
  padding: 12px 10px;
  color: var(--theme-primary)!important;
  text-transform: none;
  background: transparent!important;
  border: none!important;
  margin-bottom: 12px!important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

/*.accordion--subhead:after {*/
/*  content: '+';*/
/*  float:right;*/
/*}*/

div.accordion--content {
  margin-top: -16px!important;
  margin-bottom: 16px!important;
  border: none!important;
  text-align: left;
  font-size: 1.2rem !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25)!important;
  clip-path: inset(2px -5px -5px -5px);
}

.accordion--content p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

h3.accordion--subhead {
  font-family: Lora, Times, "Times New Roman", serif;
  font-size: 1.2rem !important;
}

h3.accordion--subhead:focus {
  border: transparent!important;
}

h3.accordion--subhead:after {
  content: "";
  position: absolute;
  right: 10px;
  margin: 4px 12px;
  border-left: solid 16px #c4c4c4;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  transition: 0.2s;
}

h3.accordion--subhead ui-state-active:after {
  content: "";
  position: absolute;
  margin: 4px 12px;
  border-top: solid 16px #c4c4c4;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  transition: 0.2s;
}

h3.ui-accordion-header-active::after {
  transform: rotate(90deg);
  transition: 0.2s;
}

.ui-accordion-header-icon {
  display: none!important;
}

.subheading a,
.accordion--content a {
  color: var(--theme-primary)!important;
}

.accordion--content > ul {
  padding-left: 1em;
}

.accordion--content li {
  margin-bottom: 5px;
}

.eventive-login a,
.eventive-nav-container .eventive-login a {
  font-size: 11px;
  color: #000;
  font-weight: bold !important;
  background: var(--theme-secondary);
  border-radius: 4px;
  padding: 8px 12px;
  margin-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.eventive-nav-container .eventive-login a {
  margin-top: 5px;
  display: inline-block;
}

@media screen and (max-width: 450px) {
  .eventive-nav-container .eventive-login span {
    font-size: 0;
  }
}
