 * {
     box-sizing: border-box;
}
 html, body {
     height: 100%;
     margin: 0;
     padding: 0;
     overflow: hidden;	 
     font-size: 18px;
     font-family: Roboto, Arial, sans-serif;	 
}

 #edMap {
     display: block;	 
     position: absolute;
     top: 0px;
     left: 0px;
     right: 0px;
     bottom: 0px;	 
     overflow: hidden;	 	 
 }
 
 #edMap-loader{
     display: block;	 
     position: absolute;
     top: 0px;
     left: 0px;
     right: 0px;
     bottom: 0px;	 
     overflow: hidden;		 
	 background-color: rgb(0, 93, 145);
	 z-index: 10000;
 }
 
 #header {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     right: 0px;
     height: 64px;
     background-color: #ffffff !important;
     background-repeat: no-repeat;
     background-position: 15px center;
     background-image: url(../images/header-logo.png);
}




 #header-name {
     float:right;
     padding: 5px 15px 0px 0px;
}
 #map {
     display: block;
     position: absolute;
     top: 104px;
     bottom: 0px;
     left: 380px;
     right: 0px;
     transition: 0.5s;
}
 #menubar {
     display: block;
     position: absolute;
     top: 64px;
     right: 0px;
     left: 0px;
     height:40px;
     border-bottom: 1px solid #888888;
     box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
     background-color: rgb(0, 93, 145);
     overflow-x: hidden;
     overflow-y: hidden;
     
     
     color: rgb(237, 237, 237);
     padding: 10px 15px 10px 15px;
}
 #mask, #maskShare, #maskPrint {
     display: none;
     position: absolute;
     top: 64px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-color: #000000;
     opacity: 0.7;
}

#mask {
	 z-index: 500; 	 
}

#maskShare, #maskPrint {
	 z-index: 1000;
}



#basemap {
	position: absolute; left: 10px; top:110px; display:none;
}

#basmap-map, #basmap-satellite {
	box-shadow: 0 0 0 2px rgba(0,0,0,.1);    
	background: #fff; 
	padding:5px; 
	z-index:0; 
	cursor: pointer;
	font-size: 0.8em;
    font-weight: bold;
}

#basmap-map:hover, #basmap-satellite:hover {
	background: #F2F2F2;
}

#basmap-map {
border-radius: 4px 0px 0px 4px;  
}

#basmap-satellite {
 border-radius: 0px 4px 4px 0px;   
}





 #sidebar {
     display: block;
     position: absolute;
     top: 64px;
     bottom: 0px;
     left: 0px;
     width:380px;
     border-right: 1px solid #003552;
     box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
     transition: 0.5s;
	 z-index: 600;
}
 #sidebar-header {
     display: block;
     position: absolute;
     top: 0px;
     height: 40px;
     width:100%;
     background-color: rgb(0, 85, 133);
     overflow-x: hidden;
     overflow-y: hidden;
     
     
     color: rgb(237, 237, 237);
     padding: 10px 15px 10px 19px;
}
 #sidebar-contents {
     display: block;
     position: absolute;
     top: 40px;
     bottom: 0px;
     width:100%;
     background-color: #ededed;
     overflow-x: hidden;
     overflow-y: auto;
     padding: 10px 20px 10px 20px;
}
 #sidebar-endofoptions {
     display:block;
     width: 10px;
     height: 1px;
}
 #sidebar-footer {
     position: absolute;
     width:340px;
     bottom: 0px;
     padding: 10px 30px 10px 0px;
     font-size: 0.6667rem;
     
     color: rgb(80, 80, 80);
     clear: left;
}

 #sidebar-footer a {
	 color: rgb(70, 70, 120);
     border-bottom: 1px dotted rgb(70, 70, 120);
     text-decoration: none;
 }

 .sidebar-inlineFooter{
     position:relative!important;
     padding-right: 0px!important;
	 z-index: 100!important;
}


#footer-emp {
	display: block;
    padding: 10px 0px 10px 0px;
}

#footer-emp-info {
	width: 100%;
	max-width: 339px;
	cursor: pointer;
}


 #options {
     display: block;
}
 #optionGroup{
     display: block;
     margin-bottom: 5px;
}
 .catchmentOptionButton {
     display: inline-block;
     position: relative;
     cursor: pointer;
     background-color: #ffffff;
     
     
     color: rgb(86, 86, 86);
     padding: 10px 15px 10px 15px;
     border-radius: 2px;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
 .catchmentOptionSelected {
     font-weight:500;
     color: #000000;
}
 div.catchmentOptionSelected::after {
     background-color: #ffffff;
     box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
     content: "";
     height: 15px;
     transform: translate(-50px,8px) rotate(-45deg);
     width: 15px;
     position: absolute;
     bottom: 0px;
     right: 0px;
}
 .XXcatchmentOptionButton:hover {
     background-color: rgb(235, 235, 235);
}
 .optionButton {
     cursor: pointer;
     background-color: #ffffff;
     
     
     color: rgb(86, 86, 86);
     padding: 10px 15px 10px 15px;
     border-radius: 2px;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
 .optionSelected {
     font-weight:500;
     color: #000000;
}
 .optionButton:hover {
     background-color: rgb(235, 235, 235);
}
 .searchGroup {
    /* border: 1px solid red;
     */
}




/* The container div - needed to position the dropdown content */
 .yearCategoryDropdown {
     position: relative;
     display: inline-block;
     width: 100%;
     margin-bottom: 10px;
}
/* Dropdown Button */
 .yearCategoryDropdown-button {
     display:block;
     border-style:solid;
     border-width:0px;
     outline: none;
     width:100%;
     margin: 10px 0px 0px 0px;
     padding: 0px;
     border-radius: 2px;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
     background-color: #ffffff;
     background-image: url(../images/icon-dropdown.png);
     background-repeat: no-repeat;
     background-position: right center;
}
 .yearCategoryDropdown-selected {
     display:block;
     width:100%;
     padding: 10px 32px 10px 55px;
     margin: 0px;
     
     
     color: #000000;
     cursor: pointer;
     background-repeat: no-repeat;
     background-position: 5px center;
}

 .yearCategoryDropdown-selected.icon-blue {
     background-image: url(../images/icon-catchment-blue.jpg);
}
 .yearCategoryDropdown-selected.icon-purple {
     background-image: url(../images/icon-catchment-purple.jpg);
}
 .yearCategoryDropdown-selected.icon-red {
     background-image: url(../images/icon-catchment-red.jpg);
}
/* Dropdown button on hover */
 .yearCategoryDropdown-button:hover {
    /* background-color: rgb(235, 235, 235);
     */
}
/* Dropdown Content (Hidden by Default) */
 .yearCategoryDropdown-content {
     display: none;
     position: absolute;
     background-color: #ffffff;
     width: 100%;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     z-index: 300;
     font-weight: 300;
	 padding: 10px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
 .yearCategoryDropdown-show {
    display:block;
}
 
		 .YearSelect {  display: inline-block; border:1px solid #aaaaaa; border-radius: 5px; padding: 10px; margin: 5px 0px 5px 0px; cursor: pointer; background-color: #ededed; }
		 .YearSelect:hover {border:1px solid #000000; background-color: #dde1eb; } 
		 .YearSelectSection { font-size: 0.8rem }
		 
		 
#searchAddressPos {
     z-index: 200;
     position: relative;	
}		 

#searching {
	 display:none;
     width:100%; 
	 text-align:center; 
	 padding-top:20px;	
	 color: #555555;
}

#error {
	 display:none;
     width:100%; 
	 text-align:center; 
	 padding-top:20px;	
	 color: #555555;
}







.mapboxgl-ctrl-geocoder {
    min-width: 100%;
    border: 0px solid #aaaaaa;
	border-radius: 2px;
	font-size: 1rem;
	z-index: 0;
}		 
		 
.mapboxgl-ctrl-geocoder--icon-search {
    height: 25px;
}	

.mapboxgl-ctrl-geocoder--input {
    height: auto;
    padding: 10px 10px 10px 35px;
}	 

.mapboxgl-ctrl-geocoder .suggestions {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.mapboxgl-ctrl-geocoder ul {
    border: 1px solid #cccccc;
}

.mapboxgl-ctrl-geocoder .suggestions li a:hover  {
	color: #404040;
    background-color: #dde1eb;
}

.mapboxgl-ctrl-geocoder .suggestions .active a  {
    color: #404040;
    background-color: #f7f7f7;
}

.mapboxgl-ctrl-geocoder .suggestions .active a:hover {
    color: #404040;
    background-color: #dde1eb;
}

#results {
	 display:none;
}

.result-site {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    padding: 0px;
    overflow: hidden !important;
    margin-top: 10px;
    margin-bottom: 14px;
}


 .results-title {
     color: #555555;
     padding: 10px 5px 0px 10px;
}

 .results-map{
     background-image: url(../images/icon-results-map.png);
     background-repeat: no-repeat;
     background-position: right center;	 
	 cursor: pointer;
}
 

 #results-close {
     float: right;
     cursor: pointer;
}
 
.popupSite .mapboxgl-popup-content {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    padding: 0px;
    overflow: hidden !important;	
}

.popupSite .mapboxgl-popup-close-button {
    right: 5px;
    top: 5px;
}

.infowindow-site {
    font: 400 1rem Roboto, Arial, sans-serif;
    color: #000000;
}

.infowindow-years {
    background-color: #6e82b4;
    color: #fff;
    padding: 5px 15px 5px 10px;
    font-size: 0.8889rem;
}


.infowindow-name {
    padding: 10px 10px 2px 10px;
    font-size: 1rem;
}

.infowindow-address, .infowindow-web, .infowindow-phone {
    padding: 2px 10px 2px 10px;
    font-size: 0.7778rem;
}

.infowindow-webXX {
	padding-bottom:10px;
}
	
.infowindow-web a {
    text-decoration: none;
}

.infowindow-emp  {
    display: block;
    font-size: 0.7rem;
    color: rgb(70, 70, 70);
    padding: 10px 15px 10px 25px;
    margin-left: 10px;
    background-image: url(../images/icon-emp-infowindow.png);
    background-repeat: no-repeat;
    background-position: 0px center;
}

.infowindow-emp a {
    text-decoration: none;
}
.infowindow-emp a:visited {
    color: rgb(70, 70, 70);
}

.infowindow-noemp {
    display:block;
    height:10px;	
}









 


 #menu-open {
     position: absolute;
     top: 0px;
     left: 0px;
     height: 40px;
     cursor: pointer;
     
     
     color: rgb(237, 237, 237);
     padding: 10px 15px 10px 35px;
     background-repeat: no-repeat;
     background-position: 15px center;
     background-image: url(../images/icon-menu.png);
}
 #menu-open:hover {
     color: #FFFFFF;
     background-color: rgb(50, 100, 150);
}
 #menu-close {
     float: right;
     cursor: pointer;
}
 #menu-items {
     position: absolute;
     top: 0px;
     right: 0px;
     height: 40px;
}
 .menu-item {
     float: right;
     cursor: pointer;
     
     
     color: rgb(237, 237, 237);
     padding: 10px 15px 10px 30px;
     background-repeat: no-repeat;
     background-position: 10px center;
}

 .menu-item:hover {
     color: #FFFFFF;
     background-color: rgb(50, 100, 150);
}
 #menu-help {
     background-image: url(../images/icon-help.png);
}
 #menu-print {
     background-image: url(../images/icon-print.png);
}
 #menu-email {
     background-image: url(../images/icon-email.png);
}
 #menu-share {
     background-image: url(../images/icon-share.png);
}
 #sidebar.sidebar-open {
     left: 0px;
}
 #sidebar.sidebar-closed {
     left: -380px;
}
 #map.sidebar-open {
     left:0px;
}
 #map.sidebar-closed {
     left: 0px;
}
 #mask.sidebar-open {
     display: block;
     opacity: 0;
}
 #mask.sidebar-closed {
}


 
 
#sharebar {
     display: block;
     position: absolute;
     top: 64px;
     bottom: 0px;
     right: 0px;
     width:380px;
     border-left: 1px solid #003552;
     box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
     transition: 0.5s;
	 z-index: 1100;
}
 #sharebar-header {
     display: block;
     position: absolute;
     top: 0px;
     height: 40px;
     width:100%;
     background-color: rgb(0, 85, 133);
     overflow-x: hidden;
     overflow-y: hidden;
     color: rgb(237, 237, 237);
     padding: 10px 15px 10px 37px;
	 background-repeat: no-repeat;
     background-position: 10px center;
     background-image: url(../images/icon-share.png);

	 
}
 #sharebar-contents {
     display: block;
     position: absolute;
     top: 40px;
     bottom: 0px;
     width:100%;
     background-color: #ededed;
     overflow-x: hidden;
     overflow-y: auto;
     padding: 10px 20px 10px 20px;
} 
 
 #share-close {
     float: right;
     cursor: pointer;
} 

 #sharebar.sharebar-open {
     right: 0px;
}
 #sharebar.sharebar-closed {
     right: -380px;
}
 #maskShare.sharebar-open {
     display: block;
     opacity: 0;
}
 #maskShare.sharebar-closed {
}


 #edMapURL{
     display:block;
     border-style:solid;
     border-width:0px;
     outline: none;
     width:100%;
     margin: 10px 0px 0px 0px;
     background-color: #ffffff;
     font-size: 1rem;     
     
     color: #000000;
     padding: 10px 15px 10px 15px;
     border-radius: 2px;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}


 #edMapURLCopy {
	  float:right;
	  margin-top: 10px;
     display: inline-block;
     position: relative;
     cursor: pointer;
     background-color: #ffffff;  
     color: rgb(86, 86, 86);
     padding: 10px 15px 10px 15px;
     border-radius: 2px;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;	  
	  
 }

 
 #edMapURLCopy:hover {
     background-color: rgb(235, 235, 235);
}
 

#printbar {
     display: block;
     position: absolute;
     top: 64px;
     bottom: 0px;
     right: 0px;
     width:380px;
     border-left: 1px solid #003552;
     box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
     transition: 0.5s;
	 z-index: 1110;	 
}
 #printbar-header {
     display: block;
     position: absolute;
     top: 0px;
     height: 40px;
     width:100%;
     background-color: rgb(0, 85, 133);
     overflow-x: hidden;
     overflow-y: hidden;
     
     
     color: rgb(237, 237, 237);
     padding: 10px 15px 10px 19px;
}
 #printbar-contents {
     display: block;
     position: absolute;
     top: 40px;
     bottom: 0px;
     width:100%;
     background-color: #ededed;
     overflow-x: hidden;
     overflow-y: auto;
     padding: 10px 20px 10px 20px;
} 
 
 #print-close {
     float: right;
     cursor: pointer;
} 

 #printbar.printbar-open {
     right: 0px;
}
 #printbar.printbar-closed {
     right: -380px;
}
 #maskPrint.printbar-open {
     display: block;
     opacity: 0;
}
 #maskPrint.printbar-closed {
}

#sidebar-swipeout {
     display:block; 
	 position:absolute; 
	 top:160px; 
	 bottom:50px; 
	 left:0px; 
	 width:30px; 	
} 
 

 
#walkthrough {
     display:none;  
	 position:absolute; 
	 top:0px; 
	 bottom:0px; 
	 left:0px; 
	 right:0px;	
     z-index: 1000;	 
}
 
.walkthrough {
     display:none; 
	 position:absolute; 
	 top:100px; 
	 left:80px; 	
  	 width: 330px;
     background-color:#a06e6e;
     color:#ffffff;
     border: 3px solid #915050;
     border-radius: 5px;
     box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);	 
}

.walkthrough-arrow {
     display:block; 
	 position:absolute; 
     background-image: url(../images/walkthrough-arrow.png);
     background-repeat: no-repeat;
	 width: 32px;
	 height:16px;	 
}	 

.walkthrough-arrow.arrowTopLeft {
	 background-position: 0px 0px;
	 top:-16px; 
	 left:40px; 
} 
.walkthrough-arrow.arrowTopRight {
	 background-position: 0px 0px;
	 top:-16px; 
	 right:30px; 
} 
.walkthrough-arrow.arrowBottomLeft {
	 background-position: 0px -16px;
	 bottom:-16px; 
	 left:50px; 
} 
.walkthrough-arrow.arrowBottomRight {
	 background-position: 0px -16px;
	 bottom:-16px; 
	 right:50px; 
}  
 
.walkthrough-title {
    background-color:#915050;	
	color: #ffffff;
	padding: 5px 10px 5px 35px;
	font-weight: 600;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/icon-help.png);	 
} 

.walkthrough-title span {
	float: right;
	font-weight: 300;
	font-size: 0.9rem;
}

.walkthrough-text {
	padding: 5px 10px 5px 10px;	
}

.walkthrough-buttons {
     display:block; 
	 width:100%;
	 padding: 10px;
}

.walkthrough-skip, #emp-tooltip-more {
     display: inline-block;
     cursor: pointer;
     font-weight:400;
	 color: #d2c3c3;
     padding: 8px 15px 8px 15px;
	 border: 1px solid #d2c3c3;
     border-radius: 2px;
}

.walkthrough-skip:hover, #emp-tooltip-more:hover {
     background-color: #b37b7b;
	 color: #ffffff;
}

.walkthrough-next, #emp-tooltip-close {
     display:block; 
	 position:absolute; 
	 bottom:10px; 
     right: 10px;
     cursor: pointer;
     background-color: #ffffff;
     font-weight:500;
     color: #000000;     
     padding: 10px 15px 10px 15px;
     border-radius: 2px;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#emp-tooltip  {
	 transform: translate(0%,-100%); position: abolute; width:100%; top:0px; left:0px; font-size:1rem;
}


 
 
 
#map-print-info {
	font-size: 0.8rem;	
	padding-bottom: 10px;
}

#map-print-info span {
	font-weight:bold;
	text-decoration:underline;
	color: #000000;
}


#map-print-dialog {
	
	margin-left: auto;
	margin-right: auto;
	text-align: right;	
}

#map-print {
	display: block;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 1101;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.75);
}




#map-print-buttonprint  {
     display: inline-block;
     position: relative;
     cursor: pointer;
     background-color: #ffffff; 
     color: rgb(86, 86, 86);
     padding: 10px 15px 10px 15px;
     border-radius: 2px;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	 margin-top: 20px;
}


.loadingBars {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 26px;
}
.loadingBars div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #555555;
  animation: loadingBars 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loadingBars div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.loadingBars div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.loadingBars div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes loadingBars {
  0% {
    top: 3px;
    height: 25px;
  }
  50%, 100% {
    top: 10px;
    height: 13px;
  }
}




 @media screen and (max-width: 760px) {
     #map.sidebar-open {
         left:0px;
    }
}

 @media screen and (min-width: 761px) {
     #mask.sidebar-open {
         display:none;
    }
}
 @media screen and (max-width: 530px) {
     #header {
         background-image: url(../images/header-logo2.png);
    }
     .menu-item-text {
         display: none;
    }
}

 @media screen and (max-width: 415px) {
     #sidebar, #sharebar, #printbar {
         width:90%;
    }		
	 #sidebar-footer {
         width:100%;		 
	 }
	 
	 .walkthrough {
		 width:90%;
		 left: 10px;
	 }
}

 @media screen and (max-width: 380px) {
     #header {
         background-image: url(../images/header-logo3.png);
    }
    .schoolLabel {
        font-size: 11px;		
	}	
}

 @media screen and (max-width: 305px) {
     .menu-item-mapoptions {
         display: none;
    }
	.results-years {
	     background-size: 25%;
	}	
}
 @media screen and (max-width: 263px) {
    #header {
         background-image: url(../images/header-productname2.png);
		 background-position: 0 center; 
		 background-size:100%; 
    }
	#header-name {
		display:none;
	}

    .schoolLabel {
        font-size: 10px;		
	}

}

 @media screen and (max-width: 350px) { 
 .catchmentOptionButton, #searchSchool, #searchAddress {
    padding: 5px 10px 5px 10px;
}
 }
 @media screen and (max-width: 350px) { html, body { font-size: 16px; }}
 @media screen and (max-width: 320px) { html, body { font-size: 14px; }}
 @media screen and (max-width: 250px) { html, body { font-size: 12px; }}


 @media print
{
    * {
         -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
         color-adjust: exact !important;                 /* Firefox */
    }
}
 

@supports (filter: brightness(70%)) or (-webkit-filter: brightness(70%)) or (-moz-filter: brightness(70%)) or (-ms-filter: brightness(70%)) or (-o-filter: brightness(70%)) {

 .walkthroughFaded {
	filter: brightness(70%); 
	-webkit-filter: brightness(70%); 
	-moz-filter: brightness(70%);  
	-ms-filter: brightness(70%);
	-o-filter: brightness(70%); 
  }

 .walkthroughSidebar {
	  background-color: #a6a6a6!important;
  }
  
}
 
@supports (filter: blur(1px)) or (-webkit-filter: blur(1px)) or (-moz-filter: blur(1px)) or (-ms-filter: blur(1px)) or (-o-filter: blur(1px)) {

 .walkthroughBlurred {
	filter: brightness(70%) blur(1px); 
	-webkit-filter: brightness(70%) blur(1px); 
	-moz-filter: brightness(70%) blur(1px);  
	-ms-filter: brightness(70%) blur(1px);
	-o-filter: brightness(70%) blur(1px); 
  }
  
}
 
  
}
 
 
  

 