		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 27 February 2020 12:13:41
*/


/********** Header **********/

#pso-header {
    color: #fff;
    position: relative;
}

#pso-header-topRow a{ 
    color: #fff; 
    display: block;
    padding: 5px 0;
}

#pso-header-centerRow{
    position: relative;
    padding-bottom: 20px;
}

.pso-header-heading-site {
    margin: 10px 0 0;
    font-size: 2em;
    font-weight: bold;
    font-family: 'museo_sans700';
}

.pso-header-heading-site a,
.pso-header-heading-site a:hover,
.pso-header-heading-site a:active,
.pso-header-heading-site a:visited {
    text-decoration: none;
    color: #fff;
}

.pso-header-heading-department {
    background: url(https://planning-schemes.delwp.vic.gov.au/__data/assets/image/0009/447507/department-transport-logo.png?v=0.1.5) no-repeat 0 0;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    width: 245px;
    height: 49px;
    margin: 10px 0 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pso-header-heading-department a {
    display: block;
    width: 245px;
    height: 49px;
}

.pso-header-heading-department a:hover,
.pso-header-heading-department a:active,
.pso-header-heading-department a:visited {
    text-decoration: none;
}

#pso-header-search{
    width: 280px;
    position: absolute;
    right: 0;
    top: 50%;
}

#pso-header-search label{
  display: none;
}

#searchbox {
  margin:0;
  padding: 8px;
  font-size: 1.2em;
  background: #fff;
  border: none;
  color: #34495e;
  width: 75%;
}
#searchbox-submit {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width:42px;
    height:40px;
    background: #879895 url(https://planning-schemes.delwp.vic.gov.au/__data/assets/image/0009/447273/search-btn.png?v=0.1.4) no-repeat 50% 6px;
    border: none;
    padding: 0;
    color: #fff;
    margin: 0;
}

#pso-header-mobilebtns{
    visible: invisible;
    display:none;
} 


/* Tablet ----------- */

@media only screen and (max-width: 750px) { 

  .pso-header-heading-site{
    font-size: 1.8em;
  }
}


/* Mobile ----------- */

@media only screen and (max-width: 675px) { 


#pso-header-heading h1{
    font-size: 1.7em;
}

#pso-header-heading h2{
    font-size: 0.9em;
}

#pso-header-search{
    display: block;
    width: 100%;
    position: relative;
    width: 270px;
    right: none;
    top: none;
    margin-top: 10px;
}



#pso-header-mobilebtns{
    visible: visible;
    float:right;
    margin-top: 10px;
    display:inline;
} 

.pso-header-mobilebtns-search{
  background: url(https://planning-schemes.delwp.vic.gov.au/__data/assets/image/0003/447537/mobile-header-buttons.png?v=0.1.4) no-repeat 0 0;
  display:inline-block;
  width: 42px;
  height: 40px;
}

.pso-header-mobilebtns-search:hover{
  background: url(https://planning-schemes.delwp.vic.gov.au/__data/assets/image/0003/447537/mobile-header-buttons.png?v=0.1.4) no-repeat 0 -40px;
}

.pso-header-mobilebtns-nav{
  background: url(https://planning-schemes.delwp.vic.gov.au/__data/assets/image/0003/447537/mobile-header-buttons.png?v=0.1.4) no-repeat -40px 0;
  display:inline-block;
  width: 42px;
  height: 40px;
}

.pso-header-mobilebtns-nav:hover{
  background: url(https://planning-schemes.delwp.vic.gov.au/__data/assets/image/0003/447537/mobile-header-buttons.png?v=0.1.4) no-repeat -40px -40px;
}


}