.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="big-nights"] > .label:before,
.region-features .featurenavigation .navitem[data-category="big-nights"].is-nav-selected > .label:before {
  background-color: #2E4C5D;
}
.region-feature[data-category="big-nights"] .category-label {
  color: white;
  background-color: #2E4C5D;
}
.region-feature[data-category="big-nights"] .body > .title a[href] {
  border-bottom: 1px solid rgba(46, 76, 93, 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 #2e4c5d;
}
.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(46, 76, 93, 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(46, 76, 93, 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 #2e4c5d;
}
.region-feature[data-category="big-nights"] .category {
  border-top-color: #2E4C5D;
}
.category-list li[data-category="big-nights"] > a {
  border-bottom-color: #abb7be;
}
.category-list li[data-category="big-nights"] > a:hover {
  border-bottom-color: #2E4C5D;
}
.category-list li[data-category="big-nights"].active > a {
  border-bottom-color: #2E4C5D;
}
.category-label[data-category="big-nights"] {
  color: white;
  background-color: #2E4C5D;
}
.filter-group .terms.categories li[data-category="big-nights"] > a {
  background-color: #2E4C5D;
  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: #2E4C5D;
}
.card.film-card[data-category="big-nights"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(46, 76, 93, 0.75);
}
.card-popover[data-category="big-nights"] {
  background-color: #2E4C5D;
}
.card-popover[data-category="big-nights"] > .close {
  color: white;
  background-color: #2E4C5D;
}
.card-popover[data-category="big-nights"] > .card.film-card .media:before {
  background-color: #2E4C5D;
}
.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(46, 76, 93, 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(46, 76, 93, 0.75);
}
.film-article[data-category="big-nights"] > .hero {
  background-color: #2E4C5D;
  color: white;
}
.film-article[data-category="big-nights"] > .festival-archive-strip {
  color: white;
  background-color: #2E4C5D;
}
.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: #2E4C5D;
  color: white;
}
.film-article[data-category="big-nights"] > .article-header .category-label {
  background-color: white;
  color: #2E4C5D;
}
.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: #2E4C5D;
  color: white;
}
.schedule-list .session[data-category="big-nights"]:after {
  background-color: #2E4C5D;
}
.schedule-list .session[data-category="big-nights"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(46, 76, 93, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="big-nights"]:before {
  background-color: #2E4C5D;
}
.user-session-list-table .session[data-category="big-nights"] {
  border-left-color: #2E4C5D;
}
.user-session-list-table .session[data-category="big-nights"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #2E4C5D;
}
.region-features .featurenavigation .navitem[data-category="frames"] > .label:before,
.region-features .featurenavigation .navitem[data-category="frames"].is-nav-selected > .label:before {
  background-color: #1ABECA;
}
.region-feature[data-category="frames"] .category-label {
  color: white;
  background-color: #1ABECA;
}
.region-feature[data-category="frames"] .body > .title a[href] {
  border-bottom: 1px solid rgba(26, 190, 202, 0.25);
}
.region-feature[data-category="frames"] .body > .title a[href]:hover,
.region-feature[data-category="frames"] .body > .title a[href]:focus {
  border-bottom: 1px solid #1abeca;
}
.region-feature[data-category="frames"]:hover .body a[href],
.region-feature[data-category="frames"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(26, 190, 202, 0.25);
}
.region-feature[data-category="frames"] .body a[href],
.region-feature[data-category="frames"] .footer a[href] {
  border-bottom: 1px solid rgba(26, 190, 202, 0);
}
.region-feature[data-category="frames"] .body a[href]:hover,
.region-feature[data-category="frames"] .footer a[href]:hover,
.region-feature[data-category="frames"] .body a[href]:focus,
.region-feature[data-category="frames"] .footer a[href]:focus {
  border-bottom: 1px solid #1abeca;
}
.region-feature[data-category="frames"] .category {
  border-top-color: #1ABECA;
}
.category-list li[data-category="frames"] > a {
  border-bottom-color: #a3e5ea;
}
.category-list li[data-category="frames"] > a:hover {
  border-bottom-color: #1ABECA;
}
.category-list li[data-category="frames"].active > a {
  border-bottom-color: #1ABECA;
}
.category-label[data-category="frames"] {
  color: white;
  background-color: #1ABECA;
}
.filter-group .terms.categories li[data-category="frames"] > a {
  background-color: #1ABECA;
  color: white;
}
.filter-group .terms.categories li[data-category="frames"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="frames"] > a > span:hover,
.filter-group .terms.categories li[data-category="frames"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="frames"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="frames"] .media:before {
  background-color: #1ABECA;
}
.card.film-card[data-category="frames"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(26, 190, 202, 0.75);
}
.card-popover[data-category="frames"] {
  background-color: #1ABECA;
}
.card-popover[data-category="frames"] > .close {
  color: white;
  background-color: #1ABECA;
}
.card-popover[data-category="frames"] > .card.film-card .media:before {
  background-color: #1ABECA;
}
.card-popover[data-category="frames"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="frames"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="frames"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="frames"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="frames"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="frames"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="frames"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="frames"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="frames"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="frames"] .film-info .title a {
  border-bottom: 1px solid rgba(26, 190, 202, 0);
}
[data-category="frames"] .film-info .title a[href]:hover,
[data-category="frames"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(26, 190, 202, 0.75);
}
.film-article[data-category="frames"] > .hero {
  background-color: #1ABECA;
  color: white;
}
.film-article[data-category="frames"] > .festival-archive-strip {
  color: white;
  background-color: #1ABECA;
}
.film-article[data-category="frames"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="frames"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="frames"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="frames"] > .article-header {
  background-color: #1ABECA;
  color: white;
}
.film-article[data-category="frames"] > .article-header .category-label {
  background-color: white;
  color: #1ABECA;
}
.film-article[data-category="frames"] > .article-header .director-group a[href],
.film-article[data-category="frames"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="frames"] > .article-header .director-group a[href]:hover,
.film-article[data-category="frames"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="frames"] > .article-header .director-group a[href]:focus,
.film-article[data-category="frames"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="frames"] > .article-header {
  background-color: #1ABECA;
  color: white;
}
.schedule-list .session[data-category="frames"]:after {
  background-color: #1ABECA;
}
.schedule-list .session[data-category="frames"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(26, 190, 202, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="frames"]:before {
  background-color: #1ABECA;
}
.user-session-list-table .session[data-category="frames"] {
  border-left-color: #1ABECA;
}
.user-session-list-table .session[data-category="frames"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #1ABECA;
}
.region-features .featurenavigation .navitem[data-category="fresh"] > .label:before,
.region-features .featurenavigation .navitem[data-category="fresh"].is-nav-selected > .label:before {
  background-color: #FBAF45;
}
.region-feature[data-category="fresh"] .category-label {
  color: black;
  background-color: #FBAF45;
}
.region-feature[data-category="fresh"] .body > .title a[href] {
  border-bottom: 1px solid rgba(251, 175, 69, 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 #fbaf45;
}
.region-feature[data-category="fresh"]:hover .body a[href],
.region-feature[data-category="fresh"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(251, 175, 69, 0.25);
}
.region-feature[data-category="fresh"] .body a[href],
.region-feature[data-category="fresh"] .footer a[href] {
  border-bottom: 1px solid rgba(251, 175, 69, 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 #fbaf45;
}
.region-feature[data-category="fresh"] .category {
  border-top-color: #FBAF45;
}
.category-list li[data-category="fresh"] > a {
  border-bottom-color: #fddfb5;
}
.category-list li[data-category="fresh"] > a:hover {
  border-bottom-color: #FBAF45;
}
.category-list li[data-category="fresh"].active > a {
  border-bottom-color: #FBAF45;
}
.category-label[data-category="fresh"] {
  color: black;
  background-color: #FBAF45;
}
.filter-group .terms.categories li[data-category="fresh"] > a {
  background-color: #FBAF45;
  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: #FBAF45;
}
.card.film-card[data-category="fresh"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(251, 175, 69, 0.75);
}
.card-popover[data-category="fresh"] {
  background-color: #FBAF45;
}
.card-popover[data-category="fresh"] > .close {
  color: #3B3B3B;
  background-color: #FBAF45;
}
.card-popover[data-category="fresh"] > .card.film-card .media:before {
  background-color: #FBAF45;
}
.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(251, 175, 69, 0);
}
[data-category="fresh"] .film-info .title a[href]:hover,
[data-category="fresh"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(251, 175, 69, 0.75);
}
.film-article[data-category="fresh"] > .hero {
  background-color: #FBAF45;
  color: #3B3B3B;
}
.film-article[data-category="fresh"] > .festival-archive-strip {
  color: #3B3B3B;
  background-color: #FBAF45;
}
.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: #FBAF45;
  color: #3B3B3B;
}
.film-article[data-category="fresh"] > .article-header .category-label {
  background-color: #3B3B3B;
  color: #FBAF45;
}
.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: #FBAF45;
  color: #3B3B3B;
}
.schedule-list .session[data-category="fresh"]:after {
  background-color: #FBAF45;
}
.schedule-list .session[data-category="fresh"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(251, 175, 69, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="fresh"]:before {
  background-color: #FBAF45;
}
.user-session-list-table .session[data-category="fresh"] {
  border-left-color: #FBAF45;
}
.user-session-list-table .session[data-category="fresh"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #FBAF45;
}
.region-features .featurenavigation .navitem[data-category="journeys"] > .label:before,
.region-features .featurenavigation .navitem[data-category="journeys"].is-nav-selected > .label:before {
  background-color: #6CBE45;
}
.region-feature[data-category="journeys"] .category-label {
  color: white;
  background-color: #6CBE45;
}
.region-feature[data-category="journeys"] .body > .title a[href] {
  border-bottom: 1px solid rgba(108, 190, 69, 0.25);
}
.region-feature[data-category="journeys"] .body > .title a[href]:hover,
.region-feature[data-category="journeys"] .body > .title a[href]:focus {
  border-bottom: 1px solid #6cbe45;
}
.region-feature[data-category="journeys"]:hover .body a[href],
.region-feature[data-category="journeys"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(108, 190, 69, 0.25);
}
.region-feature[data-category="journeys"] .body a[href],
.region-feature[data-category="journeys"] .footer a[href] {
  border-bottom: 1px solid rgba(108, 190, 69, 0);
}
.region-feature[data-category="journeys"] .body a[href]:hover,
.region-feature[data-category="journeys"] .footer a[href]:hover,
.region-feature[data-category="journeys"] .body a[href]:focus,
.region-feature[data-category="journeys"] .footer a[href]:focus {
  border-bottom: 1px solid #6cbe45;
}
.region-feature[data-category="journeys"] .category {
  border-top-color: #6CBE45;
}
.category-list li[data-category="journeys"] > a {
  border-bottom-color: #c4e5b5;
}
.category-list li[data-category="journeys"] > a:hover {
  border-bottom-color: #6CBE45;
}
.category-list li[data-category="journeys"].active > a {
  border-bottom-color: #6CBE45;
}
.category-label[data-category="journeys"] {
  color: white;
  background-color: #6CBE45;
}
.filter-group .terms.categories li[data-category="journeys"] > a {
  background-color: #6CBE45;
  color: white;
}
.filter-group .terms.categories li[data-category="journeys"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="journeys"] > a > span:hover,
.filter-group .terms.categories li[data-category="journeys"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="journeys"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="journeys"] .media:before {
  background-color: #6CBE45;
}
.card.film-card[data-category="journeys"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(108, 190, 69, 0.75);
}
.card-popover[data-category="journeys"] {
  background-color: #6CBE45;
}
.card-popover[data-category="journeys"] > .close {
  color: white;
  background-color: #6CBE45;
}
.card-popover[data-category="journeys"] > .card.film-card .media:before {
  background-color: #6CBE45;
}
.card-popover[data-category="journeys"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="journeys"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="journeys"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="journeys"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="journeys"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="journeys"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="journeys"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="journeys"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="journeys"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="journeys"] .film-info .title a {
  border-bottom: 1px solid rgba(108, 190, 69, 0);
}
[data-category="journeys"] .film-info .title a[href]:hover,
[data-category="journeys"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(108, 190, 69, 0.75);
}
.film-article[data-category="journeys"] > .hero {
  background-color: #6CBE45;
  color: white;
}
.film-article[data-category="journeys"] > .festival-archive-strip {
  color: white;
  background-color: #6CBE45;
}
.film-article[data-category="journeys"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="journeys"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="journeys"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="journeys"] > .article-header {
  background-color: #6CBE45;
  color: white;
}
.film-article[data-category="journeys"] > .article-header .category-label {
  background-color: white;
  color: #6CBE45;
}
.film-article[data-category="journeys"] > .article-header .director-group a[href],
.film-article[data-category="journeys"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="journeys"] > .article-header .director-group a[href]:hover,
.film-article[data-category="journeys"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="journeys"] > .article-header .director-group a[href]:focus,
.film-article[data-category="journeys"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="journeys"] > .article-header {
  background-color: #6CBE45;
  color: white;
}
.schedule-list .session[data-category="journeys"]:after {
  background-color: #6CBE45;
}
.schedule-list .session[data-category="journeys"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(108, 190, 69, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="journeys"]:before {
  background-color: #6CBE45;
}
.user-session-list-table .session[data-category="journeys"] {
  border-left-color: #6CBE45;
}
.user-session-list-table .session[data-category="journeys"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #6CBE45;
}
.region-features .featurenavigation .navitem[data-category="mahutonga"] > .label:before,
.region-features .featurenavigation .navitem[data-category="mahutonga"].is-nav-selected > .label:before {
  background-color: #06633E;
}
.region-feature[data-category="mahutonga"] .category-label {
  color: white;
  background-color: #06633E;
}
.region-feature[data-category="mahutonga"] .body > .title a[href] {
  border-bottom: 1px solid rgba(6, 99, 62, 0.25);
}
.region-feature[data-category="mahutonga"] .body > .title a[href]:hover,
.region-feature[data-category="mahutonga"] .body > .title a[href]:focus {
  border-bottom: 1px solid #06633e;
}
.region-feature[data-category="mahutonga"]:hover .body a[href],
.region-feature[data-category="mahutonga"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(6, 99, 62, 0.25);
}
.region-feature[data-category="mahutonga"] .body a[href],
.region-feature[data-category="mahutonga"] .footer a[href] {
  border-bottom: 1px solid rgba(6, 99, 62, 0);
}
.region-feature[data-category="mahutonga"] .body a[href]:hover,
.region-feature[data-category="mahutonga"] .footer a[href]:hover,
.region-feature[data-category="mahutonga"] .body a[href]:focus,
.region-feature[data-category="mahutonga"] .footer a[href]:focus {
  border-bottom: 1px solid #06633e;
}
.region-feature[data-category="mahutonga"] .category {
  border-top-color: #06633E;
}
.category-list li[data-category="mahutonga"] > a {
  border-bottom-color: #9bc1b2;
}
.category-list li[data-category="mahutonga"] > a:hover {
  border-bottom-color: #06633E;
}
.category-list li[data-category="mahutonga"].active > a {
  border-bottom-color: #06633E;
}
.category-label[data-category="mahutonga"] {
  color: white;
  background-color: #06633E;
}
.filter-group .terms.categories li[data-category="mahutonga"] > a {
  background-color: #06633E;
  color: white;
}
.filter-group .terms.categories li[data-category="mahutonga"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="mahutonga"] > a > span:hover,
.filter-group .terms.categories li[data-category="mahutonga"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="mahutonga"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="mahutonga"] .media:before {
  background-color: #06633E;
}
.card.film-card[data-category="mahutonga"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(6, 99, 62, 0.75);
}
.card-popover[data-category="mahutonga"] {
  background-color: #06633E;
}
.card-popover[data-category="mahutonga"] > .close {
  color: white;
  background-color: #06633E;
}
.card-popover[data-category="mahutonga"] > .card.film-card .media:before {
  background-color: #06633E;
}
.card-popover[data-category="mahutonga"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="mahutonga"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="mahutonga"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="mahutonga"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="mahutonga"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="mahutonga"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="mahutonga"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="mahutonga"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="mahutonga"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="mahutonga"] .film-info .title a {
  border-bottom: 1px solid rgba(6, 99, 62, 0);
}
[data-category="mahutonga"] .film-info .title a[href]:hover,
[data-category="mahutonga"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(6, 99, 62, 0.75);
}
.film-article[data-category="mahutonga"] > .hero {
  background-color: #06633E;
  color: white;
}
.film-article[data-category="mahutonga"] > .festival-archive-strip {
  color: white;
  background-color: #06633E;
}
.film-article[data-category="mahutonga"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="mahutonga"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="mahutonga"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="mahutonga"] > .article-header {
  background-color: #06633E;
  color: white;
}
.film-article[data-category="mahutonga"] > .article-header .category-label {
  background-color: white;
  color: #06633E;
}
.film-article[data-category="mahutonga"] > .article-header .director-group a[href],
.film-article[data-category="mahutonga"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="mahutonga"] > .article-header .director-group a[href]:hover,
.film-article[data-category="mahutonga"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="mahutonga"] > .article-header .director-group a[href]:focus,
.film-article[data-category="mahutonga"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="mahutonga"] > .article-header {
  background-color: #06633E;
  color: white;
}
.schedule-list .session[data-category="mahutonga"]:after {
  background-color: #06633E;
}
.schedule-list .session[data-category="mahutonga"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(6, 99, 62, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="mahutonga"]:before {
  background-color: #06633E;
}
.user-session-list-table .session[data-category="mahutonga"] {
  border-left-color: #06633E;
}
.user-session-list-table .session[data-category="mahutonga"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #06633E;
}
.region-features .featurenavigation .navitem[data-category="nocturnal"] > .label:before,
.region-features .featurenavigation .navitem[data-category="nocturnal"].is-nav-selected > .label:before {
  background-color: #C1237F;
}
.region-feature[data-category="nocturnal"] .category-label {
  color: white;
  background-color: #C1237F;
}
.region-feature[data-category="nocturnal"] .body > .title a[href] {
  border-bottom: 1px solid rgba(193, 35, 127, 0.25);
}
.region-feature[data-category="nocturnal"] .body > .title a[href]:hover,
.region-feature[data-category="nocturnal"] .body > .title a[href]:focus {
  border-bottom: 1px solid #c1237f;
}
.region-feature[data-category="nocturnal"]:hover .body a[href],
.region-feature[data-category="nocturnal"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(193, 35, 127, 0.25);
}
.region-feature[data-category="nocturnal"] .body a[href],
.region-feature[data-category="nocturnal"] .footer a[href] {
  border-bottom: 1px solid rgba(193, 35, 127, 0);
}
.region-feature[data-category="nocturnal"] .body a[href]:hover,
.region-feature[data-category="nocturnal"] .footer a[href]:hover,
.region-feature[data-category="nocturnal"] .body a[href]:focus,
.region-feature[data-category="nocturnal"] .footer a[href]:focus {
  border-bottom: 1px solid #c1237f;
}
.region-feature[data-category="nocturnal"] .category {
  border-top-color: #C1237F;
}
.category-list li[data-category="nocturnal"] > a {
  border-bottom-color: #e6a7cc;
}
.category-list li[data-category="nocturnal"] > a:hover {
  border-bottom-color: #C1237F;
}
.category-list li[data-category="nocturnal"].active > a {
  border-bottom-color: #C1237F;
}
.category-label[data-category="nocturnal"] {
  color: white;
  background-color: #C1237F;
}
.filter-group .terms.categories li[data-category="nocturnal"] > a {
  background-color: #C1237F;
  color: white;
}
.filter-group .terms.categories li[data-category="nocturnal"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="nocturnal"] > a > span:hover,
.filter-group .terms.categories li[data-category="nocturnal"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="nocturnal"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="nocturnal"] .media:before {
  background-color: #C1237F;
}
.card.film-card[data-category="nocturnal"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(193, 35, 127, 0.75);
}
.card-popover[data-category="nocturnal"] {
  background-color: #C1237F;
}
.card-popover[data-category="nocturnal"] > .close {
  color: white;
  background-color: #C1237F;
}
.card-popover[data-category="nocturnal"] > .card.film-card .media:before {
  background-color: #C1237F;
}
.card-popover[data-category="nocturnal"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="nocturnal"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="nocturnal"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="nocturnal"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="nocturnal"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="nocturnal"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="nocturnal"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="nocturnal"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="nocturnal"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="nocturnal"] .film-info .title a {
  border-bottom: 1px solid rgba(193, 35, 127, 0);
}
[data-category="nocturnal"] .film-info .title a[href]:hover,
[data-category="nocturnal"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(193, 35, 127, 0.75);
}
.film-article[data-category="nocturnal"] > .hero {
  background-color: #C1237F;
  color: white;
}
.film-article[data-category="nocturnal"] > .festival-archive-strip {
  color: white;
  background-color: #C1237F;
}
.film-article[data-category="nocturnal"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="nocturnal"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="nocturnal"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="nocturnal"] > .article-header {
  background-color: #C1237F;
  color: white;
}
.film-article[data-category="nocturnal"] > .article-header .category-label {
  background-color: white;
  color: #C1237F;
}
.film-article[data-category="nocturnal"] > .article-header .director-group a[href],
.film-article[data-category="nocturnal"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="nocturnal"] > .article-header .director-group a[href]:hover,
.film-article[data-category="nocturnal"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="nocturnal"] > .article-header .director-group a[href]:focus,
.film-article[data-category="nocturnal"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="nocturnal"] > .article-header {
  background-color: #C1237F;
  color: white;
}
.schedule-list .session[data-category="nocturnal"]:after {
  background-color: #C1237F;
}
.schedule-list .session[data-category="nocturnal"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(193, 35, 127, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="nocturnal"]:before {
  background-color: #C1237F;
}
.user-session-list-table .session[data-category="nocturnal"] {
  border-left-color: #C1237F;
}
.user-session-list-table .session[data-category="nocturnal"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #C1237F;
}
.region-features .featurenavigation .navitem[data-category="portraits"] > .label:before,
.region-features .featurenavigation .navitem[data-category="portraits"].is-nav-selected > .label:before {
  background-color: #EEA6C9;
}
.region-feature[data-category="portraits"] .category-label {
  color: black;
  background-color: #EEA6C9;
}
.region-feature[data-category="portraits"] .body > .title a[href] {
  border-bottom: 1px solid rgba(238, 166, 201, 0.25);
}
.region-feature[data-category="portraits"] .body > .title a[href]:hover,
.region-feature[data-category="portraits"] .body > .title a[href]:focus {
  border-bottom: 1px solid #eea6c9;
}
.region-feature[data-category="portraits"]:hover .body a[href],
.region-feature[data-category="portraits"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(238, 166, 201, 0.25);
}
.region-feature[data-category="portraits"] .body a[href],
.region-feature[data-category="portraits"] .footer a[href] {
  border-bottom: 1px solid rgba(238, 166, 201, 0);
}
.region-feature[data-category="portraits"] .body a[href]:hover,
.region-feature[data-category="portraits"] .footer a[href]:hover,
.region-feature[data-category="portraits"] .body a[href]:focus,
.region-feature[data-category="portraits"] .footer a[href]:focus {
  border-bottom: 1px solid #eea6c9;
}
.region-feature[data-category="portraits"] .category {
  border-top-color: #EEA6C9;
}
.category-list li[data-category="portraits"] > a {
  border-bottom-color: #f8dbe9;
}
.category-list li[data-category="portraits"] > a:hover {
  border-bottom-color: #EEA6C9;
}
.category-list li[data-category="portraits"].active > a {
  border-bottom-color: #EEA6C9;
}
.category-label[data-category="portraits"] {
  color: black;
  background-color: #EEA6C9;
}
.filter-group .terms.categories li[data-category="portraits"] > a {
  background-color: #EEA6C9;
  color: black;
}
.filter-group .terms.categories li[data-category="portraits"] > a > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.filter-group .terms.categories li[data-category="portraits"] > a > span:hover,
.filter-group .terms.categories li[data-category="portraits"] > a > span:focus {
  border-bottom: 1px solid #000000;
}
.filter-group .terms.categories li[data-category="portraits"].-active > a > span {
  border-bottom: 1px solid #000000;
}
.card.film-card[data-category="portraits"] .media:before {
  background-color: #EEA6C9;
}
.card.film-card[data-category="portraits"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(238, 166, 201, 0.75);
}
.card-popover[data-category="portraits"] {
  background-color: #EEA6C9;
}
.card-popover[data-category="portraits"] > .close {
  color: #3B3B3B;
  background-color: #EEA6C9;
}
.card-popover[data-category="portraits"] > .card.film-card .media:before {
  background-color: #EEA6C9;
}
.card-popover[data-category="portraits"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.card-popover[data-category="portraits"] > .card.film-card .film-info {
  color: #3B3B3B;
}
.card-popover[data-category="portraits"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.card-popover[data-category="portraits"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="portraits"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.card-popover[data-category="portraits"] > .card.film-card .button-control {
  color: #3B3B3B;
}
.card-popover[data-category="portraits"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.card-popover[data-category="portraits"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="portraits"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
[data-category="portraits"] .film-info .title a {
  border-bottom: 1px solid rgba(238, 166, 201, 0);
}
[data-category="portraits"] .film-info .title a[href]:hover,
[data-category="portraits"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(238, 166, 201, 0.75);
}
.film-article[data-category="portraits"] > .hero {
  background-color: #EEA6C9;
  color: #3B3B3B;
}
.film-article[data-category="portraits"] > .festival-archive-strip {
  color: #3B3B3B;
  background-color: #EEA6C9;
}
.film-article[data-category="portraits"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0);
}
.film-article[data-category="portraits"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="portraits"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #3b3b3b;
}
.film-article[data-category="portraits"] > .article-header {
  background-color: #EEA6C9;
  color: #3B3B3B;
}
.film-article[data-category="portraits"] > .article-header .category-label {
  background-color: #3B3B3B;
  color: #EEA6C9;
}
.film-article[data-category="portraits"] > .article-header .director-group a[href],
.film-article[data-category="portraits"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(59, 59, 59, 0.25);
}
.film-article[data-category="portraits"] > .article-header .director-group a[href]:hover,
.film-article[data-category="portraits"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="portraits"] > .article-header .director-group a[href]:focus,
.film-article[data-category="portraits"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(59, 59, 59, 0.75);
}
.film-article[data-category="portraits"] > .article-header {
  background-color: #EEA6C9;
  color: #3B3B3B;
}
.schedule-list .session[data-category="portraits"]:after {
  background-color: #EEA6C9;
}
.schedule-list .session[data-category="portraits"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(238, 166, 201, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="portraits"]:before {
  background-color: #EEA6C9;
}
.user-session-list-table .session[data-category="portraits"] {
  border-left-color: #EEA6C9;
}
.user-session-list-table .session[data-category="portraits"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #EEA6C9;
}
.region-features .featurenavigation .navitem[data-category="rhythms"] > .label:before,
.region-features .featurenavigation .navitem[data-category="rhythms"].is-nav-selected > .label:before {
  background-color: #365FAB;
}
.region-feature[data-category="rhythms"] .category-label {
  color: white;
  background-color: #365FAB;
}
.region-feature[data-category="rhythms"] .body > .title a[href] {
  border-bottom: 1px solid rgba(54, 95, 171, 0.25);
}
.region-feature[data-category="rhythms"] .body > .title a[href]:hover,
.region-feature[data-category="rhythms"] .body > .title a[href]:focus {
  border-bottom: 1px solid #365fab;
}
.region-feature[data-category="rhythms"]:hover .body a[href],
.region-feature[data-category="rhythms"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(54, 95, 171, 0.25);
}
.region-feature[data-category="rhythms"] .body a[href],
.region-feature[data-category="rhythms"] .footer a[href] {
  border-bottom: 1px solid rgba(54, 95, 171, 0);
}
.region-feature[data-category="rhythms"] .body a[href]:hover,
.region-feature[data-category="rhythms"] .footer a[href]:hover,
.region-feature[data-category="rhythms"] .body a[href]:focus,
.region-feature[data-category="rhythms"] .footer a[href]:focus {
  border-bottom: 1px solid #365fab;
}
.region-feature[data-category="rhythms"] .category {
  border-top-color: #365FAB;
}
.category-list li[data-category="rhythms"] > a {
  border-bottom-color: #afbfdd;
}
.category-list li[data-category="rhythms"] > a:hover {
  border-bottom-color: #365FAB;
}
.category-list li[data-category="rhythms"].active > a {
  border-bottom-color: #365FAB;
}
.category-label[data-category="rhythms"] {
  color: white;
  background-color: #365FAB;
}
.filter-group .terms.categories li[data-category="rhythms"] > a {
  background-color: #365FAB;
  color: white;
}
.filter-group .terms.categories li[data-category="rhythms"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="rhythms"] > a > span:hover,
.filter-group .terms.categories li[data-category="rhythms"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="rhythms"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="rhythms"] .media:before {
  background-color: #365FAB;
}
.card.film-card[data-category="rhythms"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(54, 95, 171, 0.75);
}
.card-popover[data-category="rhythms"] {
  background-color: #365FAB;
}
.card-popover[data-category="rhythms"] > .close {
  color: white;
  background-color: #365FAB;
}
.card-popover[data-category="rhythms"] > .card.film-card .media:before {
  background-color: #365FAB;
}
.card-popover[data-category="rhythms"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="rhythms"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="rhythms"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="rhythms"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="rhythms"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="rhythms"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="rhythms"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="rhythms"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="rhythms"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="rhythms"] .film-info .title a {
  border-bottom: 1px solid rgba(54, 95, 171, 0);
}
[data-category="rhythms"] .film-info .title a[href]:hover,
[data-category="rhythms"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(54, 95, 171, 0.75);
}
.film-article[data-category="rhythms"] > .hero {
  background-color: #365FAB;
  color: white;
}
.film-article[data-category="rhythms"] > .festival-archive-strip {
  color: white;
  background-color: #365FAB;
}
.film-article[data-category="rhythms"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="rhythms"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="rhythms"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="rhythms"] > .article-header {
  background-color: #365FAB;
  color: white;
}
.film-article[data-category="rhythms"] > .article-header .category-label {
  background-color: white;
  color: #365FAB;
}
.film-article[data-category="rhythms"] > .article-header .director-group a[href],
.film-article[data-category="rhythms"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="rhythms"] > .article-header .director-group a[href]:hover,
.film-article[data-category="rhythms"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="rhythms"] > .article-header .director-group a[href]:focus,
.film-article[data-category="rhythms"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="rhythms"] > .article-header {
  background-color: #365FAB;
  color: white;
}
.schedule-list .session[data-category="rhythms"]:after {
  background-color: #365FAB;
}
.schedule-list .session[data-category="rhythms"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(54, 95, 171, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="rhythms"]:before {
  background-color: #365FAB;
}
.user-session-list-table .session[data-category="rhythms"] {
  border-left-color: #365FAB;
}
.user-session-list-table .session[data-category="rhythms"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #365FAB;
}
.region-features .featurenavigation .navitem[data-category="treasures"] > .label:before,
.region-features .featurenavigation .navitem[data-category="treasures"].is-nav-selected > .label:before {
  background-color: #D0A749;
}
.region-feature[data-category="treasures"] .category-label {
  color: white;
  background-color: #D0A749;
}
.region-feature[data-category="treasures"] .body > .title a[href] {
  border-bottom: 1px solid rgba(208, 167, 73, 0.25);
}
.region-feature[data-category="treasures"] .body > .title a[href]:hover,
.region-feature[data-category="treasures"] .body > .title a[href]:focus {
  border-bottom: 1px solid #d0a749;
}
.region-feature[data-category="treasures"]:hover .body a[href],
.region-feature[data-category="treasures"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(208, 167, 73, 0.25);
}
.region-feature[data-category="treasures"] .body a[href],
.region-feature[data-category="treasures"] .footer a[href] {
  border-bottom: 1px solid rgba(208, 167, 73, 0);
}
.region-feature[data-category="treasures"] .body a[href]:hover,
.region-feature[data-category="treasures"] .footer a[href]:hover,
.region-feature[data-category="treasures"] .body a[href]:focus,
.region-feature[data-category="treasures"] .footer a[href]:focus {
  border-bottom: 1px solid #d0a749;
}
.region-feature[data-category="treasures"] .category {
  border-top-color: #D0A749;
}
.category-list li[data-category="treasures"] > a {
  border-bottom-color: #ecdcb6;
}
.category-list li[data-category="treasures"] > a:hover {
  border-bottom-color: #D0A749;
}
.category-list li[data-category="treasures"].active > a {
  border-bottom-color: #D0A749;
}
.category-label[data-category="treasures"] {
  color: white;
  background-color: #D0A749;
}
.filter-group .terms.categories li[data-category="treasures"] > a {
  background-color: #D0A749;
  color: white;
}
.filter-group .terms.categories li[data-category="treasures"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="treasures"] > a > span:hover,
.filter-group .terms.categories li[data-category="treasures"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="treasures"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="treasures"] .media:before {
  background-color: #D0A749;
}
.card.film-card[data-category="treasures"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(208, 167, 73, 0.75);
}
.card-popover[data-category="treasures"] {
  background-color: #D0A749;
}
.card-popover[data-category="treasures"] > .close {
  color: white;
  background-color: #D0A749;
}
.card-popover[data-category="treasures"] > .card.film-card .media:before {
  background-color: #D0A749;
}
.card-popover[data-category="treasures"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="treasures"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="treasures"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="treasures"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="treasures"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="treasures"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="treasures"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="treasures"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="treasures"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="treasures"] .film-info .title a {
  border-bottom: 1px solid rgba(208, 167, 73, 0);
}
[data-category="treasures"] .film-info .title a[href]:hover,
[data-category="treasures"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(208, 167, 73, 0.75);
}
.film-article[data-category="treasures"] > .hero {
  background-color: #D0A749;
  color: white;
}
.film-article[data-category="treasures"] > .festival-archive-strip {
  color: white;
  background-color: #D0A749;
}
.film-article[data-category="treasures"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="treasures"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="treasures"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="treasures"] > .article-header {
  background-color: #D0A749;
  color: white;
}
.film-article[data-category="treasures"] > .article-header .category-label {
  background-color: white;
  color: #D0A749;
}
.film-article[data-category="treasures"] > .article-header .director-group a[href],
.film-article[data-category="treasures"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="treasures"] > .article-header .director-group a[href]:hover,
.film-article[data-category="treasures"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="treasures"] > .article-header .director-group a[href]:focus,
.film-article[data-category="treasures"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="treasures"] > .article-header {
  background-color: #D0A749;
  color: white;
}
.schedule-list .session[data-category="treasures"]:after {
  background-color: #D0A749;
}
.schedule-list .session[data-category="treasures"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(208, 167, 73, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="treasures"]:before {
  background-color: #D0A749;
}
.user-session-list-table .session[data-category="treasures"] {
  border-left-color: #D0A749;
}
.user-session-list-table .session[data-category="treasures"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #D0A749;
}
.region-features .featurenavigation .navitem[data-category="visions"] > .label:before,
.region-features .featurenavigation .navitem[data-category="visions"].is-nav-selected > .label:before {
  background-color: #EE2D26;
}
.region-feature[data-category="visions"] .category-label {
  color: white;
  background-color: #EE2D26;
}
.region-feature[data-category="visions"] .body > .title a[href] {
  border-bottom: 1px solid rgba(238, 45, 38, 0.25);
}
.region-feature[data-category="visions"] .body > .title a[href]:hover,
.region-feature[data-category="visions"] .body > .title a[href]:focus {
  border-bottom: 1px solid #ee2d26;
}
.region-feature[data-category="visions"]:hover .body a[href],
.region-feature[data-category="visions"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(238, 45, 38, 0.25);
}
.region-feature[data-category="visions"] .body a[href],
.region-feature[data-category="visions"] .footer a[href] {
  border-bottom: 1px solid rgba(238, 45, 38, 0);
}
.region-feature[data-category="visions"] .body a[href]:hover,
.region-feature[data-category="visions"] .footer a[href]:hover,
.region-feature[data-category="visions"] .body a[href]:focus,
.region-feature[data-category="visions"] .footer a[href]:focus {
  border-bottom: 1px solid #ee2d26;
}
.region-feature[data-category="visions"] .category {
  border-top-color: #EE2D26;
}
.category-list li[data-category="visions"] > a {
  border-bottom-color: #f8aba8;
}
.category-list li[data-category="visions"] > a:hover {
  border-bottom-color: #EE2D26;
}
.category-list li[data-category="visions"].active > a {
  border-bottom-color: #EE2D26;
}
.category-label[data-category="visions"] {
  color: white;
  background-color: #EE2D26;
}
.filter-group .terms.categories li[data-category="visions"] > a {
  background-color: #EE2D26;
  color: white;
}
.filter-group .terms.categories li[data-category="visions"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="visions"] > a > span:hover,
.filter-group .terms.categories li[data-category="visions"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="visions"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="visions"] .media:before {
  background-color: #EE2D26;
}
.card.film-card[data-category="visions"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(238, 45, 38, 0.75);
}
.card-popover[data-category="visions"] {
  background-color: #EE2D26;
}
.card-popover[data-category="visions"] > .close {
  color: white;
  background-color: #EE2D26;
}
.card-popover[data-category="visions"] > .card.film-card .media:before {
  background-color: #EE2D26;
}
.card-popover[data-category="visions"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="visions"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="visions"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="visions"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="visions"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="visions"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="visions"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="visions"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="visions"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="visions"] .film-info .title a {
  border-bottom: 1px solid rgba(238, 45, 38, 0);
}
[data-category="visions"] .film-info .title a[href]:hover,
[data-category="visions"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(238, 45, 38, 0.75);
}
.film-article[data-category="visions"] > .hero {
  background-color: #EE2D26;
  color: white;
}
.film-article[data-category="visions"] > .festival-archive-strip {
  color: white;
  background-color: #EE2D26;
}
.film-article[data-category="visions"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="visions"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="visions"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="visions"] > .article-header {
  background-color: #EE2D26;
  color: white;
}
.film-article[data-category="visions"] > .article-header .category-label {
  background-color: white;
  color: #EE2D26;
}
.film-article[data-category="visions"] > .article-header .director-group a[href],
.film-article[data-category="visions"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="visions"] > .article-header .director-group a[href]:hover,
.film-article[data-category="visions"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="visions"] > .article-header .director-group a[href]:focus,
.film-article[data-category="visions"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="visions"] > .article-header {
  background-color: #EE2D26;
  color: white;
}
.schedule-list .session[data-category="visions"]:after {
  background-color: #EE2D26;
}
.schedule-list .session[data-category="visions"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(238, 45, 38, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="visions"]:before {
  background-color: #EE2D26;
}
.user-session-list-table .session[data-category="visions"] {
  border-left-color: #EE2D26;
}
.user-session-list-table .session[data-category="visions"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #EE2D26;
}
.region-features .featurenavigation .navitem[data-category="widescreen"] > .label:before,
.region-features .featurenavigation .navitem[data-category="widescreen"].is-nav-selected > .label:before {
  background-color: #F36D4F;
}
.region-feature[data-category="widescreen"] .category-label {
  color: white;
  background-color: #F36D4F;
}
.region-feature[data-category="widescreen"] .body > .title a[href] {
  border-bottom: 1px solid rgba(243, 109, 79, 0.25);
}
.region-feature[data-category="widescreen"] .body > .title a[href]:hover,
.region-feature[data-category="widescreen"] .body > .title a[href]:focus {
  border-bottom: 1px solid #f36d4f;
}
.region-feature[data-category="widescreen"]:hover .body a[href],
.region-feature[data-category="widescreen"]:hover .footer a[href] {
  border-bottom: 1px solid rgba(243, 109, 79, 0.25);
}
.region-feature[data-category="widescreen"] .body a[href],
.region-feature[data-category="widescreen"] .footer a[href] {
  border-bottom: 1px solid rgba(243, 109, 79, 0);
}
.region-feature[data-category="widescreen"] .body a[href]:hover,
.region-feature[data-category="widescreen"] .footer a[href]:hover,
.region-feature[data-category="widescreen"] .body a[href]:focus,
.region-feature[data-category="widescreen"] .footer a[href]:focus {
  border-bottom: 1px solid #f36d4f;
}
.region-feature[data-category="widescreen"] .category {
  border-top-color: #F36D4F;
}
.category-list li[data-category="widescreen"] > a {
  border-bottom-color: #fac5b9;
}
.category-list li[data-category="widescreen"] > a:hover {
  border-bottom-color: #F36D4F;
}
.category-list li[data-category="widescreen"].active > a {
  border-bottom-color: #F36D4F;
}
.category-label[data-category="widescreen"] {
  color: white;
  background-color: #F36D4F;
}
.filter-group .terms.categories li[data-category="widescreen"] > a {
  background-color: #F36D4F;
  color: white;
}
.filter-group .terms.categories li[data-category="widescreen"] > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-group .terms.categories li[data-category="widescreen"] > a > span:hover,
.filter-group .terms.categories li[data-category="widescreen"] > a > span:focus {
  border-bottom: 1px solid #ffffff;
}
.filter-group .terms.categories li[data-category="widescreen"].-active > a > span {
  border-bottom: 1px solid #ffffff;
}
.card.film-card[data-category="widescreen"] .media:before {
  background-color: #F36D4F;
}
.card.film-card[data-category="widescreen"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(243, 109, 79, 0.75);
}
.card-popover[data-category="widescreen"] {
  background-color: #F36D4F;
}
.card-popover[data-category="widescreen"] > .close {
  color: white;
  background-color: #F36D4F;
}
.card-popover[data-category="widescreen"] > .card.film-card .media:before {
  background-color: #F36D4F;
}
.card-popover[data-category="widescreen"] > .card.film-card .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="widescreen"] > .card.film-card .film-info {
  color: white;
}
.card-popover[data-category="widescreen"] > .card.film-card .film-info .title a[href] {
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="widescreen"] > .card.film-card .film-info .title a[href]:hover,
.card-popover[data-category="widescreen"] > .card.film-card .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.card-popover[data-category="widescreen"] > .card.film-card .button-control {
  color: white;
}
.card-popover[data-category="widescreen"] > .card.film-card .button-control:not([disabled]) > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-popover[data-category="widescreen"] > .card.film-card .button-control:not([disabled]):hover > .label,
.card-popover[data-category="widescreen"] > .card.film-card .button-control:not([disabled]):focus > .label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
[data-category="widescreen"] .film-info .title a {
  border-bottom: 1px solid rgba(243, 109, 79, 0);
}
[data-category="widescreen"] .film-info .title a[href]:hover,
[data-category="widescreen"] .film-info .title a[href]:focus {
  border-bottom: 1px solid rgba(243, 109, 79, 0.75);
}
.film-article[data-category="widescreen"] > .hero {
  background-color: #F36D4F;
  color: white;
}
.film-article[data-category="widescreen"] > .festival-archive-strip {
  color: white;
  background-color: #F36D4F;
}
.film-article[data-category="widescreen"] > .festival-archive-strip .title a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.film-article[data-category="widescreen"] > .festival-archive-strip .title a[href]:hover,
.film-article[data-category="widescreen"] > .festival-archive-strip .title a[href]:focus {
  border-bottom: 1px solid #ffffff;
}
.film-article[data-category="widescreen"] > .article-header {
  background-color: #F36D4F;
  color: white;
}
.film-article[data-category="widescreen"] > .article-header .category-label {
  background-color: white;
  color: #F36D4F;
}
.film-article[data-category="widescreen"] > .article-header .director-group a[href],
.film-article[data-category="widescreen"] > .article-header .canonical-block a[href] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.film-article[data-category="widescreen"] > .article-header .director-group a[href]:hover,
.film-article[data-category="widescreen"] > .article-header .canonical-block a[href]:hover,
.film-article[data-category="widescreen"] > .article-header .director-group a[href]:focus,
.film-article[data-category="widescreen"] > .article-header .canonical-block a[href]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.film-article[data-category="widescreen"] > .article-header {
  background-color: #F36D4F;
  color: white;
}
.schedule-list .session[data-category="widescreen"]:after {
  background-color: #F36D4F;
}
.schedule-list .session[data-category="widescreen"] .media:hover + .film-info .title a[href] {
  border-bottom: 1px solid rgba(243, 109, 79, 0.75);
}
.schedule-visual-guide .venue-sessions > .session[data-category="widescreen"]:before {
  background-color: #F36D4F;
}
.user-session-list-table .session[data-category="widescreen"] {
  border-left-color: #F36D4F;
}
.user-session-list-table .session[data-category="widescreen"] td.media:hover + td.body .session-info .title a {
  border-bottom-color: #F36D4F;
}
.banner-message {
  background: #713514;
}
