/*only used for errors*/
/* less functions */
.pull-post-slider .slider-holder {
  position: relative;
  min-height: 300px;
}
.pull-post-slider .slider-holder .slider-inner {
  position: absolute;
}
.pull-post-slider .category {
  color: #7d8286;
  padding: 5px 10px;
  border: 2px solid #d0d3d4;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 14px;
  font: normal normal 600 12px/17px 'Inter', sans-serif;
  letter-spacing: -0.14px;
  text-transform: uppercase;
}
.pull-post-slider h3 {
  color: #7d8286;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.5;
  padding-bottom: 38px;
}
.pull-post-slider .news-title-card {
  position: relative !important;
  font-weight: 400 !important;
  line-height: 1.5;
  bottom: auto !important;
  text-decoration: none !important;
  color: #7d8286 !important;
  font-size: 16px !important;
  letter-spacing: -0.2px !important;
  padding-bottom: 38px;
}
.pull-post-slider .news-image {
  position: relative !important;
  bottom: 0 !important;
}
.pull-post-slider .carousel {
  position: relative;
  width: 100% !important;
  margin: auto;
}
.pull-post-slider .carousel-control.right,
.pull-post-slider .carousel-control.left {
  background: none;
  text-shadow: none;
  width: 25px;
}
.pull-post-slider .carousel-control.right {
  right: 0;
}
.pull-post-slider .carousel-control.left {
  left: 0;
}
.pull-post-slider .slider-block {
  width: 100%;
  float: left;
}
.pull-post-slider .icon-next {
  background: transparent url(../../img/arrow-right.svg) center center / 22px 18px no-repeat;
  width: 22px;
  height: 18px;
  display: block;
}
.pull-post-slider .icon-next:before {
  content: "";
}
.pull-post-slider .icon-prev {
  background: transparent url(../../img/arrow-right.svg) center center / 22px 18px no-repeat;
  width: 22px;
  height: 18px;
  display: block;
  transform: rotate(180deg);
}
.pull-post-slider .icon-prev:before {
  content: "";
}
.pull-post-slider.gradient-top-bottom-background .icon-next {
  background: transparent url(../../img/arrow-right-white.svg) center center / 22px 18px no-repeat;
  width: 22px;
  height: 18px;
  display: block;
}
.pull-post-slider.gradient-top-bottom-background .icon-next:before {
  content: "";
}
.pull-post-slider.gradient-top-bottom-background .icon-prev {
  background: transparent url(../../img/arrow-right-white.svg) center center / 22px 18px no-repeat;
  width: 22px;
  height: 18px;
  display: block;
  transform: rotate(180deg);
}
.pull-post-slider.gradient-top-bottom-background .icon-prev:before {
  content: "";
}
.pull-post-slider .item.active .column {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pull-post-slider .item.active {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .pull-post-slider .item.active.flex-start {
    justify-content: flex-start;
  }
  .pull-post-slider .item.active.flex-start .column {
    margin-right: 30px;
  }
  .pull-post-slider .carousel-inner {
    position: relative;
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
  }
}
.pull-post-slider .row.post-slider-carousel {
  margin-left: 0;
  margin-right: 0;
}
.pull-post-slider .row #slider-right {
  position: absolute;
  right: 25%;
}
.pull-post-slider .row #slider-left {
  position: absolute;
  left: 10%;
}
.pull-post-slider .row .column {
  float: none;
  min-height: 150px;
  position: relative;
  background: #fff;
  flex-basis: 30%;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 0;
  border: 1px solid #D9DADB;
  overflow: hidden;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.pull-post-slider .row .column a {
  position: absolute;
  bottom: 20px;
  color: #2199f2;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-decoration: underline;
}
.pull-post-slider .row .column.col-sm-4:first-of-type {
  margin-left: 2.5%;
}
.pull-post-slider .row .column .copy-box {
  display: block;
  padding: 30px 24px 45px 30px;
}
.pull-post-slider .row .column .post-date {
  font-size: 16px;
  color: #2199f2;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px;
}
.pull-post-slider .row .column .post-text {
  padding-bottom: 30px / 2;
}
.pull-post-slider .row .column .post-text a.post-title-link {
  text-decoration: none;
}
.pull-post-slider .row .column .post-text a:after {
  content: "";
}
@media (max-width: 1024px) {
  .pull-post-slider .carousel-control {
    position: relative;
    width: 30px !important;
    display: block;
    float: left;
    text-align: center;
    margin: 10px;
  }
  .pull-post-slider .carousel-control.left {
    margin-left: 54px;
  }
}
@media (max-width: 980px) {
  .pull-post-slider .container-fluid.container-fluid-max-width .row {
    padding: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .pull-post-slider .col-sm-12.intro-section {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .pull-post-slider .item.active .column {
    /* margin-bottom: 10px; */
    /* max-width: 300px; */
    margin: 25px 30px 15px;
  }
  .pull-post-slider .item.active .column.col-sm-4:first-of-type {
    margin-left: 30px;
  }
}
