
#errorContent {
	margin: auto;
    max-width: 1140px;
    padding: 59px 40px 120px 40px;
}

#errorContent .errorOops {
	font-size: 6em;
    font-weight: 600;
    color: #3a3c42;		
}

#errorContent {
	color: #3a3c42;
}

#errorContent .errorText {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-top: 4vw;
}

#errorContent .errorImage {
	display: inline-block;
	width:50%;
}

#errorContent .thisCompleteLink {
	color: #dd0031;
	font-weight: 600;
    font-size: 28px;
}
#errorContent .thisCompleteLink:hover {
	color: #3a3c42;
}

#errorContent p {
	font-size: 22px;
    line-height: 1.6;	
}

#errorContent .errorLink {
	padding-top: 2em;
}

#errorContent .errorImage img {
	width: 100%;
}

@media (max-width: 650px) {
	#errorContent .errorImage {
		display: none;	
	}
	
	#errorContent .errorText {
		width: 100%;	
	}
	
}


