@charset "UTF-8";
/* CSS Document */


.cmp-background-area__container.lead-image {
position:relative;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.lead-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0,0,0,0.4);
}

h1 {
  color: #FFF !important;
position:relative;
z-index:2; margin-bottom:0!important;
  font-size: 3.5rem;
}

.subtext p {
  text-transform: uppercase;
}

.section-title, .relative {
position:relative;
z-index:2;
}

.section-title h2 {
  font-size: 2.2rem;
}

.section-title h2 em {
color:var(--bgsu-teal)!important;
}

.cmp-tool-list__tool-item-link {
  background: #FFFFFF!important;
  border-radius: 500px !important;
  border: 2px solid var(--bgsu-gold);
  margin: 0 20px!important;
  box-shadow: var(--shadow-elevation-high)!important;
}

a.cmp-tool-list__tool-item-link {
    margin-bottom: 10px !important;
}

.cmp-tool-list__tool-item-link:hover {
  color: #FFFFFF!important;
  background: var(--bgsu-orange) !important;
  border: none!important;
  font-weight: 600!important;
}

.cmp-mid-bar.tool-list-container {
  background: rgba(255,255,255,0) !important;
  margin-top: -50px;
  position: relative;
}

.glossary p {
  font-size: 0.9rem;
}

.cmp-background-area__container.layout {
  padding: 0 !important;
}

div#screen2 {
    padding: 0 !important;
}

@media screen and (min-width: 700px) {
	.cmp-background-area__container.lead-image {
  height: 70vh;
}
}

@media screen and (min-width: 1000px) {
h1 {
  font-size: 7rem;
}


.section-title h2 {
    font-size: 3.5rem;
}

.cmp-split-screen .header {
  grid-template-columns: 55% 45%!important;
  max-width: 100%;
margin:0px!important;
padding: 0!important;
}

.split50__split-content-inner.vCenter {
  position: absolute;
  top: 0px;
  right: 0px;
}

.split50__split-content-inner.vCenter {
  border-radius: 12px 0 0 12px !important;
}

.header img {
  max-height: 650px;
  border-radius: 0 !important;
}
}
