.acm {
    position: relative;
}
.acm .columns {
    position: relative;
    z-index: 005;
}
.acm__title {
    font-size: 2rem;
}
.acm .vidyard-player-container {
    margin-bottom: 1rem !important;
}
.acm__form-title {
    text-align: center;
    margin-bottom: 2rem;
}
.acm__bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 001;
}
.bg-full-opacity .acm__bg-image {
  opacity: 1;
}
.acm__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 002;
}
.acm__bg-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .acm__title {
        font-size: 2.8rem;
    }
}

.bg--light_green {
	background: #ecf6ee;
}

.bg-light_orange {
  background: #FDF3EA;
}

.bg--light-blue {
  background: #D8D1F4;
}

.bg-light_purple {
  background: #7F5BDF;
}

.bg-light_blue {
  background: #D8D1F4;
}

.acm.col-align-middle .well {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
}
.acm.col-align-middle .well