:root {
  --stdbackgroundlight: white;
  --stdtext: black;
  --stdnavbar: blue;
  --stdnavbartext: white;
  --stdnavbarheight\<deleted\|variable-bf8c718a-f071-f8dd-6219-7dabb85ba2fa\>: 100px;
  --stdfooter: blue;
  --stdfootertext: white;
  --white: white;
  --black: black;
  --stdlink: red;
  --stdbackgroundmid: grey;
  --stdbackgrounddark: grey;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--stdbackgroundlight);
  color: var(--stdtext);
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  display: flex;
}

a {
  color: var(--stdtext);
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a:hover {
  text-decoration-style: solid;
}

.navbar-section {
  background-color: var(--stdnavbar);
  color: var(--stdnavbartext);
  width: 100%;
  height: auto;
  position: sticky;
}

.standard-container {
  width: 920px;
  max-width: 1400px;
  height: auto;
}

.navbar-buffer {
  height: var(--stdnavbarheight\<deleted\|variable-bf8c718a-f071-f8dd-6219-7dabb85ba2fa\>);
}

.footer-section {
  background-color: var(--stdfooter);
  color: var(--stdfootertext);
  height: 200px;
  margin-top: auto;
}

.navbar {
  background-color: #0000;
  height: 100px;
}

.nav-link {
  color: var(--stdnavbartext);
}

.banner-section {
  margin-bottom: 60px;
}

.banner {
  background-image: url('../images/logo2_noDate.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.heading, .heading-2 {
  text-align: center;
}

.email-signup {
  margin-top: 46px;
}
