@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&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 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;
  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 {
  color: #335D3A;
  text-decoration: none;
}
html .blockOcode a:hover {
  text-decoration: underline;
}

a {
  color: #335D3A;
}

.blockOcode h1,
.blockOcode h2 h3,
.blockOcode h4,
.blockOcode h5,
.blockOcode h6,
.blockOcode p,
.blockOcode div,
.blockOcode ul {
  font-family: "Figtree", sans-serif;
}
.blockOcode h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #335D3A;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 25px 0;
}
.blockOcode h2 {
  font-size: 1.5rem;
  color: #335D3A;
  font-weight: 400;
}
.blockOcode h3 {
  font-size: 16px;
  color: #335D3A;
  font-weight: 400;
}
.blockOcode h4 {
  font-weight: 400;
  color: #335D3A;
}
.blockOcode h5 {
  color: #335D3A;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin: auto;
}
.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: #335D3A;
  border: 2px solid #335D3A;
  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: #335D3A;
  color: white;
}

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

html #header {
  color: #FFFFFF;
  background-color: #335D3A;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  min-width: 0;
  font-family: "Figtree", 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: 10px 20px;
}

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

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

.client-title2,
.client-title {
  display: block;
  padding: 0;
  font-weight: bold;
  font-size: 1.8125rem;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  border-bottom: none !important;
}

.client-title2 {
  font-weight: 400;
}

.client-title {
  text-transform: uppercase;
}

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

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

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

#welcome {
  color: #FFFFFF;
  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;
}

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

.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 {
    height: 50px;
  }
}

html #taxnav {
  position: unset;
  width: 100%;
  height: auto;
  background: #335D3A;
  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 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(51, 93, 58, 0.9);
}
ul.navbar li ul li:hover {
  background-color: #9EA2A2;
  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;
}

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

html ul.navbar li ul {
  background-color: #EBEFEB;
  color: #051B0B;
}
html ul.navbar li ul:hover {
  background-color: #335D3A;
  color: white;
}

html ul.navbar li ul li {
  background-color: #EBEFEB;
  color: #051B0B;
}
html ul.navbar li ul li:hover {
  background-color: #335D3A;
}

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

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

.navbar > li::after {
  content: "";
  border-right: 1px solid white;
  right: 0;
  position: absolute;
  height: 65%;
  width: 2px;
  top: 50%;
  bottom: 0px;
  transform: translateY(-50%);
}

.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: #335D3A;
  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: #EBEFEB;
  padding: 40px 0;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
}

html #searchblock {
  padding: 0;
}
html #searchblock .wg_submit_block_button {
  background-color: #335D3A;
  font-size: 1.125rem;
}
html #searchblock .wg_submit_block_button:hover {
  background: #051B0B;
}
html #searchblock .wg_input_block {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
}
html #searchblock .wg_input_block::placeholder {
  font-size: 14px;
  font-weight: 300;
}

html #topic a {
  color: #335D3A;
  border-color: #335D3A;
  font-size: 20px;
  font-weight: 600;
}
html #topic a:hover {
  background-color: #335D3A;
  color: white;
}
html #topic a span.b_count {
  display: none;
}

html .blockOcode #browser {
  background-color: #335D3A;
  width: 100%;
  max-width: none;
}
html .blockOcode #browser a {
  background-color: #335D3A;
  color: white;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
}
html .blockOcode #browser a span.b_count {
  display: none;
}
html .blockOcode #browser a:hover {
  background-color: #051B0B;
}

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(51, 93, 58, 0.9);
  font-size: 1.25rem;
  font-weight: 500;
}

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

#collectionwidget .bigger:hover .metaCont {
  background-color: rgba(51, 93, 58, 0.9);
}

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/parkrangersnz/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: #335D3A;
}

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

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

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

.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: #335D3A;
  border: 1px solid #335D3A;
}

#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: #051B0B;
  border: 1px solid #051B0B;
  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 #335D3A;
  background-color: #335D3A;
  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: #051B0B;
  border: 1px solid #051B0B;
  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: #335D3A;
  color: white !important;
  transition: 0.2s ease all;
}
button.search-input__submit.btn-filled:hover {
  background-color: #051B0B;
}

#resetbtn {
  background-color: #335D3A;
  color: white;
  border: 1px solid #335D3A;
  transition: 0.2s ease all;
}
#resetbtn:hover {
  background-color: #051B0B;
  color: white;
}

a.sr2title {
  text-decoration: none;
}

html .btn-custom {
  background-color: #335D3A;
  color: white !important;
  border-color: #335D3A !important;
  border: 1px solid;
  transition: 0.3s all ease;
}
html .btn-custom:hover {
  color: white !important;
  background: #051B0B;
  border-color: #051B0B !important;
}

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

.custom-cl-bg {
  color: white !important;
  background-color: #335D3A;
}

.custom-cl-active i {
  color: #335D3A !important;
}

.switcher__label input:checked + .switcher__slider {
  background-color: #335D3A;
}

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

#aToz_block .alfabet-block .btn-custom {
  border: 1px solid #335D3A;
  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: #335D3A;
  border: 1px solid #335D3A;
  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;
}

#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: #335D3A;
  cursor: pointer;
}

.btn-hover:hover {
  color: #335D3A;
}

.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: #335D3A;
}

.custom-cl-color {
  border-color: #335D3A;
}

.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: #335D3A #335D3A;
}

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

.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: #335D3A;
}

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 #335D3A;
}

#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 {
  color: #335D3A;
  font-weight: 500;
  font-size: 3rem;
}
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] {
  background-color: #335D3A;
  border: 1px solid #335D3A;
  color: white;
  transition: 0.2s ease all;
  font-size: 18px;
  font-weight: 400;
}
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 {
  background-color: #051B0B;
  color: #335D3A;
}
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 {
  color: white;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets {
  margin-top: 5px;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets h3,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets h3 {
  color: #335D3A;
  margin: 0;
}
html body[data-recollect-page=-pages-contact] .blockOcode .contact-deets h5,
html body[data-recollect-page*=-messages-create] .blockOcode .contact-deets h5 {
  color: #335D3A;
  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 {
  font-weight: 400;
  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 {
  text-decoration: underline;
}

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

html footer .custom_footer {
  background-color: white;
  color: black;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 16px;
  box-sizing: border-box;
}
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: 20px 0;
}
html footer .custom_footer .footer-col3 {
  margin: 5px 0;
}
html footer .custom_footer .col3Links {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 15px;
}
html footer .custom_footer .col3Links:hover {
  text-decoration: underline;
}
html footer .custom_footer h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
html footer .custom_footer .social-link {
  margin: 10px 0 10px 0;
  font-size: 21px;
  color: white;
}
html footer .custom_footer .social-link .fa-stack {
  color: #051B0B;
  margin-top: 35px;
}
html footer .custom_footer .social-link .fa-inverse {
  font-size: 25px;
  font-family: "FontAwesome" !important;
  font-weight: 400;
}
html footer .custom_footer .social-link .fa-circle {
  transition: 0.2s ease all;
}

@media only screen and (max-width: 1300px) {
  html .client-block-right {
    font-size: 12px;
  }
  html .client-title {
    font-size: 24px;
  }
  html .client-title2 {
    font-size: 24px;
  }
  html body .homePageH1 {
    font-size: 1.7rem;
  }
  .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;
  }
  html footer .custom_footer .centered .all-cols .footer-col2 a {
    display: inline;
    text-align: center;
  }
  html footer .custom_footer .centered .all-cols .footer-col2 a img {
    margin-top: 15px;
  }
}
@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: white;
    background: #335D3A;
  }
  html #rMenuCont .fa {
    color: inherit;
    font-size: 27px;
    cursor: pointer;
  }
  html #rMenuCont .client-title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  html #rMenuCont .client-title2 {
    font-size: 1rem;
  }
  html #rMenuCont a {
    text-decoration: none;
  }
  html body #topic a span.b_title {
    font-size: 1rem;
  }
  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: #335D3A;
  }
  html dialog.popup-modal .modal {
    top: 0vh !important;
    overflow-y: auto;
    height: 75vh;
  }
  html body footer .custom_footer {
    padding-left: 20px;
  }
  html body footer .custom_footer .centered .row {
    margin-left: 0;
  }
  html body footer .custom_footer .centered .row1 {
    width: 100%;
  }
  html body footer .custom_footer .centered .all-cols:nth-child(2),
  html body footer .custom_footer .centered .all-cols:nth-child(1) {
    width: 50%;
    float: left;
    margin-right: 0;
    border-right: none;
  }
  html body footer .custom_footer .centered .all-cols:nth-child(3) {
    width: 100%;
    display: block;
  }
  html body footer .custom_footer .centered .all-cols {
    padding: 0;
  }
  html body footer .custom_footer .centered .all-cols .footer-col2 {
    margin-top: 0;
  }
  html body footer .custom_footer .centered img.footer-image {
    margin: auto;
    display: block;
  }
  html body footer .custom_footer .centered img.footer-logo {
    width: 150px;
    margin-top: 0;
  }
  html body footer .custom_footer .centered img.footer-logo2 {
    margin-top: 15px;
  }
}
@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: "Figtree", sans-serif;
}

.popup-modal .popupTitleBar .popupHeading,
.popup-modal .closeModal {
  font-family: "Figtree", sans-serif;
  color: #335D3A;
}

.popup-modal .modal p,
.popup-modal .modal button {
  font-family: "Figtree", sans-serif;
  color: #335D3A;
}

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

html .homePageH1 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #0B2613;
  font-size: 3.25rem;
  padding: 20px 0;
  text-align: center;
}

hr.hr {
  background: #335D3A;
  height: 3px;
  width: 6%;
  margin: 0 auto;
}/*# sourceMappingURL=parkrangersnz.css.map */