
.dol-logo-bar {
	background-color: #112e51;
    height: 25px;
    display: flex;
    flex-direction: row;
}

.dol-logo-bar > a {
	display: flex;
    width: 100%;
	align-items: center;
	text-decoration: none;
	margin-left: 1em;
}

.dol-logo-bar > a:hover {
	text-decoration: underline;
	text-decoration-color: white;
}

.dol-logo-bar > a > h2 {
    font-family: "Source Sans Pro",sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0.75em;
	font-weight: 700;
    font-size: 12px;
}


.ebsa-secondary-link-spec {
	display: flex;
}



.ebsa-secondary-text-spec {
	white-space: nowrap;
    margin-right: 10px;
    font-size: 14px;
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}

.ebsa-width-spec {
	max-width:unset !important;
}

/*



.ebsa-nav-spec {
	background-color: #0071bc;
}

.ebsa-nav-font-color-spec > span {
	color: white;
}

.ebsa-nav-font-color-spec > li > button {
	color: white;
	font-size: 14px;
}

.ebsa-nav-sub-menu-spec > li > ul {
	background-color: white !important;
	
}

.ebsa-nav-sub-menu-spec > li > div {
	background-color: white !important;
	
}

.ebsa-nav-sub-menu-spec > li > ul > li > a {
	color: black !important;	
}

.ebsa-grid-row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
	width: auto;
}

*/

/*
.ebsa-nav-sub-menu-spec > li > ul > li > a {
	color: black !important;
    padding-right: 0;
    width: 100%;
    font-weight: 400;
    line-height: 20px;
    display: block;
    text-transform: none;	
}


*/

/*
.usa-nav__submenu-item:first-child{
	width: 100%;
    font-family: "Source Sans Pro",sans-serif!important;
    border-bottom: 1px solid #aeb0b5;
    padding-bottom: .5em;
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid transparent;
    margin: 0 5px 5px 5px;
}

*/


/********************************
help page styles
 --need to move to uswds/sass--
********************************/

.custom-grid-offset-05{
	margin-left: 4%
}

.efast-table td p{
	margin-top:0;
	margin-bottom:0;
}

.stripe  tbody tr:nth-child(even) td{
  background-color: #f0f0f0;
  color: #1b1b1b;
}

.sidebar-nav {
	list-style: none;
	font-size: 16px;
}

.sidebar-nav li {
	margin-bottom: 10px;
}

.sidebar-nav a {
	text-decoration: none;
	color: #0071bc;
}

.sidebar-brand {
	margin-bottom: 15px;
	font-size: 18px;
}

.sidebar-brand a {
    color: #000000 !important;
}