.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="aotearoa"] > .label:before,
.region-features .featurenavigation .navitem[data-category="aotearoa"].is-nav-selected > .label:before {
  background-color: #1D9AB3;
}
.region-feature[data-category="aotearoa"] .category-label {
  color: white;
  background-color: #1D9AB3;
}
.region-feature[data-category="aotearoa"] .body > .title a[href] {
  border-bottom: 1px solid rgba(29, 154, 179, 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 #1d9ab3;
}
.region-feature[data-category="aotearoa"]:hover .body a[href],
.region-feature[data-category="aotearoa"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(29, 154, 179, 0.25);
}
.region-feature[data-category="aotearoa"] .body a[href],
.region-feature[data-category="aotearoa"] .footer a[href] {
  border-bottom: 1px solid rgba(29, 154, 179, 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 #1d9ab3;
}
.region-feature[data-category="aotearoa"] .category {
  border-top-color: #1D9AB3;
}
.category-list li[data-category="aotearoa"] > a {
  border-bottom-color: #a5d7e1;
}
.category-list li[data-category="aotearoa"] > a:hover {
  border-bottom-color: #1D9AB3;
}
.category-list li[data-category="aotearoa"].active > a {
  border-bottom-color: #1D9AB3;
}
.category-label[data-category="aotearoa"] {
  color: white;
  background-color: #1D9AB3;
}
.filter-group .terms.categories li[data-category="aotearoa"] > a {
  background-color: #1D9AB3;
  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: #1D9AB3;
}
.card.film-card[data-category="aotearoa"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(29, 154, 179, 0.75);
}
.card-popover[data-category="aotearoa"] {
  background-color: #1D9AB3;
}
.card-popover[data-category="aotearoa"] > .close {
  color: white;
  background-color: #1D9AB3;
}
.card-popover[data-category="aotearoa"] > .card.film-card .media:before {
  background-color: #1D9AB3;
}
.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(29, 154, 179, 0);
}
[data-category="aotearoa"] .film-info .title a[href]:hover,
[data-category="aotearoa"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(29, 154, 179, 0.75);
}
.film-article[data-category="aotearoa"] > .hero {
  background-color: #1D9AB3;
  color: white;
}
.film-article[data-category="aotearoa"] > .festival-archive-strip {
  color: white;
  background-color: #1D9AB3;
}
.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: #1D9AB3;
  color: white;
}
.film-article[data-category="aotearoa"] > .article-header .category-label {
  background-color: white;
  color: #1D9AB3;
}
.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: #1D9AB3;
  color: white;
}
.schedule-list .session[data-category="aotearoa"]:after {
  background-color: #1D9AB3;
}
.schedule-list .session[data-category="aotearoa"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(29, 154, 179, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="aotearoa"]:before {
  background-color: #1D9AB3;
}
.user-session-list-table .session[data-category="aotearoa"] {
  border-left-color: #1D9AB3;
}
.user-session-list-table .session[data-category="aotearoa"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #1D9AB3;
}
.region-features .featurenavigation .navitem[data-category="arts-music"] > .label:before,
.region-features .featurenavigation .navitem[data-category="arts-music"].is-nav-selected > .label:before {
  background-color: #D48FB8;
}
.region-feature[data-category="arts-music"] .category-label {
  color: white;
  background-color: #D48FB8;
}
.region-feature[data-category="arts-music"] .body > .title a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0.25);
}
.region-feature[data-category="arts-music"] .body > .title a[href]:hover,
.region-feature[data-category="arts-music"] .body > .title a[href]:focus {
  border-bottom: 1px solid #d48fb8;
}
.region-feature[data-category="arts-music"]:hover .body a[href],
.region-feature[data-category="arts-music"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0.25);
}
.region-feature[data-category="arts-music"] .body a[href],
.region-feature[data-category="arts-music"] .footer a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0);
}
.region-feature[data-category="arts-music"] .body a[href]:hover,
.region-feature[data-category="arts-music"] .footer a[href]:hover,
.region-feature[data-category="arts-music"] .body a[href]:focus,
.region-feature[data-category="arts-music"] .footer a[href]:focus {
  border-bottom: 1px solid #d48fb8;
}
.region-feature[data-category="arts-music"] .category {
  border-top-color: #D48FB8;
}
.category-list li[data-category="arts-music"] > a {
  border-bottom-color: #eed2e3;
}
.category-list li[data-category="arts-music"] > a:hover {
  border-bottom-color: #D48FB8;
}
.category-list li[data-category="arts-music"].active > a {
  border-bottom-color: #D48FB8;
}
.category-label[data-category="arts-music"] {
  color: white;
  background-color: #D48FB8;
}
.filter-group .terms.categories li[data-category="arts-music"] > a {
  background-color: #D48FB8;
  color: white;
}
.filter-group .terms.categories li[data-category="arts-music"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="arts-music"] > a > span:hover,
.filter-group .terms.categories li[data-category="arts-music"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="arts-music"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="arts-music"] .media:before {
  background-color: #D48FB8;
}
.card.film-card[data-category="arts-music"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0.75);
}
.card-popover[data-category="arts-music"] {
  background-color: #D48FB8;
}
.card-popover[data-category="arts-music"] > .close {
  color: white;
  background-color: #D48FB8;
}
.card-popover[data-category="arts-music"] > .card.film-card .media:before {
  background-color: #D48FB8;
}
.card-popover[data-category="arts-music"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="arts-music"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="arts-music"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="arts-music"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="arts-music"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="arts-music"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="arts-music"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="arts-music"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="arts-music"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="arts-music"] .film-info .title a {
  border-bottom: 1px solid rgba(212, 143, 184, 0);
}
[data-category="arts-music"] .film-info .title a[href]:hover,
[data-category="arts-music"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(212, 143, 184, 0.75);
}
.film-article[data-category="arts-music"] > .hero {
  background-color: #D48FB8;
  color: white;
}
.film-article[data-category="arts-music"] > .festival-archive-strip {
  color: white;
  background-color: #D48FB8;
}
.film-article[data-category="arts-music"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="arts-music"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="arts-music"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="arts-music"] > .article-header {
  background-color: #D48FB8;
  color: white;
}
.film-article[data-category="arts-music"] > .article-header .category-label {
  background-color: white;
  color: #D48FB8;
}
.film-article[data-category="arts-music"] > .article-header .director-group a[href],
.film-article[data-category="arts-music"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="arts-music"] > .article-header .director-group a[href]:hover,
.film-article[data-category="arts-music"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="arts-music"] > .article-header .director-group a[href]:focus,
.film-article[data-category="arts-music"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="arts-music"] > .article-header {
  background-color: #D48FB8;
  color: white;
}
.schedule-list .session[data-category="arts-music"]:after {
  background-color: #D48FB8;
}
.schedule-list .session[data-category="arts-music"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="arts-music"]:before {
  background-color: #D48FB8;
}
.user-session-list-table .session[data-category="arts-music"] {
  border-left-color: #D48FB8;
}
.user-session-list-table .session[data-category="arts-music"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #D48FB8;
}
.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: #EE3323;
}
.region-feature[data-category="big-nights"] .category-label {
  color: white;
  background-color: #EE3323;
}
.region-feature[data-category="big-nights"] .body > .title a[href] {
  border-bottom: 1px solid rgba(238, 51, 35, 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 #ee3323;
}
.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(238, 51, 35, 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(238, 51, 35, 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 #ee3323;
}
.region-feature[data-category="big-nights"] .category {
  border-top-color: #EE3323;
}
.category-list li[data-category="big-nights"] > a {
  border-bottom-color: #f8ada7;
}
.category-list li[data-category="big-nights"] > a:hover {
  border-bottom-color: #EE3323;
}
.category-list li[data-category="big-nights"].active > a {
  border-bottom-color: #EE3323;
}
.category-label[data-category="big-nights"] {
  color: white;
  background-color: #EE3323;
}
.filter-group .terms.categories li[data-category="big-nights"] > a {
  background-color: #EE3323;
  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: #EE3323;
}
.card.film-card[data-category="big-nights"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(238, 51, 35, 0.75);
}
.card-popover[data-category="big-nights"] {
  background-color: #EE3323;
}
.card-popover[data-category="big-nights"] > .close {
  color: white;
  background-color: #EE3323;
}
.card-popover[data-category="big-nights"] > .card.film-card .media:before {
  background-color: #EE3323;
}
.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(238, 51, 35, 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(238, 51, 35, 0.75);
}
.film-article[data-category="big-nights"] > .hero {
  background-color: #EE3323;
  color: white;
}
.film-article[data-category="big-nights"] > .festival-archive-strip {
  color: white;
  background-color: #EE3323;
}
.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: #EE3323;
  color: white;
}
.film-article[data-category="big-nights"] > .article-header .category-label {
  background-color: white;
  color: #EE3323;
}
.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: #EE3323;
  color: white;
}
.schedule-list .session[data-category="big-nights"]:after {
  background-color: #EE3323;
}
.schedule-list .session[data-category="big-nights"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(238, 51, 35, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="big-nights"]:before {
  background-color: #EE3323;
}
.user-session-list-table .session[data-category="big-nights"] {
  border-left-color: #EE3323;
}
.user-session-list-table .session[data-category="big-nights"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #EE3323;
}
.region-features .featurenavigation .navitem[data-category="champions"] > .label:before,
.region-features .featurenavigation .navitem[data-category="champions"].is-nav-selected > .label:before {
  background-color: #832E6B;
}
.region-feature[data-category="champions"] .category-label {
  color: white;
  background-color: #832E6B;
}
.region-feature[data-category="champions"] .body > .title a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0.25);
}
.region-feature[data-category="champions"] .body > .title a[href]:hover,
.region-feature[data-category="champions"] .body > .title a[href]:focus {
  border-bottom: 1px solid #832e6b;
}
.region-feature[data-category="champions"]:hover .body a[href],
.region-feature[data-category="champions"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0.25);
}
.region-feature[data-category="champions"] .body a[href],
.region-feature[data-category="champions"] .footer a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0);
}
.region-feature[data-category="champions"] .body a[href]:hover,
.region-feature[data-category="champions"] .footer a[href]:hover,
.region-feature[data-category="champions"] .body a[href]:focus,
.region-feature[data-category="champions"] .footer a[href]:focus {
  border-bottom: 1px solid #832e6b;
}
.region-feature[data-category="champions"] .category {
  border-top-color: #832E6B;
}
.category-list li[data-category="champions"] > a {
  border-bottom-color: #cdabc4;
}
.category-list li[data-category="champions"] > a:hover {
  border-bottom-color: #832E6B;
}
.category-list li[data-category="champions"].active > a {
  border-bottom-color: #832E6B;
}
.category-label[data-category="champions"] {
  color: white;
  background-color: #832E6B;
}
.filter-group .terms.categories li[data-category="champions"] > a {
  background-color: #832E6B;
  color: white;
}
.filter-group .terms.categories li[data-category="champions"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="champions"] > a > span:hover,
.filter-group .terms.categories li[data-category="champions"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="champions"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="champions"] .media:before {
  background-color: #832E6B;
}
.card.film-card[data-category="champions"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0.75);
}
.card-popover[data-category="champions"] {
  background-color: #832E6B;
}
.card-popover[data-category="champions"] > .close {
  color: white;
  background-color: #832E6B;
}
.card-popover[data-category="champions"] > .card.film-card .media:before {
  background-color: #832E6B;
}
.card-popover[data-category="champions"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="champions"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="champions"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="champions"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="champions"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="champions"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="champions"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="champions"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="champions"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="champions"] .film-info .title a {
  border-bottom: 1px solid rgba(131, 46, 107, 0);
}
[data-category="champions"] .film-info .title a[href]:hover,
[data-category="champions"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(131, 46, 107, 0.75);
}
.film-article[data-category="champions"] > .hero {
  background-color: #832E6B;
  color: white;
}
.film-article[data-category="champions"] > .festival-archive-strip {
  color: white;
  background-color: #832E6B;
}
.film-article[data-category="champions"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="champions"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="champions"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="champions"] > .article-header {
  background-color: #832E6B;
  color: white;
}
.film-article[data-category="champions"] > .article-header .category-label {
  background-color: white;
  color: #832E6B;
}
.film-article[data-category="champions"] > .article-header .director-group a[href],
.film-article[data-category="champions"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="champions"] > .article-header .director-group a[href]:hover,
.film-article[data-category="champions"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="champions"] > .article-header .director-group a[href]:focus,
.film-article[data-category="champions"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="champions"] > .article-header {
  background-color: #832E6B;
  color: white;
}
.schedule-list .session[data-category="champions"]:after {
  background-color: #832E6B;
}
.schedule-list .session[data-category="champions"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="champions"]:before {
  background-color: #832E6B;
}
.user-session-list-table .session[data-category="champions"] {
  border-left-color: #832E6B;
}
.user-session-list-table .session[data-category="champions"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #832E6B;
}
.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: #057366;
}
.region-feature[data-category="for-all-ages"] .category-label {
  color: white;
  background-color: #057366;
}
.region-feature[data-category="for-all-ages"] .body > .title a[href] {
  border-bottom: 1px solid rgba(5, 115, 102, 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 #057366;
}
.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(5, 115, 102, 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(5, 115, 102, 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 #057366;
}
.region-feature[data-category="for-all-ages"] .category {
  border-top-color: #057366;
}
.category-list li[data-category="for-all-ages"] > a {
  border-bottom-color: #9bc7c2;
}
.category-list li[data-category="for-all-ages"] > a:hover {
  border-bottom-color: #057366;
}
.category-list li[data-category="for-all-ages"].active > a {
  border-bottom-color: #057366;
}
.category-label[data-category="for-all-ages"] {
  color: white;
  background-color: #057366;
}
.filter-group .terms.categories li[data-category="for-all-ages"] > a {
  background-color: #057366;
  color: white;
}
.filter-group .terms.categories li[data-category="for-all-ages"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 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 #ffffff;
}
.filter-group .terms.categories li[data-category="for-all-ages"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="for-all-ages"] .media:before {
  background-color: #057366;
}
.card.film-card[data-category="for-all-ages"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(5, 115, 102, 0.75);
}
.card-popover[data-category="for-all-ages"] {
  background-color: #057366;
}
.card-popover[data-category="for-all-ages"] > .close {
  color: white;
  background-color: #057366;
}
.card-popover[data-category="for-all-ages"] > .card.film-card .media:before {
  background-color: #057366;
}
.card-popover[data-category="for-all-ages"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="for-all-ages"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="for-all-ages"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.75);
}
.card-popover[data-category="for-all-ages"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="for-all-ages"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.75);
}
[data-category="for-all-ages"] .film-info .title a {
  border-bottom: 1px solid rgba(5, 115, 102, 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(5, 115, 102, 0.75);
}
.film-article[data-category="for-all-ages"] > .hero {
  background-color: #057366;
  color: white;
}
.film-article[data-category="for-all-ages"] > .festival-archive-strip {
  color: white;
  background-color: #057366;
}
.film-article[data-category="for-all-ages"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 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 #ffffff;
}
.film-article[data-category="for-all-ages"] > .article-header {
  background-color: #057366;
  color: white;
}
.film-article[data-category="for-all-ages"] > .article-header .category-label {
  background-color: white;
  color: #057366;
}
.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(255, 255, 255, 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(255, 255, 255, 0.75);
}
.film-article[data-category="for-all-ages"] > .article-header {
  background-color: #057366;
  color: white;
}
.schedule-list .session[data-category="for-all-ages"]:after {
  background-color: #057366;
}
.schedule-list .session[data-category="for-all-ages"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(5, 115, 102, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="for-all-ages"]:before {
  background-color: #057366;
}
.user-session-list-table .session[data-category="for-all-ages"] {
  border-left-color: #057366;
}
.user-session-list-table .session[data-category="for-all-ages"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #057366;
}
.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: #F26422;
}
.region-feature[data-category="framing-reality"] .category-label {
  color: white;
  background-color: #F26422;
}
.region-feature[data-category="framing-reality"] .body > .title a[href] {
  border-bottom: 1px solid rgba(242, 100, 34, 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 #f26422;
}
.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(242, 100, 34, 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(242, 100, 34, 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 #f26422;
}
.region-feature[data-category="framing-reality"] .category {
  border-top-color: #F26422;
}
.category-list li[data-category="framing-reality"] > a {
  border-bottom-color: #fac1a7;
}
.category-list li[data-category="framing-reality"] > a:hover {
  border-bottom-color: #F26422;
}
.category-list li[data-category="framing-reality"].active > a {
  border-bottom-color: #F26422;
}
.category-label[data-category="framing-reality"] {
  color: white;
  background-color: #F26422;
}
.filter-group .terms.categories li[data-category="framing-reality"] > a {
  background-color: #F26422;
  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: #F26422;
}
.card.film-card[data-category="framing-reality"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(242, 100, 34, 0.75);
}
.card-popover[data-category="framing-reality"] {
  background-color: #F26422;
}
.card-popover[data-category="framing-reality"] > .close {
  color: white;
  background-color: #F26422;
}
.card-popover[data-category="framing-reality"] > .card.film-card .media:before {
  background-color: #F26422;
}
.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(242, 100, 34, 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(242, 100, 34, 0.75);
}
.film-article[data-category="framing-reality"] > .hero {
  background-color: #F26422;
  color: white;
}
.film-article[data-category="framing-reality"] > .festival-archive-strip {
  color: white;
  background-color: #F26422;
}
.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: #F26422;
  color: white;
}
.film-article[data-category="framing-reality"] > .article-header .category-label {
  background-color: white;
  color: #F26422;
}
.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: #F26422;
  color: white;
}
.schedule-list .session[data-category="framing-reality"]:after {
  background-color: #F26422;
}
.schedule-list .session[data-category="framing-reality"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(242, 100, 34, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="framing-reality"]:before {
  background-color: #F26422;
}
.user-session-list-table .session[data-category="framing-reality"] {
  border-left-color: #F26422;
}
.user-session-list-table .session[data-category="framing-reality"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #F26422;
}
.region-features .featurenavigation .navitem[data-category="fresh"] > .label:before,
.region-features .featurenavigation .navitem[data-category="fresh"].is-nav-selected > .label:before {
  background-color: #FECC4E;
}
.region-feature[data-category="fresh"] .category-label {
  color: black;
  background-color: #FECC4E;
}
.region-feature[data-category="fresh"] .body > .title a[href] {
  border-bottom: 1px solid rgba(254, 204, 78, 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 #fecc4e;
}
.region-feature[data-category="fresh"]:hover .body a[href],
.region-feature[data-category="fresh"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(254, 204, 78, 0.25);
}
.region-feature[data-category="fresh"] .body a[href],
.region-feature[data-category="fresh"] .footer a[href] {
  border-bottom: 1px solid rgba(254, 204, 78, 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 #fecc4e;
}
.region-feature[data-category="fresh"] .category {
  border-top-color: #FECC4E;
}
.category-list li[data-category="fresh"] > a {
  border-bottom-color: #ffebb8;
}
.category-list li[data-category="fresh"] > a:hover {
  border-bottom-color: #FECC4E;
}
.category-list li[data-category="fresh"].active > a {
  border-bottom-color: #FECC4E;
}
.category-label[data-category="fresh"] {
  color: black;
  background-color: #FECC4E;
}
.filter-group .terms.categories li[data-category="fresh"] > a {
  background-color: #FECC4E;
  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: #FECC4E;
}
.card.film-card[data-category="fresh"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(254, 204, 78, 0.75);
}
.card-popover[data-category="fresh"] {
  background-color: #FECC4E;
}
.card-popover[data-category="fresh"] > .close {
  color: #3B3B3B;
  background-color: #FECC4E;
}
.card-popover[data-category="fresh"] > .card.film-card .media:before {
  background-color: #FECC4E;
}
.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, 204, 78, 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, 204, 78, 0.75);
}
.film-article[data-category="fresh"] > .hero {
  background-color: #FECC4E;
  color: #3B3B3B;
}
.film-article[data-category="fresh"] > .festival-archive-strip {
  color: #3B3B3B;
  background-color: #FECC4E;
}
.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: #FECC4E;
  color: #3B3B3B;
}
.film-article[data-category="fresh"] > .article-header .category-label {
  background-color: #3B3B3B;
  color: #FECC4E;
}
.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: #FECC4E;
  color: #3B3B3B;
}
.schedule-list .session[data-category="fresh"]:after {
  background-color: #FECC4E;
}
.schedule-list .session[data-category="fresh"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(254, 204, 78, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="fresh"]:before {
  background-color: #FECC4E;
}
.user-session-list-table .session[data-category="fresh"] {
  border-left-color: #FECC4E;
}
.user-session-list-table .session[data-category="fresh"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #FECC4E;
}
.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: #C9BC0C;
}
.region-feature[data-category="incredibly-strange"] .category-label {
  color: black;
  background-color: #C9BC0C;
}
.region-feature[data-category="incredibly-strange"] .body > .title a[href] {
  border-bottom: 1px solid rgba(201, 188, 12, 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 #c9bc0c;
}
.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(201, 188, 12, 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(201, 188, 12, 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 #c9bc0c;
}
.region-feature[data-category="incredibly-strange"] .category {
  border-top-color: #C9BC0C;
}
.category-list li[data-category="incredibly-strange"] > a {
  border-bottom-color: #e9e49e;
}
.category-list li[data-category="incredibly-strange"] > a:hover {
  border-bottom-color: #C9BC0C;
}
.category-list li[data-category="incredibly-strange"].active > a {
  border-bottom-color: #C9BC0C;
}
.category-label[data-category="incredibly-strange"] {
  color: black;
  background-color: #C9BC0C;
}
.filter-group .terms.categories li[data-category="incredibly-strange"] > a {
  background-color: #C9BC0C;
  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: #C9BC0C;
}
.card.film-card[data-category="incredibly-strange"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(201, 188, 12, 0.75);
}
.card-popover[data-category="incredibly-strange"] {
  background-color: #C9BC0C;
}
.card-popover[data-category="incredibly-strange"] > .close {
  color: #3B3B3B;
  background-color: #C9BC0C;
}
.card-popover[data-category="incredibly-strange"] > .card.film-card .media:before {
  background-color: #C9BC0C;
}
.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(201, 188, 12, 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(201, 188, 12, 0.75);
}
.film-article[data-category="incredibly-strange"] > .hero {
  background-color: #C9BC0C;
  color: #3B3B3B;
}
.film-article[data-category="incredibly-strange"] > .festival-archive-strip {
  color: #3B3B3B;
  background-color: #C9BC0C;
}
.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: #C9BC0C;
  color: #3B3B3B;
}
.film-article[data-category="incredibly-strange"] > .article-header .category-label {
  background-color: #3B3B3B;
  color: #C9BC0C;
}
.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: #C9BC0C;
  color: #3B3B3B;
}
.schedule-list .session[data-category="incredibly-strange"]:after {
  background-color: #C9BC0C;
}
.schedule-list .session[data-category="incredibly-strange"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(201, 188, 12, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="incredibly-strange"]:before {
  background-color: #C9BC0C;
}
.user-session-list-table .session[data-category="incredibly-strange"] {
  border-left-color: #C9BC0C;
}
.user-session-list-table .session[data-category="incredibly-strange"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #C9BC0C;
}
.region-features .featurenavigation .navitem[data-category="inside-stories"] > .label:before,
.region-features .featurenavigation .navitem[data-category="inside-stories"].is-nav-selected > .label:before {
  background-color: #EF3F4D;
}
.region-feature[data-category="inside-stories"] .category-label {
  color: white;
  background-color: #EF3F4D;
}
.region-feature[data-category="inside-stories"] .body > .title a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0.25);
}
.region-feature[data-category="inside-stories"] .body > .title a[href]:hover,
.region-feature[data-category="inside-stories"] .body > .title a[href]:focus {
  border-bottom: 1px solid #ef3f4d;
}
.region-feature[data-category="inside-stories"]:hover .body a[href],
.region-feature[data-category="inside-stories"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0.25);
}
.region-feature[data-category="inside-stories"] .body a[href],
.region-feature[data-category="inside-stories"] .footer a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0);
}
.region-feature[data-category="inside-stories"] .body a[href]:hover,
.region-feature[data-category="inside-stories"] .footer a[href]:hover,
.region-feature[data-category="inside-stories"] .body a[href]:focus,
.region-feature[data-category="inside-stories"] .footer a[href]:focus {
  border-bottom: 1px solid #ef3f4d;
}
.region-feature[data-category="inside-stories"] .category {
  border-top-color: #EF3F4D;
}
.category-list li[data-category="inside-stories"] > a {
  border-bottom-color: #f9b2b8;
}
.category-list li[data-category="inside-stories"] > a:hover {
  border-bottom-color: #EF3F4D;
}
.category-list li[data-category="inside-stories"].active > a {
  border-bottom-color: #EF3F4D;
}
.category-label[data-category="inside-stories"] {
  color: white;
  background-color: #EF3F4D;
}
.filter-group .terms.categories li[data-category="inside-stories"] > a {
  background-color: #EF3F4D;
  color: white;
}
.filter-group .terms.categories li[data-category="inside-stories"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="inside-stories"] > a > span:hover,
.filter-group .terms.categories li[data-category="inside-stories"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="inside-stories"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="inside-stories"] .media:before {
  background-color: #EF3F4D;
}
.card.film-card[data-category="inside-stories"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0.75);
}
.card-popover[data-category="inside-stories"] {
  background-color: #EF3F4D;
}
.card-popover[data-category="inside-stories"] > .close {
  color: white;
  background-color: #EF3F4D;
}
.card-popover[data-category="inside-stories"] > .card.film-card .media:before {
  background-color: #EF3F4D;
}
.card-popover[data-category="inside-stories"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="inside-stories"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="inside-stories"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="inside-stories"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="inside-stories"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="inside-stories"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="inside-stories"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="inside-stories"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="inside-stories"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="inside-stories"] .film-info .title a {
  border-bottom: 1px solid rgba(239, 63, 77, 0);
}
[data-category="inside-stories"] .film-info .title a[href]:hover,
[data-category="inside-stories"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(239, 63, 77, 0.75);
}
.film-article[data-category="inside-stories"] > .hero {
  background-color: #EF3F4D;
  color: white;
}
.film-article[data-category="inside-stories"] > .festival-archive-strip {
  color: white;
  background-color: #EF3F4D;
}
.film-article[data-category="inside-stories"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="inside-stories"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="inside-stories"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="inside-stories"] > .article-header {
  background-color: #EF3F4D;
  color: white;
}
.film-article[data-category="inside-stories"] > .article-header .category-label {
  background-color: white;
  color: #EF3F4D;
}
.film-article[data-category="inside-stories"] > .article-header .director-group a[href],
.film-article[data-category="inside-stories"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="inside-stories"] > .article-header .director-group a[href]:hover,
.film-article[data-category="inside-stories"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="inside-stories"] > .article-header .director-group a[href]:focus,
.film-article[data-category="inside-stories"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="inside-stories"] > .article-header {
  background-color: #EF3F4D;
  color: white;
}
.schedule-list .session[data-category="inside-stories"]:after {
  background-color: #EF3F4D;
}
.schedule-list .session[data-category="inside-stories"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="inside-stories"]:before {
  background-color: #EF3F4D;
}
.user-session-list-table .session[data-category="inside-stories"] {
  border-left-color: #EF3F4D;
}
.user-session-list-table .session[data-category="inside-stories"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #EF3F4D;
}
.region-features .featurenavigation .navitem[data-category="les-blank"] > .label:before,
.region-features .featurenavigation .navitem[data-category="les-blank"].is-nav-selected > .label:before {
  background-color: #37C0BE;
}
.region-feature[data-category="les-blank"] .category-label {
  color: white;
  background-color: #37C0BE;
}
.region-feature[data-category="les-blank"] .body > .title a[href] {
  border-bottom: 1px solid rgba(55, 192, 190, 0.25);
}
.region-feature[data-category="les-blank"] .body > .title a[href]:hover,
.region-feature[data-category="les-blank"] .body > .title a[href]:focus {
  border-bottom: 1px solid #37c0be;
}
.region-feature[data-category="les-blank"]:hover .body a[href],
.region-feature[data-category="les-blank"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(55, 192, 190, 0.25);
}
.region-feature[data-category="les-blank"] .body a[href],
.region-feature[data-category="les-blank"] .footer a[href] {
  border-bottom: 1px solid rgba(55, 192, 190, 0);
}
.region-feature[data-category="les-blank"] .body a[href]:hover,
.region-feature[data-category="les-blank"] .footer a[href]:hover,
.region-feature[data-category="les-blank"] .body a[href]:focus,
.region-feature[data-category="les-blank"] .footer a[href]:focus {
  border-bottom: 1px solid #37c0be;
}
.region-feature[data-category="les-blank"] .category {
  border-top-color: #37C0BE;
}
.category-list li[data-category="les-blank"] > a {
  border-bottom-color: #afe6e5;
}
.category-list li[data-category="les-blank"] > a:hover {
  border-bottom-color: #37C0BE;
}
.category-list li[data-category="les-blank"].active > a {
  border-bottom-color: #37C0BE;
}
.category-label[data-category="les-blank"] {
  color: white;
  background-color: #37C0BE;
}
.filter-group .terms.categories li[data-category="les-blank"] > a {
  background-color: #37C0BE;
  color: white;
}
.filter-group .terms.categories li[data-category="les-blank"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="les-blank"] > a > span:hover,
.filter-group .terms.categories li[data-category="les-blank"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="les-blank"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="les-blank"] .media:before {
  background-color: #37C0BE;
}
.card.film-card[data-category="les-blank"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(55, 192, 190, 0.75);
}
.card-popover[data-category="les-blank"] {
  background-color: #37C0BE;
}
.card-popover[data-category="les-blank"] > .close {
  color: white;
  background-color: #37C0BE;
}
.card-popover[data-category="les-blank"] > .card.film-card .media:before {
  background-color: #37C0BE;
}
.card-popover[data-category="les-blank"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="les-blank"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="les-blank"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="les-blank"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="les-blank"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="les-blank"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="les-blank"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="les-blank"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="les-blank"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="les-blank"] .film-info .title a {
  border-bottom: 1px solid rgba(55, 192, 190, 0);
}
[data-category="les-blank"] .film-info .title a[href]:hover,
[data-category="les-blank"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(55, 192, 190, 0.75);
}
.film-article[data-category="les-blank"] > .hero {
  background-color: #37C0BE;
  color: white;
}
.film-article[data-category="les-blank"] > .festival-archive-strip {
  color: white;
  background-color: #37C0BE;
}
.film-article[data-category="les-blank"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="les-blank"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="les-blank"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="les-blank"] > .article-header {
  background-color: #37C0BE;
  color: white;
}
.film-article[data-category="les-blank"] > .article-header .category-label {
  background-color: white;
  color: #37C0BE;
}
.film-article[data-category="les-blank"] > .article-header .director-group a[href],
.film-article[data-category="les-blank"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="les-blank"] > .article-header .director-group a[href]:hover,
.film-article[data-category="les-blank"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="les-blank"] > .article-header .director-group a[href]:focus,
.film-article[data-category="les-blank"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="les-blank"] > .article-header {
  background-color: #37C0BE;
  color: white;
}
.schedule-list .session[data-category="les-blank"]:after {
  background-color: #37C0BE;
}
.schedule-list .session[data-category="les-blank"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(55, 192, 190, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="les-blank"]:before {
  background-color: #37C0BE;
}
.user-session-list-table .session[data-category="les-blank"] {
  border-left-color: #37C0BE;
}
.user-session-list-table .session[data-category="les-blank"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #37C0BE;
}
.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: #136F9D;
}
.region-feature[data-category="live-events"] .category-label {
  color: white;
  background-color: #136F9D;
}
.region-feature[data-category="live-events"] .body > .title a[href] {
  border-bottom: 1px solid rgba(19, 111, 157, 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 #136f9d;
}
.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(19, 111, 157, 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(19, 111, 157, 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 #136f9d;
}
.region-feature[data-category="live-events"] .category {
  border-top-color: #136F9D;
}
.category-list li[data-category="live-events"] > a {
  border-bottom-color: #a1c5d8;
}
.category-list li[data-category="live-events"] > a:hover {
  border-bottom-color: #136F9D;
}
.category-list li[data-category="live-events"].active > a {
  border-bottom-color: #136F9D;
}
.category-label[data-category="live-events"] {
  color: white;
  background-color: #136F9D;
}
.filter-group .terms.categories li[data-category="live-events"] > a {
  background-color: #136F9D;
  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: #136F9D;
}
.card.film-card[data-category="live-events"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(19, 111, 157, 0.75);
}
.card-popover[data-category="live-events"] {
  background-color: #136F9D;
}
.card-popover[data-category="live-events"] > .close {
  color: white;
  background-color: #136F9D;
}
.card-popover[data-category="live-events"] > .card.film-card .media:before {
  background-color: #136F9D;
}
.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(19, 111, 157, 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(19, 111, 157, 0.75);
}
.film-article[data-category="live-events"] > .hero {
  background-color: #136F9D;
  color: white;
}
.film-article[data-category="live-events"] > .festival-archive-strip {
  color: white;
  background-color: #136F9D;
}
.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: #136F9D;
  color: white;
}
.film-article[data-category="live-events"] > .article-header .category-label {
  background-color: white;
  color: #136F9D;
}
.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: #136F9D;
  color: white;
}
.schedule-list .session[data-category="live-events"]:after {
  background-color: #136F9D;
}
.schedule-list .session[data-category="live-events"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(19, 111, 157, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="live-events"]:before {
  background-color: #136F9D;
}
.user-session-list-table .session[data-category="live-events"] {
  border-left-color: #136F9D;
}
.user-session-list-table .session[data-category="live-events"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #136F9D;
}
.region-features .featurenavigation .navitem[data-category="music"] > .label:before,
.region-features .featurenavigation .navitem[data-category="music"].is-nav-selected > .label:before {
  background-color: #D48FB8;
}
.region-feature[data-category="music"] .category-label {
  color: white;
  background-color: #D48FB8;
}
.region-feature[data-category="music"] .body > .title a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0.25);
}
.region-feature[data-category="music"] .body > .title a[href]:hover,
.region-feature[data-category="music"] .body > .title a[href]:focus {
  border-bottom: 1px solid #d48fb8;
}
.region-feature[data-category="music"]:hover .body a[href],
.region-feature[data-category="music"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0.25);
}
.region-feature[data-category="music"] .body a[href],
.region-feature[data-category="music"] .footer a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0);
}
.region-feature[data-category="music"] .body a[href]:hover,
.region-feature[data-category="music"] .footer a[href]:hover,
.region-feature[data-category="music"] .body a[href]:focus,
.region-feature[data-category="music"] .footer a[href]:focus {
  border-bottom: 1px solid #d48fb8;
}
.region-feature[data-category="music"] .category {
  border-top-color: #D48FB8;
}
.category-list li[data-category="music"] > a {
  border-bottom-color: #eed2e3;
}
.category-list li[data-category="music"] > a:hover {
  border-bottom-color: #D48FB8;
}
.category-list li[data-category="music"].active > a {
  border-bottom-color: #D48FB8;
}
.category-label[data-category="music"] {
  color: white;
  background-color: #D48FB8;
}
.filter-group .terms.categories li[data-category="music"] > a {
  background-color: #D48FB8;
  color: white;
}
.filter-group .terms.categories li[data-category="music"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="music"] > a > span:hover,
.filter-group .terms.categories li[data-category="music"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="music"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="music"] .media:before {
  background-color: #D48FB8;
}
.card.film-card[data-category="music"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0.75);
}
.card-popover[data-category="music"] {
  background-color: #D48FB8;
}
.card-popover[data-category="music"] > .close {
  color: white;
  background-color: #D48FB8;
}
.card-popover[data-category="music"] > .card.film-card .media:before {
  background-color: #D48FB8;
}
.card-popover[data-category="music"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="music"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="music"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="music"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="music"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="music"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="music"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="music"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="music"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="music"] .film-info .title a {
  border-bottom: 1px solid rgba(212, 143, 184, 0);
}
[data-category="music"] .film-info .title a[href]:hover,
[data-category="music"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(212, 143, 184, 0.75);
}
.film-article[data-category="music"] > .hero {
  background-color: #D48FB8;
  color: white;
}
.film-article[data-category="music"] > .festival-archive-strip {
  color: white;
  background-color: #D48FB8;
}
.film-article[data-category="music"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="music"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="music"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="music"] > .article-header {
  background-color: #D48FB8;
  color: white;
}
.film-article[data-category="music"] > .article-header .category-label {
  background-color: white;
  color: #D48FB8;
}
.film-article[data-category="music"] > .article-header .director-group a[href],
.film-article[data-category="music"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="music"] > .article-header .director-group a[href]:hover,
.film-article[data-category="music"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="music"] > .article-header .director-group a[href]:focus,
.film-article[data-category="music"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="music"] > .article-header {
  background-color: #D48FB8;
  color: white;
}
.schedule-list .session[data-category="music"]:after {
  background-color: #D48FB8;
}
.schedule-list .session[data-category="music"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(212, 143, 184, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="music"]:before {
  background-color: #D48FB8;
}
.user-session-list-table .session[data-category="music"] {
  border-left-color: #D48FB8;
}
.user-session-list-table .session[data-category="music"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #D48FB8;
}
.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: #EC9E4B;
}
.region-feature[data-category="portrait-of-an-artist"] .category-label {
  color: white;
  background-color: #EC9E4B;
}
.region-feature[data-category="portrait-of-an-artist"] .body > .title a[href] {
  border-bottom: 1px solid rgba(236, 158, 75, 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 #ec9e4b;
}
.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(236, 158, 75, 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(236, 158, 75, 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 #ec9e4b;
}
.region-feature[data-category="portrait-of-an-artist"] .category {
  border-top-color: #EC9E4B;
}
.category-list li[data-category="portrait-of-an-artist"] > a {
  border-bottom-color: #f7d8b7;
}
.category-list li[data-category="portrait-of-an-artist"] > a:hover {
  border-bottom-color: #EC9E4B;
}
.category-list li[data-category="portrait-of-an-artist"].active > a {
  border-bottom-color: #EC9E4B;
}
.category-label[data-category="portrait-of-an-artist"] {
  color: white;
  background-color: #EC9E4B;
}
.filter-group .terms.categories li[data-category="portrait-of-an-artist"] > a {
  background-color: #EC9E4B;
  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: #EC9E4B;
}
.card.film-card[data-category="portrait-of-an-artist"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(236, 158, 75, 0.75);
}
.card-popover[data-category="portrait-of-an-artist"] {
  background-color: #EC9E4B;
}
.card-popover[data-category="portrait-of-an-artist"] > .close {
  color: white;
  background-color: #EC9E4B;
}
.card-popover[data-category="portrait-of-an-artist"] > .card.film-card .media:before {
  background-color: #EC9E4B;
}
.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(236, 158, 75, 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(236, 158, 75, 0.75);
}
.film-article[data-category="portrait-of-an-artist"] > .hero {
  background-color: #EC9E4B;
  color: white;
}
.film-article[data-category="portrait-of-an-artist"] > .festival-archive-strip {
  color: white;
  background-color: #EC9E4B;
}
.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: #EC9E4B;
  color: white;
}
.film-article[data-category="portrait-of-an-artist"] > .article-header .category-label {
  background-color: white;
  color: #EC9E4B;
}
.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: #EC9E4B;
  color: white;
}
.schedule-list .session[data-category="portrait-of-an-artist"]:after {
  background-color: #EC9E4B;
}
.schedule-list .session[data-category="portrait-of-an-artist"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(236, 158, 75, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="portrait-of-an-artist"]:before {
  background-color: #EC9E4B;
}
.user-session-list-table .session[data-category="portrait-of-an-artist"] {
  border-left-color: #EC9E4B;
}
.user-session-list-table .session[data-category="portrait-of-an-artist"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #EC9E4B;
}
.region-features .featurenavigation .navitem[data-category="retro"] > .label:before,
.region-features .featurenavigation .navitem[data-category="retro"].is-nav-selected > .label:before {
  background-color: #5E4257;
}
.region-feature[data-category="retro"] .category-label {
  color: white;
  background-color: #5E4257;
}
.region-feature[data-category="retro"] .body > .title a[href] {
  border-bottom: 1px solid rgba(94, 66, 87, 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 #5e4257;
}
.region-feature[data-category="retro"]:hover .body a[href],
.region-feature[data-category="retro"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(94, 66, 87, 0.25);
}
.region-feature[data-category="retro"] .body a[href],
.region-feature[data-category="retro"] .footer a[href] {
  border-bottom: 1px solid rgba(94, 66, 87, 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 #5e4257;
}
.region-feature[data-category="retro"] .category {
  border-top-color: #5E4257;
}
.category-list li[data-category="retro"] > a {
  border-bottom-color: #bfb3bc;
}
.category-list li[data-category="retro"] > a:hover {
  border-bottom-color: #5E4257;
}
.category-list li[data-category="retro"].active > a {
  border-bottom-color: #5E4257;
}
.category-label[data-category="retro"] {
  color: white;
  background-color: #5E4257;
}
.filter-group .terms.categories li[data-category="retro"] > a {
  background-color: #5E4257;
  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: #5E4257;
}
.card.film-card[data-category="retro"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(94, 66, 87, 0.75);
}
.card-popover[data-category="retro"] {
  background-color: #5E4257;
}
.card-popover[data-category="retro"] > .close {
  color: white;
  background-color: #5E4257;
}
.card-popover[data-category="retro"] > .card.film-card .media:before {
  background-color: #5E4257;
}
.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(94, 66, 87, 0);
}
[data-category="retro"] .film-info .title a[href]:hover,
[data-category="retro"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(94, 66, 87, 0.75);
}
.film-article[data-category="retro"] > .hero {
  background-color: #5E4257;
  color: white;
}
.film-article[data-category="retro"] > .festival-archive-strip {
  color: white;
  background-color: #5E4257;
}
.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: #5E4257;
  color: white;
}
.film-article[data-category="retro"] > .article-header .category-label {
  background-color: white;
  color: #5E4257;
}
.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: #5E4257;
  color: white;
}
.schedule-list .session[data-category="retro"]:after {
  background-color: #5E4257;
}
.schedule-list .session[data-category="retro"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(94, 66, 87, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="retro"]:before {
  background-color: #5E4257;
}
.user-session-list-table .session[data-category="retro"] {
  border-left-color: #5E4257;
}
.user-session-list-table .session[data-category="retro"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #5E4257;
}
.region-features .featurenavigation .navitem[data-category="shorts-with-features"] > .label:before,
.region-features .featurenavigation .navitem[data-category="shorts-with-features"].is-nav-selected > .label:before {
  background-color: #B22316;
}
.region-feature[data-category="shorts-with-features"] .category-label {
  color: white;
  background-color: #B22316;
}
.region-feature[data-category="shorts-with-features"] .body > .title a[href] {
  border-bottom: 1px solid rgba(178, 35, 22, 0.25);
}
.region-feature[data-category="shorts-with-features"] .body > .title a[href]:hover,
.region-feature[data-category="shorts-with-features"] .body > .title a[href]:focus {
  border-bottom: 1px solid #b22316;
}
.region-feature[data-category="shorts-with-features"]:hover .body a[href],
.region-feature[data-category="shorts-with-features"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(178, 35, 22, 0.25);
}
.region-feature[data-category="shorts-with-features"] .body a[href],
.region-feature[data-category="shorts-with-features"] .footer a[href] {
  border-bottom: 1px solid rgba(178, 35, 22, 0);
}
.region-feature[data-category="shorts-with-features"] .body a[href]:hover,
.region-feature[data-category="shorts-with-features"] .footer a[href]:hover,
.region-feature[data-category="shorts-with-features"] .body a[href]:focus,
.region-feature[data-category="shorts-with-features"] .footer a[href]:focus {
  border-bottom: 1px solid #b22316;
}
.region-feature[data-category="shorts-with-features"] .category {
  border-top-color: #B22316;
}
.category-list li[data-category="shorts-with-features"] > a {
  border-bottom-color: #e0a7a2;
}
.category-list li[data-category="shorts-with-features"] > a:hover {
  border-bottom-color: #B22316;
}
.category-list li[data-category="shorts-with-features"].active > a {
  border-bottom-color: #B22316;
}
.category-label[data-category="shorts-with-features"] {
  color: white;
  background-color: #B22316;
}
.filter-group .terms.categories li[data-category="shorts-with-features"] > a {
  background-color: #B22316;
  color: white;
}
.filter-group .terms.categories li[data-category="shorts-with-features"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="shorts-with-features"] > a > span:hover,
.filter-group .terms.categories li[data-category="shorts-with-features"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="shorts-with-features"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="shorts-with-features"] .media:before {
  background-color: #B22316;
}
.card.film-card[data-category="shorts-with-features"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(178, 35, 22, 0.75);
}
.card-popover[data-category="shorts-with-features"] {
  background-color: #B22316;
}
.card-popover[data-category="shorts-with-features"] > .close {
  color: white;
  background-color: #B22316;
}
.card-popover[data-category="shorts-with-features"] > .card.film-card .media:before {
  background-color: #B22316;
}
.card-popover[data-category="shorts-with-features"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="shorts-with-features"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="shorts-with-features"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="shorts-with-features"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="shorts-with-features"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="shorts-with-features"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="shorts-with-features"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="shorts-with-features"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="shorts-with-features"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="shorts-with-features"] .film-info .title a {
  border-bottom: 1px solid rgba(178, 35, 22, 0);
}
[data-category="shorts-with-features"] .film-info .title a[href]:hover,
[data-category="shorts-with-features"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(178, 35, 22, 0.75);
}
.film-article[data-category="shorts-with-features"] > .hero {
  background-color: #B22316;
  color: white;
}
.film-article[data-category="shorts-with-features"] > .festival-archive-strip {
  color: white;
  background-color: #B22316;
}
.film-article[data-category="shorts-with-features"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="shorts-with-features"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="shorts-with-features"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="shorts-with-features"] > .article-header {
  background-color: #B22316;
  color: white;
}
.film-article[data-category="shorts-with-features"] > .article-header .category-label {
  background-color: white;
  color: #B22316;
}
.film-article[data-category="shorts-with-features"] > .article-header .director-group a[href],
.film-article[data-category="shorts-with-features"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="shorts-with-features"] > .article-header .director-group a[href]:hover,
.film-article[data-category="shorts-with-features"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="shorts-with-features"] > .article-header .director-group a[href]:focus,
.film-article[data-category="shorts-with-features"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="shorts-with-features"] > .article-header {
  background-color: #B22316;
  color: white;
}
.schedule-list .session[data-category="shorts-with-features"]:after {
  background-color: #B22316;
}
.schedule-list .session[data-category="shorts-with-features"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(178, 35, 22, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="shorts-with-features"]:before {
  background-color: #B22316;
}
.user-session-list-table .session[data-category="shorts-with-features"] {
  border-left-color: #B22316;
}
.user-session-list-table .session[data-category="shorts-with-features"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #B22316;
}
.region-features .featurenavigation .navitem[data-category="sport"] > .label:before,
.region-features .featurenavigation .navitem[data-category="sport"].is-nav-selected > .label:before {
  background-color: #6590CB;
}
.region-feature[data-category="sport"] .category-label {
  color: white;
  background-color: #6590CB;
}
.region-feature[data-category="sport"] .body > .title a[href] {
  border-bottom: 1px solid rgba(101, 144, 203, 0.25);
}
.region-feature[data-category="sport"] .body > .title a[href]:hover,
.region-feature[data-category="sport"] .body > .title a[href]:focus {
  border-bottom: 1px solid #6590cb;
}
.region-feature[data-category="sport"]:hover .body a[href],
.region-feature[data-category="sport"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(101, 144, 203, 0.25);
}
.region-feature[data-category="sport"] .body a[href],
.region-feature[data-category="sport"] .footer a[href] {
  border-bottom: 1px solid rgba(101, 144, 203, 0);
}
.region-feature[data-category="sport"] .body a[href]:hover,
.region-feature[data-category="sport"] .footer a[href]:hover,
.region-feature[data-category="sport"] .body a[href]:focus,
.region-feature[data-category="sport"] .footer a[href]:focus {
  border-bottom: 1px solid #6590cb;
}
.region-feature[data-category="sport"] .category {
  border-top-color: #6590CB;
}
.category-list li[data-category="sport"] > a {
  border-bottom-color: #c1d3ea;
}
.category-list li[data-category="sport"] > a:hover {
  border-bottom-color: #6590CB;
}
.category-list li[data-category="sport"].active > a {
  border-bottom-color: #6590CB;
}
.category-label[data-category="sport"] {
  color: white;
  background-color: #6590CB;
}
.filter-group .terms.categories li[data-category="sport"] > a {
  background-color: #6590CB;
  color: white;
}
.filter-group .terms.categories li[data-category="sport"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="sport"] > a > span:hover,
.filter-group .terms.categories li[data-category="sport"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="sport"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="sport"] .media:before {
  background-color: #6590CB;
}
.card.film-card[data-category="sport"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(101, 144, 203, 0.75);
}
.card-popover[data-category="sport"] {
  background-color: #6590CB;
}
.card-popover[data-category="sport"] > .close {
  color: white;
  background-color: #6590CB;
}
.card-popover[data-category="sport"] > .card.film-card .media:before {
  background-color: #6590CB;
}
.card-popover[data-category="sport"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="sport"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="sport"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="sport"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="sport"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="sport"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="sport"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="sport"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="sport"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="sport"] .film-info .title a {
  border-bottom: 1px solid rgba(101, 144, 203, 0);
}
[data-category="sport"] .film-info .title a[href]:hover,
[data-category="sport"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(101, 144, 203, 0.75);
}
.film-article[data-category="sport"] > .hero {
  background-color: #6590CB;
  color: white;
}
.film-article[data-category="sport"] > .festival-archive-strip {
  color: white;
  background-color: #6590CB;
}
.film-article[data-category="sport"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="sport"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="sport"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="sport"] > .article-header {
  background-color: #6590CB;
  color: white;
}
.film-article[data-category="sport"] > .article-header .category-label {
  background-color: white;
  color: #6590CB;
}
.film-article[data-category="sport"] > .article-header .director-group a[href],
.film-article[data-category="sport"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="sport"] > .article-header .director-group a[href]:hover,
.film-article[data-category="sport"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="sport"] > .article-header .director-group a[href]:focus,
.film-article[data-category="sport"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="sport"] > .article-header {
  background-color: #6590CB;
  color: white;
}
.schedule-list .session[data-category="sport"]:after {
  background-color: #6590CB;
}
.schedule-list .session[data-category="sport"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(101, 144, 203, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="sport"]:before {
  background-color: #6590CB;
}
.user-session-list-table .session[data-category="sport"] {
  border-left-color: #6590CB;
}
.user-session-list-table .session[data-category="sport"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #6590CB;
}
.region-features .featurenavigation .navitem[data-category="vision"] > .label:before,
.region-features .featurenavigation .navitem[data-category="vision"].is-nav-selected > .label:before {
  background-color: #69608E;
}
.region-feature[data-category="vision"] .category-label {
  color: white;
  background-color: #69608E;
}
.region-feature[data-category="vision"] .body > .title a[href] {
  border-bottom: 1px solid rgba(105, 96, 142, 0.25);
}
.region-feature[data-category="vision"] .body > .title a[href]:hover,
.region-feature[data-category="vision"] .body > .title a[href]:focus {
  border-bottom: 1px solid #69608e;
}
.region-feature[data-category="vision"]:hover .body a[href],
.region-feature[data-category="vision"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(105, 96, 142, 0.25);
}
.region-feature[data-category="vision"] .body a[href],
.region-feature[data-category="vision"] .footer a[href] {
  border-bottom: 1px solid rgba(105, 96, 142, 0);
}
.region-feature[data-category="vision"] .body a[href]:hover,
.region-feature[data-category="vision"] .footer a[href]:hover,
.region-feature[data-category="vision"] .body a[href]:focus,
.region-feature[data-category="vision"] .footer a[href]:focus {
  border-bottom: 1px solid #69608e;
}
.region-feature[data-category="vision"] .category {
  border-top-color: #69608E;
}
.category-list li[data-category="vision"] > a {
  border-bottom-color: #c3bfd2;
}
.category-list li[data-category="vision"] > a:hover {
  border-bottom-color: #69608E;
}
.category-list li[data-category="vision"].active > a {
  border-bottom-color: #69608E;
}
.category-label[data-category="vision"] {
  color: white;
  background-color: #69608E;
}
.filter-group .terms.categories li[data-category="vision"] > a {
  background-color: #69608E;
  color: white;
}
.filter-group .terms.categories li[data-category="vision"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="vision"] > a > span:hover,
.filter-group .terms.categories li[data-category="vision"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="vision"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="vision"] .media:before {
  background-color: #69608E;
}
.card.film-card[data-category="vision"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(105, 96, 142, 0.75);
}
.card-popover[data-category="vision"] {
  background-color: #69608E;
}
.card-popover[data-category="vision"] > .close {
  color: white;
  background-color: #69608E;
}
.card-popover[data-category="vision"] > .card.film-card .media:before {
  background-color: #69608E;
}
.card-popover[data-category="vision"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="vision"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="vision"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="vision"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="vision"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="vision"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="vision"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="vision"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="vision"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="vision"] .film-info .title a {
  border-bottom: 1px solid rgba(105, 96, 142, 0);
}
[data-category="vision"] .film-info .title a[href]:hover,
[data-category="vision"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(105, 96, 142, 0.75);
}
.film-article[data-category="vision"] > .hero {
  background-color: #69608E;
  color: white;
}
.film-article[data-category="vision"] > .festival-archive-strip {
  color: white;
  background-color: #69608E;
}
.film-article[data-category="vision"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="vision"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="vision"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="vision"] > .article-header {
  background-color: #69608E;
  color: white;
}
.film-article[data-category="vision"] > .article-header .category-label {
  background-color: white;
  color: #69608E;
}
.film-article[data-category="vision"] > .article-header .director-group a[href],
.film-article[data-category="vision"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="vision"] > .article-header .director-group a[href]:hover,
.film-article[data-category="vision"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="vision"] > .article-header .director-group a[href]:focus,
.film-article[data-category="vision"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="vision"] > .article-header {
  background-color: #69608E;
  color: white;
}
.schedule-list .session[data-category="vision"]:after {
  background-color: #69608E;
}
.schedule-list .session[data-category="vision"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(105, 96, 142, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="vision"]:before {
  background-color: #69608E;
}
.user-session-list-table .session[data-category="vision"] {
  border-left-color: #69608E;
}
.user-session-list-table .session[data-category="vision"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #69608E;
}
.region-features .featurenavigation .navitem[data-category="world"] > .label:before,
.region-features .featurenavigation .navitem[data-category="world"].is-nav-selected > .label:before {
  background-color: #42BD8E;
}
.region-feature[data-category="world"] .category-label {
  color: white;
  background-color: #42BD8E;
}
.region-feature[data-category="world"] .body > .title a[href] {
  border-bottom: 1px solid rgba(66, 189, 142, 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 #42bd8e;
}
.region-feature[data-category="world"]:hover .body a[href],
.region-feature[data-category="world"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(66, 189, 142, 0.25);
}
.region-feature[data-category="world"] .body a[href],
.region-feature[data-category="world"] .footer a[href] {
  border-bottom: 1px solid rgba(66, 189, 142, 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 #42bd8e;
}
.region-feature[data-category="world"] .category {
  border-top-color: #42BD8E;
}
.category-list li[data-category="world"] > a {
  border-bottom-color: #b3e5d2;
}
.category-list li[data-category="world"] > a:hover {
  border-bottom-color: #42BD8E;
}
.category-list li[data-category="world"].active > a {
  border-bottom-color: #42BD8E;
}
.category-label[data-category="world"] {
  color: white;
  background-color: #42BD8E;
}
.filter-group .terms.categories li[data-category="world"] > a {
  background-color: #42BD8E;
  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: #42BD8E;
}
.card.film-card[data-category="world"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(66, 189, 142, 0.75);
}
.card-popover[data-category="world"] {
  background-color: #42BD8E;
}
.card-popover[data-category="world"] > .close {
  color: white;
  background-color: #42BD8E;
}
.card-popover[data-category="world"] > .card.film-card .media:before {
  background-color: #42BD8E;
}
.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(66, 189, 142, 0);
}
[data-category="world"] .film-info .title a[href]:hover,
[data-category="world"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(66, 189, 142, 0.75);
}
.film-article[data-category="world"] > .hero {
  background-color: #42BD8E;
  color: white;
}
.film-article[data-category="world"] > .festival-archive-strip {
  color: white;
  background-color: #42BD8E;
}
.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: #42BD8E;
  color: white;
}
.film-article[data-category="world"] > .article-header .category-label {
  background-color: white;
  color: #42BD8E;
}
.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: #42BD8E;
  color: white;
}
.schedule-list .session[data-category="world"]:after {
  background-color: #42BD8E;
}
.schedule-list .session[data-category="world"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(66, 189, 142, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="world"]:before {
  background-color: #42BD8E;
}
.user-session-list-table .session[data-category="world"] {
  border-left-color: #42BD8E;
}
.user-session-list-table .session[data-category="world"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #42BD8E;
}
