/* Test: if the css in this file is being applied, class .benton should have pink text.*/
/* .benton {
    color:pink;
} */


/*Header Menu- Primary */
.header-menu-primary__list  li .header-menu-primary__item-link:hover {
 	text-decoration: underline;
	color: #23487B;
};


/* Contact Form 7: Override color of warning text for accessibility. */
.wpcf7-not-valid-tip {
    color: #B40000;
}

/* Secondary Menu - This addresses the problem of the menu wrapping onto two lines
on certain screen widths, hiding  some of the menu items. The class 'bcIsWrapped'
is added in the JavaScript. */
.header-topbar.bcIsWrapped .header-topbar__inner .header-menu-secondary { 
	position: relative;
	margin-top: 0px;
}
.header-topbar.bcIsWrapped {
	margin-top: -4em;
    height: 4em;
    display: flex;
    align-items: center;
}
.header-topbar.bcIsWrapped .header-topbar__inner .header-menu-secondary .header-menu-secondary__list li {
    line-height: 2em;
}

