/**
 * Theme Name: PCNZ - Public
 * Theme Author: McDonnell Consulting Group
 */

button {
  padding: 0;
  background: unset;
  box-shadow: unset;
  border: unset;
}

@media only screen and (min-width: 768px) {
  #dnn_dnnSEARCH_ClassicSearch {
    float: right;
  }
}

p:empty {
  display: none;
}

.search .pc-content article .excerpt {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em;
  /* margin-top:  0; */
  /* padding-top: 0; */
  /* font-size: 0.75em; */
}

.search .pc-content article .excerpt p {
  margin: 5px 1em;
  padding: 0;
  font-size: 1em;
}

h2.screen-reader-text {
  display: none;
}

.navigation.pagination > .nav-links {
  margin-left: auto;
  display: inline-block;
  margin-right: auto;
}

nav.navigation.pagination {
  margin-top: 3em;
  display: flex;
}
