/* hide comment count | 26057747-HC | GM */
.commentcount {
	display: none;
}
/* hide like title | 26057747-HC | GM */
div.sharedaddy h3.sd-title {
	display: none;
}
/* Header menus / 27673743-HC (MI) */
@media only screen and (min-width: 768px) {
	#nav-primary {
		padding-left: 40px;
	}
	#nav-lower .nav li:first-child {
		margin-left: 8px;
	}	
}
/* adjust left margin on lower menu | 26057747-HC | GM */ @media only screen and (min-width: 768px) { #nav-lower .nav li:first-child { margin-left: 4.9em; } }
/* set background color of masthead | 26057747-HC | GM */ 
#masthead, .custom-colors #masthead {
	background-color: #000928;
}
/* Hide search form - 27680576-hc */ #masthead .searchform { display: none; }
/* set background color of masthead | 26057747-HC | GM */ 
#masthead, .custom-colors #masthead {
	background-color: #e8e9ed; 
}
footer {
  background-color: #e8e9ed !important;
}
#featured-cats h5 {
  background-color: #e8e9ed !important;
}
h3.widgettitle {
  background-color: #e8e9ed !important;
}
/* Change the background color of the Featured content section / io / #27789016-hc */ #lead-story { background-color: #e8e9ed; }
/* change secondary menu link color to #000928 | 27789016-hc eD */
#nav-lower li a {
	color: #000928;}
/* Hide theme info in footer | 28750529-hc | DW */

footer .left {
    display: none;
}

/* page visualization gallery */
.page-id-10306 .entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.page-id-10306 .wp-caption {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 340px;
    background: #1C293F;
    color: white;
    border: 1px solid #B3B3B3;
}
.page-id-10306 .wp-caption a {
    color: white;
}
.page-id-10306 .wp-caption img:hover {
    opacity: 0.7;
    transition: linear 0.2s;
}
.page-id-10306 p.wp-caption-text {
    margin: 0;
    padding: 0px 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1023px) {
	.page-id-10306 .wp-caption img {
		max-width:100%;
}}
@media (min-width: 600px) and (max-width: 1135px) {
	.page-id-10306 .wp-caption {
		flex: 0 0 275px;
}
	.page-id-10306 p.wp-caption-text {
		font-size: 14px;
}}
/* END page visualization gallery */