<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS for 404 Page only */

#error-page {
	background: #f8f8f8;
	padding: 80px 0;
}

#error-page h2 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	color: #17689d;
}

#error-page h1 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 500;
	margin-top: 20px;
	color: #333;
}

#error-page h2:nth-of-type(2) {
	color: #333;
	margin-top: 100px;
}

/* Search bar */

#fof-search-bar {
position: relative;
float: left;
width: 50%;
height: 100px;
margin-left: 25%;
margin-bottom: 50px;
margin-top: 30px;
border: 1px solid #999;
}

#fof-search-bar form input {
border-radius: 0;
border: none;
}

#fof-search-bar #search-field {
	position: absolute;
	float: left;
	height: 100%;
	width: 100%;
	padding: 10px;
	font-size: 22px;
	font-weight: 500;
	color: #535353;
	background: #fff;
}

#fof-search-bar #search-field::-webkit-input-placeholder { 
    color: #535353;
	font-weight: 600;
	text-transform: uppercase;
}

#fof-search-bar #search-field::-moz-placeholder { 
    color: #535353;
	font-weight: 600;
	text-transform: uppercase;
}

#fof-search-bar #search-button {
	position: absolute;
	right: 0;
	float: right;
	height: 100px;
	width: 100px;
	padding: 28px;
	background: #102b3d;
	
	z-index: 20;
}

#fof-search-bar #search-button:hover{
	background: #35a0ce;
}


#error-page p {
position: relative;
float: left;
clear: both;
width: 100%;
text-align: center;
	color: #333;
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	margin-top: 50px;
}

#error-page p a {
	color: #17689d;
	
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition:  all 0.2s;
}

#error-page p a:hover {
	color: #125885;
}




@media screen and (max-width: 768px) {


#error-page h2:nth-of-type(2) {
	color: #333;
	margin-top: 50px;
}

/* Search bar */

#fof-search-bar {
position: relative;
float: left;
width: 400px;
height: 100px;
left: 50%;
margin-left: -200px;
margin-bottom: 50px;
margin-top: 30px;
border: 1px solid #999;
}

#error-page p {
position: relative;
float: left;
clear: both;
width: 100%;
text-align: center;
	color: #333;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 20px;
}


} /* end max-width 768px */




@media screen and (max-width: 450px) {

#error-page {
	background: #f8f8f8;
	padding: 40px 0 80px 0;
}

#error-page h1 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	margin-top: 20px;
	color: #333;
}

#error-page h2:nth-of-type(2) {
	color: #333;
	margin-top: 30px;
}

/* Search bar */

#fof-search-bar {
position: relative;
float: left;
width: 320px;
height: 60px;
left: 50%;
margin-left: -160px;
margin-bottom: 20px;
margin-top: 30px;
border: 1px solid #999;
}

#fof-search-bar #search-button {
	position: absolute;
	right: 0;
	float: right;
	height: 60px;
	width: 60px;
	padding: 15px;
	background: #102b3d;
	
	z-index: 20;
}


#error-page p {
position: relative;
float: left;
clear: both;
width: 100%;
text-align: center;
	color: #333;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 20px;
}



} /* end max-width 450px */



</pre></body></html>