
  /*
  Client Customization CSS file

  NetBenefits Web

  TEMPLATE VARIABLES:
  Client ID: 000700030
  Client Name: BRANDEIS UNIVERSITY
  Session ID: 0920254646;

  * Primary Color *
  menuBaseColor: #003478

  * Secondary Color *
  menuSelectedColor: #666666
  
	/* =================================================================================
		CSS Branding Tool Web stylesheet
	====================================================================================*/
	.base-bg{ background-color: #666666  !important;}
	.base-bottom-bg {background-color: #515151 !important;}
	.base-bg:hover{ background-color: #545454 !important; }
	.base-bottom-bg:hover{background-color: #606060 !important;}
	.base-text-color {color: #ffffff !important;}
	.base-bottom-text-color  { color: #000000 !important; }
	.base-border { border : 1px solid #999 !important;}
	.base-bottom-border  {border : 1px solid #999;}

	.selected-bg   {background-color: #555555  !important; }
	.selected-bottom-bg  {background-color: #575757 !important;}
	.selected-text-color  {color: #ffffff !important;}
	.selected-bottom-text  {color: #000000 !important;}
	.selected-border  {border: 1px solid #666666 !important;}
	.selected-bottom-border  {border : 1px solid #999;}

	.hover-bg {background-color: #545454 !important; }
	.hover-bottom-bg  {background-color: #606060 !important; }
	.hover-text {color: #ffffff !important;}
	.hover-bottom-text  {color: #000000 !important;}
	.hover-border{ border : 1px solid #000 !important;}
	.hover-bottom-border { border-color : 1px solid #999 !important;}

	/* Only two colors for text , border , border arrow  either white or grey */
	.contrast-text  {color : #ffffff !important;}
	.contrast-border  {border : 1px solid #ffffff !important;}
	.text-shadow {text-shadow : 0 1px $stylesheet->tileBaseTextShadowColor; !important;}
	.border-arrow {border-color: #ffffff transparent transparent !important;}
	.border-arrow:hover {border-color: #ffffff transparent transparent !important;}

	/* Available overrides if the client base background color is too dark or client-base-text color is too light */
	.client-bg-hover{ background-color: #666666 !important; color: #ffffff !important;}
	.client-bg-hover:hover, .client-bg-hover:focus{ background-color: #545454 !important; color: #ffffff !important;}
	.client-bg-hover:active { background-color: #4A4A4A !important; color: #ffffff !important;}
	.client-bg-active{ background-color: #4A4A4A !important}

	/* if no hover treatment needed for base background color */
	.client-bg-only-color{ background-color: #666666 !important; color: #ffffff !important;}
	.navbar .client-bg-only-color li{ color: #ffffff !important;}
	.client-text {color: #666666 !important;}

	/* Horizontal TOC */
	.client-sec-bg-only{ background-color: #666666 !important; color: #ffffff !important;}
	a.client-sec-bg-only, a.client-sec-bg-hover:link, a.client-sec-bg-hover:hover, a.client-sec-bg-hover:visited{ background-color: #666666 !important; color: #ffffff !important;}
	.client-sec-bg-hover{ background-color: #545454 !important; color: #ffffff !important;}
	.client-sec-bg-hover:hover, .client-sec-bg-hover:focus{ background-color: #545454 !important; color: #ffffff !important;}
	.client-only-hover:hover,.client-only-hover:focus {background-color: #545454 !important; color: #ffffff !important;}
	.client-only-hover:active {background-color: #4A4A4A !important; color: #ffffff !important;}

	/* h2 client color */
	h2.client-heading { color: #000; }

	/* Need this for deframed pages to override legacy code styles */
	#horz_region1 a.client-sec-bg-only,
	#horz_region1 a.client-sec-bg-hover:link,
	#horz_region1 a.client-sec-bg-hover:hover,
	#horz_region1 a.client-sec-bg-hover:visited{ background-color: #555555 !important; color: #ffffff !important;}

	/* =================================================================================
    	START : Acacia NavBar changes below. 
		Previous references are for various tertiary navigation on product pages.
	====================================================================================*/
	.client-bg-only-color { background-color: #000000 !important; }
	.navbar .netbenefits-default-primary { background-color: #003478 !important; }
	.netbenefits-default-icon { fill: #000000; }
	global-navbar .nb-nav2-bar .top-bar-menu__container #top-navbar-menu__list .netbenefits-default-underline.client-branding-underline:hover,
	global-navbar .nb-nav2-bar .top-bar-menu__container #top-navbar-menu__list .netbenefits-default-underline.client-branding-underline:active,
	global-navbar .nb-nav2-bar .top-bar-menu__container #top-navbar-menu__list .netbenefits-default-underline.client-branding-underline:focus,
	global-navbar .nb-nav2-bar .top-bar-menu__container #top-navbar-menu__list .netbenefits-default-underline.client-branding-underline--active
	{
		border-bottom: 4px solid #666666;
	}
	/* =================================================================================
		END : Acacia NavBar changes
	====================================================================================*/
	