<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====================
 * 1. Normalize
 * ==================== */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset &gt; :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

input[type=text], 
input[type=password],
textarea {
	border: 1px solid #E1E1E1;
	font: inherit;
	padding: 10px;
}

form {
	overflow: hidden;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

:-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

:-ms-input-placeholder {  
   color: #FFFFFF;
}

/* ====================
 * 2. Typography
 * ==================== */
body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #F24F26;
	font-weight: 400;
	margin: 7px 35px 20px 45px;  
	padding-left: 15px;
	
	
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote &gt; :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #E9E9E9;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* ====================
 * 2. Elements
 * ==================== */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

td {
	border-top: 1px solid #F2F2F2;
	padding: 6px 10px 6px 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* =============================
 * 2. WordPress common classes
 * ============================= */

.alignleft{
	display: inline;
	float: left;
	margin-right: 1.25em;
}

.alignright{
	display: inline;
	float: right;
	margin-left: 1.25em;
}

.alignnone,
.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter{
	margin-bottom: 1em;	
}

p img,
.wp-caption {
	margin-top: 0.4em;
}

.wp-caption {
	margin-bottom: 1em;
	max-width: 96%;
	text-align:center;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

p.wp-caption-text{
	margin-bottom: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #888888;	
	font-size: 15px;
	margin-top: 5px;
}

.gallery{
	margin-bottom:15px !important;
}

.gallery dl{	
	margin: 0;
}

.gallery img{
	border: none !important;
}

.lb-image{
	max-width: inherit; 
}

.lb-prev, 
.lb-next,
.lb-nav {
	transition: all 0s ease 0s;
}

.sticky {
	background: #2E7EFF;
	color: #FFFFFF;
	font-size: 15px;
	padding: 6px;
	line-height: 9px;
	display: inline-block;	
}

input[type=submit],
button,
.button {
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1;
	display: block;
    padding: 12px 15px;
    text-decoration: none;
	border: none;
	-moz-transition:  .4s ease-in-out; 
	-webkit-transition:  .4s ease-in-out; 
	transition:  .4s ease-in-out;
	background: #7dc357;
}

.button:hover {
	opacity: 0.85;
	color: #FFFFFF;
}

.clear{
	clear: both;
}
 
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearfix { 
	display: inline-block; 
} 
 
 /* Hide from IE Mac \*/ 
.clearfix { 
	display: block; 
}
 
.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 9999;
}

/* Comments. */
.comment-text h1, 
.comment-text h2, 
.comment-text h3, 
.comment-text h4, 
.comment-text h5, 
.comment-text h6 {
	margin-bottom: 5px;
}

.comment-text ol li,
.comment-text ul li {
	margin-bottom: 5px;
}

.comment-text ol li ol,
.comment-text ul li ul {
	margin-top: 5px;
}

/* Password Protect form. */
.post-password-form p {
	overflow: hidden;
}

.post-password-form label {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

input[type=password] {
	font-size: 20px;
	padding: 5px 10px 7px;	
	line-height: 1.3;
}

/* =============================
 * 2. Slick Nav
 * ============================= */
.slicknav_nav .mega-wrap {
	display: none !important;
}

.slicknav_nav .std-sub-menu {
	box-shadow: none;
	margin-bottom: 0;
	position: static;
}

.slicknav_btn { 
	position: relative; 
	display: block; 
	vertical-align: middle; 
	float: right; 
	line-height: 1.125em; 
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #1D1F22;
	padding: 8px 9px;
	width: 260px;
	font-family: inherit;
	margin-bottom: 6px;
}

.slicknav_menu .slicknav_menutxt { 
	display: block; 
	line-height: 1.188em; 
	float: left; 
}

.slicknav_menu .slicknav_icon { 
	float: right; 
	margin: 0.188em 0 0 0.438em; 
}

.slicknav_menu .slicknav_no-text { 
	margin: 0 
}

.slicknav_menu .slicknav_icon-bar { 
	display: block; 
	width: 22px; 
	height: 3px; 
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px; 
	border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 0.188em 
}

.slicknav_nav ul,
.slicknav_nav li{ 
	display: block 
}

.slicknav_nav li {
	margin-right: 0;
	width: 100%;
}

.slicknav_nav .slicknav_arrow{
	font-size: 0.8em; 
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	display: inline-block;
	color: #666666;
}

.megamenu .slicknav_arrow {
	display: none;
}

.slicknav_nav .slicknav_item { 
	display: block; 
	cursor: pointer; 
}

.slicknav_nav a{ 
	display: block 
}

.slicknav_nav .slicknav_item a { 
	display: inline 
}

.slicknav_menu:before,
.slicknav_menu:after { 
	content: " "; 
	display: table; 
}

.slicknav_menu:after { 
	clear: both 
}

.slicknav_menu {
	font-size: 16px;
	display: none;
	position: absolute;
	height: 37px;
	z-index: 989;	
	*zoom: 1;	
}

.slicknav_menu .slicknav_icon-bar {
	background: #1D1F22;
}

.slicknav_nav {
	background: #FFFFFF;
	 border: 1px solid #EAEAEA;
	margin: 0;	
	padding: 0;
	clear: both;	
}

.slicknav_nav, 
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slicknav_nav ul li {
	display: block;
	
}
.slicknav_nav li a{
	display: block;
	padding: 4px 5px;
	margin: 0 7px;
	font-size: 15px;
	text-decoration: none;
	font-family: inherit;
}

.slicknav_nav li a a{
	margin: 2px 0;
	padding: 5px 0;
}

.slicknav_nav .sub-menu {
	margin-left: 0;
}

.slicknav_nav a:hover{
	color: #222;
}

.slicknav_nav .slicknav_txtnode {
     margin-left: 15px;   
}

.top-menu .slicknav_menu {		
	width: 238px;
}
	
.top-menu .slicknav_btn {
	width: 218px;
}

.top-menu .slicknav_nav .std-menu ul {
	height: auto;
	max-height: none;
}

.slicknav_nav .std-menu ul {
	margin: 10px 0;
}

.menu-section .slicknav_menu {
	left: 0;
	right: 0;
	margin: 0 auto;	
	width: 280px;
	margin-top: 5px;
	z-index: 989;
	background: #F3F3F3;
}

.menu-section .slicknav_btn {
	color: #AAAAAA;
	border: 1px solid #FFFFFF;
}

.menu-section .slicknav_nav li a {
	margin: 2px 7px;
	padding: 5px;
}

.menu-section .slicknav_nav li a a {
	margin: 0;
	padding: 0;
}

.menu-section .slicknav_menu .slicknav_icon-bar {
	background: #BBBBBB;
}
	
/* lightbox */
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:4px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container&gt;.nav{left:0}.lb-nav a{outline:0}.lb-next,.lb-prev{width:49%;height:100%;cursor:pointer;display:block}.lb-prev{left:0;float:left}.lb-prev:hover{background:url(../images/prev.png) left 48% no-repeat}.lb-next{right:0;float:right}.lb-next:hover{background:url(../images/next.png) right 48% no-repeat}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#bbb}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}</pre></body></html>