/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 18 August 2025 07:12:25
*/


/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Mon Mar 18 2019 16:12:51 GMT+1100 (AEDT)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix, .map-app, .map-footer, .map-menu-panels .map-menu__panel .events-list-header, .map-menu .map__panel-controls, .map-menu .map-utilities {
  *zoom: 1;
}

.clearfix:before, .map-app:before, .map-footer:before, .map-menu-panels .map-menu__panel .events-list-header:before, .map-menu .map__panel-controls:before, .map-menu .map-utilities:before, .clearfix:after, .map-app:after, .map-footer:after, .map-menu-panels .map-menu__panel .events-list-header:after, .map-menu .map__panel-controls:after, .map-menu .map-utilities:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .map-app:after, .map-footer:after, .map-menu-panels .map-menu__panel .events-list-header:after, .map-menu .map__panel-controls:after, .map-menu .map-utilities:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/*
--------------------
Modules
--------------------
*/
.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*='si-wrapper'] {
  display: flex;
  position: absolute;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  transform: translate(0, -50%);
}

[class*='si-shadow-wrapper'] {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  order: -1;
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px 0.70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  appearance: none;
}

.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*='si-pointer-bg'] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

/* Module: S */
.btn {
  padding: 0.5625rem 0.6875rem;
  background-color: #d8d8d8;
  border: none;
  border-radius: 0.3125rem;
  font-size: 0.5625rem;
}

.btn.btn--active {
  background-color: #fff;
}

/* Module: S */
/*
* General normalize
*/
.map-app * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
*  Page Header
*/
.header-switch #map-header {
  display: block;
  visibility: visible;
  position: relative;
  z-index: 10;
}

.header-switch .toolbar-wrapper,
.header-switch #header,
.header-switch .main-nav-wrapper {
  display: none;
  visibility: hidden;
}

.mobile--full-width #main-body {
  margin: auto;
}

.mobile--full-width #main-content {
  margin: 0 0.625rem;
}

.map-app {
  position: relative;
  width: 100%;
}

/* Module: S */
.map-footer {
  padding: 1.25rem;
  background-color: #dcdcdc;
}

.map-footer a {
  position: relative;
  font-size: 0.625rem;
}

.map-footer a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.375rem;
}

.map-footer a:first-of-type {
  float: left;
  padding-left: 1.875rem;
}

.map-footer a:first-of-type::before {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/image/0003/96501/map-sprite.png?v=0.1.1);
  background-repeat: no-repeat;
  background-position: 0 -84px;
}

.map-footer a:last-of-type {
  float: right;
  padding-left: 1.625rem;
  cursor: none;
  pointer-events: none;
}

.map-footer a:last-of-type::before {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 18px;
  top: -0.5625rem;
  left: -0.375rem;
}

.map-footer a:last-of-type.type-1::before {
  content: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/file/0009/97965/marker__fire-black.svg?v=0.1.1);
}

.map-footer a:last-of-type.type-2::before {
  border: solid 1px #0D8504;
  background-color: #0D8504;
}

/* Module: S */
.si-close-button {
  font-size: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/file/0004/96502/icon__close.svg?v=0.1.1) no-repeat center center;
  opacity: 1;
  top: 0.75rem;
  right: 0.75rem;
}

.si-shadow-pointer-top .si-shadow-inner-pointer-top {
  box-shadow: none;
}

.si-pointer-top.si-pointer-border-top {
  border-top-color: transparent;
}

.si-pointer-top.si-pointer-bg-top {
  top: -0.3125rem !important;
}

.o__infowindow {
  width: 18.75rem;
}

.o__infowindow .info__heading {
  padding: 1.25rem 3.125rem;
  background-color: #f3f3f3;
}

.o__infowindow .info__heading h5 {
  position: relative;
  padding: 0;
}

.o__infowindow .info__heading h5:before {
  content: '';
  display: block;
  position: absolute;
  left: -1.5625rem;
  width: 0.9375rem;
  height: 1.3125rem;
  background: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/file/0005/96503/icon__fire-black.svg?v=0.1.1) no-repeat center center;
}

.o__infowindow .info__content {
  padding: 1.25rem;
}

.o__infowindow .info__content ul li {
  color: #3c3c3c;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}

.o__infowindow .info__content ul li:last-of-type {
  margin: 0;
}

.o__infowindow .info__content ul li span {
  display: inline-block;
}

.o__infowindow .info__content ul li span:first-of-type {
  width: 34%;
}

.o__infowindow .info__content ul li span:last-of-type {
  width: 64%;
}

.gmnoprint .gm-svpc,
.gmnoprint .gm-style-mtc {
  display: none;
}

.gm-fullscreen-control {
  left: 0 !important;
  right: auto !important;
}

/* Module: S */
.map-menu-panels {
  position: absolute;
  width: 100%;
  height: 33.125rem;
}

.map-menu-panels .map-menu__panel {
  display: none;
  height: 100%;
  padding: 0.9375rem 1.25rem;
  overflow-y: auto;
  background-color: #434343;
  color: #fff;
}

.map-menu-panels .map-menu__panel.map-menu__panel--active {
  display: block;
  position: relative;
  z-index: 2;
}

.map-menu-panels .map-menu__panel .events-list-header {
  padding-bottom: 0.625rem;
  border-bottom: solid 0.125rem #999;
}

.map-menu-panels .map-menu__panel .events-list-header .events-list-collection {
  float: left;
}

.map-menu-panels .map-menu__panel .events-list-header .events-list-sort {
  float: right;
  position: relative;
  width: 25%;
}

.map-menu-panels .map-menu__panel .events-list-header .events-list-sort::after {
  content: '';
  display: block;
  position: absolute;
  right: 0.25rem;
  top: 0rem;
  width: 0.375rem;
  height: 0.375rem;
  border-right: solid 0.0625rem #fff;
  border-bottom: solid 0.0625rem #fff;
  transform: rotate(45deg);
}

.map-menu-panels .map-menu__panel .events-list-header .events-list-sort select {
  -webkit-appearance: none;
  width: 100%;
  background-color: #434343;
  color: #fff;
  border: none;
}

.map-menu-panels .map-menu__panel .events-list {
  padding-top: 0.875rem;
}

.map-menu-panels .map-menu__panel .events-list .event-item {
  position: relative;
  padding: 0.875rem 0.5rem 0.875rem 1.625rem;
  border-bottom: solid 0.0625rem #999;
  cursor: pointer;
}

.map-menu-panels .map-menu__panel .events-list .event-item:first-of-type {
  padding-top: 0;
}

.map-menu-panels .map-menu__panel .events-list .event-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0rem;
  width: 0.9375rem;
  height: 1.3125rem;
  background-image: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/file/0008/96506/icon__fire.svg?v=0.1.1);
}

.map-menu-panels .map-menu__panel .events-list .event-item .event__title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.29;
  margin-bottom: 0.625rem;
}

.map-menu-panels .map-menu__panel .events-list .event-item .event__location,
.map-menu-panels .map-menu__panel .events-list .event-item .event__date {
  position: relative;
  font-size: 0.75rem;
  padding-left: 0.9375rem;
}

.map-menu-panels .map-menu__panel .events-list .event-item .event__location::before,
.map-menu-panels .map-menu__panel .events-list .event-item .event__date::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

.map-menu-panels .map-menu__panel .events-list .event-item .event__location {
  margin-bottom: 0.375rem;
}

.map-menu-panels .map-menu__panel .events-list .event-item .event__location::before {
  width: 0.5625rem;
  height: 0.75rem;
  background-image: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/file/0009/96507/icon__pin.svg?v=0.1.1);
}

.map-menu-panels .map-menu__panel .events-list .event-item .event__date::before {
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/file/0007/96505/icon__calendar.svg?v=0.1.1);
}

.map-menu-panels .map-menu__panel .collections-list .collection-item {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: solid 0.0625rem #999;
  padding: 1.125rem 0.3125rem 1.125rem 2rem;
}

.map-menu-panels .map-menu__panel .collections-list .collection-item:hover {
  cursor: pointer;
}

.map-menu-panels .map-menu__panel .collections-list .collection-item span {
  font-size: 0.875rem;
  font-weight: normal;
}

.map-menu-panels .map-menu__panel .collections-list .collection-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #999;
}

.map-menu-panels .map-menu__panel .collections-list .collection-item.collection-item--active::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 1.125rem;
  left: 0.375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
}

/* Module: S */
.map-menu {
  position: relative;
  top: 0;
  background-color: #434343;
  width: 100%;
  padding-top: 2.5rem;
}

.map-menu.map-menu--toggle {
  position: absolute;
  top: -8.375rem;
}

.map-menu.map-menu--toggle .map-menu__control-btns .btn--toggle-menu-mobile .text--hide-filters {
  display: none;
}

.map-menu.map-menu--toggle .map-menu__control-btns .btn--toggle-menu-mobile .text--show-filters {
  display: inline-block;
}

.map-menu .map__panel-controls {
  height: 3.5rem;
  padding: 0.625rem 1.25rem 1.125rem 1.25rem;
}

.map-menu .map__panel-controls .btn {
  float: left;
}

.map-menu .map__panel-controls .btn:first-of-type {
  border-right: solid 0.0625rem #b0b0b0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.map-menu .map__panel-controls .btn:nth-of-type(2) {
  border-radius: 0;
  border-right: solid 0.0625rem #b0b0b0;
}

.map-menu .map__panel-controls .btn:nth-of-type(3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.map-menu .map__panel-controls .btn:last-of-type {
  float: right;
}

.map-menu .map__panel-controls .btn.btn--with-counter {
  position: relative;
  padding-right: 2rem;
}

.map-menu .map__panel-controls .btn.btn--with-counter .counter-text {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 50%;
  background-color: #e1261d;
  color: #fff;
  font-size: 0.5rem;
}

.map-menu .map-utilities {
  padding: 0.5rem 1.25rem;
  background-color: #b5b5b5;
}

.map-menu .map-utilities .map-data-info {
  float: left;
}

.map-menu .map-utilities .map-data-info span {
  display: block;
  line-height: 1.33;
  font-weight: bold;
  font-size: 0.5625rem;
}

.map-menu .map-utilities .map-data-info.map-data-info--bottom {
  display: none;
}

.map-menu .map-utilities .btn--location {
  float: right;
  background-color: #fff;
  background-image: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/image/0003/96501/map-sprite.png?v=0.1.1);
  background-repeat: no-repeat;
  background-position: 8px -124px;
  background-size: 135px 640px;
  border: none;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.375rem 0.375rem 1.5625rem;
  font-weight: bold;
}

.map-menu .map-menu__control-btns {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.map-menu .map-menu__control-btns .btn--toggle-menu-desktop {
  display: none;
}

.map-menu .map-menu__control-btns .btn--toggle-menu-mobile {
  padding: 0.375rem 0.625rem 0.375rem 0.375rem;
  border: none;
  background: #000;
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
}

.map-menu .map-menu__control-btns .btn--toggle-menu-mobile .text--hide-filters {
  display: inline-block;
}

.map-menu .map-menu__control-btns .btn--toggle-menu-mobile .text--show-filters {
  display: none;
}

.map-menu .map-menu__control-btns .btn--toggle-menu-mobile::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-top: -6px;
  margin-left: 8px;
}

/* Module: S */
.map-search {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0.9375rem 1.25rem 0rem 1.25rem;
  margin-left: -1.25rem;
}

.map-search form {
  padding-bottom: 0.625rem;
  border-bottom: solid 0.0625rem #a6a6a6;
}

.map-search form input,
.map-search form button[type='submit'] {
  display: inline-block;
}

.map-search form input {
  width: calc(100% - 18px);
  height: 0.75rem;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 0.625rem;
  font-weight: normal;
  padding: 0 0.125rem;
  margin: 0;
}

.map-search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.map-search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.map-search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.map-search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.map-search form button[type='submit'] {
  width: 0.75rem;
  height: 0.875rem;
  font-size: 0;
  background: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/image/0003/96501/map-sprite.png?v=0.1.1) no-repeat -26px -94px;
  background-size: 126px 600px;
  border: none;
  vertical-align: top;
}

.map-search form button[type='reset'] {
  display: none;
}

/* Module: S */
.map-container {
  position: relative;
  background-color: #999;
  height: 33.125rem;
}

.map-container .overlay {
  display: none;
}

.map-container .overlay.overlay--isloading, .map-container .overlay.overlay--error, .map-container .overlay.overlay--no-results {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
}

.map-container .overlay.overlay--isloading::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 2.1875rem;
  height: 2.1875rem;
  border: solid 0.375rem #fff;
  border-left-color: #e1261d;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.map-container .overlay .overlay--error-msg {
  display: none;
}

.map-container .overlay.overlay--error .overlay--error-msg, .map-container .overlay.overlay--no-results .overlay--error-msg {
  display: block;
  position: relative;
  color: #fff;
  top: 50%;
  text-align: center;
}

.map-container .overlay.overlay--error .overlay--error-msg {
  font-size: 1.25rem;
}

.map-container .overlay.overlay--no-results {
  height: auto;
  z-index: 1;
}

.map-container .overlay.overlay--no-results .overlay--error-msg {
  top: 0;
  padding: 0.625rem;
  font-size: 1rem;
}

/* Module: S */
.dataTables_wrapper {
  position: relative;
  min-height: 9.375rem;
}

.dataTables_wrapper .overlay {
  display: none;
}

.dataTables_wrapper .overlay.is-loading {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.dataTables_wrapper .overlay.is-loading::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  border: solid 0.375rem #fff;
  border-left-color: #e1261d;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.dataTables_wrapper table thead {
  display: none;
}

.dataTables_wrapper table tbody td {
  display: block;
  position: relative;
  padding-left: 30%;
  border-left: none;
}

.dataTables_wrapper table tbody td .cell-heading--mobile,
.dataTables_wrapper table tbody td div {
  display: inline-block;
}

.dataTables_wrapper table tbody td .cell-heading--mobile {
  width: 30%;
  font-weight: bold;
  position: absolute;
  top: 0.75rem;
  left: 1.25rem;
}

.dataTables_wrapper table tbody td div {
  width: 68%;
}

.data-table__pagination ul {
  text-align: center;
}

.data-table__pagination ul li {
  display: inline-block;
  background: none;
  color: #ee3244;
  font-size: 0.9375rem;
  padding: 0.3125rem 0.4375rem;
  cursor: pointer;
}

.data-table__pagination ul li.data-table__nav--disabled {
  color: #3c3c3c;
  cursor: default;
  pointer-events: none;
}

.data-table__pagination ul li.data-table__nav {
  position: relative;
}

.data-table__pagination ul li.data-table__nav:before, .data-table__pagination ul li.data-table__nav:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.1875rem;
  background-color: #ee3244;
}

.data-table__pagination ul li.data-table__nav--prev, .data-table__pagination ul li.data-table__nav--next {
  padding: 0.3125rem 0;
}

.data-table__pagination ul li.data-table__nav--prev:before, .data-table__pagination ul li.data-table__nav--next:before {
  transform: rotate(45deg);
}

.data-table__pagination ul li.data-table__nav--prev:after, .data-table__pagination ul li.data-table__nav--next:after {
  transform: rotate(135deg);
}

.data-table__pagination ul li.data-table__nav--prev {
  margin-right: 0.4375rem;
}

.data-table__pagination ul li.data-table__nav--prev:after {
  top: 0;
}

.data-table__pagination ul li.data-table__nav--next:before {
  top: 0;
}

@media (min-width: 61.25em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .btn {
    padding: 0.625rem 0.9375rem;
    font-size: 0.75rem;
    font-weight: bold;
  }
  /* Module: S */
  .header-switch #map-header {
    display: none;
    visibility: hidden;
  }
  .header-switch .toolbar-wrapper,
  .header-switch #header,
  .header-switch .main-nav-wrapper {
    display: block;
    visibility: visible;
  }
  .map-app {
    width: 100%;
    height: 49.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
  /* Module: S */
  .map-footer {
    padding: 1.4375rem 1.25rem;
  }
  .map-footer a {
    font-size: 0.875rem;
  }
  .map-footer a::before {
    top: -0.1875rem;
  }
  .map-footer a:first-of-type {
    padding-left: 2.25rem;
  }
  .map-footer a:last-of-type {
    padding-left: 2.25rem;
  }
  .map-footer a:last-of-type:before {
    left: 0;
  }
  /* Module: S */
  .o__infowindow {
    width: 23.75rem;
  }
  /* Module: S */
  .map-menu-panels {
    position: static;
    height: 41.625rem;
  }
  /* Module: S */
  .map-menu {
    position: static;
    width: 0rem;
    height: calc(100% - 60px);
    overflow: hidden;
    padding-top: 0;
  }
  .map-menu.map-menu--toggle {
    position: static;
    width: 20rem;
  }
  .map-menu.map-menu--toggle .map-utilities {
    left: 20rem;
    width: calc(100% - 320px);
  }
  .map-menu.map-menu--toggle .map-utilities .map-data-info {
    display: none;
  }
  .map-menu.map-menu--toggle .map-utilities .map-data-info.map-data-info--bottom {
    display: block;
  }
  .map-menu.map-menu--toggle .map-menu__control-btns {
    left: 20rem;
  }
  .map-menu .map__panel-controls {
    padding-top: 1.125rem;
    margin-bottom: 0.25rem;
  }
  .map-menu .map__panel-controls .btn:nth-of-type(2) {
    display: none;
  }
  .map-menu .map__panel-controls .btn.btn--with-counter {
    padding-right: 2.8125rem;
  }
  .map-menu .map__panel-controls .btn.btn--with-counter .counter-text {
    right: 0.9375rem;
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    font-size: 0.6875rem;
  }
  .map-menu .map-utilities {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 0.875rem;
    padding-left: 0;
  }
  .map-menu .map-utilities .map-data-info,
  .map-menu .map-utilities .map-search,
  .map-menu .map-utilities .btn--location {
    float: none;
    display: inline-block;
  }
  .map-menu .map-utilities .map-data-info {
    margin-right: 1.875rem;
  }
  .map-menu .map-utilities .map-data-info span {
    display: inline;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .map-menu .map-utilities .map-data-info.map-data-info--bottom {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -40.625rem;
    right: 1.875rem;
  }
  .map-menu .map-utilities .btn--location {
    padding: 0.5rem 0.5rem 0.5rem 1.875rem;
    vertical-align: middle;
    background-color: transparent;
    background-position: 10px -154px;
    background-size: 169px 800px;
    color: #434343;
    font-size: 0.875rem;
    font-weight: normal;
  }
  .map-menu .map-utilities .btn--location:hover, .map-menu .map-utilities .btn--location:focus {
    background-color: #fff;
  }
  .map-menu .map-menu__control-btns {
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .map-menu .map-menu__control-btns .btn--toggle-menu-desktop {
    display: block;
    width: 3.5625rem;
    height: 3.75rem;
    background: #434343;
    border: none;
    color: #fff;
    font-size: 0.5625rem;
    text-transform: uppercase;
  }
  .map-menu .map-menu__control-btns .btn--toggle-menu-desktop .btn--toggle-menu__part {
    display: block;
    margin: auto;
    width: 1.5625rem;
    height: 0.1875rem;
    background-color: #fff;
    margin-bottom: 0.25rem;
  }
  .map-menu .map-menu__control-btns .btn--toggle-menu-mobile {
    display: none;
  }
  /* Module: S */
  .map-search {
    position: relative;
    width: 16.5625rem;
    padding: 0;
    margin: 0 1.875rem 0 0;
  }
  .map-search form {
    padding: 0;
    border: none;
  }
  .map-search form input {
    padding: 0 2rem 0 0.75rem;
    height: 2rem;
    background-color: #dcdcdc;
    color: #434343;
    font-size: 0.875rem;
  }
  .map-search form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #434343;
  }
  .map-search form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #434343;
  }
  .map-search form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #434343;
  }
  .map-search form input:-moz-placeholder {
    /* Firefox 18- */
    color: #434343;
  }
  .map-search form button[type='submit'] {
    position: absolute;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/image/0003/96501/map-sprite.png?v=0.1.1) no-repeat -78px -155px;
    background-size: 100px 500px;
  }
  .map-search form button[type='reset'] {
    display: none;
    position: absolute;
    top: 0;
    right: -2rem;
    font-size: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background: url(https://nrfs-dev.matrix.squiz.cloud/__data/assets/image/0003/96501/map-sprite.png?v=0.1.1) no-repeat 11px -185px;
  }
  .map-search form button[type='reset'].btn--active {
    display: block;
  }
  .map-search form button[type='reset']:hover, .map-search form button[type='reset']:focus {
    background-color: #fff;
  }
  /* Module: S */
  .map-container {
    position: absolute;
    top: 3.75rem;
    width: 100%;
    height: calc(100% - 120px);
  }
  .map-container.map-menu--toggle {
    width: calc(100% - 320px);
    left: 20rem;
  }
  .map-container .overlay.overlay--isloading, .map-container .overlay.overlay--error {
    height: 100%;
  }
  /* Module: S */
  .dataTables_wrapper table {
    width: 100%;
  }
  .dataTables_wrapper table caption {
    display: none;
  }
  .dataTables_wrapper table thead {
    display: table-header-group;
  }
  .dataTables_wrapper table tbody td {
    display: table-cell;
    width: auto;
    padding-left: 0.4375rem;
    vertical-align: top;
  }
  .dataTables_wrapper table tbody td + td {
    border-left: 0.125rem solid #fff;
  }
  .dataTables_wrapper table tbody td .cell-heading--mobile {
    display: none;
  }
  .dataTables_wrapper table tbody td div {
    width: 100%;
  }
  .dataTables_wrapper table .width__5p {
    width: 5%;
  }
  .dataTables_wrapper table .width__10p {
    width: 10%;
  }
  .dataTables_wrapper table .width__20p {
    width: 20%;
  }
  .dataTables_wrapper table .width__35p {
    width: 35%;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
