
.pad svg {
    width: 100%;
    height: auto;
}
.area{
  fill: #00647A;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.area:hover{
fill:#4591A1 !important;
cursor: pointer;
}

.area.active{
  fill: #68c7d0 !important;
  stroke: #68c7d0 !important;
}

.area path,
.area polygon
{
  fill: inherit !important;
}
.suburbs .head h2{
  color: white;
   font-size: 24px;
   font-weight: 600;
}
.suburbs .head p{
  color: white;
   font-weight: 600;
}

.suburbs-text {
  text-align: left;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.suburbs-section {
  padding: 30px;
  text-align: center;
  width: 100%;
  z-index: 3;
  min-height: 500px;
}

.suburbs-section li {
  margin-bottom: 20px;
  font-size: 18px;
  list-style: none;
}

.suburbs-section .suburbs {
  display: none;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  font-size:15px;
  line-height: 1.4;
}

.suburbs-section .suburbs a{
  color: white;
  text-decoration: underline;
}

.suburbs-section .suburbs a.button{
  text-decoration: none;
  color: #1c3b48!important;
  border-color: #FFFFFF;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Readex Pro',Helvetica,Arial,Lucida,sans-serif!important;
  background-color: #FFFFFF;
  padding: 12px 30px!important;
  margin-top: 20px;
  display: block;
}

.catchments{
 font-size: 18px; 
}

svg text{
  user-select: none !important;
  pointer-events: none !important;
}

/* .suburbs  */

.suburbs.active {
  display: block;
  opacity: 1;
}

.suburbs-text {
  padding-top: 0;
  min-height: 250px;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-2-3 {
  width: 100%;
  position: relative;
  background:#fff;
}

.flex-1-3 {
  background-color: #224253!important;
  border-radius: 10px;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 5%;
  width: 90%;
}

@media (max-width: 980px){
  .flex-1-3 {
    display: none;
  } 
}

.suburbs .head {
  font-weight: 400 !important;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
}

.flex-1-3 ul {
  list-style: none; /* Remove default bullets */
}

.suburbs li{
  font-weight: 200;
  font-size:15px;
}

@media only screen and (min-width: 980px) {
  .suburbs .head{
    font-size:18px;
  }
  .suburbs li{
    font-size:18px;
  }
  .burger {
    display: none;
  }
  .for-mobile {
    display: none;
  }
  .for-desktop {
    display: block;
  }
  .flex {
    flex-direction: row;
  }
  .flex-1-3 {
    width: 33.3333%;
  }
  .flex-2-3 {
    width: 66.6666%;
  }
}

.pad {
  padding: 30px;
}

.close {
  position: fixed;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  z-index: 99999;
  
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

g#Catchments {
    transition: ease 1s;
}

.showcatchments g#Catchments {
    opacity: .6;
}

.showcatchments #Labels{
  display: none;
}

g#catchment_labels{
  display: none;
}

.showcatchments g#catchment_labels{
  display: block;
}


.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
    position: absolute;
cursor: pointer;
top: 9px;
left: 0;
right: 0;
bottom: -6px;
background-color: #ccc;
transition: .4s;
border-radius: 34px;
}

.toggle-slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 2px;
background-color: white;
transition: .4s;
border-radius: 50%;
}

input:checked + .toggle-slider {
  background-color: #224253;
}

input:checked + .toggle-slider:before {
  transform: translateX(26px);
}

.toggle-slider.round {
  border-radius: 34px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}

label.toggle-text{
  color: #224253;
  font-size: 16px;
  padding: 0 10px;
}

g use:nth-child(2) {
    stroke-width: 10px;
    stroke: #224353;
    stroke-linejoin: round;
}
g use:nth-child(3) {
  stroke-width: 1px;
  stroke: #ffffff;
  stroke-linejoin: round;
}