#ium-contact {
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 0 80px;
}
#company-footer.ium {
  padding: 50px 0 30px;
  background: url(/sites/default/files/2024-12/alabama-bg.jpg) center 670px;
}
#company-footer .footer-inner {
  color: #ffffff !important;
  max-width: 1230px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
#company-footer span {
  display: block;
}
#company-footer p.btn-link {
  margin-top: 1rem;
}
#company-footer .address-title {
  font-size: 2rem;
  font-weight: 700;
}
#company-footer .info-outer {
  display: flex;
  margin-top: 10px;
}
#company-footer .info-outer > div:first-child {
  width: 400px;
  margin-right: 20px;
}
#company-footer span a {
  color: #fff;
}

#company-mv {
  position: relative;
  max-width: 100%;
  height: 740px;
  overflow: hidden;
  margin-bottom: 28px;
}

#company-mv:before {
  content: "";
  max-width: 100%;
  width: 100%;
  height: 740px;
  background-color: rgb(14 45 96 / 30%);
  position: absolute;
  top: 0;
  left: 0;
}
#company-mv video {
  height: 740px;
  margin: auto;
  display: block;
}
.company-mv-inner {
  position: absolute;
  margin: 320px auto 0;
  max-width: 1170px;
  color: #dedede;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  filter: drop-shadow(1px 1px 5px rgba(14, 45, 96, 0.6));
}

.company-mv-inner p {
  margin-top: 5px;
  font-size: 18px;
}

.play{
    position: absolute;
    bottom: 94px;
    right: 108px;
    width: 80px;
    height: 80px;
        
}

.company-mv-inner-video {
    position: absolute;
    top: 16rem;
    right: 0px;
}
.company-mv-inner-video p{
    color: #fff !important;
}

.company-mv-inner-video.media>a:active *, .company-mv-inner-video.media>a:focus *, .company-mv-inner-video.media>a:hover * {
    opacity: 1 !important;
    text-decoration: none !important;
}
.top-cta {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
.qcd-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.qcd-list span {
  position: relative;
  top: 7px;
  margin-left: 8px;
  color: white;
  background: #0091e6;
  padding: 0 10px;
  border-radius: 2px;
}

.media-layout__head:has(.company-photo) + .media-layout__body {
  max-width: 50%;
}

.badge-area {
  width: 100%;
  background: #eee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.badge-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
}

.badge-list p {
  text-align: center;
}

.btn-link.btn-link--contact-02.scroll-over-button {
  top: 185px;
  position: relative;
  z-index: 3;
  margin-top: -100px;
}

.btn-link.btn-link--contact-02.scroll-over-button.in-preparation {
  pointer-events: none;
}
.btn-link.btn-link--contact-02.scroll-over-button.in-preparation a {
  background: #eee;
  border: #eee;
  color: #444;
}

h2.hdg-l3-02 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 3.2rem;
}



@media screen and (max-width: 767px) {
  #company-mv,
  #company-mv:before,
  #company-mv video {
    height: auto;
    max-width: 100%;
  }
  .company-mv-inner {
    margin-top: 80px;
  }
  .company-mv-inner-video{
  	display: none;
  }
  .top-cta {
    flex-direction: column;
    gap: 1rem;
  }
  .qcd-list span {
    margin-bottom: 10px;
  }
  .media-layout__head:has(.company-photo) + .media-layout__body {
    max-width: 100%;
  }
  #company-footer.ium {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 479px) {
  .company-mv-inner {
    margin-top: 30px;
  }
  .company-mv-inner p {
    font-size: 16px;
  }
}
