#slim-header-container #dpwurl {
	font-size: 14px;
	font-family: Bauhaus, Arial, Helvetica, sans-serif;
	color: #75a6c7;
	margin-top: -20px;
	position: relative;
	margin-bottom: 0px;
}
#slim-header-container {
	width: 1000px;
	text-align: left;
	margin: auto;
}
#dpwurl a, #dpwurl a:hover, #dpwurl a:visited {
	color: #75a6c7;
}
#dpwurl img {
	border: none;
	width: 130px;
	height: 16px;
	margin-top: 22px;
}

#countyid {
	/*float: left;
	background: url(/lib/hf/img/masthead-slim.png) no-repeat;*/
	background: url(/lib/hf/img/dpw-script-white.svg) no-repeat;
	background-size: 322px 51px;
	background-position-y: center;
	height: 69px;
	width: 322px;
	position: relative;
}
#countyid a {
	/*display:block;
	width: 358px;
	height: 40px;*/
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(1);
    transform-origin: left;
    transition: 0.2s all;
}
.pw-home {
	float: left;
	margin-top: 2px;
}
.pw-home img {
	border: 0px;
}
/***** search box *****/
.pw-search {
	margin-top: 1px;
	padding: 0;
	float: right;
	height: 40px;
}

.pw-search-form {
	background-image: url('/lib/menu/img/search.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0;
	padding: 0;
	width: 170px;
	height: 35px;
}
.pw-search-text{
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*margin-top: 7px;*/
	padding: 0;
	font-size: 11px;
	color: #656565;
	width: 130px;
	height: 25px;
}
.pw-search-submit {
	background-image: url('/lib/menu/img/magnifyingGlass.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 14px;
	border: 0;
}
.pw-search-input {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	float: left;
	line-height: 14px;
}
.pw-search-button {
	margin: 6px 0 0 0;
	padding: 0 0 0 5px;
	float: left;
	line-height: 14px
}

#dev-id {
	float: left;
	background:url(/lib/header/img/dev-id.png) no-repeat;
	margin-left: 150px;
	width: 200px;
	height: 40px;
}

/* Firefox-specific CSS property for search box spacing */
@-moz-document url-prefix() {
 .pw-search-input {
 margin: 10px 0 0 0;
}
 .pw-search-button {
 margin: 10px 0 0 0;
}
}
/* webkit (chrome/safari) CSS property for search box spacing */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .pw-search-input {
	  margin: 10px 0 0 0;
  }
  .pw-search-button {
	  margin: 10px 0 0 0;
  }
}
.clearfix {
	margin: 0;
	padding: 0;/*clear: both;*/
	/*line-height: 1px;
	font-size: 1px;*/
}
