/**
SCSS for Owl Carousel buttons
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.green_component .owl--title--wrap > *,
.darkgreen_component .owl--title--wrap > * {
  color: #fff;
}

.green_component .owl--cta .field--name-field-cta a,
.darkgreen_component .owl--cta .field--name-field-cta a {
  color: #fff;
}

.green_component .owl--cta .field--name-field-cta a::after,
.darkgreen_component .owl--cta .field--name-field-cta a::after {
  background: url("../../../images/next-arrow.svg") no-repeat;
  background-size: 100%;
}

.green_component .owl--excerpt,
.darkgreen_component .owl--excerpt {
  color: #fff;
}

/*# sourceMappingURL=owl-background.css.map */
