/* PORTAL ANNOUNCEMENTS USING POSTS (pre-redesign 21-22) */
/* These styles override the pre-redesign theme, and will have to be updated when switching to a theme for the portals redesign. */
/* Use this prefix selector as a body class on pages with older themes. */
.hasPosts .fsPostElement.fsList:not(.portal-news) article {
  border-top: 2px dotted var(--light-gray);
  margin: 0;
  padding: 0.75em 0;
}
.hasPosts .fsPostElement.fsList article:first-of-type {
  border-top: 0;
}
.hasPosts .fsPostElement.fsList article > *,
.hasPosts .fsNews.fsList article > * {
  margin-bottom: 0.5em;
  margin-left: inherit;
}
.hasPosts .fsPostElement .fsTitle {
  line-height: 1.2;
  font-weight: 600;
}
.hasPosts .portal-news.fsNews.fsList article .fsTitle {
  line-height: 1.2;
}
.hasPosts .portal-orange > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f36f21;
}
.hasPosts .portal-orange > header .fsElementTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  padding: 0;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f36f21;
}
.hasPosts .portal-orange > header .fsElementHeaderContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 9px;
}
.hasPosts.portal .fsPostElement .fsDateTime {
  color: var(--medium-gray);
  font-weight: 600;
}
.hasPosts .fsPostToolsElement .fsTag-161 {
  display: none;
}
.hasPosts .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hasPosts .fsStyleSearchField {
  height: 100%;
  padding: 12px;
  border: none;
  border-radius: 3px 0 0 3px;
  letter-spacing: 0.5px;
  background-color: #F4F4F5;
  color: #4c4c4c;
  text-align: left;
}
.hasPosts .fsElementToolsKeyword,
.hasPosts .fsElementToolsDateRange {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.hasPosts .fsElementToolsSearchButton {
  margin-top: 0;
  border-radius: 0 3px 3px 0;
}