﻿[data-theme=Light], [data-theme=""] {
  --page-font-color: #000000;
  --h1-font-color: #000000;
  --h2-font-color: #000000;
  --h3-font-color: #000000;
  --note-color: #303030;
  --SiteLogo-Image: url("/Images/SCALogo.jpg");
  --SiteLogo-Hover-Backcolor: #E7E7E7;
  --LotMap-Image: url("/Artifacts/HOA/SCALotMap.svg");
}

[data-theme=Dark] {
  --page-font-color: #CFCFCF;
  --h1-font-color: #CFCFCF;
  --h2-font-color: #E7E7E7;
  --h3-font-color: #F3F3F3;
  --note-color: #CFCFCF;
  --SiteLogo-Image: url("/Images/SCALogo-Dark.png");
  --SiteLogo-Hover-Backcolor: #CFCFCF;
  --LotMap-Image: url("/Artifacts/HOA/SCALotMap-High.svg");
}

[data-theme=High] {
  --page-font-color: #E7E7E7;
  --h1-font-color: #E7E7E7;
  --h2-font-color: #E7E7E7;
  --h3-font-color: #F3F3F3;
  --note-color: #CFCFCF;
  --SiteLogo-Image: url("/Images/SCALogo-High.jpg");
  --SiteLogo-Hover-Backcolor: #CFCFCF;
  --LotMap-Image: url("/Artifacts/HOA/SCALotMap-High.svg");
}

.PageHeaderContainer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

div.PageHeaderLeft,
div.PageHeaderRight {
  flex: auto;
}

div.PageHeaderCenter {
  flex: 0 1 55em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

div.PageHeaderLeftWide {
  flex: auto;
  margin-left: 1em;
}

div.PageHeaderRightWide {
  flex: auto;
  text-align: right;
}

div.PageHeaderCenterWide {
  flex: auto;
  flex-wrap: nowrap;
}

.PageTitleCenteredContainer {
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  overflow: hidden;
}

.PageTitleContainer {
  display: block;
  width: 100%;
  padding: 0;
  height: 2.5em;
  border-left: transparent solid 8px;
}

div.SiteLogoContainer {
  flex: 0 1 auto;
  justify-content: flex-start;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  vertical-align: middle;
  height: 53px;
  width: 156px;
  margin-bottom: 0.05em;
  padding-top: 0.15em;
}

div.Address {
  color: var(--page-font-color);
  font-size: 1em;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  padding-bottom: 0.5em;
  line-height: 1.6em;
  padding-left: 1em;
}

a.SiteLogo {
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  background-image: var(--SiteLogo-Image);
  background-repeat: no-repeat;
  background-position: center;
  height: 44px;
  width: 148px;
  background-size: 148px;
  padding: 4px;
}

a.SiteLogo:hover, a.SiteLogo:focus {
  text-decoration: none !important;
  border-bottom-style: none !important;
  border-bottom-width: 0px !important;
  background-color: var(--SiteLogo-Hover-Backcolor);
  border-radius: 0.5em;
  transition: all 0.1s;
}

.PageTitle {
  display: inline-block;
  white-space: normal;
  font-size: 1.5em;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  font-weight: normal;
  padding-top: 0.25em;
  padding-right: 2em;
  padding-left: 1.5em;
}

.MainContentContainer {
  background-color: #FEFEFE;
  width: 100%;
  display: block;
  min-height: 65vh;
}

.MainContent.Centered {
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  overflow: hidden;
  margin-bottom: 2em;
}

.MainContent.Centered.Narrow {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  overflow: hidden;
}

article {
  flex: 1 0 auto; /* Grow to fill space, don't shrink */
}

article.Centered {
  font-size: 1em;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  align-self: center;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-right: 1.5em;
  padding-left: 1em;
  border-left: transparent solid 8px;
}

article.Wide {
  font-size: 1em;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  width: 98%;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 1em;
  margin-right: 0em;
  margin-left: 0em;
  border-left: transparent solid 8px;
}

h1 {
  color: var(--h1-font-color);
  font-size: 1.75em;
  font-weight: normal;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  padding-top: 0.25em;
  padding-bottom: 0.5em;
}

h1.SandyCreek {
  font-family: "SandyCreek", "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
}

h2 {
  color: var(--h2-font-color);
  font-size: 1.25em;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  padding-top: 0.25em;
  padding-bottom: 0.5em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

img.H2Topic {
  display: inline-block;
  margin-right: 0.5em;
}

img.New {
  display: inline-block;
  margin-left: 0.5em;
}

div.Notices {
  display: flex;
  align-items: center; /* Vertically centers content */
  margin-bottom: 1em;
}

div.NoticesDescription {
  padding-left: 2.5em;
  color: var(--page-font-color);
}

a.Inline {
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  display: inline-flex;
  align-items: center;
}

img.Inline {
  display: inline-block;
  padding-right: 0.5em;
  padding-bottom: 0.1em;
}

h3 {
  color: var(--h3-font-color);
  font-size: 1.15em;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.15em;
  }
  h3 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 50em) {
  .DocumentContainer {
    padding-top: 0.25em;
  }
  .Document {
    padding-top: 0.25em;
    padding-left: 0.25em;
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
p {
  color: var(--page-font-color);
  font-size: 1em;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  padding-bottom: 0.5em;
  line-height: 1.6em;
}

p.Italic {
  font-style: italic;
}

p.Indent {
  padding-top: 0.5em;
  padding-bottom: 1em;
  padding-left: 1em;
}

p.Dateline {
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  font-size: 0.8125em;
  color: var(--note-color);
  margin-left: 0.25em;
  padding-bottom: 0em;
  line-height: 1.1em;
}

ul {
  color: var(--page-font-color);
  padding-top: 0.5em;
  margin-left: 1em;
  list-style-type: disc;
}

li {
  color: var(--page-font-color);
  margin-bottom: 0.75em;
}

.Note {
  font-size: 0.8125em;
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: var(--font-variation-settings);
  font-style: italic;
  color: var(--note-color);
}

a.LotMap {
  display: block;
  background-image: var(--LotMap-Image);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 1597/528;
}

button.TakeSurvey {
  color: #fff;
  background-color: #33AFC6;
  border-radius: 5px;
  font-size: 1.25em;
}

.SurveyTitle {
  font-size: 1.25em;
}

div.Vertical {
  display: flex;
  align-items: center; /* Vertically centers content */
}

.AlwaysCall911 {
  font-size: 1.15em;
  font-weight: bold;
}
