input[type="search"] 
textarea {
	color: #000;
	background: #fff;
	
	border: 1px solid #bbb;
	display: block;
	box-shadow: none;
}

#entry-grid {clear: left;}	
img { 
   border:3px solid #000000;
}
.site-branding img {
		margin: 0 auto; border:none;
	}
.main-navigation ul ul li {
		background-color: #fff; 
	}

.main-navigation ul ul li > a {
	        	color: #000;
	}

	.main-navigation ul ul li:hover > a {
	    	color: #faa22a;
	}
.main-navigation ul ul li.current-menu-item > a {
		color: #0069bf;
	}

.breadcrumbs { font-size: 16px; color: #333333;}
.breadcrumbs__current {color:#0069bf;}



.menu-image-title {font-size: 20px;}
.page-header { clear: both; float:left;  }
.headline.page-header {  margin-bottom: 40px;
}
.single .page-header,
.page .page-header {
    width: auto;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.post-navigation,
.comments-area {
    position: relative;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    margin: 0 auto;
}

.entry-content .content-excerpt p { clear: both;
    line-height: 1.5em;
}

#entry-grid {clear: left;}

.content-excerpt {max-width: 700px; }
.content-excerpt p { font-size: 16px;font-style: italic;}

.pciwgas-cat-count  {
  visibility: hidden;
}
.pciwgas-title {visibility: hidden;}

h2.title {display: none;}
.category .entry-title {
	display: none;
}

.category .entry-summary  {
    display: none;
}

.category .entry-meta {
	display: none;
}

.entry-meta-category {display:none;}

.search-result-item .search-thumb {
    position: relative;
    
}
.search-form { position: relative; }

.entry-footer,
.post-navigation {
    margin-top: 40px;
    margin-bottom: 40px;
	line-height: 1.5;
}
.side-by-side img { float: left; margin-left: 30px; margin-bottom: 30px;border:none; }

.pdmfooter {clear: left;margin-top: 40px; font-size: 12px;float: left;}

#topbutton {
  position: fixed;
  display: none;
  height: auto;
  width: auto;
	  line-height: 1.5em;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  background: #0069ff;
	  border-radius: 4px;
	  text-decoration: none;
  color: #fff;
  text-align: center;
	writing-mode: vertical-rl;
}

#topbutton:after {
  content: "\00a0 \25b2 Back to Top \00a0";
}

.search-results article.post, .search-results article.page {
max-width: 25%;
float: left;
box-sizing: border-box;
padding-right: 1%;
}
.pagination {
	clear: both;
    margin-top: 80px;
    margin-bottom: 40px;
}