.widget_holder {
  padding: 4rem -webkit-calc((100% - 1136px)/2);
  padding: 4rem calc((100% - 1136px)/2);
  box-shadow: 2px 4px 16px rgba(0,0,0,0.16);
  background-size: cover;
}
.widget_holder__CarouselHomepageWidget {
  background-color: #bce3f7;
}
.widget_holder__SliderHomepageWidget {
  background-color: #bce3f7;
  padding-top: 0;
  padding-bottom: 0;
}
.widget_heading {
  margin-top: 0 !important;
  text-align: center;
  color: #101212;
}
.widget_holder__CarouselHomepageWidget .widget_heading {
  margin-bottom: 1.25rem;
}
.widget_heading__white {
  color: #fff;
}
.widget_text {
  margin-bottom: 2rem;
}
.widget_text__white {
  color: #fff;
}
.widget_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -1.5rem;
}
.widget_item {
  width: 280px;
  margin-right: 20px;
  margin-bottom: 1.5rem;
}
.widget_itemHeading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Cuprum', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.widget_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.widget_itemImage {
  display: block;
  margin-bottom: 0.75rem;
  width: 280px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/corpbase/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.widget_itemImage__placeholder {
  background-color: #eee;
  background-size: 70px 64px;
}
.widget_showMore {
  margin: 3.5rem auto 0 !important;
}
.widget_showMoreText {
  margin-right: 0.75rem;
}
.widget_showMoreArrowIcon {
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*# sourceMappingURL=../maps/component/widget.css.map */
