@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html #feature_1_5 img.swap {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}

html #ftitle {
  bottom: 0;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  left: 0;
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.42);
  transition: 0.3s ease all;
  line-height: 1.2;
}
html #ftitle:hover {
  background-color: white;
}

html #fprev,
html #fnext,
html #fprev a,
html #fnext a {
  background-image: none;
  text-decoration: none;
  font-size: 30px;
  font-weight: light;
  height: auto;
  width: auto;
  margin: 0;
  color: black;
  text-shadow: none;
  line-height: 1;
}

#fprev::before {
  content: "\e5cb";
  font-family: "Material Symbols Outlined";
}

#fnext::before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
}

#ftitle span {
  order: 2;
  text-shadow: none;
  font-size: 16px;
  font-weight: 700;
}

html #fnext {
  order: 3;
}

html #fprev {
  order: 1;
}

.search-section {
  background-color: #2192ca;
  padding: 30px 0;
  font-size: 18px;
}

#searchblock {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 10px 0;
}
#searchblock .wg_input_block {
  padding: 14px 0 14px 20px;
  margin-right: 0;
  border-radius: 0px;
  font-family: inherit;
  border: 1px solid #aaaaaa;
}
#searchblock .wg_input_block::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #888888;
}
#searchblock .wg_input_block:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #888888;
}
#searchblock .wg_input_block::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #888888;
}
#searchblock .wg_buttons_block {
  margin: 0;
}
#searchblock .wg_submit_block {
  width: auto;
}
#searchblock .wg_submit_block_button {
  background-color: #333333;
  cursor: pointer;
  color: white;
  border-radius: 0px;
  border: none;
  height: 100%;
  font-size: inherit;
  padding: 14px 83px;
  margin-left: 0;
  transition: 0.3s ease all;
  font-family: inherit;
}
#searchblock .wg_submit_block_button:hover {
  background-color: #888888;
}

html .wg_select_block {
  margin: 0;
}

.wg_input_block {
  margin: 0;
}

html .wg_select_block .wg_select_block_button {
  padding: 14px 26px 14px 14px !important;
  font-family: inherit;
  height: 100%;
  border-radius: 0px;
  white-space: nowrap;
}

#searchblock .wg_input_wrapper {
  width: 100%;
  padding: 10px 0;
}

.wg_select_block .wg_select_block_button::after {
  right: 10px;
}

html .wg_search_block_column .wg_select_block {
  margin: 0;
}

#searchblock.filter .wg_buttons_block {
  margin: 0 2px;
  gap: 2px;
}

#searchblock.wg_search_block_column {
  display: flex;
  flex-direction: column;
}
#searchblock.wg_search_block_column .wg_buttons_block {
  gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  #searchblock.filter .wg_buttons_block {
    gap: 5px;
    margin: 0 0 5px 0;
  }
  #searchblock.wg_search_block_column .wg_input_block,
#searchblock.wg_search_block_column .wg_buttons_block {
    margin: 0;
  }
  #searchblock.wg_search_block_column .wg_input_wrapper {
    flex-direction: column;
    gap: 10px;
  }
  #searchblock.wg_search_block_column .wg_buttons_block {
    gap: 10px;
  }
}
.blockOcode #browser {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #1d1d1d;
  font-size: 1.125rem;
  font-weight: 400;
  max-width: none;
}
.blockOcode #browser a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  color: white;
  background-color: #1d1d1d;
  margin: 0;
  border-radius: 0;
  padding: 12px 30px;
  transition: 0.2s all ease;
}
.blockOcode #browser a:hover {
  background-color: #333333;
  color: white;
}
.blockOcode #browser a span.b_title {
  font-size: inherit;
  font-weight: inherit;
  padding-bottom: 0;
}
.blockOcode #browser a span.b_count {
  font-size: inherit;
  font-weight: inherit;
  margin-left: 10px;
}
.blockOcode #browser a span.b_count::before {
  content: "  (";
}
.blockOcode #browser a span.b_count::after {
  content: ")";
}

html #topic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
}
html #topic a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  color: #111111;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 0;
  font-weight: 500;
  text-align: center;
  min-width: 220px;
  min-height: 0;
  margin: 0;
  box-shadow: none;
  transition: 0.2s ease all;
}
html #topic a:hover {
  color: white;
  background-color: #333333;
}
html #topic a span.b_title {
  padding-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
}
html #topic a span.b_count {
  font-weight: inherit;
  font-size: inherit;
}
html #topic a span.b_count:before {
  content: "(";
}
html #topic a span.b_count:after {
  content: ")";
}

@media only screen and (max-width: 1000px) {
  html #topic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 790px) {
  html #topic {
    grid-template-columns: 1fr;
  }
}
html #collectionwidget {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  overflow: visible;
  box-sizing: border-box;
  text-align: left;
}
html #collectionwidget .metaCont {
  position: absolute;
  bottom: 0px;
  width: 100%;
  opacity: 1;
  padding: 12px;
  box-sizing: border-box;
  transition: 1s ease all;
  color: white;
  background: #333333;
  font-size: 1rem;
  font-weight: 700;
}
html #collectionwidget .metaCont .summary {
  font-weight: 300;
  font-size: 0.9rem;
  padding: 10px 0;
  width: 100% !important;
  opacity: 1 !important;
}
html #collectionwidget > div.bigger:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
html #collectionwidget img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
html #collectionwidget > div.bigger {
  width: unset;
  height: unset;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
html #collectionwidget img.h,
html #collectionwidget img.w {
  width: 100%;
  height: 100%;
  border-radius: 0;
  aspect-ratio: 1/1;
}
html #collectionwidget a {
  width: 100%;
  height: 100%;
  display: unset;
}

@media only screen and (min-width: 1000px) {
  html #collectionwidget .bigger {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 576px) {
  /* Single file please */
  html #collectionwidget {
    grid-template-columns: 1fr;
    grid-auto-rows: 90.2vw;
  }
  html #collectionwidget > div.bigger:first-of-type {
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
}
a {
  color: #4b7190;
}

.blockOcode p,
.blockOcode div,
.blockOcode ul,
.blockOcode ol {
  font-family: "Roboto", sans-serif;
}
.blockOcode h1,
.blockOcode h2,
.blockOcode h3,
.blockOcode h4,
.blockOcode h5,
.blockOcode h6 {
  font-family: "Raleway", sans-serif;
}
.blockOcode h1,
.blockOcode h2,
.blockOcode h3 {
  color: #58595B;
}
.blockOcode h1 {
  font-weight: 500;
  color: #58595B;
  line-height: 1;
  margin: 10px auto;
}
.blockOcode h2 {
  font-size: 2rem;
  color: #58595B;
}
.blockOcode h3 {
  font-size: 20px;
  font-weight: 100;
}
.blockOcode h4 {
  font-weight: 600;
}
.blockOcode h5 {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin: 0;
}
.blockOcode p,
.blockOcode div {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.blockOcode ul,
.blockOcode ol {
  font-size: 1rem;
  font-weight: inherit;
  font-weight: 300;
  line-height: 1.5;
  margin-left: auto;
}
.blockOcode .fa {
  font-size: 20px;
}

.blockOcode > * {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

.contain {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.font-bold {
  font-weight: 500;
}

body[data-recollect-page=-pages-terms] .main_content,
body[data-recollect-page=-pages-privacy] .main_content {
  max-width: 1200px;
  margin: auto;
}
body[data-recollect-page=-pages-terms] .blockOcode,
body[data-recollect-page=-pages-privacy] .blockOcode {
  padding: 50px 0;
}

html .my-btn {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 64px 0 30px 0;
  padding: 12px 80px;
}

.fa-angle-right {
  margin-left: 10px;
  font-weight: 600;
}

html #header {
  color: #58595B;
  background-color: white;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  min-width: 0;
  font-family: "Raleway", sans-serif;
  z-index: 99;
  border-bottom: 5px solid #4b7190;
}

#header a {
  color: #58595B;
}

.client-block-mid {
  flex-grow: 2;
}

.client-block-mid p {
  font-size: 18px;
  margin: 0 0 0 2px;
}

.client-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  container-type: inline-size;
  container-name: client-block;
  padding: 5px 10px;
}

@container client-block (max-width: 1250px) {
  body[data-recollect-page*=-nodes-view-] #client-logo {
    height: 80px;
  }
  body[data-recollect-page*=-nodes-view-] .client-block-left {
    margin: 0;
  }
  body[data-recollect-page*=-nodes-view-] .client-title {
    font-size: 25px;
  }
  body[data-recollect-page*=-nodes-view-] .login-icon {
    display: none;
  }
}

@container client-block (max-width: 549px) {
  body[data-recollect-page*=-nodes-view-] .link-block {
    display: none;
  }
  body[data-recollect-page*=-nodes-view-] #welcome {
    display: none;
  }
}

#client-logo {
  height: 100px;
  margin: 10px 5px;
}

.client-title {
  display: inline-block;
  padding: 0;
  color: #58595B;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  border-bottom: none !important;
}

#login_logout {
  margin: 0;
  line-height: 1;
  font-size: inherit;
  font-weight: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 25px;
}

#login_logout a:hover {
  color: inherit;
}

.client-block-right {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  margin-right: 25px;
}

.client-block-left {
  background-color: white;
  margin-right: 17px;
}

#logout {
  position: relative;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}
#logout a {
  color: black;
}

html #welcome {
  font-weight: 600;
}
html #welcome a {
  font-weight: 600;
  margin-left: 2px;
}

#logout a::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
}

.login-icon {
  line-height: 1;
  margin-left: 7px;
}

.login-icon .material-symbols-outlined {
  font-size: 38px;
  margin: -6px 0;
  font-variation-settings: "FILL" 0, "wght" 282, "GRAD" 100, "opsz" 34;
}

#logout {
  border-left: solid 1px #665656;
  padding-left: 13px;
  margin-left: 13px;
}

.link-block {
  display: flex;
  gap: 12px;
  padding-bottom: 10px;
}

.link-block a {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  padding-right: 12px;
  border-right: 1px solid white;
}

.link-block a:last-child {
  border-right: none;
  padding-right: 0;
}

#taxnav {
  position: unset;
  width: 100%;
  height: auto;
  background: #4b7190;
  color: white;
  box-sizing: border-box;
  gap: 30px;
}

ul.navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  max-width: 82%;
  font-size: 1rem;
  font-weight: 300;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
ul.navbar li {
  position: relative;
  width: auto;
  padding: 10px 20px;
  text-align: left;
  list-style: none;
  white-space: nowrap;
  transition: 0.2s ease all;
}
ul.navbar li a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 20px;
  display: block;
  width: 100%;
  color: white;
}
ul.navbar li ul {
  display: none;
  position: absolute;
  width: auto;
  min-width: 200px;
  padding: 0;
  z-index: 1000;
  left: 0;
}
ul.navbar li ul li:hover {
  background-color: #4b7190;
  color: white;
}
ul.navbar li ul li.sub {
  display: flex;
  align-items: center;
}
ul.navbar li ul li.sub .fa-angle-right {
  line-height: 1;
  font-size: 18px;
  order: 2;
  margin-left: 30px;
}

.navbar li a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
}

.navbar li:hover > ul {
  display: block;
  background-color: rgba(75, 113, 144, 0.9);
}

.navbar > li > ul {
  margin-top: 10px;
}

.navbar li ul li > ul {
  left: 100%;
  top: 0;
}

#rTaxCont h3 {
  cursor: pointer;
}

html body #rTaxNav {
  top: 108px;
  width: 100%;
}
html body #rTaxNav .navbar > li::after {
  border-right: none;
}
html body #rTaxNav ul.navbar > li > a {
  font-weight: bold;
  color: #474747;
}
html body #rTaxNav ul.navbar {
  display: flex;
  flex-direction: column;
}
html body #rTaxNav ul.navbar li:hover {
  background: transparent;
}
html body #rTaxNav ul.navbar li {
  padding: 4px;
  display: block;
}
html body #rTaxNav ul.navbar li ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  left: 0;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
html body #rTaxNav ul.navbar li .fa {
  display: none;
}
html body #rTaxNav ul.navbar li:hover > ul {
  background-color: transparent;
}
html body #rTaxNav ul.navbar li a:hover {
  color: #4b7190;
  background-color: transparent;
}

.section {
  text-align: center;
  margin: 30px auto;
}

.section h1 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #58595B;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 25px 0;
}

.section h2 {
  margin-bottom: 20px;
  font-size: 1.875rem;
  color: #58595B;
}

.section h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.section p {
  font-size: 18px;
}

.blockOcode .underline {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blockOcode h2.underline {
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.blockOcode .underline:after {
  content: "";
  width: 70%;
  left: 0;
  right: 0;
  padding-bottom: 30px;
  margin: auto;
  bottom: 0;
  position: absolute;
  border-bottom: 2px solid;
}

.getting-started-section {
  background-color: #edf1f4;
  padding: 75px 0;
  margin-top: 91px;
  margin-bottom: 0;
  font-weight: 400;
  max-width: none;
  width: 100%;
}
.getting-started-section h3 {
  margin-bottom: 18px;
}
.getting-started-section .my-btn {
  background-color: #58595B;
  color: white;
  text-decoration: none;
  transition: 0.2s ease all;
  margin: 30px 0;
  max-width: 200px;
}
.getting-started-section .my-btn:hover {
  background-color: #019fdc;
  color: white;
}

html .blockOcode #ftitle {
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.42);
  color: black;
}
html .blockOcode #ftitle:hover {
  background-color: white;
}

html #fprev,
html #fnext,
html #fprev a,
html #fnext a {
  font-size: 30px;
  font-weight: light;
  color: inherit;
}

#ftitle span {
  order: 2;
  font-size: 16px;
  font-weight: 400;
}

.search-section {
  background: transparent;
}

html #searchblock .wg_submit_block_button {
  background-color: #4b7190;
  font-weight: bold;
}
html #searchblock .wg_submit_block_button:hover {
  background: #58595B;
}
html #searchblock .wg_input_block::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
}
html #searchblock .wg_input_block:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}
html #searchblock .wg_input_block::placeholder {
  font-size: 14px;
  font-weight: 300;
}

html #topic a {
  color: #58595B;
  border-color: #58595B;
}
html #topic a:hover {
  background-color: #58595B;
  color: white;
}
html #topic a span.b_count {
  display: none;
}

html .blockOcode .browser-section {
  max-width: none;
  width: 100%;
}
html .blockOcode #browser {
  background-color: #edf1f4;
}
html .blockOcode #browser a {
  background-color: #edf1f4;
  color: #58595B;
}
html .blockOcode #browser a:hover {
  background-color: #58595B;
  color: white;
}

html #collectionwidget .metaCont {
  color: white;
  background: rgba(88, 89, 91, 0.9);
  font-size: 1rem;
  font-weight: 500;
  opacity: 1;
  box-sizing: border-box;
}

html #collectionwidget .metaCont .summary {
  font-size: 0.9rem;
  box-sizing: border-box;
}

a.sprite,
span.sprite,
.sprite a,
#showHideTags label span,
.toolbox_button,
#zoom_wrap,
.ui-slider-vertical .ui-slider-handle,
.img_tag span,
.img_tag a {
  background-image: url(/theme/denverlibrary/css/images/sprite.png);
}

#tools .toolbox_button:hover,
#tools .toolbox_button:focus {
  line-height: 28px;
}

#client_menu a:hover,
#client_menu a.active {
  background-color: #58595B;
}

#info_menu a:hover {
  color: #a49485;
}

div.sr2:hover {
  background-color: #efefef;
  border: 1px solid #4b7190;
}

div.sr2:hover a {
  color: #07272D;
}

.portlet-content a:hover {
  color: #5c5c5c;
}

#addTag,
#recAdd,
#mapAdd,
a.addtag2,
a.recadd2,
a.mapadd2,
a.mapadd3,
#addtaghelp,
.img_tag {
  background-color: #58595B;
}

#addTag:hover,
#recAdd:hover,
#mapAdd:hover,
a.addtag2:hover,
a.recadd2:hover,
a.mapadd2:hover,
a.mapadd3:hover,
a.editageotag:hover,
#cloneitembutton:hover {
  background-color: #4b7190;
  color: #ffffff;
  opacity: 1;
}

.img_tag_edit {
  background-color: #52504F;
}

.img_tag a:hover {
  color: #a49485;
}

#grouphead,
#allbookmarks > div {
  border: 1px solid #000000;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
#grouphead a {
  border: 1px solid #58595B;
  background-color: #58595B;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
#grouphead a:hover {
  background-color: #4b7190;
  border: 1px solid #4b7190;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
#grouphead a:hover {
  border: 1px solid #4b7190;
  background-color: #4b7190;
  font-weight: normal;
  color: #ffffff;
}

html body #tools .ui-slider-handle:hover {
  border: none;
}

button.search-input__submit.btn-filled {
  background-color: #019fdc;
  color: white !important;
  transition: 0.2s ease all;
}
button.search-input__submit.btn-filled:hover {
  background-color: #019fdc;
}

#resetbtn {
  background-color: #58595B;
  border: 1px solid #58595B;
  color: white;
  text-decoration: none;
  transition: 0.2s ease all;
  font-weight: bold;
}
#resetbtn:hover {
  background-color: transparent;
  color: #58595B;
}

a.sr2title {
  text-decoration: none;
}

html .btn-custom {
  background-color: transparent;
  color: #58595B !important;
  border-color: #58595B !important;
  border: 1px solid;
  font-weight: 600;
  transition: 0.3s all ease;
}
html .btn-custom:hover {
  color: white !important;
  background: #58595B;
  border-color: #58595B !important;
}

.show-more,
.custom-cl-color,
.custom-cl-color a {
  color: #4b7190 !important;
}

.custom-cl-bg {
  color: white !important;
  background-color: #58595B;
  font-weight: bold !important;
}

.custom-cl-bg h1 {
  font-weight: 600;
}

.custom-cl-active i {
  color: #019fdc !important;
}

.switcher__label input:checked + .switcher__slider {
  background-color: #019fdc;
}

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:checked ~ .checkbox-input__checkmark::after {
  border: solid #4b7190;
}

.bold {
  background: #f7f7f7;
  opacity: 1;
  color: black;
}

.disabled {
  color: grey !important;
  background: #ffffff !important;
  border-color: grey !important;
}

html .criteria-selector {
  border: 1px solid #bdbdbd;
}

.btn-filled:hover,
.custom-cl-list li:hover {
  color: white;
  background-color: #4b7190;
  cursor: pointer;
}

.btn-hover:hover {
  color: #58595B;
}

.view-block-buttons__list-block:hover i,
.view-block-buttons__grid-block:hover i {
  color: #07272D;
}

.page-block:hover i {
  color: #07272D;
}

.info-block:hover > i,
.info-block:hover > .info-block__title {
  color: #58595b;
}

.custom-cl-color {
  border-color: #4b7190;
}

.custom-cl-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: 0;
  scrollbar-color: #4b7190 #4b7190;
}

.custom-cl-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #4b7190;
}

.custom-cl-scroll::-webkit-scrollbar-track {
  background: #bdbdbd;
}

.custom-cl-scroll::-webkit-scrollbar {
  width: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background-color: #52504F;
  -ms-filter: "alpha(opacity=10)";
  filter: alpha(opacity=10);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #52504F;
  -ms-filter: "alpha(opacity=85)";
  filter: alpha(opacity=85);
}

p.pagelinkslong span.current {
  background-color: #4b7190;
}

p.pagelinkslong a:hover {
  background-color: #a49485;
}

p.pagelinkslong a.prev:hover,
p.pagelinkslong a.next:hover {
  background-color: #a49485;
}

p.pagelinkslong a.nothanks:hover {
  background-color: transparent;
}

#thumbhover {
  border: 6px solid #151515;
}

#thumbhover img {
  border: 2px solid #4b7190;
}

#miniMe img.currentThumb {
  border: 2px solid #a49485;
}

#miniMe img.currenthumb:hover,
#miniMe img.herothumb:hover {
  border: 2px solid #a49485;
}

.ui-slider-vertical .ui-slider-handle {
  border: 0;
}

blockquote {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

#sidebar .portlet-header {
  padding: 9px 20px;
  margin: 0;
  cursor: pointer;
  background: #f0f0f0;
}

#sidebar .portlet {
  border-top: none;
  margin-bottom: 0;
}

html .stuffThumbsLink p {
  margin-left: 5px;
}

html body .profilepics span.profilepictxt {
  width: 100%;
  max-width: 300px;
  height: auto;
}

html body .profilepics span.profilepictxt {
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}

html body div#viewport.fullmonty {
  z-index: 4 !important;
}

html body[data-recollect-page=-pages-contact] .blockOcode,
html body[data-recollect-page=-pages-contact] .blockOcode_block,
html body[data-recollect-page*=-messages-create] .blockOcode,
html body[data-recollect-page*=-messages-create] .blockOcode_block {
  font-family: "Roboto", sans-serif;
}
html body[data-recollect-page=-pages-contact] .blockOcode .heading1,
html body[data-recollect-page=-pages-contact] .blockOcode_block .heading1,
html body[data-recollect-page*=-messages-create] .blockOcode .heading1,
html body[data-recollect-page*=-messages-create] .blockOcode_block .heading1 {
  color: #58595B;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
html body[data-recollect-page=-pages-contact] .blockOcode .submit input,
html body[data-recollect-page=-pages-contact] .blockOcode_block .submit input,
html body[data-recollect-page*=-messages-create] .blockOcode .submit input,
html body[data-recollect-page*=-messages-create] .blockOcode_block .submit input {
  background-color: #4b7190;
  color: white;
  text-decoration: none;
  transition: 0.2s ease all;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
html body[data-recollect-page=-pages-contact] .blockOcode .submit input:hover,
html body[data-recollect-page=-pages-contact] .blockOcode_block .submit input:hover,
html body[data-recollect-page*=-messages-create] .blockOcode .submit input:hover,
html body[data-recollect-page*=-messages-create] .blockOcode_block .submit input:hover {
  background-color: #58595B;
  color: white;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets,
html body[data-recollect-page=-pages-contact] .blockOcode_block .contact-deets,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets,
html body[data-recollect-page*=-messages-create] .blockOcode_block .contact-deets {
  margin-top: 82px;
  white-space: nowrap;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets .contact-type,
html body[data-recollect-page=-pages-contact] .blockOcode_block .contact-deets .contact-type,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets .contact-type,
html body[data-recollect-page*=-messages-create] .blockOcode_block .contact-deets .contact-type {
  margin-bottom: 27px;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets h3,
html body[data-recollect-page=-pages-contact] .blockOcode_block .contact-deets h3,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets h3,
html body[data-recollect-page*=-messages-create] .blockOcode_block .contact-deets h3 {
  color: #58595B;
  margin: 0;
  font-weight: bold;
  font-size: 1.875rem;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets p,
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets a,
html body[data-recollect-page=-pages-contact] .blockOcode_block .contact-deets p,
html body[data-recollect-page=-pages-contact] .blockOcode_block .contact-deets a,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets p,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets a,
html body[data-recollect-page*=-messages-create] .blockOcode_block .contact-deets p,
html body[data-recollect-page*=-messages-create] .blockOcode_block .contact-deets a {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 3px;
  color: inherit;
  text-decoration: none;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets a:hover,
html body[data-recollect-page=-pages-contact] .blockOcode_block .contact-deets a:hover,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets a:hover,
html body[data-recollect-page*=-messages-create] .blockOcode_block .contact-deets a:hover {
  text-decoration: underline;
}

html .contact-widget {
  padding-top: 3vw;
}

html #footer {
  height: auto;
  padding: 20px;
  margin-top: 0;
  z-index: 4;
}

.custom_footer {
  color: #58595B;
  background: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.custom_footer a {
  text-decoration: none;
  color: #58595B;
}
.custom_footer p {
  padding: 3px;
}
.custom_footer a:hover,
.custom_footer a:focus {
  text-decoration: underline;
}
.custom_footer h3 {
  color: #58595B;
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  padding: 0;
  margin-bottom: 23px;
}
.custom_footer .explore div {
  margin-bottom: 20px;
}
.custom_footer .f-deets {
  white-space: nowrap;
}
.custom_footer .f-logo img {
  width: 157px;
  margin-right: 30px;
}
.custom_footer .foot-3 {
  display: flex;
}
.custom_footer .f-socials {
  display: flex;
  margin: 20px 0 20px 0;
  font-size: 14px;
  gap: 24px;
}
.custom_footer .f-socials .social-icon {
  font: normal normal normal 15px/1 FontAwesome !important;
  font-weight: 300;
}
.custom_footer .f-socials a {
  display: flex;
  background-color: #58595B;
  border: 1px solid #58595B;
  color: white;
  text-decoration: none;
  transition: 0.2s ease all;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.custom_footer .f-socials a:hover {
  background-color: transparent;
  color: #58595B;
}

@media only screen and (max-width: 1500px) {
  .custom_footer h3 {
    font-size: 24px;
  }
  .custom_footer p,
.custom_footer a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1300px) {
  html .client-block-right {
    font-size: 12px;
  }
  html .client-title {
    font-size: 35px;
  }
  .client-logo {
    max-height: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .foot-3 {
    flex-direction: column;
    gap: 20px;
  }
  html .custom_footer h3 {
    margin-bottom: 10px;
  }
  #login_logout {
    padding-right: 8px;
  }
  .link-block {
    position: absolute;
    right: 18px;
    bottom: 0;
  }
  #client-logo {
    height: 80px;
  }
  .client-block-left {
    margin-right: 0;
  }
  .client-block-right {
    margin-right: 0;
  }
  html .client-title {
    font-size: clamp(26px, 3vw, 38px);
  }
  .link-block {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 992px) {
  #logout,
#welcome {
    padding-left: 12px;
    margin-left: 12px;
  }
  .xtra-link {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 790px) {
  html #rMenuCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 13px;
    width: unset;
    height: auto;
    color: #665656;
  }
  html #rMenuCont .fa {
    color: inherit;
    font-size: 27px;
    cursor: pointer;
  }
  html #rMenuCont .client-title {
    font-size: 30px;
    line-height: 1.2;
  }
  html #rMenuCont a {
    text-decoration: none;
  }
  html #rMenuCont .mob-logo {
    height: 75px;
  }
  html #rMenuCont .client-logo-grp {
    text-align: left;
  }
  html #rMenuCont .client-logo-grp h2,
html #rMenuCont .client-logo-grp p {
    margin: 0;
    color: #58595B;
  }
  html #rMenuCont .client-logo-grp p {
    font-size: 20px;
  }
  #rMenuCent {
    flex-grow: 1;
    padding-left: 20px;
  }
  html body .rsubmenuArrow {
    top: 91px;
  }
  html body .rsubmenuArrow.arrowup {
    top: 80px;
  }
  html body[data-recollect-page=-pages-contact] .blockOcode_block div.submit,
html body[data-recollect-page=-messages-create] .blockOcode_block div.submit {
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .srcfl {
    flex-wrap: wrap;
  }
  .srcfl .searchbutton {
    width: 100%;
  }
  .srcfl .searchfield,
.srcfl .searchbutton {
    padding: 7px;
  }
  html #rMenuCont #rMenuBurg,
html #rMenuCont #rMenuSearch {
    width: auto;
  }
  html #rMenuCont .client-logo-grp p {
    font-size: 16px;
  }
  html #rMenuCont .client-logo-grp .client-title {
    font-size: 22px;
  }
}
html {
  box-sizing: content-box;
}

html,
#wrap,
body {
  min-width: 0px;
  max-width: 100%;
}

#wrap {
  min-height: 0;
}

html #main {
  overflow-x: initial;
  overflow-y: initial;
  padding-bottom: 0;
}

.blockOcode {
  box-sizing: border-box;
  padding: 0;
}

body[data-recollect-page=-pages-contact] .the-header.sprite,
html body[data-recollect-page=-messages-create] .the-header.sprite,
html body[data-recollect-page=-users-login] .the-header.sprite {
  display: none;
}

.the-header.sprite.stick {
  width: 94.5%;
}

html #logout a {
  width: auto;
  padding-right: 0;
}

html form#MessageCreateFormg {
  margin-top: 0;
}

.notloggedin #welcome a:hover {
  cursor: default;
}

.date-block input::before {
  padding: 5px;
  height: 27px;
  width: 27px;
}

html #viewport.justMetadata div.portlet-header {
  color: #333333;
}

#statstable #menubuttons a[rep=monthlyViews],
#statstable #menubuttons a[rep=dailyViews],
#statstable #menubuttons a[rep=monthlySessions],
#statstable #menubuttons a[rep=dailySessions],
#statstable #menubuttons a[rep=userHits],
#statstable #menubuttons a[rep=topURL] {
  display: none;
}

html::-moz-placeholder {
  color: #888888;
}

html:-ms-input-placeholder {
  color: #888888;
}

html::placeholder {
  color: #888888;
}

html body #header h1.client-title {
  border-bottom: none;
  color: white !important;
}

html body[data-recollect-page=-users] .heading1 img,
html body[data-recollect-page=-users-login] .heading1 img,
.popped_content .recollectloginform .heading1 img,
.popped_content .registeroptions .heading1 img {
  display: none;
}/*# sourceMappingURL=denverlibrary.css.map */