/* Minification failed. Returning unminified contents.
(224,19): run-time error CSS1036: Expected expression, found '$'
(228,17): run-time error CSS1036: Expected expression, found '$'
 */
@import url("/assets/css/external/slickjs/slick.css");
.slick-slide {
  display: none;
  float: left;
  height: 648px !important;
  max-height: 648px !important;
  min-height: 648px !important;
}

.slick-arrow.slick-hidden {
  display: unset !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .slick-slide {
    height: 430px !important;
    max-height: 430px !important;
    min-height: 430px !important;
  }
  .carouselSlideButtons {
    display: flex;
  }
  .flex-md-row-reverse .rightPanel {
    left: 20px;
  }
  .flex-md-row .rightPanel {
    right: 20px;
  }
  .widget-Container {
    position: relative;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-list {
    background: #ECF7E9;
  }
  .slick-slide {
    height: 160px !important;
    max-height: 160px !important;
    min-height: 160px !important;
  }
}
@media screen and (min-width: 981px) and (max-width: 1220px) {
  .flex-md-row-reverse .rightPanel {
    left: 20px;
  }
  .flex-md-row .rightPanel {
    right: 20px;
  }
  .widget-Container {
    position: relative;
    left: 10px;
  }
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('/Assets/images/smile/spinner-dialog.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 17px;
  height: 28px;
  margin-top: -54px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

  .slick-prev.is-focused-by-tab,
  .slick-next.is-focused-by-tab {
    outline-offset: -15px;
    border-radius: 50%;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
  }

    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1;
    }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .slick-prev:before,
  .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.slick-prev {
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 76px;
  max-height: 76px;
  margin-left: -650px;
  background: url('/Assets/images/smile/new-carousel-arrow-left.png') no-repeat;
}

.slick-next {
  right: 50%;
  width: 100%;
  height: 100%;
  max-width: 76px;
  max-height: 76px;
  margin-right: -650px;
  background: url('/Assets/images/smile/new-carousel-arrow-right.png') no-repeat;
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  height: 82px;
  display: block;
  bottom: 0px;
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
  }

    .slick-dots li button {
      display: flex;
      align-items: center;
      width: 100%;
      height: 80px;
      padding: 5px;
      overflow: visible;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      flex-direction: row;
      justify-content: center;
    }
      .slick-dots li button * {
        gap: 10px;
      }

  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline-offset: -4px !important;
  }

        .slick-dots li button:hover:before,
        .slick-dots li button:focus:before {
          opacity: 1;
        }

    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black;
    }

    .slick-dots li:hover {
      background: $brandcolor-1;
    }

  .slick-dots .slick-active button {
    background: $brandcolor-1;
    position: relative;
  }

    .slick-dots .slick-active button:after {
      bottom: 94%;
      content: " ";
      width: 64px;
      height: 5px;
      position: absolute;
      background: #1A6122;
    }

  .slick-dots li img {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }

  .slick-dots li span {
    display: block;
    position: relative;
    top: 0px;
    font-size: 16px;
    line-height: 19px;
    color: #1A6122;
    font-style: normal;
  }

  .slick-dots .slick-active span {
    font-weight: 600;
  }

/* slick carosel media queries */
@media screen and (min-width: 981px) and (max-width: 1220px) {
  .slick-prev {
    left: 50%;
    margin-left: -500px;
    width: 100%;
    height: 100%;
    max-width: 76px;
    max-height: 76px;
    background: url('/Assets/images/smile/new-carousel-arrow-left.png') no-repeat;
  }

  .slick-next {
    right: 50%;
    margin-right: -500px;
    width: 100%;
    height: 100%;
    max-width: 76px;
    max-height: 76px;
    background: url('/Assets/images/smile/new-carousel-arrow-right.png') no-repeat;
  }

  .slick-dots li img {
    display: none;
  }

  .slick-dots li span {
    width: 90%;
    margin: 0 auto;
  }

  .rightPanel {
    padding-right: 20px !important;
  }
}
/* slick carosel media queries */
@media screen and (max-width: 767px) {
  .slick-dots li:hover {
    background: none !important;
  }

  .slick-dots .slick-active button {
    background: #1D8928;
  }

  .slick-prev,
  .slick-next {
    top: 180px;
  }

  .slick-prev {
    left: 50%;
    margin-left: -380px;
    width: 100%;
    height: 100%;
    max-width: 56px;
    max-height: 56px;
    background: url('/Assets/images/smile/new-carousel-arrow-left.png') no-repeat;
    background-size: cover;
  }

  .slick-next {
    right: 50%;
    margin-right: -380px;
    width: 100%;
    height: 100%;
    max-width: 56px;
    max-height: 56px;
    background: url('/Assets/images/smile/new-carousel-arrow-right.png') no-repeat;
    background-size: cover;
  }

  .slick-dots {
    height: 12px;
    max-width: 720px;
  }

    .slick-dots li {
      width: 12px !important;
      height: 12px;
      margin: 0px 5px;
    }

      .slick-dots li button {
        background-color: rgba(0, 0, 0, 0.35);
        border-radius: 50%;
        width: 12px;
        height: 12px;
      }

    .slick-dots .slick-active button:after {
      display: none;
    }

    .slick-dots li img {
      display: none;
    }

    .slick-dots li span {
      display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {

  .slick-track row{
    max-height: 430px;
  }

  .slick-dots li:hover {
    background: none !important;
  }

  .slick-dots .slick-active button {
    background: #1D8928;
  }

  .slick-prev,
  .slick-next {
    top: 55%;
  }

  .slick-prev {
    left: 50%;
    margin-left: -380px;
    max-width: 56px;
    max-height: 56px;
    background: url('/Assets/images/smile/new-carousel-arrow-left.png') no-repeat;
    background-size: cover;
  }

  .slick-next {
    right: 50%;
    margin-right: -380px;
    background: url('/Assets/images/smile/new-carousel-arrow-right.png') no-repeat;
    max-width: 56px;
    max-height: 56px;
    background-size: cover;
  }

  .slick-dots {
    height: 12px;
    max-width: 720px;
  }

    .slick-dots li {
      width: 12px !important;
      height: 12px;
      margin: 0px 5px;
    }

      .slick-dots li button {
        background-color: rgba(0, 0, 0, 0.35);
        border-radius: 50%;
        width: 12px;
        height: 12px;
      }

    .slick-dots .slick-active button:after {
      display: none;
    }

    .slick-dots li img {
      display: none;
    }

    .slick-dots li span {
      display: none;
    }
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    display: inline-block !important;
    margin-top: 0;
    z-index: 3;
  }

  .slick-dots li {
    width: 8px !important;
    height: 8px;
    margin: 0px 5px;
  }

    .slick-dots li button {
      background-color: rgba(0, 0, 0, 0.35);
      border-radius: 50%;
      width: 8px;
      height: 8px;
    }

  .slick-prev {
    margin-top: -10px;
    left: 10%;
    margin-left: 0px;
  }

  .slick-next {
    margin-top: -10px;
    right: 10%;
    margin-right: 0px;
  }
}
/*# sourceMappingURL=slick-theme.css.map */

