.widget_holder:not(:last-child) > .widget {
  margin-bottom: 4rem;
}
.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__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-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: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  overflow: hidden;
  max-height: 4.6875rem;
}
.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/ritualinline/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.widget_itemImage__placeholder {
  background-color: #eee;
  background-size: 70px 64px;
}
.widget_itemContent {
  display: block;
  margin: 0;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 7.5rem;
}

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