.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="animation"] > .label:before,
.region-features .featurenavigation .navitem[data-category="animation"].is-nav-selected > .label:before {
  background-color: #3F9F8A;
}
.region-feature[data-category="animation"] .category-label {
  color: white;
  background-color: #3F9F8A;
}
.region-feature[data-category="animation"] .body > .title a[href] {
  border-bottom: 1px solid rgba(63, 159, 138, 0.25);
}
.region-feature[data-category="animation"] .body > .title a[href]:hover,
.region-feature[data-category="animation"] .body > .title a[href]:focus {
  border-bottom: 1px solid #3f9f8a;
}
.region-feature[data-category="animation"]:hover .body a[href],
.region-feature[data-category="animation"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(63, 159, 138, 0.25);
}
.region-feature[data-category="animation"] .body a[href],
.region-feature[data-category="animation"] .footer a[href] {
  border-bottom: 1px solid rgba(63, 159, 138, 0);
}
.region-feature[data-category="animation"] .body a[href]:hover,
.region-feature[data-category="animation"] .footer a[href]:hover,
.region-feature[data-category="animation"] .body a[href]:focus,
.region-feature[data-category="animation"] .footer a[href]:focus {
  border-bottom: 1px solid #3f9f8a;
}
.region-feature[data-category="animation"] .category {
  border-top-color: #3F9F8A;
}
.category-list li[data-category="animation"] > a {
  border-bottom-color: #b2d9d0;
}
.category-list li[data-category="animation"] > a:hover {
  border-bottom-color: #3F9F8A;
}
.category-list li[data-category="animation"].active > a {
  border-bottom-color: #3F9F8A;
}
.category-label[data-category="animation"] {
  color: white;
  background-color: #3F9F8A;
}
.filter-group .terms.categories li[data-category="animation"] > a {
  background-color: #3F9F8A;
  color: white;
}
.filter-group .terms.categories li[data-category="animation"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="animation"] > a > span:hover,
.filter-group .terms.categories li[data-category="animation"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="animation"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="animation"] .media:before {
  background-color: #3F9F8A;
}
.card.film-card[data-category="animation"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(63, 159, 138, 0.75);
}
.card-popover[data-category="animation"] {
  background-color: #3F9F8A;
}
.card-popover[data-category="animation"] > .close {
  color: white;
  background-color: #3F9F8A;
}
.card-popover[data-category="animation"] > .card.film-card .media:before {
  background-color: #3F9F8A;
}
.card-popover[data-category="animation"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="animation"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="animation"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="animation"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="animation"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="animation"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="animation"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="animation"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="animation"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="animation"] .film-info .title a {
  border-bottom: 1px solid rgba(63, 159, 138, 0);
}
[data-category="animation"] .film-info .title a[href]:hover,
[data-category="animation"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(63, 159, 138, 0.75);
}
.film-article[data-category="animation"] > .hero {
  background-color: #3F9F8A;
  color: white;
}
.film-article[data-category="animation"] > .festival-archive-strip {
  color: white;
  background-color: #3F9F8A;
}
.film-article[data-category="animation"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="animation"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="animation"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="animation"] > .article-header {
  background-color: #3F9F8A;
  color: white;
}
.film-article[data-category="animation"] > .article-header .category-label {
  background-color: white;
  color: #3F9F8A;
}
.film-article[data-category="animation"] > .article-header .director-group a[href],
.film-article[data-category="animation"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="animation"] > .article-header .director-group a[href]:hover,
.film-article[data-category="animation"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="animation"] > .article-header .director-group a[href]:focus,
.film-article[data-category="animation"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="animation"] > .article-header {
  background-color: #3F9F8A;
  color: white;
}
.schedule-list .session[data-category="animation"]:after {
  background-color: #3F9F8A;
}
.schedule-list .session[data-category="animation"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(63, 159, 138, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="animation"]:before {
  background-color: #3F9F8A;
}
.user-session-list-table .session[data-category="animation"] {
  border-left-color: #3F9F8A;
}
.user-session-list-table .session[data-category="animation"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #3F9F8A;
}
.region-features .featurenavigation .navitem[data-category="aotearoa"] > .label:before,
.region-features .featurenavigation .navitem[data-category="aotearoa"].is-nav-selected > .label:before {
  background-color: #1C98B4;
}
.region-feature[data-category="aotearoa"] .category-label {
  color: white;
  background-color: #1C98B4;
}
.region-feature[data-category="aotearoa"] .body > .title a[href] {
  border-bottom: 1px solid rgba(28, 152, 180, 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 #1c98b4;
}
.region-feature[data-category="aotearoa"]:hover .body a[href],
.region-feature[data-category="aotearoa"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(28, 152, 180, 0.25);
}
.region-feature[data-category="aotearoa"] .body a[href],
.region-feature[data-category="aotearoa"] .footer a[href] {
  border-bottom: 1px solid rgba(28, 152, 180, 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 #1c98b4;
}
.region-feature[data-category="aotearoa"] .category {
  border-top-color: #1C98B4;
}
.category-list li[data-category="aotearoa"] > a {
  border-bottom-color: #a4d6e1;
}
.category-list li[data-category="aotearoa"] > a:hover {
  border-bottom-color: #1C98B4;
}
.category-list li[data-category="aotearoa"].active > a {
  border-bottom-color: #1C98B4;
}
.category-label[data-category="aotearoa"] {
  color: white;
  background-color: #1C98B4;
}
.filter-group .terms.categories li[data-category="aotearoa"] > a {
  background-color: #1C98B4;
  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: #1C98B4;
}
.card.film-card[data-category="aotearoa"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(28, 152, 180, 0.75);
}
.card-popover[data-category="aotearoa"] {
  background-color: #1C98B4;
}
.card-popover[data-category="aotearoa"] > .close {
  color: white;
  background-color: #1C98B4;
}
.card-popover[data-category="aotearoa"] > .card.film-card .media:before {
  background-color: #1C98B4;
}
.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(28, 152, 180, 0);
}
[data-category="aotearoa"] .film-info .title a[href]:hover,
[data-category="aotearoa"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(28, 152, 180, 0.75);
}
.film-article[data-category="aotearoa"] > .hero {
  background-color: #1C98B4;
  color: white;
}
.film-article[data-category="aotearoa"] > .festival-archive-strip {
  color: white;
  background-color: #1C98B4;
}
.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: #1C98B4;
  color: white;
}
.film-article[data-category="aotearoa"] > .article-header .category-label {
  background-color: white;
  color: #1C98B4;
}
.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: #1C98B4;
  color: white;
}
.schedule-list .session[data-category="aotearoa"]:after {
  background-color: #1C98B4;
}
.schedule-list .session[data-category="aotearoa"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(28, 152, 180, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="aotearoa"]:before {
  background-color: #1C98B4;
}
.user-session-list-table .session[data-category="aotearoa"] {
  border-left-color: #1C98B4;
}
.user-session-list-table .session[data-category="aotearoa"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #1C98B4;
}
.region-features .featurenavigation .navitem[data-category="arts-and-music"] > .label:before,
.region-features .featurenavigation .navitem[data-category="arts-and-music"].is-nav-selected > .label:before {
  background-color: #664156;
}
.region-feature[data-category="arts-and-music"] .category-label {
  color: white;
  background-color: #664156;
}
.region-feature[data-category="arts-and-music"] .body > .title a[href] {
  border-bottom: 1px solid rgba(102, 65, 86, 0.25);
}
.region-feature[data-category="arts-and-music"] .body > .title a[href]:hover,
.region-feature[data-category="arts-and-music"] .body > .title a[href]:focus {
  border-bottom: 1px solid #664156;
}
.region-feature[data-category="arts-and-music"]:hover .body a[href],
.region-feature[data-category="arts-and-music"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(102, 65, 86, 0.25);
}
.region-feature[data-category="arts-and-music"] .body a[href],
.region-feature[data-category="arts-and-music"] .footer a[href] {
  border-bottom: 1px solid rgba(102, 65, 86, 0);
}
.region-feature[data-category="arts-and-music"] .body a[href]:hover,
.region-feature[data-category="arts-and-music"] .footer a[href]:hover,
.region-feature[data-category="arts-and-music"] .body a[href]:focus,
.region-feature[data-category="arts-and-music"] .footer a[href]:focus {
  border-bottom: 1px solid #664156;
}
.region-feature[data-category="arts-and-music"] .category {
  border-top-color: #664156;
}
.category-list li[data-category="arts-and-music"] > a {
  border-bottom-color: #c2b3bb;
}
.category-list li[data-category="arts-and-music"] > a:hover {
  border-bottom-color: #664156;
}
.category-list li[data-category="arts-and-music"].active > a {
  border-bottom-color: #664156;
}
.category-label[data-category="arts-and-music"] {
  color: white;
  background-color: #664156;
}
.filter-group .terms.categories li[data-category="arts-and-music"] > a {
  background-color: #664156;
  color: white;
}
.filter-group .terms.categories li[data-category="arts-and-music"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="arts-and-music"] > a > span:hover,
.filter-group .terms.categories li[data-category="arts-and-music"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="arts-and-music"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="arts-and-music"] .media:before {
  background-color: #664156;
}
.card.film-card[data-category="arts-and-music"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(102, 65, 86, 0.75);
}
.card-popover[data-category="arts-and-music"] {
  background-color: #664156;
}
.card-popover[data-category="arts-and-music"] > .close {
  color: white;
  background-color: #664156;
}
.card-popover[data-category="arts-and-music"] > .card.film-card .media:before {
  background-color: #664156;
}
.card-popover[data-category="arts-and-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-and-music"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="arts-and-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-and-music"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="arts-and-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-and-music"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="arts-and-music"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="arts-and-music"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="arts-and-music"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="arts-and-music"] .film-info .title a {
  border-bottom: 1px solid rgba(102, 65, 86, 0);
}
[data-category="arts-and-music"] .film-info .title a[href]:hover,
[data-category="arts-and-music"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(102, 65, 86, 0.75);
}
.film-article[data-category="arts-and-music"] > .hero {
  background-color: #664156;
  color: white;
}
.film-article[data-category="arts-and-music"] > .festival-archive-strip {
  color: white;
  background-color: #664156;
}
.film-article[data-category="arts-and-music"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="arts-and-music"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="arts-and-music"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="arts-and-music"] > .article-header {
  background-color: #664156;
  color: white;
}
.film-article[data-category="arts-and-music"] > .article-header .category-label {
  background-color: white;
  color: #664156;
}
.film-article[data-category="arts-and-music"] > .article-header .director-group a[href],
.film-article[data-category="arts-and-music"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="arts-and-music"] > .article-header .director-group a[href]:hover,
.film-article[data-category="arts-and-music"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="arts-and-music"] > .article-header .director-group a[href]:focus,
.film-article[data-category="arts-and-music"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="arts-and-music"] > .article-header {
  background-color: #664156;
  color: white;
}
.schedule-list .session[data-category="arts-and-music"]:after {
  background-color: #664156;
}
.schedule-list .session[data-category="arts-and-music"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(102, 65, 86, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="arts-and-music"]:before {
  background-color: #664156;
}
.user-session-list-table .session[data-category="arts-and-music"] {
  border-left-color: #664156;
}
.user-session-list-table .session[data-category="arts-and-music"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #664156;
}
.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: #658ECB;
}
.region-feature[data-category="champions"] .category-label {
  color: white;
  background-color: #658ECB;
}
.region-feature[data-category="champions"] .body > .title a[href] {
  border-bottom: 1px solid rgba(101, 142, 203, 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 #658ecb;
}
.region-feature[data-category="champions"]:hover .body a[href],
.region-feature[data-category="champions"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(101, 142, 203, 0.25);
}
.region-feature[data-category="champions"] .body a[href],
.region-feature[data-category="champions"] .footer a[href] {
  border-bottom: 1px solid rgba(101, 142, 203, 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 #658ecb;
}
.region-feature[data-category="champions"] .category {
  border-top-color: #658ECB;
}
.category-list li[data-category="champions"] > a {
  border-bottom-color: #c1d2ea;
}
.category-list li[data-category="champions"] > a:hover {
  border-bottom-color: #658ECB;
}
.category-list li[data-category="champions"].active > a {
  border-bottom-color: #658ECB;
}
.category-label[data-category="champions"] {
  color: white;
  background-color: #658ECB;
}
.filter-group .terms.categories li[data-category="champions"] > a {
  background-color: #658ECB;
  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: #658ECB;
}
.card.film-card[data-category="champions"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(101, 142, 203, 0.75);
}
.card-popover[data-category="champions"] {
  background-color: #658ECB;
}
.card-popover[data-category="champions"] > .close {
  color: white;
  background-color: #658ECB;
}
.card-popover[data-category="champions"] > .card.film-card .media:before {
  background-color: #658ECB;
}
.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(101, 142, 203, 0);
}
[data-category="champions"] .film-info .title a[href]:hover,
[data-category="champions"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(101, 142, 203, 0.75);
}
.film-article[data-category="champions"] > .hero {
  background-color: #658ECB;
  color: white;
}
.film-article[data-category="champions"] > .festival-archive-strip {
  color: white;
  background-color: #658ECB;
}
.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: #658ECB;
  color: white;
}
.film-article[data-category="champions"] > .article-header .category-label {
  background-color: white;
  color: #658ECB;
}
.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: #658ECB;
  color: white;
}
.schedule-list .session[data-category="champions"]:after {
  background-color: #658ECB;
}
.schedule-list .session[data-category="champions"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(101, 142, 203, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="champions"]:before {
  background-color: #658ECB;
}
.user-session-list-table .session[data-category="champions"] {
  border-left-color: #658ECB;
}
.user-session-list-table .session[data-category="champions"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #658ECB;
}
.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: #DED48B;
}
.region-feature[data-category="incredibly-strange"] .category-label {
  color: black;
  background-color: #DED48B;
}
.region-feature[data-category="incredibly-strange"] .body > .title a[href] {
  border-bottom: 1px solid rgba(222, 212, 139, 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 #ded48b;
}
.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(222, 212, 139, 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(222, 212, 139, 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 #ded48b;
}
.region-feature[data-category="incredibly-strange"] .category {
  border-top-color: #DED48B;
}
.category-list li[data-category="incredibly-strange"] > a {
  border-bottom-color: #f2eed1;
}
.category-list li[data-category="incredibly-strange"] > a:hover {
  border-bottom-color: #DED48B;
}
.category-list li[data-category="incredibly-strange"].active > a {
  border-bottom-color: #DED48B;
}
.category-label[data-category="incredibly-strange"] {
  color: black;
  background-color: #DED48B;
}
.filter-group .terms.categories li[data-category="incredibly-strange"] > a {
  background-color: #DED48B;
  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: #DED48B;
}
.card.film-card[data-category="incredibly-strange"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(222, 212, 139, 0.75);
}
.card-popover[data-category="incredibly-strange"] {
  background-color: #DED48B;
}
.card-popover[data-category="incredibly-strange"] > .close {
  color: #3B3B3B;
  background-color: #DED48B;
}
.card-popover[data-category="incredibly-strange"] > .card.film-card .media:before {
  background-color: #DED48B;
}
.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(222, 212, 139, 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(222, 212, 139, 0.75);
}
.film-article[data-category="incredibly-strange"] > .hero {
  background-color: #DED48B;
  color: #3B3B3B;
}
.film-article[data-category="incredibly-strange"] > .festival-archive-strip {
  color: #3B3B3B;
  background-color: #DED48B;
}
.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: #DED48B;
  color: #3B3B3B;
}
.film-article[data-category="incredibly-strange"] > .article-header .category-label {
  background-color: #3B3B3B;
  color: #DED48B;
}
.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: #DED48B;
  color: #3B3B3B;
}
.schedule-list .session[data-category="incredibly-strange"]:after {
  background-color: #DED48B;
}
.schedule-list .session[data-category="incredibly-strange"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(222, 212, 139, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="incredibly-strange"]:before {
  background-color: #DED48B;
}
.user-session-list-table .session[data-category="incredibly-strange"] {
  border-left-color: #DED48B;
}
.user-session-list-table .session[data-category="incredibly-strange"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #DED48B;
}
.region-features .featurenavigation .navitem[data-category="legends"] > .label:before,
.region-features .featurenavigation .navitem[data-category="legends"].is-nav-selected > .label:before {
  background-color: #EF3F4D;
}
.region-feature[data-category="legends"] .category-label {
  color: white;
  background-color: #EF3F4D;
}
.region-feature[data-category="legends"] .body > .title a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0.25);
}
.region-feature[data-category="legends"] .body > .title a[href]:hover,
.region-feature[data-category="legends"] .body > .title a[href]:focus {
  border-bottom: 1px solid #ef3f4d;
}
.region-feature[data-category="legends"]:hover .body a[href],
.region-feature[data-category="legends"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0.25);
}
.region-feature[data-category="legends"] .body a[href],
.region-feature[data-category="legends"] .footer a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0);
}
.region-feature[data-category="legends"] .body a[href]:hover,
.region-feature[data-category="legends"] .footer a[href]:hover,
.region-feature[data-category="legends"] .body a[href]:focus,
.region-feature[data-category="legends"] .footer a[href]:focus {
  border-bottom: 1px solid #ef3f4d;
}
.region-feature[data-category="legends"] .category {
  border-top-color: #EF3F4D;
}
.category-list li[data-category="legends"] > a {
  border-bottom-color: #f9b2b8;
}
.category-list li[data-category="legends"] > a:hover {
  border-bottom-color: #EF3F4D;
}
.category-list li[data-category="legends"].active > a {
  border-bottom-color: #EF3F4D;
}
.category-label[data-category="legends"] {
  color: white;
  background-color: #EF3F4D;
}
.filter-group .terms.categories li[data-category="legends"] > a {
  background-color: #EF3F4D;
  color: white;
}
.filter-group .terms.categories li[data-category="legends"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="legends"] > a > span:hover,
.filter-group .terms.categories li[data-category="legends"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="legends"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="legends"] .media:before {
  background-color: #EF3F4D;
}
.card.film-card[data-category="legends"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(239, 63, 77, 0.75);
}
.card-popover[data-category="legends"] {
  background-color: #EF3F4D;
}
.card-popover[data-category="legends"] > .close {
  color: white;
  background-color: #EF3F4D;
}
.card-popover[data-category="legends"] > .card.film-card .media:before {
  background-color: #EF3F4D;
}
.card-popover[data-category="legends"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="legends"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="legends"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="legends"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="legends"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="legends"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="legends"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="legends"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="legends"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="legends"] .film-info .title a {
  border-bottom: 1px solid rgba(239, 63, 77, 0);
}
[data-category="legends"] .film-info .title a[href]:hover,
[data-category="legends"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(239, 63, 77, 0.75);
}
.film-article[data-category="legends"] > .hero {
  background-color: #EF3F4D;
  color: white;
}
.film-article[data-category="legends"] > .festival-archive-strip {
  color: white;
  background-color: #EF3F4D;
}
.film-article[data-category="legends"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="legends"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="legends"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="legends"] > .article-header {
  background-color: #EF3F4D;
  color: white;
}
.film-article[data-category="legends"] > .article-header .category-label {
  background-color: white;
  color: #EF3F4D;
}
.film-article[data-category="legends"] > .article-header .director-group a[href],
.film-article[data-category="legends"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="legends"] > .article-header .director-group a[href]:hover,
.film-article[data-category="legends"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="legends"] > .article-header .director-group a[href]:focus,
.film-article[data-category="legends"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="legends"] > .article-header {
  background-color: #EF3F4D;
  color: white;
}
.schedule-list .session[data-category="legends"]:after {
  background-color: #EF3F4D;
}
.schedule-list .session[data-category="legends"] .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="legends"]:before {
  background-color: #EF3F4D;
}
.user-session-list-table .session[data-category="legends"] {
  border-left-color: #EF3F4D;
}
.user-session-list-table .session[data-category="legends"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #EF3F4D;
}
.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: #000080;
}
.region-feature[data-category="live-events"] .category-label {
  color: white;
  background-color: #000080;
}
.region-feature[data-category="live-events"] .body > .title a[href] {
  border-bottom: 1px solid rgba(0, 0, 128, 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 #000080;
}
.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(0, 0, 128, 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(0, 0, 128, 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 #000080;
}
.region-feature[data-category="live-events"] .category {
  border-top-color: #000080;
}
.category-list li[data-category="live-events"] > a {
  border-bottom-color: #9999cc;
}
.category-list li[data-category="live-events"] > a:hover {
  border-bottom-color: #000080;
}
.category-list li[data-category="live-events"].active > a {
  border-bottom-color: #000080;
}
.category-label[data-category="live-events"] {
  color: white;
  background-color: #000080;
}
.filter-group .terms.categories li[data-category="live-events"] > a {
  background-color: #000080;
  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: #000080;
}
.card.film-card[data-category="live-events"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(0, 0, 128, 0.75);
}
.card-popover[data-category="live-events"] {
  background-color: #000080;
}
.card-popover[data-category="live-events"] > .close {
  color: white;
  background-color: #000080;
}
.card-popover[data-category="live-events"] > .card.film-card .media:before {
  background-color: #000080;
}
.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(0, 0, 128, 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(0, 0, 128, 0.75);
}
.film-article[data-category="live-events"] > .hero {
  background-color: #000080;
  color: white;
}
.film-article[data-category="live-events"] > .festival-archive-strip {
  color: white;
  background-color: #000080;
}
.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: #000080;
  color: white;
}
.film-article[data-category="live-events"] > .article-header .category-label {
  background-color: white;
  color: #000080;
}
.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: #000080;
  color: white;
}
.schedule-list .session[data-category="live-events"]:after {
  background-color: #000080;
}
.schedule-list .session[data-category="live-events"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(0, 0, 128, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="live-events"]:before {
  background-color: #000080;
}
.user-session-list-table .session[data-category="live-events"] {
  border-left-color: #000080;
}
.user-session-list-table .session[data-category="live-events"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #000080;
}
.region-features .featurenavigation .navitem[data-category="music"] > .label:before,
.region-features .featurenavigation .navitem[data-category="music"].is-nav-selected > .label:before {
  background-color: #CC9F90;
}
.region-feature[data-category="music"] .category-label {
  color: white;
  background-color: #CC9F90;
}
.region-feature[data-category="music"] .body > .title a[href] {
  border-bottom: 1px solid rgba(204, 159, 144, 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 #cc9f90;
}
.region-feature[data-category="music"]:hover .body a[href],
.region-feature[data-category="music"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(204, 159, 144, 0.25);
}
.region-feature[data-category="music"] .body a[href],
.region-feature[data-category="music"] .footer a[href] {
  border-bottom: 1px solid rgba(204, 159, 144, 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 #cc9f90;
}
.region-feature[data-category="music"] .category {
  border-top-color: #CC9F90;
}
.category-list li[data-category="music"] > a {
  border-bottom-color: #ebd9d3;
}
.category-list li[data-category="music"] > a:hover {
  border-bottom-color: #CC9F90;
}
.category-list li[data-category="music"].active > a {
  border-bottom-color: #CC9F90;
}
.category-label[data-category="music"] {
  color: white;
  background-color: #CC9F90;
}
.filter-group .terms.categories li[data-category="music"] > a {
  background-color: #CC9F90;
  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: #CC9F90;
}
.card.film-card[data-category="music"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(204, 159, 144, 0.75);
}
.card-popover[data-category="music"] {
  background-color: #CC9F90;
}
.card-popover[data-category="music"] > .close {
  color: white;
  background-color: #CC9F90;
}
.card-popover[data-category="music"] > .card.film-card .media:before {
  background-color: #CC9F90;
}
.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(204, 159, 144, 0);
}
[data-category="music"] .film-info .title a[href]:hover,
[data-category="music"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(204, 159, 144, 0.75);
}
.film-article[data-category="music"] > .hero {
  background-color: #CC9F90;
  color: white;
}
.film-article[data-category="music"] > .festival-archive-strip {
  color: white;
  background-color: #CC9F90;
}
.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: #CC9F90;
  color: white;
}
.film-article[data-category="music"] > .article-header .category-label {
  background-color: white;
  color: #CC9F90;
}
.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: #CC9F90;
  color: white;
}
.schedule-list .session[data-category="music"]:after {
  background-color: #CC9F90;
}
.schedule-list .session[data-category="music"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(204, 159, 144, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="music"]:before {
  background-color: #CC9F90;
}
.user-session-list-table .session[data-category="music"] {
  border-left-color: #CC9F90;
}
.user-session-list-table .session[data-category="music"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #CC9F90;
}
.region-features .featurenavigation .navitem[data-category="out-of-africa"] > .label:before,
.region-features .featurenavigation .navitem[data-category="out-of-africa"].is-nav-selected > .label:before {
  background-color: #832E6B;
}
.region-feature[data-category="out-of-africa"] .category-label {
  color: white;
  background-color: #832E6B;
}
.region-feature[data-category="out-of-africa"] .body > .title a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0.25);
}
.region-feature[data-category="out-of-africa"] .body > .title a[href]:hover,
.region-feature[data-category="out-of-africa"] .body > .title a[href]:focus {
  border-bottom: 1px solid #832e6b;
}
.region-feature[data-category="out-of-africa"]:hover .body a[href],
.region-feature[data-category="out-of-africa"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0.25);
}
.region-feature[data-category="out-of-africa"] .body a[href],
.region-feature[data-category="out-of-africa"] .footer a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0);
}
.region-feature[data-category="out-of-africa"] .body a[href]:hover,
.region-feature[data-category="out-of-africa"] .footer a[href]:hover,
.region-feature[data-category="out-of-africa"] .body a[href]:focus,
.region-feature[data-category="out-of-africa"] .footer a[href]:focus {
  border-bottom: 1px solid #832e6b;
}
.region-feature[data-category="out-of-africa"] .category {
  border-top-color: #832E6B;
}
.category-list li[data-category="out-of-africa"] > a {
  border-bottom-color: #cdabc4;
}
.category-list li[data-category="out-of-africa"] > a:hover {
  border-bottom-color: #832E6B;
}
.category-list li[data-category="out-of-africa"].active > a {
  border-bottom-color: #832E6B;
}
.category-label[data-category="out-of-africa"] {
  color: white;
  background-color: #832E6B;
}
.filter-group .terms.categories li[data-category="out-of-africa"] > a {
  background-color: #832E6B;
  color: white;
}
.filter-group .terms.categories li[data-category="out-of-africa"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="out-of-africa"] > a > span:hover,
.filter-group .terms.categories li[data-category="out-of-africa"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="out-of-africa"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="out-of-africa"] .media:before {
  background-color: #832E6B;
}
.card.film-card[data-category="out-of-africa"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(131, 46, 107, 0.75);
}
.card-popover[data-category="out-of-africa"] {
  background-color: #832E6B;
}
.card-popover[data-category="out-of-africa"] > .close {
  color: white;
  background-color: #832E6B;
}
.card-popover[data-category="out-of-africa"] > .card.film-card .media:before {
  background-color: #832E6B;
}
.card-popover[data-category="out-of-africa"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="out-of-africa"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="out-of-africa"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="out-of-africa"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="out-of-africa"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="out-of-africa"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="out-of-africa"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="out-of-africa"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="out-of-africa"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="out-of-africa"] .film-info .title a {
  border-bottom: 1px solid rgba(131, 46, 107, 0);
}
[data-category="out-of-africa"] .film-info .title a[href]:hover,
[data-category="out-of-africa"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(131, 46, 107, 0.75);
}
.film-article[data-category="out-of-africa"] > .hero {
  background-color: #832E6B;
  color: white;
}
.film-article[data-category="out-of-africa"] > .festival-archive-strip {
  color: white;
  background-color: #832E6B;
}
.film-article[data-category="out-of-africa"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="out-of-africa"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="out-of-africa"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="out-of-africa"] > .article-header {
  background-color: #832E6B;
  color: white;
}
.film-article[data-category="out-of-africa"] > .article-header .category-label {
  background-color: white;
  color: #832E6B;
}
.film-article[data-category="out-of-africa"] > .article-header .director-group a[href],
.film-article[data-category="out-of-africa"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="out-of-africa"] > .article-header .director-group a[href]:hover,
.film-article[data-category="out-of-africa"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="out-of-africa"] > .article-header .director-group a[href]:focus,
.film-article[data-category="out-of-africa"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="out-of-africa"] > .article-header {
  background-color: #832E6B;
  color: white;
}
.schedule-list .session[data-category="out-of-africa"]:after {
  background-color: #832E6B;
}
.schedule-list .session[data-category="out-of-africa"] .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="out-of-africa"]:before {
  background-color: #832E6B;
}
.user-session-list-table .session[data-category="out-of-africa"] {
  border-left-color: #832E6B;
}
.user-session-list-table .session[data-category="out-of-africa"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #832E6B;
}
.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: #5E4257;
}
.region-feature[data-category="portrait-of-an-artist"] .category-label {
  color: white;
  background-color: #5E4257;
}
.region-feature[data-category="portrait-of-an-artist"] .body > .title a[href] {
  border-bottom: 1px solid rgba(94, 66, 87, 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 #5e4257;
}
.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(94, 66, 87, 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(94, 66, 87, 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 #5e4257;
}
.region-feature[data-category="portrait-of-an-artist"] .category {
  border-top-color: #5E4257;
}
.category-list li[data-category="portrait-of-an-artist"] > a {
  border-bottom-color: #bfb3bc;
}
.category-list li[data-category="portrait-of-an-artist"] > a:hover {
  border-bottom-color: #5E4257;
}
.category-list li[data-category="portrait-of-an-artist"].active > a {
  border-bottom-color: #5E4257;
}
.category-label[data-category="portrait-of-an-artist"] {
  color: white;
  background-color: #5E4257;
}
.filter-group .terms.categories li[data-category="portrait-of-an-artist"] > a {
  background-color: #5E4257;
  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: #5E4257;
}
.card.film-card[data-category="portrait-of-an-artist"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(94, 66, 87, 0.75);
}
.card-popover[data-category="portrait-of-an-artist"] {
  background-color: #5E4257;
}
.card-popover[data-category="portrait-of-an-artist"] > .close {
  color: white;
  background-color: #5E4257;
}
.card-popover[data-category="portrait-of-an-artist"] > .card.film-card .media:before {
  background-color: #5E4257;
}
.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(94, 66, 87, 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(94, 66, 87, 0.75);
}
.film-article[data-category="portrait-of-an-artist"] > .hero {
  background-color: #5E4257;
  color: white;
}
.film-article[data-category="portrait-of-an-artist"] > .festival-archive-strip {
  color: white;
  background-color: #5E4257;
}
.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: #5E4257;
  color: white;
}
.film-article[data-category="portrait-of-an-artist"] > .article-header .category-label {
  background-color: white;
  color: #5E4257;
}
.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: #5E4257;
  color: white;
}
.schedule-list .session[data-category="portrait-of-an-artist"]:after {
  background-color: #5E4257;
}
.schedule-list .session[data-category="portrait-of-an-artist"] .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="portrait-of-an-artist"]:before {
  background-color: #5E4257;
}
.user-session-list-table .session[data-category="portrait-of-an-artist"] {
  border-left-color: #5E4257;
}
.user-session-list-table .session[data-category="portrait-of-an-artist"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #5E4257;
}
.region-features .featurenavigation .navitem[data-category="thrill"] > .label:before,
.region-features .featurenavigation .navitem[data-category="thrill"].is-nav-selected > .label:before {
  background-color: #69608F;
}
.region-feature[data-category="thrill"] .category-label {
  color: white;
  background-color: #69608F;
}
.region-feature[data-category="thrill"] .body > .title a[href] {
  border-bottom: 1px solid rgba(105, 96, 143, 0.25);
}
.region-feature[data-category="thrill"] .body > .title a[href]:hover,
.region-feature[data-category="thrill"] .body > .title a[href]:focus {
  border-bottom: 1px solid #69608f;
}
.region-feature[data-category="thrill"]:hover .body a[href],
.region-feature[data-category="thrill"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(105, 96, 143, 0.25);
}
.region-feature[data-category="thrill"] .body a[href],
.region-feature[data-category="thrill"] .footer a[href] {
  border-bottom: 1px solid rgba(105, 96, 143, 0);
}
.region-feature[data-category="thrill"] .body a[href]:hover,
.region-feature[data-category="thrill"] .footer a[href]:hover,
.region-feature[data-category="thrill"] .body a[href]:focus,
.region-feature[data-category="thrill"] .footer a[href]:focus {
  border-bottom: 1px solid #69608f;
}
.region-feature[data-category="thrill"] .category {
  border-top-color: #69608F;
}
.category-list li[data-category="thrill"] > a {
  border-bottom-color: #c3bfd2;
}
.category-list li[data-category="thrill"] > a:hover {
  border-bottom-color: #69608F;
}
.category-list li[data-category="thrill"].active > a {
  border-bottom-color: #69608F;
}
.category-label[data-category="thrill"] {
  color: white;
  background-color: #69608F;
}
.filter-group .terms.categories li[data-category="thrill"] > a {
  background-color: #69608F;
  color: white;
}
.filter-group .terms.categories li[data-category="thrill"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="thrill"] > a > span:hover,
.filter-group .terms.categories li[data-category="thrill"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="thrill"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="thrill"] .media:before {
  background-color: #69608F;
}
.card.film-card[data-category="thrill"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(105, 96, 143, 0.75);
}
.card-popover[data-category="thrill"] {
  background-color: #69608F;
}
.card-popover[data-category="thrill"] > .close {
  color: white;
  background-color: #69608F;
}
.card-popover[data-category="thrill"] > .card.film-card .media:before {
  background-color: #69608F;
}
.card-popover[data-category="thrill"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="thrill"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="thrill"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="thrill"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="thrill"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="thrill"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="thrill"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="thrill"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="thrill"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="thrill"] .film-info .title a {
  border-bottom: 1px solid rgba(105, 96, 143, 0);
}
[data-category="thrill"] .film-info .title a[href]:hover,
[data-category="thrill"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(105, 96, 143, 0.75);
}
.film-article[data-category="thrill"] > .hero {
  background-color: #69608F;
  color: white;
}
.film-article[data-category="thrill"] > .festival-archive-strip {
  color: white;
  background-color: #69608F;
}
.film-article[data-category="thrill"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="thrill"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="thrill"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="thrill"] > .article-header {
  background-color: #69608F;
  color: white;
}
.film-article[data-category="thrill"] > .article-header .category-label {
  background-color: white;
  color: #69608F;
}
.film-article[data-category="thrill"] > .article-header .director-group a[href],
.film-article[data-category="thrill"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="thrill"] > .article-header .director-group a[href]:hover,
.film-article[data-category="thrill"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="thrill"] > .article-header .director-group a[href]:focus,
.film-article[data-category="thrill"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="thrill"] > .article-header {
  background-color: #69608F;
  color: white;
}
.schedule-list .session[data-category="thrill"]:after {
  background-color: #69608F;
}
.schedule-list .session[data-category="thrill"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(105, 96, 143, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="thrill"]:before {
  background-color: #69608F;
}
.user-session-list-table .session[data-category="thrill"] {
  border-left-color: #69608F;
}
.user-session-list-table .session[data-category="thrill"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #69608F;
}
.region-features .featurenavigation .navitem[data-category="world"] > .label:before,
.region-features .featurenavigation .navitem[data-category="world"].is-nav-selected > .label:before {
  background-color: #42BC8F;
}
.region-feature[data-category="world"] .category-label {
  color: white;
  background-color: #42BC8F;
}
.region-feature[data-category="world"] .body > .title a[href] {
  border-bottom: 1px solid rgba(66, 188, 143, 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 #42bc8f;
}
.region-feature[data-category="world"]:hover .body a[href],
.region-feature[data-category="world"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(66, 188, 143, 0.25);
}
.region-feature[data-category="world"] .body a[href],
.region-feature[data-category="world"] .footer a[href] {
  border-bottom: 1px solid rgba(66, 188, 143, 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 #42bc8f;
}
.region-feature[data-category="world"] .category {
  border-top-color: #42BC8F;
}
.category-list li[data-category="world"] > a {
  border-bottom-color: #b3e4d2;
}
.category-list li[data-category="world"] > a:hover {
  border-bottom-color: #42BC8F;
}
.category-list li[data-category="world"].active > a {
  border-bottom-color: #42BC8F;
}
.category-label[data-category="world"] {
  color: white;
  background-color: #42BC8F;
}
.filter-group .terms.categories li[data-category="world"] > a {
  background-color: #42BC8F;
  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: #42BC8F;
}
.card.film-card[data-category="world"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(66, 188, 143, 0.75);
}
.card-popover[data-category="world"] {
  background-color: #42BC8F;
}
.card-popover[data-category="world"] > .close {
  color: white;
  background-color: #42BC8F;
}
.card-popover[data-category="world"] > .card.film-card .media:before {
  background-color: #42BC8F;
}
.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, 188, 143, 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, 188, 143, 0.75);
}
.film-article[data-category="world"] > .hero {
  background-color: #42BC8F;
  color: white;
}
.film-article[data-category="world"] > .festival-archive-strip {
  color: white;
  background-color: #42BC8F;
}
.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: #42BC8F;
  color: white;
}
.film-article[data-category="world"] > .article-header .category-label {
  background-color: white;
  color: #42BC8F;
}
.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: #42BC8F;
  color: white;
}
.schedule-list .session[data-category="world"]:after {
  background-color: #42BC8F;
}
.schedule-list .session[data-category="world"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(66, 188, 143, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="world"]:before {
  background-color: #42BC8F;
}
.user-session-list-table .session[data-category="world"] {
  border-left-color: #42BC8F;
}
.user-session-list-table .session[data-category="world"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #42BC8F;
}
.banner-message {
  background: #713514;
}
