#main-content {
  font-family: 'Noto Sans';
}

.layout--threecol-section {
  padding: 10px 0 10px 0;
}

.links.inline > li > a {
  text-decoration: none;
}

.layout__region.layout__region--third > div {
  border: 1px solid black;
  margin: 0px 0 10px 0;
  height: 48px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}

.layout__region.layout__region--third > div > a {
  text-decoration: none;
}

.layout__region.layout__region--third > div:first-child {
    background: black;
    color: white
}

.view--e-resource .content-list-page__filter {
	list-style-type: none;
}

.view--e-resource .search-full-text,
.view--e-resource .search-full-text:focus-within {
  	display: initial;
	border: none;
  	outline: none;
}

.e-resource-category-filter > h3 {
text-transform: uppercase;
  margin: 0 0 10px 0;
}


.e-resource-category-filter > ul > li {
  margin: 0 0 10px 0;
}

.e-resource-category-filter > ul > li > a {
  text-decoration: none;
}

.views-element-container {
  margin: 0 0 10px 0;
}