/* Change top bar color | 22421445-hc | tmb */
.top-bar {
	background-color: #0F9A47; 
}

/* Change submenu background color | 22421445-hc | tmb */
@media screen and (min-width: 768px) {
	.main-navigation ul ul {
		background-color: #EFAA1E;
	}
}

/* Hide all page titles | 22421445-hc | tmb */
.page .entry-title {
	display: none;
}

/* Main menu size | smf-16369063-hc */
@media (min-width: 768px) {
	.main-navigation {
		font-size: 16px;
	}
}

/* add border below top bar + adjust top bar height | 16428114-hc */
.top-bar {
	padding: 1em 0;
	border-bottom: 5px solid #EFAA1E;
}

/* Global: widen the content -- 16478401-hc (EZ) */
@media screen and (min-width: 768px) {
	.front-testimonials, 
	.footer-widgets-wrapper, 
	.recent-posts-wrapper, 
	.site-branding-wrapper, .top-bar-wrapper, .site-content, 
	.page-template-front-page .site-main > .hentry:first-of-type, 
	.page-template-full-width-page-php .site-content, .site-content .full-width-widget-area, 
	.header-widget-area .header-widget-area-wrapper {
		max-width: 1200px;
	}
	/* increase the width of content on full-width pages | XXXXXX-hc eD */
	.page-template-full-width-page .site-content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1100px) {
	#content, .site-branding-wrapper {
		max-width: 1200px;
	}
}

/* change search background and underline color  | 22199425-hc bk */
.search-control-wrapper a, 
.search-control-wrapper a:visited,
.sf-menu > li > a:after,
.widget .widget-title:after {
	background: #174759;
}

/*  change search hover color | 22199425-hc bk */
.search-control-wrapper a:hover, 
.search-control-wrapper a:focus, 
.search-control-wrapper a:active {
	background: #3f90a7;
	color: #FFFFFF;
}

/* Set footer to match header. */
.site-info {
	background: #0F9A47;
}

/* Move translate widget | 22587035-hc (LS) */
#google_translate_widget-3 {
	margin-left: 80%;
}

/* Home header color | 22587035-hc (LS) */
.header-widget-area {
	background: white;
}

/* Space reduction | 22587035-hc (LS) */
.header-widget-area-wrapper {
	padding-bottom: 0;
}
#content {
    padding-top: 1px;
}

/* Reduce the height of the gold bar -- hc-22796319 */
.top-bar {
	padding: 14px;
}

/*update footer to gold color | 22817977-hc swm*/
.site-footer {
	background-color: #ffffff;
}

.footer-widgets-wrapper {
	background-color: #ffffff;
}

/* Remove widget focus state / 22817977-hc  (MI) */
.widget:focus {
	outline: none;
}

/* Make header widget full-width | 22874924-HC (AVS) */
.header-widget-area{
	padding: 0;
}
.header-widget-area .header-widget-area-wrapper{
	max-width: unset;
	margin: 0;
        padding-top: 0;
}
.header-widget-area .header-widget-area-wrapper .widget_media_image{
	flex-basis:100%;
}

/* Change links color | 22874924-HC (AVS) */
.site-content a{
	color: #ccaa33;
}

/* change footer text color  | 23163977-hc bk */
.footer-widgets-wrapper {
  color: #000000;
}

/*Change footer link color| ks—hc-28205974*/
.footer-widgets-wrapper a {
	color: rgb(160,160,160);
}