#curtain-bg {
  width: 100%;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  background-image: url('/themes/custom/tnb19/img/2022/cinefest-curtain-2022-red.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%;
  -webkit-animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 150ms;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 150ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    background-position: 0 1100%;
} 100% {
    background-position: 0 100%;
}
}
@keyframes fadeIn {
  0% {
    background-position: 0 1100%;
} 100% {
    background-position: 0 100%;
} }
#curtain-bg h1 {
  font-size: 60px;
  line-height: 62px;
  letter-spacing: 0.06em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 760px) {
  #curtain-bg h1 {
    font-size: 48px !important;
    line-height: 50px !important;
  }
}
.front-page-tile {
  max-width: 600px;
  min-width: 240px;
  flex: 1 1 0;
  align-self: flex-start;
  padding: 1rem 2rem 1rem;
  color: #fff;
  font-size: 1.125rem;
}
.front-page-tile h3 {
  padding-bottom: 1rem;
  color: #fff;
}
.front-page-tile.theme-primary h3 {
  border-bottom: 2px solid var(--theme-primary);
}
.front-page-tile.theme-secondary h3 {
  border-bottom: 2px solid var(--theme-secondary);
}
.front-page-tile.theme-tertiary h3 {
  border-bottom: 2px solid var(--theme-tertiary);
}
.front-page-tile p {
  min-height: 60px;
  margin: 1.5rem 0;
}
@media (max-width:760px) {
  .front-page-tile {
    width: 100%;
  }
}

.tile__menu-link a,
.eventive-widget-container .tile__menu-link a {
  font-family: Barlow Semi Condensed, -apple-system, \.SFNSText-Regular, San Francisco, Oxygen, Ubuntu, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif!important;
  display: block;
  margin: 1.5rem 0;
  padding: 40px;
  border: solid 1px var(--theme-primary);
  border-radius: 100px;
  color: #fff!important;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none!important;
  transition: background-color 100ms;
}
.tile__menu-link:not(.disabled) a:hover {
  background-color: var(--theme-primary);
  cursor: pointer;
}

.tile__menu-link.disabled,
.tile__button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.timeline__item {
  display: flex;
  margin-bottom: 2rem;
}
.timeline__item-date {
  flex: 0 0 120px;
  font-weight: bold;
}
.timeline__item-description {
  flex: 1 1 auto;
}
.tile__button {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.tile__button a {
  width: 100%;
  padding: 3rem 2rem;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 75ms;
}
.website-links .tile__button {
  height: 130px;
  margin: 1rem;
}
.website-links .tile__button a {
  line-height: 1.25rem;
  font-size: 1.25rem;
}
.tile__button:not(.disabled) a:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  filter: brightness(1.1);
}

.website-links .tile__button a {
  background-color: var(--theme-primary);
  color: #fff;
}
.website-links .tile__button:last-child a {
  background-color: var(--theme-secondary);
  color: #000;
}
.theme-primary .tile__button a {
  background: var(--theme-primary);
  color: #fff;
}
.theme-secondary .tile__button a {
  background: var(--theme-secondary);
  color: #000;
}
.theme-tertiary .tile__button a {
  background: var(--theme-tertiary);
  color: #fff;
}
.separator-graphic {
  height: 70px;
  margin: 2rem 0 1rem;
  background-image: url(/themes/custom/tnb19/img/2022/separator-1-cinefest2022.png);
  background-size: 500px 70px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-1-header {
  color: #fff;
  font-size: 2.25rem;
  line-height: 2.75rem;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 350ms;
}
.section-1-header > span {
  display: inline-block;
  color: var(--theme-secondary);
  font-weight: bold;
}
.section-1-header > img {
  width: 614px;
  max-width: 100%;
  padding: 0 1rem;
}
.fp-hero {
  min-height: 44vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-image: url(/themes/custom/tnb19/img/2022/bg-hero-section.jpeg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.fp-hero > div {
  display: flex;
  justify-content: center;
}
.fp-announcement-bar {
  position: relative;
  top: 0;
  width: 100%;
  padding: 40px;
  background-color: rgba(0, 116, 199, 0.3);
  /*background-color: var(--theme-tertiary); !* RCPP Red *!*/
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 27px;
  font-weight: bold;
  color: #000;
  /*color: #fff;*/
}
.hero__content {
  --button-text-color: var(--theme-primary);
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  margin-top: 6rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 6px;
  background-color: var(--theme-primary);
}
@media screen and (max-width: 640px) {
  .hero__content {
    max-width: 540px;
  }
}
.hero__content::before {
  content: '';
  position: absolute;
  width: 566px;
  height: 204px;
  right: 105%;
  top: 20px;
  bottom: 0;
  background-image: url(/themes/custom/tnb19/img/2022/bg-pseudo-hero.png);
  background-size: contain;
}
.hero__content::after {
  content: '';
  position: absolute;
  width: 566px;
  height: 204px;
  left: 105%;
  top: 20px;
  bottom: 0;
  background-image: url(/themes/custom/tnb19/img/2022/bg-pseudo-hero.png);
  background-size: contain;
  transform: rotateY(180deg);
}
.hero__headline {
  position: relative;
  padding: 1rem 0;
  margin: 10px;
  background-size: cover;
  text-align: center;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  color: #fff;
}
.btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: var(--button-text-color, #000);
  text-transform: uppercase;
  background-color: var(--button-bg-color, #fff);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.btn:not(.disabled):hover {
  filter: brightness(1.1);
  cursor: pointer;
}
.flex.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.hero__content > div:hover {*/
/*  filter: brightness(1.1);*/
/*  cursor: pointer;*/
/*  transform: translate(0, -4px) scale(1.025);*/
/*  outline: none;*/
/*}*/
.hero__content h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .hero__content h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: -0.85rem;
  }
}

.help-links {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  flex-wrap: wrap;
}
.help-links > a {
  min-width: 330px;
  max-width: 100%;
  margin: 20px;
  padding: 1rem;
  border: solid 1px transparent;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  background-color: var(--theme-tertiary);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: border 50ms;
}
.help-links > a:hover {
  border: solid 1px #fff;
}
