/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root, [data-bs-theme=light] {
  --bs-font-sans-serif:"Roboto Flex",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --bs-font-serif:"Times New Roman", "Courier New", serif;
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1.125rem;
  --bs-body-font-weight:300;
  --header-bg-color:#f8f5f1;
  --dark-yellow:#f9ecdb;
  --bod-color-blue: rgb(13,110,253);
  --bod-color-dkblue: rgb(7, 70, 163);
  --link-hover-color:rgb(153, 22, 22);
  --light-border:solid #dee2e6;
  --kg-border-light-grey: rgb(222,226,230);
}

/*@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100..700&display=swap);*/
a {
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}

.bg-dark-yellow {
  background-color: var(--dark-yellow);
}

.border-bod-blue {
  border-color: var(--bod-color-blue) !important;
}

.bg-dark-blue {
  background-color: var(--bod-color-dkblue);
}

h1, h2, h3, h4 {
  font-family: var(--bs-font-serif);
}

h6 span.badge {
  font-size: 0.85rem;
  margin-top: 5px;
  padding: 0.375rem 0.5rem 0.4rem 0.5rem;
  min-width: 6rem;
}

.badge.bg-info, .badge.bg-warning {
  color: #000;
}

a:focus, .btn:focus, a.btn:focus, button, button.accordion-button:focus, select:focus {
  outline: 0;
  box-shadow: none !important;
}

table tr > th, table tr > td {
  font-size: 0.95rem;
  vertical-align: middle;
}

.border-kg-light-grey {
  border-color: --kg-border-light-grey;
}

textarea {
  width: 100%;
}

.pagination {
  margin-top: 1em;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 0.4em 0.8em;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
}
.pagination .page-numbers:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.pagination .current {
  background: #999;
  border-radius: 4px;
  color: #fff;
  border-color: #666;
}
.pagination .current:hover {
  background: #999;
}

table.myvote td.vote-cell {
  background-color: rgba(0, 0, 0, 0.15);
}
table.myvote td.vote-cell .form-check {
  padding-left: 2;
  display: flex;
  justify-content: center;
}

.btn:hover {
  text-decoration: none;
}

.btn-inactive {
  color: #fff;
  background-color: rgb(153, 153, 153);
  border: 1px solid #6c757d;
}
.btn-inactive:hover {
  color: #fff;
  background-color: #063883;
  border: 1px solid #063883;
  text-decoration: none;
}

/* load modules */
.bg-yellow {
  background-color: var(--header-bg-color);
}

li.nav-item a.nav-link {
  font-weight: 400;
  color: #000000;
}

li.nav-item a.nav-link:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}

li.nav-item a.nav-link.active {
  font-weight: 600;
}

.searchwp-live-search-results {
  background-color: var(--header-bg-color) !important;
}
.searchwp-live-search-results h4.searchwp-live-search-result--title {
  font-family: var(--bs-font-sans-serif) !important;
  font-weight: 400;
  font-size: 0.95rem;
}

#searchwp-form-1 input.swp-button {
  background-color: rgb(33, 37, 41);
  color: #ffffff;
}
#searchwp-form-1 input.swp-input {
  padding: 4px;
}

.copyright {
  font-size: 0.875rem;
}

.page-bod-dashboard .sectionContainer {
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .page-bod-dashboard .sectionContainer {
    padding: 1rem 0 2rem 2rem;
  }
}
.page-bod-dashboard .subSectionContainer {
  margin: 1.5rem 0 1.5rem 1.5rem;
}
.page-bod-dashboard table.property-improvement-requests a, .page-bod-dashboard table.issues-tracking a {
  text-decoration: none;
  color: inherit;
}
.page-bod-dashboard table.property-improvement-requests tr:hover td, .page-bod-dashboard table.issues-tracking tr:hover td {
  color: rgb(13, 110, 253);
}
.page-bod-dashboard table#bod-contact-info tr > th {
  vertical-align: bottom;
}
.page-bod-dashboard table#bod-contact-info tr > td {
  vertical-align: baseline;
}

.page-property-improvement-requests ul.nav-pills .nav-link {
  font-weight: 600;
  color: rgb(13, 110, 253);
  font-size: 1.25rem;
}
.page-property-improvement-requests ul.nav-pills .nav-link.active, .page-property-improvement-requests ul.nav-pills .nav-link .active:hover {
  color: #ffffff;
}
.page-property-improvement-requests table tr td:nth-child(2) {
  max-width: 30% !important;
}
.page-property-improvement-requests table.table-inactive-requests th, .page-property-improvement-requests table.table-inactive-requests td {
  color: rgb(108, 117, 125);
}
.page-property-improvement-requests table tbody th, .page-property-improvement-requests table tbody td {
  vertical-align: baseline;
}

.page-project-detail {
  /*
      table#project_votes {
          td.vote-cell { 
              background-color: rgba(0,0,0,0.25);
              .form-check {
                  padding-left: 2;
                  display: flex;
                  justify-content: center;
              }
          }
      }
  */
}
.page-project-detail .back-button-loc {
  text-align: left;
}
@media (min-width: 992px) {
  .page-project-detail .back-button-loc {
    text-align: right;
  }
}
.page-project-detail .comment-form #submit.submit {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 0.6em 1em;
  border-radius: 5px;
}

.page-issues-tracking .select-custom, .page-inactive-issues .select-custom {
  max-width: 200px;
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  border: none;
}
.page-issues-tracking .select-custom option, .page-inactive-issues .select-custom option {
  background-color: #fff;
  color: #000;
}
.page-issues-tracking ul.nav-pills .nav-link, .page-inactive-issues ul.nav-pills .nav-link {
  font-weight: 600;
  font-size: 1.25rem;
}
.page-issues-tracking table.tbl-compliance-issues, .page-inactive-issues table.tbl-compliance-issues {
  font-size: 0.95rem;
}
.page-issues-tracking table.tbl-compliance-issues td, .page-issues-tracking table.tbl-compliance-issues table td, .page-inactive-issues table.tbl-compliance-issues td, .page-inactive-issues table.tbl-compliance-issues table td {
  vertical-align: text-top;
}
.page-issues-tracking table.tbl-compliance-issues td a, .page-issues-tracking table.tbl-compliance-issues table td a, .page-inactive-issues table.tbl-compliance-issues td a, .page-inactive-issues table.tbl-compliance-issues table td a {
  color: inherit;
}
.page-issues-tracking table.tbl-compliance-issues td a:hover, .page-issues-tracking table.tbl-compliance-issues table td a:hover, .page-inactive-issues table.tbl-compliance-issues td a:hover, .page-inactive-issues table.tbl-compliance-issues table td a:hover {
  text-decoration: none;
}
.page-issues-tracking table.tbl-compliance-issues.table tbody tr.clickable, .page-inactive-issues table.tbl-compliance-issues.table tbody tr.clickable {
  cursor: pointer;
}
.page-issues-tracking table.tbl-compliance-issues.table tbody tr td.action-data, .page-inactive-issues table.tbl-compliance-issues.table tbody tr td.action-data {
  background-color: rgb(232, 234, 235);
  padding: 1.25rem 1.25rem 0.5rem 0.5rem;
}
.page-issues-tracking table.tbl-compliance-issues.table tbody tr td.action-data div, .page-inactive-issues table.tbl-compliance-issues.table tbody tr td.action-data div {
  padding-bottom: 0.5rem;
}
.page-issues-tracking table.tbl-compliance-issues.table tbody tr td:first-of-type, .page-issues-tracking table.tbl-compliance-issues table#tbl-compliance.table tbody tr td.action-data table tr td:first-of-type, .page-inactive-issues table.tbl-compliance-issues.table tbody tr td:first-of-type, .page-inactive-issues table.tbl-compliance-issues table#tbl-compliance.table tbody tr td.action-data table tr td:first-of-type {
  text-wrap: nowrap;
}
.page-issues-tracking table.tbl-compliance-issues.table tbody tr td.no-action-data, .page-inactive-issues table.tbl-compliance-issues.table tbody tr td.no-action-data {
  background-color: rgb(232, 234, 235);
  padding-left: 1rem;
}
.page-issues-tracking table.tbl-compliance-issues tr.subheading td, .page-inactive-issues table.tbl-compliance-issues tr.subheading td {
  background-color: rgba(0, 0, 0, 0.025);
}
.page-issues-tracking table.tbl-compliance-issues tr.newIssueCat td h4, .page-inactive-issues table.tbl-compliance-issues tr.newIssueCat td h4 {
  font-family: var(--bs-font-sans-serif);
  font-weight: 900;
}

.collapse {
  transition: none !important;
}

.page-lot-owners table thead tr > th {
  vertical-align: bottom;
}
.page-lot-owners table tbody tr > td {
  vertical-align: baseline;
}
.page-lot-owners .lot-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}
.page-lot-owners .lot-table th,
.page-lot-owners .lot-table td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
}
.page-lot-owners .lot-table th {
  background: #f4f4f4;
}
.page-lot-owners .lot-search {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-lot-owners .lot-search input[type=\"text\"] {
  padding: 0.4em;
  width: 250px;
}

.page-board-proposals table thead tr > th {
  vertical-align: bottom;
}
.page-board-proposals table tbody tr > td {
  vertical-align: baseline;
}
.page-board-proposals table#proposal-votes {
  max-width: 175px;
}
.page-board-proposals ul.nav-pills .nav-link {
  font-weight: 600;
  font-size: 1.25rem;
}

.page-proposal-detail {
  /*
      table#proposal_votes {
          td.vote-cell { 
              background-color: rgba(0,0,0,0.25);
              .form-check {
                  padding-left: 2;
                  display: flex;
                  justify-content: center;
              }
          }
      }
  */
}

/*# sourceMappingURL=style-index.css.map*/