.fl-module .wpmf-gallery-caption .title {
    font-family: var(--font-body);
    font-size: 16px !important;
    letter-spacing: normal;
}
/* Careers Slider */
.careerslider {
    max-height: 200px;
    height: 200px;
}

.careerslider .uabb-gallery-img {
    height: 200px !important;
    width: unset !important;
}

/* Values Row */
.valuesrow .uabb-face {
    background-color: #E0DDD6;
}

.valuesrow .uabb-icon i::before {
    color: var(--bb-color-oaks-orange) !important;
}

.valuesrow h3 {
    font-size: 1.4em !important;
}

.valuesrow .uabb-front .uabb-flip-box-section-content {
    display: none;
}

/* Testimonials */
.testimonials,
.testimonials h3 {
    color: #fff !important;
}

/* News Header */
.newsheader>.fl-col:only-child {
    width: 100% !important;
}

/* Zebra striping */
.page-id-6940 .fl-post-content .fl-row:nth-of-type(odd),
.page-id-6938 .fl-post-content .fl-row:nth-of-type(odd),
.page-id-6934 .fl-post-content .fl-row:nth-of-type(odd),
.page-id-8554 .fl-row-content-wrap #socialicons > .fl-col-content > .fl-col-group:nth-of-type(odd),
.page-id-6936 .fl-post-content .fl-row:nth-of-type(odd) {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-id-6940 .fl-post-content .fl-row:nth-of-type(even),
.page-id-6938 .fl-post-content .fl-row:nth-of-type(even),
.page-id-6934 .fl-post-content .fl-row:nth-of-type(even),
.page-id-8554 .fl-row-content-wrap #socialicons > .fl-col-content > .fl-col-group:nth-of-type(even),
.page-id-6936 .fl-post-content .fl-row:nth-of-type(even) {
    background-color: #f5f7f9;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Related Products */
.related.products ul.products li.product .price {
    display: none;
}

.related.products ul.products li.product .button {
    background-color: var(--bb-color-oaks-charcoal);
}

.related.products ul.products li.product .button:hover {
    background-color: var(--bb-color-oaks-charcoal-hover);
}
.subheading {
    font-family: var(--font-subheading);
    font-weight: 700;
    
}