@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: #0068b3;
}
h2 {
    font-size: 22px;
    line-height: 1.4;
    color: #0068b3;
}
h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #0068b3;
    margin-top: 2em;
}
h4 {
    font-size: 19px;
    line-height: 1.3;
    margin: 25px 0;
    color: #0068b3;
}
h5 {
    font-size: 18px;
    line-height: 1;
    margin: 25px 0;
    color: #0068b3;
}
h6 {
    font-size: 17px;
    line-height: 1;
    margin: 20px 0;
    color: #0068b3;
}
p, a, li {
    font-size: 16px;
}
p {
  line-height: 1.5;
}

a {
    color: #0365c0;
}
a:hover {
    color: #0068b3;
}

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

table.table {
  font-size: 13px;
}
td, th {
  padding: 0 10px 10px 0;
}

.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: url('res/header.jpg');
    background-size: cover;
    width: 100%;
    height: 120px;
}
*/
#main-header {
    background: url('res/header2.png');
    background-size: cover;
    width: 100%;
    height: 155px;
    background-position: center 20%;
	font-family: 'HelveticaNeueLight';
}
#main-header .logo-fade {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 500px;
}
#main-header .logo {
    padding: 10px 0 10px 25px;
    margin: 0;
    display: inline-block;
    width: 250px;
}
#main-header .logo img {
    width: 140px;
    margin-top: 20px;
}
#main-header .headerBar {
    margin: 5px;
    background: #0068b3;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
}
#main-header .headerBar a {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    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: 336px) {
    #main-header .logo {
        margin: 6%;
        width: 88%;
    }
}
@media (max-width: 650px) {
    #main-header .contact {
        display: none;
    }
}


#main-menu {
    display: block;
    width: 100%;
    background: #0068b3;
    height: 40px;
    overflow: hidden;
}

@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;
    }
    
    #main-menu.floating {
        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;
    transition: background 0.1s, text-shadow 0.1s, color 0.1s;
}


#main-menu li a {
    width: 100%;
    background: #0068b3;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 10px 25px;
    transition: color 0.1s, background 0.1s, text-shadow 0.1s;
    font-family: 'HelveticaNeueBold';
}
#main-menu li.current-page-ancestor > a,
#main-menu li.current_page_item > a {
  color: #fc0;
}

#main-menu li a:hover {
  color: #fc0;
}

#main-menu a.current {
    cursor: default;
    color: #000;
    background-color: #fff;
    text-shadow: none;
}
#main-menu .menu-item-178 {
    display: none;
}

#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;
}

@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-header .logo-fade {
        width: 100%;
    }
    #main-header .logo {
        height: 135px;
        height: auto;
    }
    #main-menu .menu-item-178 {
        display: inline-block;
    }
    #hamburger-cont {
        background: #0068b3;
        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: 20px;
        padding: 5px;
        display: block;
    }
}


.main-banner {
    padding: 40px 0 0 30px;
    margin: 0;
    background: #044c81 url('./res/hero-bg.gif') top/contain no-repeat;
}
.main-banner .banner-image {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
}
.main-banner .banner-image img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-banner .blurb {
    padding: 10px 0 0 0;
    line-height: 1.5em;
    color: #fff;
    float: left;
    width: 49%;
}
.main-banner .blurb p {
  font-size: 17px;
  margin-top: 0;
}
.main-banner .homemap {
    float: right;
    height: 210px;
    padding-right: 15%;
    width: auto;
}
.main-banner .homemap img {
    width: auto;
    height: 100%;
}
@media (max-width: 1000px) {
    .main-banner .homemap {
        width: 20%;
    }
    .main-banner .homemap img {
        height: 100px;
    }
    .main-banner .banner-image, .main-banner .blurb {
        float: none;
        width: 100%;
    }
}
@media (max-width: 840px) {
    .main-banner .blurb {
        padding: 10px 3%;
        width: 80%;
    }
    .main-banner .homemap {
       display: none;
    }
}

.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: #0068b3;
    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: #0068b3;
    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 {
        width: 80%;
        margin: 5% 10%;
        border-right: none;
    }
}
@media (max-width: 350px) {
    .projects .project {
        width: 80%;
        margin: 5% 10%;
        border-right: none;
    }
}

.news {
    background: #fff;
    overflow: auto;
    padding: 30px 0;
}
.news .date {
  color: #666;
  font-size: 14px;
}
.news .title a {
    font-family: 'HelveticaNeueBold';
    text-decoration: none;
}
.news .stories {
    width: 45%;
    float: left;
    box-sizing: border-box;
    padding: 0 1% 0 3%;
}
.news .story {
    line-height: 1.5em;
    padding: 30px 0;
    border-top: 1px #eee solid;
    min-height: 130px;
}
.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 .stories,
        width: 95%;
        float: none;
    }
}

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

#footer .sitemap {
  background: #13a438;
}
#footer .termslink {
    font-size: 13px;
}

#footer .lines {
    background-image: url('res/footer-lines.png');
    background-size: cover;
    width: 100%;
    height: 50px;
    margin: 30px 0 10px 0;
}

#footer .label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'HelveticaNeueBold';
}

#footer .col {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    padding: 2% 1% 2% 3%;
}

#footer .icons a {
    margin-right: 10px;
    opacity: 0.8;
    transition: opacity 0.2s;
    filter: invert();
}

#footer .icons a:hover {
    opacity: 1;
}

#footer .vicgov {
    clear: both;
    padding: 35px 0 0 40px;
}
#footer .vicgov img {
    filter: invert();
    max-width: 100px;
}

@media (max-width: 600px) {
    #footer {
        padding: 30px 0 0 0;
    }
    #footer .col {
        width: 100%;
        text-align: center;
    }
}





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

.col-wrap {
    background: #fff;
}

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

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

.col-right {
    box-sizing: border-box;
    float: left;
    min-height: 500px;
    margin-top: 30px;
    max-width: calc(100% - 305px);
}
.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: #0068b3;
  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 {
   color: rgba(0, 104, 179, 0.8);
    background-repeat: no-repeat;
}
.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 #0068b3;
    color: #0068b3;
    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: #0365c0;
}
.page-breadcrumb a {
    font-size: 15px;
    padding: 0 17px 0 10px;
    text-decoration: none;
}
.page-breadcrumb a:hover {
    text-decoration: underline;
}

#content {
    background: #fff;
    overflow: auto;
    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 {

}

.footerTransition {
  display: block;
  width: 100%;
  height: auto;
}

#footer .main {
  background: #044c81;
  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;
}

.map_box {
  max-width: 850px !important;
}
