
@media all {
  .listing {
    margin-bottom: 1rem; } }
  @media all and (min-width: 768px) {
    .listing {
      margin-bottom: 1.5rem; } }

@media all {
    .listing .divider {
      display: none;
      margin-top: 0;
      margin-bottom: 1em; } }
  @media all and (min-width: 768px) and (max-width: 991.98px) {
    .listing__container > .row > div:nth-child(4n+4) {
      display: block; } }
  @media all and (min-width: 992px) {
    .listing__container > .row > div:nth-child(6n+6) {
      display: block; } }

@media all {
    .listing__container > .row > div:last-child {
      margin-bottom: 0; }
      .listing__container > .row > div:last-child hr {
        width: 100%;
        height: 3px;
        margin-bottom: 0; } }
    @media all and (max-width: 767.98px) {
      .listing__container > .row > div:last-child {
        display: block;
        margin-top: -2em;
        margin-bottom: 1em; } }

@media all {
    .listing__item {
      margin-bottom: 0.5em; } }
    @media all and (min-width: 768px) {
      .listing__item {
        margin-bottom: 0; } }

@media all {
      .listing__item__anchor {
        text-decoration: none;
        font-size: 1.11111rem;
        line-height: 1.36;
        margin-bottom: 0.5em; } }
      @media all and (min-width: 768px) {
        .listing__item__anchor {
          font-size: 1.22222rem; } }

@media all {
        .listing__item__anchor:hover, .listing__item__anchor:focus {
          text-decoration: none; }
      .listing__item__sub-text {
        display: block;
        color: #484848;
        margin-top: 0.5em;
        font-size: 0.83333rem; } }
      @media all and (min-width: 768px) {
        .listing__item__sub-text {
          font-size: 0.88889rem; } }

