i,
em {
    vertical-align: middle;
    text-decoration: none;
}
p{
    line-height:1.6;
}
.courts-icon-filled {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

@media screen and (min-width: 768px) {
    .courts-navbar .navbar-brand {
        float: left;
    }
}

.jac-header {
    background-color: #f4f2f1;
}

.jac-header .container {
    padding-top: 0;
    padding-bottom: 60px;
    background-image: url("/images/judicialappointmentslibraries/default-album/assets/jac-shape.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 300px;
}

@media all and (max-width: 1099px) {
    .jac-header .container {
        background-image: none;
    }
}

@media all and (max-width: 767px) {
    .jac-header .container {
        background-image: none;
        padding-top: 24px;
        padding-bottom: 64px;
    }
}

.jac-header.is-homepage .container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 350px;
}

@media all and (max-width: 767px) {
    .jac-header.is-homepage .container img {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1099px) {
    .jac-header.is-homepage .container {
        background-image: url("/images/judicialappointmentslibraries/default-album/assets/jac-shape.svg");
        background-size: 250px;
    }

    .jac-header.is-homepage .container img {
        height: 100px;
    }
}

.jac-header h1,
.jac-header p {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 8px;
}

.jac-header h1 {
    color: #003657;
}

.jac-header span,
.jac-header p {
    display: block;
    color: #3f795f;
}

/* Adding the rounded banner */
#content:before {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 50px;
    position: absolute;
    max-width: 1200px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px 16px 0 0;
}

.courts-aside-nav h2{
    border-bottom: 1px solid #d9dcde;
  }
 .courts-aside-nav a{
    color: #0070AF;
    font-weight: 600;
 }
.responsive-embed {
    margin: 2rem 0;
}

.responsive-embed.map {
    overflow: hidden;
    padding-bottom: 45.25%;
    position: relative;
    height: 0;
    border-radius: 1rem;
}

@media all and (max-width: 767px) {
    .responsive-embed.map {
        height: auto;
        padding-bottom: 0;
    }
}

.responsive-embed.map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    filter: saturate(0.2);
}

@media all and (max-width: 767px) {
    .responsive-embed.map iframe {
        height: 350px;
        position: relative;
    }
}

.responsive-embed_overlay-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #003657;
    z-index: 1;
    left: 32px;
    border-radius: 8px;
    padding: 16px;
    color: #ffffff;
}

@media all and (max-width: 767px) {
    .responsive-embed_overlay-info {
        position: relative;
        transform: initial;
        left: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}

.responsive-embed_overlay-info h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.responsive-embed_overlay-info p {
    font-size: 16px;
}

.responsive-embed_overlay-info p span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

/* Utilities */
.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.basis-10 {
    flex-basis: 10%;
}

.basis-15 {
    flex-basis: 15%;
}

.basis-20 {
    flex-basis: 20%;
}

.basis-30 {
    flex-basis: 30%;
}

.basis-40 {
    flex-basis: 40%;
}

.basis-50 {
    flex-basis: 50%;
}

.basis-60 {
    flex-basis: 60%;
}

.basis-70 {
    flex-basis: 70%;
}

.basis-80 {
    flex-basis: 80%;
}

.basis-90 {
    flex-basis: 90%;
}

.basis-100 {
    flex-basis: 100%;
}

.gap-16 {
    gap: 16px;
}

.text-decoration-none {
    text-decoration: none;
}

.text-decoration-none span {
    text-decoration: underline !important;
}

@media screen and (max-width: 1091px) {
    .m-flex {
      display: flex;
    }
    .sm-order-swap {
        flex-direction: column-reverse;
      }
    .courts-aside-nav ul {
        border-bottom: 1px solid #d9dcde;
      }
  }
  @media screen and (min-width: 1092px) {
  .courts-aside-nav.isFixed{
    position: fixed;
    top: 8px;
    right: 0;
  }
}
 