/*logos on home page*/
div.flair-imgs {
    margin: 10px;
    width: 170px;
    clear: none;
}
div#flair-row-2 {
    clear: both;
}
.flair-imgs {
    float: left;
}
div#flair1 {
    background: rgba(255,255,255,.6);
}
div#flair7 img {
  text-align: center;
}

/* header */
.site-header p {
	margin-bottom: 0;
}

/* footer */
.pgsd_hours {
	background-color:#0A3A76;
}
.pgsd_hours, .pgsd_hours tbody, .pgsd_hours td {
	border: none;
}
.site-footer {
	color: #fff;
}

/* color changes in header &amp; footer */
.home .site-header.fixed:not(.shrink) {
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 75%);
}
.site-header.shrink, .site-footer {
	background-color: #0A3A76!important;
}
@media screen and (max-width: 896px) {
	.nav-primary {
		background-color: #0A3A76!important;
	}
}
.site-footer, .site-footer a {
	color: #fff;
}

/* buttons */
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #0A3A76;
	color: #fff;
	border-radius: 36px;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #072A56;
}
.yellowBtn {
	background-color: #FFC123;
	color: #141414!important;
}
.yellowBtn:hover {
	background-color: #f5a91a;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}

/* images on pages */
.page .entry-content img {
	border-radius: 6px;
	border: solid 6px #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.25);
}