.toggler {
	overflow: hidden;
	position: absolute;
		left: -20px;
	text-indent: -999px;
	width: 20px;
	cursor: pointer;
}
.clearfix, .pdh-container {
	clear: both;
}
	.pdh-container {
		padding-top: 20px;
	}

.page_listings{
	padding: 0 0 0 1.2em;
	list-style-type: none;
	position: relative;
	box-sizing: border-box;
}

.page_listings li {
	list-style: none;
	position: relative;
	box-sizing: border-box;
	padding:0;

}
.page_listings li:before{
	content: '';
}
	.page_listings .children {
		display: none;
	}
	.page_listings li.arrowryt:before {
	    content: url('../img/arrowryt.png');
	    margin-left: -10px;
	}
	.page_listings li.arrowdwn:before {
	    content: url('../img/arrowdwn.png');
	    margin-left: -10px;
	}
.pdh_entry-content {
	margin-bottom: 20px;
}
	.pdh_entry-content p {
		margin-bottom: 5px;
	}
@media screen and (min-width: 768px) {
	.pdh-branches, .pdh-trunk, .widget-area {
		float: left;
		margin: 0 2% 2% 0;
	}
	.pdh-branches {
		margin: 10px;
		width: 18%;
	}
	.pdh-trunk {
		width: 78%;
	}
	.pdh-trunk.has-sidebars {
		width: 52.5%;
	}
}
