#error-page {
	color: #454545;
	padding: 30px 20px 60px;
	background: url(/images/site-errors/500_wires_03.jpg) 550px 5px no-repeat;
}
#error-page h1 {
	font-size: 48px;
	font-weight: bold;
}
#error-page p {
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 24px;
	font-weight: normal;
}
#error-page a {
	color: #0098df;
	cursor: pointer;
}
#error-page .return-home {
	display: inline-block;
	margin-top: 40px;
	cursor: pointer;
  &::after{
    content: '';
  }
  &.learn-more::after {
	position: relative;
	top: 12px;
	padding: 0 0 0 6px;
  }
}
#error-page .return-home-copy {
	margin: 9px 0 0;
	float: left;
	font-size: 14px;
	cursor: pointer;
	padding: 0 0 0 6px;
}
#error-page .lowes-gable {
	background: url(/images/site-errors/500_home_icon_03_03_03.png) no-repeat;
	width: 47px;
	height: 27px;
	padding: 0 2px 0;
	float: left;
	cursor: pointer;
}
