.page-footer .powered-by { color: white !important; }
.page-footer .powered-by a { color: white !important; }

#about-this-site {display: none !important;}

@font-face {
    font-family: "Sourcesans 3";
    src: url(https://cdn.prod.website-files.com/682f3bfdb4994044c7cd0710/682f43294ef9030f9694e92d_SourceSans3-Regular.woff2)format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Satoshi;
    src: url(https://cdn.prod.website-files.com/682f3bfdb4994044c7cd0710/682f433d62874692c5755105_Satoshi-Bold.woff2)format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
font-family: "Sourcesans 3", Arial, sans-serif !important;
}

h2, .font-largest {
font-family: "Satoshi" Arial, sans-serif !important;
letter-spacing: -.01em !important;
line-height: 120% !important;
}

#show-updates-dropdown {
  background-color: #D7A247 !important;
  border-radius: 2.5em !important;
  border: 0px !important;
  padding: .67em 1.25em !important;
  font-family: "Satoshi" Arial, sans-serif !important;
  line-height: 100% !important;
  font-size: 1.125em !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: 700 !important;
  transition: all .2s;
}

#show-updates-dropdown:hover {
  background-color: #a2b4b7 !important;
}