<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=PT+Sans:300);
body {
  margin: 0;
  font-family: 'PT Sans', Arial, sans-serif;
  margin-top: 59px;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.header {
  text-align: center;
}
.error404 {
 	background-size: auto 100%;
  	padding: 5% 0 0;
  	margin: 0;
	background-color:#000;
}
.background {
 	background: url(images/banner404.jpg) center fixed #000 no-repeat;
	background-size: auto 100%;
	-webkit-filter: blur(15px);
  	-moz-filter: blur(15px);
  	-o-filter: blur(15px);
  	-ms-filter: blur(15px);
  	filter: blur(15px);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.error404 #page404 {
  min-height: 400px;
}
.error404 #page404 .container {
  padding: 40px 0 80px;
  height: 100%;
}
#colophon {
  background-color: #000000;
  text-align: center;
  padding-bottom: 80px;
}
.error404 #colophon {
	background: none;
	border:none;
	color:#fff;
	font-size: 20px;
	line-height: 30px;
}
.site-info {
	font-size: 12px;
	padding-top: 40px;
  	padding-bottom: 20px;
  	position: relative;
	line-height: 18px;
}
.error404 #colophon a {
	color: #fff !important;
	text-decoration: underline;
}
.error404 #colophon a:hover {
	text-decoration: none;
}

@media (max-width: 979px) {
  body {
    margin: 0;
	padding-top: 0;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  #colophon {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 599px) {

}

@media (max-width: 480px) {
	.error404 #page404 {
	  min-height: 300px;
	}
	.error404 #page404 .container {
	  padding: 40px 0 40px;
	  height: 100%;
	}
	.error404 #colophon {
	  font-size: 18px;
	  line-height: 24px;
	}
}</pre></body></html>