/* ====================================================================================
  SLIDESHOW
==================================================================================== */
.slidershow {
  margin-bottom: 0 !important;
}

/*  Slider Block
==================================================================================== */
.slider-block {
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center;
  background-size: cover !important;
}

.slider-block * {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.slider-block__wrapper {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 5.875rem 0 4.875rem;
}

@media screen and (max-width: 768px) {
  .slider-block__wrapper {
    padding: 2.2rem 0 4.875rem;
  }
}

/*  Slider Block Content  */
.slider-block__content {
  margin-top: -10.875rem;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.slick-current .slider-block__content {
  margin-top: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slider-block__content,
.slick-current .slider-block__content {
  -webkit-transition: margin-top 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: margin-top 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: margin-top 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: margin-top 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: margin-top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

@media screen and (min-width: 64em) {
  .slick-current .slider-block__content {
    height: 570px !important;
  }

  .slider-block__image {
    display: flex;
    display: -ms-flexbox !important;
    justify-content: center;
    -ms-flex-align: center !important;
    align-items: center;
    -ms-flex-align: center !important;
    min-height: 570px !important;
  }
}

.slider-block__content-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}

.slider-block__content-wrapper-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.slider-block__title {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  margin: 0 0 0.9375rem;
}

@media only screen and (max-width: 768px) {
  .slider-block__title {
    font-size: 2rem;
  }
}

.slider-block__text {
  font-size: 1.35rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .slider-block__text {
    font-size: 1rem;
  }

  .button {
    font-size: 0.8rem;
  }
}

.slider-block__button {
  -webkit-box-shadow: 0 0 15px transparent;
  -moz-box-shadow: 0 0 15px transparent;
  box-shadow: 0 0 15px transparent;
}

.slider-block__button:hover,
.slider-block__button:focus {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.slider-block__button--first {
  margin-right: 1.875rem;
}

/*  Slider Block Image  */
.slider-block__image-object {
  margin: 0 auto;
}

/*  Slider Dots
==================================================================================== */
.slidershow .slick-dots {
  bottom: 1.875rem;
}

.slidershow .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0.9375rem;
  vertical-align: middle;
}

.slidershow .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: transparent;
}

.slidershow .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.25);
}

.slidershow .slick-dots li button:focus,
.slidershow .slick-dots li.slick-active button {
  background: #fff;
}

.slidershow .slick-dots li button::before {
  display: none;
}

/*  Slider Arrows
==================================================================================== */
.slidershow .slick-arrow {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  width: 30px;
  height: 50px;
  z-index: 1;
}

.slidershow .slick-arrow:hover {
  color: #fff;
}

.slidershow .slick-arrow:focus {
  color: rgba(255, 255, 255, 0.5);
}

.slidershow .slick-arrow.slick-prev {
  text-align: left;
  left: 0.75rem;
}

.slidershow .slick-arrow.slick-next {
  text-align: right;
  right: 0.75rem;
}

/*  Slideshow Media Queries
==================================================================================== */

/*  Large and up  */
@media screen and (min-width: 64em) {
  .slider-block__wrapper {
    min-height: 640px;
  }
}

/* ====================================================================================
  FEATURES
==================================================================================== */
#features {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background: #fff;
}

/*  Features Block
==================================================================================== */
.features-block {
  margin-bottom: 1.875rem;
}

.features-block__image {
  margin-bottom: 1.25rem;
}

.features-block__icon {
  margin-bottom: 1rem;
  font-size: 2.8rem;
  color: #024964;
}

.features-block__title {
  font-size: 1.25rem;
  color: #024964;
  font-weight: bolder;
  line-height: 1;
}

.features-block__text {
  font-size: 0.9375rem;
  color: #024964;
}

/*  Features Actions
==================================================================================== */
.features-actions {
  margin-bottom: 1.875rem;
  padding-top: 0.9375rem;
}

/* ====================================================================================
  SPECIFICATIONS
==================================================================================== */
.product-spec {
  padding-top: 2.875rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.875rem;
  padding-left: 0.9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
  background: #f9f9fb;
}

/*  Spec Content
==================================================================================== */
.product-spec .reorder {
  display: flex;
  align-items: center;
}

.product-spec__content {
  margin-bottom: 1.875rem;
}

.product-spec__content-title {
  font-size: 2.875rem;
  color: #024964;
  font-weight: lighter;
  line-height: 1.25;
  margin-bottom: 0.9375rem;
}

.product-spec__content-text {
  font-size: 1rem;
  color: #024964;
  font-weight: lighter;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .product-spec__content-title {
    font-size: 2rem;
  }
}

/*  Specs Media Queries
==================================================================================== */

/* min-width 1024px, large screens */
@media only screen and (min-width: 1024px) {
  .product-spec {
    padding-right: 0;
    padding-left: 0;
  }
}

/* ====================================================================================
  FEATURED PRODUCTS
==================================================================================== */
#featured-products {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #fff;
}

/*  Featured Products Heading & Actions
==================================================================================== */
.featured-products__actions {
  padding-top: 0.9375rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 790px) {
  .slider-block__button--first {
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) {
  .product-block h3.product-block__name {
    height: 103px;
    overflow: hidden;
  }
}

.product-block.columns:last-child:not(:first-child) {
  float: left;
}
