<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#header-toolbar {
  background-color: #ededed;
  color: #336799;
  line-height: 0;
  padding: .2em 0;
}
#header-toolbar a {
  color: #000;
  font-family: Napco_1, sans-serif;
  font-weight: 300;
}

#header-toolbar-left {
  float: left;
  margin-left: 1.4em;
}

#header-toolbar-right {
  float: right;
  display: table-cell;
  vertical-align: middle;
  margin-right: 1.4em;
  line-height: 1.3;
}

#header-toolbar-right li {
  list-style-type: none;
  display: inline-block;
  margin-left: 1.4em;
}


/*#header-toolbar-right li:last-of-type a:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url(../../images/info_circle.png);
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: -6px;
}*/

#header-toolbar-left.socials-container a {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#header-toolbar-left.socials-container a:not(:last-of-type) {
  margin-right: 10px;
}

#header-toolbar-left.socials-container img {
  display: block;
  width: 100%;
  height: 100%;
}

#header-toolbar-right .icn-email {
  width: 24px;
  display: inline-block;
  height: 17px;
  padding-top: 3px;
}

#header-toolbar-right .icn-email img {
  display: block;
  width: 100%;
}

header .bot-layer {
	background: #000;
}</pre></body></html>