* {
	/*border: 1px solid #f00 !important;*/
}

.splashLoader {
	display: none;
	background: rgb(76,76,76); /* Old browsers */
	background: linear-gradient(to bottom, rgba(76,76,76,0.5) 0%,rgba(102,102,102,0.5) 7%,rgba(89,89,89,0.5) 19%,rgba(71,71,71,0.5) 39%,rgba(44,44,44,0.5) 79%,rgba(17,17,17,0.5) 87%,rgba(0,0,0,0.5) 91%,rgba(28,28,28,0.5) 98%,rgba(19,19,19,0.5) 100%); /* W3C */
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

.splashLoader .background {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -45%;
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
	display: block;
	border: 1px solid #888;
	height: 140px;
	width: 90%;
	vertical-align: middle;
	text-align: center;
}

.splashLoader .background p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.splashLoader .fa-spinner {
	margin: 10px;
	font-size: 5em;
	color: #666;
}

input {
	margin-bottom: 10px;
}

.selectedEbaHeader {
	clear: both;
	background-color: rgb(0, 32, 55);
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 10px;
}

.agreements {
	padding: 10px;
	background-color: rgb(230, 230, 230);
}

.sectorLinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sectorLinks a {
	display: inline-block;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 1%;
	width: 100%;
}

.sectorLinks a.normal {
	text-decoration: none;
	color: rgb(255, 255, 255);
	background-color: rgb(150, 150, 150);
	display: inline-block;
}

.sectorLinks a.current {
	text-decoration: none;
	color: rgb(255, 255, 255);
	background-color: rgb(100, 100, 100);
}

.sectorLinks a.normal:hover {
	background-color: rgb(120, 120, 120);
}

.eba-pages {
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.eba-pages li {
	list-style-type: none;
	display: flex;
	margin: 0 10px 10px 0 !important;
}

.eba-pages li a {
	text-align: center;
	text-decoration: none;
	width: 60px;
	padding: 10px 0 10px 0;
	color: rgb(255,255,255);
	background-color: rgb(120,120,120);
}

.eba-pages li.active a {

	color: rgb(0,0,0);
	background-color: rgb(230,230,230);
}

.eba-pages li a:hover {
	color: rgb(0,0,0);
	background-color: rgb(230,230,230);
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 768px) {
	.sectorLinks a.normal,
	.sectorLinks a.current {
		width: 33%;
	}
}