.div-careers-page-title-wrapper {
    margin-top: 62px;
    margin-bottom: 20px;
    text-align: center;
}

.careers-page-title {
    margin: 0;
    padding: 20px;
}

.div-careers-page-form-wrapper {
    padding: 20px;
}

#careers-first-name {
    margin-top: 15px;
}

.careers-group-row {
    margin-bottom: 15px;
}

.careers-block-radio, .careers-block-checkbox {
    display: flex;
}

#careers-send-button {
    padding: 8px 16px;
    width: 100%;
}

.star-required {
    color: var(--theme-danger-color);
}

.hidden-upload-input {
    display: none !important;
}

.hidden-preview-image {
    display: none;
}

.hidden-clear-image-upload {
    display: none;
}

.clearImageUpload {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: -10px;
}

.clearImageUpload:hover {
    color: var(--theme-primary-color);
}

.label-upload-btn {
    padding: 10px 20px;
    cursor: pointer;
}

.div-careers-testimonials-carousel-container {
    padding-bottom: 50px;
}

.div-careers-testimonials-carousel-item-container {
    padding: 15px;
    min-height: 500px;
}

.div-careers-testimonials-carousel-dots-container {
    border-top: solid 4px #1e1e1e;
}

.ol-careers-testimonials-carousel-dots {
    bottom: 0px;
}

.div-careers-testimonials-container {
    background-color: var(--theme-primary-color);
    color: #1e1e1e;
    padding: 0px;
}

.img-careers-testimonial-photo {
    border: solid 3px #fff;
    margin-top: 15px;
}

.span-careers-testimonial-name {
    font-weight: 600;
    font-size: 24px;
}

.span-careers-testimonial-position {
    font-weight: 600;
    font-size: 16px;
}

.span-careers-testimonial-content {
    font-weight: 600;
    font-size: 13px;
}

.careers-testimonial-carousel-indicator {
    background-color: #717171 !important;
    border-color: #717171 !important;
    width: 16px !important;
    height: 16px !important;
    margin: 1px !important;
}

.careers-testimonial-carousel-indicator.active {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    width: 16px !important;
    height: 16px !important;
    margin: 1px !important;
}

@media screen and (max-width: 1024px) {

    .div-careers-form-testimonials-wrapper {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }

    .div-careers-testimonials-container {
        order: 1;
        margin-bottom: 20px;
    }

    .div-careers-page-form-wrapper {
        order: 2;
    }
}