/**
*********************
* Theme typography to de
********************
**/
/**
*********************
* 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
********************
**/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2.5rem;
  color: #733b02;
  font-family: "Titillium Web", sans-serif;
  font-weight: 800 !important;
  line-height: 1.5;
}

.green_component h1,
.darkgreen_component h1, .green_component
h2,
.darkgreen_component
h2, .green_component
h3,
.darkgreen_component
h3, .green_component
h4,
.darkgreen_component
h4, .green_component
h5,
.darkgreen_component
h5, .green_component
h6,
.darkgreen_component
h6 {
  color: #fff;
}

.accordion-item h1, .accordion-item
h2, .accordion-item
h3, .accordion-item
h4, .accordion-item
h5, .accordion-item
h6 {
  color: #fff;
}

a {
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  text-decoration: none;
  color: #c20420;
}

a:hover, a:focus {
  color: #2b6f7d;
  text-decoration: none !important;
}

p {
  margin: 0 auto 1.75rem auto;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

.blue_bg {
  background-color: #2f5695;
  color: #fff;
}

/*# sourceMappingURL=typography.css.map */
