<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for WSSI's nav pills.
 */
.nav.nav-pills {
  margin-right: -15px;
  margin-left: -15px;
}
.nav.nav-pills.text-center {
  font-size: 0px;
}
.nav.nav-pills.text-center &gt; li {
  float: none;
  display: inline-block;
}
.nav-pills &gt; li &gt; a {
  font-size: 12px;
  font-weight: 400;
  padding: 10px 30px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
  text-align: center;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-decoration: none;
}
.headings-wide-spacing-enabled .nav-pills &gt; li &gt; a {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:focus,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li &gt; a:focus {
  background-color: transparent;
}
.nav-pills &gt; li &gt; a:hover {
  color: #ffffff;
  text-decoration: none;
}
.nav.nav-pills &gt; li,
.nav.nav-pills &gt; li + li {
  margin: 0px 15px 15px;
}

/*nav pills @colored-regions*/
.region--light-typography .nav-pills &gt; li &gt; a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
}
.region--light-typography .nav-pills &gt; li.active &gt; a,
.region--light-typography .nav-pills &gt; li.active &gt; a:focus,
.region--light-typography .nav-pills &gt; li.active &gt; a:hover,
.region--light-typography .nav-pills &gt; li &gt; a:hover,
.region--light-typography .nav-pills &gt; li &gt; a:focus {
  color: #ffffff;
}
.region--light-typography.region--colored-background .nav-pills &gt; li.active &gt; a,
.region--light-typography.region--colored-background .nav-pills &gt; li.active &gt; a:focus,
.region--light-typography.region--colored-background .nav-pills &gt; li.active &gt; a:hover,
.region--light-typography.region--colored-background .nav-pills &gt; li &gt; a:hover,
.region--light-typography.region--colored-background .nav-pills &gt; li &gt; a:focus {
  color: #ffffff;
}
</pre></body></html>