/**
SCSS for Awards & Accolades Paragraph
**/
/**
*********************
* 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
********************
**/
.awards-and-accolades {
  padding: 3rem 0 6.25rem;
}

@media only screen and (max-width: 768px) {
  .awards-and-accolades {
    padding: 3.75rem 0 3.125rem;
  }
}

.awards-and-accolades .container {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .awards-and-accolades .container {
    padding: 0 0.9375rem;
  }
}

@media only screen and (max-width: 768px) {
  .awards-and-accolades .container {
    padding: 0;
  }
}

@media only screen and (max-width: 576px) {
  .awards-and-accolades .container {
    padding: 0 1.25rem;
  }
}

.awards-and-accolades h2 {
  color: #164D92;
  font-size: 2.875rem;
  line-height: 4rem;
  font-weight: 600 !important;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  margin-top: 0;
}

@media only screen and (max-width: 1280px) {
  .awards-and-accolades h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

@media only screen and (max-width: 992px) {
  .awards-and-accolades h2 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}

@media only screen and (max-width: 768px) {
  .awards-and-accolades h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    font-weight: 600;
  }
}

.awards-and-accolades p {
  color: #58595B;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .awards-and-accolades p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 576px) {
  .awards-and-accolades .owl-carousel .owl-dots {
    padding: 0 1.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .paragraph--type--awards-and-accolades .owl-carousel .owl-stage {
    right: 1.875rem;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--awards-and-accolades .owl-carousel .owl-stage {
    right: 1.25rem;
  }
}

@media only screen and (min-width: 1200px) {
  .paragraph--type--awards-and-accolades .owl-carousel .owl-stage {
    right: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .paragraph--type--awards-and-accolades .owl-carousel .owl-stage {
    right: -3.125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .paragraph--type--awards-and-accolades .owl-carousel .owl-stage {
    right: -6.25rem;
  }
}

.paragraph--type--awards-and-accolades .owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 9.375rem;
  background-color: #f3faf9;
}

.paragraph--type--awards-and-accolades .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

/*# sourceMappingURL=awards-and-accolades.css.map */
