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

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa_Free_Bold-webfont.woff2') format('woff2'),
         url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa_Free_Light-webfont.woff2') format('woff2'),
         url('../fonts/Nexa_Free_Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {
	color:#333;
	text-decoration: none;
}

a:hover {
	color:#00417A;
}

p {
	margin:0 0 15px;
	padding:0;
}

h2 {
	font-weight:900;
	letter-spacing:3px;
	font-size:28px;
}

h3 {
	font-size:20px;
}

a.btn {
	text-decoration:none;
}

/* ==========================================================================
   General
/* ========================================================================== */

html, body {
    height: 100%;
}

body {
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	font-family: Europa, sans-serif;
    background: url("../img/wyhw-bg.jpeg") center/cover fixed;
}

#wrapper::after {
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: -1;
}

h1 {
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 0 0 10px #000;
}

h2, h3 {
    text-transform: uppercase;
    margin-bottom: 100px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 0 6px #000;
}

h3 {
    text-transform: none;
    margin: 0 0 10px;
    font-size: 26px;
}

#addressForm {
    text-align: center;
    justify-content: center;
}

.form-error {
    display: none;
    font-size: 16px;
    background: #f3f3f3;
    padding: 10px 20px;
    color: #900;
    width: 81%;
    margin: 0 auto 10px;
    text-align: center;
    border-radius: 6px;
}

#inputForm .form-error {
    width: 100%;
}

.btn {
    background: #289AFF;
    border: 0;
}

.step {
    text-align: center;
}

#map {
    height: 300px;
}

.final-wrapper {
    color: #333;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
}

.final-wrapper img {
    float: left;
    max-width: 150px;
    margin-right: 10px;
}

.final-right {
    border-left: 2px solid #ccc;
    font-size: 22px;
}

/* ==========================================================================
   Icons
/* ========================================================================== */


@font-face {
	font-family: 'geofarm';
	src:url('../fonts/geofarm.eot?-7haqzm');
	src:url('../fonts/geofarm.eot?#iefix-7haqzm') format('embedded-opentype'),
		url('../fonts/geofarm.woff?-7haqzm') format('woff'),
		url('../fonts/geofarm.ttf?-7haqzm') format('truetype'),
		url('../fonts/geofarm.svg?-7haqzm#geofarm') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'geofarm';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-geo-farm-icon_Search:before {
	content: "\31";
}

.icon-geo-farm-icon_Value:before {
	content: "\32";
}

.icon-geo-farm-icon_Home:before {
	content: "\33";
}

.icon {
	font-size: 65px;
	display: block;
}

.icon.active{
	color: #289AFF;
}


#footer {
    margin-top: 40px;
    background: rgba(255,255,255,0.8);
    padding: 20px 0;
    font-size: 14px;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */

@media (max-width: 992px) {
    #nav li a { font-size: 10px; }
    #main { height: 400px; }
    #bios .container { max-width: 100%; }
    .bio-photo { min-height: 500px; }
    .bio-content h3 { font-size: 18px; }
    .bio-short h3 { font-size: 16px; }
    #footer-contact { padding: 0 20px; }
}

@media (max-width: 900px) {
    #nav { display: none; }
    #nav-mobile-icon { display: block; }
}

@media (max-width: 767px) {
    h2 { text-align: left; }
    .right-col { border: 0; }
    .bio-left, .bio-right, .bio-content { border: 0; }
    .bio-photo { min-height: 0; padding-top: 150% !important; background-size: 100%; }
}
</pre></body></html>