.search-box {
  width: 100%;
  position: relative; }
  .search-box h6 {
    margin: 0 0 10px 0;
    font-weight: 400; }
  .search-box form {
    margin: 0;
    font-size: 15px; }
  .search-box input {
    border: 1px solid #757575;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    font-size: 15px;
    margin: .5em 0;
    padding: 12px;
    width: 100%; }
  .search-box p {
    margin-bottom: 5px;
    opacity: 0.75; }
  .search-box__content-wrapper {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 1em;
    margin-bottom: 2em; }
    .search-box__content-wrapper p.clear {
      font-size: 100%;
      text-align: right; }

.noresults {
  color: #757575; }

.results {
  background: #fdf7e3;
  color: #000; }

.initiative-content h3 {
  font-size: 22px;
  margin-bottom: .5em; }

.initiative-content h2.section-head {
  padding: 0;
  margin: 0; }
  .initiative-content h2.section-head a {
    background: #0072CE;
    border-bottom: none;
    border-left: 6px solid black;
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: 900;
    margin: 1.5em 0 .75em 0;
    padding: .5em;
    text-decoration: none; }
    .initiative-content h2.section-head a:hover {
      background: #F5F5F5;
      color: #0072CE; }
  .initiative-content h2.section-head:first-of-type {
    margin-top: 0; }

.publication > p:last-of-type {
  color: #757575;
  font-size: 85%;
  margin-top: -10px;
  margin-bottom: 10px;
  border-top: 1px dotted #757575;
  padding-top: 10px; }

.publication p + ul {
  margin-top: -15px;
  margin-bottom: 25px; }

div.publication {
  padding: 20px 20px 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #A1A1A1; }
  div.publication:nth-child(odd) {
    background: #f2f2f2; }

.initiative-nav--inner-wraper {
  position: -webkit-sticky;
  position: sticky;
  top: 1em; }

@media (min-width: 770px) {
  .initiative-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: grid;
    grid-template-columns: 25% 72%;
    grid-column-gap: 3%; }
  .initiative-nav {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .initiative-content {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%; } }

#topBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  opacity: 0;
  color: white;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s; }
  #topBtn:hover {
    background-color: #0072CE;
    opacity: 1 !important; }
