/*.box-listing-element__events-item > a {*/
/*    padding: 10px 0;*/
/*}*/


.box-featured__advanced-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.box-featured__advanced-content > .box-featured__blurb {
    flex: 1 0;
    list-style: none;
    padding: 0;
}

.news-listing--page .news {
    padding: 0;
}

.news-listing--page .list-item {
    clear: both;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    display: flex;
}

.news-listing--page .list-item .news-events__landing-image  {
    width: 105px;
    height: 70px;
    object-fit: cover;
}

@media(min-width:37.5em) {
    .news-listing--page .list-item .news-events__landing-image  {
        width: 210px;
        height: 140px;
    }
}


.news-listing--page .news .list-item .news-body {
    padding-left: 20px;
}

.news-listing--page .news .list-item .news-title,
.news-listing--page .news .list-item p,
.news-listing--page .news .list-item span {
    display: block;
    margin-left: 0;
    text-align: left;
    text-decoration: none;

    font-size: 1rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.news-listing .list-item .list-item-body .article-published-date {
    font-size: .9rem;
    color: #777;
    margin: 0 0 10px;
}


.event-body {
    padding: 1rem 0;
}

.event-body p {
    color: #505050;
}


/*
#full-page-events .box-listing-element__events-list {
    max-width: 900px;    
}

#full-page-events .box-listing-element--events .date {
    opacity: inherit;
}


#full-page-events .event-thumbnail {
    display: none;
}

#full-page-events .event-summary__date {
    margin-right: 10px;
}

@media(min-width:37.5em){
    #full-page-events .events-wrapper {
        display: flex;
    }
    
    #full-page-events .event-thumbnail {
        display: block;
        width: 120px;
        height: 100%;
        flex: 0 0 120px;
    }
    #full-page-events .event-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit:cover
    }

    #full-page-events .event-body {
        padding-left: 1rem;
    }
    

}
*/




/* Module: Pagination */
.pagination {
  border-top: 3px solid #e1e3e5;
  text-align: center;
}

.pagination.total-pages-1 {
  display: none;
}

.pagination__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0.75rem 0.75rem;
  margin: 0;
}

.pagination__item a {
  color: #6a737b;
  text-decoration: none;
}

.pagination__item--current {
  color: #1a1717;
  border-top: 3px solid #006cab;
  margin-top: -3px;
}

.pagination__item a {
  position: relative;
  display: inline-block;
}

.pagination__item a:after {
  position: absolute;
  top: 0.1em;
}

.pagination__item--prev,
.pagination__item--next {
  font-size: 0.75rem;
  width: 7em;
}

.pagination__item--prev {
  float: left;
  text-align: left;
}

.pagination__item--prev a {
  padding-left: 1.25rem;
}

.pagination__item--prev a:after {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 300.8px 128px;
  background-image: url(mysource_files/sprites.svg);
  display: block;
  width: 7px;
  height: 13px;
  background-position: -192px -19.2px;
  content: '';
}

.no-svg .pagination__item--prev a:after {
  background-image: url(mysource_files/sprites.png);
}

.pagination__item--prev a:after {
  left: 0;
}

.pagination__item--next {
  float: right;
  text-align: right;
}

.pagination__item--next a {
  padding-right: 1.25rem;
}

.pagination__item--next a:after {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 300.8px 128px;
  background-image: url(mysource_files/sprites.svg);
  display: block;
  width: 7px;
  height: 13px;
  background-position: -153.6px -19.2px;
  content: '';
}

.no-svg .pagination__item--next a:after {
  background-image: url(mysource_files/sprites.png);
}

.pagination__item--next a:after {
  right: 0;
}

