/* Begin: from custom-styles.css */
#content .cmp-background-area__container h1,
#content .cmp-background-area__container h2,
#content .cmp-background-area__container h3,
#content .cmp-background-area__container h4,
#content .cmp-background-area__container h5,
#content .cmp-background-area__container h6 {
  color: inherit;
}
.cmp-background-area__container h1,
.cmp-background-area__container h2,
.cmp-background-area__container h3,
.cmp-background-area__container h4,
.cmp-background-area__container h5,
.cmp-background-area__container h6 {
  color: inherit;
}
.cmp-background-area__container .cmp-mid-bar,
.cmp-background-area__container .cmp-mid-bar h3 {
  background: none !important;
  color: inherit;
}
.cmp-background-area__container div.tab_control.section .nav-tabs > .active > a,
.cmp-background-area__container div.tab_control.section .nav-tabs > .active > a:hover {
  box-shadow: none;
}
/* End: from custom-styles.css */
/* Originally an inline style */
.cmp-background-area__container {
  padding: 20px;
}
.cmp-background-area__container.card {
  box-shadow: var(--shadow-elevation-low);
  border-radius: 12px!important;
  position: relative;
  transition: all .3s ease;
  border: none;
  z-index: 1;
}
.cmp-background-area__container.card.linked-card {
  box-shadow: var(--shadow-elevation-medium);
}
.cmp-background-area__container.card.linked-card:hover {
  box-shadow: var(--shadow-elevation-high);
  transform: var(--hover-scale-up);
  cursor: pointer;
}
.cmp-background-area__container.card.linked-card:hover .linked a.btn,
.cmp-background-area__container.card.linked-card:hover .linked .btn {
  background-color: var(--bgsu-orange-hover);
  color: #FFF;
  text-decoration: none;
}
.cmp-background-area__container.card.linked-card:hover .linked a.btn:after,
.cmp-background-area__container.card.linked-card:hover .linked .btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.cmp-background-area__container.fixed {
  background-attachment: fixed;
}
.cmp-background-area__container.fixed.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmp-background-area__container.fixed .text .card {
  background-color: #FFF;
}
.clickable a {
  position: relative;
  z-index: 3;
}
