@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Importing Bootstrap SCSS file. */
:root,
html,
body {
    --court-primary: rgb(18, 32, 92, 1);
    --court-black: #222;
    --court-ltblue: #d4e5f5;
    --court-ltblue2: rgba(242, 246, 251);
    --court-ltblue3: #f2f7fe;
    --court-paleblue: #f0f4fc;
    --court-dkblue: #232f3d;
    --court-yellow: #f3c727;
    --court-grey: #95a3ab;
    --court-ltgrey: #eee;
    --court-gold: #fa8939;
    font-family: 'Lato', Tahoma, sans-serif !important;
    color: var(--court-black);
    font-display: swap;
    --bs-info-rgb: 232, 242, 255;
    font-size: 18px;
    --primary: rgb(18, 32, 92, 1);
    --blue-pale: rgba(244, 247, 252, 1);
    --blue3: #005994;
    --warning: rgba(248, 229, 160, 1);
    background-color: #fff !important;
}

nav {
    background-color: #232f3d;
    border-bottom: 5px solid #f5c04f;
    border-radius: 20px 20px 0 0;
    padding: 10px;
}

nav a,
footer a {
    color: #fff;
}

.nav-search {
    border-radius: 10px !important;
    font-size: 14px;
}

.nav-search .form-control::placeholder,
.nav-search value,
.nav-search input {
    font-style: italic;
}

.nav-search i {
    font-style: normal;
}

.navbar .megamenu {
    padding: 1rem;
    font-size: 14px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 0px rgba(0, 0, 0, 0.25);
    /* box-shadow: 0 5px 0px rgba(0, 0, 0, 0.25); */
    background-color: rgb(206, 221, 237);
    border-top: 5px solid #f5c04f;
}
.megamenu .bg-ltblue,
.bg-ltblue {
    background-color: rgb(206, 221, 237);
}
.bg-blue-pale {
    background: var(--blue-pale);
}

.megamenu :is(h1, h2, h3, h4, h5, h6) {
    font-weight: bold;
}

@media all and (min-width: 992px) {
    a.nav-link {
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0.75rem 10px 0.5rem !important;
        &:hover {
            color: #fff !important;
        }
    }
    .megamenu h6.title {
        font-size: 16px;
    }
    .megamenu ul {
        padding-left: 15px;
        list-style: disc;
        li {
            padding-top: 5px;
        }
    }
    .col-megamenu a {
        color: black;
        font-size: 14px;
    }
    .megamenu a:hover {
        color: var(--blue3);
    }
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px !important;
    }
}

.breadcrumb-item > img {
    margin-top: -0.4rem;
}
footer {
    border-radius: 10px;
    margin-top: 10px;
    background-color: #232f3d;
    color: #fff;
}

footer strong {
    letter-spacing: 0.5px !important;
}

footer .sixteen,
footer a {
    font-size: 16px;
}

footer a:hover {
    text-decoration: underline;
    color: inherit;
}

footer .brands a {
    margin-right: 20px;
    font-size: 24px;
}

footer .last-line a {
    text-decoration: underline;
}

.homesplash {
    background: var(--primary) url('https://lascproduction.blob.core.windows.net/static-assets/img/homesplash.jpg') no-repeat center top;
    background-size: cover;
    border-radius: 0 0 20px 20px;
    max-height: 336px;
    color: white;
}

.homesplash .hero-search {
    background: rgba(0, 52, 111, 0.8);
}
.hero {
    border-radius: 0 0 20px 20px;
    img {
        max-height: 336px;
    }
}
.hero-linkbar {
    background-color: rgb(206, 221, 237);
    max-width: 975px;
    min-height: 105px;
    margin: auto;
    box-shadow: 0 5px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    bottom: 20px;
}

.hero-linkbar i {
    width: 20px;
}

.homenewssplash {
    background: linear-gradient(rgba(50, 104, 168, 0.9), rgba(50, 104, 168, 0.9)),
        url('https://lascproduction.blob.core.windows.net/static-assets/img/Court_ComunicationsBG.jpg') no-repeat center bottom;
    background-size: cover;
}

.homemapsplash {
    background: linear-gradient(rgba(243, 247, 254, 0.9), rgba(243, 247, 254, 0.9)),
        url('https://lascproduction.blob.core.windows.net/static-assets/img/LocateaCourthouse-BG.jpg') no-repeat center bottom;
    background-size: cover;
}

.atcourtsplash {
    background: linear-gradient(rgba(50, 104, 168, 0.19), rgba(50, 104, 168, 0.19)), #fff url('https://lascproduction.blob.core.windows.net/static-assets/img/CourtSeal-cropped.png') no-repeat left top;
}

img.icons {
    width: 22px;
    height: 22px;
    margin: 0 5px 5px 0;
}

.minicard {
    width: 100%;
    padding: 0 10px;
    border-radius: 10px;
}

.minicard img {
    width: 100%;
}

.bigger {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0 10px;
    border-radius: 10px;
}

.smaller {
    width: calc(100% - 24px);
    /*height: 107px;*/
    background: rgba(18, 32, 92, 0.9);
    position: absolute;
    bottom: 0px;
    color: white;
    border-radius: 0 0 10px 10px;
    font-family: Lato;
    font-size: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 6px 20px 0;
    left: 12px;
    letter-spacing: 0.5px !important;
}

.smaller small {
    color: #d4d4d4;
}

.case-cards a,
.hero-linkbar a,
.maps a {
    /* color: #0d3523; */
    color: #000;
    text-decoration: none;
}

.mobile-hotlink a {
    text-decoration: none;
    color: #000;
}

.pk-card-home {
    max-width: 375px;
    height: 333px;
    position: relative;
}

.pk-card-home *:not(.btn) {
    border-radius: 20px;
}

.pk-card-home .pk-img {
    width: 316px;
    height: 147px;
    margin: auto;
    /* background-color: #65daa2; */
    position: relative;
    z-index: 2;
}

.pk-card-home .pk-body {
    width: clamp(350px, 375px);
    height: 261px;
    background-color: teal;
    position: relative;
    margin-top: -50px;
    padding: 10px 20px;
    min-width: 352px;
}

.pk-card-home .pk-body.first {
    background: #cedded;
}

.pk-card-home .pk-body.second {
    background: #dbe4e7;
}

.pk-card-home .pk-body.third {
    background: #f5e49d;
}
.pk-card-home .pk-body.fourth {
    background: #ddead1;
}

.pk-card-home .btn {
    position: absolute;
    bottom: 20px;
}

.pk-card-home .pk-card-title {
    margin-top: 60px;
}

.rounded {
    border-radius: 20px !important;
}

.rounded div.rounded,
.rounded img.rounded {
    border-radius: 10px !important;
}

.rounded-br {
    border-radius: 0 0 20px 0 !important;
}
.rounded-bl {
    border-radius: 0 0 0 20px !important;
}

.btn {
    border-radius: 10px;
}

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

/* a {
    color: var(--court-primary);
} */

h1 {
    font-size: 2.25em !important;
}

.blue3,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary {
    color: var(--blue3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px !important;
    /* font-weight: bold !important; */
}

h3,
h4,
h5 {
    letter-spacing: 0.5px !important;
}
.fs-22 {
    font-size: 22px;
    font-weight: bold;
}

header a,
nav a,
footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .list-group-item {
    padding: 0.125rem;
}

div.lasc-logo {
    background-color: #1f303e;
}

footer {
    background-color: var(--court-dkblue) !important;
    color: #fff;
}

.court-topbar {
    background-color: var(--court-dkblue);
    color: #fff;
    border-bottom: 5px solid var(--court-gold);
    text-align: center;
    font-weight: bold;
}

.bd-primary,
.btn-primary {
    background-color: var(--court-primary);
    color: #fff;
}

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

.btn-outline-primary {
    background-color: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.bg-warning,
.btn-warning {
    background-color: var(--warning) !important;
    border-color: var(--warning);
}

.case-cards .border {
    border-color: #b7d3ef !important;
}

.case-cards .rounded.border.border-2.py-2.px-4.m-md-2:hover {
    background-color: #b7d3ef;
    color: #000;
}

.case-cards .col-md-4 > div {
    width: 346px;
    min-height: 188px;
    padding: 20px;
}

.case-cards .title {
    font-size: 23px;
    font-weight: bold;
}

.maps {
    background-color: #fff;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    margin: 20px auto;
}

.mobile-hotlink a:hover,
.case-cards .border:hover {
    background-color: #c4c4c4;
}

@media (max-width: 500px) {
    .case-cards .col-md-4 {
        padding: 0px !important;
        width: 100% !important;
    }

    .case-cards .rounded {
        /* border-radius: 0 !important; */
        width: 100% !important;
        margin: 0px;
    }

    .homesplash .col-lg-6 {
        padding: 0;
    }

    .homesplash .hero-search {
        top: 100px;
        position: relative;
    }
}

.text-primary {
    color: var(--court-primary) !important;
}

.bg-ltblue,
.btn-ltblue {
    background-color: rgba(var(--court-ltblue), 0.9) !important;
}

.btn-ltblue {
    border-color: var(--court-ltblue);
}

.bg-gold,
.btn-gold {
    background-color: var(--court-gold);
    color: #fff;
}

.btn-gold {
    border-color: var(--court-gold);
}

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

#components {
    background-color: #1f303e;
}

#components > .container {
    background-color: #fff;
}

.shadow1 {
    box-shadow: 2px 2px 1px #999;
}

.card-transparent,
.card-transparent .card-header {
    background: transparent;
    border-color: transparent;
}

.card-header {
    border-color: transparent;
}

.transparent,
.transparent li {
    background: transparent;
    border-color: transparent;
}

.react-links a {
    color: green !important;
}

.lasc-secondary-nav {
    min-height: 400px;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;

    position: absolute;
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 1px 1px 5px;
    border-bottom-left-radius: 20px;
}

.lasc-secondary-nav .nav-title {
    margin: 15px 0 0 15px;
    padding: 15px;
}

.nav-title-underlined {
    margin: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 5px;
    opacity: 1;
    color: var(--court-primary);
}

.lasc-secondary-nav .nav-description {
    padding: 0px 30px;
}

.lasc-secondary-nav .nav-container {
    margin: 15px;
    padding: 15px;
    min-height: 400px;
}

.lasc-secondary-nav .nav-container h6 {
    font-weight: bold;
}

.lasc-secondary-nav.show {
    display: block !important;
}

.navGroupItemsUl {
    padding-left: 0.9rem;
    color: var(--court-primary);
}

.navGroupItemsUl a {
    text-decoration: none;
    font-size: 1.05rem;
}

.img-max-width-550 {
    width: 550px;
}

.secondary-nav-link {
    line-height: 100px;
    font-size: 1.25rem;
    color: var(--court-black);
    text-decoration: none;
    margin-right: 10px;
}

.verbose-nav-item {
    color: black;
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 1.25rem;
}

.verbose-nav-item-desc {
    display: block;
}

/**
  * wg-menuItem
  */
.wg-menuItem {
    text-decoration: none !important;
}

.wg-menuItem .card {
    min-height: 225px;
}

.wg-menuItem .card:hover {
    box-shadow: 2px 2px 5px #999;
    transition: box-shadow 0.1s linear;
    border-radius: 12px 12px 20px 20px !important;
}

.jumbotron-callToAction .img {
    margin-bottom: 0px;
    opacity: 0.2;
    color: #fff;
    background: #000 top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.jumbotron h2 {
    margin-top: 0;
}

.jumbotron {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.jumbotron .container {
    position: relative;
    z-index: 2;
}

.catalog-menu-container {
    border: 1px solid var(--court-primary);
    padding: 30px 15px 0px 15px;
}

.nav-pills-catalog {
    margin: 0px 100px;
}

.catalog-menu-btn {
    min-width: 125px !important;
    padding: 15px;
    margin-right: 5px;
    color: var(--court-black);
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}

.catalog-menu-btn.active {
    background-color: var(--court-dkblue) !important;
    color: #fff;
}

.catalog-menu-btn:hover {
    background-color: var(--court-yellow) !important;
    color: var(--court-black) !important;
}

.catalog-menu-item-container {
    background-color: var(--court-ltblue2);
}
.catalog-menu-item {
    padding: 10px;
}

.catalog-menu-item-bottomborder {
    border-bottom: 1px solid var(--court-dkblue);
}

.catalog-menu-item-rightborder {
    border-right: 1px solid var(--court-dkblue);
}

/* breadcrumb */
.xng-breadcrumb-root {
    background: transparent !important;
}

/* text alt */
.text-align-right {
    text-align: right;
}
/* end text alt */

.img-width-100 {
    width: 100% !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.text-right {
    text-align: right !important;
}

.bg-court-ltblue3 {
    background-color: var(--court-ltblue3) !important;
}

.plain-accordion {
    --bs-accordion-bg: #fff;
    --bs-accordion-active-bg: var(--bs-accordion-bg);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: var(--bs-accordion-border-radius);
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 4px;
}

.plain-accordion .accordion-button {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #111b2b;
    font-weight: 500;
}

.plain-accordion .accordion-body {
    font-size: 14px;
}

.resource-accordion {
    --bs-accordion-bg: #f2f6fb;
    --bs-accordion-active-bg: var(--bs-accordion-bg);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 20px;
    --bs-accordion-inner-border-radius: var(--bs-accordion-border-radius);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 12.5a.5.5 0 0 1-.354-.854L11.793 8 7.646 3.854a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.354.146z'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: var(--bs-accordion-body-padding-x);
}
.resource-accordion .accordion-button {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
}
.resource-accordion .accordion-button:after {
    background-color: #232f3d;
    padding: 15px;
    align-items: center;
    justify-content: center;
    background-position: center;
    display: flex;
    border-radius: 4px;
    transform: rotate(90deg);
}
.resource-accordion .accordion-button:not(.collapsed):after {
    transform: rotate(-90deg);
}
.resource-accordion .accordion-button,
.resource-accordion .accordion-item {
    border-radius: var(--bs-accordion-border-radius) !important;
}
.resource-accordion table td {
    border-width: 0;
}
.resource-accordion table tr.active {
    background-color: #f5c04f;
}

/* .badge {
    font-family: 'Lato', sans-serif;
    line-height: 18px;
    letter-spacing: 1.6px;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline;
    font-weight: 600;
} */

.badge.lg {
    font-size: 12px;
}

.badge.sm {
    font-size: 10px;
}

.badge.primary {
    background-color: #ceecff;
    color: #0059c8;
}

.badge.primary-filled {
    background-color: #0059c8;
    color: #fff;
}

.badge.positive {
    background-color: #cdf3c6;
    color: #006d23;
}

.badge.positive-filled {
    background-color: #006d23;
    color: #fff;
}

.badge.negative {
    background-color: #ffe0e0;
    color: #bd002a;
}

.badge.negative-filled {
    background-color: #bd002a;
    color: #fff;
}

.badge.warning {
    background-color: #fde5c0;
    color: #b12d00;
}

.badge.warning-filled {
    background-color: #b12d00;
    color: #fff;
}

.badge.secondary {
    background-color: #e7ebee;
    color: #414d63;
}

.badge.secondary-filled {
    background-color: #414d63;
    color: #fff;
}

.badge.featured {
    background-color: #ede3ff;
    color: #6c3ecf;
}

.badge.featured-filled {
    background-color: #6c3ecf;
    color: #fff;
}

.button {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
}

.button .prefix-icon {
    font-size: 12px;
    margin-right: 12px;
}

.button .suffix-icon {
    font-size: 12px;
    margin-left: 12px;
}

/* Button sizes */

.button.sm {
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 20px;
    padding: 6px 12px;
}

.button.md {
    font-size: 20px;
    letter-spacing: -0.15px;
    line-height: 20px;
    padding: 12px 16px;
}

.button.lg {
    font-size: 20px;
    letter-spacing: -0.15px;
    line-height: 20px;
    padding: 16px 18px;
}

/* Primary button */

.button.primary {
    color: #ffffff;
    background-color: #005994;
    border-color: #036fe3;
}

.button.primary:hover {
    background-color: #0073c0;
    border-color: #0059c8;
}

.button.primary:active {
    background-color: #004b7d;
    border-color: #0041ab;
}

.button.primary:focus {
    box-shadow: 0 0 0 3px #98cbff;
}

.button.primary:disabled {
    opacity: 0.5;
    background-color: #036fe3;
}

/* Secondary button */

.button.secondary {
    color: #333333;
    background-color: #f7f9fa;
    border-color: #cfd9e0;
}

.button.secondary:hover {
    background-color: #e7ebee;
    border-color: #cfd9e0;
}

.button.secondary:active {
    background-color: #f7f9fa;
    border-color: #cfd9e0;
}

.button.secondary:focus {
    box-shadow: 0px 0px 0px 3px #98cbff;
}

.button.secondary:disabled {
    opacity: 0.5;
    background-color: #ffffff;
}

/* Positive button */

.button.positive {
    color: #ffffff;
    background-color: #008539;
    border-color: #00a372;
}

.button.positive:hover {
    background-color: #006d23;
    border-color: #00b37a;
}

.button.positive:active {
    background-color: #00550c;
    border-color: #008f63;
}

.button.positive:focus {
    box-shadow: 0px 0px 0px 3px #9ed696;
}

.button.positive:disabled {
    opacity: 0.5;
    background-color: #008539;
}

/* Negative button */

.button.negative {
    color: #ffffff;
    background-color: #bd002a;
    border-color: #bd002a;
}

.button.negative:hover {
    background-color: #990017;
    border-color: #990017;
}

.button.negative:active {
    background-color: #7f0010;
    border-color: #7f0010;
}

.button.negative:focus {
    box-shadow: 0px 0px 0px 3px #ffb1b2;
}

.button.negative:disabled {
    opacity: 0.5;
    background-color: #bd002a;
}

/* Transparent button */

.button.transparent {
    color: #333333;
    background-color: transparent;
    border-color: #ffffff;
}

.button.transparent:hover {
    background-color: #f7f9fa;
    border-color: #ffffff;
}

.button.transparent:active {
    background-color: transparent;
    border-color: #ffffff;
}

.button.transparent:focus {
    box-shadow: 0px 0px 0px 3px #98cbff;
}

.button.transparent:disabled {
    opacity: 0.5;
    background-color: transparent;
}

.pk-card-1.card,
.pk-card-1 .card-body {
    background: #f5e49d;
    border-radius: 12px;
}

.pk-card-1 .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.pk-card-1 .card-text {
    font-size: 12px;
    color: #000000;
}

.pk-card-1.card .button span {
    font-size: 14px;
    font-weight: 500;
}

.pk-card-2.card,
.pk-card-2 .card-body {
    border-radius: 12px;
}

.pk-card-2 .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.pk-card-2 .card-text {
    font-size: 12px;
    color: #000000;
}

.pk-card-2.card .button span {
    font-size: 14px;
    font-weight: 500;
}

.pk-card-3.card,
.pk-card-3 .card-body {
    border-radius: 12px;
}

.pk-card-3 .button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 12px !important;
}

.pk-card-3.card .button span {
    font-size: 14px;
    font-weight: 600;
}

.pk-card-4 {
    --border-radius: 12px;
    /* border: 2px solid #c5c5c5 !important; */
    border: none !important;
    height: 246px !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    background: #ffffff;
    margin: 28px;
    text-overflow: ellipsis;

    .card-title {
        background-color: #455970;
        font-size: 21px;
        font-weight: 700;
        line-height: 28px;
        border-bottom: 3px solid #f5c04f;
        color: white;
        height: 102px;
    }

    .card-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .card-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
        border-width: 0 2px 2px;
        border-color: #c5c5c5;
        border-style: solid;
        border-radius: 0 0 20px 20px;
    }
}

.pk-card-4 .card-title h5 {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.date-picker input {
    border: 1px solid #cfd9e0;
}

.date-picker .input-group {
    width: 306px;
}

.date-picker input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #cfd9e0;
}

.datepicker:after,
.datepicker:before {
    display: none;
}

.datepicker {
    margin-top: 12px;
}

.datepicker.dropdown-menu {
    padding: 12px;
    box-shadow: 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);
    border-radius: 6px;
    border-color: transparent;
}

.datepicker .datepicker-days thead tr {
    color: #5a657c;
}

.datepicker .datepicker-days tbody tr td,
.datepicker .datepicker-days thead tr th.datepicker-switch {
    font-weight: 400;
    color: #111b2b;
    font-size: 14px;
}

.datepicker .datepicker-days thead tr th {
    font-weight: 400;
}

.datepicker .datepicker-days tbody tr td:focus {
    box-shadow: 0px 0px 0px 3px #98cbff;
}

.datepicker .datepicker-days tbody tr td {
    border-radius: 50%;
}

.datepicker .datepicker-days tbody tr td:hover {
    background-color: #e8f5ff;
}

.datepicker .datepicker-days tbody tr td.old {
    color: transparent;
    pointer-events: none;
}

.datepicker .datepicker-days tbody tr td.new {
    display: none;
}

.datepicker tbody tr td span.active,
.datepicker tbody tr td.active,
.datepicker tbody tr td span.active:hover,
.datepicker tbody tr td.active:hover {
    background: #0059c8;
    color: white;
}

.datepicker td,
.datepicker th {
    width: 40px;
    height: 40px;
}

.menu .menu-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 16px;
    gap: 8px;
    background: white;
    color: #414d63;
    font-size: 14px;
    outline: none;
    border: none;
}

.menu .menu-button:hover {
    background: #f7f9fa;
}

.menu .menu-button:active {
    background: #e7ebee;
}

.menu .menu-button:disabled {
    color: #414d63;
    background: #f7f9fa;
    opacity: 0.5;
}

.menu .dropdown-menu {
    box-shadow: 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);
    border-radius: 6px;
    border: 1px solid #e7ebee;
}

.menu .menu-title {
    color: #111b2b;
    font-size: 14px;
    padding: 12px 12px;
    display: block;
    font-weight: 500;
}

.menu ul {
    list-style: none;
    padding: 0;
}

.menu .dropdown-item {
    color: #414d63;
    font-size: 14px;
    padding: 6px 12px;
}

.notification {
    box-shadow: 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);
    border-radius: 6px;
    border: 2px solid transparent;
}

.notification .notification-title {
    font-size: 16px;
    color: #1b273a;
    font-weight: 500;
}

.notification .notification-body {
    font-size: 14px;
    color: #414d63;
    font-weight: 400;
}

.notification.positive {
    border-left-color: #006d23;
}

.notification.negative {
    border-left-color: #bd002a;
}

.notification.warning {
    border-left-color: #f07f23;
}

.tooltip {
    --bs-tooltip-bg: #111b2b;
    --bs-tooltip-padding-x: 12px;
    --bs-tooltip-padding-y: 12px;
    --bs-tooltip-border-radius: 6px;
}

.typography {
    color: #111b2b;
    margin: 0;
}

.typography.h1,
.typography.h2,
.typography.h3 {
    font-family: 'Lato', serif;
}

.typography.h4,
.typography.h5,
.typography.h6,
.typography.paragraph,
.typography.paragraph-large,
.typography.paragraph-medium,
.typography.paragraph-small,
.typography.card-heading {
    font-family: 'Lato', sans-serif;
}

.typography.h1 {
    font-size: 60px;
    font-weight: normal;
    line-height: 56px;
    letter-spacing: 0.38px;
}

.typography.h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0.4px;
}

.typography.h3 {
    font-size: 32px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0.4px;
}

.typography.h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0.4px;
}

.typography.h5 {
    font-size: 26px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0.4px;
}

.typography.h6 {
    font-size: 14px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0.4px;
}

.typography.paragraph {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.typography.paragraph-large {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.typography.paragraph-medium {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.typography.paragraph-small {
    font-size: 12px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0.4px;
}

.typography.card-heading {
    font-size: 20px;
    font-weight: bolder;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.page-carousel {
    max-width: 800px;
    margin: 0 auto;
}

.carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 0.05rem !important;
    left: 0 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.rounded-br {
    border-radius: 0 0 20px 0;
}

.carousel-inner {
    border-radius: 20px !important;
}

.bg-grey-phantom {
    background-color: rgba(255, 255, 255, 0.7);
}
.bg-blue-phantom {
    background: rgba(255, 255, 255, 0.7);
    align-content: center;
}
/* align vertically center */
.align-vcenter {
    align-content: center;
}
.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
/* not exactly the 55 characters per line, but close enough */
.maxchar-55 * {
    width: 100vw;
    max-width: 55ch;
}

/* this is the menu that pushes from the right */
@media all and (max-width: 992px) {
    .offcanvas.show {
        width: 100vw;
        --bs-offcanvas-padding-x: 0;
    }
    h2.accordion-header button {
        color: var(--blue3) !important;
        font-weight: bold;
    }
    h2.accordion-button::after {
        background: linear-gradient(rgba(50, 104, 168, 0.9), rgba(50, 104, 168, 0.9)) !important;
    }
}

.accordion.blue-accordion .accordion-button::after {
    background-color: #232f3d;
    border-radius: 4px;
    padding: 15px;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 20 20' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 20 20' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

.content-bottom {
    position: absolute;
    bottom: 0;
}

/* .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23005994' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23005994' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
} */

@media (max-width: 1439px) {
    nav,
    .hero,
    .homesplash,
    .container-xxl.rounded {
        border-radius: 0 !important;
    }
}

/* Mobile devices (max-width: 767px) */
@media screen and (max-width: 768px) {
    .callout {
        top: 30px !important;
    }

    body {
        overflow-x: hidden;
    }
}

/* Tablet (min-width: 768px) and (max-width: 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
}

/* Desktops (min-width: 1025px) */
@media screen and (min-width: 1025px) {
}

.maps .list-group a {
    strong {
        text-decoration: underline;
        font-weight: 500;
        font-size: 14px;
    }
    font-size: 12px;
}

.wg-text-container {
    max-width: 1200px;
}

/* callouts */
.alert {
    z-index: 3;
}
.callout {
    background-color: var(--blue-pale);
    border: 0px solid #ddd;
    border-left: 3px solid var(--blue3);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    i {
        color: var(--blue3);
    }
    &.callout-danger {
        border-left-color: red;
        i {
            color: red;
        }
    }
    &.callout-warning {
        border-left-color: var(--warning);
        i {
            color: var(--warning);
        }
    }
}

/* mobile navigation */
.mob-body a {
    color: var(--court-black);
    text-decoration: none;
}

.home-search-courthelp-img {
    width: 167px;
}

.nav-link:focus-visible {
    box-shadow: none !important;
}

/* plus and minus sign accordion */
.pubweb3-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.pubweb3-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
