<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .site-footer {
  background-color: #005eb8;
  ;
} */

.site-footer__top {
  display: flex;
}

.site-footer__top&gt;.region {
  width: 24%;
}

.site-footer .block {
  border: none;
}



.site-footer__top.clearfix&gt;section.row {
  margin-left: 1.25%;
}

.site-footer .content ul li a,
.site-footer h2,
.site-footer p,
.site-footer .content a {
  color: rgba(255, 255, 255, 0.65);
}


/* SMALL SCREEN */

@media screen and (max-width: 959px) {

  .site-footer__top {
    flex-direction: column;
  }

  .site-footer__top&gt;.region {
    width: 100%;
    flex: 1 1 100%;
  }


}



/* html body .site-footer {
  padding-bottom: 5px;
}

html body .site-footer .block .fc nav {
  max-width: 300px;
  align-self: center;
}


html body .site-footer .content .fc ul:not(.menu) {
  margin: 0px;
  padding-left: 0px;
}

.fc {
  flex: 1 1 33%;
  flex-direction: column;
}


.fc ul li {
  padding: 0px;
  margin: 0px;
}

.fc h2 {
  font-size: 20px;
  text-transform: uppercase;
}

.fc ul.nav {
  flex-direction: column;
}



.site-footer .content li a {

  color: rgba(var(--color1), 1);

}


.site-footer__bottom .block,
.social {
  margin: 0.5em 0;
}

#block-footerblock ul li a {
  padding: 0px 0px 2px 0px;
  margin: 0px 0px 2px 0px;
  font-size: 13px;
} */</pre></body></html>