.menu-main-nav-menu-container{
	background-color:#DDDDDD;
}

.custom-logo{
	max-height:150px;
	width:auto;
}

#site-navigation{
	background-color:#DDDDDD;
	padding:0.5em;
}

.front-button{
	height:6.5em;
}

.current-page-item{
	background-color:#EEEEEE;
}

.site-description{
	padding:1.25em;
	font-style:italic;
}

html body.home header.entry-header.responsive-max-width{
	display:none;
}

/* -- hide "Home" on the homepage -- */

div#page.site div#content.site-content section#primary.content-area main#main.site-main article#post-677.post-677.page.type-page.status-publish.hentry.entry div.entry-content div.wp-block-query.is-layout-flow.wp-block-query-is-layout-flow ul.wp-block-post-template.is-layout-flow.wp-block-post-template-is-layout-flow li{
	padding-bottom:1.25em;
}

div#page.site footer#colophon.site-footer.responsive-max-width div.site-info{
	display:none;
}
nav#site-navigation{
margin-bottom:0;
	
}

#homepage-searchbox{
margin-top:0px;
padding:0.5em;
	max-width:1006px;
	background-color:none;
	text-align:center;
}

header#masthead{
	padding-bottom:0px;
	margin-bottom:0px;
}

/* hide author bylines on posts, pages, and archives and search results */
span.byline{
	display:none;
}


/* hide breadcrumbs on posts */

html body.post-template-default.single.single-post  div#page.site div#catch-breadcrumb.catch-breadcrumb.breadcrumb-area.custom{
	display:none;
}


/* change style on policy pages */


.page-id-6296 .entry-header, 
.page-id-6296 div#catch-breadcrumb,
.page-id-6315 .entry-header,
.page-id-6324 .entry-header,
.page-id-6322 .entry-header,
.page-id-6296 .entry-header,
.page-id-6352 .entry-header,
.page-id-6355 .entry-header,
.page-id-6358 .entry-header,
.page-id-6369 .entry-header,
.page-id-6375 .entry-header,
.page-id-6379 .entry-header,
.page-id-6395 .entry-header,
.page-id-6390 .entry-header,
.page-id-6386 .entry-header,
.page-id-6382 .entry-header

{
	display:none
}

.page-id-6296 #masthead{padding-bottom:0px;}




/* Print stylesheet adjustments */

@media print {
	
	.site-logo{max-width:150px; margin: 0 auto;}
	
	#homepage-searchbox{display:none;}
	
}

/* Styles for Staff Member custom post type and Staff Directory archive page */

.directory{
	margin:0 auto; 
	max-width:1120px; 
}

.directory th,
.directory tr,
.directory td{
	border-style:none; 
	border-width:0px;
	vertical-align:top;
}

.post-type-archive-staff-member #catch-breadcrumb{
	display:none;
}

#catch-breadcrumb{
	max-width:920px;
	margin:0 auto;
}

#notice{
	background-color:#DDDDDD;
	color:darkblue;
	padding:0.5em;
}

#notice p{
	max-width:990px;
	margin:0 auto;
}


html body.archive figure.post-thumbnail{
	display:none;
}



/*---- Front nav buttons ----*/

.front-nav-box{
	text-align:center;
	max-width:1050px !important;
	margin-bottom:3em !important;
}


.front-button a{
  vertical-align:top;
	display: inline-flex;
}


p.front-button > strong > a{
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	color:white;
	width:200px;
	height:150px;
  outline: 0;
  border: 0;
  background-color: #094780;
  border-radius: 6px;
  padding: 8px 16px;
}

.front-button a:hover{
	background-color: #4299e1;
}