@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap");.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


body {
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.site-main {
  padding-top: calc(1.425rem + 2.1vw);
  padding-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .site-main {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .site-main {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .site-main {
    padding-top: calc(1.525rem + 3.3vw);
    padding-bottom: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .site-main {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .site-main {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .site-main {
    padding-top: calc(1.725rem + 5.7vw);
    padding-bottom: calc(1.725rem + 5.7vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .site-main {
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .site-main {
    padding-bottom: 6rem;
  }
}
.header__main .navbar-brand {
  padding: 0 40px 0 0;
  border-right: 1px solid #e9ecef;
}
.header__main .navbar-brand svg {
  width: 200px;
  height: 60px;
}
.header__main .navbar .current-menu-item > .nav-link,
.header__main .navbar .current-menu-parent > .nav-link,
.header__main .navbar .current-menu-ancestor > .nav-link,
.header__main .navbar .current_page_item > .nav-link,
.header__main .navbar .current_page_parent > .nav-link,
.header__main .navbar .current_page_ancestor > .nav-link,
.header__main .navbar .active > .nav-link {
  color: #BB2128;
  font-weight: 700;
}
.filter-bar {
  padding: 1rem 0;
  background-color: #F2F2F2;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}
.filter-bar__header {
  margin-bottom: 0;
}
.filter-bar__title {
  color: #414042;
  margin: 0;
  font-weight: 500;
}
.filter-bar__toggle {
  color: #6c757d;
  border: 1px solid #6c757d;
  background: transparent;
  padding: 0.25rem 0.75rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
}
.filter-bar__toggle[aria-expanded=true] {
  content: "Hide";
}
.filter-bar__toggle:hover, .filter-bar__toggle:focus {
  background-color: #6c757d;
  color: #fff;
}
.filter-bar__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.35s ease, opacity 0.25s ease;
}
.filter-bar__content.show {
  opacity: 1;
}
@media (min-width: 992px) {
  .filter-bar__content {
    height: auto !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding-top: 1rem !important;
  }
}
.filter-bar__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 576px) {
  .filter-bar__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.filter-bar__group {
  flex: 1;
  min-width: 200px;
}
.filter-bar__form {
  width: 100%;
}
.filter-bar__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .filter-bar__fields {
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
.filter-bar__field {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .filter-bar__field {
    flex: 1;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .filter-bar__field--button {
    flex: 0 0 auto;
    align-self: flex-end;
  }
}
.filter-bar__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
}
.filter-bar__input, .filter-bar__select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.filter-bar__input:focus, .filter-bar__select:focus {
  border-color: #414042;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 64, 66, 0.15);
}
.filter-bar__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #4887a6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (min-width: 992px) {
  .filter-bar__button {
    width: auto;
    margin-top: 0;
  }
}
.filter-bar__button:hover {
  background-color: rgb(143.65, 25.35, 30.7272727273);
}
.filter-bar__button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 64, 66, 0.25);
}
.filter-bar .select2-container {
  width: 100% !important;
}
.filter-bar .select2-container--bootstrap-5 .select2-selection {
  border: none;
}
.filter-bar .select2-container--default .select2-selection--single {
  height: auto;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5;
  color: #212529;
}
.filter-bar .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #adb5bd;
}
.filter-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0.75rem;
}
.filter-bar .select2-container--default .select2-selection--single:focus {
  border-color: #BB2128;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 33, 40, 0.15);
}
.filter-bar .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #BB2128;
}
.filter-bar .select2-dropdown {
  border-color: #BB2128;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.filter-bar .select2-results__option {
  padding: 0.5rem 0.75rem;
}
.filter-bar .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #BB2128;
}
.group-bar__select {
  background-color: #F2F2F2;
  border: none;
}
.group-bar__select:focus {
  outline: none;
  border-color: #4887a6;
  box-shadow: 0 0 0 0.2rem rgba(72, 135, 166, 0.25);
}
.page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.document-group-card {
  border-left: 4px solid #BB2128;
  padding: 1rem 2rem;
}
.document-card__button--download {
  background-color: #BB2128;
  color: #fff;
  border-color: #BB2128;
}
.document-card__button--download:hover {
  background-color: rgb(143.65, 25.35, 30.7272727273);
  border-color: rgb(143.65, 25.35, 30.7272727273);
}
.document-card__details-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .document-card__details-wrapper {
    gap: 0.5rem;
    flex-direction: row;
  }
}
.document-card__details {
  display: flex;
  align-items: center;
  color: rgba(65, 64, 66, 0.6);
  font-size: 0.875rem;
}
.document-card__size, .document-card__type, .document-card__doc-type, .document-card__committee {
  display: inline-flex;
  align-items: center;
}
.document-card__size:not(:first-child), .document-card__type:not(:first-child), .document-card__doc-type:not(:first-child), .document-card__committee:not(:first-child) {
  margin-left: 0.5rem;
}
.document-card__size:not(:first-child)::before, .document-card__type:not(:first-child)::before, .document-card__doc-type:not(:first-child)::before, .document-card__committee:not(:first-child)::before {
  content: "•";
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .document-card__committee {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0 !important;
  }
  .document-card__committee::before {
    content: "" !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .document-card__actions {
    justify-self: flex-end;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .document-card__actions {
    opacity: 1;
  }
}
.search-form__input {
  padding: 0.5rem 1rem 0.5rem 3rem;
  background-color: #F2F2F2;
  transition: border-color 0.15s ease-in-out;
  border: none;
}
.search-form__input:focus {
  outline: none;
  border-color: var(#4887a6);
  box-shadow: 0 0 0 0.2rem #4887a6, 0.25;
}
.search-form__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpmem-login-form, .wpmem-password-reset-form, .wpmem-register-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.wpmem-login-form__title {
  margin-bottom: 1.5rem;
  color: #BB2128;
  text-align: center;
}
.wpmem-login-form__field {
  margin-bottom: 1rem;
}
.wpmem-login-form__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.wpmem-login-form__input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}
.wpmem-login-form__input:focus {
  border-color: #BB2128;
  box-shadow: 0 0 0 0.25rem rgba(187, 33, 40, 0.25);
  outline: 0;
}
.wpmem-login-form__submit {
  width: 100%;
  margin-top: 1rem;
  padding: 0.375rem 0.75rem;
  color: #fff;
  background-color: #BB2128;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.wpmem-login-form__submit:hover {
  background-color: rgb(143.65, 25.35, 30.7272727273);
}
.wpmem-login-form__link {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: #BB2128;
  text-decoration: none;
}
.wpmem-login-form__link:hover {
  color: rgb(149.6, 26.4, 32);
}
.wpmem-register-form__fieldset {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.wpmem-register-form__legend {
  padding: 0 0.5rem;
  font-weight: 700;
}
.wpmem-msg {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.wpmem-msg--error {
  color: #E74C3C;
  background-color: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.2);
}
.wpmem-msg--success {
  color: #27AE60;
  background-color: rgba(39, 174, 96, 0.1);
  border: 1px solid rgba(39, 174, 96, 0.2);
}
.wpmem-profile__section {
  margin-bottom: 2rem;
}
.wpmem-profile__title {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
.wpmem-profile__field {
  margin-bottom: 1rem;
}
.wpmem-profile__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.wpmem-profile__value {
  padding: 0.5rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
@media (max-width: 575.98px) {
  .wpmem-login-form,
  .wpmem-register-form,
  .wpmem-password-reset-form {
    padding: 1rem;
  }
}
.dashboard__section {
  margin-bottom: calc(1.825rem + 6.9vw);
}
@media (min-width: 1200px) {
  .dashboard__section {
    margin-bottom: 7rem;
  }
}
.dashboard__section:last-child {
  margin-bottom: 0;
}
.dashboard__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(1.325rem + 0.9vw);
  flex-direction: column;
}
@media (min-width: 1200px) {
  .dashboard__header {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .dashboard__header {
    flex-direction: row;
    align-items: center;
  }
}
.dashboard__title {
  color: #212529;
}
.dashboard__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .dashboard__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .dashboard__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dashboard__alert {
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: rgb(214.4, 234.4, 247.8);
  color: #000;
}
.documents-by-committee__section {
  margin-bottom: calc(1.825rem + 6.9vw);
}
@media (min-width: 1200px) {
  .documents-by-committee__section {
    margin-bottom: 7rem;
  }
}
.documents-by-committee__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .documents-by-committee__header {
    margin-bottom: 2rem;
  }
}
.documents-by-committee__title {
  margin-bottom: calc(1.325rem + 0.9vw);
  color: #212529;
}
@media (min-width: 1200px) {
  .documents-by-committee__title {
    margin-bottom: 2rem;
  }
}
.documents-by-committee__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .documents-by-committee__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .documents-by-committee__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.documents-by-committee__alert {
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: rgb(214.4, 234.4, 247.8);
  color: #000;
}
.help__section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .help__section {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .help__section {
    min-height: 300px;
  }
  .help__section:not(:first-child) {
    flex-direction: row;
    gap: 4.5rem;
  }
}
.help__section:last-child {
  margin-bottom: 0;
}
.help__title {
  color: #212529;
}
.help__subtitle {
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .help__subtitle {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .help__heading {
    flex: 1;
  }
}
.help__content {
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .help__content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .help__content {
    padding-top: 3.25rem;
    flex: 1;
  }
}
.help__content ul, .help__content ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.help__content a {
  color: #BB2128;
  text-decoration: none;
}
.help__content a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .help__content {
    flex: 1;
    margin-bottom: 0;
  }
}
.help__video {
  border-radius: 0.25rem;
  background-color: #212529;
  overflow: hidden;
  width: 100%;
}
.help__video-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  color: #fff;
  text-align: center;
}
.help__video-placeholder i {
  font-size: calc(1.425rem + 2.1vw);
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .help__video-placeholder i {
    font-size: 3rem;
  }
}
body.page-template-login #main {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.login-page {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}
.login-page__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .login-page__container {
    flex-direction: row;
  }
}
.login-page__hero {
  flex: 1;
  background-image: url("/wp-content/uploads/2025/04/coo_portal_hero_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  min-height: 300px;
}
@media (min-width: 768px) {
  .login-page__hero {
    min-height: 100vh;
  }
}
.login-page__title {
  font-weight: 700;
  margin-bottom: 0;
}
.login-page__content {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .login-page__content {
    padding: 4rem;
  }
}
.login-page__logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 2rem;
}
.login-page #wpmem_login label,
.login-page #wpmem_reg label {
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
}
.login-page #wpmem_login input[type=text]#log,
.login-page #wpmem_login input[type=password],
.login-page #wpmem_reg input[type=text]#log,
.login-page #wpmem_reg input[type=password] {
  padding: 0.5rem 1rem;
  background-color: #f2f2f2;
  transition: border-color 0.15s ease-in-out;
  border: none;
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-radius: var(--bs-border-radius);
  font-size: var(--bs-body-font-size);
  color: var(--bs-body-color);
}
.login-page #wpmem_login .button_div,
.login-page #wpmem_reg .button_div {
  display: flex;
  align-items: center;
}
.login-page #wpmem_login .button_div label,
.login-page #wpmem_reg .button_div label {
  margin-bottom: 0;
}
.login-page #wpmem_login input[type=submit],
.login-page #wpmem_reg input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #4887a6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left: 1rem;
}
.login-page #wpmem_login legend,
.login-page #wpmem_reg legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}
.login-page__redirect {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: var(--bs-light);
  border-radius: var(--bs-border-radius);
  text-align: center;
}
.login-page__redirect p {
  margin-bottom: 1rem;
  color: var(--bs-body-color);
}
.login-page__redirect .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.login-page__redirect .button--primary {
  background-color: #4887a6;
  color: #fff;
  border: 1px solid #4887a6;
}
.login-page__redirect .button--primary:hover {
  background-color: rgb(143.65, 25.35, 30.7272727273);
  border-color: rgb(143.65, 25.35, 30.7272727273);
}