@font-face {
  font-family: TitilliumWeb;
  font-style: normal;
  font-weight: 300;
  src: local("TitilliumWeb Light"), url(/fonts/TitilliumWeb-Light.ttf);
}
@font-face {
  font-family: TitilliumWeb;
  font-style: italic;
  font-weight: 300;
  src: local("TitilliumWeb Light Italic"), url(/fonts/TitilliumWeb-LightItalic.ttf);
}
@font-face {
  font-family: TitilliumWeb;
  font-style: normal;
  font-weight: 400;
  src: local("TitilliumWeb Regular"), url(/fonts/TitilliumWeb-Regular.ttf);
}
@font-face {
  font-family: TitilliumWeb;
  font-style: normal;
  font-weight: 600;
  src: local("TitilliumWeb Semi-Bold Regular"), url(/fonts/TitilliumWeb-SemiBold.ttf);
}
@font-face {
  font-family: TitilliumWeb;
  font-style: italic;
  font-weight: 600;
  src: local("TitilliumWeb Semi-Bold Italic"), url(/fonts/TitilliumWeb-SemiBoldItalic.ttf);
}
@font-face {
  font-family: TitilliumWeb;
  font-style: normal;
  font-weight: 700;
  src: local("TitilliumWeb Bold Regular"), url(/fonts/TitilliumWeb-Bold.ttf);
}
@font-face {
  font-family: TitilliumWeb;
  font-style: italic;
  font-weight: 700;
  src: local("TitilliumWeb Bold Italic"), url(/fonts/TitilliumWeb-BoldItalic.ttf);
}
*,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

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

html, body {
  width: 100%;
  font-family: TitilliumWeb, sans-serif !important;
}

.slicknav_menu {
  display: none;
}

figure {
  text-align: center;
}

.table-responsive {
  border: none;
}

@media screen and (max-width: 768px) {
  #menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }
}
.u-margin-top-small {
  margin-top: 1rem;
}
.u-margin-top-medium {
  margin-top: 3rem;
}
.u-margin-top-large {
  margin-top: 5rem;
}
.u-margin-bottom-small {
  margin-bottom: 1rem;
}
.u-margin-bottom-medium {
  margin-bottom: 3rem;
}
.u-margin-bottom-large {
  margin-bottom: 5rem;
}
.u-margin-small {
  margin: 1rem 0;
}
.u-margin-medium {
  margin: 3rem 0;
}
.u-margin-large {
  margin: 5rem 0;
}
.u-padding-top-small {
  padding-top: 1rem;
}
.u-padding-top-medium {
  padding-top: 3rem;
}
.u-padding-top-large {
  padding-top: 5rem;
}
.u-padding-bottom-small {
  padding-bottom: 1rem;
}
.u-padding-bottom-medium {
  padding-bottom: 3rem;
}
.u-padding-bottom-large {
  padding-bottom: 5rem;
}
.u-padding-small {
  padding: 1rem 0;
}
.u-padding-medium {
  padding: 3rem 0;
}
.u-padding-large {
  padding: 5rem 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: none;
}

.table__bordered > tbody > tr > td {
  border-top: 1px solid rgba(146, 6, 6, 0.9);
}

.table-back {
  background-color: #210976;
  color: #fff;
  border-radius: 1rem;
}

.page__title {
  text-align: center;
  color: rgba(146, 6, 6, 0.9);
  margin: 0 0 2rem 0;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

header {
  background-image: linear-gradient(to right bottom, rgba(33, 9, 118, 0.7), rgba(29, 9, 81, 0.7)), url("/images/flag-min.png");
  background-size: auto;
  background-position: center top;
  min-height: 15rem;
  border-bottom: 5px solid rgba(146, 6, 6, 0.9);
  margin-bottom: 2.5rem;
  box-shadow: 0 10px 6px -6px #888;
}
@media (max-width: 768px) {
  header {
    min-height: 0;
    margin-bottom: 0;
  }
}

.header__main {
  padding: 2rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 19rem;
}
@media (max-width: 1500px) {
  .header__main {
    margin-left: 7rem;
  }
}
@media (max-width: 768px) {
  .header__main {
    margin-left: 0;
  }
}
.header__title {
  color: white;
  font-size: 6rem;
  padding-left: 2rem;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .header__title {
    font-size: 4rem;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .header__title {
    font-size: 4rem;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}
.header__sub-title {
  color: white;
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .header__image {
    display: none;
  }
}

footer {
  background-image: linear-gradient(to right bottom, rgba(33, 9, 118, 0.7), rgba(29, 9, 81, 0.7)), url("/images/flag-min.png");
  background-size: auto;
  background-position: center top;
  min-height: 5rem;
  border-top: 5px solid rgba(146, 6, 6, 0.9);
  margin-top: 2.5rem;
  box-shadow: 0 -10px 6px -6px #888;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer {
    margin-bottom: 0;
  }
}
footer .design a {
  color: rgba(146, 6, 6, 0.9);
}
footer .design a:hover {
  color: white;
}

.court__img {
  flex: 1 0 100%;
  margin-top: 4.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 6px -6px #888;
  max-height: 40rem;
  width: 100%;
}
.court__name {
  font-size: 3.3rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .court__name {
    font-size: 2.3rem;
  }
}
.court__name, .court__judge {
  text-align: center;
  color: #202030;
  font-weight: 300;
}
.court__leadin {
  padding-bottom: 0;
}

.right__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.infoBox__box {
  min-height: 20rem;
  text-align: center;
}
.infoBox__inner {
  background-color: rgba(146, 6, 6, 0.9);
  color: white;
  box-shadow: 0 10px 6px -6px #888;
  border-radius: 1rem;
  margin: 1.2rem 0;
}
.infoBox__title {
  font-size: 2.1rem;
}
.infoBox__content {
  font-weight: 300;
}
.infoBox__content a {
  color: white;
}

.legal__title {
  font-size: 3rem;
  text-align: center;
  color: #210976;
}

.btn__forms {
  background: #210976;
  color: white;
  box-shadow: 0 10px 6px -6px #888;
  transition: all 0.3s;
}
.btn__forms:hover, .btn__forms:focus {
  background-color: rgba(146, 6, 6, 0.9) !important;
  color: white;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #210976;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(146, 6, 6, 0.9);
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #sidebar #sidebar {
    padding-top: 0;
  }
}
#sidebar .nav {
  width: 95%;
}

.nav__item a, .nav__item a:active, .nav__item a:visited {
  transition: all 0.3s;
  background-color: #210976;
  color: white;
  border-radius: 0.5rem;
  text-align: center;
  margin: 2.5rem 0;
}
@media (min-width: 769px) {
  .nav__item a, .nav__item a:active, .nav__item a:visited {
    box-shadow: 0 10px 6px -6px #888;
  }
}
.nav__item a:hover, .nav__item a:focus {
  background-color: rgba(146, 6, 6, 0.9) !important;
  color: white;
}

section.navigation {
  border-bottom: 3px solid rgba(146, 6, 6, 0.9);
  padding-bottom: 5rem;
  box-shadow: 0 10px 6px -6px #888;
}
section.information {
  padding: 5rem 0;
  border-bottom: 3px solid rgba(146, 6, 6, 0.9);
  box-shadow: 0 10px 6px -6px #888;
}
section.courtStaff {
  padding: 5rem;
}
section.legal, section.payments, section.sheriff, section.notary {
  padding: 5rem 0;
}

.page-container {
  min-height: calc(100dvh - 307px);
}

#mainContainer {
  width: 100%;
}

@media (max-width: 768px) {
  #searchFormContainer {
    font-size: 9px;
  }
}

.judge__mainSection {
  margin-top: 5rem;
}
.judge__name {
  text-align: center;
  font-size: 3rem;
  color: rgba(146, 6, 6, 0.9);
}
.judge__image {
  text-align: center;
  box-shadow: 0 10px 6px -6px #888;
  border-radius: 1rem;
  margin: auto;
}
.judge__subtitle {
  text-align: center;
  color: rgba(29, 9, 81, 0.7);
  font-weight: bold;
}
.judge__list {
  list-style-type: none;
  padding-left: 0.5rem;
}

.staff__name {
  color: rgba(29, 9, 81, 0.7);
  font-weight: bold;
}
.staff__list {
  list-style-type: none;
  padding-left: 0.5rem;
}

.jury__buttons {
  display: block;
  text-align: center;
}
.jury__formName {
  background-color: #210976;
  color: white;
}
.jury__section--title {
  text-align: center;
  color: #210976;
  font-weight: bold;
  font-size: 1.6rem;
}
.jury__navigation {
  width: 100%;
  text-align: center;
}
.jury__navigation a {
  margin: 1.5rem;
  min-width: 20rem;
}
.jury__excuseList {
  padding-left: 5rem;
}

dd:not(:first-of-type),
dt {
  margin-top: 2rem;
}

.contact__address {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.contact__info {
  color: rgba(146, 6, 6, 0.9);
}
.contact__table {
  width: 75%;
  margin: 0 auto;
}
.contact__left {
  text-align: left;
  color: #210976;
}
.contact__right {
  text-align: right;
  color: rgba(146, 6, 6, 0.9);
}

.location__map {
  text-align: center;
  min-height: 55rem;
  margin: auto;
}

.title__map {
  text-align: center;
  min-height: 35rem;
  margin: auto;
}

.payments__paragraph--center {
  text-align: center;
  font-size: 2rem;
}
.payments__paragraph--red {
  color: rgba(146, 6, 6, 0.9);
  font-size: 1.7rem;
}
.payments__paragraph--red a {
  color: #210976;
  text-decoration: underline;
}
.payments__paragraph--red a:hover {
  background-color: #210976;
  color: white;
  border-radius: 0.5rem;
}
.payments__resultList {
  margin: 5rem 0;
}
.payments__list {
  margin-left: 2.5rem;
}
.payments__button {
  text-align: center;
  padding-top: 2.5rem;
}

.faq__link {
  color: #210976;
  text-decoration: underline;
}
.faq__link:hover {
  color: rgba(146, 6, 6, 0.9);
}

.violations__panel--heading {
  background-color: #210976 !important;
  color: #fff !important;
}

.noticeDownload {
  text-align: center;
  margin-bottom: 10px;
}

.noticeObject {
  width: 100%;
  height: 800px;
  margin: 25px 0;
}

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