@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('res/HelveticaNeueLt.eot');
	src: local('☺'), url('res/HelveticaNeueLt.woff') format('woff'), url('res/HelveticaNeueLt.ttf') format('truetype'), url('res/HelveticaNeueLt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('res/HelveticaNeueBd.eot');
	src: local('☺'), url('res/HelveticaNeueBd.woff') format('woff'), url('res/HelveticaNeueBd.ttf') format('truetype'), url('res/HelveticaNeueBd.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('res/HelveticaNeueBd.eot');
	src: local('☺'), url('res/HelveticaNeueBd.woff') format('woff'), url('res/HelveticaNeueBd.ttf') format('truetype'), url('res/HelveticaNeueBd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
    font-family: 'HelveticaNeueLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    background: #ededed;
}

h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: 'HelveticaNeueLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 24px;
    line-height: 1.4;
    color: #247b04;
}
h2 {
    font-size: 22px;
    line-height: 1.4;
    color: #247b04;
}
h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #247b04;
    margin-top: 2em;
}
h4 {
    font-size: 19px;
    line-height: 1.3;
    margin: 25px 0;
    color: #247b04;
}
h5 {
    font-size: 18px;
    line-height: 1;
    margin: 25px 0;
    color: #247b04;
}
h6 {
    font-size: 17px;
    line-height: 1;
    margin: 20px 0;
    color: #247b04;
}
p, a, li {
    font-size: 16px;
}
p {
  line-height: 1.5;
}

a {
    color: #247b04;
}
a:hover {
    color: rgba(36, 123, 4, 0.8);
}

hr {
  clear: both;
  border: none;
  background: #eee;
  height: 1px;
}

.clearfix:after {
    clear: both;
    content: " ";
    height: 0;
    display: block;
    visibility: hidden;
}



.body-admin-pad {
  height: 32px;
}

#body-wrap {
    text-align: left;
    margin: auto;
    max-width: 1100px;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.05);*/
    position: relative;
    background: #fff;
}

#main-header {
    background: #271919;
    width: 100%;
    height: 155px;
    padding: 0;
}

#main-header .siteLogo {
    padding: 5px 0 0 20px;
}
#main-header .logo {
    padding: 0;
    margin: 0;
    display: block;
    width: 259px;
    height: 109px;
    background: url('res/logo.png') center/contain no-repeat;
}
#main-header .logo img {
    width: 140px;
    margin-top: 20px;
}
#main-header .siteTitle {
  color: #fff;
  font-family: 'HelveticaNeueLight';
  margin: 0;
  font-size: 15px;
  padding: 5px;
  background: #245314;
  width: 45%;
  height: auto;
}
#main-header .govLogo {
    position: absolute;
    right: 18%;
    top: 10px;
}
#main-header .govLogo img {
    width: 140px;
}
#main-header .contactBar {
    margin: 5px;
    color: #247b04;
    position: absolute;
    right: 0;
    top: 0;
}
#main-header .contactBar a {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    transition: color 0.1s, background 0.1s, text-shadow 0.1s;
	font-family: 'HelveticaNeueBold';
}
#main-header .contact a:hover {
  color: rgba(255,255,255,0.9);
}
@media (max-width: 1100px) {
    #main-header .siteLogo {
        padding: 5px 0 0 5px;
    }
    #main-header .siteTitle {
        margin: 0;
        width: auto;
        font-size: 14px;
    }
    #main-header .govLogo {
        right: 5px;
        width: 80px;
    }
    #main-header .govLogo img {
        width: 100%;
    }
    #main-header .contactBar {
        display: none;
    }
}


#main-menu {
    display: block;
    width: 100%;
    height: 42px;
    overflow: hidden;
    background: #f29c1f;
    background: -moz-linear-gradient(top, #f29c1f 0%, #c67e19 100%);
    background: -webkit-linear-gradient(top, #f29c1f 0%,#c67e19 100%);
    background: linear-gradient(to bottom, #f29c1f 0%,#c67e19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c1f', endColorstr='#c67e19',GradientType=0 );
}

@media (max-width: 1100px) {
    #main-menu {
        display: none;
        position: static;
        height: auto;
    }
    #main-menu:after {
        clear: both;
        content: " ";
        height: 0;
        display: block;
        visibility: hidden;
    }
    .index #main-menu,
    #main-menu.on {
        display: block;
    }
    
    #hamburger-cont.floating {
      position: fixed;
      top: 0;
      width: 100%;
      box-shadow: 0 0 5px rgba(0,0,0,0.25);
    }
    #main-menu.floating {
      position: fixed;
      top: 0;
        margin-top: 45px;
        display: block;
        box-shadow: 0 0 5px rgba(0,0,0,0.25);
    }
    #main-menu.hidden {
        display: none;
    }
}


#main-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#main-menu li {
    text-align: left;
    box-sizing: border-box;
    display: block;
    float: left;
}


#main-menu li a {
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 12px 20px;
    font-family: 'HelveticaNeueBold';
    border-right: 1px solid #271919;
    background: #39a432;
    background: -moz-linear-gradient(top, #39a432 0%, #2d6f12 100%);
    background: -webkit-linear-gradient(top, #39a432 0%,#2d6f12 100%);
    background: linear-gradient(to bottom, #39a432 0%,#2d6f12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a432', endColorstr='#2d6f12',GradientType=0 );
}
#main-menu li.current_page_item > a,
#main-menu li.current_page_parent > a {
  background: #245314;
}

#main-menu li.menu-item-18 a,
#main-menu li.menu-item-41 a,
#main-menu li.menu-item-42 a,
#main-menu li.menu-item-669 a,
#main-menu li.menu-item-216 a,
#main-menu li.menu-item-197 a,
#main-menu li.menu-item-677 a {
    background: #f29c1f;
    background: -moz-linear-gradient(top, #f29c1f 0%, #c67e19 100%);
    background: -webkit-linear-gradient(top, #f29c1f 0%,#c67e19 100%);
    background: linear-gradient(to bottom, #f29c1f 0%,#c67e19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c1f', endColorstr='#c67e19',GradientType=0 );
}

#main-menu li.menu-item-216 {
    display: none; /* contact -only show on small screen menu */
}

#main-menu li a i {
    font-size: 26px;
    margin: -4px 0 0 0;
    padding: 0;
}

#main-menu li a:hover {
    background: #245314;
}

#main-menu li.menu-item-18 a:hover,
#main-menu li.menu-item-41 a:hover,
#main-menu li.menu-item-42 a:hover,
#main-menu li.menu-item-197 a:hover {
    background: #A56915;
}

#main-menu li.current_page_parent.menu-item-18 > a,
#main-menu li.current_page_parent.menu-item-41 > a,
#main-menu li.current_page_parent.menu-item-42 > a,
#main-menu li.current_page_item.menu-item-197 > a,
#main-menu li.current_page_parent.menu-item-197 > a {
    background: #A56915;
}

#hamburger-cont {
    display: none;
    width: 100%;
    float: left;
    z-index:100;
}

#main-menu .sub-menu {
    display: none;
}

#main-menu .sub-menu li {
    float: none;
}

#main-menu li:hover .sub-menu {
    position: absolute;
    display: block;
    z-index: 50;
}

#main-menu .sub-menu li a {
    background: #245314;
    border-right: none;
}
#main-menu .sub-menu li a:hover {
    background: #39a432;
}

#main-menu .menu-item-18 .sub-menu a,
#main-menu .menu-item-41 .sub-menu a,
#main-menu .menu-item-42 .sub-menu a,
#main-menu .menu-item-197 .sub-menu a {
    background: #A56915;
}

#main-menu .menu-item-18 .sub-menu a:hover,
#main-menu .menu-item-41 .sub-menu a:hover,
#main-menu .menu-item-42 .sub-menu a:hover,
#main-menu .menu-item-197 .sub-menu a:hover {
    background: #f29c1f;
}

@media (max-width: 1100px) {

    #main-menu li {
        width: 100%;
    }
    #main-menu li a {
        text-shadow: none;
        padding: 15px 15px 15px 27px;
        font-size: 13px;
        text-align: left;
    }
    #main-menu li a:hover {
        text-shadow: none;
    }
    #main-menu li:hover .sub-menu {
        display: none;
    }
    #main-menu a.current {
        background: none;
    }
    #main-menu .menu-item-178 {
        display: inline-block;
    }
    #hamburger-cont {
        background: #271919;
        background-position: left bottom;
        background-repeat: no-repeat;
        transition: box-shadow 0.1s;
        display: block;
        background-image: none;
    }
    .index #hamburger-cont #hamburger {
        display: none;
        visibility: hidden;
    }
    #hamburger {
        width: 35px;
        height: 35px;
        cursor: pointer;
        margin-left: 5px;
        padding: 5px;
        display: block;
    }
    #main-menu li.menu-item-216 {
        display: block; /* contact -only show on small screen menu */
    }

}


.main-banner {
    padding: 40px 0 0 30px;
    height: 260px;
    margin: 0;
    background: url('./res/headers/home-page.jpg') center/cover no-repeat;
}
.main-banner-2 {
    background: url('./res/hero_werribee_park.jpg') center/cover no-repeat;
}
.main-banner-3 {
    background: url('./res/hero-animals.jpg') center/cover no-repeat;
}
.main-banner-3a {
    background: url('./res/hero-vegetation.jpg') center/cover no-repeat;
}

.main-banner-3b {
    background: url('./res/headers/Native-Animals.jpg') center/cover no-repeat;
}

.main-banner-3c {
    background: url('./res/headers/Waterways-and-wetlands.jpg') center/cover no-repeat;
}

.main-banner-3d {
    background: url('./res/headers/Hinterland.jpg') center/cover no-repeat;
}

.main-banner-3e {
    background: url('./res/headers/Coasts.jpg') center/cover no-repeat;
}

.main-banner-3f {
    background: url('./res/headers/Port-Phillip-Bay.jpg') center/cover no-repeat;
}

.main-banner-3g {
    background: url('./res/headers/Western-Port.jpg') center/cover no-repeat;
}

.main-banner-4 {
    background: url('./res/hero_brimbank_park.jpg') center/cover no-repeat;
}
.main-banner-5 {
    background: url('./res/hero_lapwing.jpg') center/cover no-repeat;
}
.main-banner-6 {
    background: url('./res/hero-bg.jpg') center/cover no-repeat;
}

.button {
    text-decoration: none;
    border-radius: 3px;
    font-family: 'HelveticaNeueBold';
    color: #fff;
    background: #999;
    display: inline-block;
    text-align: center;
    margin: 0px 0 20px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    transition: box-shadow 0.1s, text-shadow 0.1s;
    padding: 6px 10px;
}
.button:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    text-shadow: 0 0 5px rgba(255,255,255,0.2);
}
.home-section-title  {
    margin: 0;
    padding: 30px 0 10px;
}
.home-section-title h2 {
    font-size: 22px;
    font-family: 'HelveticaNeueBold';
    font-weight: normal;
    color: #247b04;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.moreLink {
  font-size: 14px;
  float: right;
  padding-top: 11px;
  padding-right: 175px;
  text-decoration: none;
  font-family: 'HelveticaNeueBold';
}

.padtitle h2 {
}
.home-section-title a {
    display: inline-block;
}

.projects {
    overflow: auto;
    padding: 0;
}
.projects .projectstitle {
    padding: 30px 0 0 3%;
    font-size: 22px;
    font-family: 'HelveticaNeueBold';
    color: #247b04;
    margin: 0;
}
.projects .projectrow {
    padding-left: 20px;
}
.projects .project {
    display: inline-block;
    width: 24%;
    text-align: center;
    padding: 10px 0 5px 0;
    margin: 0;
    vertical-align: middle;
    height: 120px;
    border-right: 1px solid #ddd;
}
.projects .project:last-child {
    border-right: none;
}


.projects .project:first-child img {
    padding-top: 23px;
}
.projects .project .img-cont {
}
.projects .project img {
    max-height: 70px;
    max-width: 170px;
}
.projects .project .desc {
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 650px) {
    .projects .project {
        margin: 5% 10%;
        border-right: none;
    }
}
@media (max-width: 350px) {
    .projects .project {
        margin: 5% 10%;
        border-right: none;
    }
}

.home .blurb {
  padding: 10px 30px;
  line-height: 1.5em;
  float: left;
  width: 49%;
  box-sizing: border-box;
}
.home .blurb p {
  font-size: 17px;
  margin-top: 0;
}

@media (max-width: 1000px) {
    .home .blurb {
        float: none;
        width: auto;
    }
}
@media (max-width: 840px) {
    .home .blurb {
        padding: 10px 3%;
    }
}

.homevideo {
    background: #fff;
    overflow: none;
    width: 46%;
    float: left;
    padding: 0 1%;
}
.news {
    background: #fff;
    overflow: none;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 1%;
}
.news .date {
  color: #666;
  font-size: 14px;
}
.news .title a {
    font-family: 'HelveticaNeueBold';
    text-decoration: none;
}
.news .story {
    line-height: 1.5em;
    padding: 30px 0;
    border-top: 1px #eee solid;
}
.news .storylast {
    border-bottom: 1px #eee solid;
}
.news .story .picture {
    float: left;
    padding-right: 15px;
}
.news .story .picture img {
    width: 180px !important;
    height: auto;
    max-height: 135px;
}
.news .storymore {
    min-height: 30px;
}

@media (max-width: 650px) {
  .news {
    width: 95%;
    float: none;
  }
  .homevideo {
    width: 95%;
    float: none;
  }
}


#footer {
    line-height: 1.5;
    font-size: 13px;
    text-align: left;
}
#footer a {
    color: #fff;
}

#footer .main {
  background: #271919;
  padding: 15px 30px;
}

#footer .ppwcmalogo {
  width: 134px;
  height: 33px;
  background: url('res/ppwcma-logo.png') center/contain no-repeat;
  float: right;
}

#footer .copyright {
  margin-top: 6px;
  float: left;
  color: #fff;
  font-size: 13px;
}

#footer .copyright a {
  color: #fff;
  font-size: 13px;
}


@media (max-width: 600px) {
    #footer {
        padding: 30px 0 0 0;
    }
}





/******* page **********/

.col-wrap {
    background: #fff;
}

.page-banner {
    background-image: none;
}

.col-left {
    float: left;
    width: 30%;
    overflow: hidden;
    margin-top: 30px;
}
.col-right {
    box-sizing: border-box;
    float: left;
    min-height: 500px;
    margin-top: 30px;
    max-width: 65%;
}

@media (max-width: 650px) {
    .col-left {
        width: 100%;
        margin-top: 0;
        min-height: 0;
        position: static;
        border-right: none;
    }
    .col-right {
        width: auto;
        float: none;
        max-width: none;
    }
}


.page-menu {
    padding: 0 0 30px 0;
}
.page-menu ul {
    margin: 0;
    padding: 0;
}
.page-menu li {
  list-style-type: none;
  overflow: hidden;
}
.page-menu li a {
  color: #247b04;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 10px 5px 15px;
  display: block;
  transition: background 0.1s, color 0.1s;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /*box-sizing: border-box;*/
}
.page-menu li a:before {
  display: inline-block;
  vertical-align: -9px;
  content: " ";
  background: url('res/page-menu-arrow.svg') center/6px no-repeat;
  width: 30px;
  height: 30px;
}
.page-menu li a:hover {
    background-repeat: no-repeat;
    color: rgba(36, 123, 4, 0.8);
}
.page-menu li li a, .page-menu li li a:hover {
    padding: 5px 10px 5px 62px;
    background-position: 42px 16px;
}
.page-menu li li li a, .page-menu li li li a:hover {
    padding: 5px 10px 5px 79px;
    background-position: 59px 16px;
}
.page-menu .current_page_item > a {
  font-family: 'HelveticaNeueBold';
  box-sizing: border-box;
}
/* page menu hide all children ul menus */
ul.children	{ 
    display: none;
}
/* page menu expand children of current page only */
li.current_page_item > .children,
li.current_page_ancestor > .children,
li.current_page_parent > .children { 
    display: block; 
}

.page-title {
    font-size: 28px;
    font-family: 'HelveticaNeueBold';
    border-left: 30px solid #247b04;
    color: #247b04;
    margin: 0 0 5px 40px;
    padding: 8px 0 1px 20px;
    display: inline-block;
}
.page-breadcrumb {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
}
.page-breadcrumb li {
    list-style-type: none;
    display: inline-block;
    color: #247b04;
}
.page-breadcrumb a {
    font-size: 15px;
    padding: 0 17px 0 10px;
    text-decoration: none;
}
.page-breadcrumb a:hover {
    text-decoration: underline;
}

#content {
    background: #fff;
    box-sizing: border-box;
    color: #222;
}
#content .container {
    padding: 10px 40px;
    max-width: 768px;
    min-height: 300px;
    margin-left: 0;
}
#content .container ul,
#content .container li,
#content .container p {
    line-height: 1.8;
}
@media (max-width: 650px) {
    .page-title {
        margin-left: 20px;
        max-width: none;
    }
    #content {
        padding-left: 0px;
    }
    #content .container {
        padding: 20px;
    }
}
#content img {
    max-width: 100%;
    height: auto;
}
#content img.alignright {float:right; margin:0 0 1em 1em}
#content img.alignleft {float:left; margin:0 1em 1em 0}
#content img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#content a img.alignright {float:right; margin:0 0 1em 1em}
#content a img.alignleft {float:left; margin:0 1em 1em 0}
#content a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.newspicture {
    float: right;
    padding-left: 20px;
}

.events-table td {
    min-width: 200px;
    height: 60px;
}

.news-list {
    clear: left;
    display: block;
}
.news-picture {
    float: left;
    width: 27%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.news-text {
    float: left;
    width: 60%;
    margin-bottom: 20px;
}
.news-nav {
    clear: left;
}
.news-nav .older {
    float: right;
    margin-right: 10%;
    margin-bottom: 20px;
}

.accordion {
    border-bottom: 1px solid #c0dcef;
}
.accordion-title {
    border-top: 1px solid #c0dcef;
    margin: 0;
    padding: 7px 0 9px 30px;
    cursor: pointer;
    content: " ";
    background: url('res/plus.png') left/20px no-repeat;
}
.accordion-title:hover {}
.accordion-title.open:before {
    background: url('res/minus.png') left/20px no-repeat;
}
.accordion-content {
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    vertical-align: top;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 5px;
    margin: 0;
    line-height: 1.2em;
}
th {
    color: #2d6f12;
    font-weight: normal;
}

td p {
  font-size: 13px;
  line-height: 1.2em !important;
}

td > ul {
    margin: 0 0 0 20px;
    padding: 0;
}
td > ul > li {
    margin: 0;
    padding: 0;
    line-height: 1.2em !important;
    font-size: 14px;
}

/* Search form in header */
#main-header .search {
    position: absolute;
    right: 10px;
    top: 53px;
}
#main-header .search form {
    padding: 0;
    margin: 0;
}
#main-header .search button {
    background: #535353;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 8px 6px 8px 6px;
    margin: 0;
    cursor: pointer;
    float: left;
}
#main-header .search input[type=text] {
    border: 0;
    padding: 8px 5px 8px 15px;
    margin: 0;
    background: #616161;
    color: #fff;
    width: 120px;
    font-size: 14px;
    float: left;
}
#main-header .search input[type=text]::-moz-placeholder,
#main-header .search input[type=text]:-moz-placeholder { 
    color:    #fff;
    opacity:  1;
}
#main-header .search input[type=text]::-webkit-input-placeholder {
    color:    #fff;
}
#main-header .search input[type=text]:-ms-input-placeholder {
    color:    #fff;
}
@media (max-width: 1100px) {
    #main-header .search {
        top: 162px;
    }
}

/* Search page */
.search-col {
    width: 75%;
    margin-top: 20px;
    clear: left;
}
.search-col input {
    font-size: 18px;
}
.search-col .searchof {
    font-size: 14px;
}
.search-col .searchresults ul {
    padding: 0;
}
.search-col .searchresults li {
    list-style: none;
    padding-bottom: 15px;
}
.search-col .page-numbers {
    margin-right: 15px;
}
.search-col .next,
.search-col .prev {
    text-decoration: none;
    border-radius: 20px;
    border: 0;
    color: #fff;
    background: #f6970f;
    text-align: center;
    margin: 10px 10px 10px 0;
    padding: 4px 20px 4px 20px;
    cursor: pointer;
}
@media (max-width: 650px) {
    .search-col {
        width: 100%;
    }
}

/* Print */
@media print {
    #main-header,
    #hamburger-cont,
    #main-menu,
    #footer .copyright a,
    .main-banner,
    .col-left,
    .ppwcmalogo,
    .noprint,
    .homevideo .home-section-title,
    .home .home-video {
        display: none;
    }
    
    .col-right, {
        width: auto;
        float: none;
        max-width: none;
    }
    
    #footer .copyright {
        color: #000;
    }
}
