*,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  font-family: "Lato", sans-serif;
}

main {
  min-height: calc(100vh - 304px);
  color: rgb(0, 105, 137);
}

.page-title {
  text-align: center;
  font-size: 2.5rem;
  color: rgb(0, 105, 137);
  margin: 2.5rem 0;
}

a {
  color: black;
}

.page-split {
  color: rgb(0, 105, 137);
  height: 5px !important;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .page-split {
    margin: 0 auto 5rem;
    width: 85%;
  }
}

.page-list {
  margin-bottom: 5rem;
}
.page-list li {
  padding: 0.5rem;
}
.page-list a {
  color: black;
}

.section-title {
  display: block;
  background-color: rgb(0, 105, 137);
  color: white;
  font-size: 2.5rem;
}

header {
  min-height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  background-color: rgb(163, 186, 195);
}

.marquee {
  min-height: 2rem;
  line-height: 3rem;
  color: white;
  font-size: 1.5rem;
  overflow: hidden;
  background-color: rgb(0, 105, 137);
  padding: 5px 0;
}

.navbar {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 1.7rem;
  }
}
.navbar-brand {
  color: rgb(0, 105, 137) !important;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .navbar-brand {
    display: none;
  }
}
.navbar-nav {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}

.navbar-light .navbar-toggler {
  color: rgb(0, 105, 137) !important;
  border-color: rgb(163, 186, 195) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 105, 137);
  padding: 2rem 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 1rem;
  }
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  background-color: rgb(0, 112, 144);
  color: white;
}

.dropdown-menu {
  border: none;
  background-color: #F8F9FA;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
}

.dropdown-item {
  color: rgb(0, 105, 137);
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
}
.dropdown-item li {
  padding: 0;
}
.dropdown-item:hover {
  background-color: rgb(0, 105, 137);
  color: white;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.25rem !important;
}

.dropdown-menu[data-bs-left] {
  left: -60px;
}

.dropdown-left .dropdown-menu[data-bs-popper] {
  right: auto;
  left: -130px;
}

@media screen and (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: -90px;
  }
}
.infoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  min-height: 20rem;
  padding: 1rem;
  color: white;
  text-align: center;
  font-size: 1.6rem;
}
.infoBox .contact .email, .infoBox .contact .phone {
  display: flex;
}
.infoBox .contact .email a, .infoBox .contact .phone a {
  text-decoration: none;
  color: rgb(163, 186, 195);
  padding-left: 5px;
}
.infoBox .contact .email a:hover, .infoBox .contact .phone a:hover {
  color: white;
}
.infoBox svg {
  height: 3rem;
  margin-bottom: 5px;
}

.btn, .scrollToTop, .btn-form {
  background-color: rgb(0, 105, 137);
  color: white;
  font-size: 1.6rem;
  padding: 0.5rem;
}

.btn-form {
  margin: auto;
}
.btn-form:hover {
  background-color: rgb(163, 186, 195);
  color: rgb(0, 105, 137);
}
.btn-form:active, .btn-form:focus {
  background-color: white;
  color: rgb(0, 112, 144);
}

.scrollToTop {
  background-color: rgb(0, 105, 137);
  position: fixed;
  border: 3px solid white;
  right: 25px;
  z-index: 999;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}
.scrollToTop .visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.scrollToTop svg {
  height: 3.5rem;
}

#jump-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2.5rem;
  margin: auto;
}
@media screen and (max-width: 1110px) {
  #jump-buttons {
    width: 100%;
  }
}
@media screen and (max-width: 1275px) {
  #jump-buttons {
    flex-direction: column;
    padding: 0 3px;
  }
}
#jump-buttons .btn-jump {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 15rem;
  height: 15rem;
  color: white;
  font-size: 1.6rem;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ffffff, 0 0 0 11px rgb(163, 186, 195);
  transition: all 0.6s;
}
@media screen and (max-width: 1275px) {
  #jump-buttons .btn-jump {
    height: unset;
    border-radius: unset;
    width: 100%;
    box-shadow: unset;
    margin: 3px;
  }
}
#jump-buttons .btn-jump:hover {
  background-color: rgb(163, 186, 195);
  color: rgb(0, 105, 137);
  box-shadow: 0 0 0 8px #ffffff, 0 0 0 11px rgb(0, 105, 137);
  transform: translateY(-0.5rem);
}
#jump-buttons .btn-jump svg {
  height: 3rem;
}

.table > :not(caption) > * > * {
  color: rgb(0, 105, 137);
}

.contact-table {
  vertical-align: middle;
  background-color: rgba(163, 186, 195, 0.5);
}
.contact-table .table-header {
  background-color: rgb(0, 105, 137);
  color: white;
}
.contact-table a {
  color: black;
}

.forms-table {
  vertical-align: middle;
  background-color: White;
}
.forms-table .table-header {
  background-color: rgb(0, 105, 137);
  color: white;
}
.forms-table td {
  border: none;
}

footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 5rem;
  color: white;
  background-color: rgb(0, 112, 144);
  font-size: 1.6rem;
}
footer a {
  color: rgb(163, 186, 195);
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  footer {
    flex-direction: column;
  }
}

.infoVid {
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 991px) {
  .infoVid {
    max-width: 30rem;
  }
}

.vid-info {
  text-align: center;
  background-color: rgb(0, 105, 137);
  color: white;
  max-width: 30rem;
  margin: auto;
}

.section, .section-page {
  min-height: 20rem;
}

.section-page {
  background-color: white;
  font-size: 1.6rem;
}

.section-info {
  background-color: rgb(0, 112, 144);
}

.section-welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(0, 105, 137);
  font-size: 1.6rem;
  padding: 5rem;
}
.section-welcome .welcome {
  font-weight: 900;
  font-size: 3rem;
}

.section-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgb(234, 235, 237);
  padding: 1rem 0;
}

.court-services dt,
.online-services dt {
  margin-bottom: 1rem;
}
.court-services dd,
.online-services dd {
  margin-bottom: 0.8rem;
}
.court-services dd:last-of-type,
.online-services dd:last-of-type {
  margin-bottom: 5rem;
}
.court-services ol > li,
.online-services ol > li {
  padding: 0.5rem;
}
.court-services address,
.online-services address {
  font-weight: bold;
}

.courtMap {
  min-height: 51rem;
  margin: auto;
}

.juris-map {
  max-width: 30rem;
}

.rules-link,
.rules-list {
  margin-bottom: 5rem;
}
.rules-link ol[type="1"],
.rules-list ol[type="1"] {
  margin-left: 1.5rem;
}
.rules-link dd > ol > li,
.rules-list dd > ol > li {
  line-height: 2.5rem;
}
.rules-link dd > ol > li a,
.rules-list dd > ol > li a {
  color: rgb(0, 112, 144);
}

.rulesBtns {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2.5rem;
  width: 100%;
  margin: auto;
  gap: 20px;
}
.rulesBtns .btn-form {
  min-width: 40rem;
}
@media screen and (max-width: 991px) {
  .rulesBtns {
    flex-direction: column;
    margin: 5px;
  }
}

.member-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .member-container {
    flex-direction: column-reverse;
  }
}
.member-container .member {
  max-width: 20rem;
  margin: 4rem 4rem 3rem;
}

.image-container {
  text-align: center;
  height: 100%;
}
.image-container img {
  outline: 5px solid rgb(0, 105, 137);
  outline-offset: 0.5rem;
}

.jump-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 5rem 0;
}
@media screen and (max-width: 1199px) {
  .jump-buttons {
    flex-direction: column;
  }
}
.jump-buttons a {
  min-width: 20rem;
}
@media screen and (max-width: 1199px) {
  .jump-buttons a {
    width: 100%;
    margin: 1rem;
  }
}

.eviction-notice {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 767px) {
  .eviction-notice {
    max-width: 25rem;
  }
}

.accordion-button {
  font-size: 1.6rem;
  background-color: rgb(163, 186, 195);
  color: rgb(0, 105, 137);
}
.accordion-button:not(.collapsed) {
  background-color: rgb(0, 105, 137);
  color: white;
}

.accordion-body {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.formImage img {
  max-width: 25rem;
  min-height: 28rem;
}
.formImage .figure-caption {
  text-align: center;
  color: rgb(0, 105, 137);
}

.judges {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  gap: 2.5rem;
  margin: auto;
}
.judges .judge-image {
  border-radius: 50%;
  min-width: 13rem;
  padding: 1rem;
}

.figure-caption {
  font-weight: bold !important;
  color: rgb(0, 105, 137) !important;
}

/*# sourceMappingURL=siteDefault.css.map */
