#global_wrapper .press-list {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
#global_wrapper .press-list.collapsed {
  height: 0;
  overflow: hidden;
}
#global_wrapper .press-list-section {
  margin-bottom: 1em;
}
#global_wrapper .press-list-wrapper {
  margin: 0;
  padding: 0;
}
#global_wrapper .press-list-wrapper.grid-container {
  padding-left: 0;
  padding-right: 0;
}
#global_wrapper .press-list-outline {
  position: relative;
}
#global_wrapper .press-list-all-news {
  position: static;
  float: none;
  z-index: 2;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
#global_wrapper .press-list-all-news:hover {
  color: #c41230;
}
#global_wrapper h2.page-title.news-heading-with-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1em;
}
#global_wrapper .press-list-item-card h3 a {
  color: inherit;
  text-decoration: none;
}
#global_wrapper .press-list-item-card h3 a:hover {
  color: #c41230;
}
#global_wrapper a.press-list-item-photo-anc {
  display: block;
}
#global_wrapper .press-list-item {
  list-style: none;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
  overflow: hidden;
}
#global_wrapper .press-list-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#global_wrapper .press-list-item-image img {
  width: 100%;
  display: block;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
#global_wrapper .press-list-item-image img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
#global_wrapper .press-list-item-card h3 {
  margin-top: 0;
  margin-bottom: .5em;
}
#global_wrapper .press-list-item-card p.description {
  margin: 0 0 .5em;
  overflow: hidden;
  line-height: 1.45;
  text-align: left;
  -webkit-hyphens: none;
  hyphens: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: none;
}
#global_wrapper .press-list-item-meta {
  overflow: hidden;
}
#global_wrapper .press-list-item-card .card-anc {
  display: inline;
  float: none;
  margin: 0;
}
#global_wrapper .press-list-item-card time {
  color: #888;
  padding-left: 1em;
  float: right;
  display: inline;
  clear: none;
  margin: 0;
}
#global_wrapper .nopages {
  margin-top: .5em;
  line-height: 4em;
}
#global_wrapper .center-align.more {
  margin-top: 1em;
  text-align: center;
}
#global_wrapper a.button.show_more {
  display: inline-block;
  margin: 0.5em auto 1em;
  line-height: 1.2;
  text-decoration: none;
}
#global_wrapper .progress {
  padding: 1em;
  line-height: 2em;
  vertical-align: top;
}
#global_wrapper .progress i {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url(images/ajax-loader.gif) left center no-repeat;
}
@media (min-width: 768px) {
  #global_wrapper .press-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #global_wrapper .press-list-item-image,
  #global_wrapper .press-list-item-card {
    float: none;
  }
  #global_wrapper .press-list-item-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #global_wrapper .press-list-item-card p.description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 767px) {
  #global_wrapper .press-list-item-image {
    margin-bottom: 1.5em;
  }
  #global_wrapper .press-list-item-card h3 {
    margin-top: .35em;
  }
  #global_wrapper .press-list-item-card p.description {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (max-width: 600px) {
  #global_wrapper h2.tab section .title-text,
  #global_wrapper h2.tab section .filter-controls {
    float: none;
    width: 100%;
  }
}
