#banner {
	background: #f7f7f7;
	border-bottom: 1px solid #dadada;
	padding:50px 0;
	margin: 0 0 32px;
	height:250px;
}
#bannerMenu {
	background: #f7f7f7;
	border-bottom: 1px solid #dadada;
	padding:50px 0;
	margin: 0 0 32px;
	height:170px;
}

/**
 * Banner: Welcome
 */


#banner .salutation {
	font-size: 155.55555%;
}
#bannerMenu .pageHeading {
	font-size: 155.55555%;
}


#banner .status {
	color: #898989;
}
#bannerMenu .explanation {
	color: #898989;
}

/**
 * Banner: Actions {
 */
#banner .actions {
}

/**
 * Banner: Actions: Action
 */
#banner .actions .action {
	display: inline-block;
	height:150px;
}

#banner .actions .action + .action {
	margin-left: 50px;
}

#banner .actions .action a {
	display: inline-block;
	border-bottom: none;
}

#banner .actions .action span:last-child {
	white-space: nowrap;
	line-height:25px;
	border-bottom: 1px solid #0094b3;
}

#banner .actions .action:hover span:last-child {
	border-bottom-color: transparent;
}

/**
 * Banner: Actions: Icon
 */
#banner .actions .icon {
	margin:0 auto;
	height:100px;
	width:100px;
	margin: 0 auto 25px;
	display: block;
}

#banner .actions .icon svg {
	fill: #0094b3;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#banner .actions a:hover .icon svg {
	background: #f3f7f8;
}

#banner .actions a:focus .icon svg {
	background: #f3f7f8;
	border: 3px solid #e7e7e7;
	height:106px;
	width:106px;
	position:relative;
	top: -3px;
	left: -3px;
}

#banner .actions a:active .icon svg {
	background: #ecf5f7;
}

@media (max-width: 1199px) {
	#banner .actions .action {
		width: 100px;
	}

	#banner .actions .action span:last-child {
		display: block;
		white-space: normal;
		height:50px;
	}

	#banner .actions .icon {
		margin:0px auto;
	}
}

@media (max-width: 767px) {
	#banner {
		background: none;
		border-bottom: none;
		height:auto;
		padding:0;
	}
	
	#banner .container {
		padding: 0 !important;
	}
	
	#banner .welcome {
		padding:50px;
		background: #f7f7f7;
		border-bottom: 1px solid #dadada;
	}
	
	#banner .actions {
		float: none;
		margin: 50px 0 0;
	}
	
	#banner .actions .action { 
		width: auto;
	}
	
	#banner .actions .action span:last-child {
		display:block;
		width: 100px;
		margin: 0 auto;
	}
}	