@import url('https://secure.ethicspoint.com/domain/media/shared/ciCLIENTIntake.css');

a.screen-reader-shortcut {
    left: 6px;
    position: absolute;
    top: -99px
}
 
/* adjust styling to match page branding */
a.screen-reader-shortcut:focus {
    background-color: #fff;
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px;
    top: 6px;
    z-index: 5
}

footer#epNAVEXFooter {
	background: white;
	border-top: 1px solid #d9e0bf;
	color:black;
	display: flex;
	flex-direction: column;
	font-size: 11px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px 25px;
	width: 100%;

	div img {
		display: none;
	}

	p.line1 {
		padding: 0 0 0 20px;
	}

	nav {
		ul {
			display: flex;
			align-items: center;
			justify-content: center;
			list-style-type: none;
		}
		li {
			a {
				color:black;
				font-size: 11px;
				font-weight: 400;
				border-right: 1px solid black;
				padding: 0 10px;
				text-transform: none;
			}
			a.contactethicspoint {
				border-right: none;
			}
		}
	}
}