.news-announcements-section {
	background-color: #278A99;
	padding: 60px 0 90px 0;
}

.news-announcements-section h1 {
	text-align: center;
	color: #fff;
  margin-top: 0;
  margin-bottom: 45px;
}



/* "WP Responsive Recent Post Slider/Carousel" plugin overrides and new styles: */
.slick-slide a {
  color: inherit;
}

.slick-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.wppsac-post-content-position {
  background-color: #fff;
  padding: 15px 25px;
  transition: all 0.2s ease-out;
}

.wppsac-post-carousel.custom-design-1 .wppsac-post-image-bg,
.wppsac-post-carousel.custom-design-2 .wppsac-post-image-bg {
  margin-bottom: 0;
}

.wppsac-post-carousel.custom-design-1 .wppsac-carousel-slides,
.wppsac-post-carousel.custom-design-2 .wppsac-carousel-slides {
  padding: 0;
}

.wppsac-post-carousel.custom-design-1 .wppsac-carousel-slides-inner,
.wppsac-post-carousel.custom-design-2 .wppsac-carousel-slides-inner {
  position: relative;
  margin: 10px;
  box-shadow: 0px 0px 11px rgb(42 42 42 / 44%);
  display: block;
}

.wppsac-post-carousel.custom-design-1 .wppsac-carousel-slides-inner:hover .wppsac-post-content-position,
.wppsac-post-carousel.custom-design-2 .wppsac-carousel-slides-inner:hover .wppsac-post-content-position {
  background-color: rgb(230, 230, 230);
}

.wppsac-post-carousel.custom-design-1 .slick-prev,
.wppsac-post-carousel.custom-design-2 .slick-prev {
  left: 0px !important;
}

.wppsac-post-carousel.custom-design-1 .slick-next,
.wppsac-post-carousel.custom-design-2 .slick-next {
  right: 0px !important;
}

.wppsac-post-carousel.custom-design-1 .slick-arrow,
.wppsac-post-carousel.custom-design-2 .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.wppsac-post-carousel.custom-design-1 .slick-dots,
.wppsac-post-carousel.custom-design-2 .slick-dots {
  width: 100%;
}

.wppsac-learn-more {
  display: inline-block;
  color: #fff;
  background-color: #FF812F;
  padding: 7px 15px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease-out;
}
.wppsac-learn-more:hover {
  background-color: #c26224;
}

.wppsac-post-image-bg {
  position: relative;
}

.wppsac-post-categories2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wppsac-post-categories2-single {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  background-color: #fff;
  color: #003E4A;
  padding: 0px 6px 0 3px;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
}

.wppsac-post-categories2-single::before {
  position: absolute;
  content: "";
  display: block;
  width: 0; 
  height: 0; 
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent; 
  border-right: 13px solid #fff;
  left: -13px;
  top: 0;
}

.wppsac-post-categories2-single.National { background: #c43f3f; color: #fff }
.wppsac-post-categories2-single.National::before { border-right-color: #c43f3f; }
.wppsac-post-categories2-single.Nevada { background: #005A9C; color: #fff }
.wppsac-post-categories2-single.Nevada::before { border-right-color: #005A9C; }
.wppsac-post-categories2-single.Rural { background: #89CCCE; }
.wppsac-post-categories2-single.Rural::before { border-right-color: #89CCCE; }
.wppsac-post-categories2-single.Northern { background: #FEE4A7; }
.wppsac-post-categories2-single.Northern::before { border-right-color: #FEE4A7; }
.wppsac-post-categories2-single.Southern { background: #A9C199; }
.wppsac-post-categories2-single.Southern::before { border-right-color: #A9C199; }
.wppsac-post-categories2-single.Washoe { background: #CEA5B6; }
.wppsac-post-categories2-single.Washoe::before { border-right-color: #CEA5B6; }
.wppsac-post-categories2-single.Clark { background: #EFB78E; }
.wppsac-post-categories2-single.Clark::before { border-right-color: #EFB78E; }

.wppsac-post-title a {
  font-size: 20px !important;
  font-weight: 600;
}

.wppsac-sub-content {
  color: #4D4A48;
  font-size: 16px !important;
}

.wppsac-line {
  height: 3px;
  background: #003E4A;
  margin: 15px 0 15px 0;
}
.wppsac-line.National { background: #c43f3f; }
.wppsac-line.Nevada { background: #005A9C; }
.wppsac-line.Rural { background: #89CCCE; }
.wppsac-line.Northern { background: #FEE4A7; }
.wppsac-line.Southern { background: #A9C199; }
.wppsac-line.Washoe { background: #CEA5B6; }
.wppsac-line.Clark { background: #EFB78E; }

.wppsac-footer {
  font-size: 14px;
}

.wppsac-footer > div {
  display: inline-block;
  vertical-align: middle;
}

.wppsac-footer > div:first-child {
  margin-right: 15px;
}

.wppsac-footer > div:nth-child(2) {
  color: #4D4A48;
  opacity: 0.7;
}



@media screen and (max-width: 1050px) {
  .news-announcements-section {
    padding: 20px 0 40px 0;
  }

  .news-announcements-section h1 {
    margin-bottom: 10px;
  }
}