/* line 6, ../../func_mods/testimonials/fm_testimonials.scss */
.fm_testimonials .testimonials_hold {
  padding: 60px 150px;
  color: #294434;
  position: relative; }
  @media only screen and (max-width: 1300px) {
    /* line 6, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold {
      padding: 60px 70px; } }
  @media only screen and (max-width: 640px) {
    /* line 6, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold {
      padding: 30px 40px; } }
  /* line 20, ../../func_mods/testimonials/fm_testimonials.scss */
  .fm_testimonials .testimonials_hold .dots {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex; }
    /* line 30, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .dots .hold {
      position: relative;
      width: 100%;
      height: 100%; }
      /* line 35, ../../func_mods/testimonials/fm_testimonials.scss */
      .fm_testimonials .testimonials_hold .dots .hold:after, .fm_testimonials .testimonials_hold .dots .hold:before {
        position: absolute;
        background-image: url("../../../../_images/background_dots_2.svg");
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        width: 500px;
        height: 116%;
        top: -8%;
        opacity: .8; }
      /* line 49, ../../func_mods/testimonials/fm_testimonials.scss */
      .fm_testimonials .testimonials_hold .dots .hold:before {
        left: -25px;
        transform: rotate(180deg); }
      /* line 54, ../../func_mods/testimonials/fm_testimonials.scss */
      .fm_testimonials .testimonials_hold .dots .hold:after {
        right: -25px; }
  /* line 60, ../../func_mods/testimonials/fm_testimonials.scss */
  .fm_testimonials .testimonials_hold .nav {
    content: '';
    height: 0px;
    width: 0px;
    border-right: solid 18px transparent;
    border-left: solid 18px transparent;
    border-top: solid 18px #E2A460;
    position: absolute;
    top: calc(50% - 14px);
    z-index: 3;
    cursor: pointer; }
    /* line 72, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .nav.prev {
      left: -25px;
      transform: rotate(90deg); }
    /* line 77, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .nav.next {
      right: -25px;
      transform: rotate(-90deg); }
  /* line 86, ../../func_mods/testimonials/fm_testimonials.scss */
  .fm_testimonials .testimonials_hold .fm_section_intro {
    margin-bottom: 25px; }
    /* line 89, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .fm_section_intro h2 {
      color: #294434; }
      @media only screen and (max-width: 640px) {
        /* line 89, ../../func_mods/testimonials/fm_testimonials.scss */
        .fm_testimonials .testimonials_hold .fm_section_intro h2 {
          text-align: center; } }
  /* line 98, ../../func_mods/testimonials/fm_testimonials.scss */
  .fm_testimonials .testimonials_hold .testimonials_wrapper {
    padding: 0px 100px;
    position: relative; }
    @media only screen and (max-width: 640px) {
      /* line 98, ../../func_mods/testimonials/fm_testimonials.scss */
      .fm_testimonials .testimonials_hold .testimonials_wrapper {
        padding: 0px 10px; } }
    /* line 106, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .testimonials_wrapper:before, .fm_testimonials .testimonials_hold .testimonials_wrapper:after {
      content: url("../../../../_images/icon_quote.svg");
      position: absolute;
      top: calc(50% - 40px); }
      @media only screen and (max-width: 640px) {
        /* line 106, ../../func_mods/testimonials/fm_testimonials.scss */
        .fm_testimonials .testimonials_hold .testimonials_wrapper:before, .fm_testimonials .testimonials_hold .testimonials_wrapper:after {
          top: 0; } }
    /* line 117, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .testimonials_wrapper:before {
      left: 0; }
      @media only screen and (max-width: 640px) {
        /* line 117, ../../func_mods/testimonials/fm_testimonials.scss */
        .fm_testimonials .testimonials_hold .testimonials_wrapper:before {
          left: -33px; } }
    /* line 126, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .testimonials_wrapper:after {
      right: 0;
      transform: rotate(180deg); }
      @media only screen and (max-width: 640px) {
        /* line 126, ../../func_mods/testimonials/fm_testimonials.scss */
        .fm_testimonials .testimonials_hold .testimonials_wrapper:after {
          right: -33px; } }
    /* line 135, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .testimonials_wrapper.slick-dotted {
      margin-bottom: 60px; }
    /* line 139, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .testimonials_wrapper ul.slick-dots {
      left: 0;
      bottom: -60px; }
      /* line 144, ../../func_mods/testimonials/fm_testimonials.scss */
      .fm_testimonials .testimonials_hold .testimonials_wrapper ul.slick-dots li:before {
        display: none; }
      /* line 150, ../../func_mods/testimonials/fm_testimonials.scss */
      .fm_testimonials .testimonials_hold .testimonials_wrapper ul.slick-dots li button:before {
        content: '';
        width: 12px;
        height: 12px;
        background-color: #ffffff;
        opacity: 1; }
      /* line 162, ../../func_mods/testimonials/fm_testimonials.scss */
      .fm_testimonials .testimonials_hold .testimonials_wrapper ul.slick-dots li.slick-active button:before, .fm_testimonials .testimonials_hold .testimonials_wrapper ul.slick-dots li:hover button:before {
        background-color: #294434; }
    /* line 171, ../../func_mods/testimonials/fm_testimonials.scss */
    .fm_testimonials .testimonials_hold .testimonials_wrapper .testimonial {
      display: flex;
      height: 100%; }
      /* line 176, ../../func_mods/testimonials/fm_testimonials.scss */
      .fm_testimonials .testimonials_hold .testimonials_wrapper .testimonial .content {
        display: flex;
        align-items: center;
        align-content: center;
        padding-top: 8px;
        flex-wrap: wrap;
        height: 100%; }
        /* line 184, ../../func_mods/testimonials/fm_testimonials.scss */
        .fm_testimonials .testimonials_hold .testimonials_wrapper .testimonial .content .quote_hold {
          flex: 0 0 100%; }
          /* line 187, ../../func_mods/testimonials/fm_testimonials.scss */
          .fm_testimonials .testimonials_hold .testimonials_wrapper .testimonial .content .quote_hold p {
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 18px;
            font-weight: 300;
            font-style: italic; }
            @media only screen and (max-width: 640px) {
              /* line 187, ../../func_mods/testimonials/fm_testimonials.scss */
              .fm_testimonials .testimonials_hold .testimonials_wrapper .testimonial .content .quote_hold p {
                text-align: center; } }
        /* line 197, ../../func_mods/testimonials/fm_testimonials.scss */
        .fm_testimonials .testimonials_hold .testimonials_wrapper .testimonial .content .meta_hold {
          flex: 0 0 100%;
          margin-top: 8px; }
          /* line 201, ../../func_mods/testimonials/fm_testimonials.scss */
          .fm_testimonials .testimonials_hold .testimonials_wrapper .testimonial .content .meta_hold p {
            text-transform: uppercase; }
          @media only screen and (max-width: 640px) {
            /* line 197, ../../func_mods/testimonials/fm_testimonials.scss */
            .fm_testimonials .testimonials_hold .testimonials_wrapper .testimonial .content .meta_hold {
              text-align: center; } }

/*# sourceMappingURL=fm_testimonials.css.map */