html {
    font-size: 16px;
  }

  body {
  max-width: 100vw;
}
.content {
  font-size: 16px;
}
.rtecenter {display:none;}

 body {
            background-color: #f8f9fa;
        }
        .print-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            cursor: pointer;
        }
        @media print {
            .hide-on-print {
                display: none !important;
            }
        }
.Homepage {
  flex-grow: 0;
  background-color: #fff;
}
#textZoomDetector {
    position: absolute;
    top: -9999px;
    font-size: 1rem;
    width:100px;
}
/*
.Banner-Image-Container {
  width: 100%;
  max-width: 100vw;
}

.Banner-Image {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
*/  
.Banner-Image-Container {
  width: 100%; /* Full viewport width */
  height: auto; /* Automatic height based on content (the image) */
  overflow: hidden; /* Ensures no overflow */
}

.Banner-Image {
  width: 100%; /* Image takes full width of the container */
  height: auto; /* Maintain aspect ratio based on the width */
  display: block;
}

.Link-Rectangle {
  height: 11.64rem; /* 186.3px */
  position: relative;
  min-width: 15rem; /* 240px */
  flex-grow: 1;
  background-size: cover;
  margin-top: 2.5rem; /* 40px */
  margin-left: 0.25rem; /* 4px */
  margin-right: 0.25rem; /* 4px */
}

.Icon-Rectangle {
  width: 100%;
  height: 7.17rem; /* 114.7px */
  display: flex;
  justify-content: center;
  align-items: center;
}

.Inner-Rectangle {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Palatino;
  font-size: 1.875rem; /* 30px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.Section-Title {
  font-family: Palatino;
  font-size: 2.00rem; /* 34px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #122e51;
  margin-bottom: 0.625rem; /* 10px */
}

.Section-Subtitle {
  font-family: Palatino;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #122e51;
}

.Link-Content {
  flex-grow: 0;
  font-family: Palatino;
  font-size: 1.125rem; /* 18px */
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #122e51;
  margin-bottom: 1.25rem; /* 20px */
}

.Announcements-Container {
  width: 100%;
  height: 100%;
  background-color: #e5f3ff;
}

.All-News-Box {
  height: 4.375rem; /* 70px */
  border-radius: 0.625rem; /* 10px */
  background-color: #2078c4;
}

.All-News-Text {
  height: 100%;
  font-family: Palatino;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.025rem; /* -0.4px */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Contact-Us-Content {
  font-family: Palatino;
  font-size: 1.25rem; /* 20px */
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.025rem; /* -0.4px */
  text-align: left;
  color: #fff;
}

.Oral-Argument-Content {
  font-family: Palatino;
  font-size: 1.25rem; /* 20px */
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #122e51;
  margin-bottom: 1.25rem; /* 20px */
}

.Footer {
  background-color: #001434;
}

.Header-Container {
  width: 100%;
  height: 100%;
  padding: 1.375rem 5.625rem; /* 22px 90px */
  background-color: #122e51;
  position: relative;
}

.Social-Container {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #0b1e35;
  position: relative;
}

.appeals_links {
    color: #122e51;
    text-decoration: none;
}
.appeals_links_underline {
  color: #122e51;
  text-decoration: underline;
}


.Logo {
  width: 6.75rem; /* 108px */
  height: 6.75rem; /* 108px */
}

.Court-Title {
  font-family: Palatino;
  font-size: 2.25rem; /* 36px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.Chief-Judge {
  flex-grow: 0;
  font-family: Palatino;
  font-size: 1.625rem; /* 26px */
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.Search-Bar {
  display: flex;
  align-items: end;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding: 0;
}

.Search-Input {
  border: none;
  border-bottom: 0.09375rem solid #fff; /* 1.5px */
  background-color: transparent;
  color: #fff;
  width: calc(100% - 1.5625rem); /* 25px */
  height: 2.5rem; /* 40px */
}

.Search-Input::placeholder {
  font-family: Palatino;
  font-size: 1rem; /* 16px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.025rem; /* -0.4px */
  text-align: left;
  color: #fff;
}

.Search-Button {
  width: 3.125rem; /* 50px */
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: -3.125rem; /* -50px */
  justify-content: flex-end;
}

.Search-Button img {
  width: 1.5625rem; /* 25px */
  height: auto;
}

.Menu-Bar {
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.Menu-Bar span {
  font-family: Palatino;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.025rem; /* -0.4px */
  text-align: left;
  color: #fff;
  padding: 0;
  margin-bottom: 0.625rem; /* 10px */
}

.Footer {
  width: 100%;
  height: 100%;
  background-color: #122e51;
}

.Copy-Links {
  font-family: Palatino;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.Subscribe-Title {
  font-family: Palatino;
  font-size: 1.5rem; /* 24px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.Subscribe-Bar {
  height: 2.875rem; /* 46px */
  margin-top: 0.75rem; /* 12px */
  display: flex;
  align-items: center;
  position: relative;
}

.Email-Input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-style: none;
  padding: 0;
  border-radius: 0.1875rem; /* 3px */
}

.Email-Input::placeholder {
  flex-grow: 0;
  font-family: Palatino;
  font-size: 1rem; /* 16px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02rem; /* -0.32px */
  text-align: left;
  color: #828282;
}

.Signup-Button {
  height: 100%;
  width: 100%;
  background-color: #2078c4;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 0.1875rem; /* 3px */
}

.Sign-Up {
  height: 100%;
  flex-grow: 0;
  font-family: Palatino;
  font-size: 1rem; /* 16px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02rem; /* -0.32px */
  text-align: center;
  color: #fff;
}

.double_spaced ul.double_spaced, ul.double_spaced li {
  line-height: 2; /* Adjusts the spacing between list items */
}

.fontSmall {
  font-size: 1.1rem !important;
}

.fontMed {
  font-size: 1.7rem !important;
}

.fontLarge {
  font-size: 2.2rem !important;
}

.title-Container {
  width: 100%;
  height: 100%;
  padding: 1.375rem 5.625rem; /* 22px 90px */
  position: relative;
}

.mainFont {
  font-family: Palatino !important;
}

.textNavyBlue {
  color: #122e51;
}

.textWhite {
  color: #fff;
}

.search-bar-container {
  width: 100%;
  border-bottom: 2px solid #22263f; /* 2px */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0; /* 20px */
}

.search-input {
  width: 100%;
  padding: 10px; /* 10px */
  font-family: Palatino;
  font-size: 20px; /* 20px */
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px; /* -0.64px */
  text-align: left;
  color: #122e51;
  border: none;
  outline: none;
}

.search-button {
  background: none;
  border: none;
  cursor: pointer;
}

.search-icon {
  width: 1.25rem; /* 20px */
  height: 1.25rem; /* 20px */
}

.Social-Glyph {
  padding: 0.3125rem; /* 5px */
}

.header-search-input::placeholder {
  color: #c8c8c8;
}

.header-search-container {
  position: relative;
  width: 75%;
  margin-right: 0;
  padding-right: 0;
}

.header-search-input {
  font-family: 'Palatino', serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  background-color: transparent;
  border: none;
  border-bottom: 0.0625rem solid white; /* 1px */
  color: #ffffff;
  border-radius: 0;
  padding-right: 2.5rem; /* 40px */
  padding-left: 0.3125rem; /* 5px */
  width: 100%;
}

.header-search-input:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: white;
}

.header-search-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  padding: 0;
}

.accordion {
  --bs-accordion-active-bg: #FAFAFA !important;
} 

/* Responsive Styles */
/* Phone */
@media only screen and (max-width: 600px) {
  .Court-Title {
    font-size: 0.75rem; /* 12px */
  }

  .Chief-Judge {
    font-size: 0.625rem; /* 10px */
  }

  .Link-Rectangle {
    height: auto;
  }

  .Banner-Image {
    max-height: 2.5rem; /* 40px */
  }

  .Court-Seal {
    max-width: 2.5rem; /* 40px */
  }

  .Header-Container {
    width: 100%;
    height: 100%;
    padding: 1.375rem 5.625rem; /* 22px 90px */
  }

  .Social-Container {
    max-height: 1.875rem; /* 30px */
  }

  .Search-Input {
    display: none;
  }
  .header-search-input {
    display: none;
  }
  .Social-Glyph {
    padding: 0.125rem; /* 2px */
    margin-top: 0.0625rem; /* 1px */
    margin-bottom: 0.0625rem; /* 1px */
  }
  .Link-Rectangle {
    margin-top: 0.25rem; /* 4px */
  }

  .Icon-Rectangle {
    display: none;
  }
  .Inner-Rectangle {
    font-size: 0.8125rem; /* 13px */
  }
  .Banner-Image {
    display: none;
  }

  .Section-Title {
    font-size: 1.1rem;
  }
  .Menu-Bar span {
    font-size: 1.1rem;
  }

  .Oral-Argument-Content {
    font-size: 1rem;
  }
  .Section-Subtitle {
    font-size: 1rem;
  }
  .Link-Content {
    font-size: 0.9rem;
  }
  .All-News-Text {
    font-size: 0.9rem;
  }
  .Contact-Us-Content {
    font-size: 0.9rem;
  }
  .Copy-Links {
    font-size: 0.9rem;
  }
  .Subscribe-Title {
    display: none;
  }
}

/* Tablet */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .Court-Title {
    font-size: 0.875rem; /* 14px */
  }

  .Chief-Judge {
    font-size: 0.75rem; /* 12px */
  }

  .Link-Rectangle {
    height: auto;
  }

  .Banner-Image {
    max-height: 2.5rem; /* 40px */
  }

  .Court-Seal {
    max-width: 3.75rem; /* 60px */
  }

  .Search-Input {
    display: none;
  }
  .header-search-input {
    display: none;
  }

  .Header-Container {
    width: 100%;
    height: 100%;
    padding: 1.375rem 5.625rem; /* 22px 90px */
  }

  .Social-Glyph {
    padding: 0.125rem; /* 2px */
    margin-top: 0.0625rem; /* 1px */
    margin-bottom: 0.0625rem; /* 1px */
  }

  .Link-Rectangle {
    margin-top: 0.25rem; /* 4px */
  }

  .Icon-Rectangle {
    display: none;
  }
  .Inner-Rectangle {
    font-size: 1rem; /* 16px */
  }
  .Banner-Image {
    display: none;
  }

  .Section-Title {
    font-size: 1.2rem;
  }
  .Menu-Bar span {
    font-size: 1.2rem;
  }

  .Oral-Argument-Content {
    font-size: 1.1rem;
  }
  .Section-Subtitle {
    font-size: 1.1rem;
  }
  .Link-Content {
    font-size: 1rem;
  }
  .Contact-Us-Content {
    font-size: 1rem;
  }
  .Copy-Links {
    font-size: 1rem;
  }
  .All-News-Text {
    font-size: 1rem;
  }

  .Subscribe-Title {
    display: none;
  }
}

/* Monitor */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .Court-Title {
    font-size: 1.8rem;
  }

  .Chief-Judge {
    font-size: 1.4rem;
  }
}

/* Large */
@media only screen and (min-width: 1201px) {
  .Court-Title {
    font-size: 2rem;
  }

  .Chief-Judge {
    font-size: 1.5rem;
  }
}

/* Dropdown menu */
             /* Dropdown visibility: initially hidden */
             .dropdown-menu {
               display: none;
               opacity: 0;
               transition: opacity 200ms ease-in-out;
               position: absolute;
               top: 100%;
               /* Align dropdown below parent */
               left: 50%;
               /* Ensure the dropdown is centered */
               transform: translateX(-55%);
               
             }
      
             /* Show dropdown on hover */
             .dropdown:hover .dropdown-menu,
             .dropdown.show .dropdown-menu {
               display: block;
               opacity: 1;
             }
      
             /* Ensure dropdown stays open when hovered over */
             .dropdown-menu:hover {
               display: block;
               opacity: 1;
             }
      
             /* Allow text to wrap inside parent menu items */
             .dropdown-toggle {
               white-space: normal !important;
               /* Override Bootstrap's nowrap behavior */
             }
      
             /* Center-align dropdown menus relative to their parent */
             .dropdown {
               position: relative;
             }
      
             .Menu-Bar {
               position: relative;
             }
      
             /* Hide the dropdown caret on parent items */
             .dropdown-toggle::after {
               display: none !important;
               /* Hides the caret */
             }

             .dropdown-item {
              text-decoration: none;
              color: #122e51;
             }
      
             /* Responsive: Adjust the dropdown text wrapping based on viewport size */
             @media (max-width: 768px) {
               .col-md-3 {
                 flex: 0 0 100%;
                 max-width: 100%;
                 text-align: center;
               }
             }

/* -- Responsive --*/

/* small phone */
@media only screen and (min-width: 200px) and (max-width: 400px) {
  html{
    font-size:10px;
  }
  .title-Container {
    padding: .86rem 3.52rem;
  }
  .fontSmall {
    font-size: 0.688rem !important;
  }
  .fontMed {
    font-size: 1.063rem !important;
  }
  .fontLarge {
    font-size: 1.375rem !important;
  }  
}
/* med phone */
@media only screen and (max-width: 600px) {
  html{
    font-size:11px;
  }
  .title-Container {
    padding: .95rem 3.87rem;
  }
  .fontSmall {
    font-size: 0.756rem !important;
  }
  .fontMed {
    font-size: 1.169rem !important;
  }
  .fontLarge {
    font-size: 1.513rem !important;
  }
}
/* generic Tablet */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  html{
    font-size:12px;
  }
  .title-Container {
    padding: 1rem 4.2rem;
  }
  .fontSmall {
    font-size: 0.825rem !important;
  }
  .fontMed {
    font-size: 1.275rem !important;
  }
  .fontLarge {
    font-size: 1.650rem !important;
  }
}
/* Monitor */
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  html{
    font-size:13px;
  }
  .title-Container {
    padding: 1.12rem 4.57rem;
  }
  .fontSmall {
    font-size: 0.894rem !important;
  }
  .fontMed {
    font-size: 1.381rem !important;
  }
  .fontLarge {
    font-size: 1.788rem !important;
  }
}

/* Large */
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  html{
    font-size:15px;
  }
  .title-Container {
    padding: 1.29rem 5.27rem;
  }
  .fontSmall {
    font-size: 1.031rem !important;
  }
  .fontMed {
    font-size: 1.594rem !important;
  }
  .fontLarge {
    font-size: 2.063rem !important;
  }
}

/* XL Monitor */
  @media only screen and (min-width: 1201px) and (max-width:1705px) {
    html{
      font-size:16px;
    }
  .fontSmall {
    font-size: 1.1rem !important;
  }
  .fontMed {
    font-size: 1.7rem !important;
  }
  .fontLarge {
    font-size: 2.2rem !important;
  }
}

/* Landscape ipad */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1001px) and (max-width: 1200px) {
  html{
    font-size:13px;
  }  
  .title-Container {
    padding: 1.12rem 4.57rem;
  }
  .fontSmall {
    font-size: 0.894rem !important;
  }
  .fontMed {
    font-size: 1.381rem !important;
  }
  .fontLarge {
    font-size: 1.788rem !important;
  }
}

/* Landscape ipad mini */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1100px) and (max-width: 1140px) {
  html{
    font-size:13px;
  }  
  .title-Container {
    padding: 1.12rem 4.57rem;
  }
  .fontSmall {
    font-size: 0.894rem !important;
  }
  .fontMed {
    font-size: 1.381rem !important;
  }
  .fontLarge {
    font-size: 1.788rem !important;
  }
}

/* Portrait ipad */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 740px) and (max-width: 820px) {
  html{
    font-size:12px;
  }  
  .title-Container {
    padding: 1rem 4.22rem;
  }
  .fontSmall {
    font-size: 0.825rem !important;
  }
  .fontMed {
    font-size: 1.275rem !important;
  }
  .fontLarge {
    font-size: 1.650rem !important;
  }
}