/* Setup */
/* ===== */

body {
	background: var(--light);
	color: #6e7379;
	-webkit-font-smoothing: antialiased;
	min-height: auto !important;
}


/* ========== */
/* Typography */
/* ========== */

*:last-child:not(:first-child) {
	margin-bottom: 0;
}
.btn-group > *:last-child {
	margin-bottom: auto;
}

.disabled {
	opacity: 0.7;
	pointer-events: none;
	cursor: not-allowed;
}

.case-capitalise,
.case-capitalize {
	text-transform: capitalize;
}
.case-lowercase {
	text-transform: lowercase
}
.case-uppercase {
	text-transform: uppercase
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #212529;
}
.h1, h1 {
	font-size: 2.1em;
}
.h2, h2 {
	font-size: 1.7em;
}
.h3, h3 {
	font-size: 1.4em;
}
.h4, h4 {
	font-size: 1.2em;
}
.h5, h5 {
	font-size: 1.1em;
}
.h6, h6 {
	font-size: 1em;
}
.text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
	color: #FFF;
}

/* a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}
*/

a:hover {
	transition: all 0.1s ease;
}

a.link-light {
	color: #ababab;
	text-decoration: none;
	transition: 0.4s all;
}

a.link-light:hover {
	color: #21252a;
	transition: 0.4s all;
}

.text-white a:not(.btn-light):not(.btn-outline-light),
.text-white .btn-link,
.text-light a:not(.btn-light):not(.btn-outline-light),
.text-light .btn-link {
	color: #FFF;
}

.display-1,
.display-2,
.display-3,
.display-4 {
	line-height: 0.9;
}

.title-divider {
    font-size: 1.8rem;
    text-align: center;
    margin: 2.5em 0 1.5em;
    position: relative;
    overflow: hidden;
}
.title-divider:first-child {
	margin-top: 0.5em;
}
.title-divider:before {
	border-top: 1px solid #dcdcdc;
    content: '';
    width: 100%;
    position: absolute;
    transform: translateX(calc(-100% - 15px));
    top: 50%;
}
.title-divider:after {
	border-top: 1px solid #dcdcdc;
    content: '';
    width: 100%;
    position: absolute;
    transform: translateX(15px);
    top: 50%;
}


.map-sidebar-panel-body .divider-lg {
		height: 5px;
    background-color: #e6e6e6;
    margin-bottom: 15px;
    margin-left: -25px;
    margin-right: -25px;
    border-bottom: 1px solid #d8d8d8;
}


small {
	font-weight: inherit;
}

.text-helper {
	font-size: 80%;
	opacity: 0.5;
}

.text-300 {
	font-weight: 300;
}
.text-400 {
	font-weight: 400;
}
.text-500 {
	font-weight: 500;
}
.text-600 {
	font-weight: 600;
}
.text-700 {
	font-weight: 700;
}

.blockquote-list {
	list-style: none;
	margin-left: -1.5rem;
	padding: 0;
}
.blockquote-list li {
	margin-left: 1.5rem;
	border-left: 3px solid #e4e6e9;
	margin-bottom: 0.75rem;
	padding-left: 0.75rem;
}
.numbered-list {
	padding-left: 0;
}
.numbered-list li {
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.no-click {
	pointer-events: none;
	opacity: 0.5;
}

/* ==================== */
/* Components – Colours */
/* ==================== */

.bg-white {
	background: #FFF !important;
}
.bg-photo {
	background: rgb(20,27,19);
	background: linear-gradient(115deg, rgba(20,27,19,1) 0%, rgba(68,83,50,1) 33%, rgba(87,100,128,1) 67%, rgba(51,76,96,1) 100%);
}
div[class*="bg-"]:not(.bg-white):not(.bg-photo) a:hover,
div[class*="bg-"]:not(.bg-white):not(.bg-photo) a:focus {
	text-decoration: underline;
	color: #FFF;
}

.bg-photo *:not(a):not(small):not(h4):not(.no-text-shadow):not(.fa):not(p) {
	text-shadow: 0px 0px 0.4em rgba(2, 18, 26, 0.8);
	font-weight: 600;
}

.bg-photo a {
	text-shadow: none;
}
.bg-photo .btn-wireframe {
	background: transparent;
	border: 1px solid #FFF;
    color: #FFF;
    opacity: 1;
    text-shadow: 0px 0px 0.4em rgba(2, 18, 26, 0.8);
}
.bg-photo .btn-wireframe:hover,
.bg-photo .btn-wireframe:focus {
	opacity: 1;
	background: #FFF;
	color: #0b1922;
    text-shadow: none;
}

.bg-dark hr {
	border-color: rgba(255,255,255,0.2);
}

.tag {
	display: inline-block;
	border-radius: 50px;
	padding: 5px 20px;
	color: #fff;
}

/* ==================== */
/* Components – Buttons */
/* ==================== */

.btn-media {
	display: flex;
	align-items: center;
	padding: 10px;
	text-align: center;
	background: var(--light);
	color: var(--dark);
}
.btn-media:hover {
	color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-media-thumbnail {
	width: 40%;
	max-width: 150px;
	float: left;
	display: inline-block;
	margin: -10px 10px -10px -10px;
	position: relative;
}
.btn-media-video .btn-media-thumbnail:after {
	content: "►";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em;
	color: #FFF;
	text-shadow: 0px 0px 12px rgba(15, 24, 34, 0.66);
}

.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;
}
.bg-dark .btn-wireframe,
.bg-primary-gradient .btn-wireframe,
.btn-wireframe-light {
	background: transparent;
	border: 1px solid #FFF;
    color: #FFF;
    opacity: 0.85;
}
.bg-dark .btn-wireframe:hover,
.bg-dark .btn-wireframe:focus,
.bg-primary-gradient .btn-wireframe:hover,
.bg-primary-gradient .btn-wireframe:focus,
.btn-wireframe-light:hover,
.btn-wireframe-light:focus {
	opacity: 1;
	background: #FFF;
	color: #0b1922 !important;
}
.btn-white:hover, .btn-light:hover {
	color: #0b1922 !important;
}

.btn .fa:first-child,
.btn .fab:first-child,
.btn .fas:first-child,
.btn .far:first-child,
.btn .fal:first-child {
 margin-right: 0.4em;
}

.btn .fa:last-child:not(:first-child),
.btn .fab:last-child:not(:first-child),
.btn .fas:last-child:not(:first-child),
.btn .far:last-child:not(:first-child),
.btn .fal:last-child:not(:first-child) {
 margin-left: 0.4em;
}


/* =================== */
/* Utilities - General */
/* =================== */

.card .img-fluid, .featured-item .img-fluid {
	width: 100%;
}
.fill-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hotspot-cone {
	opacity: 0.7;
	mix-blend-mode: overlay;
}

.container-sm {
	max-width: 768px;
}

.pointer-events-disabled {
	pointer-events: none !important
}

.no-webgl .hidden-no-webgl {
	position: absolute !important;
	display: none !important;
}
.visible-no-webgl,
.hide {
	display: none !important;
}
.no-webgl .visible-no-webgl {
	display: block !important;
}

.feedback-buttons.has-feedback {
	pointer-events: none;
}

.pac-container {
	font-family: inherit;
}

.is-kiosk:not(.kiosk-links) a[target=_blank], .is-kiosk:not(.kiosk-links) a[href^="tel"] { pointer-events: none; filter: grayscale(0.8); }
/* .is-kiosk:not(.kiosk-links) a[target=_blank]:after { content: " (" attr(href) ") "; font-size: 0.8em; opacity: 0.8; } */
.is-kiosk:not(.kiosk-links) a[target=_blank]:after { content: " (Link unavailable on kiosk) "; font-size: 0.8em; opacity: 0.8; }
.is-kiosk:not(.kiosk-links) a.btn[target=_blank] { display: none; }
.is-kiosk:not(.kiosk-links) .card-thumb a[target=_blank] { opacity: 0.6; display: block; }
.is-kiosk:not(.kiosk-links) .card-thumb a[target=_blank]:after { color: #000; opacity: 1; display: block; padding: 15px 20px 0; }
.is-kiosk .kd-none { display: none !important; }

.alert-full-wrapper {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0a1b2999;
}
.alert-full-wrapper .alert {
	max-width: 600px;
	margin: 10px;
}


.fancy-scrollbar::-webkit-scrollbar-track,
.mapbox-layer-toggles::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: 0 none;
	background-color: #F5F5F5;
}

.fancy-scrollbar::-webkit-scrollbar,
.mapbox-layer-toggles::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.fancy-scrollbar::-webkit-scrollbar-thumb,
.mapbox-layer-toggles::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb
{
	background-color: #6e7379;
}

.maintenance-alert {
	border-radius: 0 !important;
	text-align: center;
}
.ca-vr_fullpage .maintenance-alert {
	z-index: 2;
    margin: -40px auto 0 !important;
    max-width: 640px;
}


/* =================== */
/* Utilities - Shadows */
/* =================== */

.outer-glow-sm {
    box-shadow: 0 .125rem .25rem rgba(224, 236, 242,.075)!important;
}
.outer-glow {
    box-shadow: 0 .5rem 1rem rgba(224, 236, 242,.15)!important;
}
.outer-glow-lg {
	box-shadow: 0 1rem 3rem rgba(224, 236, 242, 0.175)!important;
}


/* =================== */
/* Utilities - Media */
/* =================== */

.embed-responsive-12by5::before {
	padding-bottom: 41.71875%;
}

.constrain-proportions-16-9,
.constrain-proportions-3-2 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.constrain-proportions-3-2 {
	padding-bottom: 66.66667%;
}
.constrain-proportions-16-9 > *:not(.hotspot),
.constrain-proportions-3-2 > *:not(.hotspot) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

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

@keyframes spinner {
  to {transform: rotate(360deg);}
}
.loading,
.loading-cms,
.loading-abs {
	position: relative;
	pointer-events: none;
}
.loading-cms {
	min-height: 100px;
}
.loading:before,
.loading-abs:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(236, 248, 255);
	background-color: rgba(236, 248, 255, 0.85);
	z-index: 98;
}
.loading:after,
.loading-cms:after,
.loading-abs:after {
  content: '';
  box-sizing: border-box;
  position: fixed;
  top: 50vh;
  left: 50%;
  width: 70px;
    height: 70px;
    margin-top: -70px;
    margin-left: -35px;
    border-radius: 50%;
    border: 3px solid #4a5054;
    border-top-color: #2ea0ff;
  animation: spinner .6s linear infinite;
  z-index: 99;
}
.loading-cms:after,
.loading-abs:after {
	position: absolute;
	margin-top: -35px;
	top: 50%;
}
.mr-8 {
	margin-right: 8rem!important;
}

/* ========== */
/* Header Nav */
/* ========== */

.navbar-brand {
	display: flex;
	align-items: center;
}
.navbar-brand > img {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 1em;
	box-sizing: content-box;
}

.header-fixed {
	padding-top: 81px;
}
.header-fixed .site-header {
	position: fixed;
	width: 100%;
	box-shadow: 0 0 10px rgba(5, 7, 11, 0.25);
	z-index: 5;
	left: 0;
	top: 0;
}
.site-header .nav-item {
	align-items: center;
    display: flex;
    line-height: 1.2;
    text-align: center;
}
.navbar-nav .nav-link {
	word-break: normal;
	word-wrap: normal;
}
.site-header .bg-dark .nav-link {
	color: #FFF;
}
.site-header .navbar-nav .active>.nav-link {
	color: var(--primary);
}

.nav-item .dropdown-item {
	padding: 0.85rem 1.1rem;
	font-size: 0.875em;
}

.btn-block + .dropdown-menu {
	width: 100%;
}
.btn-sm + .dropdown-menu .dropdown-item {
	font-size: 0.875em;
}

.byline {
    display: block;
    font-size: 0.8em;
}

.small {
	font-size: 9px;
}

.dropdown-menu {
	max-height: 350px;
	max-height: 40vh;
	overflow: auto;
}



/* ======== */
/* Page Nav */
/* ======== */

.section--page-nav {
	position: relative;
}
.section--page-nav:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2em;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(240,240,240,0) 100%);
	background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%,rgba(240,240,240,0) 100%);
	background: linear-gradient(to right, rgba(240,240,240,1) 0%,rgba(240,240,240,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00f0f0f0',GradientType=1 );
	z-index: 2;
	pointer-events: none;
}
.section--page-nav:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2em;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: -moz-linear-gradient(left, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(left, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to right, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=1 );
}
.page-nav {
	background: #F0F0F0;
	border-bottom: 1px solid #DBDFE6;
	list-style: none;
	margin: 0;
	padding: 0 1em;
	display: flex;
	overflow-x: auto;
	position: relative;
}

.page-nav li {
}
.page-nav-link {
	display: block;
	padding: 1.25em 1em;
	color: #031019;
	white-space: nowrap;
}
.page-nav .active .page-nav-link {
	font-weight: 600;
	padding-bottom: 1em;
    border-bottom: 0.25em solid #031019;
}
.page-nav-link:hover {
	text-decoration: none;
	color: #0f2a3d;
	background: #e6e6e6;
}


/* =============== */
/* 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;
}

.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 - Event Foyer  */
/* ====================== */

.event-foyer {

}
.event-scene-wrapper {
	position: relative;
    overflow: hidden;
}
.event-video-wrapper {
	position: relative;
	min-height: 43.25vw;
	height: 52.25vw;
	max-height: none;
	overflow: hidden;
	max-width: 100%;
}
.event-video-wrapper > video {
	/* height: 100%;
	height: 100vh;
	width: 177.77vh;
	max-width: none;
	min-width: 100%;
	min-height: 56.25vw;
	*/
	width: 100%;
	height: 56.25vw;
	margin: 0;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.event-scene-overlays-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.event-scene-disclaimer {
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translate(-50%, -100%);
	color: #FFF;
	text-shadow: 1px 1px 6px rgba(2, 18, 26, 0.8);
	font-size: 11px;
	line-height: 1;
	pointer-events: none;
}

.event-nav-wrapper {
	padding: 1.25em 2em;
	margin: 0 auto;
	max-width: 1170px;
}
.event-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-left: -0.5em;
	margin-right: -0.5em;
	padding: 0;
	list-style: none;
}
.event-nav-item {
	width: 50%;
}

.event-nav-link {
	display: block;
	margin: 0 0.5em 1em;
	border: 1px solid #f8f9fa;
	padding: 1em;
	color: #009FE0;
	border-radius: 0.3em;
	background: #FFF;
	text-decoration: none;
}
.event-nav-link:hover {
	text-decoration: none !important;
	background: #f8f9fa;
	box-shadow: 0 0.2em 2em rgba(0,0,0, 0.2);
	color: #00abe6 !important;
}
.event-nav-icon {
	font-size: 3em;
}
.event-nav-title {
	font-size: 1.25em;
	line-height: 1.25;
	margin-bottom: 0.25em;
}
.event-nav-desc {
	color: #6e7379;
	font-size: 0.95em;
}


@media (min-width: 640px){
	.event-nav-item {
		width: 33.33333%;
	}
}
@media (min-width: 850px){
	.event-nav-item {
		width: 25%;
	}
}
@media (min-width: 992px){
	.event-nav-item {
		width: 20%;
	}
}

@media (min-width: 992px) and (min-aspect-ratio: 16/13) and (max-aspect-ratio: 165/72) {
	.event-video-wrapper {
		margin-top: calc(((100vh - 223px) - (100vw * 0.5525)) / 2 );
		margin-bottom: calc(((100vh - 223px) - (100vw * 0.5525)) / 2 );
		max-height: calc(55.25vw - ((100vh - 223px) - (100vw * 0.5525)));
    	overflow: visible;
	}
	.event-nav-jumper {
		display: inline-block !important;
		padding-right: 0.5em
	}
}

@media (min-width: 1170px) and (min-aspect-ratio: 165/72) {
	.event-foyer {
		height: calc(100vh - 159px);
		display: flex;
	}
	.event-scene-wrapper {
		min-width: calc(100vw - 670px);
		height: calc(100vh - 159px);
		position: relative;
	}
	.event-video-wrapper {
		position: absolute;
		min-width: calc((100vh - 159px) * 1.7778);
		min-height: calc(100vh - 159px);
		width: calc(100vw - 670px);
		height: calc((100vw - 670px) * 0.5625);
		max-height: none;
		max-width: none;left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.event-video-wrapper > video {
		height: 100%;
		width: 100%;
	}

	.event-nav-wrapper {
		overflow: auto;
		height: calc(100vh - 159px);
	}
	.event-nav-wrapper::-webkit-scrollbar-track
		{
			-webkit-box-shadow: 0 none;
			background-color: #F5F5F5;
		}

		.event-nav-wrapper::-webkit-scrollbar
		{
			width: 6px;
			background-color: #F5F5F5;
		}

		.event-nav-wrapper::-webkit-scrollbar-thumb
		{
			background-color: #000000;
		}
	.event-nav-item {
		width: 33.3333%;
	}
	.event-nav-icon {
		font-size: 2.2em;
	}
	.event-nav-title {
		font-size: 1.15em;
	}
}

/*
@media (min-width: 992px) and (min-aspect-ratio: 16/13) and (max-aspect-ratio: 16/9) {
	.event-video-wrapper {
		margin-top: calc(((100vh - 223px) - (100vw * 0.5525)) / 2 );
		margin-bottom: calc(((100vh - 223px) - (100vw * 0.5525)) / 2 );
		max-height: calc(55.25vw - ((100vh - 223px) - (100vw * 0.5525)));
    	overflow: visible;
	}
	.event-nav-jumper {
		display: inline-block !important;
		padding-right: 0.5em
	}
}
@media (min-width: 768px) and (min-aspect-ratio: 16/9) {
	.event-foyer {
		height: calc(100vh - 159px);
		display: flex;
	}
	.event-scene-wrapper {
		min-width: calc(100vw - 460px);
		height: calc(100vh - 159px);
		position: relative;
	}
	.event-video-wrapper {
		position: absolute;
		min-width: calc((100vh - 159px) * 1.7778);
		min-height: calc(100vh - 159px);
		height: calc((100vw - 460px) * 0.5625);
		width: calc(100vw - 460px);
		max-height: none;
		max-width: none;left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.event-video-wrapper > video {
		height: 100%;
		width: 100%;
	}

	.event-nav-wrapper {
		overflow: auto;
		height: calc(100vh - 159px);
	}
	.event-nav-wrapper::-webkit-scrollbar-track
		{
			-webkit-box-shadow: 0 none;
			background-color: #F5F5F5;
		}

		.event-nav-wrapper::-webkit-scrollbar
		{
			width: 6px;
			background-color: #F5F5F5;
		}

		.event-nav-wrapper::-webkit-scrollbar-thumb
		{
			background-color: #000000;
		}
	.event-nav-item {
		width: 50%;
	}
	.event-nav-icon {
		font-size: 2.2em;
	}
	.event-nav-title {
		font-size: 1.15em;
	}
}
@media (min-width: 768px) and (min-aspect-ratio: 165/72) {
	.event-scene-wrapper {
		min-width: calc(100vw - 670px);
	}
	.event-video-wrapper {
		width: calc(100vw - 670px);
		height: calc((100vw - 670px) * 0.5625);
	}
	.event-nav-item {
		width: 33.3333%;
	}
}
*/



/* ================ */
/* 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 {
	overflow: hidden;
	position: relative;
	display: block;
	margin: -15px -15px 15px
}
.featured-video:after {
	content: '\f04b';
	font: normal normal normal 14px/1 "Font Awesome 5 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-download:after {
	content: '\f019';
	font: normal normal normal 14px/1 "Font Awesome 5 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 {
	transition: all 0.3s ease-out;
	border-bottom: 1px #eeeeee solid;
}
.featured-item:hover img, .featured-video:hover img, .featured-download:hover img {
	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;
}

.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-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 500;
  float: right;
  left: auto;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.accordion [data-toggle="collapse"][aria-expanded=true]:after {
	color: #fff;
}
.accordion [data-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;
}

/* Tree structure */

.document-tree {
	list-style: none;
	padding-left: 0;
	font-size: 0.85em;
}
.tree-sublist {
	list-style: none;
    padding-left: 0.9em;
    margin-left: 1em;
    border-left: 1px solid #d6dcde;
}
.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;
}
.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;
}




/* ================= */
/* Content - Snippets  */
/* ================= */

.ca-snippet-main {
	min-height: 100vh;
	background: #131a1f;
	background: linear-gradient(155deg, rgb(52, 74, 87) 0%, rgb(46, 51, 45) 60%, rgb(48, 51, 44) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.ca-snippet-main .ca-snippet-container,
.mfp-content .ca-snippet-container {
	width: 100%;
	max-width: 1280px;
	background: #FFF;
}
.ca-snippet-main .ca-snippet-container-xs,
.mfp-content .ca-snippet-container-xs {
	max-width: 768px;
}
.ca-snippet-main .ca-snippet-container-sm,
.mfp-content .ca-snippet-container-sm {
	max-width: 840px;
}
.ca-snippet-main .ca-snippet-container-lg,
.mfp-content .ca-snippet-container-lg {
	max-width: 1440px;
}
.ca-snippet-main .ca-snippet-container-xl,
.mfp-content .ca-snippet-container-xl {
	max-width: 1920px;
}
.ca-snippet-main .ca-snippet-container-fluid,
.mfp-content .ca-snippet-container-fluid {
	max-width: none;
}

.ca-snippet-main .ca-snippet-inner-container,
.mfp-content .ca-snippet-inner-container {
	padding: 25px;
	max-width: 840px;
	margin: 0 auto;
}

.mfp-image-holder .mfp-img {
	background: #FFF;
	padding: 1em;
	width: 100%;
	height: auto;
}

.ca-snippet-media {
	margin-bottom: 1rem;
}
.ca-snippet-media:last-child,
.ca-snippet-main .ca-snippet-media,
.mfp-content .ca-snippet-media {
	margin-bottom: 0;
}

.ca-snippet-header *:last-child {
	margin-bottom: .5rem;
}
.ca-snippet-main .ca-snippet-header *:last-child,
.mfp-content .ca-snippet-header *:last-child {
	margin-bottom: 0;
}

.ca-snippet-main .ca-snippet-header,
.mfp-content .ca-snippet-header {
	background: var(--light);
}

.mfp-bg {
	background: #0b0e10;
}
.mfp-content .ca-snippet-container {
	margin: 50px auto;
    position: relative;
}
.mfp-content .mfp-close,
.ajax-close {
	background: #091826;
	width: auto;
	height: auto;
	padding: 12px 16px;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	top: auto;
	bottom: 100%;
	font-family: inherit;
	text-transform: uppercase;
	line-height: 1;
	right: 0;
	transition: all 0.3s ease-out;
}
.ajax-close {
	top: 0;
    bottom: auto;
    right: 0;
    position: absolute;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ajax-close:hover,
.mfp-content .mfp-close:hover {
	background: #FFF;
	color: #091826
}
/* Fade ins/outs */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-inline-holder {
	padding: 0;
}


/* ================== */
/* 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 - 192px);
}
.fill-window-body-wrapper {
	position: relative;
}
.fill-window-body-map {
	height: 75vh;
	height: calc(100vh - 192px);
}
.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;
}

/* ========= */
/* Hotspots  */
/* ========= */

.hotspot {
	position: absolute;
	display: table;
	width: 25px;
	height: 25px;
	text-align: center;
	background: #FFF;
	font-size: 13px;
	border-radius: 50%;
	border: 2px solid #FFF;
	background: #bd0021;
	color: #FFF;
	transform: translate(-50%, -50%);
}
.hotspot-sm {
	width: 15px;
	height: 15px;
	font-size: 11px;
	border-width: 1px;
}
.hotspot-ssm, .hotspot-xs {
	width: 7px;
	height: 7px;
	font-size: 6px;
	border-width: 1px;
}
.hotspot-lg {
	width: 35px;
	height: 35px;
	font-size: 16px;
	border-width: 3px;
}
.hotspot:hover,
.hotspot:focus {
	color: #FFF;
	text-decoration: none;
	background: #0059a4;
	opacity: 1;
}

.hotspot:hover:before {
	border-color: #0059a4;
}

/* Hotspot icon fixes */

.hotspot .fa {
	vertical-align: middle;
	display: table-cell;
}
.custom-icon svg {
	width: 75%;
	height: auto;
	vertical-align: middle;
}
.custom-icon path,
.custom-icon polygon,
.custom-icon-path {
	fill: #FFF;
}
.hotspot-icon {
	max-width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hotspot-text {
	max-width: 100%;
	font-weight: bold;
}

/* Hotspot tooltips */

.hotspot-tooltip {
    display: none;
    background: rgb(25, 43, 63);
    background: rgba(25, 43, 63, 0.85);
    border-radius: 4px;
    position: absolute;
    padding: 4px 8px;
    font-size: 11px;
    white-space: nowrap;
    left: 50%;
    top: 100%;
    color: #FFF !important;
    line-height: 1.5;
    transform-origin: center top;
    z-index: 3;
    transform: translate(-50%, 7px);
    font-family: inherit;
}
.show-hotspot-tooltip .hotspot-tooltip,
.hotspot:hover .hotspot-tooltip,
.hotspot:focus .hotspot-tooltip {
    display: block;
}
.hotspot:hover,
.hotspot:focus {
    z-index: 8;
}
/* Tooltip Position - Default is bottom-middle of circle */

.hotspot-tooltip:after {
    width: 0;
    height: 0;
    content: ' ';
    border: solid transparent;
    border-width: 6px;
    margin-left: -6px;
    border-color: rgba(25, 43, 63, 0);
    border-bottom-color: rgba(25, 43, 63, 0.85);
    position: absolute;
    bottom: 100%;
    left: 50%;
}
/* Tooltip Other Positions */

.hotspot-tooltip-t-m {
    top: auto;
    bottom: 100%;
    transform: translate(-50%, -7px) scale(0.999999999);
    transform-origin: center bottom;
}
.hotspot-tooltip-t-m:after {
    border-bottom-color: rgba(25, 43, 63, 0);
    border-top-color: rgba(25, 43, 63, 0.85);
    top: 100%;
    bottom: auto;
}
.hotspot-tooltip-r-m {
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translate(7px, -50%) scale(0.999999999);
    transform-origin: right center;
    text-align: left;
}
.hotspot-tooltip-r-m:after {
    border-bottom-color: rgba(25, 43, 63, 0);
    border-right-color: rgba(25, 43, 63, 0.85);
    bottom: auto;
    top: 50%;
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-top: -6px;
}
.hotspot-tooltip-l-m {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: translate(-7px, -50%) scale(0.999999999);
    transform-origin: left center;
    text-align: right;
}
.hotspot-tooltip-l-m:after {
    border-bottom-color: rgba(25, 43, 63, 0);
    border-left-color: rgba(25, 43, 63, 0.85);
    bottom: auto;
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -6px;
}
.hotspot-tooltip-b-l {
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: translate(0, 0) scale(0.999999999);
    transform-origin: left center;
    text-align: right;
}
.hotspot-tooltip-b-l:after {
    border-bottom-color: rgba(25, 43, 63, 0);
    border-left-color: rgba(25, 43, 63, 0.85);
    bottom: auto;
    top: 0;
	left: 100%;
	margin: -6px 0 0 -6px;
    transform: rotate(-45deg) scale(0.999999999);
}
.hotspot-tooltip-t-l {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 100%;
    transform: translate(0, 0) scale(0.999999999);
    transform-origin: left center;
    text-align: right;
}
.hotspot-tooltip-t-l:after {
    border-bottom-color: rgba(25, 43, 63, 0);
    border-left-color: rgba(25, 43, 63, 0.85);
    top: auto;
    bottom: -6px;
	left: 100%;
	margin: 0 0 0 -6px;
    transform: rotate(45deg) scale(0.999999999);
}
.hotspot-tooltip-b-r {
    top: 100%;
    bottom: auto;
    left: 100%;
    transform: translate(0,0) scale(0.999999999);
    transform-origin: right center;
    text-align: left;
}
.hotspot-tooltip-b-r:after {
    border-bottom-color: rgba(25, 43, 63, 0);
    border-right-color: rgba(25, 43, 63, 0.85);
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
	margin: -6px 0 0 -6px;
    transform: rotate(45deg) scale(0.999999999);
}
.hotspot-tooltip-t-r {
    top: auto;
    bottom: 100%;
    left: 100%;
    transform: translate(0,0) scale(0.999999999);
    transform-origin: right center;
    text-align: left;
}
.hotspot-tooltip-t-r:after {
    border-bottom-color: rgba(25, 43, 63, 0);
    border-right-color: rgba(25, 43, 63, 0.85);
    bottom: -6px;
    top: auto;
    left: 0;
    right: auto;
	margin: 0 0 0 -6px;
    transform: rotate(-45deg) scale(0.999999999);
}

/* Hotspot hover sibling layers */
.hotspot-onhover {
	display: none;
}
.hotspot:hover + .hotspot-onhover {
	display: initial;
}
.hotspot-map-layer-inline {
	width: auto;
}

/* ================== */
/* 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 5 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;
}
.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;
}

.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;
	}
}
@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;
	}
}


/* 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 .review-panel {
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
    margin-top: 2em;
    padding-top: 2em;
    margin-bottom: 2em;
    padding-bottom: 2em;
}
.form-review--form-section-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	background: #dee2e6;
	padding: 0.5em;
	margin: 0.5rem 0 1.25rem;
}
.form-review--go-to-tab {
	visibility: hidden;
}
.form-review--form-section-title:hover .form-review--go-to-tab,
.form-review--field:hover .form-review--go-to-tab {
	visibility: visible;
}
.form-submission-success .form-review--form-section-title:hover .form-review--go-to-tab,
.form-submission-success .form-review--field:hover .form-review--go-to-tab {
	visibility: hidden;
	display: none;
}
.form-review--go-to-tab a {
	font-weight: 600;
}
.form-review--label {
	font-weight: 600;
	margin-top: 0;
}
.form-review--value {
	font-size: 0.9em;
    border-left: 5px solid #dee2e6;
    padding: 1.5em;
    background: #f2f4f5;
    margin: 0 0 1.25rem;
}
.form-review--value-is-invalid {
	border-left-color: #dc3545;
	background: #ffedef;
}
.form-review--field {
	margin-bottom: 1.25rem;
}
.form-review--validation-message {
	background: #dc3545;
	padding: 0.75em 1.5em;
	color: #FFF;
	font-weight: 500;
}
.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: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.map-comment-options-grid li,
.map-comment-options-grid li:last-child {
	flex-basis: 33%;
	flex-basis: calc(33.333333% - 6px);
	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;
}



/* ============== */
/* == 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-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: #a7e9ff;
	}

	.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-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 .active a {
	background: #bd0021;
	border-color: #bd0021;
	color: #FFF;
}
.sidebar-category-list .active a > * {
	color: #FFF;
}
.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 5 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 .route-line {
	   min-width: 50px;
	   height: 10px;
	   margin-right: 6px;
	   border-radius: 5px;
	   position: relative;
	 }

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

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




/* =========================
   == FORMS ==
   ========================= */

.radio label {
	font-weight: 400;
}

.satisfaction-survey {
	list-style: none;
	margin: 0;
	padding: 0;
}
.satisfaction-survey-flex {
	display: flex;
}
.satisfaction-survey-flex li {
	flex-grow: 1;
	margin-right: 10px;
}
.satisfaction-survey-flex li:last-child {
	margin-right: 0;
}
.satisfaction-survey input[type=radio] {
	display: none;
}
.satisfaction-survey-label {
	display: block;
	background: #F4F4F4;
	border-radius: 3px;
	padding: 11px 15px;
	cursor: pointer;
	font-size: 120%;
	font-weight: 400;
	position: relative;
}
.satisfaction-survey-label:hover {
	background: #EEE;
}
.satisfaction-survey input:checked + .satisfaction-survey-label {
	background: #348fe2;
    color: #FFF;
}
.satisfaction-survey input:checked + .satisfaction-survey-label:after {
	content:"\f00c";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.mapboxgl-popup-content .satisfaction-survey-label {
	font-size: 0.9em;
}

.input-group-with-btn {
	display: flex;
}
.input-group-with-btn input:not(.btn) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-with-btn .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.validation-error {
    border: 1px solid #e23b60;
    background: hsla(347, 100%, 98%, 1);
}

.comments-stream {
	min-height: 110px;
	max-height: 550px;
	position: relative;
	margin-top: 1em;
	overflow: auto;
	border: 1px solid #f1f1f1;
    padding: 1em 1.5em;
}
.comments-stream.loading:before {
	background-color: transparent
}
.comments-stream.loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -35px;
}
.comments-stream-comment {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #EEE;
}
.comments-stream-comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.comments-stream-comment-user {
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.2em;
}
.comments-stream-comment-question {
	font-weight: 700;
	font-size: 1.25em;
}

/* ====== */
/* Tabs */
/* ====== */

.nav-tabs > li.active > a {
	background-color: #348fe2;
}
.tab-pane {
	padding: 10px;
}

/* ====== */
/* Modals */
/* ====== */

.mfp-wrap {
	overflow: hidden auto;
}
.mfp-iframe-scaler {
	position: relative;
	overflow: initial;
  }
.mfp-iframe-holder .mfp-content {
	max-width: 1440px;
	width: 96%;
	margin: 25px auto;
}

.mfp-content {
	margin-top: 50px;
	margin-bottom: 50px;
}
.popup-container {
	background: #fdfefe;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	width: 94%;
}
.popup-container-lg {
	max-width: 840px;
}
.popup-container-sm {
	max-width: 400px;
}
.popup-container-xl {
	max-width: 1440px;
}
.popup-featured-content {
	position: relative;
	background-image: url('https://ca-v2.s3-ap-southeast-2.amazonaws.com/image-preloader.gif');
	background-size: cover;
	background-color: #FFF;
	background-position: center;
}
.popup-featured-content > * {
	max-width: 100%;
}
.popup-header {
	background: #091826;
	padding: 25px;
	color: #FFF;
}
.popup-header h2 {
	margin: 0;
	color: #FFF;
	font-size: 24px;
}

.popup-header-with-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.popup-header-with-buttons .popup-header-buttons {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}

.popup-body {
	padding: 25px;
}

.mfp-content .mfp-close {
	background: #091826;
	width: auto;
	height: auto;
	padding: 12px 16px;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	top: auto;
	bottom: 100%;
	font-family: inherit;
	text-transform: uppercase;
	line-height: 1;
	right: 0;
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
	background: #0f1e2cad;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	content: "Existing";
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	content: "Design";
}

.twentytwenty-custom-label.twentytwenty-before-label.faded,
.twentytwenty-custom-label.twentytwenty-after-label.faded {
	opacity: 0.5 !important;
}

.project-hero {
    margin: -25px -25px 20px;
}
.project-hero-img {
    max-width: 100%;
    padding: 0;
}

/* =========================
   == BLOG ==
   ========================= */

.blog-post {
	margin-bottom: 20px;
}
.blog-post-link {
	color: #3e464d;
	padding: 20px;
	background: #fafafa;
	outline: 1px solid #f5f8f8;
}
.blog-post-link:hover {
	background: #f5f8f8;
	outline: 1px solid #e7ecef;
	text-decoration: none;
	color: inherit;
}
.blog-post-thumb {
	width: 100%;
}
.blog-post-date {
	font-weight: 700;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
.blog-post-cta {
	color: #337ab7;
	font-weight: 700;
}

.blog-post-container {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 800px;
	margin: 50px auto;
}
.blog-post-content {
	padding: 20px 30px 30px;
}
.blog-post-content .blog-post-title {
	margin-top: 10px;
}
.blog-post-container iframe {
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
.blog-post-image > img {
	width: 100%;
}

/* ====== */
/* Footer */
/* ====== */

.site-footer .container {
	padding-right: 15px;
    padding-left: 15px;
    font-size: .7rem;
}
.site-footer .navbar-text {
	padding-right: .5rem;
}
.site-footer .extra-nav-item {
	border-left: 1px solid white;
    line-height:32px;
    padding: 0 15px;
    margin: 0 10px;
    color:white;
}
.site-footer .extra-nav-item a {
    color:white;
}
#google_translate_element {
	margin-top: -5px;
    border-radius: 5px;
    overflow: hidden;
}
.goog-te-menu-value span {
	font-size: .7rem;
	color: #343a40; /* Fallback for no var() support */
	color: var(--dark);
	font-family: var(--font-family-sans-serif);
}


/* ============= */
/* Media queries */
/* ============= */

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

}

@media (max-width: 768px) {
	.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;
	}

}

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

	.hotspot {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.hotspot-sm {
		width: 23px;
		height: 23px;
	}
	.hotspot-ssm {
		width: 15px;
		height: 15px;
	}
	.hotspot-lg {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	.hotspot-none {
		width: 0px !important;
		height: 0px !important;
		border-width: 0px !important;
	}

	/* Pulsate the hotspot */
	.hotspot:not(.hotspot-no-pulse):before {
	  content: ' ';
	  height: 110%;
	  width: 110%;
	  height: calc( 100% + 10px );
	  width: calc( 100% + 10px );
	  border: 4px solid #FFF;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  z-index: 1;
	  position: absolute;
	  left: -5px;
	  top: -5px;
	  pointer-events: none;
	  opacity: 0;
	  -webkit-animation: pulse 2s ease-out;
	  -moz-animation: pulse 2s ease-out;
	  animation: pulse 2s ease-out;
	  -webkit-animation-iteration-count: infinite;
	  -moz-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  -webkit-transform: scale(1.0);}
	@-moz-keyframes pulse {
		0% {-moz-transform: scale(0.7, 0.7); }
		33% { opacity: 0; }
		65% { opacity: 1; }
	    100% {-moz-transform: scale(1.4, 1.4); opacity: 0; }
	}
	@-webkit-keyframes pulse {
		0% {-webkit-transform: scale(0.7, 0.7); }
		33% { opacity: 0; }
		65% { opacity: 1; }
	    100% {-webkit-transform: scale(1.4, 1.4); opacity: 0; }
	}
	@keyframes pulse {
		0% {transform: scale(0.7, 0.7); }
		33% { opacity: 0; }
		65% { opacity: 1; }
	    100% {transform: scale(1.4, 1.4); opacity: 0; }
	}

	@keyframes badge-pulse {
		0% {transform: scale(0.7, 0.7); }
		33% { opacity: 0; }
		65% { opacity: 0.5; }
	    100% {transform: scale(1.4, 1.4); opacity: 0; }
	}

	.visible-tooltip .hotspot-tooltip {
		display: block;
	}


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

	/* .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;
	}

	.hotspot-tooltip {
		font-size: 12px;
	}

}

@media (min-width: 767px){
	.featured-video:after, .featured-download: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 {
		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 {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		width: calc(100% - 440px);
		height: 100%;
		overflow: hidden;
	}
	.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 {
		position: relative;
		z-index: 2;
		width: 440px;
		align-self: stretch;
		background: #FFF;
		overflow-y: auto;
		padding: 25px;
		margin: 0;
	}
	.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;
	}
}
