#hero_video {
    position: absolute !important;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 0 !important;
    object-fit: cover;
    height: 100%;
}

.video-bg {
    background-image: none !important;
}

.banner-subtitle h2, .switcheroo .banner-subtitle h1 {
    font-weight: 400;
    line-height: 1.8;
    font-size: 20px !important;
    font-family: 'Lato';
}

.switcheroo .banner-title h2 span:after { z-index: -1; position: absolute; bottom: 8px; content:''; left: 0; height: 5px; background-color: #f59d21;
    width: 100%; }
 .switcheroo .banner-title { position: relative; display: inline-block; }

.switcheroo .banner-title h2 {
    position: relative;
}

.shorten-hero {
    padding: 40px 0!important;
}

.enabled-form {
    display: flex;
    align-items: flex-start;
}

.enabled-form>div {
    width: 50%;
    max-width: 100% !important;
}

.enabled-form .banner-inner {
    margin-right: 4rem;
}

.enabled-form .legal-consent-container {
    padding: 0 0.5rem;
}

.enabled-form .legal-consent-container div {
    font-size: 12px;
}

.enabled-form-section:before {
    display: none;
}

.enabled-form-section.image-right-form-below:before {
    display: block;
    left: -13% !important;
    transform: skewX(-10deg) !important;
    width: 74% !important;
    background: rgb(68 68 68) !important;
}

.enabled-form-section>img {
    display: none;
}

.enabled-form-section.image-right-form-below>img {
    display: block;
}

.enabled-form-section {
    background: #414141;
}

.bottom-cta-form>span>h3 {
    margin: 0;
}

.enabled-form-section .legal-consent-container p {
    font-size: 12px !important;
}

.enabled-form-section input, .enabled-form-section textarea, .enabled-form-section select {
    background-color: transparent !important;
    border: solid #fff 2px;
    color: #fff !important;
}


.enabled-form-section fieldset .hs-form-field, .enabled-form-section .hs-form-field {
    position: relative;
}

.enabled-form-section label.hs-error-msg {
    position: absolute;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -24px;
    font-size: 14px;
    background: none;
    opacity: 1;
    padding-left: 0;
    left: 10px;
}

.enabled-form-section .hs-error-msgs.inputs-list li {
    margin: 0;
}

.enabled-form-section input:-webkit-autofill,
.enabled-form-section input:-webkit-autofill:hover, 
.enabled-form-section input:-webkit-autofill:focus,
.enabled-form-section textarea:-webkit-autofill,
.enabled-form-section textarea:-webkit-autofill:hover,
.enabled-form-section textarea:-webkit-autofill:focus,
.enabled-form-section select:-webkit-autofill,
.enabled-form-section select:-webkit-autofill:hover,
.enabled-form-section select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #414141 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.enabled-form-section .hs-fieldtype-textarea>label {
    top: -9px;
}

.enabled-form-section .hs-fieldtype-textarea textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.enabled-form-section .hs-fieldtype-textarea textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

.enabled-form-section .hs-fieldtype-textarea textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.enabled-form-section .hs-fieldtype-textarea textarea::-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.enabled-form-section .hs-fieldtype-textarea textarea::placeholder {
    color: #fff;
    opacity: 0.6;
}

.enabled-form-section select, #training-filter {
    background-image: url(https://4364330.fs1.hubspotusercontent-na1.net/hubfs/4364330/Training%20Courses%20Module/expand_more_white_24dp.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    -webkit-appearance: none;
}

.enabled-form-section input.hs-button.primary.large {
    background: var(--orange) !important;
}

.enabled-form-section input.hs-button.primary.large:hover {
    background: transparent !important;
}

.enabled-form-section .legal-consent-container div, .enabled-form-section h3 {
    color: #fff;
}

.enabled-form-section select option {
  background-color: #505050;
  color: white;
}

.form-image-right .banner-inner .button {
    display: none;
}

.image-right-form-below .banner-inner {
    max-width: 100% !important;
}

.enabled-form-section label span {
    color: #fff;
  font-size: 14px;
}

.shorten-content-height .banner-inner * {
  margin-bottom: 5px;
}

@media (max-width: 1080px) {
  .content-wrapper.enabled-form {
    flex-direction: column;
}

.content-wrapper.enabled-form>div {
    width: 100%;
}

  .enabled-form-section.image-right-form-below:before {
        left: 0 !important;
    width: 100% !important;
    transform: none !important;
  }
}

@media (max-width: 991px) {
  .banner-subtitle h2, .switcheroo .banner-subtitle h1 {
    font-size: 16px !important;
  }
}