.widget_holder {
  padding: 0 -webkit-calc((100% - 1180px)/2);
  padding: 0 calc((100% - 1180px)/2);
}
.widget_holder__SliderHomepageWidget,
.widget_holder__AdvancedSliderHomepageWidget {
  padding: 0;
}
.widget_holder:not(:last-child) > .widget {
  margin-bottom: 4rem;
}
.widget_holder:first-child .widget_header__withoutSidebar {
  margin-top: 94px;
}
.widget_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 4rem 0 3.5rem;
}
.widget_header__withoutSidebar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.widget_heading {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.widget_showMore {
  width: 220px;
}
.widget_showMore__withoutSidebar {
  margin: 2rem auto 0 !important;
}
.widget_text {
  margin-bottom: 2rem;
}
.widget_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -1.5rem;
}
.widget_content__second {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  margin-right: -20px;
}
.widget_item {
  width: 300px;
  padding: 10px;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}
.widget_item__link:hover {
  background-color: #abe9f4;
}
.widget_item__link:hover > .widget_itemDate {
  background-color: #f7f7f7;
}
.widget_item__second {
  width: 256px;
  padding: 1rem;
  margin-right: 20px;
  background-color: #fff;
}
.widget_itemHeading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
  max-height: 4.6875rem;
}
.widget_itemDate {
  padding: 0.25rem 0.75rem;
  border-radius: 0.75rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  background-color: #abe9f4;
  color: #373737;
}
.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/comp1ext/img/placeholder_widget.png");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.widget_itemImage__placeholder {
  background-color: #eee;
  background-size: 40% 40%;
}
.widget_itemImage__second {
  width: 100%;
  height: auto;
  padding-top: 100%;
  border-radius: 50%;
}
.widget_itemContent {
  display: block;
  margin-top: 0.75rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 7.5rem;
  color: #373737;
}

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