html {
  scroll-behavior: smooth;
}

/* Quicklink Group */
#content-start + .wide-row .row:first-child > .columns:first-of-type .row:first-child p a {
  display: block;
  padding: .5rem 1rem;
  background: #013c65;
  color: #ffffff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
}

#content-start + .wide-row .row:first-child > .columns:first-of-type .row:first-child p a:hover {
  background: #f6b000;
  color: #013c65;
}

/* Titles */
.content h2 {
  color: #013c65;
  max-width: max-content;
  background: white;
  position: relative;
  padding-right: 1rem;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 600 !important;
  margin-top: 3rem;
}

.content h2 + * {
  position: relative;
}

.content h2 + *:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1.7rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f6b000;
  z-index: 0;
}

/* Shared Governance */
.shared-governance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}

@media (max-width: 769px) {
  .shared-governance {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem 0;
  }
}

.shared-governance:before {
  bottom: 0;
  top: -2.5rem;
}

.shared-governance .single-initiative {
  border: 1px solid #013c65;
  border-radius: 6px;
}

.shared-governance .single-initiative__image {
  min-height: 150px;
  display: block;
  width: 100%;
  background-position: center;
  position: relative;
  border-bottom: 6px solid #f6b000;
}

.shared-governance .single-initiative__image:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.shared-governance .single-initiative__image:hover:after {
  background: rgba(0, 0, 0, 0.35);
}

.shared-governance .single-initiative__content {
  padding: 1rem;
}

.shared-governance .single-initiative__content__title {
  font-family: Arvo, sans-serif;
  font-size: 1.25rem;
  color: #013c65;
  margin-bottom: .5rem;
  display: block;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.shared-governance .single-initiative__content__title:after {
  content: ' >>';
  display: inline-block;
  margin-left: 6px;
}

.shared-governance .single-initiative__content__title:hover {
  color: #f6b000;
}

.shared-governance .single-initiative__content__copy {
  display: block;
  margin-bottom: 1rem;
}

.shared-governance .single-initiative__content__link {
  text-transform: uppercase;
  text-decoration: underline;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
