div.hero.cq-Editable-dom {
  min-height: 110px;
}
div.hero.cq-Editable-dom .cmp-hero__wrapper.cmp-hero__embedded-video {
  min-height: 320px;
}
.cq-wcm-edit {
  /*styles for author*/
  /*	.cmp-hero__link::after,
	.cmp-hero__wrapper::after{
    display:none;
	}*/
}
.cmp-hero {
  position: relative;
}
.cmp-hero__wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmp-hero__wrapper::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  background: none;
  position: absolute;
  z-index: 1;
}
@media (min-width: 576px) {
  .cmp-hero__wrapper::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.6) 100%);
  }
}
@media (min-width: 992px) {
  .cmp-hero__wrapper::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.cmp-hero__wrapper.cmp-hero__content--left::after {
  background: none;
}
@media (min-width: 576px) {
  .cmp-hero__wrapper.cmp-hero__content--left::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.4) 100%);
  }
}
@media (min-width: 992px) {
  .cmp-hero__wrapper.cmp-hero__content--left::after {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.4) 100%);
  }
}
.cmp-hero__wrapper.cmp-hero__inline-video::after {
  background: none;
}
@media (min-width: 576px) {
  .cmp-hero__wrapper.cmp-hero__inline-video::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.4) 100%);
  }
}
@media (min-width: 992px) {
  .cmp-hero__wrapper.cmp-hero__inline-video::after {
    background: none;
  }
}
.cmp-hero__wrapper.cmp-hero__content--center::after,
.cmp-hero__wrapper .cmp-hero__content--center.cmp-hero__inline-video::after {
  background: rgba(0, 0, 0, 0.4);
}
.cmp-hero__wrapper .cmp-hero__abs-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 5%;
}
@media (max-width: 992px) {
  .cmp-hero__wrapper .cmp-hero__abs-container {
    bottom: 0;
    bottom: 10px;
    top: unset !important;
    transform: unset !important;
  }
}
@media (max-width: 576px) {
  .cmp-hero__wrapper .cmp-hero__abs-container {
    position: static;
    margin-top: 10px;
    /*     order: 3;*/
  }
}
.cmp-hero__wrapper video,
.cmp-hero__wrapper img,
.cmp-hero__wrapper iframe {
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  max-height: unset;
  object-position: center 20%;
}
@media (min-width: 992px) {
  .cmp-hero__wrapper video,
  .cmp-hero__wrapper img,
  .cmp-hero__wrapper iframe {
    max-height: 75vh;
  }
}
.cmp-hero__wrapper video {
  height: auto;
  min-height: auto;
}
.cmp-hero__wrapper img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.cmp-hero__wrapper:hover {
  /*hover effects for hero wrapper and child elements*/
}
.cmp-hero__wrapper:hover .cmp-hero__link + .cmp-hero__abs-container .cmp-hero__text .cmp-hero__headline {
  text-decoration: underline;
  text-decoration-color: var(--bgsu-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.cmp-hero__wrapper:hover .cmp-hero__link + .cmp-hero__abs-container .cmp-hero__text .cmp-hero__link-text p::after {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  display: inline-block;
}
@media screen and (prefers-reduced-motion) {
  .cmp-hero__video-container .cmp-hero__video {
    display: none;
  }
}
.cmp-hero__video-container .cmp-hero__image {
  display: none;
}
@media screen and (prefers-reduced-motion) {
  .cmp-hero__video-container .cmp-hero__image {
    display: block;
  }
}
.cmp-hero__content {
  color: #fff;
  padding: 0;
  margin: 0;
  max-width: unset;
}
@media (min-width: 768px) {
  .cmp-hero__content {
    max-width: 50%;
  }
}
.cmp-hero__text {
  padding: 1rem 2rem;
  background-image: var(--bracket-gradient), var(--bracket-gradient);
  background-repeat: no-repeat;
  background-size: var(--bracket-size);
  background-position: top left, bottom left;
  border-right: none;
  border-left: solid var(--bgsu-gold) var(--bracket-width);
}
@media (min-width: 768px) {
  .cmp-hero__text {
    border-left-width: 4px;
    background-size: 55px 4px;
  }
}
.cmp-hero__text .cmp-hero__link-text p::after {
  content: "\2794";
  color: var(--bgsu-orange);
  font-size: 1rem;
  position: relative;
  display: inline;
  top: 0px;
  margin-left: 10px;
  font-weight: var(--body-black-weight);
}
.cmp-hero__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 576px) {
  .cmp-hero__text p {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .cmp-hero__text p {
    font-size: 1.1rem;
    color: #fff;
  }
}
.cmp-hero__text .cmp-hero__headline {
  font-family: var(--headline-font);
  padding: 0;
  margin: 0;
  text-transform: none;
  font-weight: var(--heading-semibold-weight);
  transition: text-decoration-color 0.5s ease;
  color: var(--bgsu-orange);
  font-size: 1.4rem;
  line-height: 1.1;
  text-decoration: underline;
  text-decoration-color: var(--link-underline-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (min-width: 576px) {
  .cmp-hero__text .cmp-hero__headline {
    font-size: 2.5rem;
    font-size: 3.6vw;
    color: #fff;
    line-height: 0.9;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1400px) {
  .cmp-hero__text .cmp-hero__headline {
    font-size: 3rem;
  }
}
img.cmp-hero__logo {
  display: none;
}
@media (min-width: 576px) {
  img.cmp-hero__logo {
    width: 260px;
    height: auto;
    float: left;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .cmp-hero__logo-wrapper {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 4%;
    transform: translateY(-4%);
    z-index: 3;
  }
}
.cmp-hero__logo-wrapper .cmp-hero__header-search-bar {
  display: none;
}
@media (min-width: 992px) {
  .cmp-hero__logo-wrapper .cmp-hero__header-search-bar {
    position: absolute;
    display: block;
  }
}
button.cmp-hero__pause-play {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 10px 4px 10px;
  border-radius: 4px;
  z-index: 123;
  background: transparent;
  height: auto;
}
button.cmp-hero__pause-play:hover {
  color: var(--bgsu-orange-hover);
  cursor: pointer;
}
button.cmp-hero__pause-play:focus {
  background: #000;
  color: #fff;
  outline: none;
}
.cmp-hero__content--center .cmp-hero__abs-container {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  right: unset;
  transform: translateX(-50%) translateY(-50%) !important;
  top: 50% !important;
  width: 90%;
}
@media (min-width: 576px) {
  .cmp-hero__content--center .cmp-hero__abs-container {
    width: unset;
  }
}
.cmp-hero__content--center .cmp-hero__abs-container .cmp-hero__content {
  max-width: unset;
}
.cmp-hero__content--center .cmp-hero__abs-container .cmp-hero__text {
  background-image: var(--bracket-gradient), var(--bracket-gradient), var(--bracket-gradient), var(--bracket-gradient);
  background-position: top left, bottom left, top right, bottom right;
  border-right: solid var(--bgsu-gold) var(--bracket-width);
  text-align: center;
}
@media (min-width: 768px) {
  .cmp-hero__content--center .cmp-hero__abs-container .cmp-hero__text {
    border-right-width: 5px;
    border-left-width: 5px;
    background-size: 55px 5px;
  }
}
.cmp-hero__content--center .cmp-hero__abs-container .cmp-hero__text .cmp-hero__headline {
  font-size: 5rem;
  font-size: 5.5vw;
  margin-bottom: 10px;
  line-height: 1.0;
  color: #FFF;
}
.cmp-hero__content--center .cmp-hero__abs-container .cmp-hero__text p {
  color: #FFF;
}
.cmp-hero__content--left {
  /*float: left;*/
}
.cmp-hero__content--right .cmp-hero__abs-container {
  right: unset;
  max-width: unset;
  left: 0;
}
@media (min-width: 992px) {
  .cmp-hero__content--right .cmp-hero__abs-container {
    left: 60%;
    max-width: 50%;
  }
}
.cmp-hero__content--right .cmp-hero__abs-container .cmp-hero__content {
  max-width: unset;
}
.cmp-hero__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 3;
}
/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(0px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /right bounce */
.cmp-hero__wrapper:focus-within {
  outline: var(--focus-outline);
  outline-offset: -8px;
}
.cmp-hero__wrapper .cmp-hero__link:focus-visible {
  outline: none;
}

.cmp-hero__embed-player {
  padding-top: 56.25%;
}

.cmp-hero__no-acc-desc .cmp-hero__logo-search {
  display: none;
}
.cmp-hero__no-acc-desc .hidden-phone {
  display: none;
}
.cmp-hero__no-acc-desc .cmp_hero__admissions {
  display: none;
}

.cmp-hero__tool-list {
  position: static;
  background: white;
  padding: 5px 0;
}
@media (min-width: 993px) {
  .cmp-hero__tool-list {
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 20px;
    z-index: 4;
    background: transparent;
    padding: 0;
  }
}
.cmp-hero__tool-list.no-overlay {
  position: relative;
}
.cmp-hero__tool-list .cmp-tool-list {
  margin-bottom: 0;
  margin-left: unset;
}
@media (min-width: 993px) {
  .cmp-hero__tool-list .cmp-tool-list {
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  .cmp-hero__tool-list .cmp-tool-list {
    margin-left: -20px;
  }
}
.cmp-hero__tool-list .cmp-tool-list__toolset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 10px;
  margin: 10px 0;
}
.cmp-hero__tool-list .cmp-tool-list__toolset--list,
.cmp-hero__tool-list .cmp-tool-list__toolset--grid {
  flex-direction: row;
  flex-wrap: nowrap;
}
.cmp-hero__tool-list .cmp-tool-list__toolset--list {
  flex-wrap: nowrap;
}
@media (min-width: 576px) {
  .cmp-hero__tool-list .cmp-tool-list__toolset {
    grid-gap: 10px 20px;
    margin: 20px 0;
  }
}
@media (min-width: 993px) {
  .cmp-hero__tool-list .cmp-tool-list__toolset {
    display: flex;
    margin: 0;
    grid-gap: 0;
  }
}
.cmp-hero__tool-list .cmp-tool-list__tool-item {
  flex-basis: 50%;
  margin-bottom: 10px;
}
.cmp-hero__tool-list .cmp-tool-list__tool-item--grid {
  flex-basis: auto;
}
.cmp-hero__tool-list .cmp-tool-list__tool-item-icon {
  display: none;
}
.cmp-hero__tool-list .cmp-tool-list__tool-item a.cmp-tool-list__tool-item-link {
  background: transparent;
  color: var(--bgsu-orange);
  transition: all .2s ease;
}
.cmp-hero__tool-list .cmp-tool-list__tool-item a.cmp-tool-list__tool-item-link:hover {
  background: var(--bgsu-orange);
  color: #FFF;
}
@media (min-width: 993px) {
  .cmp-hero__tool-list .cmp-tool-list__tool-item a.cmp-tool-list__tool-item-link {
    color: #ffffff;
    /*  fallback */
    background: rgba(0, 0, 0, 0.5);
    /* if backdrop support: very transparent and blurred */
  }
  @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .cmp-hero__tool-list .cmp-tool-list__tool-item a.cmp-tool-list__tool-item-link {
      background: rgba(0, 0, 0, 0.25);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
    }
  }
}
@media (min-width: 993px) {
  .cmp-hero__tool-list .cmp-tool-list__tool-item {
    flex-basis: unset;
    margin-bottom: 0;
  }
}
.cmp-hero__tool-list .cmp-tool-list__tool-item-link {
  padding: var(--btn-small-padding);
  border: 1px solid var(--bgsu-orange);
  margin-left: 0px;
  border-radius: 5000px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 993px) {
  .cmp-hero__tool-list .cmp-tool-list__tool-item-link {
    margin-left: 20px;
    border: 1px solid #fff;
  }
}
.cmp-hero__tool-list .cmp-tool-list__tool-item-title {
  font-size: .8rem;
  line-height: 1.25;
}
@media (min-width: 993px) {
  .cmp-hero__tool-list .cmp-tool-list__tool-item-title {
    font-size: 0.9rem;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .cmp-hero__wrapper .visible-phone {
    display: block!important;
  }
  .cmp-hero__wrapper .hidden-phone {
    display: none!important;
  }
  .cmp-hero__wrapper .cmp-hero__pause-play {
    display: none;
  }
  .cmp-hero__wrapper:hover .cmp-hero__link + .cmp-hero__abs-container .cmp-hero__text .cmp-hero__link-text p::after {
    animation: none !important;
  }
}
@media screen and (prefers-reduced-motion) {
  .cmp-hero__wrapper .visible-phone {
    display: block!important;
  }
  .cmp-hero__wrapper .hidden-phone {
    display: none!important;
  }
  .cmp-hero__wrapper .cmp-hero__pause-play {
    display: none;
  }
  .cmp-hero__wrapper:hover .cmp-hero__link + .cmp-hero__abs-container .cmp-hero__text .cmp-hero__link-text p::after {
    animation: none !important;
  }
}

.cmp-hero__header-search-bar {
  top: 5px;
  right: 5%;
  position: absolute;
  z-index: 5;
}

