﻿@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://use.typekit.net/njl6wjn.css");
body {
  font-family: "Roboto", sans-serif;
  color: #414042;
}

a {
  color: #007a8e;
  text-decoration: none;
}

blockquote {
  padding-left: 1em;
}

img {
  max-width: 100%;
}
img.svg {
  opacity: 0;
}

test {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

p {
  font-size: 1.2rem;
  line-height: 1.3em;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

.white-text {
  color: white;
}

.darkblue-text {
  color: #003d54;
}

.teal-text {
  color: #007a8e;
}

.white-bg {
  background: white;
}

.light-bg {
  background: #f4f4f4;
}

.teal-bg {
  background: #007a8e;
}

.blue-bg {
  background: #62b9db;
}

.button {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 5px;
  margin: 3px;
}
.button:hover {
  text-decoration: none;
}
.button.bold-button {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.button.dark-button {
  background: #003d54;
  color: white;
}
.button.dark-button:hover {
  background: #025d80;
}
.button.pale-button {
  background: #E9F6FC;
  color: #414042;
}
.button.pale-button:hover {
  background: #a7d7ed;
}
.button.yellow-button {
  background: #ff9823;
  color: #003d54;
}
.button.yellow-button:hover {
  background: #d37f1c;
}

.read-more, .back-link {
  bottom: 15px;
  color: #003d54;
  letter-spacing: 0.05em;
}
.read-more.back-link span, .back-link.back-link span {
  padding-left: 4px;
}
.read-more span, .back-link span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.read-more img,
.read-more svg, .back-link img,
.back-link svg {
  vertical-align: middle;
  width: 20px;
  transition: all 0.2s ease;
}
.read-more:hover, .back-link:hover {
  text-decoration: none;
}
.read-more:hover img,
.read-more:hover svg, .back-link:hover img,
.back-link:hover svg {
  transform: translateX(2px);
}
.read-more:hover.back-link img,
.read-more:hover.back-link svg, .back-link:hover.back-link img,
.back-link:hover.back-link svg {
  transform: translateX(-2px);
}

.small-text {
  font-size: 1rem;
  line-height: 1.1rem;
  display: block;
}

.page-title {
  font-size: 2.55em;
  color: #003d54;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 540px) {
  .page-title {
    font-size: 1.8em;
  }
}

.subpage-header .page-title {
  font-size: 2.75em;
}
@media screen and (max-width: 767px) {
  .subpage-header .page-title {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 540px) {
  .subpage-header .page-title {
    font-size: 2em;
  }
}

.block-title {
  font-size: 2em;
  color: #003d54;
  margin-bottom: 25px;
}

.section-title {
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 540px) {
  .section-title {
    font-size: 1.75em;
  }
}

.small-title, .small-title-alt {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
}

.small-title-alt {
  font-size: 1.55rem;
}

.card-title, .archive-links .archive-link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 0.25em;
}

.large-text, .results-display {
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .large-text, .results-display {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .large-text, .results-display {
    font-size: 1.2rem;
  }
}

.normal-case {
  text-transform: none;
}

.form-select {
  display: inline-block;
}

.form-select, .custom-select {
  background-color: #f4f4f4;
  display: inline-block;
}

.form-control {
  background: #f4f4f4;
}

u {
  text-decoration: none;
}

.chevron-list {
  list-style-type: none;
  padding-left: 0px;
}
.chevron-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
}
.chevron-list a {
  color: #414042;
  font-weight: 500;
}
.chevron-list p a {
  text-decoration: underline;
}
.chevron-list img.svg {
  display: none;
}
.chevron-list .svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.chevron-list .svg polyline {
  stroke: white !important;
}
.chevron-list .svg circle {
  fill: #007a8e !important;
}

.border-bottom {
  border-bottom: 2px solid #c8c8c8 !important;
}

.small-hr {
  border-top: 4px solid #ff9823;
  width: 90px;
  margin-left: 0px;
}

.skip-to-content-link {
  background: #415C72;
  color: white;
  left: 50%;
  padding: 8px;
  z-index: 9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: inline-block;
  position: absolute;
  transform: translateY(-100%) translateX(-50%);
  transition: transform 0.3s;
}
.skip-to-content-link:focus {
  transform: translateY(0%) translateX(-50%);
}
.skip-to-content-link:hover {
  color: white;
}

.alert-bar {
  background: #ff9823;
  color: #003d54;
}
.alert-bar .container {
  position: relative;
}
.alert-bar img {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.alert-bar .alert-message {
  padding: 10px 0px;
  padding-left: 30px;
}

.nav-container {
  background-size: cover;
  background-position: top left;
}

.navbar-dark .navbar-toggler {
  color: white !important;
}
.navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:active {
  border: 0px;
  outline: 0px;
}
.navbar-dark .navbar-toggler .hidden {
  display: none;
}
.navbar-dark .navbar-toggler .fas {
  font-size: 28px;
}

.navbar-collapse {
  margin-bottom: 28px;
}

.top-nav {
  background: rgba(0, 85, 97, 0.9);
  /*padding-bottom: 20px !important;*/
}
.top-nav .navbar-brand {
  width: 34%;
  max-width: 390px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-nav .navbar-brand {
    width: 55%;
  }
}
.top-nav .nav-link {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  padding-left: 0.8rem;
}
.top-nav .nav-link svg {
  width: 16px;
}
.top-nav .nav-link.active {
  color: #97d1e7;
}
.top-nav .nav-icon .nav-link {
  padding-left: 0.5rem;
}
@media screen and (min-width: 992px) {
  .top-nav .translate {
    position: relative;
  }
  .top-nav .translate span {
    cursor: pointer;
  }
  .top-nav .translate:focus .language-select, .top-nav .translate:hover .language-select, .top-nav .translate.focus .language-select {
    opacity: 1;
    pointer-events: initial;
    z-index: 9;
  }
  .top-nav .translate:focus-within .language-select {
    opacity: 1;
    pointer-events: initial;
    z-index: 9;
  }
  .top-nav .language-select {
    position: absolute;
    right: 0px;
    top: 90%;
    width: 90px;
    opacity: 0;
    pointer-events: none;
    text-align: right;
    background: #007a8e;
  }
}
@media screen and (max-width: 991px) {
  .top-nav .nav-item {
    border-bottom: 2px solid #4c788c;
  }
  .top-nav form {
    padding: 0.8em;
    position: relative;
    padding-right: 66px;
    font-size: 18px;
  }
  .top-nav form input {
    width: 100%;
    padding: 8px 10px;
    border: 0px;
    box-shadow: 0px;
    border-radius: 6px;
  }
}

.search-submit {
  position: absolute;
  right: 0.8em;
  width: 42px;
  padding: 8px 5px 5px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0px 0px;
  border: 0px;
  background: #fa9823;
  border-radius: 6px;
}
.search-submit:hover {
  cursor: pointer;
  background: #d37f1c;
}
.search-submit svg {
  width: 21px;
  height: auto;
}
.search-submit line,
.search-submit circle {
  stroke: #003d54 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-toggler {
  border-width: 0px;
}

.lower-nav {
  background: #003d54;
  color: white;
  text-align: center;
}
.lower-nav a {
  color: white;
}
.lower-nav .lower-nav-wrapper {
  position: relative;
}
.lower-nav .nav-items {
  padding: 0px;
  list-style-type: none;
}
.lower-nav .nav-item {
  display: inline-block;
  border-bottom: 4px solid #003d54;
}
.lower-nav .nav-item:hover, .lower-nav .nav-item.current {
  border-color: #62b9db;
}
.lower-nav .nav-item .current {
  color: #97d1e7;
}
.lower-nav .nav-item .nav-link:hover {
  color: #62b9db;
}
.lower-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1199px) {
  .lower-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
}
.lower-nav .has-submenu:hover, .lower-nav .has-submenu:focus, .lower-nav .has-submenu.focus {
  border-color: #62b9db;
}
.lower-nav .has-submenu:hover .nav-link, .lower-nav .has-submenu:focus .nav-link, .lower-nav .has-submenu.focus .nav-link {
  color: #62b9db;
}
.lower-nav .has-submenu:hover .subnav, .lower-nav .has-submenu:focus .subnav, .lower-nav .has-submenu.focus .subnav {
  opacity: 1;
  pointer-events: initial;
}
.lower-nav .has-submenu:focus-within {
  border-color: #62b9db;
}
.lower-nav .has-submenu:focus-within .subnav {
  opacity: 1;
  pointer-events: initial;
}
.lower-nav .subnav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #0a5566;
  padding: 1.5rem;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.lower-nav .subnav a, .lower-nav .subnav span {
  display: block;
  line-height: 1.2em;
  margin-bottom: 9px;
}
.lower-nav .subnav a:hover, .lower-nav .subnav span:hover {
  color: #ff9823;
}
.lower-nav .subnav .subnav-link {
  font-size: 1.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
}
.lower-nav .subnav .col-lg {
  border-left: 2px solid white;
}
.lower-nav .tertiary-links {
  padding-left: 15px;
}

.subnav-title {
  font-size: 2em;
  font-weight: 500;
}

.subnav-toggle,
.tertiary-toggle {
  display: none;
}

.language-select span.nav-link {
  display: block;
  padding-bottom: 0px;
  color: white !important;
}
.language-select span.nav-link:hover {
  color: white;
}
.language-select a.nav-link {
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #003d54;
    z-index: 99;
  }
  .nav-item {
    position: relative;
  }
  .nav-item > .nav-link {
    margin-right: 40px;
  }
  .subnav-toggle,
  .tertiary-toggle {
    display: block;
    color: white;
    position: absolute;
    right: 0;
    padding: 0.53rem 1rem;
    font-size: 1.3em;
    top: 0;
    cursor: pointer;
  }
  .subnav-toggle:hover, .subnav-toggle.active,
  .tertiary-toggle:hover,
  .tertiary-toggle.active {
    background: #20617f;
  }
  .subnav-toggle.tertiary-toggle,
  .tertiary-toggle.tertiary-toggle {
    font-size: 1.1em;
  }
  .subnav-toggle.tertiary-toggle:hover, .subnav-toggle.tertiary-toggle.active,
  .tertiary-toggle.tertiary-toggle:hover,
  .tertiary-toggle.tertiary-toggle.active {
    background: transparent;
  }
  .subnav {
    background: #20617f;
  }
  .subnav .subnav-title {
    display: none;
  }
  .subnav .subnav-link,
  .subnav .tertiary-link {
    display: block;
    color: white;
  }
  .subnav .subnav-link {
    border-bottom: 1px solid #4c788c;
    padding: 5px;
  }
  .subnav .tertiary-link {
    padding: 2px 15px 2px;
    margin-bottom: 0px;
    font-size: 0.9em;
    margin-top: 4px;
  }
  div.has-tertiary {
    position: relative;
  }
  div.has-tertiary .tertiary-links {
    padding-bottom: 6px;
  }
  .subnav {
    display: none;
    padding-bottom: 10px;
  }
  .tertiary-links {
    display: none;
  }
}
.footer {
  background: #003d54;
  color: white;
}
.footer p {
  font-size: 16px;
}
.footer a {
  color: white;
}
.footer .footer-social {
  margin-top: 15px;
}
.footer .footer-social a {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 32px;
}
.footer .footer-column {
  border-bottom: 1px solid white;
  padding-top: 20px;
}
.footer .footer-form form {
  max-width: 260px;
}
.footer .footer-form form input {
  background: #044f66;
  color: white;
  border: 0px;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 6px 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.footer .footer-form form input::placeholder {
  color: white;
}
.footer .footer-form form button {
  float: right;
  appearance: none;
  background: #003d54;
  color: white;
  border: 0px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .footer .footer-column {
    padding-top: 5px;
    border-bottom: 0px;
    border-left: 2px solid white;
  }
  .footer .footer-column .footer-form form {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-form form {
    margin: 10px auto;
  }
}

.home-hero {
  color: white;
}
.home-hero p {
  text-shadow: 0px 0px 11px black;
}
.home-hero .small-hero-text {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.home-hero .large-hero-text {
  font-family: adobe-garamond-pro;
  font-style: italic;
  font-size: 3.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 991px) {
  .home-hero .large-hero-text {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .large-hero-text {
    font-size: 2.75em;
  }
}

.hero-search,
.nav-search {
  margin-top: 4em;
  margin-bottom: 4em;
}
.hero-search form,
.nav-search form {
  width: 100%;
  max-width: 620px;
  margin: 30px auto;
  position: relative;
  padding-right: 60px;
}
.hero-search form input,
.nav-search form input {
  width: 100%;
  padding: 11px 16px;
  border: 0px;
  border-radius: 6px;
  font-size: 18px;
}
.hero-search form button,
.nav-search form button {
  position: absolute;
  right: 2px;
  width: 51px;
  padding: 10px 5px 6px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0px 0px;
  border: 0px;
  background: #fa9823;
  border-radius: 6px;
}
.hero-search form button svg,
.nav-search form button svg {
  width: 25px;
  height: 27px;
}
.hero-search form button line,
.hero-search form button circle,
.nav-search form button line,
.nav-search form button circle {
  stroke: #003d54 !important;
}
.hero-search form button:hover,
.nav-search form button:hover {
  cursor: pointer;
  background: #fce8d5;
}
.hero-search .tags .button,
.nav-search .tags .button {
  min-width: 215px;
  margin-bottom: 9px;
}

.mfp-content {
  max-width: 992px;
}

.mfp-close-btn-in .mfp-close {
  color: white;
  font-size: 45px;
}

.nav-search {
  max-width: 992px;
  text-align: center;
  margin: auto;
  background: #003d54;
  border-radius: 9px;
  box-shadow: 1px 1px 17px -2px black;
}

.home-content {
  background-size: contain;
}

.home-news .pl-lg-5 {
  border-left: 1px solid #003d54;
}
@media screen and (max-width: 767px) {
  .home-news .pl-lg-5 {
    border-top: 1px solid #003d54;
    border-left: 0px;
  }
}
.home-news h2 {
  padding: 15px;
  color: #003d54;
}
.home-news .news-story {
  border-top: 1px solid grey;
}

.featured-news img {
  margin-bottom: 30px;
}
.featured-news .news-category {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #003d54;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 0.25em;
}
.featured-news .featured-news-content {
  padding: 8px;
  padding-bottom: 40px;
}
.featured-news .featured-news-content .read-more {
  right: 8px;
}

.news-story {
  padding: 15px 8px;
}
.news-story .read-more {
  left: 8px;
}

.news-story,
.featured-news {
  position: relative;
  padding-bottom: 34px;
}
.news-story .date,
.featured-news .date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.news-story .news-link:hover,
.featured-news .news-link:hover {
  text-decoration: none;
}
.news-story .title,
.featured-news .title {
  font-size: 1.6em;
  line-height: 1.1em;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 8px;
  color: #003d54;
}
.news-story .read-more,
.featured-news .read-more {
  position: absolute;
  bottom: 15px;
}
@media screen and (max-width: 991px) {
  .news-story .date,
  .news-story .news-category,
  .featured-news .date,
  .featured-news .news-category {
    font-size: 1.1em;
  }
  .news-story .title,
  .featured-news .title {
    font-size: 1.4em;
  }
}

.home-info {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, rgb(255, 255, 255) 22%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, rgb(255, 255, 255) 22%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, rgb(255, 255, 255) 22%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.home-info .justice-profile {
  background: #003d54;
  color: white;
}
.home-info .justice-profile p {
  font-size: 16px;
}
.home-info .justice-profile .profile-image {
  max-width: 220px;
  margin-bottom: 20px;
  margin-top: -50px;
}
.home-info .justice-profile .read-more {
  color: white;
}
.home-info .justice-profile .text-start {
  max-width: 330px;
  margin: 20px auto;
}
.home-info .justice-profile .small-title, .home-info .justice-profile .small-title-alt {
  margin-bottom: 0px;
  line-height: 1.2em;
}
.home-info .justice-profile .name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.75em;
  margin-bottom: 5px;
  font-weight: 400;
}
.home-info .county-info,
.home-info .contact-numbers {
  background: white;
}
.home-info .county-info,
.home-info .contact-numbers,
.home-info .justice-profile {
  box-shadow: 0px 0px 15px -4px #414042;
  border-radius: 9px;
}
.home-info .contact-numbers .number {
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.home-info .contact-numbers a {
  color: #007a8e;
  font-weight: 500;
  display: inline-block;
  padding-left: 6px;
}
.home-info .icon-content {
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  padding-left: 79px;
  padding-top: 15px;
}
.home-info .icon-content img {
  position: absolute;
  width: 55px;
  left: 4px;
  top: 0;
}
.home-info .icon-content h2 {
  min-height: 40px;
}
@media screen and (max-width: 540px) {
  .home-info .icon-content {
    padding-left: 0px;
    padding-top: 4px;
  }
  .home-info .icon-content .contact-numbers {
    margin-bottom: 0.5rem !important;
  }
  .home-info .icon-content h2 {
    min-height: 10px;
  }
  .home-info .icon-content img {
    width: 35px;
    display: none;
  }
}
.home-info .county-select {
  max-width: 430px;
  margin: 20px auto 10px;
  position: relative;
  padding-right: 47px;
  font-size: 18px;
}
.home-info .county-select .form-select custom-select {
  height: auto;
  padding: 8px 19px 7px;
}
.home-info .search-submit {
  position: absolute;
  right: 0px;
  width: 42px;
  padding: 8px 5px 5px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0px 0px;
  border: 0px;
  background: #fa9823;
  border-radius: 6px;
}
.home-info .search-submit:hover {
  cursor: pointer;
  background: #d37f1c;
}
.home-info .search-submit svg {
  width: 21px;
  height: auto;
}
.home-info .search-submit line,
.home-info .search-submit circle {
  stroke: #003d54 !important;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
ul.tabs .small-title, ul.tabs .small-title-alt {
  color: #003d54;
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border-top: 12px solid;
}
ul.tabs li img {
  width: 45px;
}
ul.tabs li.general-tab {
  background: #b4e0e9;
  border-color: #007a8e;
}
ul.tabs li.legal-tab {
  background: #E9F6FC;
  border-color: #62b9db;
}
ul.tabs li.judicial-tab {
  background: #fce8d5;
  border-color: #ff9823;
}
ul.tabs li .small-title, ul.tabs li .small-title-alt {
  padding-left: 8px;
}
@media screen and (max-width: 1199px) {
  ul.tabs li .small-title, ul.tabs li .small-title-alt {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    padding-left: 10px;
    vertical-align: middle;
  }
}

ul.tabs li.current {
  background: white;
  color: #222;
}

.tab-content {
  display: none;
  background: white;
  padding: 15px 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.tab-content.current {
  display: inherit;
}

.tabs-container {
  box-shadow: 0px 0px 15px -4px #414042;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media screen and (max-width: 991px) {
  .tabs-container {
    box-shadow: 0px 0px;
  }
  .tab-content {
    display: block;
    box-shadow: 0px 0px 15px -4px #414042;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-bottom: 10px;
    padding: 0px;
    overflow: hidden;
  }
  .tab-content.closed .tab-toggle {
    background: white;
  }
  .tab-content.closed .row {
    max-height: 0px;
    opacity: 0;
    padding: 0px 15px;
  }
  .tab-content .row {
    max-height: 999px;
    padding: 15px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .tab-content .tab-toggle {
    border-top: 9px solid;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
  }
  .tab-content .tab-toggle img {
    width: 37px;
  }
  .tab-content .tab-toggle .fas {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 1.3em;
    transform: translateY(-50%);
  }
  .tab-content .tab-toggle .small-title, .tab-content .tab-toggle .small-title-alt {
    padding-left: 5px;
  }
}
@media screen and (max-width: 991px) and (max-width: 540px) {
  .tab-content .tab-toggle .small-title, .tab-content .tab-toggle .small-title-alt {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 991px) {
  .tab-content .general-tab {
    background: #b4e0e9;
    border-color: #007a8e;
  }
}
@media screen and (max-width: 991px) {
  .tab-content .legal-tab {
    background: #E9F6FC;
    border-color: #62b9db;
  }
}
@media screen and (max-width: 991px) {
  .tab-content .judicial-tab {
    background: #fce8d5;
    border-color: #ff9823;
  }
}
@media screen and (max-width: 991px) {
  .tab-toggle {
    padding: 15px;
  }
}
.quick-links {
  background: #007a8e;
  color: white;
  text-align: center;
}
.quick-links .quick-link {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  max-width: 309px;
  vertical-align: top;
  text-align: left;
  margin-bottom: 20px;
}
.quick-links .quick-link a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
}
.quick-links .quick-link a svg {
  transition: all 0.2s ease;
}
.quick-links .quick-link a:hover svg {
  transform: translateX(2px);
}
.quick-links .quick-link img.svg {
  display: none;
}
.quick-links .quick-link .svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
}
.quick-links .quick-link .svg polyline {
  stroke: #003d54 !important;
}
.quick-links .quick-link .svg circle {
  fill: #E9F6FC !important;
}
@media screen and (max-width: 992px) {
  .quick-links .quick-link {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .custom-tabs .tab-content .row {
    padding: 15px 0px;
  }
}
.pre-footer {
  color: white;
  background-size: cover;
  background-position: center;
}
.pre-footer h2 {
  text-shadow: 0px 0px 11px black;
}
.pre-footer .large-text, .pre-footer .results-display {
  font-size: 1.75em;
  font-weight: 300;
  text-shadow: 0px 0px 11px black;
  max-width: 992px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .pre-footer .large-text, .pre-footer .results-display {
    font-size: 1.4em;
  }
}

.subpage-header {
  background: #f4f4f4;
  margin-top: -1em;
  padding-top: 10px;
}
.subpage-header hr {
  margin-top: 0px;
}
.subpage-header .inner-nav a {
  font-weight: 500;
  color: #003d54;
  font-size: 1.1em;
}
.subpage-header .inner-nav .current {
  color: #007a8e;
}
.subpage-header .breadcrumb-container .breadcrumb .breadcrumb-item a,
.subpage-header .breadcrumb-container .breadcrumb .breadcrumb-item span {
  font-family: "Roboto Condensed", sans-serif;
  color: #003d54;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .subpage-header .breadcrumb-container .breadcrumb .breadcrumb-item a,
  .subpage-header .breadcrumb-container .breadcrumb .breadcrumb-item span {
    font-size: 14px;
  }
}
.subpage-header .breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #003d54;
}

.flex-list {
  position: relative;
  margin: 1em 0em;
  overflow: hidden;
}
.flex-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1px;
  list-style-type: none;
  padding-left: 0px;
  max-width: 981px;
}
.flex-list li {
  flex-basis: auto;
  margin: 0.25em 0;
  padding: 0 1em;
  text-align: left;
  border-left: 1px solid #b0bdbe;
}

.intro-text {
  font-size: 1.7rem;
  line-height: 1.25em;
  color: #003d54;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 991px) {
  .intro-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .intro-text {
    font-size: 1.2rem;
  }
}

.intro-links p {
  font-size: 18px;
}
.intro-links p a {
  font-weight: 600;
}

.subpage-text p, .subpage-text li {
  font-size: 18px;
}
.subpage-text hr {
  width: 90px;
  border-top: 4px solid #ff9823;
  margin: 20px 0px 30px;
}
.subpage-text .small-title, .subpage-text .small-title-alt {
  color: #003d54;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.profile-list .small-title, .profile-list .small-title-alt {
  color: #007a8e;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.profile-list p {
  font-size: 1.1em;
}
.profile-list a {
  color: #414042;
}
.profile-list img {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 10px;
}

.sidebar, .landing-card {
  box-shadow: 0px 3px 20px 0px #9d9d9d;
  border-radius: 10px;
  padding: 30px 35px;
  background: white;
}
.sidebar.news-sidebar p, .landing-card.news-sidebar p {
  font-size: 16px;
}
.sidebar.news-sidebar .back-link, .landing-card.news-sidebar .back-link {
  font-size: 1.2rem;
  line-height: 1em;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar a, .landing-card a {
  color: #007a8e;
  font-weight: 500;
}
.sidebar .read-more, .landing-card .read-more {
  color: #003d54;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.sidebar p, .landing-card p {
  margin-bottom: 0.75em;
}
.sidebar .icon-title, .landing-card .icon-title {
  margin-top: 20px;
  position: relative;
  padding-left: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0.5em;
}
.sidebar .icon-title img, .landing-card .icon-title img {
  position: absolute;
  left: 0px;
  width: 26px;
  top: 0;
}
.sidebar .icon-title .small-title, .sidebar .icon-title .small-title-alt, .landing-card .icon-title .small-title, .landing-card .icon-title .small-title-alt {
  font-size: 1.2rem;
  padding-left: 4px;
}
.sidebar .small-title-alt, .landing-card .small-title-alt {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 992px) {
  .sidebar, .landing-card {
    padding: 20px 20px;
  }
}

.two-column-intro .page-title {
  margin-bottom: 25px;
}
.two-column-intro p {
  font-size: 1.2rem;
}
.two-column-intro .intro-text {
  font-size: 1.5rem;
}

.results-display {
  color: #003d54;
  font-family: "Roboto Condensed", sans-serif;
}

.search-form {
  margin-bottom: 25px;
}
.search-form label,
.search-form legend {
  color: #003d54;
  font-size: 1.05rem;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 500;
}
.search-form .form-control,
.search-form .form-select custom-select {
  height: auto;
  padding: 8px 19px 8px;
}
.search-form .button-group {
  padding-right: 55px;
  position: relative;
}
.search-form .button-group .search-submit {
  top: 0;
  right: 0;
}

.date-navigation a, .pagination-nav a {
  font-family: "Roboto Condensed", sans-serif;
  color: #414042;
  text-transform: uppercase;
}
.date-navigation img, .pagination-nav img {
  margin: 0px 5px;
  margin-top: -4px;
}

.accordion-block {
  margin-top: 40px;
}

.accordion-item {
  background: white;
  box-shadow: 0px 0px 20px -3px #9d9d9d;
  border-radius: 6px;
  padding: 15px 25px;
  margin-bottom: 28px;
}
.accordion-item .case-time {
  font-size: 1.1rem;
}
.accordion-item .download-link {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #003d54;
  font-weight: 600;
}

.result-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.result-title .case-name, .result-title .row-subtitle {
  font-size: 1.2rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .result-title .case-name, .result-title .row-subtitle {
    font-size: 1.1rem;
  }
}
.result-title .case-number, .result-title .row-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .result-title .case-number, .result-title .row-title {
    font-size: 1.3rem;
  }
}
.result-title .accordion-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.result-title .accordion-arrow {
  background: #d3ecf7;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px;
  text-align: center;
  width: 24px;
  border-radius: 50%;
  font-size: 12px;
}

.result-info {
  display: none;
}
.result-info a {
  color: #003d54;
  font-weight: 500;
}
.result-info.contact-listing p {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}
.result-info.contact-listing .contact-type {
  font-size: 18px;
}

.result-table .result {
  padding: 15px 25px;
}
.result-table .result .result-title {
  cursor: initial;
}
.result-table .result .result-title .case-name {
  margin-bottom: 5px;
}
.result-table .result:nth-child(odd) {
  background: white;
}
.result-table .advance-sheet-result a {
  font-weight: 600;
  font-size: 1.4rem;
}
.result-table .advance-sheet-result .subtitle {
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

.subpage-text .small-hr {
  margin-bottom: 15px;
}
.subpage-text .result-table .result:nth-child(odd) {
  background: #f4f4f4;
}

.learn-more-link {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.archive-links .archive-link {
  letter-spacing: 0.03em;
  font-size: 1.5rem;
  color: #007a8e;
}

.county-map path {
  cursor: pointer;
}
.county-map path:hover {
  fill: #333 !important;
}
.county-map .map-county.active {
  fill: #333 !important;
}

.circuit-map path {
  cursor: pointer;
}
.circuit-map g:hover path {
  fill: #333 !important;
}
.circuit-map .map-circuit.active path {
  fill: #333 !important;
}

@media screen and (max-width: 991px) {
  .circuit-map, .county-map {
    display: none;
  }
}

.map-info {
  display: none;
}
.map-info.active {
  display: block;
}
.map-info p {
  font-size: 1rem;
}
.map-info .county-links p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #003d54;
}
.map-info .county-links p a {
  display: inline-block;
  padding-top: 6px;
}
.map-info .map-contact {
  margin-top: 15px;
}
.map-info .county-number, .map-info .circuit-number {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
.map-info .county-number:before, .map-info .circuit-number:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: currentColor;
}

.county-listing .county-link p {
  font-weight: 600;
  color: #003d54;
  margin-bottom: 12px;
}
.county-listing .county-link p a {
  font-weight: 500;
  color: #007a8e;
  font-size: 18px;
  padding-top: 8px;
  display: inline-block;
}

.court-intro p {
  font-size: 1rem;
}
.court-intro .court-image {
  width: 100%;
  max-width: 280px;
  margin-top: 10px;
}
.court-intro .sidebar {
  padding: 10px 35px 20px;
  margin-top: 12px;
}
.court-intro .sidebar p {
  margin-bottom: 0.5em;
}
.court-intro .sidebar a {
  font-weight: 600;
}

.county-tabs .tab-content, .custom-tabs .tab-content {
  display: block;
  border: 2px solid #b0bdbe;
  background: #f4f4f4;
  border-radius: 0px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0px 2px 23px -7px;
}
.county-tabs .tab-content .row, .custom-tabs .tab-content .row {
  max-height: none;
}
.county-tabs .nav-tabs, .custom-tabs .nav-tabs {
  margin-bottom: -3px;
}
.county-tabs .nav-tabs .nav-link, .custom-tabs .nav-tabs .nav-link {
  border: 2px solid #b0bdbe;
  border-top: 4px solid #414042;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #003d54;
  text-transform: uppercase;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #f4f4f4;
}
.county-tabs .nav-tabs .nav-link.active, .custom-tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #f4f4f4;
  border-top: 4px solid #007a8e;
  color: #007a8e;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .county-tabs .nav-tabs .nav-link, .custom-tabs .nav-tabs .nav-link {
    font-size: 1rem;
  }
}

.clerk-sidebar {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 15px -4px;
}
.clerk-sidebar img {
  border-radius: 16px;
}
.clerk-sidebar p {
  font-size: 18px;
}
.clerk-sidebar a {
  color: #003d54;
}

.contact-card, .news-card, .search-card, .calendar-card {
  padding: 25px 35px;
  box-shadow: 0px 3px 20px 0px #9d9d9d;
  border-radius: 14px;
  background: white;
}
.contact-card .small-title, .news-card .small-title, .contact-card .small-title-alt, .news-card .small-title-alt, .search-card .small-title, .search-card .small-title-alt, .calendar-card .small-title, .calendar-card .small-title-alt {
  margin-bottom: 7.5px;
}
.contact-card p, .news-card p, .search-card p, .calendar-card p {
  font-size: 1.1rem;
  margin-bottom: 0.7em;
}
.contact-card .circuit, .news-card .circuit, .contact-card .county, .news-card .county, .search-card .circuit, .search-card .county, .calendar-card .circuit, .calendar-card .county {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .contact-card, .news-card, .search-card, .calendar-card {
    padding: 18px 22px;
  }
}

.news-card {
  max-width: 320px;
  margin: 0px auto;
  padding-bottom: 90px;
  position: relative;
}
.news-card p {
  font-size: 1.2rem;
}
.news-card .date {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 16px;
}
.news-card .card-title, .news-card .archive-links .archive-link, .archive-links .news-card .archive-link {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.news-card .read-more {
  position: absolute;
  bottom: 20px;
  right: 35px;
}
.news-card .read-more span {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .news-card {
    padding-bottom: 80px;
  }
}

.archive-pagination .page-item .page-link:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0.125rem;
  background-color: #eee;
}
.archive-pagination .page-item.active .page-link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #003d54;
  color: #fff;
  border-radius: 50%;
}
.archive-pagination .page-item .page-link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: #999;
  font-weight: bold;
}
.archive-pagination .page-item .page-link:hover {
  border-radius: 50%;
}
.archive-pagination .page-item .page-link {
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
}
.archive-pagination .page-item.active .page-link {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.archive-pagination .page-link {
  border: none !important;
}

.news-article .date {
  margin-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 16px;
}
.news-article .author {
  font-size: 1rem;
}
.news-article .article-content a {
  color: #007a8e;
}
.news-article .article-content li {
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .news-article .article-content li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .news-article .article-content li {
    font-size: 1rem;
  }
}
.news-article .article-content ul {
  padding-left: 20px;
}
.news-article .article-content img {
  margin: 20px 0;
}

.circuit-result .circuit-number {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.circuit-result .result-title .counties {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
}
.circuit-result .contact-type {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.circuit-result hr {
  margin-bottom: 8px;
  margin-top: 40px;
}

.contact-type {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.result-contact p {
  font-size: 18px;
}

.fees-group ul {
  font-size: 1.2rem;
}
.fees-group ul a {
  font-weight: 600;
  color: #007a8e;
}
@media screen and (max-width: 767px) {
  .fees-group ul {
    font-size: 1rem;
  }
}

.rules-nav .nav-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
}
.rules-nav .nav-title a {
  color: #414042;
}
.rules-nav ul {
  list-style-type: none;
  padding-left: 15px;
}
.rules-nav ul a {
  color: #003d54;
}
.rules-nav ul .current {
  color: #007a8e;
}

.rules-group {
  display: none;
}
.rules-group.active {
  display: block;
}
.rules-group .result-title .rules-heading {
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.rules-group .result-title .accordion-arrow {
  bottom: initial;
}
.rules-group .rules-listing {
  margin-top: 16px;
}
.rules-group .rules-listing .rules-subheading {
  font-size: 1.35rem;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 12px;
  margin-top: 20px;
}
.rules-group .rules-listing .sub-rules {
  padding-left: 15px;
}
.rules-group .rules-listing .sub-rules p {
  font-weight: 500;
}
.rules-group .rules-listing .subrule-heading {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: lowercase;
  font-variant: small-caps;
}
.rules-group .rules-listing p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 10px;
}
.rules-group .rules-listing p span {
  display: inline;
  padding: 2px;
}
.rules-group .rules-listing p a {
  color: #414042;
}
@media screen and (max-width: 767px) {
  .rules-group .rules-title .rules-heading {
    font-size: 1.3rem;
  }
  .rules-group .rules-listing .rules-subheading {
    font-size: 1.15rem;
  }
  .rules-group .accordion-item {
    padding: 15px 15px;
  }
}

.rule-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #003d54;
  margin-bottom: 30px;
}

.attorney-details p, .attorney-contact p {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.attorney-details a, .attorney-contact a {
  color: #003d54;
  font-weight: 600;
}

.advanced-search legend, .advanced-search .search-label {
  color: #007a8e;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0px;
}
.advanced-search label {
  color: #003d54;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.1rem;
}
.advanced-search .checkbox-group legend {
  font-family: "Roboto", sans-serif;
  color: #003d54;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.1rem;
}
.advanced-search .checkbox-group .form-check-label {
  margin-top: 0px;
  font-weight: 400;
}
.advanced-search .form-select, .advanced-search .custom-select, .advanced-search .form-control {
  margin-bottom: 15px !important;
}
.advanced-search .button-group .search-submit {
  bottom: 15px;
  top: auto;
}
.advanced-search .toggled-form {
  max-height: 0px;
  overflow: hidden;
}
.advanced-search .toggled-form.active {
  max-height: 9999px;
}
.advanced-search .toggled-form:focus-within {
  max-height: 9999px;
}

.result .affected-rules {
  margin-top: 1.75em;
  margin-bottom: 0.3em;
}

.calendar-card .card-section {
  margin-bottom: 25px;
}
.calendar-card .card-section p {
  padding-left: 10px;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}
.calendar-card .card-section p a {
  font-weight: 600;
  color: #007a8e;
}
.calendar-card h3 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.calendar-card a {
  font-weight: 600;
}

.landing-card .section-title {
  font-size: 2rem;
}

.help-text {
  color: rgb(255, 0, 0);
}

.submit-button {
  font-size: 1.3rem;
  appearance: none;
  border: 0px;
}

.fc .fc-toolbar-title {
  color: #003d54;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.fc-h-event .fc-event-main {
  padding-left: 10px;
}

.fc .fc-button {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.tts-header {
  background-color: #115d65;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}

.tts-banner {
  color: #1f5368;
  display: flex;
  padding-top: 20px;
}

.tts-instructions {
  padding-bottom: 15px;
}

.tts-footer {
  display: flex;
  justify-content: center;
  background-color: #003d54;
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
}

.tts-start-selector {
  display: flex;
  flex-direction: column;
}

.tts-criteria {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
}

.tts-criteria-search-header h6 {
  display: flex;
  padding-bottom: 10px;
  color: #1f5368;
}

.tts-criteria-search-header h4 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 15px;
  justify-content: center;
  color: #8d8e90;
}

.tts-criteria-search-results h6 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #8fc7de;
}

.tts-criteria-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: fit-content;
}

.tts-criteria-element {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  padding-right: 10px;
}

.tts-result-divider {
  min-height: 30px;
  border-bottom: 1px solid #D4D4D4;
}

.tts-results {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 20px;
}

.tts-pager {
  display: flex;
  padding-top: 5px;
}

.tts-validation-frame {
  min-height: 30px;
}

.tts-validation-error {
  color: #c80000;
  font-weight: bold;
}

.tts-loader {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: tts_bounce_loadingProgress;
  animation-timing-function: linear;
  background-color: #2e8aea;
  height: 2px;
  margin-left: 0;
  margin-top: 0;
  display: none;
}

.tts-loader-wrapper {
  margin-top: 20px;
}

.tts-loader-indicator {
  font-size: 0;
  left: 50%;
  list-style: none;
  margin: -6px 0 0 -6px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes tts_bounce_loadingProgress {
  0% {
    margin-left: 0%;
  }
  to {
    margin-left: 100%;
  }
}
@keyframes ttsLoadIndicatorAnimation {
  0% {
    background: #2152a3;
    transform: scale(0.5);
  }
  50% {
    background: 0 0;
    transform: scale(1);
  }
  to {
    background: #2152a3;
    transform: scale(0.5);
  }
}
.login-banner {
  color: #1f5368;
  display: flex;
  padding-top: 20px;
}

.login-instructions {
  padding-top: 15px;
  padding-bottom: 15px;
}

.login-form {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.login-form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
}

.login-form-element {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  padding-right: 10px;
  min-width: 300px;
}

.login-form-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-button {
  min-width: 65px;
}

.login-input {
  min-width: 200px;
}

.login-results {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 20px;
}

.login-validation-frame {
  min-height: 30px;
}

.login-validation-error {
  color: #c80000;
  font-weight: bold;
}

.login-validation-success {
  color: #0088ff;
  font-weight: bold;
}

@keyframes mbrlogin_bounce_loadingProgress {
  0% {
    margin-left: 0%;
  }
  to {
    margin-left: 100%;
  }
}
.noaccess-instructions {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #0088ff;
  font-size: 1.1rem;
}
