
@media all {
  .feed__header {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 1em;
    padding-bottom: 0.38889rem; }
    .feed__header h2, .feed__header h3, .feed__header h4, .feed__header h5, .feed__header h6 {
      text-transform: uppercase;
      color: #0c173c;
      font-weight: 500;
      font-size: 1.22222rem;
      font-family: "Poppins", sans-serif;
      margin-bottom: 0; } }
    @media all and (min-width: 992px) {
      .feed__header h2, .feed__header h3, .feed__header h4, .feed__header h5, .feed__header h6 {
        font-size: 1.55556rem; } }

@media all {
    .feed__header .action-link__inner {
      font-size: 0.88889rem; } }
    @media all and (max-width: 767.98px) {
      .feed__header .action-link__inner {
        padding-right: 14px; } }
    @media all and (min-width: 992px) {
      .feed__header .action-link__inner {
        margin-right: 15px; } }

@media all {
  .feed ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .feed ul li + li {
      margin-top: 0.9em; }
  .feed__item {
    font-size: 1.05556rem;
    line-height: 1.25; } }
  @media all and (min-width: 992px) {
    .feed__item {
      font-size: 1.22222rem;
      line-height: 1.36; } }

@media all {
    .feed__item a {
      text-decoration: none;
      color: #00609e; }
      .feed__item a:hover, .feed__item a:focus {
        text-decoration: underline;
        color: #1b82c4; }
  .feed--dates .feed__item {
    font-size: 1.05556rem;
    line-height: 1.25; } }
  @media all and (min-width: 992px) {
    .feed--dates .feed__item {
      font-size: 1.11111rem;
      line-height: 1.5; } }

@media all {
  .feed__date {
    display: inline-block;
    font-size: 0.88889rem;
    font-weight: 400;
    background-color: #e3eff6;
    color: #0c173c;
    padding: 4px 10px 3px;
    margin-right: 4px; } }

