@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html #feature_1_5 img.swap {
  object-fit: cover;
  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;
  overflow: visible;
}
#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::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;
  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:hover span.b_title {
  text-overflow: clip;
  max-width: none;
  white-space: normal;
  overflow: visible;
}
html #topic a span.b_title {
  padding-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch; /* Adjust the number of characters as needed */
}
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;
  box-sizing: border-box;
  text-align: left;
  overflow: visible;
}
html #collectionwidget .metaCont {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: white;
  background: #333333;
  font-size: 1rem;
  font-weight: 700;
  opacity: 1;
  padding: 12px;
  box-sizing: border-box;
  transition: 1s ease all;
}
html #collectionwidget .metaCont .summary {
  font-weight: 300;
  font-size: 0.9rem;
  padding: 10px 0;
  width: 100% !important;
  opacity: 1 !important;
}
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 {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  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: 65vh;
  }
}
@media only screen and (max-width: 576px) {
  /* Single file please */
  html #collectionwidget {
    grid-template-columns: 1fr;
    grid-auto-rows: 90.2vw;
  }
}
html #header a,
html #header a:visited {
  color: inherit;
  text-decoration: none;
}

html .blockOcode a {
  text-decoration: underline;
  color: #3344DD;
}
html .blockOcode a:hover {
  color: #000000;
  text-decoration: underline;
}

a {
  text-decoration: underline;
  color: #3344DD;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

.blockOcode h1,
.blockOcode h2 h3,
.blockOcode h4,
.blockOcode h5,
.blockOcode h6,
.blockOcode p,
.blockOcode div,
.blockOcode ul {
  font-family: "PT Sans", sans-serif;
}
.blockOcode h1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #165F64;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 25px 0;
}
.blockOcode h2 {
  font-size: 2rem;
  color: #165F64;
}
.blockOcode h3 {
  font-size: 20px;
  font-weight: 100;
}
.blockOcode h4 {
  font-weight: 600;
}
.blockOcode h5 {
  color: #165F64;
  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;
}

.full-width {
  max-width: none;
  width: 100%;
}

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 .blockOcode {
  padding-bottom: 100px;
}

html .my-btn {
  background-color: transparent;
  color: #165F64;
  border: 2px solid #165F64;
  transition: 0.2s ease all;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 64px 0 30px 0;
  padding: 12px 80px;
}
html .my-btn:hover {
  background-color: #165F64;
  color: white;
}

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

html #header {
  color: #333333;
  background-color: white;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  min-width: 0;
  font-family: "PT Sans", sans-serif;
  z-index: 99;
}

.client-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  container-type: inline-size;
  container-name: client-block;
  padding: 20px 27px 15px 15px;
  border-bottom: 15px solid #C5D7D8;
}

.client-logo {
  max-height: 100px;
  margin-right: 30px;
}

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

.client-title {
  display: inline-block;
  padding: 0;
  font-weight: 500;
  font-size: 44px;
  text-transform: uppercase;
  color: #333333;
  font-family: "PT Sans", sans-serif;
  border-bottom: none !important;
}

html .client-block-right {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
}

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

#login_logout a:hover {
  color: inherit;
}

#logout {
  position: relative;
  display: flex;
  align-items: center;
  border-left: solid 1px #333333;
  padding-left: 13px;
  margin-left: 13px;
}
#logout a {
  color: black;
}

#welcome {
  color: #333333;
  font-weight: 600;
}
#welcome a {
  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" 200, "GRAD" 0, "opsz" 48;
}

html #header .link-block {
  padding: 22px 0 0 0;
  display: flex;
  gap: 24px;
}

html #header .link-block a {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}

html #header .link-block a:hover {
  font-weight: bold;
}

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

#taxnav {
  position: unset;
  width: 100%;
  height: auto;
  background: #165F64;
  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;
}
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:hover ul {
  background: #165F64;
}
ul.navbar li a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 20px;
  display: block;
  width: 100%;
  color: white;
}
ul.navbar li .fa-angle-down {
  display: none;
}
ul.navbar li ul {
  display: none;
  position: absolute;
  width: auto;
  min-width: 100%;
  padding: 0;
  z-index: 1000;
  left: 0;
  background-color: rgba(22, 95, 100, 0.75);
}
ul.navbar li ul li:hover {
  background-color: #165F64;
  color: white;
}
ul.navbar li ul li.sub {
  display: flex;
  align-items: center;
}
ul.navbar li ul li.sub:hover {
  background-color: #C5D7D8;
}
ul.navbar li ul li.sub .fa-angle-right {
  line-height: 1;
  font-size: 18px;
  order: 2;
  margin-left: 30px;
}
ul.navbar li ul li.sub ul > li:hover {
  background-color: #C5D7D8;
}

html ul.navbar > li {
  margin-right: 0;
}

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

.navbar li:hover > ul {
  display: block;
}

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

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

#rTaxCont h3 {
  cursor: pointer;
}

html body #rTaxNav {
  top: 30px;
  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;
  background-color: transparent;
}
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: #165F64;
  background-color: transparent;
}

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

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

#ftitle span {
  order: 2;
  font-size: 20px;
  font-weight: bold;
}

.search-section {
  background: transparent;
}

html #searchblock {
  margin-bottom: 50px;
}
html #searchblock .wg_submit_block_button {
  background-color: #165F64;
}
html #searchblock .wg_submit_block_button:hover {
  background: #C5D7D8;
}
html #searchblock .wg_input_block::placeholder {
  font-size: 14px;
  font-weight: 300;
}

html #topic {
  margin-bottom: 50px;
}
html #topic a {
  color: #165F64;
  border-color: #165F64;
}
html #topic a:hover {
  background-color: #165F64;
  color: white;
}
html #topic a span.b_count {
  display: none;
}

html .blockOcode #browser {
  background-color: #165F64;
  margin-bottom: 50px;
}
html .blockOcode #browser a {
  background-color: #165F64;
  color: white;
}
html .blockOcode #browser a:hover {
  background-color: #C5D7D8;
}

html body .welcome-section {
  max-width: none;
  width: 100%;
}
html body .welcome-section h1,
html body .welcome-section p {
  max-width: 1200px;
  margin: 0 auto;
}

html #collectionwidget {
  max-width: 1200px;
  margin: 0 auto;
}

html #collectionwidget .metaCont {
  color: white;
  background: rgba(22, 95, 100, 0.75);
  font-size: 1rem;
  font-weight: 500;
}

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

#collectionwidget .bigger:hover .metaCont {
  background-color: rgba(22, 95, 100, 0.75);
}

#resetZoomButton,
#displayItemsButton,
#resetMap,
#visualSearchButton {
  background-color: #343434;
}
#resetZoomButton:hover,
#displayItemsButton:hover,
#resetMap:hover,
#visualSearchButton:hover {
  background-color: #636363;
}

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/unecollections/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: #165F64;
}

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

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

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

html body[data-recollect-page*=-nodes-view-] a,
html body[data-recollect-page*=-nodes-view-] .portlet-content a {
  color: #3344DD;
}
html body[data-recollect-page*=-nodes-view-] .portlet-content a:hover {
  color: black;
}

#addTag,
#recAdd,
#mapAdd,
a.addtag2,
a.recadd2,
a.mapadd2,
a.mapadd3,
#addtaghelp,
a.editageotag,
#cloneitembutton,
.img_tag {
  background-color: #343434;
  border: 1px solid #343434;
  color: white !important;
}

#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: #636363;
  border: 1px solid #636363;
  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 #165F64;
  background-color: #165F64;
  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: #C5D7D8;
  border: 1px solid #C5D7D8;
  color: #FFFFFF;
}

.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 #52504F;
  background-color: #52504F;
  font-weight: normal;
  color: #ffffff;
}

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

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

#resetbtn {
  background-color: transparent;
  color: #165F64;
  border: 1px solid #165F64;
  transition: 0.2s ease all;
}
#resetbtn:hover {
  background-color: #165F64;
  color: white;
}

a.sr2title {
  text-decoration: none;
}

html .btn-custom {
  background-color: transparent;
  color: #165F64 !important;
  border-color: #165F64 !important;
  border: 1px solid;
  transition: 0.3s all ease;
}
html .btn-custom:hover {
  color: white !important;
  background: #165F64;
  border-color: #165F64 !important;
}

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

.custom-cl-bg {
  color: white !important;
  background-color: #165F64;
}

.custom-cl-active i {
  color: #165F64 !important;
}

.switcher__label input:checked + .switcher__slider {
  background-color: #165F64;
}

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

#aToz_block .alfabet-block .btn-custom {
  border: 1px solid #165F64;
  border-radius: 4px;
}
#aToz_block .alfabet-block .btn-custom:hover {
  background-color: #808080;
  border: 1px solid #808080;
}
#aToz_block .alfabet-block a {
  color: white;
  background-color: #165F64;
  border: 1px solid #165F64;
  border-radius: 4px;
}
#aToz_block .alfabet-block a:hover {
  color: white;
  background-color: #808080;
  border: 1px solid #808080;
}

#aToz_block .alfabet-block a.bold {
  color: white;
  background-color: #808080;
  border: 1px solid #808080;
  border-radius: 4px;
}
#aToz_block .alfabet-block a.bold:hover {
  color: black;
  background-color: #bebebe;
  border: 1px solid #bebebe;
}
#aToz_block .alfabet-block a.bold:hover .btn-custom {
  background-color: #bebebe;
  border: 1px solid #bebebe;
}

#aToz_block .alfabet-block .btn-custom a.bold {
  background: #cdcdcd;
  opacity: 1;
  color: black;
}

#aToz_block .alfabet-block .btn-custom a.bold:hover {
  color: white;
  background: #000;
}

#contribution-filter span.item_type_link.bold,
#contribution-filter span.item_type_link:hover,
#item-type-filter ul li span.item_type_link.bold,
#item-type-filter ul li span.item_type_link:hover {
  background-color: #cccccc;
}

#item-type-filter ul li span.item_type_link.bold:hover .item-count {
  color: #111111;
}

#item-type-filter ul li span.item_type_link span.item-type-title a {
  font-weight: 600;
}
#item-type-filter ul li span.item_type_link span.item-count {
  background-color: transparent;
  font-weight: 600;
}

#item-type-filter ul li span.item_type_link:hover {
  background-color: #bebebe;
}

#item-type-filter ul li span.item_type_link.bold {
  color: black;
  background-color: #bebebe;
}
#item-type-filter ul li span.item_type_link.bold:hover {
  color: white;
  background-color: #808080;
}
#item-type-filter ul li span.item_type_link.bold:hover span.item-type-title a {
  color: white;
}
#item-type-filter ul li span.item_type_link.bold:hover span.item-count {
  color: white;
  opacity: 1;
}

.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: #165F64;
  cursor: pointer;
}

.btn-hover:hover {
  color: #165F64;
}

.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: #165F64;
}

.custom-cl-color {
  border-color: #165F64;
}

.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: #165F64 #165F64;
}

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

.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: #165F64;
}

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 #165F64;
}

#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 .heading1,
html body[data-recollect-page*=-messages-create-] .blockOcode .heading1,
html body[data-recollect-page=-messages-create] .blockOcode .heading1 {
  color: #165F64;
  font-weight: 400;
  font-size: 36px;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block input[type=submit],
html body[data-recollect-page*=-messages-create-] .blockOcode .blockOcode_block input[type=submit],
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block input[type=submit] {
  background-color: #165F64;
  border: 1px solid #165F64;
  color: white;
  transition: 0.2s ease all;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block input[type=submit]:hover,
html body[data-recollect-page*=-messages-create-] .blockOcode .blockOcode_block input[type=submit]:hover,
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block input[type=submit]:hover {
  background-color: transparent;
  color: #165F64;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets,
html body[data-recollect-page*=-messages-create-] .blockOcode .contact-deets,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets {
  margin-top: 46px;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets h3,
html body[data-recollect-page*=-messages-create-] .blockOcode .contact-deets h3,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets h3 {
  color: #165F64;
  margin: 0;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets h5,
html body[data-recollect-page*=-messages-create-] .blockOcode .contact-deets h5,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets h5 {
  color: #165F64;
  font-weight: 500;
}
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*=-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 .contact-deets p,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets a {
  font-weight: 300;
  color: inherit;
  text-decoration: none;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets a:hover,
html body[data-recollect-page*=-messages-create-] .blockOcode .contact-deets a:hover,
html body[data-recollect-page=-messages-create] .blockOcode .contact-deets a:hover {
  text-decoration: underline;
}

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

html footer .custom_footer {
  background-color: white;
  color: black;
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  box-sizing: border-box;
  padding: 20px;
  /*uncomment theses lines if image is to be centered*/
  /* text wrap compatibility to apple devices */
}
html footer .custom_footer .fullwidth {
  width: 100%;
}
html footer .custom_footer .centered {
  width: 1200px;
  margin: 0 auto;
}
html footer .custom_footer h3 {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
html footer .custom_footer h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
html footer .custom_footer p {
  word-wrap: break-word;
  white-space: normal;
  font-size: 16px;
}
html footer .custom_footer a {
  text-decoration: none;
  font-size: 16px;
}
html footer .custom_footer a:hover {
  text-decoration: underline;
}
html footer .custom_footer .row {
  margin-left: 0;
  margin-right: 0;
}
html footer .custom_footer a .fa,
html footer .custom_footer a img {
  text-decoration: none;
}
html footer .custom_footer a .fa:hover,
html footer .custom_footer a img:hover {
  text-decoration: none;
}
html footer .custom_footer .footer-image,
html footer .custom_footer .footer-logo {
  width: 150px;
  height: auto;
}
html footer .custom_footer .footer-logo,
html footer .custom_footer .footer-image {
  display: block;
  margin: 0 auto;
}
html footer .custom_footer .fa-stack-1x {
  color: black;
}
html footer .custom_footer .row.row2 {
  background-color: gray;
}
html footer .custom_footer .all-cols {
  padding: 0 5px;
}
html footer .custom_footer .footer-col1 {
  margin: 5px 0;
}
html footer .custom_footer .footer-col2 {
  margin: 5px 0;
}
html footer .custom_footer .footer-col3 {
  margin: 5px 0;
}
html footer .custom_footer .social-link {
  margin: 10px 0 10px 0;
  font-size: 21px;
  color: white;
}
html footer .custom_footer .social-link .fa-inverse {
  color: #FFFFFF;
  font-size: 17px;
  font-family: "FontAwesome" !important;
  font-weight: 400;
}
html footer .custom_footer .social-link .fa-circle {
  transition: 0.2s ease all;
}
html footer .custom_footer .social-link .fa-inverse:hover {
  color: #333333;
}

@media only screen and (max-width: 1300px) {
  html footer .custom_footer .centered {
    text-align: center;
    width: 100%;
  }
}
@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;
  }
  html body[data-recollect-page*=-node-view-] #header .client-logo {
    height: auto;
    max-height: none;
    width: 13.4375rem;
  }
  html body[data-recollect-page*=-node-view-] #header .client-title {
    font-size: 27px;
  }
  #main_content_area_ref .container {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1150px) {
  .client-block {
    padding: 18px;
  }
}
@media only screen and (max-width: 992px) {
  #logout,
  #welcome {
    padding-left: 12px;
    margin-left: 12px;
  }
  .xtra-link {
    white-space: nowrap;
  }
  html body[data-recollect-page*=-node-view-] #header .client-logo {
    height: auto;
    max-height: none;
    width: 9.375rem;
  }
  html body[data-recollect-page*=-node-view-] #header .client-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 790px) {
  html body[data-recollect-page="-"] .main_content,
  html body[data-recollect-page="-"] #main {
    display: block;
  }
  html #rMenuCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 13px;
    width: unset;
    height: 42px;
    color: #165F64;
    background: #C5D7D8;
  }
  html #rMenuCont .fa {
    color: inherit;
    font-size: 27px;
    cursor: pointer;
  }
  html #rMenuCont .client-title {
    font-size: 26px;
    line-height: 1.2;
  }
  html #rMenuCont a {
    text-decoration: none;
  }
  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;
  }
  html #rTaxNav ul.navbar li ul {
    background-color: transparent;
  }
  html #rTaxNav ul.navbar li ul:hover {
    color: #165F64;
  }
  html dialog.popup-modal .modal {
    top: 0vh !important;
    overflow-y: auto;
    height: 75vh;
  }
  html #footer {
    padding: 10px;
  }
}
@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 {
  box-sizing: content-box;
}

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

#wrap {
  min-height: 0;
  box-sizing: content-box;
}

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::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;
}

.popup-modal {
  font-family: "PT Sans", sans-serif;
}

.popup-modal .popupTitleBar .popupHeading,
.popup-modal .closeModal {
  font-family: "PT Sans", sans-serif;
  color: #165F64;
}

.popup-modal .modal p,
.popup-modal .modal button {
  font-family: "PT Sans", sans-serif;
  color: #165F64;
}

.popup-modal .closePopup.closeModal {
  background-color: #C5D7D8;
}

html input.change-pass-button-users:active, html input.change-pass-button-users:focus,
html input.change-name-button-users:active,
html input.change-name-button-users:focus,
html input.change-email-button-users:active,
html input.change-email-button-users:focus {
  background-color: #165F64;
  border: 1px solid #165F64;
  color: white;
}

html body[data-recollect-page=-users-register] input#submitRegister:focus,
html body[data-recollect-page=-users-register] input#submitRegister:active,
#g-recaptcha-login:focus,
#g-recaptcha2:focus,
#SSOLogins a.oauth-login-link:focus,
#g-recaptcha-login:active,
#g-recaptcha2:active,
#SSOLogins a.oauth-login-link:active {
  background-color: #165F64 !important;
  color: white !important;
  border: 1px solid #165F64 !important;
}

html body[data-recollect-page=-users-contributions] #main_content_area_ref a.button.ui-button,
#main_content_area_ref div.blocky.clearall a.button.ui-button {
  background-color: #165F64;
  border: 1px solid #165F64;
  color: white;
}
html body[data-recollect-page=-users-contributions] #main_content_area_ref a.button.ui-button:hover,
#main_content_area_ref div.blocky.clearall a.button.ui-button:hover {
  background-color: #C5D7D8;
  border: 1px solid #C5D7D8;
}

#g-recaptcha-login:active, #g-recaptcha-login:focus, #g-recaptcha2:active, #g-recaptcha2:focus,
html body[data-recollect-page*=-nodes-edit-] a.button.ui-state-default.ui-button-text-only:active,
html body[data-recollect-page*=-nodes-edit-] a.button.ui-state-default.ui-button-text-only:focus,
#save1:active,
#save1:focus, #save2:active, #save2:focus {
  background-color: #C5D7D8;
  color: white;
  border: 1px solid #C5D7D8;
}

html .blockOcode {
  padding-bottom: 50px;
}

.blockOcode h1 {
  font-size: 3.3em;
  font-weight: 700;
  color: #333333;
  font-family: "PT Sans", sans-serif;
}

.blockOcode h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  font-family: "PT Sans", sans-serif;
}

html #header {
  background-color: #1B1B1B;
  color: white;
}
html #header .client-block {
  padding: 0 27px 0 0;
  border-bottom: none;
}
html #header .client-title {
  font-size: 42px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  color: white;
  text-transform: none;
  letter-spacing: -0.42px;
}
html #header .client-logo {
  max-height: 119px;
}
html #header #taxnav {
  background-color: #737373;
}
html #header #taxnav a {
  font-size: 18px;
}
html #header #taxnav ul.navbar li ul {
  background-color: #737373;
}
html #header #taxnav ul.navbar li ul li.sub:hover,
html #header #taxnav ul.navbar li ul li:hover {
  background-color: white;
  color: black;
}
html #header #taxnav ul.navbar li ul li.sub:hover ul li,
html #header #taxnav ul.navbar li ul li:hover ul li {
  background-color: #737373;
}
html #header #taxnav ul.navbar li ul li.sub:hover ul li a,
html #header #taxnav ul.navbar li ul li:hover ul li a {
  color: white;
}
html #header #taxnav ul.navbar li ul li.sub:hover ul li a:hover,
html #header #taxnav ul.navbar li ul li:hover ul li a:hover {
  color: black;
}
html #header #taxnav ul.navbar li ul li.sub:hover ul li:hover,
html #header #taxnav ul.navbar li ul li:hover ul li:hover {
  background-color: white;
}
html #header #taxnav ul.navbar li ul li.sub:hover ul li:hover a,
html #header #taxnav ul.navbar li ul li:hover ul li:hover a {
  color: black;
}
html #header #login_logout {
  font-size: 18px;
  font-weight: 400;
}
html #header #welcome {
  color: white;
  font-weight: 400;
}
html #header #welcome a {
  color: white;
  font-weight: 400;
}
html #header .link-block {
  float: right;
  padding-top: 46px;
}
html #header .link-block a {
  font-size: 20px;
  font-weight: 400;
}
html #header .link-block a:hover {
  text-decoration: underline;
  font-weight: 400;
}

.search-browse-section {
  max-width: none;
  width: 100%;
  background-color: #D5D5D5;
}
.search-browse-section p:nth-child(1) {
  display: none;
}

html #searchblock {
  margin-bottom: 10px;
}
html #searchblock button,
html #searchblock input {
  margin-top: 30px;
}
html #searchblock input.wg_input_block {
  border: 3px solid #737373;
}
html #searchblock input.wg_input_block::placeholder {
  font-size: 18px;
  color: #737373;
}
html #searchblock .wg_submit_block_button {
  height: auto;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #165F64;
}
html #searchblock .wg_submit_block_button:hover {
  background-color: #C5D7D8;
  color: #165F64;
  border: 3px solid #165F64;
}

html .blockOcode #browser {
  background-color: transparent;
}
html .blockOcode #browser a {
  background-color: transparent;
  color: black;
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
}
html .blockOcode #browser a span.b_count {
  margin-left: 0px;
  padding-left: 3px;
}
html .blockOcode #browser a span.b_count::after, html .blockOcode #browser a span.b_count::before {
  text-decoration: underline;
}
html .blockOcode #browser a:hover {
  text-decoration: underline;
  color: black;
  background-color: transparent;
}

html #collectionwidget .metaCont {
  background-color: #FEFEFE;
  border: 2px solid #165F64;
  color: #165F64;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s ease all;
}
html #collectionwidget > .bigger:hover .metaCont {
  background-color: #165F64;
  border: 2px solid #165F64;
  color: white;
}

html #topic a {
  font-size: 18px;
  font-weight: 700;
  background-color: #EBF3F5;
  border: 2px solid #165F64;
  color: #165F64;
  margin-bottom: 15px;
}
html #topic a:hover {
  background-color: #C5D7D8;
  color: #222222;
}

.welcome-text {
  font-size: 18px;
}

.text-section {
  max-width: none;
  width: 100%;
  background-color: #EBF3F5;
  padding: 30px 0;
}
.text-section p {
  max-width: 1200px;
  margin: 0 auto;
}

.blockOcode .index-contact {
  font-size: 20px;
  color: #333333;
}

html footer .custom_footer {
  background-color: #222222;
  color: white;
  padding: 40px 0 40px 63px;
}
html footer .custom_footer p,
html footer .custom_footer a {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
html footer .custom_footer a {
  margin-right: 10px;
}
html footer .custom_footer a:hover {
  color: white;
  text-decoration: underline;
}
html footer .custom_footer p {
  display: inline-block;
  margin-right: 10px;
}

html .btn-custom {
  background-color: #165F64;
  color: white !important;
  border: 1px solid #165F64;
}
html .btn-custom:hover {
  background-color: transparent;
  color: #165F64 !important;
}

#within-fields.ui-state-default:hover {
  background-color: transparent;
  color: #165F64;
}

button.search-input__submit.btn-filled {
  background-color: #165F64;
  color: white !important;
  border: 1px solid #165F64;
}
button.search-input__submit.btn-filled:hover {
  background-color: transparent;
  color: #165F64 !important;
}

#viewport .img_tag {
  background-color: #C5D7D8;
  color: black !important;
  border: 1px solid #C5D7D8;
}
#viewport .img_tag:hover a {
  color: black;
}

html body[data-recollect-page*=-nodes-edit-] .the-header.sprite .ui-state-default:active, html body[data-recollect-page*=-nodes-edit-] .the-header.sprite .ui-state-default:focus, html body[data-recollect-page*=-nodes-edit-] .the-header.sprite .ui-state-default:hover {
  color: #165F64 !important;
  background-color: white !important;
  border: 1px solid #165F64 !important;
}

.doThumbs.regenButton:active, .doThumbs.regenButton:focus, .doThumbs.regenButton:hover {
  color: #165F64 !important;
  background-color: white !important;
  border: 1px solid #165F64 !important;
}

html input.change-pass-button-users:active, html input.change-pass-button-users:hover, html input.change-pass-button-users:focus,
html input.change-name-button-users:active,
html input.change-name-button-users:hover,
html input.change-name-button-users:focus,
html input.change-email-button-users:active,
html input.change-email-button-users:hover,
html input.change-email-button-users:focus {
  background-color: white;
  color: #165F64;
  border: 1px solid #165F64;
}

html body[data-recollect-page=-users-contributions] #main_content_area_ref a.button.ui-button:hover,
#main_content_area_ref div.blocky.clearall a.button.ui-button:hover {
  background-color: white;
  color: #165F64;
  border: 1px solid #165F64;
}

html body[data-recollect-page=-pages-contact] .blockOcode h4,
html body[data-recollect-page=-pages-contact] .blockOcode .heading1,
html body[data-recollect-page*=-messages-create-] .blockOcode h4,
html body[data-recollect-page*=-messages-create-] .blockOcode .heading1,
html body[data-recollect-page=-messages-create] .blockOcode h4,
html body[data-recollect-page=-messages-create] .blockOcode .heading1 {
  font-size: 30px;
  color: black;
  font-weight: 400;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block .contact-deets,
html body[data-recollect-page*=-messages-create-] .blockOcode .blockOcode_block .contact-deets,
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block .contact-deets {
  margin-top: 0;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block input[type=submit],
html body[data-recollect-page*=-messages-create-] .blockOcode .blockOcode_block input[type=submit],
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block input[type=submit] {
  text-transform: none;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block h4,
html body[data-recollect-page*=-messages-create-] .blockOcode .blockOcode_block h4,
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block h4 {
  margin-top: 0;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block a,
html body[data-recollect-page*=-messages-create-] .blockOcode .blockOcode_block a,
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block a {
  font-weight: 400;
  font-size: 20px;
}
html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block p,
html body[data-recollect-page*=-messages-create-] .blockOcode .blockOcode_block p,
html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block p {
  margin-top: 0;
  padding-top: 0;
}

#LoginDefault #g-recaptcha-login:hover,
#LoginDefault .oauth-login-link:hover,
#LoginDefault #g-recaptcha2:hover {
  background-color: transparent;
  color: #165F64;
  border: 1px solid #165F64;
}

@media only screen and (max-width: 1300px) {
  html body[data-recollect-page*=-nodes-view-] #header .client-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 996px) {
  html #header .client-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 790px) {
  html #rMenuCont {
    background-color: transparent;
  }
  html #rMenuCont .client-title {
    text-transform: none;
    font-size: 22px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
  }
  #rTaxCont #rTaxNav ul.link-block a:hover {
    color: #165F64;
  }
  html footer .custom_footer {
    padding: 20px;
  }
  html footer .custom_footer .centered {
    text-align: left;
  }
  html footer .custom_footer p.last-line-text {
    margin-top: 20px;
  }
  .blockOcode h2 {
    font-size: 24px;
  }
  .text-section p {
    width: 90%;
    margin: 0 auto;
  }
  html body[data-recollect-page=-pages-contact] .blockOcode h4,
  html body[data-recollect-page*=-messages-create-] .blockOcode h4,
  html body[data-recollect-page=-messages-create] .blockOcode h4 {
    font-size: 22px;
  }
  html body[data-recollect-page=-pages-contact] .blockOcode .blockOcode_block a,
  html body[data-recollect-page*=-messages-create-] .blockOcode .blockOcode_block a,
  html body[data-recollect-page=-messages-create] .blockOcode .blockOcode_block a {
    font-size: 18px;
  }
  .footer-micro-links {
    display: flex; /* 1. Enable Flexbox */
    justify-content: space-between; /* 2. Distribute space evenly */
    align-items: center; /* 3. Vertically align items (optional, but good practice) */
    width: 100%; /* Ensure the container takes up available width */
  }
}/*# sourceMappingURL=unecollections.css.map */