.btn.btn-regular {
  background-color: #AA7248;
}
.btn.btn-regular:hover,
.btn.btn-regular:focus,
.btn.btn-regular:active {
  border-color: #AA7248;
  color: #AA7248;
}
.btn.btn-regular:focus {
  box-shadow: 0px 0 6px rgba(170, 114, 72, 0.3333);
}
.btn.btn-regular:active {
  color: #8f603d;
  border-color: #8f603d;
  box-shadow: 0px 0 6px rgba(170, 114, 72, 0.3333);
}
.btn.btn-regular.btn-static {
  border-color: #AA7248 !important;
  color: #AA7248 !important;
}
.btn.btn-regular-invert {
  border-color: #AA7248;
  color: #AA7248;
}
.btn.btn-regular-invert:hover,
.btn.btn-regular-invert:focus,
.btn.btn-regular-invert:active {
  background-color: #AA7248;
}
.btn.btn-regular-invert.btn-static {
  border-color: #AA7248 !important;
  color: #AA7248 !important;
}
.btn.btn-auth-online-register {
  border-color: #AA7248;
  background-color: #AA7248;
  color: white;
}
.btn.btn-auth-online-register > .logo:after {
  border-right-color: rgba(170, 114, 72, 0.3333);
}
a[href].btn.btn-auth-online-register:not([disabled]):hover,
a[href].btn.btn-auth-online-register:not([disabled]):focus {
  background-color: white;
  color: #AA7248;
}
.btn.btn-auth-online-signin {
  border-color: #AA7248;
  background-color: #AA7248;
  color: white;
}
.btn.btn-auth-online-signin > .logo:after {
  border-right-color: rgba(170, 114, 72, 0.3333);
}
a[href].btn.btn-auth-online-signin:not([disabled]):hover,
a[href].btn.btn-auth-online-signin:not([disabled]):focus {
  background-color: white;
  color: #AA7248;
}
.btn.btn-secondary {
  background-color: #AA7248;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  border-color: #AA7248;
  color: #AA7248;
}
.btn.btn-secondary:focus {
  box-shadow: 0px 0 6px rgba(170, 114, 72, 0.3333);
}
.btn.btn-secondary:active {
  color: #8f603d;
  border-color: #8f603d;
  box-shadow: 0px 0 6px rgba(170, 114, 72, 0.3333);
}
.btn.btn-secondary.btn-static {
  border-color: #AA7248 !important;
  color: #AA7248 !important;
}
.text-action.text-action-regular .label {
  border-bottom: 1px solid rgba(170, 114, 72, 0.3333);
}
.text-action.text-action-regular:hover .label {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.form-control:active,
.form-control:focus {
  border-color: #AA7248;
  box-shadow: 0 0 6px 2px #d5b9a4;
}
.control-label a,
.row-note a {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.control-label a:hover,
.row-note a:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.select-control-wrapper .select-control:active + .arrow,
.select-control-wrapper .select-control:focus + .arrow {
  border-top-color: #AA7248;
}
.btn-adjacent-content a {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.btn-adjacent-content a:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.rich-content a {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.rich-content a:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.rich-content .highlight {
  color: #AA7248;
}
.filter-group .primary-filters ul > li > a:after,
.filter-group .primary-filters ul > li > button:after {
  background-color: #AA7248;
}
@media (max-width: 991px) {
  .find-a-film-article .filter-group .primary-filters ul > li > a:hover,
  .find-a-film-article .filter-group .primary-filters ul > li > button:hover,
  .find-a-film-article .filter-group .primary-filters ul > li > a:focus,
  .find-a-film-article .filter-group .primary-filters ul > li > button:focus {
    border-color: #AA7248;
  }
}
@media (max-width: 991px) {
  .find-a-film-article .filter-group .primary-filters ul > li.active > a,
  .find-a-film-article .filter-group .primary-filters ul > li.active > button {
    color: white;
    background-color: #AA7248;
  }
}
.social-nav .service a[href]:hover > .label,
.social-nav .service a[href]:focus > .label {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.sidebar-nav li > a:hover {
  border-color: #AA7248;
}
.sidebar-nav li.-active > a {
  border-color: #AA7248;
  color: #AA7248;
}
.crumb-header > .title a {
  border-bottom: 1px solid rgba(170, 114, 72, 0);
}
.crumb-header > .title a:hover,
.crumb-header > .title a:focus {
  border-bottom: 1px solid #aa7248;
}
.dropdown-menu .option > .optiontarget:not([disabled]):hover,
.dropdown-menu .option > .optiontarget:not([disabled]):focus {
  color: white;
  background-color: #AA7248;
}
.festival-alert > .inner > a .underline {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.festival-alert > .inner > a:hover .underline {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.table-of-contents {
  border-color: #AA7248;
}
.article-title a:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.article-title .toggle:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.article-title.-visiblelink a {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.article-title.-visiblelink a:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.thumbnail-grid > .thumbnail > .content > .title a {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.thumbnail-grid > .thumbnail > .content > .title a:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.thumbnail-grid > .thumbnail > .content > .media:hover + .title a {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.gallery-grid .media-wrapper a:after {
  background-color: rgba(170, 114, 72, 0.5);
}
.paginated-strip > .pages .link[href]:hover:before,
.paginated-strip > .pages .link[href]:focus:before {
  background-color: #AA7248;
}
.paginated-strip > .pages .link.-current:before {
  background-color: #AA7248;
}
.content-title.-visiblelink a {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.content-title.-visiblelink a:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.card.film-card .media:before {
  background-color: #AA7248;
}
.card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.card.director-card .name a[href]:hover,
.card.director-card .name a[href]:focus {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.card.director-card .title a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.card.director-card .title a[href]:hover,
.card.director-card .title a[href]:focus {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.card.media-card .media:hover + .detail .title a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.card.media-card .title a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.card.media-card .title a[href]:hover,
.card.media-card .title a[href]:focus {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.card.article-card a[href] .title {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.card.article-card a[href]:hover .title,
.card.article-card a[href]:focus .title {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.secondary-filters .iScrollIndicator:hover:before,
.secondary-filters .iScrollIndicator.iScrollIndicatorActive:before {
  background-color: #AA7248;
}
.secondary-filters.alpha-numeric .filteritem a > span,
.secondary-filters.terms .filteritem a > span,
.secondary-filters.years .filteritem a > span {
  border-bottom: 1px solid rgba(170, 114, 72, 0);
}
.secondary-filters.alpha-numeric .filteritem a:hover > span,
.secondary-filters.terms .filteritem a:hover > span,
.secondary-filters.years .filteritem a:hover > span,
.secondary-filters.alpha-numeric .filteritem a:focus > span,
.secondary-filters.terms .filteritem a:focus > span,
.secondary-filters.years .filteritem a:focus > span {
  border-bottom: 1px solid #aa7248;
}
.secondary-filters.alpha-numeric .filteritem.-active a,
.secondary-filters.terms .filteritem.-active a,
.secondary-filters.years .filteritem.-active a {
  color: #AA7248;
}
.secondary-filters.days .filteritem.-has-sessions > a[href]:hover time,
.secondary-filters.days .filteritem.-has-sessions > a[href]:focus time {
  border-color: #AA7248;
}
.secondary-filters.days .filteritem.-active time {
  background-color: #AA7248;
  color: white;
}
.film-article .screening-meta a:hover {
  border-bottom-color: #AA7248;
}
.cognito .c-forms-form button.c-icon-button,
.cognito .c-forms-form button:not(.c-icon-button) {
  background-color: #AA7248 !important;
}
@media screen {
  .site-header > .masthead {
    background-color: #AA7248;
  }
}
@media screen and (min-width: 992px) {
  .site-header > .masthead.-has-main-nav:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid white;
    opacity: 0.3333333333333333;
  }
}
@media screen {
  .site-header .festival-logo svg path {
    fill: white;
  }
}
@media screen {
  .site-header .festival-details {
    color: white;
  }
}
@media screen and (max-width: 991px) {
  .site-header .festival-details {
    color: #AA7248;
    border-bottom-color: rgba(170, 114, 72, 0.3333);
  }
}
@media screen {
  .site-header .festival-details .positioninganchor > a[href] .name {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .site-header .festival-details .positioninganchor > a[href]:hover .name,
  .site-header .festival-details .positioninganchor > a[href]:focus .name {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen {
  .site-header .user-nav > .navlist > .navitem {
    color: white;
  }
  .site-header .user-nav > .navlist > .navitem.-default > a[href] {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .site-header .user-nav > .navlist > .navitem.-default > a[href]:hover,
  .site-header .user-nav > .navlist > .navitem.-default > a[href]:focus {
    border-bottom: 1px solid #ffffff;
  }
  .site-header .user-nav > .navlist > .navitem.-wishlist > a[href]:hover .title,
  .site-header .user-nav > .navlist > .navitem.-wishlist > a[href]:focus .title {
    border-bottom: 1px solid #ffffff;
  }
  .site-header .user-nav > .navlist > .navitem.-wishlist .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .site-header .user-nav > .navlist > .navitem.-wishlist .count {
    background-color: white;
    color: #AA7248;
  }
}
.main-nav {
  background-color: #AA7248;
  color: white;
}
.main-nav > .menu-burger {
  color: white;
}
.main-nav > .menubutton:focus {
  background-color: rgba(113, 53, 20, 0.5);
}
@media screen and (min-width: 992px) {
  .main-nav:after {
    border-bottom-color: white;
  }
}
@media (max-width: 991px) {
  .main-nav {
    background-color: #AA7248;
  }
}
@media (max-width: 991px) {
  .site-header .main-nav:before {
    background-color: #AA7248;
  }
}
@media (max-width: 991px) {
  .main-nav .navlist > .navitem .subnav .subnavitem > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .main-nav .navlist > .navitem .subnav .subnavitem > a:hover,
  .main-nav .navlist > .navitem .subnav .subnavitem > a:focus {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .main-nav .navlist > .navitem.-default > .label {
    border-bottom: 3px solid rgba(255, 255, 255, 0);
  }
  .main-nav .navlist > .navitem.-default > .label:hover,
  .main-nav .navlist > .navitem.-default > .label:focus {
    border-bottom: 3px solid #ffffff;
  }
  .main-nav .navlist > .navitem.-default.-active > .label {
    border-bottom-color: white;
  }
}
.main-nav .navlist > .navitem.-returntolatestfestival > a .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.main-nav .navlist > .navitem.-returntolatestfestival > a:hover .label,
.main-nav .navlist > .navitem.-returntolatestfestival > a:focus .label {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .main-nav .navlist > .navitem.-default,
  .main-nav .navlist > .navitem.-returntolatestfestival {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3333) 50%, rgba(255, 255, 255, 0) 0);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 1px 2px;
  }
}
@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991px) and (min-resolution: 192dpi) {
  .main-nav .navlist > .navitem.-default,
  .main-nav .navlist > .navitem.-returntolatestfestival {
    background-size: 1px 1px;
  }
}
.main-nav .navitem-festivallogo svg path {
  fill: white;
}
.main-nav .navitem.-wishlist .count {
  background-color: white;
  color: #AA7248;
}
.main-nav .navitem.-wishlist > a[href]:hover .title,
.main-nav .navitem.-wishlist > a[href]:focus .title {
  border-bottom: 1px solid #ffffff;
}
.main-nav .navitem.-wishlist .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.region-splash-nav .region > a[href] .title {
  color: #AA7248;
}
.region-splash-nav .region > a[href]:hover,
.region-splash-nav .region > a[href]:focus {
  background-color: #AA7248;
  color: white;
}
.region-splash-nav .region > a[href]:hover .title,
.region-splash-nav .region > a[href]:focus .title {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.region-festival-finished .festivalfinished > .header {
  background-color: #AA7248;
}
.module > .header > .meta > a:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.schedule-visual-guide .navigation > button {
  color: white;
  border-color: #AA7248;
  background-color: #AA7248;
}
.region-home-schedule > .schedule-header {
  border-bottom-color: #AA7248;
}
.region-home-schedule > .schedule-header .schedule-link .title .label {
  color: #AA7248;
}
.region-home-schedule > .schedule-header .schedule-link .title .label a {
  border-bottom: 1px solid rgba(170, 114, 72, 0);
}
.region-home-schedule > .schedule-header .schedule-link .title .label a:hover,
.region-home-schedule > .schedule-header .schedule-link .title .label a:focus {
  border-bottom: 1px solid #aa7248;
}
.schedule-days > .days > .day.-has-sessions > .wrapper[href]:hover,
.schedule-days > .days > .day.-has-sessions > .wrapper[href]:focus {
  border-color: #AA7248;
}
.schedule-days > .days > .day.active > .wrapper {
  color: white;
  background-color: #AA7248;
  border-color: #AA7248;
}
.schedule-days > .days > .more > a[href] > .label {
  border-bottom: 1px solid rgba(170, 114, 72, 0);
}
.schedule-days > .days > .more > a[href]:hover > .label,
.schedule-days > .days > .more > a[href]:focus > .label {
  border-bottom: 1px solid #aa7248;
}
.region-home-tweets .followlink > .label {
  border-bottom: 1px solid rgba(170, 114, 72, 0);
}
.region-home-tweets .followlink:hover > .label,
.region-home-tweets .followlink:focus > .label {
  border-bottom: 1px solid #aa7248;
}
/*
.user-session-list .session {
	&.is-wished {
		.user-session-body-table {
			td {
				&.controls,
				&.controls:after {
					background-color: mix(@brand-primary, #fff, 10%);
				}
			}
		}
	}

	&.is-purchased {
		.user-session-body-table {
			td {
				&.controls,
				&.controls:after {
					background-color: mix(@brand-secondary, #fff, 10%);
				}
			}
		}
	}
}
*/
.festival-archive-item .header .title a {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.festival-archive-item .header .browse-link > span {
  color: #AA7248;
}
.festival-archive-item .header .browse-link:hover > span {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.festival-archive-item .header .browse-link:before {
  border-color: #AA7248;
}
.archive-breadcrumbs .crumb a.label:hover {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.archive-breadcrumbs .crumb.archive {
  background-color: #AA7248;
}
.video-modal .modal-header > .close {
  color: #AA7248;
}
.video-modal .modal-header > .close:hover,
.video-modal .modal-header > .close:focus {
  background-color: #AA7248;
}
/*
.mynziff-article {
	> .user-list-fitler-group {
		.inner {
			.primary-filters {
				ul {
					> li {
						&.wishlist {
							> a {
								&:hover {
								}
							}

							&.active {
								> a {
									background-color: @brand-primary;
								}
							}
						}

						&.purchased {
							> a {
								&:hover {
								}
							}

							&.active {
								> a {
									background-color: @brand-secondary;
								}
							}
						}
					}
				}
			}
		}
	}

	&.mynziff-wishlist-article {
		&.filtered-by-wishlist {
			.user-list-fitler-group {
				.inner {
					border-color: mix(@brand-primary, #fff, 1 / 3 * 100%);

					.primary-filters {
						background-color: mix(@brand-primary, #fff, 10%);
					}
				}
			}

			.user-session-list .user-session-body-table {
				td {
					&.controls,
					&.controls:after {
						background-color: mix(@brand-primary, #fff, 10%);
					}
				}
			}
		}

		&.filtered-by-purchased {
			.user-list-fitler-group {
				.inner {
					border-color: mix(@brand-secondary, #fff, 1 / 3 * 100%);

					.primary-filters {
						background-color: mix(@brand-secondary, #fff, 10%);
					}
				}
			}

			.user-session-list .user-session-body-table {
				td {
					&.controls,
					&.controls:after {
						background-color: mix(@brand-secondary, #fff, 10%);
					}
				}
			}
		}
	}
}
*/
/* Film Page
------------------------------------------------------------*/
.festival-programme-strip .linkgroup .link:hover > .label {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.region-features .featurenavigation .navitem > .label:hover:before,
.region-features .featurenavigation .navitem > .label:focus:before,
.region-features .featurenavigation .navitem.is-nav-selected > .label:before {
  background-color: #AA7248;
}
.region-features .flickity-page-dots .dot.is-selected:after {
  background-color: #AA7248;
}
.region-feature .category-label {
  color: white;
  background-color: #AA7248;
}
.region-feature .body > .title a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.region-feature .body > .title a[href]:hover,
.region-feature .body > .title a[href]:focus {
  border-bottom: 1px solid #aa7248;
}
.region-feature:hover .body a[href],
.region-feature:hover .footer a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.region-feature .body a[href],
.region-feature .footer a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0);
}
.region-feature .body a[href]:hover,
.region-feature .footer a[href]:hover,
.region-feature .body a[href]:focus,
.region-feature .footer a[href]:focus {
  border-bottom: 1px solid #aa7248;
}
.region-feature .category {
  border-top-color: #AA7248;
}
/* Vista progress screen
------------------------------------------------------------*/
.vista-progress div.vista-order-progress .vista-order-progress-bar {
  background: #AA7248;
}
.region-features .featurenavigation .navitem[data-category] > .label:before,
.region-features .featurenavigation .navitem[data-category].is-nav-selected > .label:before {
  background-color: #AA7248;
}
.region-feature[data-category] .category-label {
  color: white;
  background-color: #AA7248;
}
.region-feature[data-category] .body > .title a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.region-feature[data-category] .body > .title a[href]:hover,
.region-feature[data-category] .body > .title a[href]:focus {
  border-bottom: 1px solid #aa7248;
}
.region-feature[data-category]:hover .body a[href],
.region-feature[data-category]:hover .footer a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.25);
}
.region-feature[data-category] .body a[href],
.region-feature[data-category] .footer a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0);
}
.region-feature[data-category] .body a[href]:hover,
.region-feature[data-category] .footer a[href]:hover,
.region-feature[data-category] .body a[href]:focus,
.region-feature[data-category] .footer a[href]:focus {
  border-bottom: 1px solid #aa7248;
}
.region-feature[data-category] .category {
  border-top-color: #AA7248;
}
.category-list li[data-category] > a {
  border-bottom-color: #ddc7b6;
}
.category-list li[data-category] > a:hover {
  border-bottom-color: #AA7248;
}
.category-list li[data-category].active > a {
  border-bottom-color: #AA7248;
}
.category-label[data-category] {
  color: white;
  background-color: #AA7248;
}
.filter-group .terms.categories li[data-category] > a {
  background-color: #AA7248;
  color: white;
}
.filter-group .terms.categories li[data-category] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category] > a > span:hover,
.filter-group .terms.categories li[data-category] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category] .media:before {
  background-color: #AA7248;
}
.card.film-card[data-category] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.card-popover[data-category] {
  background-color: #AA7248;
}
.card-popover[data-category] > .close {
  color: white;
  background-color: #AA7248;
}
.card-popover[data-category] > .card.film-card .media:before {
  background-color: #AA7248;
}
.card-popover[data-category] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category] .film-info .title a {
  border-bottom: 1px solid rgba(170, 114, 72, 0);
}
[data-category] .film-info .title a[href]:hover,
[data-category] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.film-article[data-category] > .hero {
  background-color: #AA7248;
  color: white;
}
.film-article[data-category] > .festival-archive-strip {
  color: white;
  background-color: #AA7248;
}
.film-article[data-category] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category] > .article-header {
  background-color: #AA7248;
  color: white;
}
.film-article[data-category] > .article-header .category-label {
  background-color: white;
  color: #AA7248;
}
.film-article[data-category] > .article-header .director-group a[href],
.film-article[data-category] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category] > .article-header .director-group a[href]:hover,
.film-article[data-category] > .article-header .canonical-block a[href]:hover,
.film-article[data-category] > .article-header .director-group a[href]:focus,
.film-article[data-category] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category] > .article-header {
  background-color: #AA7248;
  color: white;
}
.schedule-list .session[data-category]:after {
  background-color: #AA7248;
}
.schedule-list .session[data-category] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(170, 114, 72, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category]:before {
  background-color: #AA7248;
}
.user-session-list-table .session[data-category] {
  border-left-color: #AA7248;
}
.user-session-list-table .session[data-category] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #AA7248;
}
.region-features .featurenavigation .navitem[data-category="code-category-class-59339"] > .label:before,
.region-features .featurenavigation .navitem[data-category="code-category-class-59339"].is-nav-selected > .label:before {
  background-color: #822761;
}
.region-feature[data-category="code-category-class-59339"] .category-label {
  color: white;
  background-color: #822761;
}
.region-feature[data-category="code-category-class-59339"] .body > .title a[href] {
  border-bottom: 1px solid rgba(130, 39, 97, 0.25);
}
.region-feature[data-category="code-category-class-59339"] .body > .title a[href]:hover,
.region-feature[data-category="code-category-class-59339"] .body > .title a[href]:focus {
  border-bottom: 1px solid #822761;
}
.region-feature[data-category="code-category-class-59339"]:hover .body a[href],
.region-feature[data-category="code-category-class-59339"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(130, 39, 97, 0.25);
}
.region-feature[data-category="code-category-class-59339"] .body a[href],
.region-feature[data-category="code-category-class-59339"] .footer a[href] {
  border-bottom: 1px solid rgba(130, 39, 97, 0);
}
.region-feature[data-category="code-category-class-59339"] .body a[href]:hover,
.region-feature[data-category="code-category-class-59339"] .footer a[href]:hover,
.region-feature[data-category="code-category-class-59339"] .body a[href]:focus,
.region-feature[data-category="code-category-class-59339"] .footer a[href]:focus {
  border-bottom: 1px solid #822761;
}
.region-feature[data-category="code-category-class-59339"] .category {
  border-top-color: #822761;
}
.category-list li[data-category="code-category-class-59339"] > a {
  border-bottom-color: #cda9c0;
}
.category-list li[data-category="code-category-class-59339"] > a:hover {
  border-bottom-color: #822761;
}
.category-list li[data-category="code-category-class-59339"].active > a {
  border-bottom-color: #822761;
}
.category-label[data-category="code-category-class-59339"] {
  color: white;
  background-color: #822761;
}
.filter-group .terms.categories li[data-category="code-category-class-59339"] > a {
  background-color: #822761;
  color: white;
}
.filter-group .terms.categories li[data-category="code-category-class-59339"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="code-category-class-59339"] > a > span:hover,
.filter-group .terms.categories li[data-category="code-category-class-59339"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="code-category-class-59339"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="code-category-class-59339"] .media:before {
  background-color: #822761;
}
.card.film-card[data-category="code-category-class-59339"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(130, 39, 97, 0.75);
}
.card-popover[data-category="code-category-class-59339"] {
  background-color: #822761;
}
.card-popover[data-category="code-category-class-59339"] > .close {
  color: white;
  background-color: #822761;
}
.card-popover[data-category="code-category-class-59339"] > .card.film-card .media:before {
  background-color: #822761;
}
.card-popover[data-category="code-category-class-59339"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="code-category-class-59339"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="code-category-class-59339"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="code-category-class-59339"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="code-category-class-59339"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="code-category-class-59339"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="code-category-class-59339"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="code-category-class-59339"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="code-category-class-59339"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="code-category-class-59339"] .film-info .title a {
  border-bottom: 1px solid rgba(130, 39, 97, 0);
}
[data-category="code-category-class-59339"] .film-info .title a[href]:hover,
[data-category="code-category-class-59339"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(130, 39, 97, 0.75);
}
.film-article[data-category="code-category-class-59339"] > .hero {
  background-color: #822761;
  color: white;
}
.film-article[data-category="code-category-class-59339"] > .festival-archive-strip {
  color: white;
  background-color: #822761;
}
.film-article[data-category="code-category-class-59339"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="code-category-class-59339"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="code-category-class-59339"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="code-category-class-59339"] > .article-header {
  background-color: #822761;
  color: white;
}
.film-article[data-category="code-category-class-59339"] > .article-header .category-label {
  background-color: white;
  color: #822761;
}
.film-article[data-category="code-category-class-59339"] > .article-header .director-group a[href],
.film-article[data-category="code-category-class-59339"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="code-category-class-59339"] > .article-header .director-group a[href]:hover,
.film-article[data-category="code-category-class-59339"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="code-category-class-59339"] > .article-header .director-group a[href]:focus,
.film-article[data-category="code-category-class-59339"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="code-category-class-59339"] > .article-header {
  background-color: #822761;
  color: white;
}
.schedule-list .session[data-category="code-category-class-59339"]:after {
  background-color: #822761;
}
.schedule-list .session[data-category="code-category-class-59339"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(130, 39, 97, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="code-category-class-59339"]:before {
  background-color: #822761;
}
.user-session-list-table .session[data-category="code-category-class-59339"] {
  border-left-color: #822761;
}
.user-session-list-table .session[data-category="code-category-class-59339"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #822761;
}
.region-features .featurenavigation .navitem[data-category="aotearoa"] > .label:before,
.region-features .featurenavigation .navitem[data-category="aotearoa"].is-nav-selected > .label:before {
  background-color: #0094B5;
}
.region-feature[data-category="aotearoa"] .category-label {
  color: white;
  background-color: #0094B5;
}
.region-feature[data-category="aotearoa"] .body > .title a[href] {
  border-bottom: 1px solid rgba(0, 148, 181, 0.25);
}
.region-feature[data-category="aotearoa"] .body > .title a[href]:hover,
.region-feature[data-category="aotearoa"] .body > .title a[href]:focus {
  border-bottom: 1px solid #0094b5;
}
.region-feature[data-category="aotearoa"]:hover .body a[href],
.region-feature[data-category="aotearoa"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(0, 148, 181, 0.25);
}
.region-feature[data-category="aotearoa"] .body a[href],
.region-feature[data-category="aotearoa"] .footer a[href] {
  border-bottom: 1px solid rgba(0, 148, 181, 0);
}
.region-feature[data-category="aotearoa"] .body a[href]:hover,
.region-feature[data-category="aotearoa"] .footer a[href]:hover,
.region-feature[data-category="aotearoa"] .body a[href]:focus,
.region-feature[data-category="aotearoa"] .footer a[href]:focus {
  border-bottom: 1px solid #0094b5;
}
.region-feature[data-category="aotearoa"] .category {
  border-top-color: #0094B5;
}
.category-list li[data-category="aotearoa"] > a {
  border-bottom-color: #99d4e1;
}
.category-list li[data-category="aotearoa"] > a:hover {
  border-bottom-color: #0094B5;
}
.category-list li[data-category="aotearoa"].active > a {
  border-bottom-color: #0094B5;
}
.category-label[data-category="aotearoa"] {
  color: white;
  background-color: #0094B5;
}
.filter-group .terms.categories li[data-category="aotearoa"] > a {
  background-color: #0094B5;
  color: white;
}
.filter-group .terms.categories li[data-category="aotearoa"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="aotearoa"] > a > span:hover,
.filter-group .terms.categories li[data-category="aotearoa"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="aotearoa"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="aotearoa"] .media:before {
  background-color: #0094B5;
}
.card.film-card[data-category="aotearoa"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(0, 148, 181, 0.75);
}
.card-popover[data-category="aotearoa"] {
  background-color: #0094B5;
}
.card-popover[data-category="aotearoa"] > .close {
  color: white;
  background-color: #0094B5;
}
.card-popover[data-category="aotearoa"] > .card.film-card .media:before {
  background-color: #0094B5;
}
.card-popover[data-category="aotearoa"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="aotearoa"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="aotearoa"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="aotearoa"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="aotearoa"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="aotearoa"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="aotearoa"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="aotearoa"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="aotearoa"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="aotearoa"] .film-info .title a {
  border-bottom: 1px solid rgba(0, 148, 181, 0);
}
[data-category="aotearoa"] .film-info .title a[href]:hover,
[data-category="aotearoa"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(0, 148, 181, 0.75);
}
.film-article[data-category="aotearoa"] > .hero {
  background-color: #0094B5;
  color: white;
}
.film-article[data-category="aotearoa"] > .festival-archive-strip {
  color: white;
  background-color: #0094B5;
}
.film-article[data-category="aotearoa"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="aotearoa"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="aotearoa"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="aotearoa"] > .article-header {
  background-color: #0094B5;
  color: white;
}
.film-article[data-category="aotearoa"] > .article-header .category-label {
  background-color: white;
  color: #0094B5;
}
.film-article[data-category="aotearoa"] > .article-header .director-group a[href],
.film-article[data-category="aotearoa"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="aotearoa"] > .article-header .director-group a[href]:hover,
.film-article[data-category="aotearoa"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="aotearoa"] > .article-header .director-group a[href]:focus,
.film-article[data-category="aotearoa"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="aotearoa"] > .article-header {
  background-color: #0094B5;
  color: white;
}
.schedule-list .session[data-category="aotearoa"]:after {
  background-color: #0094B5;
}
.schedule-list .session[data-category="aotearoa"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(0, 148, 181, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="aotearoa"]:before {
  background-color: #0094B5;
}
.user-session-list-table .session[data-category="aotearoa"] {
  border-left-color: #0094B5;
}
.user-session-list-table .session[data-category="aotearoa"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #0094B5;
}
.region-features .featurenavigation .navitem[data-category="big-nights-"] > .label:before,
.region-features .featurenavigation .navitem[data-category="big-nights-"].is-nav-selected > .label:before {
  background-color: #E52B13;
}
.region-feature[data-category="big-nights-"] .category-label {
  color: white;
  background-color: #E52B13;
}
.region-feature[data-category="big-nights-"] .body > .title a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0.25);
}
.region-feature[data-category="big-nights-"] .body > .title a[href]:hover,
.region-feature[data-category="big-nights-"] .body > .title a[href]:focus {
  border-bottom: 1px solid #e52b13;
}
.region-feature[data-category="big-nights-"]:hover .body a[href],
.region-feature[data-category="big-nights-"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0.25);
}
.region-feature[data-category="big-nights-"] .body a[href],
.region-feature[data-category="big-nights-"] .footer a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0);
}
.region-feature[data-category="big-nights-"] .body a[href]:hover,
.region-feature[data-category="big-nights-"] .footer a[href]:hover,
.region-feature[data-category="big-nights-"] .body a[href]:focus,
.region-feature[data-category="big-nights-"] .footer a[href]:focus {
  border-bottom: 1px solid #e52b13;
}
.region-feature[data-category="big-nights-"] .category {
  border-top-color: #E52B13;
}
.category-list li[data-category="big-nights-"] > a {
  border-bottom-color: #f5aaa1;
}
.category-list li[data-category="big-nights-"] > a:hover {
  border-bottom-color: #E52B13;
}
.category-list li[data-category="big-nights-"].active > a {
  border-bottom-color: #E52B13;
}
.category-label[data-category="big-nights-"] {
  color: white;
  background-color: #E52B13;
}
.filter-group .terms.categories li[data-category="big-nights-"] > a {
  background-color: #E52B13;
  color: white;
}
.filter-group .terms.categories li[data-category="big-nights-"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="big-nights-"] > a > span:hover,
.filter-group .terms.categories li[data-category="big-nights-"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="big-nights-"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="big-nights-"] .media:before {
  background-color: #E52B13;
}
.card.film-card[data-category="big-nights-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0.75);
}
.card-popover[data-category="big-nights-"] {
  background-color: #E52B13;
}
.card-popover[data-category="big-nights-"] > .close {
  color: white;
  background-color: #E52B13;
}
.card-popover[data-category="big-nights-"] > .card.film-card .media:before {
  background-color: #E52B13;
}
.card-popover[data-category="big-nights-"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="big-nights-"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="big-nights-"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="big-nights-"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="big-nights-"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="big-nights-"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="big-nights-"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="big-nights-"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="big-nights-"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="big-nights-"] .film-info .title a {
  border-bottom: 1px solid rgba(229, 43, 19, 0);
}
[data-category="big-nights-"] .film-info .title a[href]:hover,
[data-category="big-nights-"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(229, 43, 19, 0.75);
}
.film-article[data-category="big-nights-"] > .hero {
  background-color: #E52B13;
  color: white;
}
.film-article[data-category="big-nights-"] > .festival-archive-strip {
  color: white;
  background-color: #E52B13;
}
.film-article[data-category="big-nights-"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="big-nights-"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="big-nights-"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="big-nights-"] > .article-header {
  background-color: #E52B13;
  color: white;
}
.film-article[data-category="big-nights-"] > .article-header .category-label {
  background-color: white;
  color: #E52B13;
}
.film-article[data-category="big-nights-"] > .article-header .director-group a[href],
.film-article[data-category="big-nights-"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="big-nights-"] > .article-header .director-group a[href]:hover,
.film-article[data-category="big-nights-"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="big-nights-"] > .article-header .director-group a[href]:focus,
.film-article[data-category="big-nights-"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="big-nights-"] > .article-header {
  background-color: #E52B13;
  color: white;
}
.schedule-list .session[data-category="big-nights-"]:after {
  background-color: #E52B13;
}
.schedule-list .session[data-category="big-nights-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="big-nights-"]:before {
  background-color: #E52B13;
}
.user-session-list-table .session[data-category="big-nights-"] {
  border-left-color: #E52B13;
}
.user-session-list-table .session[data-category="big-nights-"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #E52B13;
}
.region-features .featurenavigation .navitem[data-category="for-all-ages-"] > .label:before,
.region-features .featurenavigation .navitem[data-category="for-all-ages-"].is-nav-selected > .label:before {
  background-color: #ECA043;
}
.region-feature[data-category="for-all-ages-"] .category-label {
  color: black;
  background-color: #ECA043;
}
.region-feature[data-category="for-all-ages-"] .body > .title a[href] {
  border-bottom: 1px solid rgba(236, 160, 67, 0.25);
}
.region-feature[data-category="for-all-ages-"] .body > .title a[href]:hover,
.region-feature[data-category="for-all-ages-"] .body > .title a[href]:focus {
  border-bottom: 1px solid #eca043;
}
.region-feature[data-category="for-all-ages-"]:hover .body a[href],
.region-feature[data-category="for-all-ages-"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(236, 160, 67, 0.25);
}
.region-feature[data-category="for-all-ages-"] .body a[href],
.region-feature[data-category="for-all-ages-"] .footer a[href] {
  border-bottom: 1px solid rgba(236, 160, 67, 0);
}
.region-feature[data-category="for-all-ages-"] .body a[href]:hover,
.region-feature[data-category="for-all-ages-"] .footer a[href]:hover,
.region-feature[data-category="for-all-ages-"] .body a[href]:focus,
.region-feature[data-category="for-all-ages-"] .footer a[href]:focus {
  border-bottom: 1px solid #eca043;
}
.region-feature[data-category="for-all-ages-"] .category {
  border-top-color: #ECA043;
}
.category-list li[data-category="for-all-ages-"] > a {
  border-bottom-color: #f7d9b4;
}
.category-list li[data-category="for-all-ages-"] > a:hover {
  border-bottom-color: #ECA043;
}
.category-list li[data-category="for-all-ages-"].active > a {
  border-bottom-color: #ECA043;
}
.category-label[data-category="for-all-ages-"] {
  color: black;
  background-color: #ECA043;
}
.filter-group .terms.categories li[data-category="for-all-ages-"] > a {
  background-color: #ECA043;
  color: black;
}
.filter-group .terms.categories li[data-category="for-all-ages-"] > a > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.filter-group .terms.categories li[data-category="for-all-ages-"] > a > span:hover,
.filter-group .terms.categories li[data-category="for-all-ages-"] > a > span:focus {
  border-bottom: 1px solid #000000;
}
.filter-group .terms.categories li[data-category="for-all-ages-"].-active > a > span {
  border-bottom: 1px solid #000000;
}
.card.film-card[data-category="for-all-ages-"] .media:before {
  background-color: #ECA043;
}
.card.film-card[data-category="for-all-ages-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(236, 160, 67, 0.75);
}
.card-popover[data-category="for-all-ages-"] {
  background-color: #ECA043;
}
.card-popover[data-category="for-all-ages-"] > .close {
  color: #3B3B3B;
  background-color: #ECA043;
}
.card-popover[data-category="for-all-ages-"] > .card.film-card .media:before {
  background-color: #ECA043;
}
.card-popover[data-category="for-all-ages-"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.card-popover[data-category="for-all-ages-"] > .card.film-card .film-info {
  color: #3B3B3B;
}
.card-popover[data-category="for-all-ages-"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.card-popover[data-category="for-all-ages-"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="for-all-ages-"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.card-popover[data-category="for-all-ages-"] > .card.film-card .button-control {
  color: #3B3B3B;
}
.card-popover[data-category="for-all-ages-"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.card-popover[data-category="for-all-ages-"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="for-all-ages-"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
[data-category="for-all-ages-"] .film-info .title a {
  border-bottom: 1px solid rgba(236, 160, 67, 0);
}
[data-category="for-all-ages-"] .film-info .title a[href]:hover,
[data-category="for-all-ages-"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(236, 160, 67, 0.75);
}
.film-article[data-category="for-all-ages-"] > .hero {
  background-color: #ECA043;
  color: #3B3B3B;
}
.film-article[data-category="for-all-ages-"] > .festival-archive-strip {
  color: #3B3B3B;
  background-color: #ECA043;
}
.film-article[data-category="for-all-ages-"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.film-article[data-category="for-all-ages-"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="for-all-ages-"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #3b3b3b;
}
.film-article[data-category="for-all-ages-"] > .article-header {
  background-color: #ECA043;
  color: #3B3B3B;
}
.film-article[data-category="for-all-ages-"] > .article-header .category-label {
  background-color: #3B3B3B;
  color: #ECA043;
}
.film-article[data-category="for-all-ages-"] > .article-header .director-group a[href],
.film-article[data-category="for-all-ages-"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0.25);
}
.film-article[data-category="for-all-ages-"] > .article-header .director-group a[href]:hover,
.film-article[data-category="for-all-ages-"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="for-all-ages-"] > .article-header .director-group a[href]:focus,
.film-article[data-category="for-all-ages-"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.film-article[data-category="for-all-ages-"] > .article-header {
  background-color: #ECA043;
  color: #3B3B3B;
}
.schedule-list .session[data-category="for-all-ages-"]:after {
  background-color: #ECA043;
}
.schedule-list .session[data-category="for-all-ages-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(236, 160, 67, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="for-all-ages-"]:before {
  background-color: #ECA043;
}
.user-session-list-table .session[data-category="for-all-ages-"] {
  border-left-color: #ECA043;
}
.user-session-list-table .session[data-category="for-all-ages-"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #ECA043;
}
.region-features .featurenavigation .navitem[data-category="framing-reality-"] > .label:before,
.region-features .featurenavigation .navitem[data-category="framing-reality-"].is-nav-selected > .label:before {
  background-color: #EA590B;
}
.region-feature[data-category="framing-reality-"] .category-label {
  color: white;
  background-color: #EA590B;
}
.region-feature[data-category="framing-reality-"] .body > .title a[href] {
  border-bottom: 1px solid rgba(234, 89, 11, 0.25);
}
.region-feature[data-category="framing-reality-"] .body > .title a[href]:hover,
.region-feature[data-category="framing-reality-"] .body > .title a[href]:focus {
  border-bottom: 1px solid #ea590b;
}
.region-feature[data-category="framing-reality-"]:hover .body a[href],
.region-feature[data-category="framing-reality-"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(234, 89, 11, 0.25);
}
.region-feature[data-category="framing-reality-"] .body a[href],
.region-feature[data-category="framing-reality-"] .footer a[href] {
  border-bottom: 1px solid rgba(234, 89, 11, 0);
}
.region-feature[data-category="framing-reality-"] .body a[href]:hover,
.region-feature[data-category="framing-reality-"] .footer a[href]:hover,
.region-feature[data-category="framing-reality-"] .body a[href]:focus,
.region-feature[data-category="framing-reality-"] .footer a[href]:focus {
  border-bottom: 1px solid #ea590b;
}
.region-feature[data-category="framing-reality-"] .category {
  border-top-color: #EA590B;
}
.category-list li[data-category="framing-reality-"] > a {
  border-bottom-color: #f7bd9d;
}
.category-list li[data-category="framing-reality-"] > a:hover {
  border-bottom-color: #EA590B;
}
.category-list li[data-category="framing-reality-"].active > a {
  border-bottom-color: #EA590B;
}
.category-label[data-category="framing-reality-"] {
  color: white;
  background-color: #EA590B;
}
.filter-group .terms.categories li[data-category="framing-reality-"] > a {
  background-color: #EA590B;
  color: white;
}
.filter-group .terms.categories li[data-category="framing-reality-"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="framing-reality-"] > a > span:hover,
.filter-group .terms.categories li[data-category="framing-reality-"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="framing-reality-"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="framing-reality-"] .media:before {
  background-color: #EA590B;
}
.card.film-card[data-category="framing-reality-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(234, 89, 11, 0.75);
}
.card-popover[data-category="framing-reality-"] {
  background-color: #EA590B;
}
.card-popover[data-category="framing-reality-"] > .close {
  color: white;
  background-color: #EA590B;
}
.card-popover[data-category="framing-reality-"] > .card.film-card .media:before {
  background-color: #EA590B;
}
.card-popover[data-category="framing-reality-"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="framing-reality-"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="framing-reality-"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="framing-reality-"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="framing-reality-"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="framing-reality-"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="framing-reality-"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="framing-reality-"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="framing-reality-"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="framing-reality-"] .film-info .title a {
  border-bottom: 1px solid rgba(234, 89, 11, 0);
}
[data-category="framing-reality-"] .film-info .title a[href]:hover,
[data-category="framing-reality-"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(234, 89, 11, 0.75);
}
.film-article[data-category="framing-reality-"] > .hero {
  background-color: #EA590B;
  color: white;
}
.film-article[data-category="framing-reality-"] > .festival-archive-strip {
  color: white;
  background-color: #EA590B;
}
.film-article[data-category="framing-reality-"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="framing-reality-"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="framing-reality-"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="framing-reality-"] > .article-header {
  background-color: #EA590B;
  color: white;
}
.film-article[data-category="framing-reality-"] > .article-header .category-label {
  background-color: white;
  color: #EA590B;
}
.film-article[data-category="framing-reality-"] > .article-header .director-group a[href],
.film-article[data-category="framing-reality-"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="framing-reality-"] > .article-header .director-group a[href]:hover,
.film-article[data-category="framing-reality-"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="framing-reality-"] > .article-header .director-group a[href]:focus,
.film-article[data-category="framing-reality-"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="framing-reality-"] > .article-header {
  background-color: #EA590B;
  color: white;
}
.schedule-list .session[data-category="framing-reality-"]:after {
  background-color: #EA590B;
}
.schedule-list .session[data-category="framing-reality-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(234, 89, 11, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="framing-reality-"]:before {
  background-color: #EA590B;
}
.user-session-list-table .session[data-category="framing-reality-"] {
  border-left-color: #EA590B;
}
.user-session-list-table .session[data-category="framing-reality-"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #EA590B;
}
.region-features .featurenavigation .navitem[data-category="fresh"] > .label:before,
.region-features .featurenavigation .navitem[data-category="fresh"].is-nav-selected > .label:before {
  background-color: #FECF44;
}
.region-feature[data-category="fresh"] .category-label {
  color: black;
  background-color: #FECF44;
}
.region-feature[data-category="fresh"] .body > .title a[href] {
  border-bottom: 1px solid rgba(254, 207, 68, 0.25);
}
.region-feature[data-category="fresh"] .body > .title a[href]:hover,
.region-feature[data-category="fresh"] .body > .title a[href]:focus {
  border-bottom: 1px solid #fecf44;
}
.region-feature[data-category="fresh"]:hover .body a[href],
.region-feature[data-category="fresh"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(254, 207, 68, 0.25);
}
.region-feature[data-category="fresh"] .body a[href],
.region-feature[data-category="fresh"] .footer a[href] {
  border-bottom: 1px solid rgba(254, 207, 68, 0);
}
.region-feature[data-category="fresh"] .body a[href]:hover,
.region-feature[data-category="fresh"] .footer a[href]:hover,
.region-feature[data-category="fresh"] .body a[href]:focus,
.region-feature[data-category="fresh"] .footer a[href]:focus {
  border-bottom: 1px solid #fecf44;
}
.region-feature[data-category="fresh"] .category {
  border-top-color: #FECF44;
}
.category-list li[data-category="fresh"] > a {
  border-bottom-color: #ffecb4;
}
.category-list li[data-category="fresh"] > a:hover {
  border-bottom-color: #FECF44;
}
.category-list li[data-category="fresh"].active > a {
  border-bottom-color: #FECF44;
}
.category-label[data-category="fresh"] {
  color: black;
  background-color: #FECF44;
}
.filter-group .terms.categories li[data-category="fresh"] > a {
  background-color: #FECF44;
  color: black;
}
.filter-group .terms.categories li[data-category="fresh"] > a > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.filter-group .terms.categories li[data-category="fresh"] > a > span:hover,
.filter-group .terms.categories li[data-category="fresh"] > a > span:focus {
  border-bottom: 1px solid #000000;
}
.filter-group .terms.categories li[data-category="fresh"].-active > a > span {
  border-bottom: 1px solid #000000;
}
.card.film-card[data-category="fresh"] .media:before {
  background-color: #FECF44;
}
.card.film-card[data-category="fresh"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(254, 207, 68, 0.75);
}
.card-popover[data-category="fresh"] {
  background-color: #FECF44;
}
.card-popover[data-category="fresh"] > .close {
  color: #3B3B3B;
  background-color: #FECF44;
}
.card-popover[data-category="fresh"] > .card.film-card .media:before {
  background-color: #FECF44;
}
.card-popover[data-category="fresh"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.card-popover[data-category="fresh"] > .card.film-card .film-info {
  color: #3B3B3B;
}
.card-popover[data-category="fresh"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.card-popover[data-category="fresh"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="fresh"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.card-popover[data-category="fresh"] > .card.film-card .button-control {
  color: #3B3B3B;
}
.card-popover[data-category="fresh"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.card-popover[data-category="fresh"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="fresh"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
[data-category="fresh"] .film-info .title a {
  border-bottom: 1px solid rgba(254, 207, 68, 0);
}
[data-category="fresh"] .film-info .title a[href]:hover,
[data-category="fresh"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(254, 207, 68, 0.75);
}
.film-article[data-category="fresh"] > .hero {
  background-color: #FECF44;
  color: #3B3B3B;
}
.film-article[data-category="fresh"] > .festival-archive-strip {
  color: #3B3B3B;
  background-color: #FECF44;
}
.film-article[data-category="fresh"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.film-article[data-category="fresh"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="fresh"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #3b3b3b;
}
.film-article[data-category="fresh"] > .article-header {
  background-color: #FECF44;
  color: #3B3B3B;
}
.film-article[data-category="fresh"] > .article-header .category-label {
  background-color: #3B3B3B;
  color: #FECF44;
}
.film-article[data-category="fresh"] > .article-header .director-group a[href],
.film-article[data-category="fresh"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0.25);
}
.film-article[data-category="fresh"] > .article-header .director-group a[href]:hover,
.film-article[data-category="fresh"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="fresh"] > .article-header .director-group a[href]:focus,
.film-article[data-category="fresh"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.film-article[data-category="fresh"] > .article-header {
  background-color: #FECF44;
  color: #3B3B3B;
}
.schedule-list .session[data-category="fresh"]:after {
  background-color: #FECF44;
}
.schedule-list .session[data-category="fresh"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(254, 207, 68, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="fresh"]:before {
  background-color: #FECF44;
}
.user-session-list-table .session[data-category="fresh"] {
  border-left-color: #FECF44;
}
.user-session-list-table .session[data-category="fresh"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #FECF44;
}
.region-features .featurenavigation .navitem[data-category="-incredibly-strange-"] > .label:before,
.region-features .featurenavigation .navitem[data-category="-incredibly-strange-"].is-nav-selected > .label:before {
  background-color: #D1C000;
}
.region-feature[data-category="-incredibly-strange-"] .category-label {
  color: black;
  background-color: #D1C000;
}
.region-feature[data-category="-incredibly-strange-"] .body > .title a[href] {
  border-bottom: 1px solid rgba(209, 192, 0, 0.25);
}
.region-feature[data-category="-incredibly-strange-"] .body > .title a[href]:hover,
.region-feature[data-category="-incredibly-strange-"] .body > .title a[href]:focus {
  border-bottom: 1px solid #d1c000;
}
.region-feature[data-category="-incredibly-strange-"]:hover .body a[href],
.region-feature[data-category="-incredibly-strange-"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(209, 192, 0, 0.25);
}
.region-feature[data-category="-incredibly-strange-"] .body a[href],
.region-feature[data-category="-incredibly-strange-"] .footer a[href] {
  border-bottom: 1px solid rgba(209, 192, 0, 0);
}
.region-feature[data-category="-incredibly-strange-"] .body a[href]:hover,
.region-feature[data-category="-incredibly-strange-"] .footer a[href]:hover,
.region-feature[data-category="-incredibly-strange-"] .body a[href]:focus,
.region-feature[data-category="-incredibly-strange-"] .footer a[href]:focus {
  border-bottom: 1px solid #d1c000;
}
.region-feature[data-category="-incredibly-strange-"] .category {
  border-top-color: #D1C000;
}
.category-list li[data-category="-incredibly-strange-"] > a {
  border-bottom-color: #ede699;
}
.category-list li[data-category="-incredibly-strange-"] > a:hover {
  border-bottom-color: #D1C000;
}
.category-list li[data-category="-incredibly-strange-"].active > a {
  border-bottom-color: #D1C000;
}
.category-label[data-category="-incredibly-strange-"] {
  color: black;
  background-color: #D1C000;
}
.filter-group .terms.categories li[data-category="-incredibly-strange-"] > a {
  background-color: #D1C000;
  color: black;
}
.filter-group .terms.categories li[data-category="-incredibly-strange-"] > a > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.filter-group .terms.categories li[data-category="-incredibly-strange-"] > a > span:hover,
.filter-group .terms.categories li[data-category="-incredibly-strange-"] > a > span:focus {
  border-bottom: 1px solid #000000;
}
.filter-group .terms.categories li[data-category="-incredibly-strange-"].-active > a > span {
  border-bottom: 1px solid #000000;
}
.card.film-card[data-category="-incredibly-strange-"] .media:before {
  background-color: #D1C000;
}
.card.film-card[data-category="-incredibly-strange-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(209, 192, 0, 0.75);
}
.card-popover[data-category="-incredibly-strange-"] {
  background-color: #D1C000;
}
.card-popover[data-category="-incredibly-strange-"] > .close {
  color: #3B3B3B;
  background-color: #D1C000;
}
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .media:before {
  background-color: #D1C000;
}
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .film-info {
  color: #3B3B3B;
}
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .button-control {
  color: #3B3B3B;
}
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="-incredibly-strange-"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
[data-category="-incredibly-strange-"] .film-info .title a {
  border-bottom: 1px solid rgba(209, 192, 0, 0);
}
[data-category="-incredibly-strange-"] .film-info .title a[href]:hover,
[data-category="-incredibly-strange-"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(209, 192, 0, 0.75);
}
.film-article[data-category="-incredibly-strange-"] > .hero {
  background-color: #D1C000;
  color: #3B3B3B;
}
.film-article[data-category="-incredibly-strange-"] > .festival-archive-strip {
  color: #3B3B3B;
  background-color: #D1C000;
}
.film-article[data-category="-incredibly-strange-"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.film-article[data-category="-incredibly-strange-"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="-incredibly-strange-"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #3b3b3b;
}
.film-article[data-category="-incredibly-strange-"] > .article-header {
  background-color: #D1C000;
  color: #3B3B3B;
}
.film-article[data-category="-incredibly-strange-"] > .article-header .category-label {
  background-color: #3B3B3B;
  color: #D1C000;
}
.film-article[data-category="-incredibly-strange-"] > .article-header .director-group a[href],
.film-article[data-category="-incredibly-strange-"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0.25);
}
.film-article[data-category="-incredibly-strange-"] > .article-header .director-group a[href]:hover,
.film-article[data-category="-incredibly-strange-"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="-incredibly-strange-"] > .article-header .director-group a[href]:focus,
.film-article[data-category="-incredibly-strange-"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.film-article[data-category="-incredibly-strange-"] > .article-header {
  background-color: #D1C000;
  color: #3B3B3B;
}
.schedule-list .session[data-category="-incredibly-strange-"]:after {
  background-color: #D1C000;
}
.schedule-list .session[data-category="-incredibly-strange-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(209, 192, 0, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="-incredibly-strange-"]:before {
  background-color: #D1C000;
}
.user-session-list-table .session[data-category="-incredibly-strange-"] {
  border-left-color: #D1C000;
}
.user-session-list-table .session[data-category="-incredibly-strange-"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #D1C000;
}
.region-features .featurenavigation .navitem[data-category="live-events"] > .label:before,
.region-features .featurenavigation .navitem[data-category="live-events"].is-nav-selected > .label:before {
  background-color: #010173;
}
.region-feature[data-category="live-events"] .category-label {
  color: white;
  background-color: #010173;
}
.region-feature[data-category="live-events"] .body > .title a[href] {
  border-bottom: 1px solid rgba(1, 1, 115, 0.25);
}
.region-feature[data-category="live-events"] .body > .title a[href]:hover,
.region-feature[data-category="live-events"] .body > .title a[href]:focus {
  border-bottom: 1px solid #010173;
}
.region-feature[data-category="live-events"]:hover .body a[href],
.region-feature[data-category="live-events"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(1, 1, 115, 0.25);
}
.region-feature[data-category="live-events"] .body a[href],
.region-feature[data-category="live-events"] .footer a[href] {
  border-bottom: 1px solid rgba(1, 1, 115, 0);
}
.region-feature[data-category="live-events"] .body a[href]:hover,
.region-feature[data-category="live-events"] .footer a[href]:hover,
.region-feature[data-category="live-events"] .body a[href]:focus,
.region-feature[data-category="live-events"] .footer a[href]:focus {
  border-bottom: 1px solid #010173;
}
.region-feature[data-category="live-events"] .category {
  border-top-color: #010173;
}
.category-list li[data-category="live-events"] > a {
  border-bottom-color: #9999c7;
}
.category-list li[data-category="live-events"] > a:hover {
  border-bottom-color: #010173;
}
.category-list li[data-category="live-events"].active > a {
  border-bottom-color: #010173;
}
.category-label[data-category="live-events"] {
  color: white;
  background-color: #010173;
}
.filter-group .terms.categories li[data-category="live-events"] > a {
  background-color: #010173;
  color: white;
}
.filter-group .terms.categories li[data-category="live-events"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="live-events"] > a > span:hover,
.filter-group .terms.categories li[data-category="live-events"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="live-events"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="live-events"] .media:before {
  background-color: #010173;
}
.card.film-card[data-category="live-events"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(1, 1, 115, 0.75);
}
.card-popover[data-category="live-events"] {
  background-color: #010173;
}
.card-popover[data-category="live-events"] > .close {
  color: white;
  background-color: #010173;
}
.card-popover[data-category="live-events"] > .card.film-card .media:before {
  background-color: #010173;
}
.card-popover[data-category="live-events"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="live-events"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="live-events"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="live-events"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="live-events"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="live-events"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="live-events"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="live-events"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="live-events"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="live-events"] .film-info .title a {
  border-bottom: 1px solid rgba(1, 1, 115, 0);
}
[data-category="live-events"] .film-info .title a[href]:hover,
[data-category="live-events"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(1, 1, 115, 0.75);
}
.film-article[data-category="live-events"] > .hero {
  background-color: #010173;
  color: white;
}
.film-article[data-category="live-events"] > .festival-archive-strip {
  color: white;
  background-color: #010173;
}
.film-article[data-category="live-events"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="live-events"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="live-events"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="live-events"] > .article-header {
  background-color: #010173;
  color: white;
}
.film-article[data-category="live-events"] > .article-header .category-label {
  background-color: white;
  color: #010173;
}
.film-article[data-category="live-events"] > .article-header .director-group a[href],
.film-article[data-category="live-events"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="live-events"] > .article-header .director-group a[href]:hover,
.film-article[data-category="live-events"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="live-events"] > .article-header .director-group a[href]:focus,
.film-article[data-category="live-events"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="live-events"] > .article-header {
  background-color: #010173;
  color: white;
}
.schedule-list .session[data-category="live-events"]:after {
  background-color: #010173;
}
.schedule-list .session[data-category="live-events"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(1, 1, 115, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="live-events"]:before {
  background-color: #010173;
}
.user-session-list-table .session[data-category="live-events"] {
  border-left-color: #010173;
}
.user-session-list-table .session[data-category="live-events"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #010173;
}
.region-features .featurenavigation .navitem[data-category="category-class-69961"] > .label:before,
.region-features .featurenavigation .navitem[data-category="category-class-69961"].is-nav-selected > .label:before {
  background-color: #D994BD;
}
.region-feature[data-category="category-class-69961"] .category-label {
  color: white;
  background-color: #D994BD;
}
.region-feature[data-category="category-class-69961"] .body > .title a[href] {
  border-bottom: 1px solid rgba(217, 148, 189, 0.25);
}
.region-feature[data-category="category-class-69961"] .body > .title a[href]:hover,
.region-feature[data-category="category-class-69961"] .body > .title a[href]:focus {
  border-bottom: 1px solid #d994bd;
}
.region-feature[data-category="category-class-69961"]:hover .body a[href],
.region-feature[data-category="category-class-69961"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(217, 148, 189, 0.25);
}
.region-feature[data-category="category-class-69961"] .body a[href],
.region-feature[data-category="category-class-69961"] .footer a[href] {
  border-bottom: 1px solid rgba(217, 148, 189, 0);
}
.region-feature[data-category="category-class-69961"] .body a[href]:hover,
.region-feature[data-category="category-class-69961"] .footer a[href]:hover,
.region-feature[data-category="category-class-69961"] .body a[href]:focus,
.region-feature[data-category="category-class-69961"] .footer a[href]:focus {
  border-bottom: 1px solid #d994bd;
}
.region-feature[data-category="category-class-69961"] .category {
  border-top-color: #D994BD;
}
.category-list li[data-category="category-class-69961"] > a {
  border-bottom-color: #f0d4e5;
}
.category-list li[data-category="category-class-69961"] > a:hover {
  border-bottom-color: #D994BD;
}
.category-list li[data-category="category-class-69961"].active > a {
  border-bottom-color: #D994BD;
}
.category-label[data-category="category-class-69961"] {
  color: white;
  background-color: #D994BD;
}
.filter-group .terms.categories li[data-category="category-class-69961"] > a {
  background-color: #D994BD;
  color: white;
}
.filter-group .terms.categories li[data-category="category-class-69961"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="category-class-69961"] > a > span:hover,
.filter-group .terms.categories li[data-category="category-class-69961"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="category-class-69961"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="category-class-69961"] .media:before {
  background-color: #D994BD;
}
.card.film-card[data-category="category-class-69961"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(217, 148, 189, 0.75);
}
.card-popover[data-category="category-class-69961"] {
  background-color: #D994BD;
}
.card-popover[data-category="category-class-69961"] > .close {
  color: white;
  background-color: #D994BD;
}
.card-popover[data-category="category-class-69961"] > .card.film-card .media:before {
  background-color: #D994BD;
}
.card-popover[data-category="category-class-69961"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="category-class-69961"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="category-class-69961"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="category-class-69961"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="category-class-69961"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="category-class-69961"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="category-class-69961"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="category-class-69961"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="category-class-69961"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="category-class-69961"] .film-info .title a {
  border-bottom: 1px solid rgba(217, 148, 189, 0);
}
[data-category="category-class-69961"] .film-info .title a[href]:hover,
[data-category="category-class-69961"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(217, 148, 189, 0.75);
}
.film-article[data-category="category-class-69961"] > .hero {
  background-color: #D994BD;
  color: white;
}
.film-article[data-category="category-class-69961"] > .festival-archive-strip {
  color: white;
  background-color: #D994BD;
}
.film-article[data-category="category-class-69961"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="category-class-69961"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="category-class-69961"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="category-class-69961"] > .article-header {
  background-color: #D994BD;
  color: white;
}
.film-article[data-category="category-class-69961"] > .article-header .category-label {
  background-color: white;
  color: #D994BD;
}
.film-article[data-category="category-class-69961"] > .article-header .director-group a[href],
.film-article[data-category="category-class-69961"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="category-class-69961"] > .article-header .director-group a[href]:hover,
.film-article[data-category="category-class-69961"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="category-class-69961"] > .article-header .director-group a[href]:focus,
.film-article[data-category="category-class-69961"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="category-class-69961"] > .article-header {
  background-color: #D994BD;
  color: white;
}
.schedule-list .session[data-category="category-class-69961"]:after {
  background-color: #D994BD;
}
.schedule-list .session[data-category="category-class-69961"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(217, 148, 189, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="category-class-69961"]:before {
  background-color: #D994BD;
}
.user-session-list-table .session[data-category="category-class-69961"] {
  border-left-color: #D994BD;
}
.user-session-list-table .session[data-category="category-class-69961"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #D994BD;
}
.region-features .featurenavigation .navitem[data-category="portrait-of-an-artist--"] > .label:before,
.region-features .featurenavigation .navitem[data-category="portrait-of-an-artist--"].is-nav-selected > .label:before {
  background-color: #449E89;
}
.region-feature[data-category="portrait-of-an-artist--"] .category-label {
  color: white;
  background-color: #449E89;
}
.region-feature[data-category="portrait-of-an-artist--"] .body > .title a[href] {
  border-bottom: 1px solid rgba(68, 158, 137, 0.25);
}
.region-feature[data-category="portrait-of-an-artist--"] .body > .title a[href]:hover,
.region-feature[data-category="portrait-of-an-artist--"] .body > .title a[href]:focus {
  border-bottom: 1px solid #449e89;
}
.region-feature[data-category="portrait-of-an-artist--"]:hover .body a[href],
.region-feature[data-category="portrait-of-an-artist--"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(68, 158, 137, 0.25);
}
.region-feature[data-category="portrait-of-an-artist--"] .body a[href],
.region-feature[data-category="portrait-of-an-artist--"] .footer a[href] {
  border-bottom: 1px solid rgba(68, 158, 137, 0);
}
.region-feature[data-category="portrait-of-an-artist--"] .body a[href]:hover,
.region-feature[data-category="portrait-of-an-artist--"] .footer a[href]:hover,
.region-feature[data-category="portrait-of-an-artist--"] .body a[href]:focus,
.region-feature[data-category="portrait-of-an-artist--"] .footer a[href]:focus {
  border-bottom: 1px solid #449e89;
}
.region-feature[data-category="portrait-of-an-artist--"] .category {
  border-top-color: #449E89;
}
.category-list li[data-category="portrait-of-an-artist--"] > a {
  border-bottom-color: #b4d8d0;
}
.category-list li[data-category="portrait-of-an-artist--"] > a:hover {
  border-bottom-color: #449E89;
}
.category-list li[data-category="portrait-of-an-artist--"].active > a {
  border-bottom-color: #449E89;
}
.category-label[data-category="portrait-of-an-artist--"] {
  color: white;
  background-color: #449E89;
}
.filter-group .terms.categories li[data-category="portrait-of-an-artist--"] > a {
  background-color: #449E89;
  color: white;
}
.filter-group .terms.categories li[data-category="portrait-of-an-artist--"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="portrait-of-an-artist--"] > a > span:hover,
.filter-group .terms.categories li[data-category="portrait-of-an-artist--"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="portrait-of-an-artist--"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="portrait-of-an-artist--"] .media:before {
  background-color: #449E89;
}
.card.film-card[data-category="portrait-of-an-artist--"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(68, 158, 137, 0.75);
}
.card-popover[data-category="portrait-of-an-artist--"] {
  background-color: #449E89;
}
.card-popover[data-category="portrait-of-an-artist--"] > .close {
  color: white;
  background-color: #449E89;
}
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .media:before {
  background-color: #449E89;
}
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="portrait-of-an-artist--"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="portrait-of-an-artist--"] .film-info .title a {
  border-bottom: 1px solid rgba(68, 158, 137, 0);
}
[data-category="portrait-of-an-artist--"] .film-info .title a[href]:hover,
[data-category="portrait-of-an-artist--"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(68, 158, 137, 0.75);
}
.film-article[data-category="portrait-of-an-artist--"] > .hero {
  background-color: #449E89;
  color: white;
}
.film-article[data-category="portrait-of-an-artist--"] > .festival-archive-strip {
  color: white;
  background-color: #449E89;
}
.film-article[data-category="portrait-of-an-artist--"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="portrait-of-an-artist--"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="portrait-of-an-artist--"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="portrait-of-an-artist--"] > .article-header {
  background-color: #449E89;
  color: white;
}
.film-article[data-category="portrait-of-an-artist--"] > .article-header .category-label {
  background-color: white;
  color: #449E89;
}
.film-article[data-category="portrait-of-an-artist--"] > .article-header .director-group a[href],
.film-article[data-category="portrait-of-an-artist--"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="portrait-of-an-artist--"] > .article-header .director-group a[href]:hover,
.film-article[data-category="portrait-of-an-artist--"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="portrait-of-an-artist--"] > .article-header .director-group a[href]:focus,
.film-article[data-category="portrait-of-an-artist--"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="portrait-of-an-artist--"] > .article-header {
  background-color: #449E89;
  color: white;
}
.schedule-list .session[data-category="portrait-of-an-artist--"]:after {
  background-color: #449E89;
}
.schedule-list .session[data-category="portrait-of-an-artist--"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(68, 158, 137, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="portrait-of-an-artist--"]:before {
  background-color: #449E89;
}
.user-session-list-table .session[data-category="portrait-of-an-artist--"] {
  border-left-color: #449E89;
}
.user-session-list-table .session[data-category="portrait-of-an-artist--"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #449E89;
}
.region-features .featurenavigation .navitem[data-category="retro"] > .label:before,
.region-features .featurenavigation .navitem[data-category="retro"].is-nav-selected > .label:before {
  background-color: #E52B13;
}
.region-feature[data-category="retro"] .category-label {
  color: white;
  background-color: #E52B13;
}
.region-feature[data-category="retro"] .body > .title a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0.25);
}
.region-feature[data-category="retro"] .body > .title a[href]:hover,
.region-feature[data-category="retro"] .body > .title a[href]:focus {
  border-bottom: 1px solid #e52b13;
}
.region-feature[data-category="retro"]:hover .body a[href],
.region-feature[data-category="retro"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0.25);
}
.region-feature[data-category="retro"] .body a[href],
.region-feature[data-category="retro"] .footer a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0);
}
.region-feature[data-category="retro"] .body a[href]:hover,
.region-feature[data-category="retro"] .footer a[href]:hover,
.region-feature[data-category="retro"] .body a[href]:focus,
.region-feature[data-category="retro"] .footer a[href]:focus {
  border-bottom: 1px solid #e52b13;
}
.region-feature[data-category="retro"] .category {
  border-top-color: #E52B13;
}
.category-list li[data-category="retro"] > a {
  border-bottom-color: #f5aaa1;
}
.category-list li[data-category="retro"] > a:hover {
  border-bottom-color: #E52B13;
}
.category-list li[data-category="retro"].active > a {
  border-bottom-color: #E52B13;
}
.category-label[data-category="retro"] {
  color: white;
  background-color: #E52B13;
}
.filter-group .terms.categories li[data-category="retro"] > a {
  background-color: #E52B13;
  color: white;
}
.filter-group .terms.categories li[data-category="retro"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="retro"] > a > span:hover,
.filter-group .terms.categories li[data-category="retro"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="retro"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="retro"] .media:before {
  background-color: #E52B13;
}
.card.film-card[data-category="retro"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0.75);
}
.card-popover[data-category="retro"] {
  background-color: #E52B13;
}
.card-popover[data-category="retro"] > .close {
  color: white;
  background-color: #E52B13;
}
.card-popover[data-category="retro"] > .card.film-card .media:before {
  background-color: #E52B13;
}
.card-popover[data-category="retro"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="retro"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="retro"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="retro"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="retro"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="retro"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="retro"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="retro"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="retro"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="retro"] .film-info .title a {
  border-bottom: 1px solid rgba(229, 43, 19, 0);
}
[data-category="retro"] .film-info .title a[href]:hover,
[data-category="retro"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(229, 43, 19, 0.75);
}
.film-article[data-category="retro"] > .hero {
  background-color: #E52B13;
  color: white;
}
.film-article[data-category="retro"] > .festival-archive-strip {
  color: white;
  background-color: #E52B13;
}
.film-article[data-category="retro"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="retro"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="retro"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="retro"] > .article-header {
  background-color: #E52B13;
  color: white;
}
.film-article[data-category="retro"] > .article-header .category-label {
  background-color: white;
  color: #E52B13;
}
.film-article[data-category="retro"] > .article-header .director-group a[href],
.film-article[data-category="retro"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="retro"] > .article-header .director-group a[href]:hover,
.film-article[data-category="retro"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="retro"] > .article-header .director-group a[href]:focus,
.film-article[data-category="retro"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="retro"] > .article-header {
  background-color: #E52B13;
  color: white;
}
.schedule-list .session[data-category="retro"]:after {
  background-color: #E52B13;
}
.schedule-list .session[data-category="retro"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(229, 43, 19, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="retro"]:before {
  background-color: #E52B13;
}
.user-session-list-table .session[data-category="retro"] {
  border-left-color: #E52B13;
}
.user-session-list-table .session[data-category="retro"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #E52B13;
}
.region-features .featurenavigation .navitem[data-category="vive-la-varda"] > .label:before,
.region-features .featurenavigation .navitem[data-category="vive-la-varda"].is-nav-selected > .label:before {
  background-color: #606596;
}
.region-feature[data-category="vive-la-varda"] .category-label {
  color: white;
  background-color: #606596;
}
.region-feature[data-category="vive-la-varda"] .body > .title a[href] {
  border-bottom: 1px solid rgba(96, 101, 150, 0.25);
}
.region-feature[data-category="vive-la-varda"] .body > .title a[href]:hover,
.region-feature[data-category="vive-la-varda"] .body > .title a[href]:focus {
  border-bottom: 1px solid #606596;
}
.region-feature[data-category="vive-la-varda"]:hover .body a[href],
.region-feature[data-category="vive-la-varda"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(96, 101, 150, 0.25);
}
.region-feature[data-category="vive-la-varda"] .body a[href],
.region-feature[data-category="vive-la-varda"] .footer a[href] {
  border-bottom: 1px solid rgba(96, 101, 150, 0);
}
.region-feature[data-category="vive-la-varda"] .body a[href]:hover,
.region-feature[data-category="vive-la-varda"] .footer a[href]:hover,
.region-feature[data-category="vive-la-varda"] .body a[href]:focus,
.region-feature[data-category="vive-la-varda"] .footer a[href]:focus {
  border-bottom: 1px solid #606596;
}
.region-feature[data-category="vive-la-varda"] .category {
  border-top-color: #606596;
}
.category-list li[data-category="vive-la-varda"] > a {
  border-bottom-color: #bfc1d5;
}
.category-list li[data-category="vive-la-varda"] > a:hover {
  border-bottom-color: #606596;
}
.category-list li[data-category="vive-la-varda"].active > a {
  border-bottom-color: #606596;
}
.category-label[data-category="vive-la-varda"] {
  color: white;
  background-color: #606596;
}
.filter-group .terms.categories li[data-category="vive-la-varda"] > a {
  background-color: #606596;
  color: white;
}
.filter-group .terms.categories li[data-category="vive-la-varda"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="vive-la-varda"] > a > span:hover,
.filter-group .terms.categories li[data-category="vive-la-varda"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="vive-la-varda"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="vive-la-varda"] .media:before {
  background-color: #606596;
}
.card.film-card[data-category="vive-la-varda"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(96, 101, 150, 0.75);
}
.card-popover[data-category="vive-la-varda"] {
  background-color: #606596;
}
.card-popover[data-category="vive-la-varda"] > .close {
  color: white;
  background-color: #606596;
}
.card-popover[data-category="vive-la-varda"] > .card.film-card .media:before {
  background-color: #606596;
}
.card-popover[data-category="vive-la-varda"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="vive-la-varda"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="vive-la-varda"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="vive-la-varda"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="vive-la-varda"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="vive-la-varda"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="vive-la-varda"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="vive-la-varda"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="vive-la-varda"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="vive-la-varda"] .film-info .title a {
  border-bottom: 1px solid rgba(96, 101, 150, 0);
}
[data-category="vive-la-varda"] .film-info .title a[href]:hover,
[data-category="vive-la-varda"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(96, 101, 150, 0.75);
}
.film-article[data-category="vive-la-varda"] > .hero {
  background-color: #606596;
  color: white;
}
.film-article[data-category="vive-la-varda"] > .festival-archive-strip {
  color: white;
  background-color: #606596;
}
.film-article[data-category="vive-la-varda"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="vive-la-varda"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="vive-la-varda"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="vive-la-varda"] > .article-header {
  background-color: #606596;
  color: white;
}
.film-article[data-category="vive-la-varda"] > .article-header .category-label {
  background-color: white;
  color: #606596;
}
.film-article[data-category="vive-la-varda"] > .article-header .director-group a[href],
.film-article[data-category="vive-la-varda"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="vive-la-varda"] > .article-header .director-group a[href]:hover,
.film-article[data-category="vive-la-varda"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="vive-la-varda"] > .article-header .director-group a[href]:focus,
.film-article[data-category="vive-la-varda"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="vive-la-varda"] > .article-header {
  background-color: #606596;
  color: white;
}
.schedule-list .session[data-category="vive-la-varda"]:after {
  background-color: #606596;
}
.schedule-list .session[data-category="vive-la-varda"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(96, 101, 150, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="vive-la-varda"]:before {
  background-color: #606596;
}
.user-session-list-table .session[data-category="vive-la-varda"] {
  border-left-color: #606596;
}
.user-session-list-table .session[data-category="vive-la-varda"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #606596;
}
.region-features .featurenavigation .navitem[data-category="women-in-cinema"] > .label:before,
.region-features .featurenavigation .navitem[data-category="women-in-cinema"].is-nav-selected > .label:before {
  background-color: #4725B8;
}
.region-feature[data-category="women-in-cinema"] .category-label {
  color: white;
  background-color: #4725B8;
}
.region-feature[data-category="women-in-cinema"] .body > .title a[href] {
  border-bottom: 1px solid rgba(71, 37, 184, 0.25);
}
.region-feature[data-category="women-in-cinema"] .body > .title a[href]:hover,
.region-feature[data-category="women-in-cinema"] .body > .title a[href]:focus {
  border-bottom: 1px solid #4725b8;
}
.region-feature[data-category="women-in-cinema"]:hover .body a[href],
.region-feature[data-category="women-in-cinema"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(71, 37, 184, 0.25);
}
.region-feature[data-category="women-in-cinema"] .body a[href],
.region-feature[data-category="women-in-cinema"] .footer a[href] {
  border-bottom: 1px solid rgba(71, 37, 184, 0);
}
.region-feature[data-category="women-in-cinema"] .body a[href]:hover,
.region-feature[data-category="women-in-cinema"] .footer a[href]:hover,
.region-feature[data-category="women-in-cinema"] .body a[href]:focus,
.region-feature[data-category="women-in-cinema"] .footer a[href]:focus {
  border-bottom: 1px solid #4725b8;
}
.region-feature[data-category="women-in-cinema"] .category {
  border-top-color: #4725B8;
}
.category-list li[data-category="women-in-cinema"] > a {
  border-bottom-color: #b5a8e3;
}
.category-list li[data-category="women-in-cinema"] > a:hover {
  border-bottom-color: #4725B8;
}
.category-list li[data-category="women-in-cinema"].active > a {
  border-bottom-color: #4725B8;
}
.category-label[data-category="women-in-cinema"] {
  color: white;
  background-color: #4725B8;
}
.filter-group .terms.categories li[data-category="women-in-cinema"] > a {
  background-color: #4725B8;
  color: white;
}
.filter-group .terms.categories li[data-category="women-in-cinema"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="women-in-cinema"] > a > span:hover,
.filter-group .terms.categories li[data-category="women-in-cinema"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="women-in-cinema"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="women-in-cinema"] .media:before {
  background-color: #4725B8;
}
.card.film-card[data-category="women-in-cinema"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(71, 37, 184, 0.75);
}
.card-popover[data-category="women-in-cinema"] {
  background-color: #4725B8;
}
.card-popover[data-category="women-in-cinema"] > .close {
  color: white;
  background-color: #4725B8;
}
.card-popover[data-category="women-in-cinema"] > .card.film-card .media:before {
  background-color: #4725B8;
}
.card-popover[data-category="women-in-cinema"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="women-in-cinema"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="women-in-cinema"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="women-in-cinema"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="women-in-cinema"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="women-in-cinema"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="women-in-cinema"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="women-in-cinema"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="women-in-cinema"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="women-in-cinema"] .film-info .title a {
  border-bottom: 1px solid rgba(71, 37, 184, 0);
}
[data-category="women-in-cinema"] .film-info .title a[href]:hover,
[data-category="women-in-cinema"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(71, 37, 184, 0.75);
}
.film-article[data-category="women-in-cinema"] > .hero {
  background-color: #4725B8;
  color: white;
}
.film-article[data-category="women-in-cinema"] > .festival-archive-strip {
  color: white;
  background-color: #4725B8;
}
.film-article[data-category="women-in-cinema"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="women-in-cinema"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="women-in-cinema"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="women-in-cinema"] > .article-header {
  background-color: #4725B8;
  color: white;
}
.film-article[data-category="women-in-cinema"] > .article-header .category-label {
  background-color: white;
  color: #4725B8;
}
.film-article[data-category="women-in-cinema"] > .article-header .director-group a[href],
.film-article[data-category="women-in-cinema"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="women-in-cinema"] > .article-header .director-group a[href]:hover,
.film-article[data-category="women-in-cinema"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="women-in-cinema"] > .article-header .director-group a[href]:focus,
.film-article[data-category="women-in-cinema"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="women-in-cinema"] > .article-header {
  background-color: #4725B8;
  color: white;
}
.schedule-list .session[data-category="women-in-cinema"]:after {
  background-color: #4725B8;
}
.schedule-list .session[data-category="women-in-cinema"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(71, 37, 184, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="women-in-cinema"]:before {
  background-color: #4725B8;
}
.user-session-list-table .session[data-category="women-in-cinema"] {
  border-left-color: #4725B8;
}
.user-session-list-table .session[data-category="women-in-cinema"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #4725B8;
}
.region-features .featurenavigation .navitem[data-category="world-"] > .label:before,
.region-features .featurenavigation .navitem[data-category="world-"].is-nav-selected > .label:before {
  background-color: #49B382;
}
.region-feature[data-category="world-"] .category-label {
  color: white;
  background-color: #49B382;
}
.region-feature[data-category="world-"] .body > .title a[href] {
  border-bottom: 1px solid rgba(73, 179, 130, 0.25);
}
.region-feature[data-category="world-"] .body > .title a[href]:hover,
.region-feature[data-category="world-"] .body > .title a[href]:focus {
  border-bottom: 1px solid #49b382;
}
.region-feature[data-category="world-"]:hover .body a[href],
.region-feature[data-category="world-"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(73, 179, 130, 0.25);
}
.region-feature[data-category="world-"] .body a[href],
.region-feature[data-category="world-"] .footer a[href] {
  border-bottom: 1px solid rgba(73, 179, 130, 0);
}
.region-feature[data-category="world-"] .body a[href]:hover,
.region-feature[data-category="world-"] .footer a[href]:hover,
.region-feature[data-category="world-"] .body a[href]:focus,
.region-feature[data-category="world-"] .footer a[href]:focus {
  border-bottom: 1px solid #49b382;
}
.region-feature[data-category="world-"] .category {
  border-top-color: #49B382;
}
.category-list li[data-category="world-"] > a {
  border-bottom-color: #b6e1cd;
}
.category-list li[data-category="world-"] > a:hover {
  border-bottom-color: #49B382;
}
.category-list li[data-category="world-"].active > a {
  border-bottom-color: #49B382;
}
.category-label[data-category="world-"] {
  color: white;
  background-color: #49B382;
}
.filter-group .terms.categories li[data-category="world-"] > a {
  background-color: #49B382;
  color: white;
}
.filter-group .terms.categories li[data-category="world-"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="world-"] > a > span:hover,
.filter-group .terms.categories li[data-category="world-"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="world-"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="world-"] .media:before {
  background-color: #49B382;
}
.card.film-card[data-category="world-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(73, 179, 130, 0.75);
}
.card-popover[data-category="world-"] {
  background-color: #49B382;
}
.card-popover[data-category="world-"] > .close {
  color: white;
  background-color: #49B382;
}
.card-popover[data-category="world-"] > .card.film-card .media:before {
  background-color: #49B382;
}
.card-popover[data-category="world-"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="world-"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="world-"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="world-"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="world-"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="world-"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="world-"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="world-"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="world-"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="world-"] .film-info .title a {
  border-bottom: 1px solid rgba(73, 179, 130, 0);
}
[data-category="world-"] .film-info .title a[href]:hover,
[data-category="world-"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(73, 179, 130, 0.75);
}
.film-article[data-category="world-"] > .hero {
  background-color: #49B382;
  color: white;
}
.film-article[data-category="world-"] > .festival-archive-strip {
  color: white;
  background-color: #49B382;
}
.film-article[data-category="world-"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="world-"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="world-"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="world-"] > .article-header {
  background-color: #49B382;
  color: white;
}
.film-article[data-category="world-"] > .article-header .category-label {
  background-color: white;
  color: #49B382;
}
.film-article[data-category="world-"] > .article-header .director-group a[href],
.film-article[data-category="world-"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="world-"] > .article-header .director-group a[href]:hover,
.film-article[data-category="world-"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="world-"] > .article-header .director-group a[href]:focus,
.film-article[data-category="world-"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="world-"] > .article-header {
  background-color: #49B382;
  color: white;
}
.schedule-list .session[data-category="world-"]:after {
  background-color: #49B382;
}
.schedule-list .session[data-category="world-"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(73, 179, 130, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="world-"]:before {
  background-color: #49B382;
}
.user-session-list-table .session[data-category="world-"] {
  border-left-color: #49B382;
}
.user-session-list-table .session[data-category="world-"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #49B382;
}
