/*                                               Carousel Bundle Styling
************************************************************************/
/* ???? */

/* This selector is present */
.field-name-field-paragraph-carousel .owl-carousel .owl-item .eb-image.carousel > .container {
    /* ... */
    overflow: auto; /* ← this rule is missing */
    /* ... */
}

/* This selector is absent, but more specific one that targets a child has the same styles (see below) */
.field-name-field-paragraph-carousel .owl-carousel .owl-controls
/* ↑↑↑ .field-name-field-paragraph-carousel .owl-carousel .owl-controls > .owl-pagination */ {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ???? */

/* Chris fixes, not sure if these are needed */

.font-color-white a {
    color: #fff;
    text-decoration: underline;
}

.field-name-field-paragraph-webform header,
.node-type-overview-page .page-header {
    display:none;
}

.webform-client-form-164 .form-actions,
.webform-client-form-166 .form-actions,
.webform-client-form-211 .form-actions,
.webform-client-form-212 .form-actions {
    margin-bottom: 20px;
}