@charset "UTF-8";
/* SBW Custom CSS and Overrides Document */
/* hover-dropdown-menu.css OVERRIDES */
/* */
/* OVERRIDE hamburger menu background color */
/* ------------------------
	MAX 767px 
------------------------ */
@media only screen and (max-width: 767px)
{
	/* Header Mobile View Styles */
	.navbar-nav > li > a{
		line-height: 26px;
		background-color: #ffc400;
	}
}
/* */
/* OVERRIDE topmost header appearance on smallest phones */
/* ------------------------
	MAX 640px 
------------------------ */
@media only screen and (max-width: 640px)
{
	/*----------------------
	Top Bar 
	---------------------*/
	.top-contact,.top-contact.top-contact-right,
	.top-social-icon, .top-social-icon.top-social-icon-left
	{
		text-align: left;
	}
}
/* ------------------------
	MAX 360px 
------------------------ */
@media only screen and (max-width: 360px)
{
	/*----------------------
	Top Bar (Contact)
	---------------------*/
	.top-contact a{
		display: inline-block;
	}
}
