/** Shopify CDN: Minification failed

Line 125:14 Unexpected "{"
Line 125:23 Expected ":"
Line 129:14 Unexpected "{"
Line 129:23 Expected ":"

**/
.icon-slider-section {
  padding-top:10px;
  padding-bottom:50px;
}

.icon-slider-section .container {
  max-width:1170px;
  margin: 0 auto;
}

.icon-slider-section .icon-slider{
  /*   	display:flex; */
  /*     flex-wrap:wrap; */
}

.col-md-5 {
  width:200px;
  position: relative;
  padding-right: 45px;
  padding-left: 45px; 
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.icon-slider-section .slick-next:before {
  left: 0;
  content: '\e83f';
}

.slick-prev:before {
  right:0;
  content: '\e813';
}

.icon-slider-section .slick-next:before,  .icon-slider-section .slick-prev:before {
  position: absolute;
  font-family: "Ssw Fontello";
  font-size: 30px;
  line-height: 1;
  color: #333;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  z-index: 4;
}

.icon-slider-section .slick-arrow {
  display:block !important;
}

.icon-slider-section .slick-dots {
  position: absolute;
  text-align:center;
  display: block;
  width: 100%;
  bottom: -80px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.icon-slider-section .slick-dots li.slick-active button {
  background-color:#333;
}

.icon-slider-section .slick-dots li button {
  font-size:0;
  background-color:transparent;
  line-height: 20px;
  border:2px solid #333;
  border-radius:50%;
  width: 10px;
  height: 10px;
  padding:4px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-slider-section .slick-dots li {
  position: relative;
  display: inline-block;
  /*     width: 20px;
  height: 20px; */
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.icon-slider-section .slick-dots li button:before {
  content: '';
}

.icon-image-block > * {
  fill: #000000;
  stroke: #000000;
}

.icon-slider-heading {
  text-align:center;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.icon-slider-heading {
  padding:50px;
}

.icon-slider-heading {
  margin-top: -.325em;
}

.icon-slider-{{ section.id }} .flickity-prev-next-button.previous {
  left: 0%;
}

.icon-slider-{{ section.id }} .flickity-prev-next-button.next {
  right: 0%;
}

.icon-name {
  text-align: center;
}

@media screen and (min-width: 641px) {
  .icon-slider-heading {
    font-size: 22px;
  }
}

.icon-slider-heading {
  font-size: 22px;
}

.icon-slider-heading {
  text-align:center;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.flickity-button {
  display: none;
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {

  .flickity-button {
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .col-md-5.icon-slider  {
    width: 100%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.col-md-5.icon-slider .icon-image-block svg {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
 .col-md-5.icon-slider  {
    width: 100%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  
  .col-md-5.icon-slider .icon-image-block svg {
    width: 100%;
    height: 100%;
  }
  
  .icon-slider-heading {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 420px) {
  .col-md-5.icon-slider  {
    padding: 0px 15px;
  }
}

.flickity-button.next svg,
.flickity-button.previous svg{
  display: none;
}

.flickity-button.next {
  background: transparent;
  box-shadow: none;
}

.flickity-button.next::before {
  content: '\e83f';
  font-family: 'Ssw Fontello';
  width: auto;
  font-size: 30px;
  line-height: 1;
  color: #333;
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(-10%,-50%);
  cursor: pointer;
  z-index: 9;
}

.flickity-button.previous {
  background: transparent;
  box-shadow: none;
}

.flickity-button.previous::after {
  content: '\e813';
  font-family: 'Ssw Fontello';
  width: auto;
  font-size: 30px;
  line-height: 1;
  color: #333;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(-10%,-50%);
  cursor: pointer;
  z-index: 9;
} 