.sideWidget {
  margin-bottom: 48px;
}
.sideWidget_header {
  height: 48px;
  background: url("/themes/comp1/img/sideWidget.jpg"), -webkit-linear-gradient(top, #8c8c8c 0%, #5e605e 100%);
  background: url("/themes/comp1/img/sideWidget.jpg"), linear-gradient(to bottom, #8c8c8c 0%, #5e605e 100%);
  padding-left: 16px;
}
.sideWidget_heading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 19px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  color: #fff;
}
.sideWidget_content {
  padding: 16px 0;
}
.sideWidget_content__second {
  background-color: #fff;
}
.sideWidget_contentInner {
  padding: 0 16px;
}
.sideWidget_item:not(.sideWidget_item__first) {
  margin-top: 16px;
}
.sideWidget_item:not(.sideWidget_item__last) {
  border-bottom: 1px dashed #cdcdcd;
  padding-bottom: 16px;
}
.sideWidget_item__second {
  padding-left: 16px;
  padding-right: 16px;
}
.sideWidget_itemHeading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 23px;
  font-weight: 400;
}
.sideWidget_itemImage + .sideWidget_itemHeading {
  margin-top: 16px;
}
.sideWidget_itemHeading > a {
  color: #705299;
}
.sideWidget_itemHeading > a:hover {
  color: #aa93c9;
}
.sideWidget_itemDate {
  display: block;
  font-size: 15px;
  margin-top: 8px;
}
.sideWidget_header + .sideWidget_itemImage,
.sideWidget_itemDate + .sideWidget_itemImage,
.sideWidget_itemHeading + .sideWidget_itemImage,
.sideWidget_itemImage + .sideWidget_itemImage {
  margin-top: 16px;
}
.sideWidget_itemImage a {
  display: block;
}
.sideWidget_itemImage img {
  width: 100%;
  display: block;
}
.sideWidget_itemContent {
  margin-top: 12px;
}
.sideWidget_showMore {
  background-color: #d3d3d3;
  height: 29px;
  line-height: 29px;
  padding-left: 16px;
  font-size: 15px;
}
.sideWidget_showMore:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("/themes/comp1/img/arrow-more.png");
  background-repeat: no-repeat;
}
.sideWidget_showMore > a {
  color: #705299;
}
.sideWidget_showMore > a:hover {
  color: #aa93c9;
}

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