  body {
  scroll-behavior: smooth;
  margin: 0 auto;
}

p a {
  font-weight: bold;
}

/* landing page code */
.page-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.375rem 0;
  overflow: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
  .page-section {
    background-attachment: scroll !important;
  }
}

.page-section::after {
  clear: both;
  content: "";
  display: table;
}

/* navigation */
.site-name.arts-header {
  padding-top: 16px;
  padding-bottom: 14px;
  background-color: white;
}

.arts-header .logo,
.arts-header .logo img {
  height: 40px;
}

.arts-header-row {
  max-width: 100% !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.site-name.arts-header .school-title,
.site-name.arts-header .school-title a {
  font-family: "League Gothic", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  color: #c8102e !important;
  margin: 0;
}

header.header-kgmca .arts-header button.arts-menu-open {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: white;
  color: #c8102e;
  cursor: pointer;
  display: flex;
  padding: 4px;
  gap: 6px;
  font-size: 32px;
  line-height: 27px;
  font-family: "League Gothic", sans-serif;
}

header.header-kgmca .arts-header button.arts-menu-open:focus-visible {
  outline: 2px solid #c8102e;
}

button.arts-menu-open {
  display: flex;
  align-items: center;
}
button.arts-menu-open svg,
button.arts-menu-open {
  color: #c8102e;
  fill: #c8102e;
  display: inline;
  height: 24px;
}

button.arts-menu-open .icon-bar {
  background-color: #c8102e;
}
button.arts-menu-open .icon-bar {
  height: 4px;
  display: block;
  width: 22px;
  border-radius: 1px;
}
button.arts-menu-open .icon-bar + .icon-bar {
  margin-top: 4px;
}

header.header-kgmca .arts-site-nav {
  background-color: #000;
  color: #fff;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.25s ease-out;
  max-height: 100vh;
  overflow-y: auto;
}

header.header-kgmca .arts-site-nav.nav-open {
  transform: translateX(0);
}

header.header-kgmca .container-fluid.arts-nav {
  max-width: 1920px !important;
  margin: 0 auto;
}

header.header-kgmca .arts-nav > .row {
  height: 100%;
  min-height: 100vh;
  display: flex;
}

header.header-kgmca .arts-tabs {
  border-right: 1px solid #888b8d;
  padding: 2rem 0 2rem 4rem;
}

header.header-kgmca .arts-tabs .nav-link svg {
  max-width: 90%;
  max-height: 40px;
  vertical-align: middle;
}

header.header-kgmca .arts-tabs-menu {
  --bs-nav-link-font-size: 24px;
  list-style: none;
  padding: 0;
  font-family: "League Gothic", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

header.header-kgmca .arts-tabs-menu li .nav-link {
  font-size: 24px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: -1px;
  background-color: #000;
  border: none;
  text-align: left;
  width: 100%;
}

header.header-kgmca .arts-tabs-menu li:has(.nav-link[aria-selected="true"]) {
  margin-right: -1px;
}

header.header-kgmca .arts-tabs-menu li .nav-link[aria-selected="true"] {
  color: #fff;
  background-color: #000;
  border: 1px solid #888b8d;
  border-right: none;
  border-radius: 12px 0 0 12px;
}

header.header-kgmca .arts-tabs-menu li:hover {
  color: #fff;
  cursor: pointer;
}

header.header-kgmca .nav-tab-column {
  margin-right: 64px;
}

header.header-kgmca .nav-section-header {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.header-kgmca .nav-section-header:not(:first-of-type) {
  margin-top: 1rem;
}

header.header-kgmca .nav-section-header h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #888b8d;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
}

header.header-kgmca .nav-section-header .header-line {
  height: 1px;
  background-color: #888b8d;
  width: 100%;
}

header.header-kgmca .nav-links {
  list-style: none;
  padding: 0;
}

header.header-kgmca .nav-links li {
  padding: 0.5rem 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 130%;
}

header.header-kgmca .nav-links li a {
  color: #fff;
  text-decoration: none;
}

header.header-kgmca .nav-links li a:hover,
header.header-kgmca .nav-links li a:focus {
  color: #c8102e;
}

.arts-action-btn {
  border: 1px solid #f00;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  margin-right: 1rem;
  transition: background-color 0.3s;
  text-align: center;
}

.arts-action-btn:hover {
  background-color: rgba(255, 0, 0, 0.2);
  color: white;
}

.arts-menu-close {
  position: absolute;
  top: 50px;
  right: 25px;
  background-color: transparent;
  border: 1px solid rgba(255, 0, 0, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 4;
  background-image: url(/_resources/images/nav_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.arts-menu-back {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: transparent;
  border: 1px solid rgba(255, 0, 0, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 4;
  background-image: url(/_resources/images/nav_chevron_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: none;
}

.external-link-icon {
  font-size: 20px;
  margin-left: 5px;
}

@media only screen and (min-width: 1200px) {
  .arts-menu-close {
    right: 12%;
  }
}

@media only screen and (max-width: 991px) {
  header.header-kgmca .arts-header > .container {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  header.header-kgmca .arts-tabs {
    border-right: none;
    padding: 70px 0 0 0;
  }

  header.header-kgmca .arts-tabs-menu li .nav-link {
    color: white;
    margin-right: 0;
    border-bottom: 1px solid #888b8d;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    position: relative;
    padding-right: 48px;
  }

  header.header-kgmca .arts-tabs-menu li .nav-link[aria-selected="true"] {
    border: 0;
    border-radius: 0;
  }

  header.header-kgmca .arts-tabs-menu li .nav-link:not(.link-external) {
    /* chevron */
    background-image: url("/_resources/images/nav_chevron_right.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 30px;
  }

  header.header-kgmca .arts-tabs-menu li .nav-link:last-of-type {
    border-bottom: 1px solid #888b8d;
  }

  .arts-tabs-menu li:has(.nav-link[aria-selected="true"]) {
    margin-right: 0;
  }

  .arts-tabs-menu li .nav-link[aria-selected="true"] {
    border-right: none;
    border-left: 0;
    border-radius: 0;
  }

  .tab-content-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
    padding-top: 90px !important;
    background-color: black;
    z-index: 2;
    transform: translateX(100%);
    transition: transform 0.2s ease-out;
  }

  .tab-content-wrapper:has(.show.active) {
    transform: translateX(0);
  }

  .arts-menu-close {
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
  }

  .arts-menu-back {
    display: block;
    top: 12px;
    left: 12px;
    width: 50px;
    height: 50px;
  }

  header.header-kgmca .arts-button-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 20px;
    width: 100%;
  }

  header.header-kgmca .arts-button-wrap > * {
    min-width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  header.header-kgmca .arts-header > .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 8px 0 24px;
    margin: 0;
  }

  header.header-kgmca .arts-header .arts-header-row {
    width: 100%;
    max-width: 100%;
  }
}

/* end navigation */

/* global and utilities */
abbr[title] {
  text-decoration: unset;
}

.font-family-body {
  font-family: "Source Sans Pro", sans-serif;
}

.font-family-heading {
  font-family: "League Gothic", sans-serif;
}

.font-family-lato {
  font-family: "Lato", sans-serif;
}

@media (min-width: 1200px) {
  .contain-1200 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.component-title {
  font-family: League Gothic, sans-serif;
  font-size: 32px;
  line-height: 1.1;
  border-bottom: 4px solid #c8102e;
}

/* buttons */
.btn-arts {
  display: inline;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
}
.btn-arts.btn-primary {
  background-color: #c8102e;
  color: #fff;
  border: 1px solid #c8102e;
}

.btn-arts.btn-primary:hover {
  background-color: #fff;
  color: #c8102e;
}

.btn-arts.btn-secondary {
  background-color: #fff;
  color: #c8102e;
  border: 1px solid #c8102e;
}
.btn-arts.btn-secondary:hover {
  background-color: #c8102e;
  color: #fff;
}

.btn-arts.btn-overlay {
  background-color: transparent;
  color: #ffff;
  border: 1px solid #c8102e;
}
.btn-arts.btn-overlay:hover {
  background-color: #c8102e;
  color: #fff;
}

.arts-button-wrap {
  margin: 18px 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

/* hero a */
.arts-hero {
  overflow: visible;
  padding-top: 40px;
}

.arts-hero-image-wrap {
  aspect-ratio: 16 / 9;
}

.arts-hero .arts-hero-image {
  margin-top: 48px;
  margin-bottom: 48px;
}

.arts-hero h1,
.arts-hero h2 {
  color: #c8102e;
  font-size: 80px;
  font-family: "League Gothic", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin: 1.125rem 0;
}

.arts-hero .arts-hero-image {
  position: relative;
  width: 100%;
  /* height: 720px; */
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.arts-hero .arts-hero-image img {
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 991.5px) {
  .arts-hero h1,
  .arts-hero h2 {
    font-size: 120px;
    margin-bottom: 48px;
  }
}

/* cards */
.arts-content-cards .row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.arts-card-tall {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}

.arts-card-tall .card-img-top {
  height: 340px;
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
}

.arts-card-tall .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.arts-card-tall .card-body {
  padding: 24px;
  display: flex;
  flex-flow: column nowrap;
}

.arts-card-tall .card-body .card-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.arts-card-tall .card-body .main-card-text > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 2;
  line-clamp: 2;*/
  overflow: hidden;
}

.arts-card-tall .taxonomy-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  color: #c8102e;
}

.arts-card-tall .taxonomy-row p {
  margin: 0;
}

.card-button-wrap {
  margin: 18px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

.arts-card-small {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.arts-card-small .card-img-top {
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  border: 2px solid #c8102e;
}

.arts-card-small .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.arts-card-small .card-body {
  padding: 0px;
  padding-bottom: 24px;
  display: flex;
  flex-flow: column nowrap;
}

.arts-card-small .card-body .card-title {
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.arts-card-small .card-body .main-card-text .card-text-small {
  font-size: 12px;
  color: #54585a;
  line-height: 120%;
}

.arts-card-small .card-body .main-card-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
	/*
  -webkit-line-clamp: 3;
  line-clamp: 3;*/
  overflow: hidden;
  font-size: 16px;
  line-height: 140%;
}

/* content block fullwidth */
section.image-banner-section {
  margin-top: 24px;
  margin-bottom: 24px;
}

.arts-image-banner {
  margin: 0 auto;
  width: 100%;
  height: 1000px;
  max-width: calc(100vw - 64px) !important;
  border-radius: 24px;
  padding: 48px;
  margin: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  background-position: center;
  background-size: cover;
  color: white;
  overflow: hidden;
}

.arts-image-banner.arts-banner-inverted {
  background-color: #fff;
  color: #000;
}

.arts-image-banner.arts-banner-inverted .btn-arts.btn-overlay {
  color: #000;
}

.arts-image-banner h2 {
  font-family: "League Gothic", sans-serif;
  font-size: 96px;
  line-height: 1;
  margin: 1.125rem 0;
}

.image-banner-taxomony {
  font-size: 24px;
}

.image-banner-taxomony:not(:last-of-type):after {
  content: "|";
  margin-right: 12px;
  margin-left: 12px;
  width: 100%;
  height: 100%;
}

.arts-image-banner h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
	/*
  -webkit-line-clamp: 2;
  line-clamp: 2;*/
  overflow: hidden;
  margin: 1.125rem 0;
}

.arts-image-banner p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
	/*
  -webkit-line-clamp: 3;
  line-clamp: 3;*/
  overflow: hidden;
}

@media (max-width: 1200px) {
  .arts-image-banner {
    height: 795px;
  }
}

@media (max-width: 767px) {
  .arts-image-banner {
    height: 700px;
    margin-bottom: 172px;
    position: relative;
    overflow: visible;
  }

  .arts-image-banner h2 {
    font-size: 64px;
  }

  .arts-image-banner p {
    font-size: 16px;
    line-height: 150%;
    margin: 0;
  }

  .image-banner-taxomony {
    font-size: 20px;
  }

  .arts-image-banner .arts-button-wrap {
    flex-direction: column;
    position: absolute;
    bottom: -150px;
    left: 0;
    align-items: stretch;
    width: 100%;
    text-align: center;
  }
  .arts-image-banner .arts-button-wrap .btn-arts.btn-overlay {
    color: #c8102e;
    border: 1px solid #c8102e;
  }
  .arts-image-banner .arts-button-wrap .btn-arts.btn-overlay:hover {
    color: #fff !important;
    border: 1px solid #fff;
  }
}

/* featured text block */

.card.featured-text-card {
  border-radius: 24px;
  border: none;
}

.featured-text-card.ft-primary {
  background-color: #c8102e;
  color: #fff;
}

.featured-text-card.ft-cream {
  background-color: #fff9d9;
  color: #c8102e;
}

.featured-text-card.ft-gold {
  background-color: #f6be00;
  color: #000;
}

.featured-text-card.ft-green {
  background-color: #00866c;
  color: #ffff;
}

.card.featured-text-card .card-body {
  padding: 48px;

  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}

.card.featured-text-card .featured-text-big {
  font-family: "League Gothic";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 105.6px */
  letter-spacing: -1.92px;
  text-transform: uppercase;
}

.card.featured-text-card .featured-text-eyebrow {
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.card.featured-text-card .featured-text-bottom {
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  align-self: flex-end;
}

@media (max-width: 1200px) {
  .card.featured-text-card .featured-text-big {
    font-size: 64px;
  }
}

@media (max-width: 767px) {
  .card.featured-text-card .featured-text-big {
    font-size: 48px;
  }
}

/* accordion */

.arts-accordion .accordion-button {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #ffffff;
  color: #000;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  padding: 24px 100px 24px 132px;
  font-size: 24px;
  line-height: 120%;
  position: relative;
}

.arts-accordion .accordion-button::before {
  content: "";
  color: #c8102e;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M5 16H27" stroke="%23C8102E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 5V27" stroke="%23C8102E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: absolute;
  top: 26px;
  left: 100px;
  transition: transform 0.3s ease, background-image 0.3s ease;
  transform: rotate(90deg);
}

.arts-accordion .accordion-button:not(.collapsed)::before {
  transform: rotate(0deg);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M5 16H27" stroke="%23C8102E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.arts-accordion .accordion-header {
  margin-top: 0;
}

.arts-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
  box-shadow: none;
}

.arts-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: #c8102e;
}

.arts-accordion .accordion-body {
  background-color: #fff;
  border: none;
  padding: 12px 100px 24px 100px;
}

.arts-accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  box-shadow: none;
}

.arts-accordion .accordion-button::after {
  display: none;
}

.arts-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #c8102e; /* Change the border color of the entire item */
}

@media (max-width: 991px) {
  .arts-accordion .accordion-button {
    padding: 24px 24px 24px 48px;
    font-size: 22px;
  }

  .arts-accordion .accordion-button::before {
    left: 16px;
  }

  .arts-accordion .accordion-body {
    padding: 8px 24px 24px 48px;
  }

  .arts-accordion .accordion-body li,
  .arts-accordion .accordion-body p,
  .arts-accordion .accordion-body span {
    font-size: 16px;
    line-height: 150%;
  }
}

/* secondary nav */
.bg-cream {
  background-color: #fff9d9;
}

.bg-white {
  background-color: #fff;
}

.secondary-nav-section h2,
.secondary-nav-section h3,
.secondary-nav-section h4,
.secondary-nav-section h5,
.secondary-nav-section h6 {
  font-family: "League Gothic", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  color: #2a2c2d;
  margin: 1.125rem 0;
}

.secondary-nav li {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 120%;
}

.secondary-nav li a {
  text-decoration: none;
}

/* text blocks */
.arts-sidebar .btn-arts.btn-icon {
  padding: 8px;
}
.arts-sidebar .btn-arts.btn-icon img {
  width: 30px;
  height: auto;
}

.arts-sidebar .btn-arts.btn-icon:hover {
  background-color: #fff9d9;
  color: #fff;
}

.arts-sidebar .sidebar-tag {
  color: #696c6d;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 28px;
  margin-bottom: 0;
}

.arts-sidebar p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0;
}

/* side by side */
.arts-side-by .image-wrapper,
.arts-WYSIWYG .image-wrapper {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.arts-side-by .image-wrapper img,
.arts-WYSIWYG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.arts-side-by .text-wrapper {
  max-width: 515px;
}

.arts-side-by .text-column-left,
.arts-side-by .text-column-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.arts-side-by .text-column-right {
  align-items: flex-end;
}

@media (max-width: 767px) {
  .arts-side-by .image-wrapper,
  .arts-WYSIWYG .image-wrapper {
    min-height: 375px;
  }
}

/* Lightbox */

.arts-side-by .image-wrapper-lightbox,
.arts-WYSIWYG .image-wrapper-lightbox {
  display: none;
}
.arts-side-by .image-wrapper-lightbox:first-of-type,
.arts-WYSIWYG .image-wrapper-lightbox:first-of-type {
  display: inline-block;
  position: relative;
}

div.lightbox-icon {
  position: absolute;
  background-image: url(/_resources/images/lightbox_icon.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 20px;
  background-color: #fff;
}

div.lightbox-hover-text {
  color: white;
  font-family: "League Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}

.arts-side-by .image-wrapper-lightbox:hover div.lightbox-hover-text,
.arts-WYSIWYG .image-wrapper-lightbox:hover div.lightbox-hover-text {
  opacity: 1;
}

.arts-side-by .image-wrapper-lightbox:hover img,
.arts-WYSIWYG .image-wrapper-lightbox:hover img {
  filter: brightness(0.75);
}

/*  */

/* ticket 249611 */
/* content block fullwidth - wysiwyg */
@media (min-width: 1920px) {
  .arts-image-banner {
    max-width: calc(1920px - 64px) !important;
  }
}

.wysiwyg-content .arts-image-banner {
  margin: 0px;
  color: white;
  overflow: hidden;
}

.wysiwyg-content .arts-image-banner .btn-arts {
  display: inline;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
}
.wysiwyg-content .arts-image-banner .btn-arts.btn-primary {
  color: #fff !important;
  background-color: #c8102e !important;
  border: 1px solid #c8102e;
}

.wysiwyg-content .arts-image-banner .btn-arts.btn-overlay {
  background-color: transparent;
  color: #fff;
  border: 1px solid #c8102e;
}

.wysiwyg-content .arts-image-banner .btn-arts.btn-primary:hover {
  background-color: #fff !important;
  color: #c8102e !important;
  border: 1px solid #c8102e;
}

.wysiwyg-content .arts-image-banner .btn-arts.btn-overlay:hover {
  background-color: #c8102e !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .arts-image-banner {
    padding: 24px;
  }

  .wysiwyg-content .arts-image-banner {
    height: 700px;
    margin-bottom: 172px;
    position: relative;
    overflow: visible;
  }

  .wysiwyg-content .arts-image-banner .btn-arts.btn-primary:hover {
    background-color: #fff !important;
    color: #c8102e !important;
  }

  .wysiwyg-content .arts-image-banner .arts-button-wrap .btn-arts.btn-overlay {
    color: #c8102e;
    border: 1px solid #c8102e;
  }
  .wysiwyg-content
    .arts-image-banner
    .arts-button-wrap
    .btn-arts.btn-overlay:hover {
    color: #fff !important;
    background-color: #c8102e !important;
    border: 1px solid #fff;
  }
}

.arts-site-nav .arts-tabs .nav-link > a {
	color: white;
}
.arts-site-nav .arts-tabs .nav-link > a:hover {
	color: #c8102e;
}