<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer.footer {
  background: #000;
  color: #fff;
  position: inherit;
  height: auto;
  width: 100%;
}
footer.footer ul.social-menu li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
footer.footer ul.social-menu li.logo img {
  width: 120px;
  max-width: 100%;
  height: auto;
}
footer.footer ul.social-menu li.social-icon a,
footer.footer ul.social-menu li.social-icon a:visited {
  opacity: 1;
  transition: opacity 0.25s ease;
}
footer.footer ul.social-menu li.social-icon a:focus,
footer.footer ul.social-menu li.social-icon a:visited:focus,
footer.footer ul.social-menu li.social-icon a:hover,
footer.footer ul.social-menu li.social-icon a:visited:hover,
footer.footer ul.social-menu li.social-icon a:active,
footer.footer ul.social-menu li.social-icon a:visited:active {
  text-decoration: none;
  opacity: 0.8;
  color: #fff !important;
}
footer.footer ul.social-menu li.social-icon a i.fa {
  display: block;
  height: 36px;
  width: 36px;
  text-align: center;
  background-color: #00ceab;
  border-radius: 50%;
}
footer.footer ul.social-menu li.social-icon a i.fa:before {
  font-size: 21px;
  line-height: 35px;
  color: #fff;
}
.footer-branding-container {
  padding: 32px 10px 20px;
}
div#footer-branding {
  border-bottom: 1px #00ceab solid;
  padding: 32px 10px 20px;
}
div#social-media-icons-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer-branding-block {
  margin-bottom: 20px;
}
/* SSG site specific style */
.footer .ssg-wrapper {
  margin-bottom: 20px;
}
#ssg-footer {
  padding: 0px 20px;
}
</pre></body></html>