/* Main Wrapper */
.press-releases-main-wrapper a {
  color: inherit!important;
  text-decoration: underline!important;
}
.press-releases-main-wrapper .return-to-main-listing,
.press-releases-main-wrapper .unset-decor {
  text-decoration: unset!important;
}

.press-releases-main-wrapper a .press-releases-item_inner {
  transition: all .5s ease;
}
.press-releases-main-wrapper a:hover .press-releases-item_inner {
  background-color: var(--primary)!important;
}
.press-releases-main-wrapper a:hover .press-releases-item_inner span,
.press-releases-main-wrapper a:hover .press-releases-item_inner h4,
.press-releases-main-wrapper a:hover .press-releases-item_inner p {
  color: var(--white)!important;
}

@media (min-width: 1251px) {
  .header-02-h1 {
    font-size: 56px;
  }
}

.press-releases-item_date {
  color: #8282A0;
}
{#
@media (min-width: 992px) {
  .pr-hero-banner-03 {
    min-height: 680px;
  }
}
#}
@media (min-width: 768px) and (max-width: 991px) {
  .pr-hero-banner-03-shape svg {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .pr-hero-banner-03-logo img {
    width: 135px;
  }
  .pr-hero-banner-03-shape svg {
    width: 100%;
    height: 100%;
    opacity: .9;
  }
}

/* DND Section */
.press-releases-main-wrapper .press-release-listing_dnd-section {
  padding-top: 7.8rem;
  padding-bottom: 7.8rem;
}


/* individual page */
.pr-hero-banner-03-shape_single img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1152px) {
  .pr-hero-banner-03-shape_single img {
    width: 90%;
  }
}

@media (min-width: 2000px) {
  .pr-hero-banner-03-shape_single {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .pr-hero-content {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .pr-hero-banner-03-shape_single img {
    opacity: .9;
  }
}
@media (max-width: 520px) {
  .pr-hero-banner-03-shape_single {
    height: 100%;
    width: 100%;
  }
  .pr-hero-banner-03-shape_single img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
  }
}

/* Pagination */
.iso-pagination a {
  font-size: 20px;
  color: #000;
  opacity: 1;
}
.iso-pagination a:first-child,
.iso-pagination a:last-child {
  position: relative;
}
.iso-pagination a:first-child:before {
  content: '';
  background-image: url(https://44915577.fs1.hubspotusercontent-na1.net/hubfs/44915577/Saviynt/icons/paginated-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: -10px;
  width: 27px;
  height: 14px;
}
.iso-pagination a:last-child:before {
  content: '';
  background-image: url(https://44915577.fs1.hubspotusercontent-na1.net/hubfs/44915577/Saviynt/icons/paginated-right-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  right: -10px;
  width: 27px;
  height: 14px;
}