a.btn, a.btnlink, a.button, button, input[type=submit] {
    border: 0 !important;
}
    .threepanel, #centerframe3 {
        height: auto;
    }
div#lefttp {
    text-align: center;
}
div#righttp {
    text-align: center;
}
.s-lch-widget-float.open {
    top: 1px;
    width: 250px !important;
    height: 100%;
}
.square::-webkit-scrollbar {
  width: 1em;
}
.square::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.square::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.pmsign {
  display: block;
}
#pmsign0, #pmsign1, #pmsign2 {
  width: 10px;
  float: right;
  height: 3vw;
  line-height: 3vw;
}
.hrcard {
  width: 100%;
  height: 3vw;
  line-height: 3vw;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3vw;
}
.accordbox {
  height: 18vw !important;
}
.hidebox {
  display: none;
}
/*  carousel CSS */
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider {
  width: 100%;
  max-width: 400px;
  margin: 20px;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.slides {
  display: flex;
  /*overflow-x: scroll;*/
  overflow-x: overlay;
  position: relative;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory !important;
}
.yarrow {font-size:2vw;color:gold;}
.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 40vw;
  scroll-snap-align: start;
  margin-right: 0px;
  box-sizing: border-box;
  background: white;
  transform-origin: center center;
  transform: scale(1);
  overflow-x: hidden;
}
.slide__text {
  font-size: 40px;
  font-weight: bold;
  font-family: sans-serif;
}
.slide a {
  background: none;
  border: none;
}
a.slide__prev, .slider::before {
  left: 0;
}
a.slide__next, .slider::after {
  right: 0;
}
.slider::after, .slide__prev, .slider::before, .slide__next {
  position: absolute;
  top: 25vw;
  width: 6vw;
  height: 8vw;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: -100000;
  line-height: 8vw;
  font-size: 8vw;
  padding-top: 0%;
  font-weight: bold;
}
.slider::before, .slider::after {
  content: "";
  z-index: 1;
  background: none;
  pointer-events: none;
}
.slider__nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}
.slider__navlink {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: black;
  margin: 0 10px 0 10px;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
/* end carousel CSS */
div#libPageTitle {
  position: absolute;
  top: 4vw;
  text-align: center;
  width: 100%;
  font-size: 5vw;
  max-width: 1920px;
}
.btn {
  background-color: #e90802;
  color: #ffffff;
  border: 0;
  margin-top: 0.5vw;
}
.themered a {
  color: white;
}
.themeredbot a {
  color: white;
  text-decoration: underline !important;
}
.imgdiv {
  margin-bottom: 2vw;
}
#searchLinks {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#searchEnter {
  border-radius: 0px;
}
#listHrs {
  border-radius: 10px;
}
table.hours-today {
  float: left;
}
table.hours-today tr th, table.hours-today tr td, table.hours-today {
  margin: 0px !important;
  padding: 0 !important;
  width: 100%
}
table.hours-today tr td span {}
#centerframe {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}
#centerframe, #centerframe2 {
  width: 100%;
  max-width: 1350px !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
#centerframe {
  margin-top: 0;
  width: 100%;
}
#centerframe3 {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto;
  /*height: 90vw;*/
  height:auto;
}
#lcont1 {
  float: right;
  margin-right: 0;
}
#lcont2 {
  float: right;
  margin-right: 0;
}
a {
  text-decoration: none !important;
}
a.whitetext {
  color: white;
  font-weight: bold;
  font-family: Arial;
}
.lcontainer {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.rcontainer {
  margin-left: 0;
  margin-right: auto;
  display: flex;
}
.row {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.l-main-pagecontent {
  padding-top: 0;
}
.icon_sm {
  width: 3.2em;
  height: auto;
  float: left;
  padding: 5px;
}
.themered {
  color: white;
  font-size: 1.2rem
}
.themered_text {
  color: #222222;
  background-color: #fff;
  font-size: 4vw;
  line-height: 2.375rem;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
.themegray_text {
  color: #54585A;
  font-size: 1rem;
  margin-top: 0.625rem;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  line-height: 1.75rem;
}
.square {
  background-color: white;
  margin: 0px;
  padding: 15px;
  border-radius: 10px;
  opacity: 0.8;
  font-size: 15pt;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  aspect-ratio: 1 !important;
}
.blurdiv {
  /* background-color: #fff;
    box-shadow: 0 0 5px 10px #fff; */
}
.square01 {
  margin: 20px;
  border-radius: 0px;
  aspect-ratio: 1 !important;
}
.reserve_box {
  width: 90%;
  height: auto;
  top: 450px;
  background-color: white;
  position: relative;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20pt;
  border-radius: 10px;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
a {
  transition: none;
}
.searcharea {
  background-color: #000000;
  border-radius: 20px;
  /*opacity: 0.5;*/
  color: #ffffff;
  border: 2px solid #000000;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30em;
  padding: 20px;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
#primoQueryTemp {
  height: 45px;
  padding: 0;
  margin: 0;
  margin-right: -50px;
  background-color: white;
  min-height: 1em;
  border-radius: 10px;
  padding-left: 20px;
}
#go {
  height: 30px;
  font-size: small;
  background: #333;
  color: #ffffff;
  border: 1px solid;
  padding: 0;
  line-height: 30px;
  max-width: 100px;
  border-radius: 10px;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
p > a {
  box-shadow: none;
}
span.desc a.more-link::before {
  content: "...";
}
.law_header {
  background-image: url("/law/lawlibrary/law-library-bg-w6.png");
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/law/lawlibrary/images/Background120324.png");*/
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  text-align: contain;
  padding-top: 17vw;
  max-width: 1920px;
}
#panel2 {
  text-align: left;
  max-width: 1920px;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  
}
#panel3 {
  text-align: left;
  max-width: 1920px;
  color: black;
  background-color: #e90802;
  height: 17vw;
}
.headFacSvc {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 6vw;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
#llinfo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 0;
  aspect-ratio: 1 !important;
  width:100%;
  min-width:400px;
}
#listHrs {
  max-width: 700px;
  font-size: medium;
  color: white;
  height: 77px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 20px;
  text-align: left;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
#searchBar {
  height: 7vw;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
#searchFloat {
  text-align: center;
  height: 16vw;
  margin-left: auto;
  margin-right: auto;
  /*opacity: 0.8;*/
  border-radius: 15px;
  margin-top: 9vw;
}
#searchLinks {
  height: 3vw;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  line-height: 2.7vw;
}
.searchLinks {
  color: white;
  font-weight: bold;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  font-size: larger
}
.srchicon {
  float: right;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  height: 45px;
  padding: 0;
  padding-right: 5px;
  width: 40px;
  margin:0;
}
.srchbox {
  float: left;
  margin-right: -50px;
  height: 45px;
  color: #999999;
}
table.hours-today tr th, table.hours-today tr td {
  text-decoration: none;
  padding-top: 4px !important;
  font-size:4vw;
}
.timepanel {
  width: 100%;
  padding: 0;
}
.timecard {
  background-color: white;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 10px;
  padding: 2.5vw;
}
.timecard h4 {
  height: 50px;
  margin: 20px;
}
tr.hours-alt {
  height: 30px;
}
a.btn {
  font-size: 5vw;
  background-color: #e90802;
  border-radius:10px;
}
.l-main-pagecontent ol li, .l-main-pagecontent ul li {
  font-size: 1.3vw;
  line-height: 1.5vw;
  margin-bottom: 1vw;
}
ul.qlinks {
  margin-left: 10px;
  margin-right: 10px;
}
#retHours {
  display: inline-table;
}
.liqlink {
  border-top: 0.1rem black dotted;
  margin: 0;
  padding: 0;
}
li.liqlink {
  list-style-type: none;
  margin-bottom: 0 !important;
  text-align: left;
}
ul.list-of-links li {
    font-size: 5vw;
    text-align: left;
    line-height: 7vw;
}
li.liqlink a {
    font-size: 4vw;
    line-height: 7vw;
}
th.hours-col-loc {
  text-transform: none;
  font-weight: normal;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
.timecard h4 {
  height: 3vw;
  margin: 0px;
  font-size: 1.5vw;
  text-transform: capitalize;
}
li.cardfont {
  margin-bottom: 0 !important;
}
.hrcard {
  line-height: 3vw;
}
.loc23922, .dep24049, .dep24050, .dep24051 {
  border-top: 1px black dotted;
}
ul.qlinks {
  margin-left: 0;
}
.cards-module__hidden-on-small1, .cards-module__hidden-on-small2, .cards-module__hidden-on-small3 {
  padding-top: 0;
}
ul.list-of-links.one-col {
  list-style: none;
  margin-left: 0;
}
.threepanel {
  margin-top: 14vw;
  height: auto;
  background-image: url(/law/lawlibrary/library-banner-img-t.png);
  background-size:cover;
  background-position-x: center;
}
.list-of-links.one-col {
  line-height: 1vw;
  font-size: 1vw;
  margin-bottom: 0;
}
.cardfont, .hours-col-loc, .hours-col-time {
  font-size: 5vw;
  font-weight: bold;
  font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
td.hours-col-time {
  font-weight: normal !important;
}
th.hours-col-loc {
  font-weight: bold;
}
table th {
  letter-spacing: 0px;
}
#retHours {
  display: inline-table;
  width: 100%;
  margin-bottom: 20px;
}
.img-wrapper {
  max-width: 80px;
  width: 100%;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
}
th.hours-col-loc {
  display: table-cell;
}
#searchLinks {
  color: black;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  font-size: larger;
}
#searchEnter {
  background-color: white;
  color: black;
  padding-left: 25px;
  padding-right: 25px;
  font-size: larger;
  height: 19vw;
}
#listHrs {
  font-size: medium;
  color: white;
  height: 94px;
  width: 90%;
  margin-top: 182px;
  padding: 20px;
  text-align: left;
}
#searchBar {
  width: 100%;
}
.themered {
  font-size: 1.2rem;
}
#searchLinks {
  color: white;
  height: 20.5vw;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  line-height: 6vw;
  background-color: #e90802;
}
a#searchLinks {
  font-size: larger;
}
#listHrs {
  height: 103px;
  width: 90%;
  margin-top: 160px;
}
#lcont1 {
  display: none;
}
#lcont2 {
  display: block;
  width: 100%;
}
#listHrs {
  height: 133px;
  width: 90%;
  margin-top: 6vw;
}
.pah {
  clear: both;
  padding-top: 20px;
}
.hours-today {
  border-spacing: 0;
  margin: 1.5vw auto;
  width: auto;
}
#centerframe, #centerframe2 {
  display: flex;
  flex-direction: column;
}
.lcontainer, .rcontainer {
  display: flex;
}
.reserve_box {
  top: 220px;
  font-size: 16pt;
}
.slider-container {
  width: 100%;
}
.slide_container, .slides, .slide {
  width: 100%;
}
#listHrs {
  margin-top: 6vw;
  padding: 5px;
}
tr.hours-alt {
  height: 1.7vw;
}
#ltpanel, #mtpanel, #rtpanel {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vw;
  width: 100%;
}
.slider-container {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
#icalendar, #iglobe, #imail {
  width: 12vw;
  height: auto;
}
#ifaculty, #istudents, #icommunity, #ilawlibrary {
  width: 5vw;
  height: auto;
}
#sfaculty, #sstudents, #scommunity, #slawlibrary {
  width: 14vw;
  height: auto;
}
#searchbar {
  background-color: #e90802;
  width: 60%;
  /*opacity: 70%;*/
}
a:hover {
  color: auto;
}
.themered:hover {
  border: 2px white solid;
  border-radius: 50px;
}
li.liqlink {
  line-height: 1.2vw !important;
}
#searchFloat {
  width: 100%;
  font-size: 2vw;
}
#centerframe2 {
  display: flex;
  flex-direction: row !important;
}
.lblcard {
    width: 115px;
    height: 30px;
    font-size: 4vw;
}
div#libPageTitle {
  font-size: 8vw;
}
.themered {
  font-size: 1.2rem;
}
.hrcard {
  font-size: 5vw;
}
li.liqlink {
  line-height: 5vw;
}
.timecard {
  height: 88vw;
}
.threepanel {
  margin-top: 40vw;
  display:flex;
}
#centerframe {
  padding-top: 0px;
}
#panel3 {
  margin-top: 0vw;
  height: 31vw;
}
.slide {
  height: 50vw;
}

.hrcard {
  margin-bottom: 6vw;
}
.hspace {
  height: 30px;
}
div#centerframe2 div.rcontainer.small-100 {
    display: none;
}
.threePanel {height:auto;}
#panel2 {margin-top:20vw;}
table td:before {
    width: inherit !important;
}
    .lcontainer, .rcontainer {
        display: flex;
    }
/*********************************************************************************************************/
@media only screen and (min-width:450px) and (max-width:861px) {
  .threepanel, #centerframe3 {
     height:auto;
  }
  .threepanel {margin-top:20vw;}
  .threepanel {
     background-image: url(/law/lawlibrary/library-banner-img-t.png);
     background-size:cover;
     background-position-x: center;
  }
  .small-100 {
    width: 100%;
    float: left;
  }
  .small-50 {
    width: 50%;
    float: left;
  }
  .small-25 {
    width: 25%;
    float: left;
  }
  .small-75 {
    width: 75%;
    float: left;
  }
  .small-80 {
    width: 80%;
    float: left;
  }
  .small-20 {
    width: 20%;
    float: left;
  }
  .small-33 {
    width: 33%;
    float: left;
  }
  .small-66 {
    width: 66%;
    float: left;
  }
  .hspacer {
    height: 40px;
  }
  .hrcard {
    margin-bottom: 6vw;
  }
  #panel3 {
    margin-top: 0;
    height: 27vw;
  }
  div#libPageTitle {
    font-size: 6vw;
  }
  .themered {
    font-size: 4vw;
    line-height:8vw;
  }
  .medium-20 {
    width: 20%;
    float: left;
  }
  .medium-80 {
    width: 80%;
    float: left;
  }
  .medium-25 {
    width: 25%;
    float: left;
  }
  .medium-75 {
    width: 75%;
    float: left;
  }
  .medium-100 {
    width: 100%;
    float: left;
  }
  .medium-50 {
    width: 50%;
    float: left;
  }
  .medium-66 {
    width: 66%;
    float: left;
  }
  .medium-33 {
    width: 33%;
    float: left;
  }
  #panel2 {
    max-width: 100% !important;
    margin-top:5vw;
    margin-left: auto;
    margin-right: auto;
  }
  #panel2_left {
    max-height: 30vw;
  }
  #panel2_right {
    max-height: 30vw;
  }
  .slider {
    width: 100%;
    margin: 0;
    max-width: 100% !important;
  }
  #lcont1 {
    display: none;
  }
  #lcont2 {
    display: block;
    width: 100%;
  }
  #searchBar {
    width: 90%;
  }
  a.searchLinks {
    font-size: 0.7em;
    height: 11vw;
  }
  #searchLinks {
    color: black;
    height: 35.5vw;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    line-height: 3vw;
    background-color: #e90802;
  }
  #searchBar {
    height: 31vw;
    margin-left: auto;
    margin-right: auto;
    width:100%;
  }
  #listHrs {
    font-size: medium;
    color: white;
    height: 94px;
    width: 90%;
    margin-top: 120px;
    padding: 20px;
    text-align: left;
  }
  #searchEnter {
     background-color: white;
     color: black;
     height: 17vw;
     padding-left: 2vw;
     padding-right: 2vw;
     font-size: larger;
     width: 100% !important;
     padding-top: 1.5vw;
     padding-bottom: 1.5vw;
     margin-top:0.1vw;
   }
  #centerframe {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: flex-start;
  }
  a.searchLinks {
    font-size: smaller;
  }
  .square01 {
    width: 100% !important;
   }
  .reserve_box {
    top: 70vw;
    font-size: 14pt;
  }
  .square {
    width: 100% !important;
  }
  #centerframe3 {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .timecard h4 {
    font-size: 3.5vw;
  }
  .cards-module__hidden-on-small1, .cards-module__hidden-on-small2, .cards-module__hidden-on-small3 {
    margin-top: 4vw;
  }

#centerframe, #centerframe2 {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.lcontainer, .rcontainer {
  display: flex;
}
.timecard {
  height: 93vw;
}
.cardfont, .hours-col-loc, .hours-col-time {
  font-size: 4vw;
}
a.btn {
  font-size: 5vw;
  background-color: #e90802;
}
li.liqlink {
  font-size: 4.5vw;
  line-height: 8vw !important;
}
.l-main-pagecontent ol li, .l-main-pagecontent ul li {
  line-height: 5vw;
}
#icalendar, #iglobe, #imail {
  width: 12vw;
  height: auto;
}
.lblcard {
  width: 260px;
  height: 8vw;
}
.spacer {height:9vw;}
ul.list-of-links li {
  font-size: 4vw;
  text-align: left;
}
li.liqlink a {
  font-size: 4vw;
}
th.hours-col-loc {
  line-height: 7.7vw;
}
#searchFloat {
    height: 36vw;
    background-color: #e90802;
    border-radius:0;
}
}

/*********************************************************************************************************/
/*********************************************************************************************************/
@media only screen and (min-width:862px) and (max-width:1039px) {
  .timecard {height:46vw;}
  a.btn {font-size: 1.7vw;}
  div#libPageTitle {
    font-size: 6vw;
  }
  .themered {
    font-size: 1.2rem;
  }
  .cardfont, .hours-col-loc, .hours-col-time {
    line-height: 2vw;
  }
  .hrcard {
    margin-bottom: 2vw;
    font-size:3vw;
  }
  #searchFloat {
    height: 17vw;
    background-color: #e90802;
  }
  .themered {
    color: white;
  }
  #panel3 {
    margin-top: 6vw;
  }
  #centerframe3 {
    display:flex;
    /*height: 42vw;*/
    height:auto;
    width:100%
  }
  #ltpanel, #mtpanel, #rtpanel {
    flex-direction:row;
    height:auto;
    width:33%;
}
  #centerframe {
    height: auto;
    display:flex;
    width:100%;
    flex-direction:row;
  }
    .threepanel {
        height:auto;
        margin-top: 30vw;
        margin-top: 13vw;
        background-image: url("/law/lawlibrary/library-banner-img-t.png");
        background-size: cover;
        padding-top: 13vw;
        background-position-x: center;
    }
  .large-20 {
    width: 20%;
    float: left;
  }
  .large-80 {
    width: 80%;
    float: left;
  }
  .large-25 {
    width: 25%;
    float: left;
  }
  .large-75 {
    width: 75%;
    float: left;
  }
  .large-100 {
    width: 100%;
    float: left;
  }
  .large-50 {
    width: 50%;
    float: left;
  }
  .large-66 {
    width: 66%;
    float: left;
  }
  .medium-33 {
    width: 33%;
    float: left;
  }
  .medium-100 {
    width: 100%;
    float: left;
  }
  #lcont1 {
    display: block;
    width:100%;
  }
  #lcont2 {
    display: none;
    width: 100%;
  }
  a.searchLinks {
    font-size: small;
    color: white;
  }
  #searchBar {
    height: 7vw;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #searchEnter {
    background-color: white;
    color: black;
    padding-left: 25px;
    padding-right: 25px;
    height: 9vw;
  }
  #listHrs {
    font-size: medium;
    color: white;
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
    padding: 20px;
    text-align: left;
  }
  .square01 {
    width: 91% !important;
    aspect-ratio: 1 !important;
  }
  .reserve_box {
    top: 250px;
    font-size: 14pt;
  }
  .square {
    width: 100% !important;
    aspect-ratio: 1;
  }
  .slides {
    aspect-ratio: 1;
  }
  .slider {
    max-width: unset;
  }
  .rcontainer, .lcontainer {
    width: 50%;
    flex-direction:row;
  }
  #llinfo {
    width: 100%;
    border-radius: 20px;
    margin-top:0;
  }
  #listHrs {
    height: 9vw;
  }
  #searchEnter {
    height: 7.5vw;
  }
  tr.hours-alt {
    height: 1.7vw;
  }
  .lcontainer, .rcontainer {
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 1 !important;
  }
  .cardfont, .hours-col-loc, .hours-col-time {
    font-size: 1.4vw;
    font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
    white-space: nowrap;
  }
  #panel2 {
    margin-top: 4vw;
  }
  #searchFloat {
    width: 80%;
  }
  .themered {
    font-size: 1.2rem;
    color: white;
  }
  li.liqlink {
    line-height: 3vw !important;
  }
li.liqlink a {
    font-size: 1.4vw;
}
  #panel3 {
    height: 14vw;
  }
  div#libPageTitle {
    font-size: 6vw;
  }
  #searchLinks {
    display: flex;
    height:6.5vw;
  }
  .searchLinks {
    flex-direction: row;
  }
.spacer {
    height: 30px;
    width: 140px;
    float: left;
    font-size:1.4vw;
}
.lblcard {
    width: 70px;
    height: 25px;
    padding-top: 0;
    font-size:1.4vw;
}
.headFacSvc {
    font-size: 2vw;
}
  div#libPageTitle {
    font-size: 6vw;
  }
  #pmsign0, #pmsign1, #pmsign2 {
    display: none;
  }
.btn {
    margin-top: 1.5vw;
}
li.liqlink a {
    line-height: 3vw;
}
.square01 {
   margin-top:0;
}
table.hours-today tr th, table.hours-today tr td {
   font-size: 1.4vw;
}
}
/*********************************************************************************************************/
/*********************************************************************************************************/
@media only screen and (min-width:1040px) and (max-width:1333px) {
  .headFacSvc {
    font-size: 2.5vw;
  }
  #panel3 {
    margin-top: 0;
    height: 11vw;
  }
  #pmsign0, #pmsign1, #pmsign2 {
    display: none;
  }
  .hidebox {
    display: block !important;
  }
  .hrcard {
    font-size: 2vw;
  }
  .pmsign {
    display: none;
  }
  #searchFloat {
    width: 80%;
    font-size: 2vw;
    background-color: #e90802;
    height:15vw;
  }
  #pmsign {
    display: none;
  }
  .timecard h4 {
    font-size: 2.5vw;
  }
  .cardfont, .hours-col-loc, .hours-col-time {
    font-size: 1.3vw;
    line-height: 2.5vw;
  }
  a.btn {
    font-size: 1.3vw;
  }
  .timecard, .accordbox {
    height: 43vw !important;
  }
  .l-main-pagecontent ol li, .l-main-pagecontent ul li {
    line-height: 3vw;
  }
  #panel2 {
    margin-top: 10vw;
    height:auto;
  }
  #centerframe {
    display:flex;
    height: 56vw;
    width: 100%;
    flex-direction:row;
  }
  .lcontainer, .rcontainer {
    flex-direction:row;
    margin-left: 0;
    margin-right:0;
}
  #panel3 {
    margin-top: 0vw;
  }
  .slider-container {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    aspect-ratio: 1 !important;
  }
  #ltpanel, #mtpanel, #rtpanel {
    margin-bottom: 3vw;
    width: 33%;
  }
  #centerframe3 {
    flex-direction: row;
    /*height: 40vw;*/
    height:auto;
  }
    .threepanel {
        /*height: 60vw;*/
        height:auto;
        margin-top: 5vw;
        background-image: url("/law/lawlibrary/library-banner-img-t.png");
        background-size: cover;
        padding-top: 13vw;
        background-position-x: center;
        display:flex;
    }
  .large-25 {
    width: 25%;
    float: left;
  }
  .large-75 {
    width: 75%;
    float: left;
  }
  .large-33 {
    width: 33%;
    float: left;
  }
  .large-66 {
    width: 66%;
    float: left;
  }
  .large-20 {
    width: 20%;
    float: left;
  }
  .large-80 {
    width: 80%;
    float: left;
  }
  .large-50 {
    width: 50%;
    float: left;
  }
  .large-100 {
    width: 100%;
    float: left;
  }
  .btn {
    margin-top: 0;
  }
  tr.hours-alt {
    height: 1.5vw !important;
  }
  #searchBar {
    height: 9vw;
    width: 85%;
  }
  #searchEnter {
    height: 6vw;
    border-radius: 10px;
  }
  #listHrs {
    margin-top: 130px;
  }
  #lcont1 {
    display: block;
  }
  #lcont2 {
    display: none;
  }
  a.searchLinks {
    font-size: 1.2vw;
  }
  .square {
    width: 95% !important;
    aspect-ratio: 1 !important;
  }
  #listHrs {
    margin-top: 65px;
  }
  .reserve_box {
    top: 33vw;
    font-size: 18pt;
  }
  .slider {
    width: 100% !important;
  }
  #llinfo {
    margin-top: 20px;
    aspect-ratio: 1 !important;
    height: unset !important;
    border-radius: 20px;
  }
  .lblcard {
    width: 100px;
    height: 30px;
    font-size:1.4vw;
  }
  .themered {
    color: white;
    font-size: 1.2rem;
  }
li.liqlink a {
    font-size: 1.3vw;
    line-height:3vw;
}
li.liqlink {
    line-height: 3vw;
}
ul.list-of-links li {
    font-size: 1.3vw;
    line-height:3vw;
}
  div#libPageTitle {
    font-size: 6vw;
  }
#searchLinks {
    line-height:6vw;
    height:6vw;
}
.hrcard {
    margin-bottom: 2vw;
}
table.hours-today tr th, table.hours-today tr td {
  font-size:1.4vw;
}
}
/*********************************************************************************************************/
@media only screen and (min-width:1334px) and (max-width:1799px) {
  .large-33 {
    width: 33%;
    float: left;
  }
  .large-25 {
    width: 25%;
    float: left;
  }
  .large-75 {
    width: 75%;
    float: left;
  }
  .large-33 {
    width: 33%;
    float: left;
  }
  .large-66 {
    width: 66%;
    float: left;
  }
  .large-20 {
    width: 20%;
    float: left;
  }
  .large-80 {
    width: 80%;
    float: left;
  }
  .large-50 {
    width: 50%;
    float: left;
  }
  .large-100 {
    width: 100%;
    float: left;
  }
.pmsign {
    display: none;
}
.headFacSvc {
    font-size: 2vw;
  }
  a.btn {
    font-size: 1.3vw;
  }
  #lcont1 {
    display: block;
  }
  #lcont2 {
    display: none;
  }
  #listHrs {
    font-size: large;
    height: 5vw;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  #searchFloat {
    height: 14vw;
    background-color:#e90802;
    width:80%;
  }
  #searchBar {
    height: 9vw;
    width: 80%;
  }
  #searchLinks {
    height: 6.5vw;
  }
  #searchEnter {
    height: 5vw;
  }
  a.searchLinks {
    font-size: 12pt;
  }
  #centerframe {
    max-height: 790px;
    max-width: 1340px;
    display:flex;
    flex-direction:row;
    
  }
  .square {
    width: 300px !important;
    height: 300px !important;
  }
  .square01 {
    width: 630px !important;
    height: 630px !important;
  }
  tbody th {
    padding: 1.5vw 1vw 1.5vw;
    font-size: 0.8vw;
  }
  tbody tr {
    border-top: 0.1rem solid #d1d1d2;
  }
  ul.list-of-links li {
    font-size: 1.1vw;
    line-height: 3vw;
  }
  .qlinks.liqlink {
    font-size: 0.8vw;
    line-height: unset !important;
  }
    .threepanel {
        margin-top: 10vw;
        /*height: 50vw;*/
        height:auto;
        background-image: url("/law/lawlibrary/library-banner-img-t.png");
        background-size: cover;
        padding-top: 10vw;
    }
  .hours-today-row {
    line-height: 1.6rem !important;
  }
  tr.hours-alt {
    height: 1.8rem !important;
  }
  #centerframe2 {
    display: flex;
    flex-direction: row;
  }
  #centerframe3 {
    display:flex;
    flex-direction: row;
}
  .cardfont, .hours-col-loc, .hours-col-time {
    font-size: 1.3vw;
    line-height: 2.5vw;
  }
.lblcard {
    font-size: 1vw;
}
li.liqlink a {
    font-size: 1vw;
    line-height:2.5vw;
}
  .timecard h4 {
    font-size: 2vw;
  }
  .cards-module__hidden-on-small1, .cards-module__hidden-on-small2, .cards-module__hidden-on-small3 {
    margin-top: 1vw;
  }
  .timecard, .accordbox {
    height: 37vw !important;
  }
    .lblcard {
        width: 110px;
/*        float: left; */
        height: 30px;
    }
  .hrcard {
    font-size:2vw;
    margin-bottom:2vw;
}
    #lcont1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .lcontainer, .rcontainer {margin-left:0;margin-right:0;}
div#libPageTitle {
    font-size: 5vw;
}
.themered {font-size:1.2rem;}
#panel2 {margin-top:10vw;}
#panel3 {
    margin-top: 11vw;
    height: 10vw;
}
#llinfo {border-radius:10px;}
table.hours-today tr th, table.hours-today tr td {
    font-size: 1vw;
}
}
/*********************************************************************************************************/
@media only screen and (min-width:1800px) {
  .large-25 {
    width: 25%;
    float: left;
  }
  .large-75 {
    width: 75%;
    float: left;
  }
  .large-33 {
    width: 33%;
    float: left;
  }
  .large-66 {
    width: 66%;
    float: left;
  }
  .large-20 {
    width: 20%;
    float: left;
  }
  .large-80 {
    width: 80%;
    float: left;
  }
  .large-50 {
    width: 50%;
    float: left;
  }
  .large-100 {
    width: 100%;
    float: left;
  }
table.hours-today tr th, table.hours-today tr td {
    font-size: 1vw;
}
.headFacSvc {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 2vw;
    font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
}
.pmsign {
    display: none;
}
.img-wrapper {margin-bottom:0;}
.hrcard {font-size:1.4vw;margin-bottom:1vw}
    .threepanel {
        margin-top: 10vw;
        height:auto;
        background-image: url("/law/lawlibrary/library-banner-img-t.png");
        background-size: cover;
        padding-top: 13vw;
        background-position-x: center;
    }
#panel2 {margin-top:10vw;}
#panel3 {margin-top:14vw;height:127px;}
.lblcard {
    width: 100px;
    height: 30px;
    font-size: 1vw;
}
.themered {font-size:1.2rem;}
  #centerframe3 {
    display:flex;
    flex-direction:row;
}
  #lcont1 {
    display: block;
  }
  #lcont2 {
    display: none;
  }
  #listHrs {
    font-size: 1rem;
    height: 5vw;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  #searchFloat {
    height: 10vw;
  }
  #searchBar {
    height: 9vw;
    width: 70%;
  }
  #searchLinks {
    height: 5vw;
    line-height:5vw;
  }
  #searchEnter {
    height: 4vw;
  }
  a.searchLinks {
    font-size: 1vw;
  }
  .square {
    width: 300px !important;
    height: 300px !important;
  }
  .square01 {
    width: 630px !important;
    height: 630px !important;
  }
  tbody th {
    padding: 1.5vw 1vw 1.5vw;
    font-size: 1rem;
  }
  tbody tr {
    border-top: 0.1rem solid #d1d1d2;
  }
  ul.list-of-links li {
    font-size: 1vw;
  }
  .qlinks.liqlink {
    font-size: 1rem;
    line-height: unset !important;
  }
  .hours-col-loc, .hours-col-time {
    font-size: 1vw;
  }
  a.searchLinks {
    font-size: 1.2rem;
  }
  li.liqlink a {
    font-size: 1rem !important;
  }
  #centerframe2 {
    height: 13vw;
  }
  .hours-today-row {
    line-height: 1.6rem !important;
  }
  .timecard h4 {
    font-size: 24pt;
  }
  li.liqlink {
    line-height: 40px !important;
  }
  a.btn {
    font-size: 1vw;
  }
  .timecard {
    height: 564px;
  }
  #panel3 {
    height: 132px;
  }
  .cardfont, .hours-col-loc, .hours-col-time {
    font-size: 1vw;
    white-space: nowrap;
  }
  li.liqlink a {
    line-height:2vw
  }
  #searchFloat {
    height: 11vw;
    background-color: #e90802;
    width: 80%;
  }
  .cards-module__hidden-on-small1, .cards-module__hidden-on-small2, .cards-module__hidden-on-small3 {
    margin-top: 0;
  }
div#libPageTitle {
    font-size: 5vw;
}
.lcontainer {
    margin-left: 0;
    margin-right: 0;
    display: flex;
}
#centerframe, #centerframe2 {
    display: flex;
    flex-direction: row;
}
ul.list-of-links li {
    line-height: 2vw;
}
}
