@charset "UTF-8";
.pill {
  border-radius: 4px;
}
.pill a.remove {
  margin-left: 11px;
}
.pill a.remove:visited {
  color: var(--nsw-palette-white);
}

.btn-primary {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--nsw-brand-dark);
  border: 2px solid transparent;
  border-radius: var(--nsw-border-radius);
  color: var(--nsw-text-light);
  cursor: pointer;
  display: inline-block;
  font-size: var(--nsw-font-size-sm-mobile);
  font-weight: var(--nsw-font-bold);
  line-height: var(--nsw-line-height-sm-mobile);
  padding: 0.625rem 1.375rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  background-color: #fff;
  border-color: #002664;
  color: #002664;
}
.btn-primary:hover {
  background-color: var(--nsw-brand-dark);
  background-image: linear-gradient(rgba(var(--nsw-white-rgb), 0.15), rgba(var(--nsw-white-rgb), 0.15));
  border-color: transparent;
  color: var(--nsw-text-light);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #002664;
  border-color: #002664;
  color: #fff;
}

.card {
  position: relative;
  margin: 5px 0;
  color: #333;
  padding: 26px 12px 21px;
  display: flex;
  flex-direction: column;
  border-top: 6px solid #d7153a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s, transform 0.3s;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.card.fluid {
  width: 100%;
}
.card.highlighted {
  background: #009ed5;
  color: #fff;
}
.card.highlighted .card-footer .moving-arrow svg {
  fill: #fff;
}
.card .card-heading {
  font-size: 10px;
  text-transform: uppercase;
}
.card .card-content {
  flex-grow: 1;
  font-size: 12px;
  margin-bottom: 18px;
}
.card .card-content h3 {
  font-size: 18px;
  margin-top: 6px;
  font-weight: 600;
  line-height: 22px;
  word-break: break-word;
}
.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transform: scale(1.01);
}
.card:first-child {
  margin-left: 0;
}
.card:last-child {
  margin-right: 0;
}

.blanket-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.btn.btn.btn-dark {
  background-color: #fff;
  border-color: #002664;
  color: #002664;
}

.resource-size {
  color: #6d7079;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.account-masthead {
  background: #002664;
  padding: unset;
  display: flex;
}
.account-masthead .account ul li {
  border-left: none;
}
.account-masthead .account ul li a {
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-decoration: unset;
}
.account-masthead .account ul li a:hover {
  background: none;
  text-decoration: underline;
}
.account-masthead .account ul li:first-child a {
  padding-left: 0;
}

.masthead {
  color: #333;
  background: #fff;
  padding: 0;
  z-index: 2;
}
.masthead > .container {
  display: flex;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 10px;
}
.masthead hgroup {
  display: flex;
  align-items: flex-end;
  margin: auto;
}
.masthead hgroup a.logo {
  display: flex;
}
.masthead hgroup a.logo h1 {
  float: none;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0 0;
  width: 100px;
  line-height: 20px;
  padding-left: 9px;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
.masthead hgroup a.logo h1::before {
  content: " ";
  display: block;
  border-left: 1px solid #002664;
  height: 41px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.masthead hgroup a.logo img {
  height: 46px;
  min-width: 54px;
  margin-left: 20px;
  margin-right: 0;
}
.masthead a {
  color: #002664;
}
.masthead .site-search {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
}
.masthead .site-search.search-input-visible {
  display: block;
}
.masthead .site-search.fade {
  transition: none;
}
.masthead .site-search input {
  width: 100%;
  padding: 0.5em 4.5em 0.5em 1em;
  height: 4em;
  font-size: 16px;
  background: #f4f4f7;
  color: #333;
}
.masthead .site-search .close-search-form {
  width: 24px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.masthead .site-search-button {
  background: none;
  border: none;
  padding-right: 0;
  padding-left: 11px;
  margin-top: 3px;
  margin-right: -6px;
  margin-left: 6px;
}
.masthead .site-search-button svg {
  height: 16px;
  width: 16px;
  fill: #002664;
}
.masthead .site-search-button::after {
  content: "Search";
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 17.5px;
  color: #002664;
}
.masthead .navbar-collapse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0;
}
.masthead .navbar-collapse.search-input-visible {
  visibility: hidden;
}
.masthead .navbar-collapse .mobile-menu-heading {
  position: relative;
  border-bottom: 3px solid #2e5299;
  padding: calc(32px / 2);
}
.masthead .navbar-collapse .mobile-menu-heading .close-manin-navigation {
  position: absolute;
  right: 0;
  width: 20px;
  color: #2e5299;
  transform: translate(-100%, -50%);
  top: 50%;
}
.masthead .navbar-collapse .mobile-menu-heading h2 {
  margin: 0;
  color: #000;
}
.masthead .navbar-collapse .mobile-menu-heading svg {
  fill: #000;
}
.masthead .navbar-collapse .navigation .nav-pills {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.masthead .navbar-collapse .navigation li {
  font-size: 14px;
  font-weight: 600;
}
.masthead .navbar-collapse .navigation li a,
.masthead .navbar-collapse .navigation li a:focus,
.masthead .navbar-collapse .navigation li a:hover {
  color: #000;
  background: transparent;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}
.masthead .navbar-collapse .navigation li.active, .masthead .navbar-collapse .navigation li:hover {
  color: #000;
  border-color: #d7153a;
}
.masthead .navbar-collapse .navigation li.active a, .masthead .navbar-collapse .navigation li:hover a {
  border-bottom-color: #d7153a;
  color: #000;
  background: transparent;
}

.sub-header {
  padding: 23px 0 18px;
  background: #2e5299;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.sub-header .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.sub-header .description {
  line-height: 22px;
  margin-bottom: 10px;
}

a:hover, a:focus {
  text-decoration: inherit;
  color: inherit;
}

.nsw-infobar .nsw-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nsw-infobar .nsw-container .account {
  position: initial;
  margin-right: 0;
  margin-left: auto;
}
.nsw-infobar .nsw-container .account .list-unstyled {
  display: flex;
  align-items: center;
}
.nsw-infobar .nsw-container .account .list-unstyled li a {
  line-height: initial;
}
.nsw-infobar .nsw-container .account .cdp-download-cart {
  top: 0;
}

.nsw-infobar, .nsw-header {
  font-family: "Public Sans", sans-serif;
}

.nsw-navigation {
  background-color: #f4f4f7;
  border-top: solid 1px #a0a5ae;
}
.nsw-navigation .nsw-subnavigation__title:hover {
  color: #002664;
}
.nsw-navigation .nsw-subnavigation__list .nsw-subnavigation__link {
  color: #333;
}
.nsw-navigation .nsw-navigation__list-item, .nsw-navigation .nsw-subnavigation__list-item {
  font-family: "Public Sans", sans-serif;
  margin-top: 0;
}
.nsw-navigation .nsw-navigation__list-item .nsw-navigation__link:hover, .nsw-navigation .nsw-subnavigation__list-item .nsw-navigation__link:hover {
  background-color: rgba(0, 133, 179, 0.2);
}
.nsw-navigation .nsw-navigation__list-item .nsw-navigation__link:visited, .nsw-navigation .nsw-subnavigation__list-item .nsw-navigation__link:visited {
  color: unset;
}

.nsw-header .nsw-search__close-icon {
  font-size: 2.5rem;
}
.nsw-header .nsw-header__right .search-icon {
  height: 1rem;
  width: 1rem;
  position: relative;
  top: 2px;
}
.nsw-header .nsw-header__logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nsw-header .nsw-header__logo-link .nsw-header__logo {
  width: auto;
  height: 2.875rem;
}
.nsw-header .nsw-header__logo-link .nsw-header-button {
  color: #002664;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  margin-left: 5px;
  font-size: 1.25rem;
  margin-top: 20px;
}
.nsw-header #header-search .search-icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
}
.nsw-header #header-search .nsw-search__submit .search-icon {
  display: none;
}

.nsw-breadcrumbs {
  padding: 8px 0;
  margin-top: 0 !important;
}
.nsw-breadcrumbs .active a {
  text-decoration: none;
  pointer-events: none;
  color: var(--nsw-text-dark);
}

.toolbar {
  padding: 10px 0;
  margin-bottom: 4px;
}
.toolbar .home .fa-home {
  display: none;
}
.toolbar .home span {
  display: inline;
}
.toolbar .home:hover {
  text-decoration: underline;
}

.page-header {
  border-bottom: 2px solid #e4e4e6;
  background: none;
  margin-top: 24px;
  margin-bottom: 16px;
}
.page-header .nav-tabs {
  white-space: nowrap;
  margin-bottom: 0;
}
.page-header .nav-tabs li {
  display: inline-block;
}
.page-header .nav-tabs li a {
  border: none;
  color: #333;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  padding: 3px 20px;
  font-size: 16px;
  text-decoration: none;
}
.page-header .nav-tabs li a .fa {
  display: none;
}
.page-header .nav-tabs li a:hover {
  border-bottom-color: #002664;
}
.page-header .nav-tabs li.active a,
.page-header .nav-tabs li.active a:hover {
  cursor: pointer;
  font-weight: 700;
  border: none;
  color: #333;
  border-bottom: 4px solid #002664;
}
.page-header .content_action {
  float: right;
  margin-top: 0;
}

.navbar-toggle {
  float: none;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: -6px;
  padding: 0;
}
.navbar-toggle svg {
  fill: #002664;
}
.navbar-toggle::after {
  content: "Menu";
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
  color: #002664;
}

.module-content {
  padding: 0;
}
.module-content a:hover {
  text-decoration: underline;
}

.module-narrow .module-heading {
  background: none;
  border: none;
  color: #4c4f55;
  padding: 10px 16px;
}
.module-narrow .module-heading .fa-filter {
  display: none;
}

.module-footer {
  border-top: 1px solid #e4e4e6;
}

[data-module=cdp-tooltip] {
  cursor: help;
}
[data-module=cdp-tooltip]:focus {
  outline: none;
}

.tooltip.tooltip .tooltip-inner {
  text-align: left;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}
.tooltip.tooltip .tooltip-inner .read-more {
  display: block;
  margin-top: 10px;
  color: #009ed5;
  font-weight: bold;
}
.tooltip.tooltip .tooltip-inner .read-more::after {
  content: url("/svg/external-link.svg");
  margin-left: 5px;
  height: 10px;
  width: 10px;
}
.tooltip.tooltip .tooltip-inner p:last-child {
  margin: 0;
}
.tooltip.tooltip .tooltip-arrow {
  border-width: 11px 15px 0;
  margin-left: -15px;
}

.padded-primary-wrapper .primary {
  padding: 0 16px;
  margin-bottom: 40px;
}

.resource-read-wrapper .module-resource {
  padding: 0 16px;
}
.resource-read-wrapper .secondary {
  overflow: hidden;
}

.pre-primary-title {
  width: 100%;
  padding: 0 16px;
  font-size: 32px;
  line-height: 40px;
  word-break: break-word;
  color: #002664;
}

.cdp-package-meta {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cdp-package-meta__item {
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 16px;
  font-weight: 400;
  flex-basis: 20%;
}
.cdp-package-meta__item__label {
  font-weight: 600;
  margin-bottom: 8px;
}

.page_primary_action {
  padding: 0 16px;
}

.content_action {
  float: none;
  margin-left: 16px;
}

.primary {
  overflow: hidden;
}

.wrapper {
  box-shadow: none;
}
.wrapper.dataset-read, .wrapper.resource-read {
  display: flex;
  flex-wrap: wrap;
}
.wrapper.dataset-search {
  min-height: auto;
}
.wrapper.registration-wrapper .primary {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.wrapper.organization-search .primary {
  float: none;
  margin: auto;
}
.wrapper.organization-read {
  flex-wrap: wrap;
  display: flex;
  min-height: auto;
}
.wrapper::before {
  content: none;
}

.js body.filters-modal {
  overflow: visible;
}

[role=main],
.main {
  min-height: 0;
  background: #fff;
  padding-bottom: 20px;
}

body {
  background: #333;
  font-size: 16px;
}

html {
  font-size: 100%;
}

.nsw-table {
  display: table !important;
}
.nsw-table td {
  vertical-align: middle;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  line-height: initial;
  line-height: inherit;
}

.form-control.select2-container {
  border: none;
  box-shadow: none;
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox].disabled {
  opacity: 0.5;
  pointer-events: none;
}

.preview {
  width: 100%;
  padding: 6px 12px;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  overflow-x: auto;
  min-height: 200px;
  margin-bottom: 1rem;
  word-break: break-word;
}
.preview .katex {
  color: #333;
}

.form-actions {
  margin-top: 30px;
  gap: 0.5rem;
}
.form-actions .control-required-message {
  margin-top: 0;
}
.form-actions .nsw-button {
  max-height: 3rem;
}
.form-actions .nsw-button:hover {
  text-decoration: none;
}

fieldset {
  margin-bottom: 30px;
}

.image-upload .nsw-form__group:first-child {
  margin-top: 1rem;
}
.image-upload .nsw-form__group .nsw-button--dark-outline-solid.hover {
  background-color: var(--nsw-brand-dark);
  border-color: transparent;
  color: var(--nsw-text-light);
}
.image-upload .nsw-form__group a i {
  margin-right: 5px;
}

div[data-module=dataset-visibility] {
  margin-top: 1rem;
}
div[data-module=dataset-visibility] .form-group {
  margin-bottom: 0;
}

.resource-upload-field .btn-remove-url {
  position: absolute;
  margin-right: 0;
  margin-top: 2px;
  top: 27px;
  right: 0;
  padding: 0 12px;
  border-radius: 0 4px 4px 0;
  height: -webkit-fill-available;
}

.name-slug-wrapper {
  margin-top: 1rem;
}
.name-slug-wrapper .form-group {
  display: contents;
}

#s2id_field-format {
  padding: 0;
  border: 1px;
}

.slug-preview {
  font-size: inherit;
  line-height: 1.5;
  margin-top: 5px;
  margin-left: 0;
}
.slug-preview .slug-preview-value {
  background-color: var(--nsw-off-white);
  margin: 3px 0;
}
.slug-preview .btn-default {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--nsw-brand-dark);
  border: 2px solid transparent;
  border-radius: var(--nsw-border-radius);
  color: var(--nsw-text-light);
  cursor: pointer;
  display: inline-block;
  font-size: var(--nsw-font-size-sm-mobile);
  font-weight: var(--nsw-font-bold);
  line-height: var(--nsw-line-height-sm-mobile);
  padding: 0.625rem 1.375rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}
.slug-preview .btn-default:hover {
  background-color: var(--nsw-brand-dark);
  background-image: linear-gradient(rgba(var(--nsw-white-rgb), 0.15), rgba(var(--nsw-white-rgb), 0.15));
  border-color: transparent;
  color: var(--nsw-text-light);
}

#group-datasets-search-form {
  margin-top: 20px;
}

.search-form {
  padding: 18px 0 0;
  margin: 0;
  position: relative;
  border: none;
  background: none;
}
.organization-read .search-form {
  background: #fff;
  border-bottom: none;
}
.search-form .search-input-group {
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
}
.search-form .search-input-group .btn-lg {
  display: none;
}
.search-form .search-input-group .input-lg {
  background: #f2f2f2;
  border: 3px solid #2e5299;
  border-radius: 4px;
  padding: 12px 12px;
  font-size: 16px;
  height: 54px;
}
.organization-read .search-form .search-input-group .input-lg {
  background: #fff;
}
.search-form .search-input-group .btn-lg {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  display: inline;
}
.search-form .search-details {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
}
.search-form .search-details h2 {
  color: #6d7079;
  font-size: 14px;
  margin: 13px 0 17px;
  font-weight: 400;
}
.search-form .search-details .toggle-filters {
  padding: 12px;
  border: none;
  color: #d7153a;
  margin: 3px 0;
  background: none;
  position: relative;
}
.search-form .search-details .toggle-filters .num-filters {
  display: inline-block;
  border-radius: 50%;
  color: #f2f2f2;
  background: #d7153a;
  width: 20px;
}
.search-form .search-details .toggle-filters:active {
  box-shadow: none;
}
.search-form .filter-list {
  border-bottom: 1px solid #e4e4e6;
}
.search-form .filter-list .module-footer {
  padding-bottom: 0;
}
.search-form .filter-list .nav {
  margin-bottom: 18px;
}
.search-form .filter-list .nav .nav-item .facet {
  margin-bottom: 4px;
}
.search-form .filter-list .nav .nav-item .pill {
  line-height: 24px;
}
.search-form .control-order-by .module-heading {
  display: flex;
  align-items: baseline;
  padding-top: 5px;
  padding-bottom: 3px;
}
.search-form .control-order-by .module-heading .select2-container {
  background: none;
  border: none;
  box-shadow: none;
  flex-grow: 2;
  padding-left: 5px;
  padding-right: 0;
  text-transform: lowercase;
}
.search-form .control-order-by .module-heading .select2-container .select2-choice {
  border: none;
  background: none;
  font-weight: 700;
  color: #4c4f55;
  padding: 0;
  box-shadow: none;
}
.search-form .control-order-by .module-heading .select2-container .select2-choice .select2-arrow {
  background: none;
  content: url("/svg/chevron-down.svg");
  border: none;
  width: 11px;
}
.search-form .control-order-by .module-heading .select2-container.select2-dropdown-open .select2-choice .select2-arrow {
  transform: rotate(0.5turn);
}
.search-form .filter-list,
.search-form .control-order-by {
  display: none;
}
.search-form .filter-list .clear-filters,
.search-form .control-order-by .clear-filters {
  float: right;
  font-weight: 600;
}

.select2-drop {
  background: #f2f2f2;
  text-transform: lowercase;
  font-weight: 700;
  color: #4c4f55;
  min-width: 180px;
  background: #fff;
  border: 1px solid #009ed5;
  border-radius: 0;
}
.select2-drop .select2-results {
  margin: 0;
  padding: 0;
}
.select2-drop .select2-results li {
  padding: 5px 10px;
}
.select2-drop .select2-input {
  background: none;
  border: none;
  border-bottom: 1px solid #6d7079;
}

.js body.filters-modal .primary .dataset-list,
.js body.filters-modal .primary .api-info,
.js body.filters-modal .primary .pagination-row,
.js body.filters-modal .primary .site-footer {
  display: none;
}
.js body.filters-modal .primary .search-form {
  padding-top: 29px;
  border-bottom: none;
}
.js body.filters-modal .primary .search-form .filter-list,
.js body.filters-modal .primary .search-form .control-order-by {
  display: block;
}
.js body.filters-modal .primary .search-form .search-details .toggle-filters {
  padding: 7px 10px;
  margin: 5px 0 23px;
  background: #d7153a;
  color: #f2f2f2;
  border-radius: 8px;
}
.js body.filters-modal .primary .search-form .search-details .toggle-filters::after {
  content: " ";
  border: 10px solid transparent;
  border-top-color: #d7153a;
  border-top-width: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  transform: translate(-50%, 100%);
}
.js body.filters-modal .primary .search-form .search-details .toggle-filters .num-filters {
  background: #f2f2f2;
  color: #d7153a;
}
.js body.filters-modal .secondary .filters {
  position: static;
  padding: 0;
  border-radius: 0;
}
.js body.filters-modal .secondary .filters > div {
  border-radius: 0;
}
.js body.filters-modal .secondary .filters > div .module-footer {
  display: block;
}
.js body.filters-modal .secondary .filters .hide-filters {
  display: none;
}
.js body.filters-modal .secondary .sidebar-show-results {
  display: block;
  background: #f2f2f2;
  padding: 16px;
  padding-bottom: 31px;
}
.js body.filters-modal .secondary .sidebar-show-results .btn {
  background: #002664;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  width: 100%;
}

.secondary .sidebar-show-results {
  display: none;
}
.secondary .filters section {
  padding-left: 10px;
}
.secondary .filters .module {
  background: #e4e4e6;
  border: 1px solid #a0a5ae;
  border-bottom: 0;
  padding-top: 10px;
}
.secondary .filters .module .collapse-toggle {
  text-decoration: none;
}
.secondary .filters .module .collapse-toggle h2::after {
  font-family: "FontAwesome";
  float: right;
  position: absolute;
  display: inline;
  right: 14px;
}
.secondary .filters .module .collapse-toggle h2.opened::after {
  content: "\f077";
}
.secondary .filters .module .collapse-toggle h2.closed::after {
  content: "\f078";
}
.secondary .filters .module nav {
  padding-right: 15px;
  padding-bottom: 15px;
}
.secondary .filters .module nav .nav-facet {
  max-height: 300px;
  overflow-y: auto;
  /* total width */
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
}
.secondary .filters .module nav .nav-facet::-webkit-scrollbar {
  width: 3px;
}
.secondary .filters .module nav .nav-facet::-webkit-scrollbar-track:hover {
  background-color: transparent;
}
.secondary .filters .module nav .nav-facet::-webkit-scrollbar-thumb {
  background-color: #002664;
  border-radius: 10px;
}
.secondary .filters .module nav .nav-facet::-webkit-scrollbar-thumb:hover {
  background-color: #002664;
}
.secondary .filters .module nav .nav-facet::-webkit-scrollbar-button {
  display: none;
}
.secondary .filters .module nav .nav-facet::-webkit-scrollbar-track {
  background: #d0d1d5;
}
.secondary .filters .module nav .nav-facet li {
  padding: 5px 10px 5px 0;
}
.secondary .filters .module nav .nav-facet li .facet-link {
  color: var(--nsw-text-dark);
  text-decoration: none;
  padding: 0;
}
.secondary .filters .module nav .nav-facet li .facet-link label {
  font-weight: 400;
}
.secondary .filters .module nav .nav-facet li .facet-link label .item-count {
  float: inline-end;
}
.secondary .filters .module nav .nav-facet li .facet-link:hover {
  outline: none;
  background-color: unset;
}
.secondary .filters .module nav .nav-facet li .facet-link:hover label::before {
  background-image: linear-gradient(var(--nsw-text-hover), var(--nsw-text-hover));
}
.secondary .filters .module .facet-tooltip {
  margin-left: 5px;
  vertical-align: middle;
  line-height: 13px;
}
.secondary .filters .module .facet-tooltip svg {
  width: 13px;
  height: 13px;
  fill: #6d7079;
}
.secondary .filters .module:first-child .module-heading {
  padding-top: 0;
}
.secondary .filters .module .module-content.empty {
  font-size: 0;
}
.secondary .filters .module .module-content.empty::after {
  content: "No filters available";
  font-size: 14px;
}
.secondary .filters .module .module-footer {
  border-top: none;
  border-bottom: 1px solid #e4e4e6;
  padding-bottom: 16px;
}
.secondary .filters .module .module-footer .read-more {
  font-size: 12px;
  color: #4c4f55;
}
.secondary .filters .module .nav-simple > li {
  border: none;
}
.secondary .filters .module .nav-simple .nav-item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.secondary .filters .module .nav-simple .nav-item a {
  display: flex;
  margin: 0;
  padding: 0;
}
.secondary .filters .module .nav-simple .nav-item a .item-label {
  flex-grow: 2;
  white-space: initial;
  word-break: break-word;
}
.secondary .filters .module .nav-simple .nav-item a .item-count {
  background: none;
  color: #6d7079;
  font-weight: 400;
  min-width: auto;
  padding-right: 0;
}
.secondary .filters .module .nav-simple .nav-item a:hover::after, .secondary .filters .module .nav-simple .nav-item a:focus::after, .secondary .filters .module .nav-simple .nav-item a:active::after {
  content: none;
}
.secondary .filters .module .nav-simple .nav-item a::before {
  content: " ";
  min-width: 21px;
  height: 21px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #4c4f55;
  line-height: 1em;
  text-align: center;
  position: static;
}
.secondary .filters .module .nav-simple .nav-item.active {
  background: none;
}
.secondary .filters .module .nav-simple .nav-item.active a {
  background: none;
  color: #002664;
  font-weight: 700;
}
.secondary .filters .module .nav-simple .nav-item.active a .item-count {
  font-weight: 700;
}
.secondary .filters .module .nav-simple .nav-item.active a::after {
  content: none;
}
.secondary .filters .module .nav-simple .nav-item.active a::before {
  content: url("/svg/check2.svg");
  background: #002664;
  border-color: #002664;
}
.secondary .filters .module.collapsable-facet-toggler {
  text-align: center;
}
.secondary .filters .module.collapsable-facet-toggler .module-heading {
  padding-top: 0;
}
.secondary .filters .module.collapsable-facet-toggler .toggle-facets {
  font-weight: bold;
}
.secondary .filters .module.collapsable-facet-toggler .toggle-facets .fade {
  display: none;
}
.secondary .filters .module.collapsable-facet-toggler .toggle-facets .fade.in {
  display: inline;
}

.dataset-list {
  padding: 32px 16px 10px;
}
.dataset-list .dataset-item {
  border-bottom: none;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
}
.dataset-list .dataset-item .dataset-heading {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.dataset-list .dataset-item .dataset-heading a {
  color: #002664;
}
.dataset-list .dataset-item .package-owner {
  color: #6d7079;
  margin-bottom: 8px;
}
.dataset-list .dataset-item .package-owner a {
  color: #6d7079;
}
.dataset-list .dataset-item .package-notes {
  margin-bottom: 10px;
}
.dataset-list .dataset-item .package-item-meta {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.dataset-list .dataset-item .package-item-meta .meta-block .meta-heading {
  color: #6d7079;
  margin-bottom: 3px;
}

.dataset-resources {
  margin-top: 3px;
}
.dataset-resources li {
  margin-right: 5px;
}
.dataset-resources li .label {
  background: none;
  color: #6d7079;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  border: 1px solid #6d7079;
}
.dataset-resources li .label:hover {
  color: #fff;
}

.api-info {
  margin: 10px 16px 20px;
}

.organization-search .page_primary_action,
.dataset-search .page_primary_action {
  margin: 0;
  padding: 16px;
  background: #f2f2f2;
}

.organization-search .search-form .toggle-filters,
.organization-read .search-form .toggle-filters {
  display: none;
}

.organization-search #group-search-form {
  display: none;
}
.organization-search.collection-search #group-search-form {
  display: block;
}
.organization-search .organization-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 40px;
}
.organization-search .organization-list .organization-item {
  padding: 8px 16px;
}
.organization-search .organization-list .organization-item .heading {
  line-height: 22px;
}
.organization-search .organization-list .organization-item .heading a {
  color: #002664;
}
.organization-search .organization-list .organization-item p {
  line-height: 17px;
}
.organization-search .organization-list .organization-item .count {
  display: inline-block;
  margin: 5px 0;
  font-weight: 300;
  border-radius: 4px;
  border: 1px solid #6d7079;
  padding: 3px 9px;
  color: #6d7079;
}

.nsw-results-bar .nsw-results-bar__sorting .nsw-form__group {
  display: contents;
  align-items: baseline;
}
.nsw-results-bar .nsw-results-bar__sorting .nsw-form__group label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.nsw-results-bar .nsw-results-bar__sorting .nsw-form__group label::after {
  content: "";
}

.nsw-search-results .nav-simple {
  display: flex;
}
.nsw-search-results .nav-simple .nav-item {
  display: flex;
  padding: 0.25rem;
  align-items: center;
  border: none;
}
.nsw-search-results .nav-simple .nav-item .facet {
  margin-right: 0.25rem;
}
.nsw-search-results .nav-simple .nav-item .pill {
  background-color: var(--nsw-brand-dark);
  padding: 0.125rem 0.625rem;
}

.pagination-wrapper {
  border-top: none;
}
.pagination-wrapper .pagination {
  margin-top: 10px;
}
.pagination-wrapper .pagination li a {
  border: none;
  color: #2e5299;
  position: static;
  line-height: 1em;
  padding: 7px 10px;
  border-radius: 0;
}
.pagination-wrapper .pagination li a .page-step {
  position: absolute;
}
.pagination-wrapper .pagination li a .page-step svg {
  vertical-align: bottom;
}
.pagination-wrapper .pagination li a .previous-page {
  left: 36px;
  color: #a0a5ae;
}
.pagination-wrapper .pagination li a .next-page {
  right: 36px;
  color: #333;
}
.pagination-wrapper .pagination li a:hover, .pagination-wrapper .pagination li a:focus, .pagination-wrapper .pagination li a:active {
  background: none;
}
.pagination-wrapper .pagination li:last-child a:focus, .pagination-wrapper .pagination li:first-child a:focus {
  outline: none;
}
.pagination-wrapper .pagination li.active a {
  color: #6d7079;
  background: none;
}

.organization-read .primary {
  order: 1;
  padding-left: 0;
}
.organization-read .primary .page_primary_action,
.organization-read .primary .empty {
  padding: 0 16px;
}
.organization-read .primary .notes {
  padding: 0 16px;
  margin-top: -13px;
  margin-bottom: 39px;
}
.organization-read .primary .notes .read-more-link {
  display: block;
  color: #002664;
  font-weight: 700;
}
.organization-read .primary .mobile-org-details {
  margin-bottom: 15px;
  background: #e4e4e6;
  border-top: 1px solid #a0a5ae;
  padding: 24px 16px 28px;
  height: 100%;
  font-weight: 500;
}
.organization-read .primary .mobile-org-details .module-narrow {
  font-size: 12px;
  margin-bottom: 15px;
}
.organization-read .primary .mobile-org-details .module-narrow .module-heading {
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
}
.organization-read .primary .mobile-org-details .module-narrow .module-heading .fa {
  display: none;
}
.organization-read .primary .mobile-org-details .module-narrow .module-content {
  padding: 0;
  font-weight: 500;
  display: inline-block;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}
.organization-read .primary .mobile-org-details .module-narrow .module-content .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.organization-read .primary .mobile-org-details .module-narrow.context-info {
  margin-bottom: 45px;
}
.organization-read .primary .mobile-org-details .module-narrow.context-info .image img {
  width: initial;
  height: auto;
  max-width: 100%;
}
.organization-read .primary .mobile-org-details .module-narrow.context-info p:last-of-type {
  margin-bottom: 15px;
}
.organization-read .primary .mobile-org-details .module-narrow.context-info p a {
  display: none;
}
.organization-read .primary .mobile-org-details .module-narrow.context-info p.empty {
  display: none;
}
.organization-read .primary .mobile-org-details .module-narrow.context-info .view-org-link {
  font-weight: 700;
}
.organization-read .primary .mobile-org-details .module-narrow.context-info .view-org-link .fa {
  margin-left: 8px;
  font-weight: 900;
}
.organization-read .primary .mobile-org-details .module-narrow.context-info {
  margin-bottom: 37px;
}
.organization-read .primary .search-form {
  margin-top: 23px;
  clear: both;
}
.organization-read .primary .dataset-list {
  padding-top: 14px;
}
.organization-read .secondary {
  order: 2;
  display: none;
  background: #e4e4e6;
  border-top: 1px solid #a0a5ae;
  padding: 24px 16px 28px;
  height: 100%;
  font-weight: 500;
}
.organization-read .secondary .module-narrow {
  font-size: 12px;
  margin-bottom: 15px;
}
.organization-read .secondary .module-narrow .module-heading {
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
}
.organization-read .secondary .module-narrow .module-heading .fa {
  display: none;
}
.organization-read .secondary .module-narrow .module-content {
  padding: 0;
  font-weight: 500;
  display: inline-block;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}
.organization-read .secondary .module-narrow .module-content .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.organization-read .secondary .module-narrow.context-info {
  margin-bottom: 45px;
}
.organization-read .secondary .module-narrow.context-info .image img {
  width: initial;
  height: auto;
  max-width: 100%;
}
.organization-read .secondary .module-narrow.context-info p:last-of-type {
  margin-bottom: 15px;
}
.organization-read .secondary .module-narrow.context-info p a {
  display: none;
}
.organization-read .secondary .module-narrow.context-info p.empty {
  display: none;
}
.organization-read .secondary .module-narrow.context-info .view-org-link {
  font-weight: 700;
}
.organization-read .secondary .module-narrow.context-info .view-org-link .fa {
  margin-left: 8px;
  font-weight: 900;
}
.organization-read .page-header {
  margin: 0 0 20px 0;
  border-bottom: none;
  float: right;
  overflow: visible;
  padding-top: 3px;
  padding-right: 16px;
}
.organization-read .page-header .nav-tabs {
  display: none;
}

.group-read:extend(.organization-read all) .primary.primary {
  padding-right: 0;
}
.group-read:extend(.organization-read all) .primary.primary .search-form .input-group-btn {
  display: none;
}

.media-edit {
  float: right;
  position: relative;
  z-index: 1000;
}

@keyframes rotate {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.resource-read .module-resource {
  border-bottom: none;
  width: 100%;
}
.resource-read .module-resource .actions {
  float: none;
  position: static;
  margin-top: 8px;
  margin-bottom: 38px;
}
.resource-read .module-resource .actions a {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
}
.resource-read .module-resource .actions .resource-download-actions a {
  font-weight: 600;
}
.resource-read .module-resource .actions > ul {
  padding: 0;
}
.resource-read .module-resource .actions > ul > li {
  max-width: 100%;
  margin-bottom: 5px;
}
.resource-read .module-resource .actions > ul > li .other-resources {
  max-width: 100%;
}
.resource-read .module-resource .actions > ul > li .other-resources .btn-primary:active .chevron-wrapper::before, .resource-read .module-resource .actions > ul > li .other-resources .btn-primary.active .chevron-wrapper::before, .resource-read .module-resource .actions > ul > li .other-resources.open > .dropdown-toggle.btn-primary .chevron-wrapper::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e4e4e6 50%);
}
.resource-read .module-resource .actions > ul > li .other-resources .btn-primary:active:hover .chevron-wrapper::before,
.resource-read .module-resource .actions > ul > li .other-resources .btn-primary.active:hover .chevron-wrapper::before, .resource-read .module-resource .actions > ul > li .other-resources.open > .dropdown-toggle.btn-primary:hover .chevron-wrapper::before,
.resource-read .module-resource .actions > ul > li .other-resources .btn-primary:active:focus .chevron-wrapper::before,
.resource-read .module-resource .actions > ul > li .other-resources .btn-primary.active:focus .chevron-wrapper::before, .resource-read .module-resource .actions > ul > li .other-resources.open > .dropdown-toggle.btn-primary:focus .chevron-wrapper::before,
.resource-read .module-resource .actions > ul > li .other-resources .btn-primary:active.focus .chevron-wrapper::before,
.resource-read .module-resource .actions > ul > li .other-resources .btn-primary.active.focus .chevron-wrapper::before, .resource-read .module-resource .actions > ul > li .other-resources.open > .dropdown-toggle.btn-primary.focus .chevron-wrapper::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #d4d4d4 50%);
}
.resource-read .module-resource .actions > ul > li .other-resources a {
  white-space: normal;
}
.resource-read .module-resource .actions > ul > li .other-resources a .chevron-wrapper {
  display: inline-block;
  float: right;
  position: relative;
}
.resource-read .module-resource .actions > ul > li .other-resources a .chevron-wrapper::before {
  display: inline-block;
  width: 30px;
  height: 34px;
  position: absolute;
  left: -30px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}
.resource-read .module-resource .actions > ul > li .other-resources a .chevron-wrapper svg {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  margin-right: 3px;
  float: right;
  box-sizing: content-box;
  fill: #4c4f55;
}
.resource-read .module-resource .actions > ul > li .other-resources a:hover .chevron-wrapper::before, .resource-read .module-resource .actions > ul > li .other-resources a:active .chevron-wrapper::before, .resource-read .module-resource .actions > ul > li .other-resources a:focus .chevron-wrapper::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e4e4e6 50%);
}
.resource-read .module-resource .actions > ul > li .other-resources a.dropdown-toggle {
  max-width: 100%;
  white-space: nowrap;
}
.resource-read .module-resource .actions > ul > li .other-resources a.dropdown-toggle .overlayed-label {
  overflow: hidden;
  max-width: 100%;
  display: block;
}
.resource-read .module-resource .actions > ul > li .other-resources li {
  margin-bottom: 10px;
}
.resource-read .module-resource .page-heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 26px;
}
.resource-read .primary {
  order: 1;
  padding: 0;
  margin-bottom: 25px;
}
.resource-read .primary .module h2 {
  display: none;
}
.resource-read .primary .table {
  border: none;
}
.resource-read .primary .table thead {
  display: none;
}
.resource-read .primary .table tr {
  background: #fff;
  border-bottom: 1px solid #e4e4e6;
}
.resource-read .primary .table tr:last-child {
  border-bottom: none;
}
.resource-read .primary .table tr:nth-child(even) {
  background: #f4f4f7;
}
.resource-read .primary .table th,
.resource-read .primary .table td {
  padding: 15px 16px;
  font-weight: normal;
  display: block;
  border: none;
}
.resource-read .primary .table th {
  padding-bottom: 5px;
}
.resource-read .primary .table td {
  padding-top: 5px;
  padding-bottom: 25px;
}
.resource-read .secondary {
  order: 2;
  background: #e4e4e6;
  border-top: 1px solid #a0a5ae;
  padding: 24px 16px 28px;
  height: 100%;
  font-weight: 500;
}
.resource-read .secondary .module-narrow {
  font-size: 12px;
  margin-bottom: 15px;
}
.resource-read .secondary .module-narrow .module-heading {
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
}
.resource-read .secondary .module-narrow .module-heading .fa {
  display: none;
}
.resource-read .secondary .module-narrow .module-content {
  padding: 0;
  font-weight: 500;
  display: inline-block;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}
.resource-read .secondary .module-narrow .module-content .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.resource-read .secondary .module-narrow.context-info {
  margin-bottom: 45px;
}
.resource-read .secondary .module-narrow.context-info .image img {
  width: initial;
  height: auto;
  max-width: 100%;
}
.resource-read .secondary .module-narrow.context-info p:last-of-type {
  margin-bottom: 15px;
}
.resource-read .secondary .module-narrow.context-info p a {
  display: none;
}
.resource-read .secondary .module-narrow.context-info p.empty {
  display: none;
}
.resource-read .secondary .module-narrow.context-info .view-org-link {
  font-weight: 700;
}
.resource-read .secondary .module-narrow.context-info .view-org-link .fa {
  margin-left: 8px;
  font-weight: 900;
}
.resource-read .secondary .module-narrow.context-info {
  margin-bottom: 13px;
}

.dataset-read .primary {
  order: 1;
  padding-left: 0;
}
.dataset-read .primary .btn-toggle-on {
  font-weight: 600;
  margin-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dataset-read .primary .content-action {
  padding: 0 16px 10px;
}
.dataset-read .primary .content-action .btn {
  text-decoration: none;
}
.dataset-read .primary .content-action .btn:visited {
  color: unset;
}
.dataset-read .primary .notes {
  padding: 0 16px;
}
.dataset-read .primary .notes .notes-truncated p:last-of-type {
  margin-bottom: 3px;
}
.dataset-read .primary .notes .read-more-link {
  font-weight: 600;
  color: #002664;
}
.dataset-read .primary .resources h3 {
  display: none;
}
.dataset-read .primary .resources .resource-list {
  margin: 0 0 40px 0;
}
.dataset-read .primary .resources .resource-list .resource-item {
  padding: 14px 16px 14px;
  border-bottom: 1px solid #e4e4e6;
}
.dataset-read .primary .resources .resource-list .resource-item-pseudo-header {
  display: none;
}
.dataset-read .primary .resources .resource-list .resource-item .res-format-name {
  margin-bottom: 10px;
}
.dataset-read .primary .resources .resource-list .resource-item .heading {
  font-weight: 400;
  line-height: 20px;
  flex-grow: 1;
}
.dataset-read .primary .resources .resource-list .resource-item .heading .format-label {
  display: none;
}
.dataset-read .primary .resources .resource-list .resource-item .description {
  display: none;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-download-subset {
  margin: 8px 0 -5px;
  border: 2px solid #002664;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-download-subset.partial-download-busy {
  pointer-events: none;
  background: #ddd;
  color: #666;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-download-subset.partial-download-busy .fa {
  display: inline-block;
  animation: rotate 1s infinite linear;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group {
  display: block;
  position: static;
  margin: 16px 0;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown {
  position: relative;
  margin-bottom: auto;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown .resource-download-button {
  margin-right: 36px;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown .explore-toggler {
  border: 2px solid #002664;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 9px 4px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown .explore-toggler svg {
  width: 16px;
  height: 13px;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown .explore-toggler svg path {
  fill: #002664;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown .explore-toggler:hover, .dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown .explore-toggler:focus, .dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown .explore-toggler:active {
  background: #e6e6e6;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group.dropdown.open .explore-toggler {
  background: #a0a5ae;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group .dropdown-menu {
  top: initial;
  left: initial;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group .btn {
  float: none;
  border-width: 2px;
  padding: 7px 16px;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group .btn .caret {
  border: none;
  padding-left: 10px;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group .btn .caret::after {
  font-family: FontAwesome;
  content: "\f107";
  transform: translate(0, -50%);
  display: inline-block;
}
.dataset-read .primary .resources .resource-list .resource-item .btn-group .fa {
  display: none;
}
.dataset-read .primary .resources .resource-list .resource-item:hover {
  background: none;
}
.dataset-read .primary .resources .resource-list .resource-item:nth-child(2n+1) {
  background: #f4f4f7;
}
.dataset-read .primary .resources .resource-list .resource-item:last-child {
  border-bottom: none;
}
.dataset-read .secondary {
  order: 2;
  background: #e4e4e6;
  border-top: 1px solid #a0a5ae;
  padding: 24px 16px 28px;
  height: 100%;
  font-weight: 500;
}
.dataset-read .secondary .module-narrow {
  font-size: 12px;
  margin-bottom: 15px;
}
.dataset-read .secondary .module-narrow .module-heading {
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
}
.dataset-read .secondary .module-narrow .module-heading .fa {
  display: none;
}
.dataset-read .secondary .module-narrow .module-content {
  padding: 0;
  font-weight: 500;
  display: inline-block;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}
.dataset-read .secondary .module-narrow .module-content .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.dataset-read .secondary .module-narrow.context-info {
  margin-bottom: 45px;
}
.dataset-read .secondary .module-narrow.context-info .image img {
  width: initial;
  height: auto;
  max-width: 100%;
}
.dataset-read .secondary .module-narrow.context-info p:last-of-type {
  margin-bottom: 15px;
}
.dataset-read .secondary .module-narrow.context-info p a {
  display: none;
}
.dataset-read .secondary .module-narrow.context-info p.empty {
  display: none;
}
.dataset-read .secondary .module-narrow.context-info .view-org-link {
  font-weight: 700;
}
.dataset-read .secondary .module-narrow.context-info .view-org-link .fa {
  margin-left: 8px;
  font-weight: 900;
}
.dataset-read .secondary .btn-toggle-off {
  background: inherit;
  position: absolute;
  border: 1px solid #a0a5ae;
  border-right: none;
  top: 5px;
  left: -39px;
  width: 40px;
  height: 40px;
}
.dataset-read .secondary .module-narrow .module-content .image {
  display: none;
}
.dataset-read.collection-dataset-read .secondary {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background: none;
}
.dataset-read.collection-dataset-read .secondary .btn {
  width: 100%;
}
.dataset-read.collection-dataset-read .primary .collection-title-content {
  color: #002664;
  font-size: 24px;
  margin: 2rem 0 0 0;
}
.dataset-read.collection-dataset-read .primary .collection-section {
  margin-top: 2rem;
  margin-bottom: 60px;
}
.dataset-read.collection-dataset-read .primary .collection-section .section-heading {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #4c4f55;
  margin: 0 16px;
  padding-bottom: 10px;
}
.dataset-read.collection-dataset-read .primary .collection-section .section-heading .download-section {
  background: none;
  box-shadow: none;
  border: none;
}
.dataset-read.collection-dataset-read .primary .collection-section .section-heading .download-section[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.dataset-read.collection-dataset-read .primary .collection-section .section-heading .download-section svg {
  width: 24px;
  height: 24px;
}
.dataset-read.collection-dataset-read .primary .collection-section .section-items .dataset-list {
  padding: 0;
}
.dataset-read.collection-dataset-read .primary .collection-section .section-items .dataset-list .dataset-item {
  padding: 20px 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e6;
}
.dataset-read.collection-dataset-read .primary .collection-section .section-items .dataset-list .dataset-item:nth-child(even) {
  background: #f4f4f7;
}

.main .container .row .access-request {
  padding-left: 0 !important;
  float: none;
  padding: 0 20px 30px 20px;
  margin-top: 0;
}
.main .container .row .access-request .title {
  font-size: 42px;
  margin-top: 0 !important;
  font-weight: 600;
}
.main .container .row .access-request .text {
  margin-bottom: 30px;
  text-align: justify;
}
.main .container .row .access-request .text p {
  margin: 0 0 12px;
}
.main .container .row .access-request #request-access-form .form-group .control-label {
  font-weight: normal;
}
.main .container .row .access-request #request-access-form .form-group input {
  width: 50%;
}
.main .container .row .access-request #request-access-form .form-group textarea {
  width: 80%;
}
.main .container .row .access-request #request-access-form .form-group:last-of-type {
  margin-bottom: 20px;
}
.main .container .row .access-request #request-access-form .btn {
  color: #fff;
  background: #002664;
}
.main .container .row .access-request #request-access-form .btn:hover {
  background: rgb(0, 28.31, 74.5);
}

.additional-info {
  margin-top: 64px;
}
.additional-info .dataset-label .facet-tooltip {
  margin-left: 0;
}

#dataset-resources {
  margin-top: 10px;
}
#dataset-resources .download-all-resources {
  margin-top: -58px;
}
#dataset-resources h2 {
  display: none;
}

.additional-info h3 {
  display: none;
}

.context-info .description {
  word-break: normal;
}

.primary .search-form .control-order-by {
  padding-top: 8px;
}

.latex {
  overflow-x: auto;
  font-size: 18px;
}

.sub-header .homepage-sub-header-title {
  margin-top: -4px;
}

.home-stats {
  margin: 20px 0 22px;
}
.home-stats ul {
  list-style: none;
  padding-left: 0;
}
.home-stats ul li {
  display: inline-block;
  margin-right: 30px;
}
.home-stats ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 20px;
}
.home-stats ul li a strong {
  display: block;
  font-size: 14px;
}
.home-stats ul li:last-child {
  margin-right: 0;
}

.home-search .search-form {
  padding: 0;
  background: none;
  border: none;
}
.home-search .search-form .search-input {
  margin-bottom: 14px;
}
.home-search .search-form .search-input.search-giant button {
  height: 28px;
}
.home-search .search-form .search-input input {
  border: 3px solid #009ed5;
  padding: 14px 10px 12px;
}
.home-search .search-form .search-input input::placeholder {
  color: #333 !important;
}

.homepage {
  padding-bottom: 57px;
  background: #fff;
}
.homepage [role=main] {
  padding-bottom: 10px;
  padding-top: 28px;
}
.homepage .section-heading {
  padding: 10px 0;
}
.homepage .section-heading h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: -10px;
}
.homepage .section-heading p {
  font-size: 16px;
}
.homepage .section-heading .promo-link {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 7px;
}
.homepage .section-heading .promo-link svg {
  width: 14px;
  fill: #002664;
}
.homepage .promoted-datasets .promoted-row {
  display: flex;
  flex-direction: column;
}
.homepage .homepage-sectors .section-heading {
  padding-bottom: 13px;
}
.homepage .homepage-sectors .section-heading h3 {
  font-size: 28px;
  line-height: 35px;
  margin-top: -6px;
  margin-bottom: 15px;
}
.homepage .homepage-sectors .get-started {
  margin-top: -17px;
}
.homepage .homepage-sectors .get-started a {
  padding: 10px 0;
  display: flex;
  color: #002664;
  font-weight: 700;
  line-height: 22px;
}
.homepage .homepage-sectors .get-started a .moving-arrow {
  display: inline-block;
}
.homepage .homepage-sectors .get-started a .moving-arrow svg {
  width: 26px;
  fill: #002664;
}
.homepage .homepage-sectors .get-started a .moving-arrow svg {
  width: 15px;
  min-width: 15px;
  fill: #002664;
  height: 10px;
}
.homepage .homepage-sectors .reports li {
  position: relative;
}
.homepage .homepage-sectors .reports li .cdp-dl {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}

.main .doc-wrapper .primary .module .img-responsive {
  margin: 0 auto;
}
.main .doc-wrapper .primary .module .tab-content .about-footer-navigation .navigation-backward a,
.main .doc-wrapper .primary .module .tab-content .about-footer-navigation .navigation-forward a {
  color: #2e5299;
}
.main .doc-wrapper .primary .module .page-heading {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main .doc-wrapper .primary .module #doc-glossary .table th:first-child {
  width: 30%;
}
.main .doc-wrapper .primary .module #doc-glossary .table td p:last-child {
  margin-bottom: 0;
}
.main .doc-wrapper .primary .module #doc-glossary .table a {
  font-style: normal;
}
.main .doc-wrapper .primary .module .technical-notes {
  font-size: 14px;
  line-height: 17px;
  padding-left: 0;
}
.main .doc-wrapper .primary .module .technical-notes .note-title {
  font-size: 20px;
  line-height: 20px;
  padding-right: 33px;
  position: relative;
  margin-top: 0;
}
.main .doc-wrapper .primary .module .technical-notes .note-title a {
  color: #002664;
}
.main .doc-wrapper .primary .module .technical-notes .note-title a.cdp-dl {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.main .doc-wrapper .primary .module .technical-notes .note-title a svg {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.main .doc-wrapper .primary .module .technical-notes .note-authors {
  font-weight: bold;
}
.main .doc-wrapper .primary .module .technical-notes .note-format {
  margin-top: 8px;
  margin-bottom: 30px;
  display: inline-block;
  padding: 4px 8px;
  color: #6d7079;
  border: 1px solid #6d7079;
  border-radius: 4px;
}
.main .doc-wrapper .secondary .module .download-pdf-btn {
  margin-bottom: 20px;
  width: 100%;
}
.main .doc-wrapper .secondary .module .info-block {
  padding: 20px;
  background-color: #e4e4e6;
}
.main .doc-wrapper .secondary .module .info-block .about-navigation {
  margin: 0;
  padding: 0;
}
.main .doc-wrapper .secondary .module .info-block .about-navigation li a {
  color: #2e5299;
}
.main .terms-wrapper .secondary .info-block {
  background-color: #e4e4e6;
  padding: 20px;
}
.main .terms-wrapper .secondary .info-block h2 {
  margin-top: 0;
}

.masthead .logo .site-title {
  position: absolute;
}
.masthead .logo .site-title .beta {
  position: relative;
  left: 100%;
  bottom: 28px;
}

.img-description th:first-child {
  width: 15%;
}
.img-description th {
  vertical-align: top;
}

.text-green {
  color: #3e562f;
}

.text-light-green {
  color: #587738;
}

.beige-bg {
  background-color: #f0f1d4;
  padding: 20px 50px !important;
}
.beige-bg li {
  margin-bottom: 10px;
}
.beige-bg li:last-child {
  margin-bottom: 0;
}

.table-transparance tr {
  background-color: transparent !important;
  border-bottom: 1px solid black !important;
}
.table-transparance tr td {
  background-color: transparent;
  border: 0;
}
.table-transparance tr:first-child {
  border-top: 1px solid black;
}

.table-green thead tr {
  background-color: #4f6d40;
  color: #fff;
  border-bottom: 0 !important;
}
.table-green tr {
  border-bottom: 1px solid #d9d9d9;
}
.table-green tr td,
.table-green tr th {
  border: 0 !important;
}
.table-green tbody tr {
  background-color: transparent !important;
}

.table-green-striped thead tr {
  background-color: #4f6d40;
  color: #fff;
  border-bottom: 0 !important;
}
.table-green-striped tr {
  border-bottom: 0 solid #d9d9d9;
}
.table-green-striped tr td,
.table-green-striped tr th {
  border: 0 !important;
}
.table-green-striped tbody tr:nth-child(even) {
  background-color: #d9d9d9 !important;
}
.table-green-striped tbody tr:nth-child(odd) {
  background-color: #fff !important;
}

.about-wrapper {
  display: flex;
  flex-direction: column;
}
.about-wrapper .primary .tab-content {
  padding: 0 16px;
  font-size: 14px;
}
.about-wrapper .primary .tab-content h2 {
  font-size: 26px;
  font-weight: 600;
}
.about-wrapper .primary .tab-content h2 + h3 {
  margin-top: 0;
}
.about-wrapper .primary .tab-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
  margin-top: 30px;
}
.about-wrapper .primary .tab-content h4 {
  font-size: 18px;
}
.about-wrapper .primary .tab-content p {
  margin-bottom: 17px;
}
.about-wrapper .primary .tab-content a {
  font-style: italic;
}
.about-wrapper .primary .tab-content .about-footer-navigation a {
  font-style: normal;
}
.about-wrapper .primary .tab-content .panel {
  margin: 10px -16px;
  border: none;
  box-shadow: none;
  border-left: 4px solid #002664;
  border-radius: 0;
}
.about-wrapper .primary .tab-content .panel .panel-heading {
  padding: 0;
  background: none;
  border: none;
  position: relative;
}
.about-wrapper .primary .tab-content .panel .panel-heading .panel-title {
  line-height: 20px;
  font-size: 14px;
}
.about-wrapper .primary .tab-content .panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 32px 10px 15px;
}
.about-wrapper .primary .tab-content .panel .panel-heading::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 18px;
  font-weight: 900;
  font-size: 24px;
  pointer-events: none;
  top: 50%;
  transform: translate(0, -50%);
}
.about-wrapper .primary .tab-content .image {
  margin: 23px 0 28px;
  text-align: center;
}
.about-wrapper .primary .tab-content .image img {
  max-width: 100%;
}
.about-wrapper .primary .tab-content .image legend {
  font-size: 12px;
  color: #6d7079;
  line-height: 16px;
  border-bottom: none;
  margin: 13px 0;
}
.about-wrapper .primary .tab-content .about-footer-navigation {
  display: flex;
  margin: 98px 0 121px;
  line-height: 20px;
}
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-forward {
  text-align: right;
}
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-backward {
  text-align: left;
}
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-forward,
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-backward {
  flex: 1;
  font-size: 10px;
}
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-forward .navigation-direction,
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-backward .navigation-direction {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  margin-bottom: 13px;
}
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-forward a,
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-backward a {
  color: #002664;
  text-decoration: underline;
  font-size: 14px;
}
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-forward a:hover,
.about-wrapper .primary .tab-content .about-footer-navigation .navigation-backward a:hover {
  text-decoration: none;
  cursor: pointer;
}
.about-wrapper .primary .tab-content ul {
  padding-left: 9px;
  list-style: none;
}
.about-wrapper .primary .tab-content ul li {
  position: relative;
}
.about-wrapper .primary .tab-content ul li::before {
  content: "•";
  left: -8px;
  top: -1px;
  position: absolute;
}
.about-wrapper .primary .tab-content .mobile-table {
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 31px;
  padding-bottom: 3px;
  font-size: 16px;
}
.about-wrapper .primary .tab-content .mobile-table .table tbody:nth-child(2n) {
  background: #f4f4f7;
}
.about-wrapper .primary .tab-content .mobile-table .table tbody:last-child {
  border-bottom: 2px solid #333;
}
.about-wrapper .primary .tab-content .mobile-table .table th,
.about-wrapper .primary .tab-content .mobile-table .table td {
  padding: 12px 15px;
}
.about-wrapper .primary .tab-content .mobile-table .table th {
  border-top: 2px solid #333;
}
.about-wrapper .primary .tab-content .mobile-table .table td {
  border-top: 1px solid #a0a5ae;
}
.about-wrapper .primary .tab-content .mobile-table .table td strong {
  display: block;
  line-height: 25px;
}
.about-wrapper .secondary .about-navigation {
  margin: 20px 12px;
  background: #e4e4e6;
  padding: 20px;
}
.about-wrapper .secondary .about-navigation li {
  padding: 0;
  display: none;
}
.about-wrapper .secondary .about-navigation li a {
  font-size: 14px;
  line-height: 17px;
  color: #002664;
  display: block;
  position: relative;
}
.about-wrapper .secondary .about-navigation li ul {
  display: none;
  margin-top: 15px;
  padding-left: 16px;
  border-left: 4px solid #a0a5ae;
}
.about-wrapper .secondary .about-navigation li ul li a {
  color: #333;
  font-weight: 400;
}
.about-wrapper .secondary .about-navigation li.active {
  display: block;
}
.about-wrapper .secondary .about-navigation li.active > a {
  font-weight: 600;
}
.about-wrapper .secondary .about-navigation li.active > a::after {
  font-size: 24px;
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
.about-wrapper .secondary .about-navigation li:first-child {
  padding-top: 0;
}
.about-wrapper .secondary .about-navigation li:last-child {
  padding-bottom: 0;
}
.about-wrapper .secondary .about-navigation.open li {
  padding-top: 10px;
  padding-bottom: 7px;
  display: block;
}
.about-wrapper .secondary .about-navigation.open li.active ul {
  display: block;
}
.about-wrapper .secondary .about-navigation.open li.active > a::after {
  content: "\f106";
}

.dataset-access p {
  margin-bottom: 30px;
}
.dataset-access form label::after {
  content: unset;
}

.cdp-login-page .secondary .module .module-heading {
  font-size: 18px;
}

.user-list ul li {
  display: flex;
  align-items: center;
}
.user-list ul li:hover {
  background-color: var(--nsw-text-hover);
}
.user-list ul li a:hover {
  background-color: unset;
}

#user-info .nums {
  align-items: flex-end;
}
#user-info dl {
  margin-top: 0;
}

.cart-icon::after {
  content: attr(data-count);
}

.cdp-download-resource {
  color: white;
}

.add-to-cart-icon[data-state=not-available] ~ .label-remove-from {
  display: inline;
}

.add-to-cart-icon[data-state=not-available] ~ .label-add-to {
  display: none;
}

.add-to-cart-icon ~ .label-remove-from {
  display: none;
}

.add-to-cart-icon ~ .label-add-to {
  display: inline;
}

.cdp-cart-checkout .row.wrapper {
  position: relative;
}
.cdp-cart-checkout .row.wrapper .cdp-cart-s3-request {
  padding-top: 15px;
}
.cdp-cart-checkout .row.wrapper .primary .module-content .cdp-resources-list {
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  padding: 10px;
  margin-bottom: 30px;
}
.cdp-cart-checkout .row.wrapper .primary .module-content .cdp-resources-list .resource-list-title .resource-list-remove {
  float: right;
  color: #002664;
}
.cdp-cart-checkout .row.wrapper .primary .module-content .cdp-resources-list .resources-list-body {
  padding: 20px 0 0;
}
.cdp-cart-checkout .row.wrapper .primary .module-content .cdp-resources-list .resources-list-body .cdp-resource-item {
  padding-top: 5px;
  cursor: pointer;
}
.cdp-cart-checkout .row.wrapper .primary .module-content .cdp-resources-list .resources-list-body .cdp-resource-item.active::before {
  background-color: #002664;
}
.cdp-cart-checkout .row.wrapper .primary .module-content .cdp-resources-list .resources-list-body .cdp-resource-item::before {
  display: inline-block;
  border: 2px solid #002664;
  padding: 2px;
  margin-top: -5px;
  border-radius: 54px;
  color: #f6f6f6;
  content: url("/svg/check-grey.svg");
  line-height: 6px;
  vertical-align: middle;
  font-size: inherit;
}
.cdp-cart-checkout .row.wrapper a {
  cursor: pointer;
}

.account-masthead {
  position: relative;
}

.cdp-download-cart .text,
.cdp-download-cart i {
  color: white;
}

.cdp-download-cart .cart-icon::after {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #005375;
  background: #fff;
  color: #005375;
  border-radius: 50%;
  content: attr(data-count);
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  font-style: normal;
  padding: 4px 0 0 1px;
  margin-left: -10px;
  bottom: 3px;
}

#cart-items .cdp-btn {
  position: absolute;
  right: 0.75rem;
  margin-top: 30px;
}
#cart-items .dataset-list {
  padding: 95px 0 42px 0;
}

.add-to-cart {
  margin-left: 15px;
}
.add-to-cart span {
  display: block;
  font-size: 10px;
  font-weight: bold;
}

.add-to-cart-icon[data-state=available] > svg path:nth-of-type(1) {
  stroke: transparent;
  fill: #2e5299;
}

.add-to-cart-icon[data-state=not-available] > svg path:nth-of-type(1) {
  fill: #2e5299;
  stroke: transparent;
}

.cloud {
  height: 26px;
  width: 26px;
}

.add-to-cart-icon[data-state=not-available] .overlay {
  display: inline;
}

.add-to-cart-icon .overlay {
  right: 28px;
  bottom: 5px;
}

.add-to-cart-icon {
  position: relative;
}

.add-to-cart-icon .overlay {
  position: absolute;
  display: none;
}

.btn-cart {
  display: inline-block;
  background-color: #f4f4f7;
  width: 80px;
  height: 90px;
  padding: 0;
}

.cdp-cart-download-all {
  background-color: #f4f4f7;
}

.cdp-download-cart.floating {
  position: fixed;
  z-index: 1;
  top: 25px;
  right: 25px;
  padding: 14px 5px 14px 34px;
  background: #002664;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transform-origin: right top;
  transition: 0.4s transform;
  border: 1px solid white;
  font-weight: 600;
  width: 240px;
}

.cdp-download-cart {
  margin-left: 0.5rem;
  font-size: 12px;
}
.cdp-download-cart .cart-link {
  display: flex;
  align-items: center;
}
.cdp-download-cart .cart-link .cart-icon {
  margin-right: 5px;
}

.cdp-download-cart.floating.visible {
  transform: scale(1);
  z-index: 201;
}

.cdp-download-resource .btn-cart {
  width: 37px;
  height: 37px;
  background-color: white;
  border: 2px solid #002664;
  margin-top: 10px;
}
.cdp-download-resource .cloud {
  margin-top: 3px;
}
.cdp-download-resource .add-to-cart-icon .overlay {
  right: 6px;
}

.resource-item-pseudo-header {
  position: relative;
}
.resource-item-pseudo-header .cdp-cart-btn {
  position: absolute;
  right: 0;
  top: -22px;
}
.resource-item-pseudo-header .cdp-cart-btn .overlay {
  right: 6px;
  bottom: 0;
}
.resource-item-pseudo-header .cdp-cart-btn .cloud {
  height: 18px;
}
.resource-item-pseudo-header .download-all-resources {
  position: absolute;
  right: 0;
}

.cdp-download-notification {
  display: none;
}
.partial-download-map-wrapper {
  position: relative;
}
.partial-download-map-wrapper .cdp-leaflet-map {
  height: 510px;
}
.partial-download-map-wrapper .map-pin-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #002664;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.partial-download-map-wrapper .map-pin-icon::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: -6px 0 0 -6px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}
.partial-download-map-wrapper .map-pin-icon.selected::after {
  background: #a0a5ae;
}
.partial-download-map-wrapper .map-div-icon {
  background: #fff;
  max-width: 8px;
  max-height: 8px;
  border: 2px solid #002664;
  outline: none !important;
}
.partial-download-map-wrapper .map-div-icon.hover-block {
  opacity: 0.4;
  position: absolute;
  height: 8px;
  width: 8px;
  left: 0;
  top: 0;
  pointer-events: none;
}
.partial-download-map-wrapper .map-div-icon.selected {
  background-color: #002664;
}
.partial-download-map-wrapper .map-div-icon.active {
  background: black;
  border-color: white;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane {
  bottom: 0;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget {
  width: 340px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #e2e2e2;
  left: 20px;
  max-height: 470px;
  top: 20px;
  position: absolute;
  overflow: hidden;
  padding: 2px 21px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget .widget-content {
  padding: 18px 0;
  position: relative;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget .widget-content + .widget-content {
  border-top: 1px solid #e4e4e6;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget .widget-content > .areas-list {
  padding: 0 0 35px 0;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget .widget-content.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget .widget-content.header .counter {
  color: #333;
  font-weight: 600;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget .widget-content.header .btn-clear {
  line-height: 12px;
  color: #002664;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 21px;
  border: 1px solid #e2e2e2;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .widget-content:nth-child(3), .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .widget-content:nth-child(3) {
  max-height: 315px;
  padding: 0 20px 20px 0;
  /* total width */
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
  overflow-y: auto;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .widget-content:nth-child(3)::-webkit-scrollbar, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .widget-content:nth-child(3)::-webkit-scrollbar {
  width: 3px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .widget-content:nth-child(3)::-webkit-scrollbar-track:hover, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .widget-content:nth-child(3)::-webkit-scrollbar-track:hover {
  background-color: transparent;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .widget-content:nth-child(3)::-webkit-scrollbar-thumb, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .widget-content:nth-child(3)::-webkit-scrollbar-thumb {
  background-color: #002664;
  border-radius: 10px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .widget-content:nth-child(3)::-webkit-scrollbar-thumb:hover, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .widget-content:nth-child(3)::-webkit-scrollbar-thumb:hover {
  background-color: #002664;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .widget-content:nth-child(3)::-webkit-scrollbar-button, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .widget-content:nth-child(3)::-webkit-scrollbar-button {
  display: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .filter-form, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .filter-form {
  border: 2px solid #002664;
  border-radius: 8px;
  background: white;
  padding: 10px 12px;
  position: relative;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .filter-form input, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .filter-form input {
  border: none;
  outline: none;
  padding-right: 30px;
  width: 100%;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location .filter-form::after, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area .filter-form::after {
  content: url(/svg/search.svg);
  height: 16px;
  width: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul {
  padding: 0;
  list-style: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul li, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul li {
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul li.foldable .toggle, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul li.foldable .toggle {
  float: right;
  border: none;
  box-shadow: none;
  background: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul li.foldable .toggle.open, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul li.foldable .toggle.open {
  transform: rotate(0.5turn);
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul li.foldable .toggle::after, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul li.foldable .toggle::after {
  content: url(/svg/chevron-down.svg);
  height: 8px;
  width: 16px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul li::before, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  border: 2px solid #4c4f55;
  left: 0;
  top: -2px;
  border-radius: 4px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul input[type=checkbox], .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul input[type=checkbox] {
  display: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul input[type=checkbox] + label, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul input[type=checkbox] + label {
  font-weight: normal;
  display: inline;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul input[type=checkbox] + label::after, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul input[type=checkbox] + label::after {
  content: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul input[type=checkbox] + label::before, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul input[type=checkbox] + label::before {
  border-radius: 2px;
  content: url(/svg/check.svg);
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 2px;
  top: 0;
  text-align: center;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-location ul input[type=checkbox]:checked + label::before, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-area ul input[type=checkbox]:checked + label::before {
  background: #002664;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points {
  height: 470px;
  counter-reset: widget;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .points, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .points {
  /* total width */
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
  padding-right: 34px;
  max-height: 400px;
  overflow-y: auto;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .points::-webkit-scrollbar, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .points::-webkit-scrollbar {
  width: 3px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .points::-webkit-scrollbar-track:hover, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .points::-webkit-scrollbar-track:hover {
  background-color: transparent;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .points::-webkit-scrollbar-thumb, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .points::-webkit-scrollbar-thumb {
  background-color: #002664;
  border-radius: 10px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .points::-webkit-scrollbar-thumb:hover, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .points::-webkit-scrollbar-thumb:hover {
  background-color: #002664;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .points::-webkit-scrollbar-button, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .points::-webkit-scrollbar-button {
  display: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content {
  border-bottom: 1px solid #e4e4e6;
  border-top: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content.active strong,
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content.active label, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content.selected strong,
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content.selected label, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content.active strong,
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content.active label, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content.selected strong,
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content.selected label {
  color: #002664;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content .remove-point, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content .remove-point {
  display: none;
  border: none;
  background: none;
  float: right;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content .remove-point::after, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content .remove-point::after {
  content: url(/svg/trash.svg);
  width: 9px;
  height: 14px;
  float: right;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content strong, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content strong {
  color: #6d7079;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content strong::after, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content strong::after {
  counter-increment: widget;
  content: counter(widget);
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content .field, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content .field {
  display: inline-block;
  width: 50%;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content .field.left-field, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content .field.left-field {
  padding-right: 10px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content .field.right-field, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content .field.right-field {
  padding-left: 10px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content .field label, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content .field label {
  max-width: 100%;
  font-weight: normal;
  line-height: 30px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content .field label::after, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content .field label::after {
  content: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content .field label input, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content .field label input {
  line-height: 16px;
  max-width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #002664;
  outline: none;
  border-radius: 4px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content:hover .remove-point, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content:hover .remove-point {
  display: inline;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .widget-content:only-child .remove-point, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .widget-content:only-child .remove-point {
  display: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .add-point, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .add-point {
  z-index: 1;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  cursor: pointer;
  line-height: 16px;
  padding: 0;
  text-align: center;
  color: #002664;
  font-size: 16px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-region .add-point:hover, .partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-points .add-point:hover {
  background: #002664;
  color: #fff;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape #selection-shape-input {
  display: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-label {
  font-weight: normal;
  background: #fff;
  border: 1px solid #4c4f55;
  border-radius: 4px;
  padding: 12px 12px 10px 12px;
  margin: 5px 0;
  width: 100%;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-label.filled {
  display: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-label.filled ~ .selection-shape-reupload-label,
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-label.filled ~ .selection-shape-message {
  display: block;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-label::after {
  content: url(/svg/cloud-upload.svg);
  float: right;
  padding-top: 2px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-message {
  position: relative;
  margin-bottom: 24px;
  display: none;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-message::after {
  content: attr(data-label);
  margin-left: 28px;
  display: inline-block;
  word-break: break-word;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-message::before {
  content: url(/svg/file-icon.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-reupload-label {
  display: none;
  text-align: center;
  color: #2e5299;
}
.partial-download-map-wrapper .leaflet-cdp-selection-pane .selection-widget.selection-widget-shape .selection-shape-reupload-label::after {
  content: none;
}

.subsetting-tool__section {
  padding: 48px 0 0;
}
.subsetting-tool__section_bordered {
  border: 1px solid #e2e2e2;
  border-left: none;
  border-right: none;
}
.subsetting-tool__section__label {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #002664;
  padding: 16px 0;
}
.subsetting-tool__section__label .fa {
  font-size: 16px;
  color: #aaaaaa;
}
.subsetting-tool__map .dl-info-block {
  font-size: 14px;
  line-height: 23px;
  color: #333;
  font-weight: 600;
}
.subsetting-tool__map .dl-info-block .info-text {
  margin: 40px 0 32px;
}

.two-point-range {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}
.two-point-range .cdp-range-toggler, .two-point-range .number-input {
  font-weight: 400;
  font-size: 16px;
  border-radius: 8px;
  padding: 11px 5px;
  border: 1px solid #002664;
  width: 68px;
  text-align: center;
}
.two-point-range .cdp-range-toggler {
  font-size: 18px;
  margin-left: 10px;
  width: auto;
  padding: 11px;
}
.two-point-range .cdp-range-slider {
  width: 480px;
  margin: 0 32px;
}
.two-point-range .noUi-target {
  height: 4px;
  border: none;
  background: none;
}
.two-point-range .noUi-connects {
  border-radius: 30px;
  background: linear-gradient(to right, fade(#002664, 25) 80px, fade(#002664, 50) 2px);
  background-size: 82px;
}
.two-point-range .noUi-connect {
  background: #002664;
  border: none;
}
.two-point-range .noUi-connect .error-threshold {
  background: #E31E40;
}
.two-point-range .noUi-handle {
  background: #002664;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  box-shadow: none;
  top: -8px;
}
.two-point-range .noUi-handle:after, .two-point-range .noUi-handle:before {
  content: none;
}
.two-point-range .noUi-handle .error-threshold {
  background: #d7153a;
}
.two-point-range.disabled .number-input {
  background: #e2e2e2;
}
.two-point-range.disabled .noUi-connect {
  background: #e2e2e2;
}
.two-point-range.disabled .noUi-handle {
  background: #e2e2e2;
}
.two-point-range + .error-threshold-message {
  display: none;
  text-align: center;
  margin: 20px;
  font-size: 18px;
}
.two-point-range.error-threshold + .error-threshold-message {
  display: block;
}

.subsetting-tool-download-button {
  color: #fff;
  background: #002664;
  padding: 11px 16px;
  border-radius: 8px;
  border: 1px solid #002664;
  box-shadow: none;
  margin-left: 20px;
  vertical-align: bottom;
}
.subsetting-tool-download-button:hover, .subsetting-tool-download-button:active, .subsetting-tool-download-button:focus {
  color: #fff;
  background-color: #002664 !important;
}
.subsetting-tool-download-button .download-icon:after {
  content: url(/svg/download-white.svg);
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.subsetting-tool-download-button[disabled] {
  background: none;
  color: #9f9f9f;
  border-color: #e2e2e2;
}
.subsetting-tool-download-button[disabled] .download-icon:after {
  content: url(/svg/download-grey.svg);
}

.subsetting-tool-format-block {
  margin-top: 24px;
}

.dropdown[data-module=cdp-pseudo-select] {
  color: #050505;
  display: inline-block;
  min-width: 195px;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  content: attr(data-label);
  border-radius: 8px;
  border: 1px solid #002664;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 11px 16px;
  width: 100%;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-toggle.dirty {
  font-weight: 600;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-toggle:before {
  content: attr(data-label);
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-toggle:hover, .dropdown[data-module=cdp-pseudo-select] .dropdown-toggle:focus, .dropdown[data-module=cdp-pseudo-select] .dropdown-toggle:active {
  background: none;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-toggle:hover, .dropdown[data-module=cdp-pseudo-select] .dropdown-toggle:focus, .dropdown[data-module=cdp-pseudo-select] .dropdown-toggle:active {
  color: #002664;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-arrow {
  margin-left: 16px;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  width: 100%;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu .dropdown-option {
  padding: 0;
  position: relative;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu .dropdown-option:before {
  display: block;
  content: "";
  height: 100%;
  border: 2px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu .dropdown-option input[type=radio] {
  display: none;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu .dropdown-option label {
  padding: 16px 12px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu .dropdown-option label:after {
  content: none;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu .dropdown-option:hover {
  background: #e2e2e2;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu .dropdown-option:hover:before {
  border-color: #E31E40;
}
.dropdown[data-module=cdp-pseudo-select] .dropdown-menu .dropdown-option:hover label {
  font-weight: 600;
}

.interest-regions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 24px 0 32px;
}
.interest-regions__item {
  width: 33%;
  text-align: center;
  margin: 24px 0 0;
}
.interest-regions__item:after {
  content: none;
}
.interest-regions__item input[type=radio] {
  display: none;
}
.interest-regions__item__icon {
  transition: opacity 0.2s;
  opacity: 0.35;
  margin-bottom: 32px;
}
.interest-regions__item__icon svg {
  max-height: 100px;
}
.interest-regions__item__label {
  color: #050505;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  max-width: 180px;
  margin: auto;
}
.interest-regions__item__label:after {
  content: "";
  display: block;
  width: 100px;
  margin: 16px auto auto auto;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s;
}
input[type=radio]:checked ~ .interest-regions__item__icon, .interest-regions__item__icon:hover {
  opacity: 1;
}
input[type=radio]:checked ~ .interest-regions__item__label:after {
  border-bottom-color: #E31E40;
}

.select2-container.select2-dropdown-open .select2-choice {
  background: var(--nsw-white) url(/images/nsw-angle-up-solid.svg) no-repeat right 1rem center;
}
.select2-container .select2-choice {
  border-radius: var(--nsw-border-radius);
  color: var(--nsw-text-dark);
  border: 1px solid var(--nsw-grey-01);
  appearance: none;
  -webkit-appearance: none;
  padding: 0.6875rem 3rem 0.6875rem 1rem;
  background: var(--nsw-white) url(/images/nsw-angle-down-solid.svg) no-repeat right 1rem center;
  background-size: 1rem auto;
  height: auto;
  font-size: var(--nsw-font-size-sm-desktop);
  line-height: var(--nsw-line-height-sm-desktop);
  font-weight: var(--nsw-font-normal);
}
.select2-container .select2-choice .select2-arrow {
  display: none;
}
.select2-container .select2-choice .select2-search-field input {
  font-size: 16px;
  width: 100%;
}

#select2-drop {
  background: var(--nsw-palette-white);
  border: none;
  margin-top: 1px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#select2-drop .select2-results {
  padding: 8px;
}
#select2-drop .select2-results .select2-result-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
#select2-drop .select2-results .select2-result-label:hover {
  background: rgba(0, 38, 100, 0.1);
  color: var(--nsw-text-dark);
}
#select2-drop .select2-search {
  padding: 10px 10px;
}
#select2-drop .select2-search .select2-input {
  border-radius: var(--nsw-border-radius);
  color: var(--nsw-text-dark);
  border: 1px solid var(--nsw-grey-01);
  background: url("/images/nsw-search.svg") no-repeat right 0.5rem center;
  background-size: 16px;
}

.nav-facet li.active a label::after {
  background-color: var(--nsw-brand-dark);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff'%3E%3Cpath d='M29.362 3.742 10.495 22.946l-7.857-7.997L0 17.634l9.175 9.34 1.319 1.284 1.318-1.284L31.999 6.427z'/%3E%3C/svg%3E");
}

.nsw-footer__group a:hover {
  color: var(--nsw-text-link);
  text-decoration: underline;
}
.nsw-footer__group a:hover:visited {
  color: var(--nsw-text-visited);
}

.nsw-list-item {
  list-style-type: none;
}
.nsw-list-item .nsw-list-item__tools {
  display: block;
  width: 15rem;
}
.nsw-list-item .nsw-list-item__tools > div {
  float: inline-end;
}
.nsw-list-item .handle {
  margin: auto 10px;
}

.form-control {
  color: #333;
  font-weight: 400;
}
.form-control:focus {
  border: 3px solid #009ed5;
  border-radius: 4px;
  box-shadow: none;
}

a:focus,
button:focus {
  outline: 3px solid #009ed5;
  outline-radius: 4px;
  box-shadow: none;
}
a:visited,
button:visited {
  color: unset;
}

input::placeholder {
  color: #6d7079 !important;
  font-weight: 500;
}

a {
  color: #2e5299;
}

.activity .item .dataset {
  word-break: break-word;
}

.activity-list {
  margin-top: 30px;
  margin-left: 8px;
}

.page-header {
  overflow: hidden;
}
.page-header .content-action {
  margin-right: 16px;
}

.wide .organization-list {
  margin: 0;
  list-style: none;
}

[data-module=dashboard],
.wide {
  padding: 0 16px;
  margin-bottom: 40px;
}
form .checkbox input[type=checkbox] {
  margin-left: 0;
}

.fixed-info-button {
  border: 1px solid #fff;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}
.fixed-info-button svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}

:root {
  nsw-font-family: "Public Sans", sans-serif;
}

.masthead hgroup a.logo img {
  padding-right: 6px;
  min-width: auto;
}

.sub-header {
  background-color: #002664;
  padding: 35px 0;
}
.sub-header .title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.25;
}

#activity_types_filter {
  inline-size: fit-content;
}

.nsw-button {
  margin: 0;
}
.nsw-button:hover {
  text-decoration: none;
}

.content_action .nsw-button {
  float: right;
}
.content_action .nsw-button:hover {
  text-decoration: none;
}

.me-2 {
  margin-right: 0.5rem !important;
}

#followee-popover {
  font-weight: 400;
}

.btn-danger {
  color: var(--nsw-palette-white);
  background-color: var(--nsw-brand-accent);
  border-color: var(--nsw-brand-accent);
}
.btn-danger .fa:last-child {
  margin: 0;
}

.purge-all {
  margin-bottom: 20px;
}

.resource-item .nsw-form__group .js-popover {
  position: absolute;
  top: 10px;
  right: 10px;
}

.resource-list {
  margin: 0;
}

.nsw-tabs__list li.active a::after {
  border-bottom: 2px solid var(--nsw-brand-accent);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.nsw-tabs__list li a:hover {
  text-decoration: none;
}

.nsw-tabs__content .dataset-list {
  padding: 0;
}
.accordion .accordion-item {
  border: none;
  width: 100%;
  padding: 0;
}
.accordion .accordion-item .accordion-button {
  width: 100%;
  text-align: left;
  border: none;
  padding: 16px;
  height: 62px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: var(--nsw-text-light);
  background-color: var(--nsw-brand-dark);
}
.accordion .accordion-item .accordion-button::after {
  filter: brightness(100);
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: var(--nsw-palette-off-white);
  color: var(--nsw-text-dark);
}
.accordion .accordion-item .accordion-button.collapsed::after {
  filter: brightness(0);
}
.accordion .accordion-item .nsw-button--danger-outline-solid {
  margin-bottom: 10px;
}
.accordion .accordion-item ul {
  padding: 16px 48px 16px 16px;
}
.accordion .accordion-item ul li {
  list-style-position: inside;
  color: var(--nsw-palette-grey-01);
}
.accordion .accordion-item ul li a {
  color: var(--nsw-palette-grey-01);
}
.accordion .accordion-item .organization-list {
  margin-top: 0;
}

.main {
  padding-top: 0;
}
.main.cdp-search-page {
  padding: 0;
}
.main .search-wrapper {
  display: flex;
  flex-direction: column;
}
.main .search-wrapper .secondary {
  padding: 0 15px;
  margin-bottom: 1rem;
}
.main .search-wrapper .secondary .filters-wrapper .filters {
  position: static;
  display: block;
  border: none;
  padding: 0;
  overflow: hidden;
}
.main .search-wrapper .secondary .filters-wrapper .filters.collapsed {
  display: none;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module {
  background-color: transparent;
  border: none;
  border-top: 1px solid #e4e4e6;
  padding: 1.5rem 0;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module .module-heading {
  position: relative;
  padding: 3px 0 0 0;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--nsw-text-dark);
}
.main .search-wrapper .secondary .filters-wrapper .filters .module .module-heading:after, .main .search-wrapper .secondary .filters-wrapper .filters .module .module-heading:before {
  content: none;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module .module-heading .nsw-navigation__link-icon {
  position: relative;
  right: 5px;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module .module-heading.opened .nsw-navigation__link-icon {
  transform: rotate(270deg);
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav {
  padding: 0;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item {
  padding: 5px 10px 5px 0;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item a {
  text-decoration: unset;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item a .item-label {
  color: fade(#000, 80%);
  font-weight: 400;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item a .item-count {
  font-size: 14px;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item a:hover, .main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item a:focus {
  background-color: fade(#0085b3, 20%);
  outline: unset;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item a:before {
  border-color: #6d7079;
  border-width: 1px;
  padding-left: 1px;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item a:visited {
  color: unset;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .nav-facet .nav-item.active a:before {
  border-color: #002664;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module nav .empty {
  padding: 0;
}
.main .search-wrapper .secondary .filters-wrapper .filters .module-footer {
  padding: 0;
  border: none;
}
.main .search-wrapper .secondary .filters-wrapper .collapsable-facet-toggler .module-heading {
  padding: 0.25rem;
}
.main .search-wrapper .secondary .filters-wrapper #toggle-filters {
  display: flex;
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  font-weight: 600;
}
.main .search-wrapper .secondary .filters-wrapper #toggle-filters .material-icons {
  position: relative;
  left: 3px;
}
.main .search-wrapper .secondary .filters-wrapper #toggle-filters.collapsed .material-icons {
  transform: rotate(270deg);
}
.main .search-wrapper .primary .page_primary_action {
  background: #fff;
  padding: 0;
}
.main .search-wrapper .primary .page_primary_action .nsw-button {
  margin: 0 0 1rem 0;
}
.main .search-wrapper .primary .search-form {
  background: #fff;
  padding: 0;
}
.main .search-wrapper .primary .search-form .search-details {
  margin-bottom: 2rem;
}
.main .search-wrapper .primary .dataset-list {
  padding: 0;
}
.main .search-wrapper .primary .filter-list .nav .nav-item .pill {
  background-color: var(--nsw-brand-dark);
}

.nsw-card {
  margin: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease-in-out;
  box-shadow: 0 4px 12px 0 fade(#333, 15%);
}
.nsw-card .nsw-card__title {
  order: unset;
}
.nsw-card .nsw-card__title .nsw-card__link {
  color: #002664;
  display: flex;
  align-items: center;
}
.nsw-card .nsw-card__title .nsw-card__link .icon {
  display: flex;
  align-items: center;
}
.nsw-card .nsw-card__title .nsw-card__link .icon svg {
  width: 1.25rem;
  margin-left: 1rem;
  height: 1.25rem;
  fill: #002664;
}
.nsw-card .nsw-card__title .nsw-card__link:after {
  content: none;
}
.nsw-card .nsw-card__title .state {
  position: absolute;
  right: 5px;
  top: 5px;
}
.nsw-card .nsw-card__title .state .label {
  font-size: 70%;
}
.nsw-card .nsw-card__content {
  padding: 1.5rem;
  width: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.nsw-card .nsw-card__content .bottom-row {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.nsw-card .nsw-card__content .bottom-row .package-meta .tags {
  margin-top: 1rem;
}
.nsw-card .nsw-card__content .bottom-row .package-meta .tags .nsw-tag {
  margin: 0.225rem 0.25rem;
  color: #2e5299;
  border-color: #2e5299;
}
.nsw-card .nsw-card__content .bottom-row .package-meta .date {
  color: #6d7079;
}
.nsw-card .nsw-card__content .bottom-row .package-meta .description {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.nsw-card .nsw-card__content:after {
  content: none;
}
.nsw-card:hover {
  box-shadow: 2px 6px 12px 0 fade(#333, 25%);
  color: initial;
}
.nsw-card:hover .nsw-card__title {
  background-color: fade(#0085b3, 20%);
  text-decoration: underline;
}
.nsw-card:hover .nsw-card__content {
  background-color: #fff !important;
  color: initial;
}

.pagination-wrapper {
  padding: 1.5rem 0 0 0;
}
.pagination-wrapper .nsw-pagination .active a {
  position: relative;
}
.pagination-wrapper .nsw-pagination .active a:after {
  background-color: var(--nsw-brand-accent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0.25rem;
  position: absolute;
  right: 0.25rem;
}
.pagination-wrapper .nsw-pagination .nsw-pagination-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.module .module-heading {
  padding: 15px 0 0 0;
}
.module .module-content {
  padding: 0;
}

.fade {
  opacity: unset;
}

@media (min-width: 480px){
  .nsw-infobar .nsw-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 768px){
  .card .card-heading {
    font-weight: 600;
  }
  .card {
    margin-left: calc(16px / 2);
    margin-right: calc(16px / 2);
  }
  .organization-read .primary .mobile-org-details {
    margin-bottom: 62px;
    padding: 21px 13px 12px;
    border: 1px solid #a0a5ae;
  }
  .organization-read .primary .mobile-org-details .module-narrow {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .organization-read .primary .mobile-org-details .module-narrow .module-heading {
    font-size: 12px;
  }
  .organization-read .primary .mobile-org-details .module-narrow .module-content .heading {
    font-size: 20px;
  }
  .organization-read .primary .mobile-org-details .module-narrow.context-info {
    margin-bottom: 30px;
  }
  .organization-read .primary .mobile-org-details .module-narrow.context-info p:last-of-type {
    margin-bottom: 9px;
  }
  .organization-read .secondary {
    margin-bottom: 62px;
    padding: 21px 13px 12px;
    border: 1px solid #a0a5ae;
  }
  .organization-read .secondary .module-narrow {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .organization-read .secondary .module-narrow .module-heading {
    font-size: 12px;
  }
  .organization-read .secondary .module-narrow .module-content .heading {
    font-size: 20px;
  }
  .organization-read .secondary .module-narrow.context-info {
    margin-bottom: 30px;
  }
  .organization-read .secondary .module-narrow.context-info p:last-of-type {
    margin-bottom: 9px;
  }
  .resource-read .secondary {
    margin-bottom: 62px;
    padding: 21px 13px 12px;
    border: 1px solid #a0a5ae;
  }
  .resource-read .secondary .module-narrow {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .resource-read .secondary .module-narrow .module-heading {
    font-size: 12px;
  }
  .resource-read .secondary .module-narrow .module-content .heading {
    font-size: 20px;
  }
  .resource-read .secondary .module-narrow.context-info {
    margin-bottom: 30px;
  }
  .resource-read .secondary .module-narrow.context-info p:last-of-type {
    margin-bottom: 9px;
  }
  .dataset-read .secondary {
    margin-bottom: 62px;
    padding: 21px 13px 12px;
    border: 1px solid #a0a5ae;
  }
  .dataset-read .secondary .module-narrow {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .dataset-read .secondary .module-narrow .module-heading {
    font-size: 12px;
  }
  .dataset-read .secondary .module-narrow .module-content .heading {
    font-size: 20px;
  }
  .dataset-read .secondary .module-narrow.context-info {
    margin-bottom: 30px;
  }
  .dataset-read .secondary .module-narrow.context-info p:last-of-type {
    margin-bottom: 9px;
  }
  .page_primary_action {
    padding: 0;
  }
  .content_action {
    float: none;
    margin-left: 0;
  }
  .wrapper {
    border: none;
    box-shadow: none;
  }
  .wrapper::before {
    border: none;
  }
  .masthead {
    border: none;
  }
  .masthead .container {
    padding: 8px 20px 0;
  }
  .masthead hgroup {
    margin-left: 0;
    margin-top: 20px;
    height: 50%;
    display: block;
  }
  .masthead .navigation.section {
    float: none;
  }
  .masthead .navigation.section li {
    border-bottom: none;
  }
  .masthead .navigation.section .nav-pills {
    flex-direction: row;
  }
  .masthead .navigation.section .nav-pills li a {
    border-bottom-width: 6px;
    padding: 39px 10px 36px;
  }
  .masthead .navbar-collapse {
    background: none;
    position: static;
  }
  .masthead .site-search {
    top: 50%;
    height: initial !important;
    transform: translate(0, -50%);
  }
  .masthead .site-search input {
    width: 400px;
    height: 54px;
    margin-left: auto;
  }
  .masthead .site-search-button svg {
    width: 22px;
    height: 22px;
  }
  .masthead .site-search-button::after {
    content: none;
  }
  .sub-header {
    padding-bottom: 53px;
    margin-left: 0;
  }
  .sub-header .title {
    font-size: 56px;
    margin: 30px 4px 7px;
    line-height: 64px;
  }
  .sub-header .title .homepage-sub-header-title {
    line-height: 80px;
    margin-top: 0;
    margin-bottom: 11px;
  }
  .sub-header .description {
    margin-left: 4px;
    font-size: 20px;
    width: 50%;
    line-height: 26px;
  }
  .sub-header.full-width-sub-header .description {
    width: 80%;
  }
  .module-narrow .module-heading {
    word-break: break-word;
  }
  .nav-simple li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pre-primary-title {
    font-size: 32px;
    line-height: 46px;
    padding: 0;
    margin: 16px 0 36px;
  }
  .cdp-package-meta {
    flex-direction: row;
    padding: 20px 0 48px;
  }
  .primary {
    padding-left: 20px;
  }
  .search-form {
    padding: 0;
    background: none;
    border-bottom: none;
  }
  .search-form .toggle-filters {
    display: none;
  }
  .search-form .filter-list {
    display: block;
    margin-top: 0;
    border: none;
  }
  .search-form .filter-list .module-footer {
    display: none;
  }
  .search-form .filter-list .nav .nav-item {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .search-form .filter-list .nav .nav-item .facet {
    display: inline-block;
    margin-right: 5px;
  }
  .search-form .filter-list .clear-filters {
    font-weight: 400;
    text-decoration: underline;
    margin: 7px 0 0 7px;
  }
  .search-form .filter-list .clear-filters:hover {
    text-decoration: none;
  }
  .search-form .control-order-by {
    display: block;
    position: absolute;
    right: 0;
    top: 55px;
  }
  .search-form .control-order-by h2 {
    font-weight: 400;
  }
  .search-form .control-order-by .module-footer {
    display: none;
  }
  .search-form .control-order-by .select2-container .select2-choice {
    font-weight: 400;
  }
  .search-form .search-input-group {
    padding: 0;
  }
  .organization-read .search-form .search-input-group .input-lg {
    background: #f2f2f2;
  }
  .search-form .search-details {
    padding: 0;
  }
  .search-form .search-details h2 {
    margin-bottom: 0;
  }
  .dataset-list {
    border-top: none;
    padding: 42px 0;
  }
  .dataset-list .dataset-item {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 20px;
  }
  .dataset-list .dataset-item .dataset-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .dataset-list .dataset-item .dataset-heading a {
    color: #002664;
  }
  .dataset-list .dataset-item .package-item-meta {
    flex-direction: row;
  }
  .dataset-list .dataset-item .package-item-meta .meta-block {
    margin-left: 10px;
  }
  .dataset-list .dataset-item .package-item-meta .meta-block:first-child {
    margin-left: 0;
  }
  .dataset-list .dataset-item .dataset-content div {
    line-height: 18px;
  }
  .organization-list {
    margin-top: 22px;
  }
  .organization-list .organization-item {
    padding-left: 0;
    padding-right: 0;
  }
  .organization-list .organization-item .heading {
    font-size: 20px;
  }
  .select2-drop {
    font-weight: 400;
  }
  .secondary.btn {
    font-size: 16px;
  }
  .secondary .filters .module .module-footer {
    padding: 5px 20px 18px;
  }
  .site-footer {
    font-size: 14px;
    padding: 22px 0;
  }
  .site-footer > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .site-footer .divider {
    margin-top: 31px;
    margin-bottom: 19px;
  }
  .site-footer .footer-links li {
    width: inherit;
    margin-right: 36px;
  }
  .site-footer .footer-links li a {
    font-size: 12px;
  }
  .site-footer .copyright {
    margin-top: 30px;
  }
  .pagination-wrapper {
    padding: 50px 0;
  }
  .api-info {
    margin: 40px;
    font-size: 16px;
  }
  .toolbar {
    padding: 0;
    margin: 0;
  }
  .page-header {
    margin-top: 41px;
  }
  .page-header.module-content + .module-content {
    padding-top: 0;
  }
  .page-header .nav-tabs li a {
    padding: 4px 20px;
  }
  .resource-read {
    padding-top: 29px;
  }
  .resource-read .module-resource {
    padding: 0;
  }
  .resource-read .module-resource .actions > ul > li {
    margin-right: 16px;
  }
  .resource-read .module-resource .actions > ul > li .other-resources {
    max-width: 536px;
  }
  .resource-read .module-resource .actions > ul > li.resource-download-actions a {
    padding: 6px 37px;
  }
  .resource-read .module-resource .page-heading {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 52px;
  }
  .resource-read .primary {
    padding-right: 40px;
  }
  .resource-read .primary .table {
    border-top: 2px solid #4c4f55;
  }
  .resource-read .primary .table tr td,
  .resource-read .primary .table tr th {
    display: table-cell;
    padding: 12px 5px 14px;
    font-size: 16px;
  }
  .resource-read .primary .table tr th {
    width: 30%;
  }
  .dataset-read .primary,
  .organization-read .primary {
    padding-right: 40px;
    margin-right: -5px;
  }
  .dataset-read .primary .notes,
  .organization-read .primary .notes {
    margin-top: 0;
  }
  .dataset-read .primary .page_primary_action,
  .dataset-read .primary .empty,
  .organization-read .primary .page_primary_action,
  .organization-read .primary .empty {
    padding: 0;
  }
  .organization-wrapper.organization-read .secondary {
    display: block;
    padding-bottom: 8px;
  }
  .organization-wrapper.organization-read .primary .notes {
    padding: 0;
    margin-bottom: 52px;
  }
  .dataset-read .primary .content-action {
    padding-left: 0;
    padding-right: 0;
  }
  .dataset-read .primary .notes {
    font-size: 16px;
    padding: 0;
    line-height: 20px;
  }
  .dataset-read .primary .resources .resource-list {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .dataset-read .primary .resources .resource-list .resource-item-pseudo-header {
    display: block;
    border-bottom: 2px solid #4c4f55;
    font-weight: 700;
  }
  .dataset-read .primary .resources .resource-list .resource-item-pseudo-header .pseudo-heading {
    display: inline-block;
    padding: 6px 4px;
    width: 116px;
  }
  .dataset-read .primary .resources .resource-list .resource-item {
    padding: 13px 10px 24px 5px;
    display: flex;
  }
  .dataset-read .primary .resources .resource-list .resource-item .res-format-name {
    width: 116px;
    word-break: break-all;
  }
  .dataset-read .primary .resources .resource-list .resource-item .dropdown {
    margin: 0;
    margin-left: 20px;
  }
  .dataset-read.collection-dataset-read .primary .collection-section .section-heading {
    font-size: 20px;
    margin: 0;
  }
  .dataset-read.collection-dataset-read .primary .collection-section .section-items .dataset-list .dataset-item {
    padding: 17px 9px;
  }
  .organization-search .page_primary_action,
  .dataset-search .page_primary_action {
    background: none;
    padding: 16px 0;
  }
  .home-search {
    margin-left: -3px;
  }
  .home-search .search-form .search-input {
    margin-bottom: 19px;
  }
  .home-stats {
    margin-bottom: 20px;
  }
  .home-stats ul li a {
    line-height: 17px;
    font-size: 14px;
  }
  .about-wrapper {
    flex-direction: row-reverse;
  }
  .about-wrapper .primary {
    padding: 0 40px 0 0;
    line-height: 20px;
  }
  .about-wrapper .primary .tab-content {
    padding: 0;
    font-size: 16px;
  }
  .about-wrapper .primary .tab-content .page-heading {
    margin-bottom: 34px;
    font-size: 30px;
  }
  .about-wrapper .primary .tab-content h3 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .about-wrapper .primary .tab-content .panel {
    margin: 10px 0;
  }
  .about-wrapper .primary .tab-content .panel .panel-heading .panel-title {
    font-size: 16px;
  }
  .about-wrapper .primary .tab-content .panel .panel-heading .panel-title a {
    padding: 20px;
  }
  .about-wrapper .primary .tab-content .image {
    margin-bottom: 64px;
  }
  .about-wrapper .primary .tab-content .image legend {
    font-size: 14px;
  }
  .about-wrapper .primary .tab-content .about-footer-navigation {
    margin: 86px 0;
  }
  .about-wrapper .primary .tab-content .about-footer-navigation .navigation-backward,
  .about-wrapper .primary .tab-content .about-footer-navigation .navigation-forward {
    font-size: 12px;
  }
  .about-wrapper .primary .tab-content .about-footer-navigation .navigation-backward .navigation-direction,
  .about-wrapper .primary .tab-content .about-footer-navigation .navigation-forward .navigation-direction {
    margin-bottom: 15px;
  }
  .about-wrapper .primary .tab-content .about-footer-navigation .navigation-backward a,
  .about-wrapper .primary .tab-content .about-footer-navigation .navigation-forward a {
    font-size: 16px;
  }
  .about-wrapper .primary .tab-content .table {
    margin-top: 34px;
    margin-bottom: 35px;
  }
  .about-wrapper .primary .tab-content .table thead tr {
    border-bottom: 2px solid #4c4f55;
  }
  .about-wrapper .primary .tab-content .table tbody tr:nth-child(2n) {
    background: #f4f4f7;
  }
  .about-wrapper .primary .tab-content .table td,
  .about-wrapper .primary .tab-content .table th {
    border: 1px solid #4c4f55;
    padding: 12px 15px;
  }
  .about-wrapper .primary .tab-content .table td {
    padding-left: 19px;
  }
  .about-wrapper .secondary > .module {
    position: sticky;
    top: 40px;
  }
  .about-wrapper .secondary .about-navigation {
    margin: 0;
  }
  .about-wrapper .secondary .about-navigation li {
    padding-top: 10px;
    padding-bottom: 7px;
    display: block;
  }
  .about-wrapper .secondary .about-navigation li:first-child {
    padding-top: 0;
  }
  .about-wrapper .secondary .about-navigation li:last-child {
    padding-bottom: 0;
  }
  .about-wrapper .secondary .about-navigation li.active ul {
    display: block;
  }
  .about-wrapper .secondary .about-navigation li.active > a::after {
    content: none !important;
  }
  .homepage [role=main] {
    padding-bottom: 15px;
  }
  .homepage .section-heading {
    padding-top: 46px;
    padding-bottom: 24px;
    margin: 0 4px;
  }
  .homepage .section-heading p {
    font-size: 16px;
  }
  .homepage .section-heading h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .homepage .section-heading .promo-link {
    display: inline-block;
  }
  .homepage .section-heading .promo-link svg {
    margin-left: 8px;
    width: 18px;
    height: 16px;
  }
  .homepage .promoted-datasets {
    margin: 0 4px;
  }
  .homepage .promoted-datasets .promoted-row {
    flex-direction: row;
  }
  .homepage .homepage-sectors .section-heading {
    padding-bottom: 20px;
  }
  .card {
    padding: 26px 33px 34px;
  }
  .card .card-heading {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .card .card-content {
    font-size: 16px;
    line-height: 20px;
  }
  .card .card-content h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
  }
  .card .card-footer .moving-arrow svg {
    width: 35px;
  }
  .cdp-leaflet-map {
    height: 500px;
  }
  .technical-notes {
    margin-top: -7px;
  }
  .technical-notes .note-title {
    line-height: 25px;
  }
  .wide,
  [data-module=dashboard] {
    padding: 0;
  }
  .main .search-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 992px){
  .nsw-header .nsw-header__right .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .nsw-header .nsw-header__logo-link .nsw-header__logo {
    width: 62px;
    height: auto;
    padding: 0;
  }
  .nsw-header .nsw-header__logo-link .nsw-header-button {
    margin-left: 15px;
    font-size: 1.5rem;
    margin-top: 31px;
  }
  .nsw-header #header-search .nsw-search__submit .search-icon {
    display: block;
  }
  .masthead hgroup a.logo h1 {
    font-size: 24px;
    font-weight: 600;
    width: 165px;
    line-height: 30px;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-left: 12px;
  }
  .masthead hgroup a.logo h1::before {
    height: 52px;
  }
  .masthead hgroup a.logo img {
    height: 56px;
    margin-left: 15px;
  }
  .masthead .site-search input {
    width: 707px;
  }
  .masthead .navigation.section .nav-pills li {
    font-size: 16px;
  }
  .masthead .navigation.section .nav-pills li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .primary {
    padding-left: 40px;
  }
  .about-wrapper .primary {
    padding-right: 120px;
  }
  .dataset-list .dataset-item .package-item-meta .meta-block {
    margin-left: 35px;
  }
  .resource-read .primary,
  .dataset-read .primary,
  .organization-read .primary {
    padding-right: 120px;
  }
  .resource-read .secondary,
  .dataset-read .secondary,
  .organization-read .secondary {
    padding: 21px 19px 12px;
    position: relative;
  }
  .resource-read .secondary .btn-toggle-off,
  .dataset-read .secondary .btn-toggle-off,
  .organization-read .secondary .btn-toggle-off {
    display: initial;
    background: inherit;
    position: absolute;
    border: 1px solid #a0a5ae;
    border-right: none;
    top: 5px;
    left: -39px;
    width: 40px;
    height: 40px;
  }
  .cdp-leaflet-map {
    height: 500px;
  }
  .sub-header {
    padding: 65px 0;
  }
  .sub-header .title {
    font-size: 3rem;
  }
  .main .search-wrapper .secondary .filters-wrapper .filters.collapsed {
    display: block;
  }
  .main .search-wrapper .secondary .filters-wrapper #toggle-filters {
    display: none;
  }
  .main .search-wrapper .secondary {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 1rem 3rem 1rem 0;
    box-shadow: 7px 0 7px fade(#333, 3%);
    margin-bottom: 0;
  }
  .main .search-wrapper .secondary .filters {
    padding: 0;
  }
  .main .search-wrapper .primary {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 1rem;
    background: #fff;
  }
  .row.wrapper {
    margin: 16px 0 0 0;
  }
}

@media (min-width: 64rem){
  .accordion {
    width: 100%;
  }
}

@media (max-width: 1200px){
  #dataset-resources {
    margin-top: 60px;
  }
  #dataset-resources .download-all-resources {
    margin-top: -90px;
  }
  .resource-item-pseudo-header {
    margin-top: 100px;
  }
  .resource-item-pseudo-header .cdp-cart-btn {
    top: -45px;
  }
}

@media (max-width: 992px){
  .main .container .row {
    margin: 0;
  }
  .main .container #request-access-form .form-control {
    width: 100% !important;
  }
  .btn-cart {
    width: 61px;
  }
  .add-to-cart-icon .overlay {
    right: 6px !important;
  }
  .primary .dataset-list .dataset-item .dataset-content div {
    width: 67px;
  }
  .cloud {
    margin-right: -1px;
  }
  .add-to-cart .cloud {
    margin-right: 7px;
  }
  .add-to-cart .overlay {
    right: 25px !important;
  }
  .about-wrapper .secondary > .module {
    top: 15px;
  }
  .about-wrapper .secondary > .module .about-navigation li {
    padding: 0 0 5px 0;
  }
  .about-wrapper .secondary > .module .about-navigation li a {
    font-size: 13px;
  }
}

@media (max-height: 768px), (max-width: 1200px){
  .about-wrapper .secondary > .module .about-navigation li {
    padding: 6px 0;
  }
}

@media (max-width: 768px){
  .main .doc-wrapper .primary .module .page-heading {
    font-size: 36px;
  }
  .main .doc-wrapper .primary .module .tab-content {
    padding: 0;
  }
  .main .doc-wrapper .primary .module #doc-glossary .table tr:nth-child(even) {
    background-color: #f4f4f7;
  }
  .cdp-cart-checkout {
    padding: 0 15px;
  }
}

@media (max-width: 480px){
  .main .container .title {
    font-size: 30px !important;
  }
  .main .container #request-access-form .btn {
    width: 100% !important;
  }
  .main .doc-wrapper .primary {
    overflow: visible;
  }
  .main .doc-wrapper .primary .module .page-heading {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .main .doc-wrapper .primary .module #doc-glossary .table {
    margin-bottom: 0;
  }
  .main .doc-wrapper .primary .module #doc-glossary .table th {
    display: none;
  }
  .main .doc-wrapper .primary .module #doc-glossary .table tr {
    display: flex;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    margin-left: -16px;
    margin-right: -16px;
    padding: 5px 16px;
    border-bottom: 1px solid #4c4f55;
  }
  .main .doc-wrapper .primary .module #doc-glossary .table tr td {
    padding: 8px 0;
    border: 0;
    display: block !important;
  }
  .main .doc-wrapper .primary .module #doc-glossary .table tr td.term {
    font-weight: bold;
  }
  .main .doc-wrapper .primary .module .about-footer-navigation {
    margin: 50px 0;
  }
  .main .doc-wrapper .secondary .module .info-block {
    margin-left: -16px;
    margin-right: -16px;
  }
  .account-masthead {
    height: 60px;
  }
  .account-masthead .cdp-download-cart {
    top: 25px;
  }
}