

/* This is a cut down version of ca.css */
/* It is needed for some sidebar and map styling */
/* Some rules may be irrelavant and can be removed. */
/* It's mostly to add styles needed for work activities, but also some custom styles for the projects map */

/*================ */
/* Utilities - Misc */
/* ================ */

.border-rounded {
	border-radius: 1rem;
}
.border-rounded-xs {
	border-radius: 0.25rem;
}
.border-rounded-sm {
	border-radius: 0.5rem;
}
.border-rounded-lg {
	border-radius: 1.5rem;
}
.border-rounded-xl {
	border-radius: 2.25rem;
}

.control-toggles {
	position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.control-toggles-left {
	left: 1em;
	transform: translateX(0);
}
.control-toggles-right {
	left: auto;
	right: 1em;
	transform: translateX(0);
}
.control-toggles .active {
	pointer-events: none;
}
.control-toggles .active:before {
	content: '\002714';
	font-family: "Times", "Times New Roman", "serif", "sans-serif", "EmojiSymbols";
	padding-right: 0.3em;
}
.map-compass {
	position: absolute;
	top: 1em;
	left: 1em;
}
.map-compass-top-right {
	left: auto;
	right: 1em;
}
.map-compass-bottom-left {
	top: auto;
	bottom: 1em;
}
.map-compass-bottom-right {
	left: auto;
	top: auto;
	right: 1em;
	bottom: 1em;
}
.mapbox-filter-build-input {
	display: none;
}

.mr-8 {
	margin-right: 8rem!important;
}

/* =============== */
/* Content - Main  */
/* =============== */

.site-main {
	/* Set a minimum height for the .site-main element to push the footer towards the bottom */
	min-height: calc(100vh - 100px); /* Fallback for no var() support */
	min-height: calc(100vh - var(--header-height) - var(--footer-height)); /* Set the heights in the style-specific CSS */
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #2b3543;
	background: rgba(43, 53, 67, 0.9);
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #FFF;
}

.page-content.no-page-header {
	min-height: 100vh;
}
.section-header {
	padding: 40px 25px;
}
.section-title {
	margin: 0;
}
.section-header-byline {
	margin: 10px 0 0;
}

.section-body {
	padding-top: 25px;
	padding-bottom: 25px;
}

.page-hero {
	max-width: 800px;
	width: 96%;
	margin: 10px auto;
}
.page-hero-title {
	font-size: 26px;
	margin: 0 0 15px;
}
.page-hero-body {
	font-size: 110%;
}

.section-header-hero {
	min-height: 400px;
	min-height: 50vh;
	min-height: calc(60vh - 129px);
	background-position: center center !important;
	background-size: cover !important;
	display: flex;
	padding: 50px 25px;
	position: relative;
	font-size: 1.2em;
    overflow: hidden;
}
.section-header-hero-content-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33%;
	background: -moz-linear-gradient(0deg, rgba(3,21,27,0) 0%, rgba(3,21,27,0.6) 100%);
	background: -webkit-linear-gradient(0deg, rgba(3,21,27,0) 0%, rgba(3,21,27,0.6) 100%);
	background: linear-gradient(0deg, rgba(3,21,27,0) 0%, rgba(3,21,27,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03151b",endColorstr="#03151b",GradientType=1);
}
.section-header-hero-content-bottom:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: -moz-linear-gradient(0deg, rgba(3,21,27,0.6) 0%, rgba(3,21,27,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(3,21,27,0.6) 0%, rgba(3,21,27,0) 100%);
	background: linear-gradient(0deg, rgba(3,21,27,0.6) 0%, rgba(3,21,27,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03151b",endColorstr="#03151b",GradientType=1);
}
.section-header-hero-content-bottom {
	align-items: flex-end;
}
.section-header-hero-image-top {
	background-position-y: top !important;
}
.section-header-hero-image-bottom {
	background-position-y: bottom !important;
}

.section-header-hero-content-top .container,
.section-header-hero-content-bottom .container {
	z-index: 2;
}

.section-overlap-next {
	padding-bottom: 4em !important;
	margin-bottom: -2em !important;
}
.section-overlap-next + section {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.bg-video-wrapper {
	height: 100%;
	height: 100vh;
	width: 177.77vh;
	max-width: none;
	min-width: 100%;
	min-height: 56.25vw;
	margin: 0;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.fixed-cta {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 5;
}
.fixed-cta,.mas{
	display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.mas-wrapper {
	font-size: 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all ease-in-out 200ms;
	margin:20px 0 0 10px;
    align-self: normal;
    pointer-events: all;
}
.mas-icon {
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
	border: 1px solid #FFF;
	z-index: 2;
	transition: all ease-in-out 200ms;
    box-shadow: 0 0 8px 0px #0000004a;
}
.mas-wrapper.closed {
    align-self: auto;
}
.mas-wrapper.closed .mas-icon {
	cursor:pointer;
}
.mas-wrapper.mins5 .mas-countdown-number, .mas-wrapper.mins5 .mas-countdown-timeunit {
	color:red;
}
.mas-countdown {
	width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.2;
    text-align: center;
	border-radius: 50%;
	margin: -17px 0 -15px;
	z-index: 1;
	border: 1px solid #0a7cb9;
    box-shadow: 0 0 8px 0px #0000004a;
}
.mas-wrapper-pulse:hover .mas-countdown:before,.mas-wrapper.mins5 .mas-countdown:before {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.mas-wrapper-pulse .mas-countdown:before
{
    content: ' ';
    height: 110%;
    width: 110%;
    height: 100px;
    width: 100px;
	border: 10px solid var(--primary);
	opacity:0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-animation: badge-pulse 2s ease-out;
    -moz-animation: badge-pulse 2s ease-out;
    animation: badge-pulse 2s ease-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
	-webkit-transform: scale(1.0);
	margin:-10px 0 0 -8px;
}

.mas-wrapper:hover a
{
	text-decoration: none;
}
.mas-countdown-number {
	width: 100%;
  font-size: 3.5em;
	font-weight: bold;
	margin-top: -3px;
	line-height: 1;
	display:block;
}

.mas-badge
{
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: 50% 50%!important;
}


.mas-btn {
	z-index: 2;
}
.mas-btn .btn {
	border: 1px solid #FFF;
	max-width:140px;
	font-size: 1em;
}
.mas-wrapper a .mas-btn a {
	display: none;
}

.mas-close {
	width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 72px;
    z-index: 999;
    color: var(--primary);
    margin: 14px 0 0 68px;
    font-size: 15px;
    background: white;
    text-align: center;
    line-height: 21px;
	border-radius: 50%;
	cursor:pointer;
}
.mas-close i {
	line-height: 21px;
}

.mas-close:hover
{
	color:#dc3545;
}

.mas-wrapper.closed
{
	/* opacity: 0;
	pointer-events: none;
	transform:scale(0); */
	width:48px;
	height:48px;
}

.mas-wrapper.closed .mas-countdown,.mas-wrapper.closed .mas-btn
{
	transform:scale(0);
}

.mas-wrapper.closed .mas-icon
{
	width:48px;
	height:48px;
	line-height:48px;
    font-size: 19px;
}

.mas-wrapper.closed .mas-icon:hover
{
	transform:scale(1.1);
}

.mas-wrapper.closed .mas-close
{
	display:none;
}

.mas-wrapper-2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
}

.mas-wrapper-2 a {
	text-decoration: none;
}

.mas-wrapper-2 #masBtnEIS {
	background-color: rgba(21, 59, 126, 0.85);
}

.mas-wrapper-2 #masBtnEIS:hover {
	background-color: rgb(10, 43, 91);
	cursor: pointer;
}

.mas-wrapper-2 #masBtnMDP {
	background-color: rgba(43, 169, 222, 0.85);
}

.mas-wrapper-2 #masBtnMDP:hover {
	background-color: rgb(34, 155, 198);
	cursor: pointer;
}

.mas-wrapper-2 h3 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-weight: 600;
}

.mas-2-header {
	display: flex;
	flex-direction: row;
	font-size: 12px;
	padding: 10px;
	font-weight: 600;
}

.mas-2-header i {
	margin-right: 5px;
}

.mas-2-divider {
	width: 100%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.2);
}

.mas-2-countdown {
	padding: 3px 10px;
	font-size: 12px;
  text-align: center;
}

.mas-countdown-number.smaller {
  font-size: 1.5em;
}

.mas-2-footer {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
}

/* ====================================== */
/* Content - CMS Editor-Provided Content  */
/* ====================================== */

.component-wrapper {
    margin-bottom: 1em;
}
.component-wrapper .featured-video,
.component-wrapper .featured-download {
	margin-top: 0;
}


/* ================ */
/* Content - Cards  */
/* ================ */

.featured-item {
		padding: 15px;
    background: #FFF;
    display: block;
    border: 1px solid #eee;
    transition: all 0.2s ease-out;
}
.bg-dark .featured-item, .bg-dark .featured-item h5 {
	color: #343a40;
}
.featured-item:hover, .card:hover {
    background: #f9f9f9;
    box-shadow: 0px 10px 25px rgba(10, 21, 30, 0.15);
    text-decoration: none;
}
.featured-item > *:last-child {
	margin-bottom: 0;
}
.featured-default, .featured-video, .featured-download, .featured-virtual {
	overflow: hidden;
	position: relative;
	display: block;
	margin: -15px -15px 15px
}
.video-thumbnail {
	position: relative;
	display: block;
}
.video-thumbnail:after,
.featured-video:after,
.featured-virtual:after {
	content: '\f04b';
	font: normal normal normal 14px/1 "Font Awesome 6 Pro";
	font-size: 13vw;
	color: #FFF;
	text-shadow: 0px 0px 0.5em rgba(3, 11, 20, 0.75);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.featured-virtual:after {
	content: '\f729'
}

.video-thumbnail:after {
	font-size: 5em;
}
.featured-download:after {
	content: '\f019';
	font: normal normal normal 14px/1 "Font Awesome 6 Pro";
	font-size: 13vw;
	color: #FFF;
	text-shadow: 0px 0px 0.5em rgba(3, 11, 20, 0.75);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.featured-default img, .featured-video img, .featured-download img, .featured-virtual img,
.featured-default video, .featured-video video, .featured-download video, .featured-virtual video {
	transition: all 0.3s ease-out;
	border-bottom: 1px #eeeeee solid;
	object-position: center;
}
.featured-item video, .featured-item img {
	transition: all 0.3s ease-out;
	object-position: center;
	object-fit: cover;
}
.featured-item:hover img, .featured-video:hover img, .featured-download:hover img, .featured-virtual:hover img,
.featured-item:hover video, .featured-video:hover video, .featured-download:hover video, .featured-virtual:hover video {
	transform: scale(1.04);
}
.featured-item p, .featured-item li {
	color: #707478;
}
.featured-panel {
    border-radius: 2em;
    border: none;
    padding: 1.6em;
    color: #fff;
}
.featured-panel *,.featured-panel p,.featured-panel li {
    color: #fff;
}

.featured-zoom {
	display: block;
	position: relative;
}
.featured-zoom:after {
    content: '\f00e';
    font: normal normal normal 14px/1 "Font Awesome 6 Pro";
    font-size: 4em;
    color: #FFF;
    text-shadow: 0px 0px 0.5em rgb(3 11 20 / 75%);
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
	pointer-events: none;
}

.card-gallery .card {
	min-width: 280px;
	max-width: 350px;
	margin-bottom: 1.5em;
	transition: all 0.2s ease-out;
}
.sidebar .card-gallery .card {
	min-width: 230px;
}
.card > a:not(.btn) {
	font-weight: inherit;
	color: inherit;
	transition: all 0.3s ease-out;
	height: 100%;
}
.card > a:not(.btn):hover {
	text-decoration: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.15)!important;
}

.card-media-video .card-thumb {
	position: relative;
	overflow: hidden;
}
.card-media-video .card-thumb:after {
	content: "►";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 4em;
	color: #FFF;
	text-shadow: 0px 0px 1.5em rgba(15, 24, 34, 0.66);
	opacity: 0.8;
	transition: all 0.3s ease-out;
}
.card-media-video:hover .card-thumb:after {
	opacity: 1;
}
.card-thumb .card-img-top {
	transition: all 0.3s ease-out;
}
.card-media-video:hover .card-thumb .card-img-top {
	transform: scale(1.04);
}
/* Need to figure out how to make a reliable grid width for these cards when we get 3 cards on one row and 2 or 1 on the next row, etc */

.card-title:last-child {
	margin-bottom: 0;
}
.card-text {
	opacity: 0.75;
	font-size: 0.9rem;
}

.resource-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.resource {
	display: block;
	margin: 0 0 25px;
}
.resource-joiner {
	margin: -12px 0 13px;
}
.resource-link,
.resource-inner {
	border: 1px solid #EEE;
	background: #FAFAFA;
	font-weight: 400;
	display: block;
	padding: 20px;
	cursor: pointer;
	margin-bottom: 0;
}
.resource-inner {
	pointer-events: auto;
}
.resource-link:hover {
	background: #EFEFEF;
	text-decoration: none;
}
.resource-link > *:last-child {
	margin-bottom: 0;
}
.resource-thumbnail {
	margin: 0 auto 15px;
}
.resource-title {
	text-decoration: none;
	margin-top: 0;
}
.resource-description {
	text-decoration: none;
	color: #999;
	font-weight: 400;
}
.resource-footer {
}
.resource-website {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
}

/* Accordions */
.accordion .card {
	border: 1px solid rgba(0,0,0,.05);
	margin-bottom: 0.5em;
}
.accordion .card-header {
	position: relative;
}
.accordion .card-header[aria-expanded=true] {
	background: #00abe6;
}
.accordion .card a h4 {
	margin: 0;
}
.accordion .card-header[aria-expanded=true] h4 {
	color: #FFF;
}

.accordion [data-bs-toggle="collapse"]:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 500;
  float: right;
  left: auto;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.accordion [data-bs-toggle="collapse"][aria-expanded=true]:after {
	color: #fff;
}
.accordion [data-bs-toggle="collapse"].collapsed:after {
  content: "\f054";
}

.accordion-header {
	margin-bottom: 5px;
	border: 1px solid #0caae2;
	padding: 1em;
	border-radius: 3px;
	background-color: #0caae2;
	display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-header.collapsed {
	border: 1px solid #F1F1F1;
	background-color: #FAFAFA;

}

.accordion-header h4,
.accordion-header a:after,
.accordion-header i {
	margin-bottom: 0;
	color: #fff;
}

.accordion-header.collapsed h4,
.accordion-header.collapsed a:after,
.accordion-header.collapsed i {
	margin-bottom: 0;
	color: #333132;
}

.accordion-header-sm {
	font-size: 1em;
	padding: 0.8em 1em;
}
.accordion-header-sm h4 {
	font-size: 1.15em;
}

/* Tree structure */

.document-tree {
	list-style: none;
	padding-left: 0;
	font-size: 0.85em;
}
.document-tree > li {
    border-top: 1px solid #e6e6e6;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.tree-sublist {
	list-style: none;
    padding-left: 0.9em;
    margin-left: 1em;
    border-left: 1px solid #d6dcde;
}
.tree-sublist li:nth-child(even) {
    background: #f9f9f9;
}
.tree-entity-link {
	padding: 0.5em;
	display: inline-block;
	position: relative;
	color: #46494c;
	width: 100%;
}
.tree-entity-link:hover {
	background: rgba(0,0,0,0.05);
	text-decoration: none;
	color: #000;
}
.tree-entity-actions {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f2f2f2;
	color: #0a7cb9;
	font-size: 0.9em;
    display: none;
    padding: 0.5em 0.8em;
}
.tree-entity-type--node > .tree-entity-link .tree-entity-actions {
	background: transparent;
	display: block;
}
.tree-entity-actions:hover,
.tree-entity-type--node > .tree-entity-link .tree-entity-actions:hover {
	background: #0068B5;
	color: #FFF;
}
.tree-entity-link.processing .tree-entity-actions,
.tree-entity-link.disabled .tree-entity-actions,
.tree-entity-link:hover .tree-entity-actions {
	display: block;
}

.tree-entity-type--node[data-expanded=true] > .tree-entity-link .tree-entity-icon:before {
	content: "\f07c";
}
.tree-entity-type--node[data-expanded=false] > .tree-entity-link .tree-entity-icon:before {
	content: "\f07b";
}
.tree-entity-type--node[data-expanded=false] > .tree-sublist {
	display: none;
}




/* ================== */
/* section--jumbotron */
/* ================== */

.jumbotron {
	background-size: cover;
	background-position: center center;
}

/* ==================== */
/* section--fill-window */
/* ==================== */

.section--fixed-overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0 none;
	background-size: cover !important;
	background-position: center center !important;
	background: #aea88f; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #aea88f 0%, #babfbe 46%, #86963f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #aea88f 0%,#babfbe 46%,#86963f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #aea88f 0%,#babfbe 46%,#86963f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aea88f', endColorstr='#86963f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section--fixed-overlay > .fixed-overlay-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.section--fill-window {
	position: relative;
}
.fill-window-body {
	height: 75vh;
	height: calc(100vh - 250px);
}
.fill-window-body-wrapper {
	position: relative;
}
.fill-window-body-map {
	height: 75vh;
	height: calc(100vh - 250px);
}
.section--hotspot-map-no-sidebar .fill-window-body,
.section--hotspot-map-no-sidebar .fill-window-body-map {
	height: 88vh;
	height: calc(100vh - 81px)
}

.fill-window-body-imape,
.fill-window-body-imape .fill-window-body-map {
	height: auto;
	max-height: calc(100vh - 300px);
	overflow: hidden;
}
.fill-window-body-imape .fill-window-body-map {
	display: flex;
	align-items: center;
	justify-content: center;
}
.imape-img {
	max-height: 800px;
	max-height: 80vh;
	max-height: calc(100vh - 150px)
}

.fill-window-background-media {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.fill-window-overlay-media {
	width: 100%;
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.fill-window-aside {
	position: relative;
	z-index: 2;
}
.aside-nav-aid {
	text-align: center;
}
.aside-nav-aid > .btn {
	background: #FFF;
	border-radius: 2em;
	transition: all 0.3s;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.3)!important;
}
.aside-nav-aid > .btn:hover {
	background: #EEE;
}
.aside-nav-aid-header {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50px);
}
.aside-nav-aid-footer {
	margin-top: 1.5em;
}
.aside-header {
	margin: -25px -25px 25px;
	padding: 1.5em 25px
}
.aside-header-title {
	font-size: 1.8rem;
	line-height: 1.2;
}
.fill-window-aside .container {
	padding: 0;
	max-width: 840px;
	font-size: 0.85rem;
}


.map-breakout .section--hotspot-map {
	height: 700px;
	height: 70vh;
}

/* ================== */
/* Imape (Image Maps) */
/* ================== */
.section--imape {
	display: flex;
	flex-direction: column-reverse;
}
.imape-wrapper {
	position: relative;
}


/* ====== */
/* Mapbox */
/* ====== */

.mapboxgl-map {
	font-family: var(--font-family-sans-serif);
}
.mapboxgl-popup-content {
	font-family: var(--font-family-sans-serif);
	font-weight: 400;
	color: var(--gray-dark);
	padding: 15px;
	max-width: 320px;
	max-height: 40vh;
    overflow: auto;
}
.mapboxgl-popup-title {
	margin-bottom: 0;
}
.mapbox-popup-layer-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.layer-list-item {
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(226, 230, 232, 0.2);
	position: relative;
}
.layer-list-item:first-child {
	padding-top: 0.25rem;
}
.layer-list-item:last-child {
	border-bottom: 0 none;
	padding-bottom: 0.25rem;
}
.layer-location {
	margin-bottom: 5px;
}
.layer-name-disc {
	line-height: 2;
}
.layer-name-disc:before {
	content: '\002B24';
	padding-right: 0.3rem;
}
.layer-list-item-w-swatch {
	padding-left: 15px;
}
.layer-list-colour-swatch {
	position: absolute;
	height: 100%;
	width: 5px;
	background: #777;
    left: 0;
    top: 0;
}
.mapboxgl-popup-content dd,
.mapboxgl-popup-content dt {
	line-height: 1.35;
}
.notif-popup-desc > *:last-child {
	margin-bottom: 0;
}

.mapboxgl-popup-dark.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-dark.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-dark.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
	border-top-color: rgba(25, 43, 63, 0.92);
}
.mapboxgl-popup-dark.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-dark.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-dark.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
	border-bottom-color: rgba(25, 43, 63, 0.92);
}
.mapboxgl-popup-dark.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
	border-right-color: rgba(25, 43, 63, 0.92);
}
.mapboxgl-popup-dark.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
	border-left-color: rgba(25, 43, 63, 0.92);
}
.mapboxgl-popup-dark .mapboxgl-popup-content {
	background: rgb(25, 43, 63);
	background: rgba(25, 43, 63, 0.92);
	color: #FFF;
}

.mapboxgl-popup.hover-popup,
.mapboxgl-popup.hover-popup .mapboxgl-popup-content {
	pointer-events: none;
}

.mapboxgl-popup-content select {
	font-size: 12px;
}

.mousemove-tooltip,
.mousemove-tooltip .mapboxgl-popup-content {
	pointer-events: none !important;
}


.mapbox-layer-toggles-title {
	font-size: 90%;
	text-transform: uppercase;
	opacity: 0.6;
	margin-top: 20px;
}
.mapbox-layer-toggle {
	display: none;
	cursor: pointer;
}
.mapbox-layer-toggle[type=radio]:checked + label {
	pointer-events: none;
	margin: 2px 0;
}

.mapbox-layer-toggles .mapbox-layer-toggle + label {
	display: block;
	background: #FFF;
	padding: 7px 7px 7px 37px;
	position: relative;
	border-radius: 5px;
	font-size: 100%;
	overflow: hidden;
	opacity: 0.4;
	border: 1px solid #EEE;
	color: #333132;
	font-weight: 400;
	cursor: pointer;
	margin: 2px 0;
}
.mapbox-layer-toggles li:last-child .mapbox-layer-toggle + label {
	margin-bottom: 0;
}
.mapbox-layer-toggles .mapbox-layer-toggle + label:hover {
	border: 1px solid #DDD;
	cursor: pointer;
}
.mapbox-layer-toggles .mapbox-layer-toggle:checked + label,
.checkbox-select-all-toggle[type=checkbox] + label {
	opacity: 1;
}

.mapbox-layer-toggle-suburb-active,
.mapbox-layer-toggle-category-active {
	max-width: 100px;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	text-overflow: ellipsis;
}


.mapbox-layer-toggles-wrapper-toggle {
	-webkit-appearance: none;
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.02);
	border: 0 none;
	border-bottom: 1px solid #EEE;
	padding: 0 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
    font-size: 10px;
    line-height: 21px;
    text-align: left;
	transition: background 0.3s;
}
.mapbox-layer-toggles-wrapper-toggle:hover {
	background: rgba(0, 0, 0, 0.06);
}
.mapbox-layer-toggles-wrapper-toggle:focus {
	outline: none;
	background: rgba(0, 0, 0, 0.1);
}

.unchecked-status {
	display: initial;
}
.checked-status {
	display: none;
}
.checkbox-select-all-toggle:checked + label .unchecked-status {
	display: none;
}
.checkbox-select-all-toggle:checked + label .checked-status {
	display: initial;
}
.mapbox-legend-swatch {
	display: inline-block;
	margin: 0 6px;
	border-right: 1px solid #EEE;
	position: absolute;
	top: 0;
	left: -7px;
	width: 30px;
	height: 100%;
}
.mapbox-layer-toggles .mapbox-layer-toggle:checked + label .mapbox-legend-swatch:before {
	content: '';
	width: 1.4em;
	height: 1.4em;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: rgba(15, 34, 56, 0.4);
}
.mapbox-layer-toggles .mapbox-layer-toggle + label .mapbox-legend-swatch:after {
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    font-size: 0.9em;
}
.mapbox-layer-toggles .mapbox-layer-toggle:checked + label .mapbox-legend-swatch:after {
	content: "\f00c";
}

.checkbox-select-all-toggle[type=checkbox] + label .mapbox-legend-swatch:after {
	content: "\f070" !important;
	color: #2f3847;
}
.checkbox-select-all-toggle[type=checkbox]:checked + label .mapbox-legend-swatch:before {
	display: none;
}
.checkbox-select-all-toggle[type=checkbox]:checked + label .mapbox-legend-swatch:after {
	content: "\f06e" !important;
}

/* Map control panel */




.map-control-panel {
	background-color: #FFF;
    width: 280px;
    display: block;
    position: relative;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(15, 48, 72, 0.3);
}
.map-control-panel-header {
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.map-control-panel-header:hover {
	cursor: pointer;
}
.map-control-panel-header > * {
	margin-bottom: 0;
}
.map-control-panel-header .fa:before {
	content: "\f107";
}
.map-control-panel-header.active .fa:before {
	content: "\f106";
}
.map-control-panel-body {
    padding: 15px;
    max-height: 60vh;
    overflow-y: auto;
    max-height: calc(100vh - 246px);
}

.mapbox-layer-toggles {
	min-width: 270px;
	font-size: 0.9em;
	padding: 5px;
    max-height: 350px;
    max-height: 60vh;
    overflow: auto;
}

.map-controls-layer-toggles .mapbox-layer-toggles {
	max-width:290px;
}

.mapbox-layer-toggles-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mapbox-layer-toggle-icon img {
	width: 21.3333px;
	height: auto;
}

.mapboxgl-ctrl-ruler button.-active svg {
	fill: #4264fb;
}

.map-bottom-left-controls {
	position: absolute;
	bottom: 38px; /* to get past the mapbox logo */
	left: 10px;
	z-index: 4;
}

.map-top-left-controls,
.mapboxgl-ctrl-geocoder input[type='text'] {
	font-size: 0.8em;
	position: relative;
	height: auto;
}
.ca-map-top-left-controls:not(:has(.geocoder-wrapper.overlay)) {
	z-index: 2;
}
.ca-map-top-left-controls .mapboxgl-ctrl-geocoder input[type='text'] {
	padding: 9px 35px;
}
.map-top-left-controls > .btn-group > .btn,
.map-top-left-controls > .btn {
	white-space: nowrap;
}
.map-top-left-controls.map-controls-layer-toggles {
	top: 40px;
}

.mapboxgl-ctrl-geocoder {
	font-family: inherit;
}
.mapboxgl-ctrl-geocoder--powered-by {
	display: none !important;
	visibility: hidden !important;
	width: 0;
	height: 0;
	float: none;
	overflow: hidden;
}

.map-top-left-controls .mapboxgl-ctrl-geocoder {
	width: auto;
	overflow: hidden;
	min-width: auto;
	max-width: none;
}
.map-top-left-controls .mapboxgl-ctrl-geocoder.focus {
	position: absolute;
	left: 10px;
	width: 100%;
	width: calc(100% - 20px);
	overflow: visible;
}
.map-top-left-controls .mapboxgl-ctrl-geocoder input[type='text'] {
	width: 100%;
	max-width: auto;
	min-width: none;
}

@media (min-width: 576px) {
	.map-top-left-controls,
	.mapboxgl-ctrl-geocoder input[type='text'] {
		font-size: 0.85em;
	}
}
@media (min-width: 768px) {
	.map-top-left-controls,
	.mapboxgl-ctrl-geocoder input[type='text'] {
		font-size: 0.9em;
	}
	.map-top-left-controls.map-controls-layer-toggles {
		top: 50px;
	}
	.mapbox-layer-toggle-suburb-active,
	.mapbox-layer-toggle-category-active {
		max-width: 120px;
		overflow: hidden;
		display: inline-block;
		vertical-align: bottom;
		text-overflow: ellipsis;
	}
}

@media (min-width: 1440px) {
	.map-top-left-controls,
	.mapboxgl-ctrl-geocoder input[type='text'] {
		font-size: 1em;
	}
	.mapbox-layer-toggle-suburb-active,
	.mapbox-layer-toggle-category-active {
		max-width: 160px;
	}
}
@media (max-width: 576px) {
	.map-bottom-left-controls{
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.map-bottom-left-controls .badge {
		white-space: normal;
		border-radius: 0;
		width: 100%;
	}
	.mapboxgl-ctrl-bottom-left {
		bottom: 12px;
	}
	.mapboxgl-ctrl-bottom-right {
		bottom: 12px;
	}
	.btn.map-scroll-to-sidebar-btn.map-has-badge {
		bottom: 0.8rem;
	}
}
@media (max-width: 767px) {
	.map-top-left-controls:not(.map-controls-layer-toggles) {
		border-radius: 0;
		width: 100%;
		margin-top: 0;
		z-index: 2;
	}
	.map-top-left-controls + .map-top-left-controls {
		width: auto;
	}
	.mapboxgl-ctrl-top-right {
		top: 4em;
		right: 0;
	}
	.map-top-left-controls #reset,
	.map-top-left-controls #resetMap {
		flex-grow: 0;
	}
	.map-top-left-controls .geocoder {
		flex-grow: 1;
	}
}

.btn.map-scroll-to-sidebar-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0.5em 1em;
	transform: translateX(-50%);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.map-scroll-to-sidebar-btn:before {
	content: '';
    position: absolute;
    left: -3%;
    bottom: -0.1em;
    width: 106%;
    height: 0.5em;
    background: rgba(0, 0, 0, 0.3);
    filter: blur(0.4em);
}


/* Map commenting */

.new-comment-marker {
	width: 32px;
	height: 32px;
	background: transparent url('https://ca-v2.s3-ap-southeast-2.amazonaws.com/rms/_/map-comment/icon-new.png');
	background-repeat: no-repeat;
	background-size: 32px 32px;

}

.new-comment-popup .mapboxgl-popup-content {
	padding: 15px;
	overflow: visible;
    box-shadow: 0 0 25px rgba(15, 48, 72, 0.3);
	max-height: none;
	background: #097cb9;
	color: #FFF;
	text-align: center;
}
.new-comment-popup .mapboxgl-popup-content a:not(.btn) {
	color: #FFF;
	font-weight: 700;
}
.new-comment-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
	border-bottom-color: #097cb9;
}
.new-comment-popup.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
	border-bottom-color: #097cb9;
}
.new-comment-popup.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
	border-bottom-color: #097cb9;
}
.new-comment-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	border-top-color: #097cb9;
}
.new-comment-popup.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
	border-top-color: #097cb9;
}
.new-comment-popup.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
	border-top-color: #097cb9;
}
.new-comment-popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
	border-right-color: #097cb9;
}
.new-comment-popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
	border-left-color: #097cb9;
}

.new-comment-popup-complete .mapboxgl-popup-content {
	background: #6ab32c;
}
.new-comment-popup-complete.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
	border-bottom-color: #6ab32c;
}
.new-comment-popup-complete.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
	border-bottom-color: #6ab32c;
}
.new-comment-popup-complete.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
	border-bottom-color: #6ab32c;
}
.new-comment-popup-complete.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	border-top-color: #6ab32c;
}
.new-comment-popup-complete.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
	border-top-color: #6ab32c;
}
.new-comment-popup-complete.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
	border-top-color: #6ab32c;
}
.new-comment-popup-complete.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
	border-right-color: #6ab32c;
}
.new-comment-popup-complete.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
	border-left-color: #6ab32c;
}

.new-comment-popup .mapboxgl-popup-close-button {
	transform: translate(0,-100%);
	background: #FFF;
	padding: 4px 8px 4px;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.new-comment-popup .mapboxgl-popup-close-button:hover {
	background: #EEE;
}
.new-comment-popup .mapboxgl-popup-close-button:after {
	content: " CANCEL";
	font-size: 0.9em;
}

.new-comment-popup .map-comment-form {
	max-height: 40vh;
	overflow: auto;
	z-index: 2;
	position: relative;
}

.map-comment-form-preload {
	background: #FFF;
	max-width: 300px;
	margin: 30px auto;
}
.map-comment-form {
	padding: 0 25px;
	font-size: 1.1em;
	margin: -25px -25px 15px;
}

.form-step-progress {
	height: 5px;
	margin: 0 -25px 25px;
    border-radius: 0;
}
.form-step {
	display: none;
	flex-basis: 100%;
}
.form-step.active {
	display: flex;
}
.form-step-buttons {
	display: flex;
	margin-top: 0.25em;
	padding-top: 1em;
	border-top: 1px solid #eee;
}
.form-step-buttons .btn-primary {
	margin-left: 5px;
	flex-grow: 1;
}

.sidebar .map-comment-form .form-group {
	margin-bottom: 0.75em;
}
.sidebar .map-comment-form .form-group:last-child {
	margin-bottom: 0;
}
.sidebar .map-comment-form .form-group label {
	font-size: 12px;
	margin-bottom: 2px;
}
.sidebar .map-comment-form .form-group .form-control {
	border: 0 none;
	border-bottom: 2px solid #eee;
	border-radius: 0;
	font-size: 1em;
	padding: 4px 0;
}
.sidebar .map-comment-form .form-group .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #0a7cb9;
}

.form-help {
	font-size: 0.9em;
}

.form-description {
	font-size: 0.9em;
	border-left: 5px solid #0068B5;
	padding: 1.5em;
	background: #0068b40d;
	margin: 1.25em 0;
}
.form-description.form-description-danger {
	border-left-color: #dc3545;
	background: #ffedef;
}
.form-description.form-description-success {
	border-left-color: #28a745;
	background: #f3ffed;
}

.form-description:first-child {
	margin-top: 0.25em;
}
.form-description > *:last-child {
	margin-bottom: 0;
}

.form .nav-tabs {
	border-bottom: 0 none;
}
.form .nav-tabs .nav-link {
	font-size: 0.9em;
	font-weight: 500;
	border-bottom: 1px solid #dee2e6;
}
.form .nav-tabs .nav-link.active {
	border-bottom-color: #FFF;
}
.form .tab-content {
	padding: 1em;
    background: #FFF;
    border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border: 1px solid #dee2e6;
	border-top: 0 none;
}
.form .control-label.field-required:after {
	content: " *";
	color: #dc3545;
}
.form .form-control {
	font-size: 0.9rem;
}


.form .form-footer {
	border-top: 1px solid #dee2e6;
    margin-top: 2em;
    padding-top: 2em;
}

.form .form-check {
	cursor: pointer;
}
.form .form-check:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.02);
}
.form .form-check label {
	display: block;
	padding: 0.25rem;
	cursor: pointer;
}

.form-group {
	position: relative;
}
.textarea-count {
	position: absolute;
	font-size: 0.8em;
	right: 0;
	bottom: -1.5em;
	opacity: 0;
}
textarea:focus + .textarea-count,
textarea.is-invalid + .textarea-count {
	opacity: 1;
}

.map-comment-options-grid {
	list-style: none;
	padding: 0;
	margin: 0 -3px -6px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.map-comment-options-grid li,
.map-comment-options-grid li:last-child {
	text-align: center;
	margin: 0 3px 6px;
}
.map-comment-options-grid input[type=radio],
.map-comment-options-grid input[type=checkbox] {
	display: none;
}
.map-comment-option {
	display: block;
	padding: 5px;
	background: #FAFAFA;
	height: 100%;
	border-radius: 3px;
	font-size: 12px;
}
.map-comment-option:hover {
	cursor: pointer;
	background: #e6eaec;
}
.map-comment-options-grid input:checked + label {
    background: #097cb9;
    color: #FFF;
}
.map-comment-option-icon {
	font-size: 32px;
	line-height: 32px;
	display: block;
	margin-bottom: 5px;
}
.map-comment-option-icon img {
	width: 100%;
	height: auto;
	max-width: 32px;
}
.map-comment-option-label {
    line-height: 1.1em;
    display: block;
}

.existing-comment-popup .mapboxgl-popup-content {
	padding: 15px 15px 0
}
.existing-comment {
	border-left: 3px solid #EEE;
	padding-left: 12px;
	margin-bottom: 15px;
	width: 300px;
}
.existing-comment-author {
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
}
.existing-comment-meta {
	border-top: 1px solid #EEE;
}
.existing-comment-meta .col {
	border-right: 1px solid #EEE;
	text-align: center;
	padding-top: 7.5px;
	padding-bottom: 9px;
	font-size: 0.9em;
}
.existing-comment-meta .col:last-child {
	border-right: none;
}
.existing-comment-team-response {
	border-left: 3px solid #097cb9;
	padding-left: 12px;
	margin-left: 15px;
	margin-bottom: 15px !important;
	font-style: italic;
}
.existing-comment-team-response .existing-comment-author {
	color: #097cb9;
	font-style: normal;
}

.existing-comment-reactions + .existing-comment-team-response {
	margin-top: 1.6em;
}
.existing-comment-reactions-buttons {
	display:flex;
	justify-content: space-between;
}
.existing-comment-reactions-button {
	padding-left: 0;
	padding-right: 0;
}
.existing-comment-reactions-count {
	background: #EEE;
	border-radius: 0.5em;
	padding: 0.25em 0.6em;
	margin: 0 0.25em;
}
.existing-comment-reactions-bar {
	height: 4px;
	border-radius: 2px;
	background: #EEE;
	position: relative;
}
.existing-comment-reactions-bar-like {
	height: 4px;
	border-radius: 2px;
	background: #21252948;
	position: absolute;
}

.existing-comment-reactions-button.submitted {
	color: #097cb9;
	opacity: 1 !important;
}
.existing-comment-reactions-button.submitted .existing-comment-reactions-count {
	background: #d2e8f4;
}



/* ============== */
/* == Sidebars == */
/* ============== */

.map-sidebar-panel-header .page-title {
    color: #FFF;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 auto;
    max-width: 640px;
    padding: 15px 25px;
}

.map-sidebar-panel-header .page-title.dark {
		color: #333132;
}

.map-sidebar-panel-body {
    color: #333132;
    padding: 25px 25px 15px;
    margin: 0 auto;
    max-width: 640px;
}

.sidebar-container {
	width: 100%;
	overflow-x: hidden;
	background: #ffffff;
	position: inherit;
	padding-top: 0;
}

 .sidebar-container .panel-default>.panel-heading {
		background: #fff;
	}

	.sidebar-container .panel-default>.panel-heading h4 {
		color: #012259;
		margin: 5px;
		font-size: 1.2em;
	}

	.map-sidebar-panel-header .page-title,
	.map-sidebar-panel-header .sidebar-title
	.map-sidebar-panel-body {
		max-width: 640px;
	}

	.bg-primary-gradient .page-title a {
		color: #CBEDFD;
	}

	.map-sidebar-hero {
		margin: -25px -25px 25px;
 	}

.sidebar-wrapper {
	transition: all ease 0.5s;
}

.sidebar-level {
	padding: 0;
	float: left;
	min-height: 1px; /* force levels to show */
}


.sidebar-panel {
	display: none;
}
.sidebar-level.active .sidebar-panel.active {
	display: block;
}

.sidebar-panel ul.sidebar-category-list {
	list-style: none;
}


	.sidebar-slide {
		padding: 10px 23px;
		border-bottom: 1px solid #fff;
		color: #002665;
		background-color: #fff;
	}

	.sidebar-slide i, .sidebar-slide a {
		color: #012259;
	}

	.sidebar-slide i, .sidebar-slide a:hover {
		color: #024f9b;
	}



.map-steps {
	list-style: none;
	padding: 0;
	margin: 0;
}

.map-steps li.active {
	border-left: 0.5em solid #26a9e1;
	opacity: 1;
}

.map-steps li {
	border-radius: 5px;
	border: 1px solid #EEE;
	border-left: 0.5em solid #DDD;
	padding: 1em 1em 1em 1.5em;
	margin: 0 0 0.5em;
	opacity: 0.7;
	cursor: pointer;
}

.map-step-popup {
	z-index: 2;
}

.map-step-popup-content,
.map-step-popup-content h1,
.map-step-popup-content h2,
.map-step-popup-content h3,
.map-step-popup-content h4,
.map-step-popup-content h5,
.map-step-popup-content p,
.map-step-popup-content li {
	color: #343a40;
}

.map-step-popup-content {
	margin-bottom: 0.75em;
}

.mapboxgl-popup-content {
	max-height: 60vh;
	overflow: auto;
}


.sidebar-category-list {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}
.sidebar-category-list li {

}
.sidebar-category-list a,
.notif-card {
	display: block;
	border: 1px solid #F1F1F1;
	padding: 1em;
	margin-bottom: 0.5em;
    border-radius: 3px;
    background-color: #FAFAFA;
	color: #333132;
	cursor: pointer;
}
.sidebar-category-list a:hover,
.notif-card:hover {
	text-decoration: none;
	box-shadow: 0px 0px 25px rgba(7, 15, 23, 0.25);
}

.sidebar-category-list h4,
.sidebar-category-list .sidebar-list-item-title {
	font-size: 1.2em;
	margin: 0 0 0.15em;
    font-weight: 500;
}
.sidebar-category-list h5 {
	font-size: 1.05em;
	margin: 0 0 0.15em;
    font-weight: 400;
}

.sidebar-category-list p,
.sidebar-category-list .sidebar-list-item-text {
	font-size: 0.85em;
}

.notif-card {
	position: relative;
}
.notif-card:hover {
	color: inherit;
}
.notif-card:hover:after {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #FFF;
	position: absolute;
    background: #0a7cb9;
    right: 0;
    top: 0;
    width: 1.5em;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.notif-card-title {
	font-weight: 600;
}
.notif-card-ref,
.sidebar-title-notif-ref {
	display: block;
	font-weight: 400;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 0.25em;
}
.notif-summary {
	color: #6e737c;
}
.notif-card .notif-summary {
	font-size: 0.9em;
}
.notif-summary-icon {
	min-width: 1.5em;
	opacity: 0.4;
}

.notif-popup-notifname {
	font-size: 10px;
	opacity: 0.7;
	text-transform: uppercase;
	border-bottom: 1px solid #d9dbdf;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.notif-popup-name {
	font-weight: 600;
	font-size: 14px;
}

.workactivity-summary {
	font-size: 0.8em;
	color: #46494c;
}

/* =========================
   == MAP KEYS ==
   ========================= */



	.map-key-toggle li {
	   display: flex;
	     align-content: center;
	     align-items: center;
	 }

	 .map-key-toggle.light {
	   border: 1px solid #d7e4ef;
	 }

	 .map-key-toggle.dark {
		 background-color: #0f2a3d;
		 border: 1px solid #041019;
		 color: #fff;
	 }

	 .map-key-toggle li:not(:last-child) {
	     /* margin-bottom: 12px; */
	 }

	 .map-key-toggle .direction-arrow {
		  background: #000;
			height: 4px;
			width: 40px;
			margin-left: 3px;
			margin-right: 13px;
			position: relative;
			background-color: #000;
			border: none;
	 }

	.map-key-toggle .direction-arrow:before,
  .map-key-toggle .direction-arrow:after {
    content: "";
    background: #000;
    position: absolute;
    height: 3px;
    width: 15px;
  }

  .map-key-toggle .direction-arrow:before {
    right: -3px;
    bottom: -4px;
    transform: rotate(-45deg);
  }

  .map-key-toggle .direction-arrow:after {
    right: -3px;
    top: -4px;
    transform: rotate(45deg);
  }

	 .map-key-toggle .route-line {
	   min-width: 50px;
	   height: 10px;
	   margin-right: 6px;
	   border-radius: 5px;
	   position: relative;
	 }

	 .map-key-toggle .route-line.half {
		 min-width: 23px;
		 width: 23px;
	 }

	 .map-key-toggle .route-line-dots {
		border: 0 none;
		border-top: 6px dotted #FFF;
		margin: 2px;
	 }

	 .map-key-toggle .route-dash {
	   height: 100%;
	   width: 8px;
	   margin-left: 4px;
	   margin-right: 4px;
	 }

	 .map-key-toggle .route-dash-inner {
	    height: 2px;
	    width: 8px;
	    margin-left: 4px;
	    margin-right: 4px;
	    margin-top: 4px;
	}

	 .map-key-toggle .property-shape {
	   height: 15px;
	   min-width: 50px;
	   margin-right: 6px;
	   border-radius: 1px;
	   border: 1px solid rgba(0,0,0, 0.2)
	 }

	 .map-key-toggle .route-icon {
	   width: 50px;
	   margin-right: 6px;
	 }

	 .map-key-toggle p {
	   line-height: 12px;
	   margin: 0;
	 }

	 .map-key-toggle .key-icon {
	     width: 26px;
	     height: 26px;
	     border-radius: 15px;
	     display: flex;
	     text-align: center;
	     align-items: center;
	     justify-content: center;
		 margin: auto;
		 position: relative;
	 }



	 .map-key-toggle.light .key-icon {
		 border: 1px solid #212529;
	 }

	 .map-key-toggle.dark .key-icon {
		 border: 1px solid #fff;
	 }

	 .map-key-toggle.light .key-icon.no-border {
		 border: 0;
	 }

	 .map-key-toggle.light .divider {
	   border-top: 1px solid #a2a5a7;
	   border-bottom: 1px solid #eff3f7;
	   width: 100%;
	   margin-top: 10px;
	 }

	 .map-key-toggle.dark .divider {
	   border-top: 1px solid #294354;
	   border-bottom: 1px solid #031019;
	   width: 100%;
	   margin-top: 10px;
	 }

	 .map-key-toggle .key-dot {
	     width: 16px;
	     height: 16px;
	     border-radius: 8px;
			 border: 2px solid #fff;
	     display: flex;
	     text-align: center;
	     align-items: center;
	     justify-content: center;
	     margin: auto;
	 }



@media (min-width: 576px) and (max-width: 1199.98px) {

}

@media (max-width: 767px) {
	.display-1 {
		font-size: 4rem;
	}
	.display-2 {
		font-size: 3.5rem;
	}
	.display-3 {
		font-size: 3rem;
	}
	.display-4 {
		font-size: 2.5rem;
	}

	.popup-header-with-buttons {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.popup-header-with-buttons .popup-header-buttons {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-top: 10px;
	}

	div.ca-ui-pdfview {
		min-width: auto;
		min-height: 250px;
	}
	div.ca-ui-controlbuttoncontainer:not(.ca-vr_roomcontrols) {
		position: relative;
		margin-top: 0;
		flex-direction: row;
		right: auto;
		justify-content: space-around;
		padding: 0.5em;
		background: #58595b;
		left: 0;
		top: 0;
	}
	div.ca-ui-controlbuttoncontainer .ca-ui-controlbutton {
		margin-bottom: 0;
	}
	.ca-ui-vrcontentview_scrollarea + .ca-ui-controlbuttoncontainer {
		display: none;
	}

	.ca-vr_container div.ca-ui-loadspinner {
		left: 50%;
		transform: translateX(-50%);
	}

	body .ca-ui-vrwelcomepopup_container {
		padding-right: 22px;
	}
	body .ca-ui-vrwelcomepopup h1 {
		font-size: 1.5em;
		padding: 1rem;
	}
	body .ca-ui-vrwelcomepopup_content {
		min-height: auto;
		padding: 0 1rem;
		font-size: 0.85rem;
	}
	body .ca-ui-vrwelcomepopup_buttoncontainer {
		flex-shrink: 0;
		flex-grow: 1;
		padding: 1rem;
	}

	.ca-ui-pdfview {
		min-width: auto;
		min-height: auto;
	}

}

@media (max-width: 576px) {
		.popup-header-with-buttons .popup-header-buttons {
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: flex-start;
				margin-top: 10px;
		}
		.popup-header-with-buttons .popup-header-buttons .btn {
			margin-top: 5px;
		}

		.fixed-cta
		{
			transform: scale(0.85);
			right:0px!important;
		}
}

@media (min-width: 576px)
{
}

@media (min-width: 768px) {

	.page-nav {
		justify-content: center;
	}

	.header-fixed .site-header {
		box-shadow: 0 0 20px rgba(5, 7, 11, 0.5);
	}

	.fill-window-aside {
	}
	.section--fill-window-xl-aside-popout .fill-window-aside {
		padding: 50px;
		width: 96%;
		max-width: 840px;
		margin: -50px auto 0;
		border-radius: 5px;
	}
	.aside-nav-aid-header {
		transform: translate(-50%, -68px);
	}
	.aside-header {
		margin-top: -50px;
	}
	.map-sidebar-panel-header .page-title {
	    font-size: 1.5em;
	    padding: 25px;
	}
	.map-sidebar-panel-header .sidebar-title {
	    padding: 25px;
	}

	.map-breakout {
		position: relative;
	}
	.map-breakout .section--hotspot-map {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.map-top-left-controls {
		min-width: 360px;
	}

	/* .fill-window-body,
	.fill-window-body-map {
		height: 95vh;
		height: calc(100vh - 192px);
	} */

}

@media (max-width: 991px) {
	.section--hotspot-map {
	    display: flex;
	    flex-direction: column-reverse;
	}
}

@media (min-width: 992px) {

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.section--fill-window-xl-aside-popout .fill-window-aside {
		margin-top: -100px;
	}

}

@media (min-width: 767px){
	.featured-video:after, .featured-download:after,
	.featured-virtual:after {
		font-size: 75px;
	}
}

@media (min-width: 992px) and (min-aspect-ratio: 1/1)  {
	.ca-snippet-main .ca-snippet-container-flex,
	.mfp-content .ca-snippet-container-flex {
		display: flex;
	}
	.ca-snippet-main .ca-snippet-container-xs.ca-snippet-container-flex,
	.mfp-content .ca-snippet-container-xs.ca-snippet-container-flex,
	.ca-snippet-main .ca-snippet-container-sm.ca-snippet-container-flex,
	.mfp-content .ca-snippet-container-sm.ca-snippet-container-flex {
		max-width: 1280px;
	}
	.ca-snippet-main .ca-snippet-container-flex .ca-snippet-media,
	.mfp-content .ca-snippet-container-flex .ca-snippet-media {
		min-width: 67%;
	}
	.ca-snippet-main .ca-snippet-container-flex .ca-snippet-content,
	.mfp-content .ca-snippet-container-flex .ca-snippet-content {
		overflow: auto;
	}

}

@media (min-width: 1200px) {

	.map-with-sidebar-left .page-title, .map-with-sidebar-right .page-title, .map-with-sidebar-left .map-sidebar-panel-body, .map-with-sidebar-right .map-sidebar-panel-body, .map-with-sidebar-left .map-sidebar-panel-footer, .map-with-sidebar-right .map-sidebar-panel-footer {
    max-width: 480px;
}

}

/* Screens with a min-width of 1200px (lg) and a min-aspect-ratio of 1/1 */
@media (min-width: 1200px) and (min-aspect-ratio: 1/1)  {
	.section--imape {
		display: block;
		height: 100vh;
		height: calc(100vh - 138px);
	}
	.section--imape .fill-window-body,
	.section--imape .fill-window-body-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		width: calc(100% - 340px);
		overflow: hidden;
		transform: translateX(0);
		max-height: none;
		overflow: auto;
	}
	.section--imape .fill-window-body-wrapper {
		width: 100%;
	}
	.section--imape .fill-window-body,
	.section--imape .fill-window-body-map {
		height: 100vh;
		height: calc(100vh - 138px);
	}

	.section--imape .fill-window-aside {
	  position: relative;
		z-index: 2;
		width: 340px;
		align-self: stretch;
		overflow-y: auto;
    	background-color: #fff;
		height: 100vh;
		height: calc(100vh - 138px);
	}
}

/* Screens with a min-width of 1200px (lg) and a min-aspect-ratio of 3/2 */
@media (min-width: 1200px) and (min-aspect-ratio: 3/2)  {



	.section--fill-window-xl,.section--fill-window-md {
		height: 100vh;
		height: calc(100vh - var(--header-height));
		position: relative;
		display: flex;
		align-items: center;
		overflow: hidden;
	}
	.section--fill-window-xl-aside-center {
		justify-content: center;
	}
	.section--fill-window-xl-aside-right {
		justify-content: flex-end;
	}
	.section--fill-window-xl .fill-window-body-wrapper,.section--fill-window-md .fill-window-body-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.section--fill-window-xl .fill-window-body-wrapper {
		width: calc(100% - 440px);
	}
	.section--fill-window-md .fill-window-body-wrapper {
		width: calc(100% - 500px);
	}
	.section--hotspot-map-no-sidebar .fill-window-body-wrapper,
	.section--fill-window-xl-aside-popout .fill-window-body-wrapper {
		width: 100%;
	}
	.section--fill-window-xl-aside-right .fill-window-body-wrapper {
		left: 0;
		right: auto;
	}
	.fill-window-body-wrapper-force16x9.fill-window-body-wrapper,
	.fill-window-body-wrapper-force16x9 .fill-window-background-media,
	.bg-video-wrapper {
		height: 100%;
		height: 100vh;
	    width: 177.77vh;
	    max-width: none;
	    min-width: 100%;
	    min-height: 56.25vw;
	    margin: 0;
	    left: 50%;
	    top: 50%;
	    position: absolute;
	    transform: translate(-50%, -50%);
	}

	/* reposition the wrapper based on certain classes */
	.fill-window-body-wrapper-force16x9-left.fill-window-body-wrapper {
		left: 0;
		transform: translate(0, -50%);
	}
	.fill-window-body-wrapper-force16x9-right.fill-window-body-wrapper {
		left: auto;
		right: 0;
		transform: translate(0, -50%);
	}
	.fill-window-body-wrapper-force16x9-top.fill-window-body-wrapper {
		top: 0;
		transform: translate(-50%, 0);
	}
	.fill-window-body-wrapper-force16x9-bottom.fill-window-body-wrapper {
		top: auto;
		bottom: 0;
		transform: translate(-50%, 0);
	}
	.fill-window-body-wrapper-force16x9-left.fill-window-body-wrapper-force16x9-top.fill-window-body-wrapper {
		left: 0;
		top: 0;
		transform: translate(0, 0);
	}
	.fill-window-body-wrapper-force16x9-left.fill-window-body-wrapper-force16x9-bottom.fill-window-body-wrapper {
		left: 0;
		top: auto;
		bottom: 0;
		transform: translate(0, 0);
	}
	.fill-window-body-wrapper-force16x9-right.fill-window-body-wrapper-force16x9-top.fill-window-body-wrapper {
		left: auto;
		right: 0;
		top: 0;
		transform: translate(0, 0);
	}
	.fill-window-body-wrapper-force16x9-right.fill-window-body-wrapper-force16x9-bottom.fill-window-body-wrapper {
		left: auto;
		right: 0;
		top: auto;
		bottom: 0;
		transform: translate(0, 0);
	}

	.section--fill-window-xl .fill-window-aside,.section--fill-window-md .fill-window-aside {
		position: relative;
		z-index: 2;
		align-self: stretch;
		background: #FFF;
		overflow-y: auto;
		padding: 25px;
		margin: 0;
	}

	.section--fill-window-xl .fill-window-aside {
		width: 440px;
	}
	.section--fill-window-md .fill-window-aside {
		width: 500px;
	}
	.section--fill-window-xl-aside-popout .fill-window-aside {
		margin: 20px 0 20px 20px;
		margin: 1.6667vw 0 1.6667vw 1.6667vw;
		align-self: center;
		max-height: 95%;
		padding: 35px;
	}
	.section--fill-window-xl-aside-center.section--fill-window-xl-aside-popout .fill-window-aside {
		margin-left: 0;
	}
	.section--fill-window-xl-aside-right.section--fill-window-xl-aside-popout .fill-window-aside {
		margin-left: 0;
		margin-right: 1.6667vw;
	}

	.aside-nav-aid {
		display: none;
	}
	.aside-header {
		margin-top: -25px;
	}

}

/* For iPhone X, XS, XR, XS Max, et al */
@media only screen
	and (min-width: 370px)
	and (max-width: 420px)
	and (min-aspect-ratio: 490/870)
	and (max-aspect-ratio: 510/870)	 {
		.fill-window-body {
			height: calc(100vh - 245px);
		}
		.fill-window-body-map {
			height: calc(100vh - 245px);
		}
}

@media only print {
	.print-d-none {
		display: none !important;
	}
	.mfp-bg {
		background: #FFF;
		opacity: 1 !important;
	}
	.mfp-wrap {
		overflow: auto !important;
		position: relative;
	}
	.mfp-container {
		position: relative;
	}
	.mfp-content {
		margin: 0;
	}
	.popup-container {
		max-width: none;
	}
	.form-review--field {
		page-break-inside: avoid;
		break-inside: avoid;
	}
}


/* CA VER styles */

/* .ca-ui-vrcontentview--closed ~ .ca-ui-loadspinner,
.ca-ui-vrcontentview_type-pdf ~ .ca-ui-loadspinner {
	display: none;
} */


/* Left over styles from ca-components.css */

@media(min-width:992px){
	#Hero_5c90cc34.ca-hero {
		/* padding: 8rem 0; */
		padding: 10rem 0 5rem;
	}
}

.ca-thumbnail.featured-virtual.editor-card {
  margin: 0 !important;
}


/* geocoder rules from ca.css */
.mapboxgl-ctrl-geocoder {
    font-family: inherit;
}

.map-top-left-controls .mapboxgl-ctrl-geocoder {
    width: auto;
    overflow: hidden;
    min-width: auto;
    max-width: none;
}

.mapboxgl-ctrl-geocoder--icon-search {
    top: 50%;
    transform: translateY(-50%);
}

/* Initial map overlay and geocoder*/

.overlay {
	overflow-y: scroll;
}

.geocoder-wrapper>h2,
.geocoder-wrapper>p {
    display: none;
}

.geocoder-wrapper.overlay>h2,
.geocoder-wrapper.overlay>p {
    display: block;
}

body:has(.geocoder-wrapper.overlay) {
	overflow: hidden;
}
.geocoder-wrapper.overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #03122ced;
	backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    border-left: 0 none;
    padding: 2em;
    display: flex;
    flex-direction: column;
	overflow: auto;
}
.geocoder-wrapper.overlay::before,
.geocoder-wrapper.overlay::after {
	content: '';
}
.geocoder-wrapper.overlay::before {
	margin-top: auto;
}
.geocoder-wrapper.overlay::after {
	margin-bottom: auto;
}

.geocoder-wrapper>* {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.geocoder-wrapper h2 {
    font-size: 2em;
}

.geocoder-wrapper p {
    font-size: 1.3em;
}

.geocoder-wrapper .btn-link {
	text-decoration: underline;
}

.geocoder-wrapper.overlay .mapboxgl-ctrl-geocoder {
    margin-bottom: 1em;
}

.geocoder-wrapper.overlay .mapboxgl-ctrl-geocoder input[type='text'] {
    font-size: 1.3em;
	padding: 0.7rem 2rem;
}

.geocoder-wrapper.overlay .mapboxgl-ctrl-geocoder.focus {
    position: relative;
    left: auto;
    width: 100%;
}

.geocoder-wrapper .mapboxgl-ctrl-geocoder .geocoder-pin-right * {
    top: 50%;
    transform: translateY(-50%);
}


.overlay .mapboxgl-ctrl-geocoder {
	width: 100%;
}

@media (max-width: 768px) { 
	h2.modalText {
		font-size: 1.25rem;
	}
	p.modalText {
		font-size: 1.0rem;
	}
	button.modalText {
		font-size: 1.0rem;
	}
	.geocoder-wrapper.overlay .mapboxgl-ctrl-geocoder input[type='text'] {
		font-size: 1rem;
		padding: 0.5rem 2rem;
	}
	.geocoder-wrapper .btn-link {
		font-size: 0.9rem;
	}
}


/* =========================
   == Styles specifically for project map ==
   ========================= */


/* stuff for the control bar */
.map-top-left-controls {
  background-color: #fff;
  padding: 6px;
  margin-top: 12px;
  border-radius: 0 5px 5px 0;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.map-top-left-controls > * {
	border-left: 1px solid #EEE;
}
.map-top-left-controls > *:first-child {
	border-left: 0 none;
}

.layer-toggle.active {
	pointer-events: none;
	background: #00abe6 !important;
	border-color: #00abe6 !important;
	color: #FFF !important;
}
.layer-toggle:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f111";
    opacity: 0.2;
	padding-right: 3px;
}
.layer-toggle.active:before {
	content: "\f058";
	opacity: 1;
}

.mapboxgl-ctrl-geocoder {
	box-shadow: none;
}
.mapboxgl-ctrl-geocoder input[type='text'] {
	height: 34px;
	border: 1px solid #F1f1f1;
	border-left: 0 none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: "Public Sans", sans-serif;
}
.mapboxgl-ctrl-geocoder .geocoder-icon-search {
	top: 50%;
	transform: translateY(-50%);
}


/* stuff for the key dropdown */
.key-item {
    padding: 3px;
}

.key-item img {
    margin-right: 10px;
}

.map-key-toggle {
    padding: 0;
}

/* geocoder */
.mapboxgl-ctrl-geocoder input[type='text'] {
    height: 34px;
    border: 1px solid #F1f1f1;
    border-left: 0 none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family: "Public Sans", sans-serif;
}
.map-top-left-controls .mapboxgl-ctrl-geocoder {
    width: auto;
    overflow: hidden;
    min-width: auto;
    max-width: none;
	height: 100%;
}
.map-top-left-controls .mapboxgl-ctrl-geocoder input[type='text'] {
    height: 100%;
}

/* sidebar header */
.bg--nsw-brand-light {
    background: var(--nsw-brand-light, #cbedfd);
    color: var(--tfnsw-core-blue, #002664);
}
.bg--nsw-brand-light .page-title, .bg--nsw-brand-light i.fa-arrow-circle-left {
    color: var(--nsw-text-dark, #22272b);
}
.project-subtitle {
    font-weight: 400;
    font-size: 0.9rem;
}

/* sidebar content */

.map-sidebar-panel-body h3 {
	font-size: 1.5rem;
	font-weight: 700;
}


 /**
 ***
2025 North West Transport Strategy rework 
 ***
 **/

#mainContent {
	--constuction: #ee873e;
	--planned: #1EA8E0;
	--completed: #79b53f;
}


.sidebar-category-list.planned-projects .message {
  border-left: 5px solid var(--planned);
}

.sidebar-category-list.construction-projects .message {
  border-left: 5px solid var(--constuction);
}

.sidebar-category-list.completed-projects .message {
  border-left: 5px solid var(--completed);
}

.map-sidebar-panel-header.construction {
	background-color: var(--constuction);
}
.map-sidebar-panel-header.construction * {
	color: var(--ca-before-after-label-text-colour);
}
.map-sidebar-panel-header.planned {
	background-color: var(--planned);
}
.map-sidebar-panel-header.completed {
	background-color: var(--completed);
}
.map-sidebar-panel-header.completed * {
	color: var(--ca-before-after-label-text-colour);
}


    /* ---- Sidebar toggle ---- */
    .sidebar-toggle{
        font-size:13px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 4px;
        transform:rotate(-90deg) translate(-100%,0);
        transform-origin:top left;
        margin-top:78px;
        letter-spacing:.05em;
        animation:bounce 3s infinite ease;
        left:480px;                  /* match your sidebar max-width */
        position: absolute;
        z-index:1;
        transition:left .3s ease-in-out;
        background: rgb(20,108,253);
        color:#fff;
    }

    @keyframes bounce{
        0%,30%{padding-top:0;}
        15%{padding-top:1em;}
    }

    #mapSidebarToggle:checked~aside{
        margin-left:-480px;
        overflow:hidden;
        transition:margin-left .3s ease-in-out;
    }

    #mapSidebarToggle:not(:checked)~aside{
        margin-left:0;
        transition:margin-left .3s ease-in-out;
    }

    #mapSidebarToggle:checked+.sidebar-toggle{
        left:0;
        animation:none;
    }

    .sidebar-toggle:hover{
        cursor:pointer;
    }

    #mapSidebarToggle:checked+.sidebar-toggle .sidebar-toggle-text-show{
        display:none;
    }

    #mapSidebarToggle:not(:checked)+.sidebar-toggle .sidebar-toggle-text-hide{
        display:none;
    }
    #mapSidebarToggle:not(:checked)+.sidebar-toggle .sidebar-toggle-text-show{
        display:inline;
    }

    #mapSidebarToggle:checked+.sidebar-toggle .fa{
        transform:rotateX(180deg);
        transition:transform .3s ease-in-out;
    }

    #mapSidebarToggle:not(:checked)+.sidebar-toggle .fa{
        transform:rotateX(0);
        transition:transform .3s ease-in-out;
    }

    /* Mapbox container overflow fix when toggled */
    .map-with-sidebar-toggle #mapSidebarToggle:checked~aside,
    .map-with-sidebar-toggle #mapSidebarToggle:not(:checked)~aside{
        margin-left:0; /* overridden above; keep selector parity */
    }


@media (max-width: 1279px) {
  .sidebar-toggle {
    display: none;
  }
}

/* temp fixup of map height while in iframe */
@media (min-width: 992px) {
  /* for the full window map + sidebar */
  .section--fill-window {
      display: flex;
      height: 100vh;
  }
  /* remove the limit on the map only portion */
  .fill-window-body-map {
      height: 100vh;
  }
}

@media (min-width: 1440px) {
  /*custom styling for mapbox compass*/
  .mapboxgl-ctrl-group button {
      /* width: 37px; */
      /* height: 37px; */
  }
  button.mapboxgl-ctrl-compass {
      width: 50px;
      height: 50px;
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-size: contain;
}
}

/* manaual edits to get CMS wrapped map.php to style correctly */
a.trigger-click:hover {
	text-decoration: none;
}
.page-title i.fa:hover {
    color: rgba(255, 255, 255, 0.8);
}


.bg-primary {
  background: #002664 !important;
}
.ca-body .btn-primary {
  color: #22272b;
  background-color: #cbedfd !important;
  border-color: transparent;
}
.ca-body .btn-primary:hover {
  color: #22272b;
  background-color: #cbedfd;
  border-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07));
}

.btn-primary {
  padding: 1em 1.2em;
}

.btn.backtocategory {
    background-color: #606060;
    color: white;
}

.btn-wireframe {
    background: transparent;
    border: 1px solid #333132;
    color: #333132;
    opacity: 0.7;
}
.btn-wireframe:hover, .btn-wireframe:focus {
    opacity: 1;
    background: #333132;
    color: #FFF;
}

.btn-wireframe, .btn-wireframe-light {
    backdrop-filter: blur(0.5em);
}

.visible-no-webgl, .hide {
    display: none !important;
}
