  .news-block {
  background: url(/themes/custom/u_pacific/images/news-bg-min.jpg) right top #f6b222 no-repeat;
  background-size: 142px auto;
  padding: 3rem 0 6rem 0;
  overflow: hidden;
}
.news-block .owl-stage-outer {
  margin-left: -200px;
  margin-right: -200px;
}
.news-block .owl-stage {
  left: 215px;
  position: relative;
}
.news-block header .row {
  justify-content: space-between;
  margin-bottom: 2rem;
}
.news-block header h2 {
  color: #161729;
  font-family: bely-display, sans-serif;
  font-size: 3.6875rem;
  font-weight: 400;
  line-height: 4rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-block .col-lg-4 {
  margin-bottom: 2rem;
}
.news-block .teaser-content {
  min-height: 250px;
}
@media only screen and (min-width: 992px) {
  .news-block .teaser-content {
    min-height: none;
  }
}
@media only screen and (min-width: 992px) {
  .news-block .news-teaser {
    margin: 2rem 0.4rem;
  }
  .news-block .row {
    align-items: center;
  }
  .news-block .col-lg-4 {
    margin-bottom: 0;
  }
  .news-block .col-lg-4:nth-child(2) {
    padding: 0;
    margin: 0;
  }
  .news-block .col-lg-4:nth-child(2) .news-teaser {
    margin: 0;
  }
  .news-block .col-lg-4:nth-child(2) .news-teaser h4 {
    min-height: 160px;
  }
}
.news-block .view-all {
  font-family: GalaxiePolaris;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.17rem;
  display: inline-block;
  color: #161729;
  position: relative;
  padding-right: 5.625rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.news-block .view-all:hover {
  color: #bf4a12;
  text-decoration: none;
}
.news-block .view-all:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url(/themes/custom/u_pacific/images/thin-blue-arrow-min.png) center center no-repeat;
  background-size: 100% auto;
  width: 51px;
  height: 51px;
}
@media only screen and (min-width: 992px) {
  .news-block .view-all {
    margin-right: 8rem;
  }
}
.news-block footer {
  text-align: center;
  margin-top: 2rem;
}
