/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.nw_carousel .heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #154EA5;
  font-family: 'archiasemibold';
  margin: 10px 0 47px 0; }

.nw_carousel .cof-carousel-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.nw_carousel .slick-list {
  overflow: hidden;
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 544px) {
    .nw_carousel .slick-list {
      padding: 0 20% 0 0 !important; } }

.nw_carousel .slick-dots {
  position: static;
  -ms-flex-order: 3;
      order: 3;
  width: auto;
  padding: 0; }
  .nw_carousel .slick-dots li.slick-active button {
    margin-top: 2px; }

.nw_carousel .cof-carousel-slider {
  margin-bottom: 60px; }
  @media (max-width: 544px) {
    .nw_carousel .cof-carousel-slider {
      margin-bottom: 30px; } }

.nw_carousel .slick-slide {
  height: auto; }

.nw_carousel .slick-slide > div {
  margin-left: unset;
  max-width: initial !important;
  width: 100%;
  height: 100%; }

.nw_carousel .cof-slide,
.nw_carousel [class*='productTile'],
.nw_carousel [class*='articleCard'],
.nw_carousel [class*='serviceCard'],
.nw_carousel .service_card,
.nw_carousel .nw_productTile_pd {
  height: 100%; }

.nw_carousel .service_card,
.nw_carousel .nw_productTile_pd,
.nw_carousel .article_card {
  position: relative;
  height: 454px; }

.nw_carousel .slick-prev.slick-arrow {
  position: relative;
  width: 39px;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  -ms-flex-order: 2;
      order: 2; }
  .nw_carousel .slick-prev.slick-arrow::before {
    bottom: unset; }

.nw_carousel .slick-next.slick-arrow {
  position: relative;
  width: 39px;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  -ms-flex-order: 4;
      order: 4; }
  .nw_carousel .slick-next.slick-arrow::before {
    bottom: unset; }

.nw_carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .nw_carousel .slick-track .slick-slide.slick-current.slick-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100% !important; }
