/* Custom stylsheet
 * Imports all other required stylesheets first
 * Custom styles under that
*/
/* ========================
   == IMPORT STYLESHEETS == 
   ======================== */

@import url("/assets/plugins/bootstrap/css/bootstrap.min.css");
@import url("/assets/plugins/font-awesome/css/font-awesome.min.css");
@import url("/assets/plugins/magnific-popup/magnific-popup.css");
@import url("/assets/css/common/animate.min.css");
@import url("/assets/css/common/style.min.css");
@import url("/assets/css/common/style-responsive.min.css");
/* ==================
   == IMPORT FONTS ==
   ================== */

@font-face {
    font-family: 'TransText';
    src: url("../fonts/transtext-md_medium-webfont.eot");
    src: url("../fonts/transtext-md_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/transtext-md_medium-webfont.woff") format("woff"), url("../fonts/transtext-md_medium-webfont.ttf") format("truetype"), url("../fonts/transtext-md_medium-webfont.svg#transtext_rmroman") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TransText';
    src: url("../fonts/transtext-md_medium_italic-webfont.eot");
    src: url("../fonts/transtext-md_medium_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/transtext-md_medium_italic-webfont.woff") format("woff"), url("../fonts/transtext-md_medium_italic-webfont.ttf") format("truetype"), url("../fonts/transtext-md_medium_italic-webfont.svg#transtext_rmitalic") format("svg");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'TransText';
    src: url("../fonts/transtext-lt_light-webfont.eot");
    src: url("../fonts/transtext-lt_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/transtext-lt_light-webfont.woff") format("woff"), url("../fonts/transtext-lt_light-webfont.ttf") format("truetype"), url("../fonts/transtext-lt_light-webfont.svg#transtext_ltlight") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TransText';
    src: url("../fonts/transtext-lt_light_italic-webfont.eot");
    src: url("../fonts/transtext-lt_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/transtext-lt_light_italic-webfont.woff") format("woff"), url("../fonts/transtext-lt_light_italic-webfont.ttf") format("truetype"), url("../fonts/transtext-lt_light_italic-webfont.svg#transtext_ltlight_italic") format("svg");
    font-weight: normal;
    font-style: italic;
}
/* START CUSTOM STYLE OVERRIDES */
/* =========================
   == GENERAL & REPEATERS ==
   ========================= */

.webkit-only {
    display: none !important;
}
/* Typography */

body {
    font-family: 'TransText', 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background: #1F2F37;
    font-size: 14px;
}
h1,
h2,
h3 {
    font-weight: 300;
}
h4,
h5,
h6 {
    font-weight: 700;
}
.panel-subtitle {
    text-transform: uppercase;
    border-bottom: 1px dotted #AAA;
    color: #666;
    font-weight: 300;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 10px;
}
a.no-text-decoration,
a.no-text-decoration:hover,
a:active {
    text-decoration: none;
}
/* Images */

img,
.img-resize {
    max-width: 100%;
    height: auto !important;
}
.img-fill {
    width: 100% !important;
    height: auto !important;
}
/* Colors */

.bg-lime {
    background: #80C24D !important;
}
.bg-lime-lighter {
    background: #ABDF82 !important;
}
.bg-lime-darker {
    background: #5EA327 !important;
}
.bg-skin-colour {
    background: #006DB1 !important;
}
/* iFrames */

iframe {
    border: 0 none;
}
/* Tables */

.table-compress-email th:nth-child(3),
.table-compress-email td:nth-child(3) {
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* Containers */

.content {
    margin-left: 0;
    padding-top: 0;
}
.container {
    max-width: 100%;
}
.remove-content-margin {
    margin: -20px -25px 48px;
}
/* Forms */

.has-errors {
    border: 1px solid #a94442;
}
.show-below-1001 {
    display: none;
}
.show-below-768 {
    display: none;
}
/* =================
   == PAGE HEADER ==
   ================= */

.header.navbar {
    font-family: 'TransText', 'Source Sans Pro', sans-serif;
    font-size: 12px;
}
.navbar-demo-notice {
    line-height: 52px;
}
.menu-level-0 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-level-0 > li {
    display: inline-block;
}
.project-selector {
    margin-top: 8px;
}
.dropdown-section-title {
    color: #222;
    font-weight: 700;
}
.dropdown-section-title,
.dropdown-menu>li>a {
    padding: 5px 15px;
}
.branding-bar {
    padding: 10px 0 10px;
    background-color: #FFF;
}
.branding-crumbs {
    padding-left: 0;
}
.branding-crumbs li {
    margin-right: 0;
    vertical-align: top;
    float: left;
    list-style: none;
}
.branding-crumbs .govt-logo {
    max-width: 10%;
    margin: 0;
}
.branding-crumbs .client-logo {
    max-width: 13%;
    float: right;
    margin: 10px 0 0 0;
}
.crumb-divider {
    max-width: 14px;
}
.crumb {
    font-weight: 300;
    color: #242a30;
    padding-top: 28px;
    width: 75%;
    text-align: center;
}
.crumb a {
    font-weight: 300;
    color: #536374;
}
.crumb a:hover {
    text-decoration: none;
    color: #242a30;
}
.crumb strong {
    font-weight: 600;
}
.header-nav {
    background: #006DB1;
    font-size: 16px;
    line-height: 1;
}
.header-nav a {
    color: #FFF;
    font-weight: 300;
    padding: 16px 12px 17px;
    display: block;
}
.header-nav a:hover {
    text-decoration: none;
    background: #242a30;
    background: rgba(36, 42, 48, 0.1);
}
.header-nav a.active {
    background: #242a30;
    background: rgba(36, 42, 48, 0.3);
}
.header-nav .fa {
    margin-right: 5px;
}
/* Project selector */

span.project-selector-keyint {
    display: inline-block;
    background: #E8BB1F;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 3px;
    color: #FFF;
}
/* ==========================
   == GENERAL PANEL STYLES ==
   ========================== */

.content {
    padding-bottom: 0;
}
.panel-main-title {
    margin-top: 0;
}
.panel-header {
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
    padding: 10px 0 20px;
}
.panel-header h2 {
    margin: 0;
    text-align: right;
    font-weight: 300;
}
.panel-header p {
    font-size: 0.9em;
    line-height: 1.3;
}

.blog-post {
	margin-bottom: 20px;
}
.blog-post-link {
	color: #3e464d;
	display: block;
	padding: 20px;
	background: #FFF;
}
.blog-post-link:hover {
	background: #f5f8f8;
    outline: 1px solid #e7ecef;
}
.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: 20px auto;
}
.blog-post-content {
    padding: 20px 30px 30px;
}
.blog-post-content .blog-post-title {
    margin-top: 10px;
}
.blog-post-container .mfp-close {
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: #FFF;
    width: auto;
    color: #242a30 !important;
    height: auto;
    line-height: 1.5;
    font-family: "Source Sans Pro";
}
.blog-post-container iframe {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

/* ==============================
   == INTERACTIVE PANEL STYLES ==
   ============================== */

#portal-map {
    margin-bottom: 0;
}
#portal-map-content {
    position: relative;
    background: #1f2f37;
}
.portal-map {
    float: left;
    width: 70%;
    position: relative;
    background: #1f2f37;
    overflow-x: hidden;
    overflow-y: auto;
}
.portal-map-mask {
    width: 140%;
    position: relative;
    margin-left: -20%;
}
.portal-map img {
    width: 100%;
}
.base-map {
    width: 100% !important;
    height: auto !important
}
.hotspot {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    width: calc(100vw * 0.035);
    height: calc(100vw * 0.035);
    line-height: calc(100vw * 0.035);
    text-align: center;
    background: #FFF;
    font-size: 20px;
    font-size: 2vw;
    border-radius: 50%;
    cursor: pointer;
}
.hotspot:hover {
    background: #006DB1;
    color: #FFF;
    z-index: 100;
}
.hotspot .fa {
    padding-left: 1px;
}
.hotspot .fa-camera {
    font-size: 13px;
    font-size: 1.3vw;
}
.hotspot-tooltip, .portal-map.selection-active .hotspot.show-hotspot-tooltip .hotspot-tooltip {
    display: none;
}
.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 {
    background: #FFF;
    background: rgba(25, 43, 63, 0.7);
    border-radius: 6px;
    position: absolute;
    padding: 4px 8px;
    font-size: 12px;
    white-space: nowrap;
    left: 50%;
    bottom: -35px;
    bottom: calc(100vw * -0.035);
    color: #FFF !important;
    line-height: 1.5;
    font-size: 1.1vw;
    transform-origin: center top;
}
.hotspot-tooltip .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #192B3F transparent;
    border-color: transparent transparent rgba(25, 43, 63, 0.7) transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -7px;
    -webkit-transform: rotate(360deg);
}
/* Tooltip Other Positions */

.hotspot-tooltip-t-m {
    top: -35px;
    top: calc(100vw * -0.035);
    bottom: auto;
    transform-origin: center bottom;
}
.hotspot-tooltip-t-m .triangle {
    border-width: 10px 7px 0;
    border-color: #192B3F transparent transparent;
    border-color: rgba(25, 43, 63, 0.7) transparent transparent;
    bottom: -10px;
    top: auto;
}
.hotspot-tooltip-r-m {
    left: 45px;
    left: calc(100vw * 0.035 + 10px);
    margin-left: 0 !important;
    margin-top: -1.2em;
    bottom: auto;
    top: 50%;
    transform-origin: left center;
    text-align: left;
}
.hotspot-tooltip-r-m .triangle {
    border-width: 7px 10px 7px 0;
    border-color: transparent #192B3F transparent transparent;
    border-color: transparent rgba(25, 43, 63, 0.7) transparent transparent;
    top: 50%;
    left: -10px;
    margin: -7px 0 0;
}
.hotspot-tooltip-l-m {
    left: auto;
    right: 45px;
    right: calc(100vw * 0.035 + 10px);
    margin-left: 0 !important;
    bottom: auto;
    top: 50%;
    margin-top: -1.2em;
    transform-origin: right center;
    text-align: right;
}
.hotspot-tooltip-l-m .triangle {
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #192B3F;
    border-color: transparent transparent transparent rgba(25, 43, 63, 0.7);
    top: 50%;
    left: auto;
    right: -10px;
    margin: -7px 0 0;
}
/* ===========================
   == MAGNIFIC POPUP STYLES ==
   =========================== */
/* General style updates */

.mfp-close-btn-in .mfp-close {
    color: #FFF !important;
    opacity: 1;
    text-transform: uppercase;
    text-align: right;
}
.mfp-360-iframe .mfp-close {
	top: 0;
	right: 0;
}
.survey-container .mfp-close,
.key-container .mfp-close {
    right: 10px;
}
.mfp-close-btn-in .mfp-close:focus,
.mfp-close-btn-in .mfp-close:hover {
    text-decoration: underline;
}
.mfp-container {} .mfp-iframe-holder .mfp-content {
    text-align: center;
    max-width: 1280px;
}
/* Register popup */

.register .mfp-container:before {
    height: 20%;
}
/* Driveway access popup */

.driveway-access-container {
    position: relative;
    background: #242a30;
    padding: 20px;
    width: auto;
    max-width: 1200px;
    margin: 20px auto;
}
/* Driveway access popup - TNRBR */

.driveway-access-container-tnrbr .row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #697F9A;
}
.driveway-access-tnrbr-footer {
    text-align: center;
}
/* Map key popup */

.key-container {
    position: relative;
    background: #242a30;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}
.key-container ul {
    padding-left: 0;
}
.key-container li {
    list-style: none;
    color: #FFF;
    line-height: 40px;
}
/* Survey popup (used for multiple other popups too) */

.survey-container {
    position: relative;
    background: #FFF;
    padding: 30px 20px 40px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}
.survey-container h2 {
    margin: 0 0 20px;
}
.survey-container .survey-question {
    font-weight: bold;
}
.survey-container .mfp-close {
    color: #242a30 !important;
}
.survey-answers-oneperline label {
    display: block;
}

/* =========================
   == NEWS PANEL STYLES ==
   ========================= */

.blog-post {
	margin-bottom: 20px;
}
.blog-post-link {
	color: #3e464d;
	display: block;
	padding: 20px;
	background: #FFF;
}
.blog-post-link:hover {
	background: #f5f8f8;
    outline: 1px solid #e7ecef;
}
.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: 20px auto;
}
.blog-post-content {
    padding: 20px 30px 30px;
}
.blog-post-content .blog-post-title {
    margin-top: 10px;
}
.blog-post-container .mfp-close {
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: #FFF;
    width: auto;
    color: #242a30 !important;
    height: auto;
    line-height: 1.5;
    font-family: "Source Sans Pro";
}

/* Community consultation popup */

#community-consultation h4 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #DDD;
}
/* =================
   == WSIP STYLES ==
   ================= */
/* May layers z-index */

.map-layer-1 {
    z-index: 1;
}
.map-layer-2 {
    z-index: 2;
}
.map-layer-3 {
    z-index: 3;
}
.map-layer-4 {
    z-index: 4;
}
.map-layer-5 {
    z-index: 5;
}
.map-layer-6 {
    z-index: 6;
}
.map-layer-7 {
    z-index: 7;
}
.map-layer-8 {
    z-index: 8;
}
.map-layer-9 {
    z-index: 9;
}
.map-layer-10 {
    z-index: 10;
}
.map-aux-layer {
    position: absolute;
    will-change: transform;
    transform: translate3d(0, 0, 0) scale3d(1,1,1);
    -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
    -moz-transform: translate3d(0,0,0) scale3d(1,1,1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* TRIP CALC */
.map-route { 
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.hud-step { padding: 15px; margin: 15px 0; }
.hud-step h3 { margin: 0 0 5px; font-weight: 700; }
.hud-step p { margin-bottom: 0; color: #FFF; }

#hud-results { color: #444; }
.results-header h3 { font-weight: 400; color: #006AB3; float: left; line-height: 35px; margin: 0; }
.results-header .button { float: right; }
.results-trip { margin: 15px 0 0; border-top: 1px solid #999; border-bottom: 1px solid #999; line-height: 26px; padding: 7px 0; }
.trip-timeofday { color: #999; font-size: 85%; }
.trip-route-waypoint { display: inline-block; margin-right: 2%; }
.results-savings { text-align: center; padding: 15px 0; font-weight: bold; }
.savings-col { box-sizing: border-box; width: 23%; float: left; padding-right: 2%; text-align: center; }
.savings-lights { width: 25%; margin-right: 0; float: right; }
.savings-title { font-size: 11px; font-weight: 400; }
.savings-bubble { padding: 15px 0 12px; border-radius: 10px; color: #FFF; background: #00B1EB; margin-top: 6px; }
.savings-without .savings-bubble { background: #E44642; }
.savings-diff .savings-bubble { background: #63ad19; }
.savings-time { white-space: nowrap; font-size: 30px; display: block; font-weight: 700; line-height: 0.7; }
.savings-unit { font-weight: 400; font-size: 13px; line-height: 1; }
.savings-disclaimer { color: #999; font-size: 70%; border-bottom: 1px solid #999; padding: 0 0 20px; }
.lights-savings-result { }
.results-feedback { margin: 0 0 15px; padding: 20px 0; border-bottom: 1px solid #999; }
.results-feedback h4 { font-weight: 600; font-size: 16px; margin-bottom: 16px; color: #1f2f37; }
.feedback-options { list-style: none; margin: 0; padding: 0; }
.feedback-options .option { display: inline-block; margin-right: 4px; }
.feedback-response { display: none; line-height: 50px; }
.feedback-response a { color: #006AB3; font-weight: 600; text-decoration: none; }
.feedback-options .btn { margin-top: 0; }
.btn-default.btn-green { /* background: #63ad19; */ }
.results-disclaimer .small-note { color: #999; font-size: 70%; }

#hud-results .col-xs-4 { padding: 0 3px; }

.tripcalc-map .map-layer { z-index: 3; }
.tripcalc-map .dark-underlay { z-index: 2; }
.hotspot-tripcalc:focus, .hotspot-tripcalc:active { color: #FFF !important; }
.hotspot-tripcalc.selected { text-decoration: none !important; pointer-events: none; opacity: 1 !important; }
.hotspot-tripcalc .fa { display: none; }
.hotspot-tripcalc.selected .fa { display: block; padding-top: 0.26em; }


/* END TRIP CALC */

/* Map Compass */

.portal-map .map-compass {
	top: 10px;
	right: 10px;
	position: absolute;
	width: 60px;
	height: 60px;
}
/* Base Map Portion Styles */

.base-map-container {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.base-map-portion {
    float: left;
    width: 100%;
}
.base-map-portion-25 {
    width: 25%;
}
.base-map-portion-50 {
    width: 50%;
}
.base-map-portion-75 {
    width: 75%;
}
/* WSIP layers - Main Portal */

.map-layer-wsea {
    opacity: 0.3;
}
.map-layer-wspga {
    opacity: 0.3;
}
.map-layer-swplra {
    opacity: 0.3;
}
.map-layer-airport {
    opacity: 0.6;
}

/* WSIP layers - TNR6 page */

.map-layer-tnr6-m12 { opacity: 0.5; }
.map-layer-tnr6-m12.active { opacity: 0.75; }

.mfp-close-btn-in .driveway-access-container-tnrbr .mfp-close {
	width: auto;
    padding: 0 15px;
    background: #242a30;
}

/* WSIP layers - TNRBR page */

.driverexp-line {
    display: none;
}
.driverexp-line.active {
    display: block;
}
.driveway-lots {
    display: none;
    z-index: 2;
}
.driveway-lots.active {
    display: block;
    opacity: 0.75;
    mix-blend-mode: overlay;
}
/* WSIP hotspot styling */

.hotspot {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    width: calc(70vw * 0.033);
    height: calc(70vw * 0.033);
    line-height: calc(70vw * 0.033 - 2px);
    font-size: 1.4vw;
    z-index: 6;
    background: #00ABED;
    color: #FFF;
}
.hotspot .fa {
    padding-left: 0.5px;
}
.hotspot-tooltip {
    bottom: -30px;
    bottom: calc(70vw * -0.033 - 10px);
    font-size: 1vw;
    transform: scale(0.75);
}
.hotspot-tooltip-t-m {
    top: -30px;
    top: calc(70vw * -0.033 - 10px);
    bottom: auto;
}
.hotspot-tooltip-r-m {
    left: 40px;
    left: calc(70vw * 0.033 + 10px);
    bottom: auto;
}
.hotspot-tooltip-l-m {
    right: 40px;
    right: calc(70vw * 0.033 + 10px);
    bottom: auto;
}


.hotspot-other {
    background: #FFF;
    border: 1px solid #FFF;
    color: #006DB1;
}
.hotspot-other:hover {
    background: #006DB1;
    color: #FFF;
}
.hotspot-local {
    background: #8cc63e;
    border: 1px solid #FFF;
    color: #FFF;
}
.hotspot-local:hover {
    background: #679b16;
    color: #FFF;
}
.hotspot-major {
    background: #192B3F;
    border: 1px solid #FFF;
    color: #FFF;
}
.hotspot-major:hover {
    background: #006DB1;
    color: #FFF;
}
/* Hotspot positions - other projects */

.hotspot-other-bwsea {
    left: 53.681429%;
    top: 24.159469%;
}
.hotspot-other-swgc {
    left: 48.351619%;
    top: 63.386372%;
}
.hotspot-other-airport {
    left: 34.161333%;
    top: 40.600177%;
}
.hotspot-other-swrl {
    left: 75.466857%;
    top: 63.487876%;
}
/* Hotspot positions - local projects */

.hotspot-local-camden {
    left: 29.451619%;
    top: 91.8948672566372%;
}
.hotspot-local-cumberland {
    left: 84.590667%;
    top: 36.60354%;
}
.hotspot-local-eagle {
    left: 55.092476%;
    top: 81.481239%;
}
.hotspot-local-erskine {
    left: 52.711143%;
    top: 15.532035%;
}
.hotspot-local-tnr {
    left: 30.518381%;
    top: 4.567257%;
}
.hotspot-local-wetherill {
    left: 82.545905%;
    top: 29.837611%;
}
/* Hotspot positions - major projects */

.hotspot-major-bringelly {} .hotspot-major-bringelly-int {} .hotspot-major-m12,
.hotspot-major-m12:hover {
    background: #f6921e;
}
.hotspot-major-ross {} .hotspot-major-tnr1,
.hotspot-major-tnr1:hover {
    background: #f37025;
}
.hotspot-major-tnr2,
.hotspot-major-tnr2:hover {
    background: #00a550;
}
.hotspot-major-tnr3,
.hotspot-major-tnr3:hover {
    background: #0073b4;
}
.hotspot-major-tnr4,
.hotspot-major-tnr4:hover {
    background: #ffcc01;
}
.hotspot-major-tnr5,
.hotspot-major-tnr5:hover {
    background: #00adef;
}
.hotspot-major-tnr6,
.hotspot-major-tnr6:hover {
    background: #aa2fea;
}
.hotspot-major-werrington {}
/* WSIP layer z-index overrides */


.svg-active-container {
	display: none;
	z-index: 98;
}
.hotspot-is-active .svg-active-container {
	display: block;
}

.portal-map .hotspot.active {
    z-index: 99;
}
.map-layer.active,
.map-aux-layer.active,
.map-svg-layer.active,
.map-major.active,
.map-local.active {
    z-index: 98;
}
.map-layer-hwy-names.active {
    z-index: 97;
    opacity: 0.5;
}
.map-layer-city-names.active,
.map-layer-town-names.active,
.map-layer-city-name.active,
.map-layer-town-name.active {
    z-index: 96;
}
.map-layer-roads.active {
    opacity: 0.4;
    z-index: 95
}
.map-core.active {
    z-index: 94;
}
.dark-underlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1f2f37;
    opacity: 0.6;
    z-index: 92;
}
.base-map.active {
    z-index: 91;
    position: relative;
    opacity: 0.85;
}
/* Active map layer opacity settings */

.portal-map .map-layer-bwsea.active,
.portal-map .map-layer-swgc.active {
    opacity: 0.4;
}
.portal-map .map-layer-airport.active {
    opacity: 0.65;
}
.portal-map .map-layer-swrl.active {
    opacity: 1;
}
/* Other active layer settings */

.portal-map.selection-active,
.portal-map.selection-active a:hover {
    cursor: alias !important;
    cursor: -webkit-zoom-out !important;
    cursor: zoom-out !important;
}
.portal-map.selection-active .map-key,
.map-key.active {
    z-index: 999;
}
.hotspot-active {
    background: transparent !important;
}
.hotspot-active .fa {
    opacity: 0 !important;
}
.hotspot-stable:hover .hotspot-tooltip {
    display: block;
}
.hotspot-active:hover .hotspot-tooltip {
    display: none;
}
.line-to-info-bar {
    position: absolute;
    height: 2px;
    background: #FFF;
    z-index: 98;
}
/* ======================
   == TNR3 PAGE STYLES ==
   ====================== */
/* TNR3 labels */

.hwy-m4-tnr3 {
    left: 76%;
    top: 26.3%;
}
.city-penrith-tnr3 {
    right: 70%;
    top: 8%;
}
.city-claremontmeadows-tnr3 {
    right: 15%;
    top: 22.6%;
}
.city-glenmorepark-tnr3 {
    right: 63%;
    top: 30%;
}
.city-mulgoa-tnr3 {
    right: 81%;
    top: 82%;
}
/* TNR3 Key intersections styles & positions */

.portal-map .hotspot-keyint {
    background: #E8BB1F;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 15px;
    font-size: 1.1em;
    font-weight: 700;
}
.portal-map .hotspot-keyint:hover,
.portal-map .hotspot-keyint:active,
.portal-map .hotspot-drivewayaccess:hover,
.portal-map .hotspot-drivewayaccess:active {
    text-decoration: none !important;
    z-index: 99
}
.hotspot-keyint-1 {
    left: 56.7%;
    top: 7%;
}
.hotspot-keyint-2 {
    left: 56.9%;
    top: 10.8%;
}
.hotspot-keyint-3 {
    left: 59%;
    top: 17.5%;
}
.hotspot-keyint-4 {
    left: 58.4%;
    top: 20.8%;
}
.hotspot-keyint-5 {
    left: 56.3%;
    top: 24%;
}
.hotspot-keyint-6 {
    left: 51.5%;
    top: 27.8%;
}
.hotspot-keyint-7 {
    left: 50.5%;
    top: 29.8%;
}
.hotspot-keyint-8 {
    left: 48.2%;
    top: 35.4%;
}
.hotspot-keyint-9 {
    left: 46%;
    top: 46.2%;
}
.hotspot-keyint-10 {
    left: 40%;
    top: 57%;
}
.hotspot-keyint-11 {
    left: 37.2%;
    top: 61.5%;
}
.hotspot-keyint-12 {
    left: 36%;
    top: 65.4%;
}
.hotspot-keyint-13 {
    left: 35.7%;
    top: 69.8%;
}
.hotspot-keyint-14 {
    left: 35.4%;
    top: 73%;
}
.hotspot-keyint-15 {
    left: 35.7%;
    top: 76.6%;
}
.hotspot-keyint-16 {
    left: 37.8%;
    top: 80.7%;
}
.hotspot-keyint-17 {
    left: 39.9%;
    top: 85.5%;
}
/* TNR3 driveway access labels */

.portal-map .hotspot.hotspot-drivewayaccess {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    width: calc(70vw * 0.024);
    height: calc(70vw * 0.024);
    line-height: calc(70vw * 0.024 - 2px);
    font-size: 1.1vw;
    background: #FFF;
    color: #337ab7;
}
.hotspot-drivewayaccess-1 {
    left: 56.6%;
    top: 14.4%;
}
.hotspot-drivewayaccess-2 {
    left: 59.9%;
    top: 13.8%;
}
.hotspot-drivewayaccess-4 {
    left: 59.9%;
    top: 23.8%;
}
.hotspot-drivewayaccess-5 {
    left: 48%;
    top: 32.1%;
}
.hotspot-drivewayaccess-6 {
    left: 51.5%;
    top: 33.2%;
}
.hotspot-drivewayaccess-7 {
    left: 46%;
    top: 40%;
}
.hotspot-drivewayaccess-8 {
    left: 49.7%;
    top: 40.4%;
}
.hotspot-drivewayaccess-9 {
    left: 44.4%;
    top: 55.8%;
}
.hotspot-drivewayaccess-10 {
    left: 41.4%;
    top: 53.2%;
}
.hotspot-drivewayaccess-11 {
    left: 35.2%;
    top: 63.4%;
}
.hotspot-drivewayaccess-13 {
    left: 34.4%;
    top: 67.9%;
}
.hotspot-drivewayaccess-15 {
    left: 33.9%;
    top: 71.3%;
}
.hotspot-drivewayaccess-17 {
    left: 35.3%;
    top: 79.8%;
}
.hotspot-drivewayaccess-19 {
    left: 38.3%;
    top: 83.8%;
}
/* =====================
   == WIDE MAP STYLES ==
   ===================== */

.cursor-zoom-in {
    cursor: zoom-in;
}
.hotspot-rail {
    background: #F9ED24;
    color: #000;
}
.hotspot-rail:hover {
    background: #F7CE25;
}
.hotspot-major-wsip {
    left: 34.5%;
    top: 43%;
}
.hotspot-major-wcx {
    left: 69%;
    top: 42.2%;
}
.hotspot-major-wht {
    left: 84%;
    top: 36%;
}
.hotspot-major-ncx {
    left: 68%;
    top: 10.1%;
}
.hotspot-major-nwrl {
    left: 55%;
    top: 12.2%;
}
.hotspot-major-iwlr {
    left: 74.6%;
    top: 48%;
}
.hotspot-major-cbdlr {
    left: 86.6%;
    top: 47%;
}

/* ====================
   == GRAFTON STYLES ==
   ==================== */

.grafton-header .header.navbar { font-size: 12px; }

.grafton-header .branding-bar { padding: 10px 0 10px; background-color: #FFF; }
.grafton-header .branding-crumbs { padding-left: 0; text-align: center; }
.grafton-header .branding-crumbs li { margin-right: 0; vertical-align: top; display: inline-block; list-style: none; float: none; }
.grafton-header .branding-crumbs .govt-logo { margin: 0; padding: 13px 25px 15px 0; margin-right: 20px; border-right: 1px solid #DDE4EA; }
.grafton-header .branding-crumbs .rms-logo { margin: 0; padding: 13px 0 15px 25px; margin-left: 20px; border-left: 1px solid #DDE4EA; }
.grafton-header .branding-crumbs .client-logo { max-width: 15%; float: right; margin: 12px 0 0 0; }
.grafton-header .crumb-divider { max-width: 14px; }
.grafton-header .branding-crumbs .crumb { font-weight: 300; color: #008FCE; padding-top: 24px; text-align: left; width: auto; }
.grafton-header .crumb a { font-weight: 300; color: #536374; }
.grafton-header .crumb a:hover { text-decoration: none; color: #242a30; }
.grafton-header .crumb strong { font-weight: 600; }

.grafton-header .header-nav { background: #006DB1; background: -moz-linear-gradient(-45deg, rgba(0,109,177,1) 0%, rgba(0,176,235,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,109,177,1)), color-stop(100%, rgba(0,176,235,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,109,177,1) 0%, rgba(0,176,235,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,109,177,1) 0%, rgba(0,176,235,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,109,177,1) 0%, rgba(0,176,235,1) 100%);
background: linear-gradient(135deg, rgba(0,109,177,1) 0%, rgba(0,176,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006db1', endColorstr='#00b0eb', GradientType=1 ); font-size: 16px; line-height: 1; text-align: center; }
.grafton-header .header-nav a { color: #FFF; font-weight: 300; padding: 16px 12px 17px; display: block; font-size: 0.9em; }
.grafton-header .header-nav a:hover { text-decoration: none; background: #242a30; background: rgba(36,42,48,0.1); }
.grafton-header .header-nav a.active { background: #242a30; background: rgba(36,42,48,0.3); }
.grafton-header .header-nav .fa { margin-right: 5px; }

.grafton-header .nav-sidebar-toggle { position: absolute; right: 10px; }

.grafton-content .hotspot {
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    width: calc(70vw * 0.03);
    height: calc(70vw * 0.03);
    line-height: calc(70vw * 0.03 - 2px);
    font-size: 1.2vw;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    opacity: 1;
    background: #FFF;
    color: #337ab7;
}
.grafton-content .hotspot:hover {
    background: #0CE6E3;
    color: #FFF;
}
.grafton-content .hotspot .fa {
    padding-left: 0.5px;
}
.grafton-content .hotspot .fa-camera {
    font-size: 11px;
    font-size: 1.1vw;
}
.grafton-content .custom-icon {
	width: 70%;
    display: block;
    margin: -2px auto;
}
.grafton-content .custom-icon svg {
	display: inline-block;
	vertical-align: middle;
}
.grafton-content .hotspot:hover .custom-icon-path {
	fill: #FFF !important;
}
.hotspot-onhover { position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; }
.hotspot-line {  }
.hotspot-cone { mix-blend-mode: overlay; display: none; }
.hotspot:hover + .hotspot-onhover { display: block; }

.grafton-key.footer-key li .fa, .grafton-key.key-container li .fa {
    border: 1px solid #FFF;
    padding: 4px;
    width: 24px;
    border-radius: 50%;
    background-color: #FFF;
    color: #337ab7;
    text-align: center;
}

.grafton-content .portal-video-gallery {
    color: #FFF;
    margin-bottom: 100px;
}
.grafton-content .video-gallery-header { text-align: center; margin-bottom: 30px; }
.grafton-content .video-gallery-header h2 { font-weight: 300; }
.grafton-content .video-gallery-header p { font-size: 125%; }
.grafton-content .video-gallery-section-title {
    border-top: 1px solid #4B5B67;
    padding-top: 30px;
    color: #FFF;
}
.grafton-content .video-thumb-title {
	font-weight: 300;
}
.grafton-content .video-thumb-image {
	width: 100%;
}

.grafton-key .footer-compass {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
}

/* DRIVER JOURNEYS - GRAFTON */

.dj-tooltip-meta, 
.dj-path,
.dj-end,
.dj-landmarks,
#portal-info-home .dj-reset {
	display: none;
}

.dj-map .dark-underlay {
	opacity: 0.3;
	display: none;
}

.dj-hotspot-active .dark-underlay {
	display: block;
}

.dj-hotspot-active .dj-path, 
.dj-hotspot-active .dj-labels, 
.dj-hotspot-active .dj-landmarks {
	z-index: 95;
	display: block;
}
.dj-hotspot-active .fa,
.dj-hotspot-active .hotspot-tooltip {
	display: inline-block !important;
}

.grafton-content .dj-start {
	background-color: #7dcf57;
	border: 1px solid #FFF;
	color: #FFF;
}

.grafton-content .dj-end {
	background-color: #e54a2f;
	border: 1px solid #FFF;
	color: #FFF;
}

.dj-start.active, .dj-end.active {
	pointer-events: none;
}

.portal-info-panel h2 .dj-reset {
	font-size: 12px;
	margin: 0;
	padding: 6px 12px;
}

.dj-result {
	padding: 15px;
	background: #FFF;
	color: #1f2f37;
}
.dj-result .btn-primary {
	text-align: left;
	padding: 12px 18px;
}
.portal-info .dj-result .btn-wireframe {
	border-color: #6c767b;
    color: #6c767b;
}
.portal-info .dj-result .btn-wireframe:hover,
.portal-info .dj-result .btn-wireframe:focus {
    border: 1px solid #000;
    color: #000;
}

.dj-result-start,
.dj-result-end {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.dj-result-video-disclaimer {
	font-size: 12px;
}
.dj-result-video-disclaimer a {
	color: #1f2f37;
	pointer-events: none;
}
.dj-result-video-disclaimer a:hover {
	color: #1f2f37;
	cursor: text;
	text-decoration: none;
}
.dj-result-desc {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 15px 0 10px;
	margin: 15px 0 10px;
}
.dj-result-desc ol {
	padding-left: 15px;
}
.dj-result-desc li {
	margin-top: 5px;
}
.dj-result-start span,
.dj-result-end span,
.dj-result-desc span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 3px;
}

/* M4 */

.m4-key.footer-key li .fa, .m4-key.key-container li .fa {
    border: 1px solid #FFF;
    padding: 4px;
    width: 21px;
    border-radius: 50%;
    background-color: #192B3F;
    color: #FFF;
    text-align: center;
}

/* Flooding */

.grafton-flood-bxslider .flood-toggle-container { position: absolute; top: 20px; left: 20px; background-color: #FFF; z-index: 11; }
.grafton-flood-bxslider .flood-toggle { display: block; float: left; padding: 10px; margin: 0; }
.grafton-flood-bxslider .flood-slider { float: left; padding: 10px; background: #006DB1; max-height: 42px; overflow: hidden; display: none; }
.grafton-flood-bxslider .flood-slider a { color: #FFF; display: inline-block; margin-right: 11px; }
.grafton-flood-bxslider .flood-slider a.active { font-weight: 700; }

.grafton-flood-bxslider .layer-flood { display: block; }
.grafton-flood-bxslider .layer-flood-off { display: none; }

.grafton-flood-bxslider.bxslider-container { max-width: 970px; margin: 0 auto; position: relative;
 }
.grafton-flood-bxslider .bxslider li { left: 0; }
.grafton-flood-bxslider .bxslider-nav { list-style: none; text-align: center; }
.grafton-flood-bxslider .bxslider-nav li { display: inline-block; }
.grafton-flood-bxslider .bxslider-nav a { color: #FFF; font-weight: bold; margin: 0 6px; }
.grafton-flood-bxslider .bxslider-nav a.active { color: #00aeef; }

/* =======================
   == PORTAL INFO PANEL ==
   ======================= */
/* General */

.portal-info {
    float: right;
    width: 30%;
    padding: 15px;
    border-left: 1px solid #FFF;
    color: #AEBFC5;
    background: #1f2f37;
    background-size: 100%;
    background-size: cover;
    height: 1130px;
    height: calc(70vw * 1.0761904762);
}
.portal-info h1,
.portal-info h2,
.portal-info h3,
.portal-info h4,
.portal-info h5,
.portal-info h6,
.container-dark h1,
.container-dark h2,
.container-dark h3,
.container-dark,
.container-dark h5,
.container-dark h6 {
    color: #FFF;
}
.container-dark {
    color: #AEBFC5;
}
.portal-info label {
    color: #AEBFC5;
}
.portal-info-container {
    max-width: 480px;
    position: relative;
}
.portal-info-panel {
    max-width: 480px;
}
.portal-map-stack .portal-info-panel {
	display: none;
}
.portal-info .btn {
    font-size: 1.1em;
    margin: 15px 0;
    white-space: normal;
}
.portal-info .btn .fa {
    margin-right: 5px;
}
.portal-info .btn-wireframe,
.portal-info-container .btn-wireframe {
    border: 1px solid #AEBFC5;
    color: #AEBFC5;
    background: transparent;
    text-align: left;
    padding: 12px 18px;
}
.portal-info .btn-wireframe:hover,
.portal-info .btn-wireframe:focus,
.portal-info-container .btn-wireframe:hover,
.portal-info-container .btn-wireframe:focus {
    border: 1px solid #FFF;
    color: #FFF;
}
.option-vids .btn {
    font-size: 0.8em;
    padding: 9px 9px;
}
.portal-info.is-fixed {
    position: relative;
}
.portal-info.is-fixed .portal-info-panel {
    position: fixed;
    top: 15px;
}

/* Colour the titles based on the selected content */
#portal-info-major-m12 h2 { border-left: 8px solid #f6921e; padding-left: 10px; }
#portal-info-major-tnr1 h2 { border-left: 8px solid #f37025; padding-left: 10px; }
#portal-info-major-tnr2 h2 { border-left: 8px solid #00a550; padding-left: 10px; }
#portal-info-major-tnr3 h2 { border-left: 8px solid #0073b4; padding-left: 10px; }
#portal-info-major-tnr4 h2 { border-left: 8px solid #ffcc01; padding-left: 10px; }
#portal-info-major-tnr5 h2 { border-left: 8px solid #00adef; padding-left: 10px; }
#portal-info-major-tnr6 h2 { border-left: 8px solid #aa2fea; padding-left: 10px; }


/* Map layer toggle menu */

.panel-info-subsection {
    margin-top: 15px;
    border-top: 1px solid #63737B;
    border-bottom: 1px solid #63737B;
}
.panel-info-subsection h3 {
    color: #AEBFC5;
    font-size: 1.1em;
    padding: 13px 0;
    margin: 0;
}
.panel-info-subsection h3:hover {
    cursor: pointer;
    color: #D6E5EA;
}
.panel-info-subsection.active h3 {
    color: #FFF;
}
.subsection-row {
    display: none;
    border-left: 5px solid #63737B;
    padding-left: 10px;
    margin-bottom: 10px;
}
.panel-info-subsection.active .subsection-row {
    display: block;
}
.subsection-row h5 {
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 0 0 6px;
    color: #AEBFC5;
}
.subsection-row label {
    font-size: 0.9em;
    margin-right: 10px;
}
.subsection-row label:hover {
    cursor: pointer;
}
.subsection-row-oneperline label {
    display: block;
}
.subsection-row label input {
    margin-right: 3px;
}
/* ========================
   == VIDEO PANEL STYLES ==
   ======================== */

.content .row .portal-video {
    padding-right: 30px;
    margin-bottom: 100px;
}
.video-thumbs-subtitle {
    color: #FFF;
    margin: 25px 0 10px;
}
.video-thumbs {
    list-style: none;
    padding: 0;
}
.video-thumbs li {
    display: block;
    float: left;
    width: 32.6667%;
    margin-right: 1%;
    margin-top: 6px;
    text-align: center;
}
.video-thumbs li:nth-child(3n+3) {
    margin-right: 0;
}
.video-thumbs li:nth-child(3n+1) {
  clear: left;
  }
.video-thumbs a {
    opacity: 0.75;
    position: relative;
    display: block;
}
.video-thumbs a:hover,
.video-thumbs a.active-video {
    opacity: 1;
    text-decoration: none;
}
.video-thumbs a.active-video img {
    outline: 1px solid #41A6E4;
}
.video-playing {
    position: absolute;
    top: 34%;
    width: 100px;
    text-align: center;
    padding: 5px;
    left: 50%;
    margin-left: -50px;
    background: #41A6E4;
    color: #FFF;
    font-size: 75%;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #FFF;
}
/* =========================
   == SURVEY PANEL STYLES ==
   ========================= */
/* Surveys */

.survey-question {
    color: #242a30;
}
.survey-answer-bank {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEE;
}
.survey-answer-bank:last-child {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.survey-answer-bank label {
    margin-right: 15px;
}
.survey-answer-bank input {
    margin-right: 5px;
}
.survey-answer-bank .input-label {
    width: 100%;
}
.survey-answer-bank textarea,
.survey-answer-bank input {
    width: 100%;
    padding: 10px;
}
.survey-answer-bank input[type="checkbox"],
.survey-answer-bank input[type="radio"] {
    width: auto;
}
.ans-label.fa {
    display: inline-block;
    background: #EEE;
    line-height: 2;
    padding-right: 15px;
    margin: 0 7px 7px 0;
    border-radius: 5px;
    font: 400 16px/2.2 'Source Sans Pro', Helvetica, Arial, san-serif;
}
.ans-label.fa:before {
    display: none;
}
.ans-label.fa:before {
    background: #888;
    color: #FFF;
    padding: 0 7px;
    margin-right: 15px;
    display: inline-block;
    font: normal normal normal 16px/2.2 FontAwesome;
    min-width: 40px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
}
.js .ans-label input {
    display: none;
}
.ans-label.fa-check:before,
.ans-label.fa-thumbs-up:before {
    /* background: #9ad562; */
    
    background: #888;
}
.ans-label.fa-times:before,
.ans-label.fa-thumbs-down:before {
    background: #888;
}
.ans-label.fa:hover {
    background: #DDD;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ans-label.fa:hover:before,
.ans-label.fa.is-checked:before {
    background: #0592fd;
}
.ans-label.fa-check:hover:before,
.ans-label.fa-thumbs-up:hover:before,
.ans-label.fa-check.is-checked:before,
.ans-label.fa-thumbs-up.is-checked:before {
    background: #71bc2a;
}
.ans-label.fa-times:hover:before,
.ans-label.fa-thumbs-down:hover:before,
.ans-label.fa-times.is-checked:before,
.ans-label.fa-thumbs-down.is-checked:before {
    background: #ce3f2f;
}
.ans-label:hover {
    cursor: pointer;
}
.ans-label input {
    display: none;
}
.option-checked .not-checked {
    opacity: 0.2;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
}
.option-checked .not-checked:before {
    background: #999;
}
/* ===================
   == FOOTER STYLES ==
   =================== */

.footer {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    background: #1f2f37;
    margin: 0;
    width: 100%;
    color: #FFF;
    padding: 3px 0;
}
.footer-compass {
    width: 60px;
    padding: 0 10px;
}
.footer-key {
    text-align: left;
    width: 100%;
}
.footer-key ul {
    margin: 0;
    padding: 0;
}
.footer-key li {
    padding: 0 0 0 20px;
    list-style: none;
    float: left;
    line-height: 40px;
    font-size: 11px;
}
.footer-key li .fa,
.key-container li .fa {
    border: 1px solid #FFF;
    padding: 4px;
    border-radius: 50%;
    background-color: #00ABED;
}
.footer-key li a {
    color: #FFF;
    font-weight: bold;
}
.map-key-box {
    width: 50px;
    height: 9px;
    border: 2px solid #FFF;
}
.map-key-circle {
    width: 50px;
    height: 50px;
    border: 2px solid #FFF;
}
.map-key-line {
    width: 100%;
    border-top: 6px solid #10BBFD;
}
.map-key-line-blue-dashed {
    border-top: 6px dotted #10BBFD;
}
.map-key-line-green {
    width: 100%;
    border-top: 6px solid #8CC63E;
}
.footer-key .footer-logo {
    padding: 0 10px 0 0;
}
.footer-logo img {
    height: 40px;
    max-height: 40px;
    vertical-align: top;
    width: auto !important;
}
/* ===================
   == MOBILE STYLES ==
   =================== */


@media (min-width: 1440px) {
    .portal-map-mask {
        width: 120%;
        margin-left: -10%;
    }
}
@media (min-width: 1620px) {
    .portal-map-mask {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1680px) {
    .grafton-key .hide-below-1001,
    .m4-key .hide-below-1001 {
        display: none;
    }
    .grafton-key .show-below-1001,
    .m4-key .show-below-1001 {
        display: block;
    }
    .m4-key.footer-key li .fa, .m4-key.key-container li .fa {
	    width: 24px;
    }
}
@media (max-width: 1280px) {
	body {
		font-size: 13px;
	}
    .footer {
        font-size: 11px;
    }
}
@media (max-width: 1000px) {
    .show-below-1001 {
        display: inherit;
    }
    span.show-below-1001 {
        display: inline;
    }
    .hide-below-1001 {
        display: none;
    }
    .crumb {
        padding-top: 18px;
    }
    .portal-info {
        float: none;
        width: 100%;
        height: auto !important;
        border-left: 0 none;
        border-bottom: 2px solid #FFF;
    }
    .portal-info-container,
    .portal-info-panel {
        max-width: 100%;
    }
    .portal-info-panel {
        clear: both;
        overflow: hidden;
        padding: 0 10px;
    }
    .portal-info-top {
        float: left;
        width: 47%;
    }
    .portal-info-top > h2 {
        margin-top: 12px;
    }
    .portal-info-bottom {
        float: right;
        width: 47%;
    }
    .portal-map {
        float: none;
        width: 100%;
    }
    .portal-map .hotspot {
        width: 35px;
        height: 35px;
        line-height: 35px;
        width: calc(100vw * 0.037);
        height: calc(100vw * 0.037);
        line-height: calc(100vw * 0.037);
        text-align: center;
        font-size: 20px;
        font-size: 2vw;
        border-radius: 50%;
    }
    .touch .hotspot-tooltip {
	    display: none !important;
	}
	/* hides tooltips on touch devices */
    .portal-map .hotspot.hotspot-drivewayaccess {
        width: 22px;
        height: 22px;
        line-height: 22px;
        width: calc(100vw * 0.033);
        height: calc(100vw * 0.033);
        line-height: calc(100vw * 0.033);
        font-size: 16px;
        font-size: 1.6vw;
    }
    .hotspot-tooltip {
        display: none !important;
    }
    .footer-key .pull-left {
        max-height: 40px;
        width: 80%;
        width: calc( 100% - 150px);
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .footer-key .pull-left li {
        display: inline-block;
        float: none;
    }
    .footer-key .pull-right {
        box-shadow: -2px 0 10px rgb(31, 47, 55);
    }
    .content .row .portal-video {
        padding-right: 10px;
        float: left;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .show-below-768 {
        display: inherit;
    }
    span.show-below-768 {
        display: inline;
    }
    .hide-below-768 {
        display: none;
    }
    .branding-crumbs .govt-logo {
        max-width: 22%;
        float:left !important;
    }
    .branding-crumbs .rms-logo {
        max-width: 25%;
        float:right !important;
        margin: 0 0 0 5px !important;
    }
    .branding-crumbs .crumb {
        width: 100%;
        
        font-size: 2.7vw !important;
        margin-left: -5% !important;
    }
    #header-menu {
        width: 100%;
    }
    #header-menu li {
        float: none;
        display: block;
        width: 100%;
    }
    .portal-info-top,
    .portal-info-bottom {
        float: none;
        width: 100%;
    }
    .portal-map .map-layer-compass {
        width: 40px;
        height: 40px;
    }
}
/*@media (max-width: 767px) {
    .show-below-768 {
        display: inherit;
    }
    span.show-below-768 {
        display: inline;
    }
    .hide-below-768 {
        display: none;
    }
    .branding-crumbs .govt-logo {
        max-width: 24%;
    }
    .branding-crumbs .client-logo {
        max-width: 37%;
    }
    .branding-crumbs .crumb {
        width: 100%;
        font-size: 4.6vw;
    }
    #header-menu {
        width: 100%;
    }
    #header-menu li {
        float: none;
        display: block;
        width: 100%;
    }
    .portal-info-top,
    .portal-info-bottom {
        float: none;
        width: 100%;
    }
    .portal-map .map-layer-compass {
        width: 40px;
        height: 40px;
    }
} */
@media (max-width: 480px) {
    .hide-below-480 {
        display: none !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Chrome- and Safari-specific CSS here*/
    
    .webkit-only {
        display: block !important;
    }
}
/* ==============
   == IE FIXES ==
   ============== */

.ie9 .panel-content {
    opacity: 1 !important;
}
.ie8 body {
    font-family: 'TransText', 'Source Sans Pro', "Open Sans", sans-serif;
}
.ie8 .pace {
    display: none !important;
}
.ie8 .navbar-header {
    float: left;
}
.ie8 .navbar-toggle {
    display: none
}
.ie8 .navbar-right {
    float: right;
    margin: 0 -15px 0 0;
}
.ie8 .navbar-nav>li {
    float: left;
}
.ie8 .page-header li {
    float: left;
    display: block;
}
.ie8 .col-md-8 {
    width: 66.66666667%;
    float: left;
}
.ie8 .col-md-6 {
    width: 50%;
    float: left;
}
.ie8 .col-md-5 {
    width: 41.66666667%;
    float: left;
}
.ie8 .col-md-4 {
    width: 33.33333333%;
    float: left;
}
.ie8 .col-md-3 {
    width: 25%;
    float: left;
}