#news-events.full-width-outer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #002855;
  background: linear-gradient(101.73deg, rgba(0, 0, 0, 0%) 0%, rgba(0, 0, 0, 33%) 100%), linear-gradient(#002855, #002855);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#news-events .full-width-inner {
    max-width: 1200px;
  margin: auto;

}

#main-content #news-events h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.1rem;
}

#main-content #news-events h3 {
  margin-top: 0;
    padding-bottom: 1.2rem;
    border-bottom: 1px #877148 solid;
    margin-bottom: 1.2rem;
}

#main-content #news-events h3 a {
  color: #877148 !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  background: url( '/media/Oakland/template-assets/main-page-responsive/images/graphics/ui/arrow-dropdown.png' ) no-repeat right;
  padding-right: 1rem;
  color: #4b92db;
  text-align: right;
}

#main-content #news-events h3 a:hover {
  text-decoration: underline;
}


#main-content #news-events .item {
  color: #fff;
}

body #main-content-container #main-content #news-events .item a:not(.button) {
  font-size: .95rem;
}

body #main-content-container #main-content #news-events .item a:active,
body #main-content-container #main-content #news-events .item a:visited
{
  color: #fff;
}

.featured-block .title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: .5rem;
}

.featured-block .title::before {
  content: "FEATURED";
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  font-size: .8rem;
  font-weight: 500;
}

.featured-block .date {
  font-weight: 300;
  font-size: .8rem;
}

.featured-block-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 385px;
  display: flex;
  align-items: flex-end;
  text-decoration: none !important;
  color: #fff;
}

.featured-block-container:hover .title {
  text-decoration: underline;
}

.featured-block {
  background: #877148;
  width: 100%;
  color: #fff;
  opacity: 95%;
  padding: 1rem;
}

#main-content #news-events .item {
  color: #fff;
  margin-bottom: 1rem;
}



body #main-content-container .item a {
  color: #fff;
  text-decoration: none;
  display: block;
}

body #main-content-container .item a:hover {
  text-decoration: underline;
  color: #fff;
}

.item .date {
  font-size: .8rem;
  font-weight: 300;
}

@media screen and (max-width: 40em) {
  #main-content #news-events h3 {
  	margin-top: 2rem; 
  }
  #news-events.full-width-outer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}




















































