.largeButton a {
  color: white !important;
  display: block;
  padding: 1em;
  background-color: #07355E;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  border-radius: 70px;
  text-align: center;
  font-size: 1.3rem;
}
.largeButton a:hover, .largeButton a:focus {
  background-color: #266BA8;
}


#navigationPrimary {

	a {
		font-family: @font-heading;
		font-size: @font-sml;
		font-weight: @bold;
		text-transform: none;
    color: #b7c5ca;
	}

	> li > a {
		padding-bottom: 6px;
		border-bottom-width: 4px;

		&:hover,
		&:focus {
			border-color: @bg-base;
		}
	}
}

.pkp_navigation_primary_row {
  background: rgb(0 0 0 / 84%);
  padding-left: 2.143rem;
  padding-right: 2.143rem;
}

#navigationPrimary a {
  color: #b7c5ca;
}

.pkp_navigation_search_wrapper a {
  padding-bottom: 6px;
  border-bottom-width: 4px;
  color: #b7c5ca;
}

.articles .cmp_article_list {
    list-style: none;
    padding: 0;
    margin: 0;
}