/**
SCSS for Our values 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
********************
**/
.our-leaders-paragraphs-block {
  background: #f2f2f2;
  padding: 0 !important;
}

.our-leaders-paragraphs-block .our-leaders {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.our-leaders-paragraphs-block .our-leaders__title {
  font-size: 2.875rem;
  font-weight: 600;
  color: #164D92;
  line-height: 3.75rem;
  letter-spacing: -0.10125rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 576px) {
  .our-leaders-paragraphs-block .our-leaders__title {
    font-size: 1.875rem;
    line-height: 2.75rem;
    letter-spacing: -0.05625rem;
  }
}

.our-leaders-paragraphs-block .our-leaders__excerpt {
  font-size: 1.125rem;
  font-weight: 300;
  color: #384f7e;
  line-height: 1.75rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 576px) {
  .our-leaders-paragraphs-block .our-leaders__excerpt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.our-leaders-paragraphs-block .our-leaders__content .aster--card .doctor--card--details {
  background: #ebebeb;
}

@media only screen and (min-width: 768px) {
  .our-leaders-paragraphs-block .our-leaders__content .aster--card .doctor--card--details {
    min-height: 125px;
  }
}

.our-leaders-paragraphs-block .our-leaders__content .owl-stage-outer {
  padding: 4.0625rem 0 2rem 0;
}

@media only screen and (max-width: 576px) {
  .our-leaders-paragraphs-block .our-leaders__content .owl-stage-outer {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 576px) {
  .our-leaders-paragraphs-block .our-leaders__content .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
  }
}

.our-leaders-paragraphs-block .our-leaders__content .owl-nav button {
  border: 0.0625rem solid #328090 !important;
}

.our-leaders-paragraphs-block .our-leaders__content .owl-nav button.owl-prev span::after {
  background-image: url("../../../images/prev-arrow-green.svg");
}

.our-leaders-paragraphs-block .our-leaders__content .owl-nav button.owl-next span::after {
  content: "";
  background-image: url("../../../images/next-arrow-green.svg");
  width: 1.6875rem;
  height: 0.875rem;
  top: 0.375rem;
  left: -0.5625rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  margin-left: 0;
}

@media only screen and (min-width: 1440px) {
  .our-leaders-paragraphs-block .our-leaders__content .owl-nav button.owl-next span::after {
    top: 0.25rem;
  }
}

.our-leaders-paragraphs-block .our-leaders__content .owl-nav button.owl-prev:hover span::after {
  background-image: url("../../../images/prev-arrow.svg");
}

.our-leaders-paragraphs-block .our-leaders__content .owl-nav button.owl-next:hover span::after {
  background-image: url("../../../images/next-arrow.svg");
}

.our-leaders-paragraphs-block .our-leaders__content .owl-dots {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .our-leaders-paragraphs-block .our-leaders__content .owl-dots {
    margin-top: 0;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .our-leaders-paragraphs-block .our-leaders__content .owl-nav.disabled {
    padding: 1.5rem 0 2rem;
    display: block;
  }
}

.our-leaders-paragraphs-block .our-leaders .our-leaders__content .owl-item {
  margin-right: 30px !important;
}

@media only screen and (max-width: 992px) {
  .our-leaders-paragraphs-block .our-leaders .our-leaders__content .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.green_component .our-leaders-paragraphs-block,
.darkgreen_component .our-leaders-paragraphs-block {
  background: #245c6d;
}

.green_component .our-leaders-paragraphs-block .our-leaders__title,
.darkgreen_component .our-leaders-paragraphs-block .our-leaders__title {
  color: #fff;
}

.green_component .our-leaders-paragraphs-block .our-leaders__excerpt,
.darkgreen_component .our-leaders-paragraphs-block .our-leaders__excerpt {
  color: #fff;
}

.darkgreen_component .our-leaders-paragraphs-block {
  background: #093143;
}

.doctor-item {
  height: 100%;
}

.doctor-item .node {
  height: 100%;
}

.doctor-item .node .node__content {
  height: 100%;
}

/*# sourceMappingURL=our-leaders.css.map */
