:root {
  --red-primary: #f40012;
  --red-dark: #b1000a;
  --black-secondary: #1b1717;
  --gray-01: #eeeded;
  --gray-02: #5c5d59;
  --gray-03: #c6c6c5;
  --secondary-bg: #fafafa;
  --grey-base: #847676;
  --bg-gradient: linear-gradient(180deg, #feffe9 0%, #fdffd1 100%);
  --yellow-gradient: linear-gradient(180deg, #feffe9 0%, #fdffd1 100%), linear-gradient(0deg, #f4ff1d 0%, #f4ff1d 100%), linear-gradient(180deg, #feffe9 0%, #fdffd1 100%);
  --publicsans: "Public Sans", sans-serif;
}

.red-primary {
  background-color: var(--red-primary);
}

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

.black-secondary {
  background-color: var(--black-secondary);
}

.gray-01 {
  background-color: var(--gray-01);
}

.gray-02 {
  background-color: var(--gray-02);
}

.gray-03 {
  background-color: var(--gray-03);
}

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

.grey-base {
  background-color: var(--grey-base);
}

.gradient {
  background: var(--bg-gradient);
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
html body {
  font-family: var(--publicsans);
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: 400;
  color: var(--gray-02);
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  html body {
    font-size: 1.6rem;
  }
}
html body .container,
html body .container-fluid,
html body .container-lg,
html body .container-md,
html body .container-sm,
html body .container-xl,
html body .container-xxl,
html body .wp-block-columns,
html body .row {
  --bs-gutter-x: 2.4rem;
}
html body .h1,
html body h1 {
  font-size: 4rem;
  line-height: 5.2rem;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black-secondary);
}
html body .h2,
html body h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--black-secondary);
}
html body .h3,
html body h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--black-secondary);
}
html body .h4,
html body h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: var(--black-secondary);
}
html body .h5,
html body h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 120%;
  color: var(--black-secondary);
}
html body .h6,
html body h6 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0px;
  color: var(--black-secondary);
}
@media screen and (min-width: 992px) {
  html body .h1,
  html body h1 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--black-secondary);
  }
  html body .h2,
  html body h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    color: var(--black-secondary);
  }
  html body .h3,
  html body h3 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 120%;
    color: var(--black-secondary);
  }
  html body .h4,
  html body h4 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: var(--black-secondary);
  }
  html body .h5,
  html body h5 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 120%;
    color: var(--black-secondary);
  }
  html body .h6,
  html body h6 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.32px;
    color: var(--black-secondary);
  }
}
html body .btn {
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 1.2rem 1.6rem;
  border: 0;
  border-radius: 0.8rem;
  transition: 0.3s all ease;
  outline: none !important;
}
html body .btn.hide-specific-block {
  display: none;
}
html body .btn:hover {
  color: white;
}
html body .btn:focus {
  outline: none;
  box-shadow: none;
}
html body .btn.btn-primary {
  background-color: var(--red-primary);
}
html body .btn.btn-primary:hover, html body .btn.btn-primary:active {
  background-color: var(--red-dark);
}
html body .btn.btn-primary-white {
  background-color: white;
  border-color: white;
  color: black;
}
html body .btn.btn-primary-white:hover {
  color: white;
}
html body .btn.btn-primary-black {
  background-color: black;
  border-color: black;
  color: white;
}
html body .btn.btn-primary-black:hover {
  color: white;
}
html body .btn.btn-arrow {
  background-color: var(--red-primary);
  padding: 1.2rem 1.2rem 1.2rem 1.8rem;
  display: inline-flex;
  position: relative;
  z-index: 9;
  align-items: center;
  gap: 0.8rem;
}
html body .btn.btn-arrow:hover, html body .btn.btn-arrow:active {
  background-color: var(--red-dark);
}
html body .btn.btn-outline {
  background-color: transparent;
  padding: 1.2rem 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: 0.8rem;
  border: 1px solid var(--gray-03);
  color: var(--black-secondary);
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
html body .btn.btn-outline:hover {
  border: 1px solid var(--red-dark);
  color: var(--red-dark);
}
html body .btn.btn-outline:hover svg path {
  stroke: var(--red-dark);
}
html body .btn.btn-outline:active {
  border: 1px solid var(--red-dark);
  color: var(--red-dark);
}
html body .modal {
  background: rgba(0, 0, 0, 0.5);
}
html body .modal-backdrop.fade {
  background: transparent;
}
html body .spinner-border {
  border: 0.25em solid var(--red-primary);
  border-right-color: transparent;
  width: 3rem;
  height: 3rem;
}

.page-template-meeting {
  background: #fafafa;
}

.term-by-laws {
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .term-by-laws .meeting-listing .items .item .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
  .term-by-laws .meeting-listing .items .item .content p {
    text-align: left;
  }
}

.meeting-minutes {
  padding-top: 8rem;
  background: #fafafa;
}
@media screen and (min-width: 992px) {
  .meeting-minutes {
    padding-top: 24rem;
  }
}
.meeting-minutes .__heading {
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 992px) {
  .meeting-minutes .__heading {
    margin-bottom: 8rem;
  }
}
.meeting-minutes .breadcrumb .breadcrumb-item a {
  overflow: hidden;
  color: var(--gray-02);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.meeting-minutes .breadcrumb .breadcrumb-item.active {
  overflow: hidden;
  color: var(--Red---Primary, #f40012);
  font-size: 14px;
  font-weight: 400;
}
.meeting-minutes .breadcrumb .breadcrumb-item::before {
  display: none;
}
.meeting-minutes .search input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Gray-03, #c6c6c5);
  background: var(--White, #fff);
  padding: 1.6rem 1.6rem 1.6rem 4rem;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14 14L11.1 11.1M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z' stroke='%231B1717' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1.6rem center;
  background-size: 16px 16px;
}
.meeting-minutes .search input::-moz-placeholder {
  color: #000;
}
.meeting-minutes .search input::placeholder {
  color: #000;
}

.minutes-filters .minutes-block__icons {
  padding: 1.1rem 1.2rem;
  left: 1px;
  border-right: 1px solid var(--gray-03);
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  background: var(--Gray-01, #eeeded);
}
@media (max-width: 991px) {
  .minutes-filters .minutes-block__filters {
    padding-top: 1.6rem;
  }
  .minutes-filters .minutes-block__filters .minutes-block__filter-wrap {
    margin-top: 1.6rem;
  }
}
.minutes-filters select {
  padding: 1.2rem 2rem 1.2rem 6.4rem;
  border: 1px solid var(--gray-03);
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--black-secondary);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 20px center;
  width: 100%;
}
@media (min-width: 992px) {
  .minutes-filters select {
    width: 225px;
  }
}
.minutes-filters select:focus {
  outline: none;
  border-color: none;
}

.meeting-listing {
  padding-bottom: 12rem;
}
@media screen and (min-width: 992px) {
  .meeting-listing {
    padding-bottom: 9.6rem;
  }
}
.meeting-listing .items {
  margin-top: 5.6rem;
}
@media screen and (min-width: 992px) {
  .meeting-listing .items {
    margin-top: 8rem;
  }
}
.meeting-listing .items .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--grey-100, #eeeded);
  background: #fff;
  padding: 2.4rem 2.4rem 3.2rem 2.4rem;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .meeting-listing .items .item {
    flex-direction: row;
    padding: 2.4rem;
    gap: 0;
  }
}
.meeting-listing .items .item .content {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .meeting-listing .items .item .content {
    flex-direction: row;
  }
}
.meeting-listing .items .item .content p {
  color: var(--black-secondary);
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .meeting-listing .items .item .download {
    text-align: left;
  }
}
.meeting-listing .items .item .download a {
  padding: 0.8rem 1.2rem 0.8rem 1.6rem;
  font-size: 1.4rem;
}

.spinner-container {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
.spinner-container .spinner-border {
  width: 3rem;
  height: 3rem;
  color: rgb(244, 0, 18);
}/*# sourceMappingURL=global.css.map */