﻿[data-theme=Light], [data-theme=""] {
  --Footer-Background-Color: #85C2E3;
  --Footer-MenuTopic-Color: #000000;
  --Footer-MenuTopic-Hover-Color: #606060;
  --Footer-MenuItem-Color: #000000;
  --Footer-MenuItem-Hover-Color: #606060;
  --Footer-Copyright-Color: #404040;
}

[data-theme=Dark] {
  --Footer-Background-Color: #404040;
  --Footer-MenuTopic-Color: #F3F3F3;
  --Footer-MenuTopic-Hover-Color: #FFFFFF;
  --Footer-MenuItem-Color: #F3F3F3;
  --Footer-MenuItem-Hover-Color: #FFFFFF;
  --Footer-Copyright-Color: #F3F3F3;
}

[data-theme=High] {
  --Footer-Background-Color: #303030;
  --Footer-MenuTopic-Color: #FFFFFF;
  --Footer-MenuTopic-Hover-Color: #949494;
  --Footer-MenuItem-Color: #FFFFFF;
  --Footer-MenuItem-Hover-Color: #949494;
  --Footer-Copyright-Color: #FFFFFF;
}

footer {
  flex-shrink: 0; /* Prevent footer from shrinking */
  width: 100%;
  clear: both;
  bottom: 0;
  border-left: transparent solid 8px;
  background-color: var(--Footer-Background-Color);
}

.FooterNavRow {
  display: block;
  padding-top: 1em;
}

.FooterCopyright {
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  font-size: 0.85em;
  display: inline-block;
  float: left;
  vertical-align: top;
  color: var(--Footer-Copyright-Color);
}

.FooterMenuBlocks {
  display: block;
  max-width: 55em;
  margin: 0 auto;
  align-self: center;
  border-left: transparent solid 8px;
  overflow: hidden;
}

.FooterMenuBlock {
  float: left;
  display: inline-block;
  overflow: hidden;
  padding-top: 1em;
  width: 11em;
}

.FooterMenuBlock.Policies {
  width: 10em;
}

.FooterMenuBlock.Community {
  width: 9em;
}

.FooterMenuBlock.Feedback {
  width: 6em;
}

.FooterMenuBlock.HOA {
  width: 9em;
}

.FooterMenuBlock.Information {
  width: 6em;
}

@media only screen and (max-width: 50em) {
  .FooterMenuBlock.Policies {
    margin-left: 0em;
  }
}
.FooterMenuTopic, .FooterMenuTopic:link {
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  font-size: 1em;
  color: var(--Footer-MenuTopic-Color) !important;
  text-decoration: none;
}

a.FooterMenuTopic:visited {
  color: var(--Footer-MenuTopic-Color);
}

a.FooterMenuTopic:hover,
a.FooterMenuTopic:focus {
  text-decoration: underline;
  color: var(--Footer-MenuTopic-Color);
}

.FooterMenuItems {
  padding-top: 0.25em;
}

.FooterMenuItemLine {
  margin-bottom: 0.45em;
}

a:link.FooterMenuItem,
a:visited.FooterMenuItem {
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  text-decoration: none;
  font-size: 0.85em;
  color: var(--Footer-MenuItem-Color);
  margin-left: 0.75em;
  margin-top: 1em;
}

a:hover.FooterMenuItem {
  text-decoration: underline;
  color: var(--Footer-MenuItem-Hover-Color);
}

.FooterNav {
  display: inline-block;
  float: right;
  vertical-align: top;
  margin-right: 0.75em;
  padding-bottom: 0.25em;
}
