<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
pre,
a,
code,
em,
img,
strong,
b,
u,
i,
ul,
li,
article,
aside,
footer,
header,
nav,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
/* Hand cursor on clickable input elements */
button {
  cursor: pointer;
}
button {
  margin: 0;
}
a:hover,
a:active {
  outline: none;
}
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after,
.col-full:after {
  clear: both;
}
.fix,
.col-full {
  zoom: 1;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4em;
  line-height: 1.618;
  color: #111111;
  font-family: -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a {
  color: #06f;
  text-decoration: none;
}
a:hover {
  color: #1E90FF;
  text-decoration: underline;
}
a img {
  -webkit-transition: opacity ease-out 0.1s;
  -moz-transition: opacity ease-out 0.1s;
  -ms-transition: opacity ease-out 0.1s;
  -o-transition: opacity ease-out 0.1s;
  transition: opacity ease-out 0.1s;
}
a img:hover {
  opacity: 0.75;
}
h1,
h2,
h3 {
  color: #000000;
  margin: 0 0 .618em;
}
h1 a,
h3 a {
  text-decoration: none;
}
h1 a:hover,
h3 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 1.618em;
  line-height: 1.387em;
}

h2 {
  font-size: 1.618em;
  line-height: 1.387em;
}

h3 {
  font-size: 1.387em;
}
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: manual;
  orphans: 3;
  widows: 3;
}
ul,
p {
  margin: 0 0 1.618em 0;
}
#header,#footer,#top,.widget_woo_component,.home-widgets, .widget, #content {
  padding-left: 0.618em!important;
  padding-right: 0.618em!important;
}
#wrapper {
  position: relative;
}
#content {
  padding: 4.236em 0;
}
ul.nav li a {
  padding: .5em 1em;
  display: block;
}

ul.nav li.current_page_item a {
  background: rgba(0, 0, 0, 0.1);
}

#top {
  background: #000;
  width: 100%;
  z-index: 9995;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  position: relative;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: 0.618047em 0.875em 0.618047em 2.61792em;
  background: transparent;
  color: rgba(255, 255, 255, 255);
  margin: 1em 0;
}
button.menu-toggle:hover {
  background-image: none;
}
button.menu-toggle:before,
button.menu-toggle:after,
button.menu-toggle span:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all 0s ease 0s, all 0s ease 0s, all 0.2s ease 0s;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
}
button.menu-toggle:before {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}
button.menu-toggle:after {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
}
.primary-navigation {
  display: none;
}
.main-navigation:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
#top ul.nav &gt; li a:hover,
#top ul.nav &gt; li a:focus {
    color: #c0c0c0;
}
.main-navigation ul li a:before {
  content: "\f0f6";
  font-family: -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: '\f0f6';
  margin-right: 0.540791em;
}
body.has-top-nav #header {
  padding-top: 9.505em;
}
#header {
  margin: 0;
  padding: 5.847em 0 0;
  clear: both;
  position: relative;
  text-align: center;
  background: #999999;
  border-bottom: 1px solid #fff;
}

/* Hide your Sidebar on Mobile Globally */
@media (max-width: 1299px) {
	#sidebar { display: none; }
}


#sidebar {
  clear: both;
  overflow: hidden;
  border-top: 0px solid #dedede;
}
#footer {
  padding: 1.1em 0;
  color: #fff;
  border-top: 1px solid #dedede;
  background-color: #000;
}
#footer p {
  margin: 0;
}
#footer .footer-section {
  margin-bottom: 0em;
}



span.heading,
#respond h3 {
  display: block;
  font-size: .857em;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-family: -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}
#content.home-widgets {
  padding: 0!important;
}
#content.home-widgets .widget_woo_component {
  margin: 0;
  padding: 4.236em 0;
  border-bottom: 1px solid #dedede;
}
#content.home-widgets .widget_woo_component:nth-child(2n) {
  background: #f5f5f5;
}
#content.home-widgets .widget_woo_component:last-child {
  border-bottom: none;
}
#blog-posts .post header h1 {
  font-size: 1.618em;
}
#blog-posts #sidebar {
  margin-top: 3.631em;
}
.post { 
  margin: 0 0 1.236em 0;
}
.post header {
  margin: 0 0 0;
}
.post header h1 {
  margin: 0 0 .202em;
  font-size: 1.618em;
  font-weight: bold;
}
.post header h1 a:link,
.post header h1 a:visited {
  color: #000000;
}
.post .post-date-author {
  display: block;
  margin: 0 0 1.387em;
  font-style: italic;
  font-size: .857em;
}
.post .post-date-author strong {
  font-weight: normal;
}
.post .post-date-author a {
  color: #111111;
}
.post .entry ul {
  margin-left: 2.618em;
}
.post .entry blockquote,
.type-page .entry blockquote,
.type-feature .entry blockquote,
.type-testimonial .entry blockquote,
.article-content .entry blockquote {
  position: relative;
  margin: 0 0 1.618em;
  padding: 0 0 0 2.618em;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
}
.post .entry blockquote:before,
.type-page .entry blockquote:before,
.type-feature .entry blockquote:before,
.type-testimonial .entry blockquote:before,
.article-content .entry blockquote:before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: 0;
  font-family: -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 4em;
  line-height: 1;
  margin: 0;
  vertical-align: -0.4em;
}
.post img,
.type-page img,
.type-feature img,
.type-testimonial img,
.article-content img,
.post img.thumbnail,
.type-page img.thumbnail,
.type-feature img.thumbnail,
.type-testimonial img.thumbnail,
.article-content img.thumbnail {
  border: 0px solid #dedede;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post img:hover,
.type-page img:hover,
.type-feature img:hover,
.type-testimonial img:hover,
.article-content img:hover,
.post img.thumbnail:hover,
.type-page img.thumbnail:hover,
.type-feature img.thumbnail:hover,
.type-testimonial img.thumbnail:hover,
.article-content img.thumbnail:hover {
  border-color: #c5c5c5;
}
.post img.wp-smiley,
.type-page img.wp-smiley,
.type-feature img.wp-smiley,
.type-testimonial img.wp-smiley,
.article-content img.wp-smiley {
  padding: 0;
  border: 0;
}
.post .alignleft,
.type-page .alignleft,
.type-feature .alignleft,
.type-testimonial .alignleft,
.article-content .alignleft {
  float: left;
  margin: 0 1.618em 2.618em 0;
}
.post .alignright,
.type-page .alignright,
.type-feature .alignright,
.type-testimonial .alignright,
.article-content .alignright {
  float: right;
  margin: 0 0 2.618em 1.618em;
}
.post .aligncenter,
.type-page .aligncenter,
.type-feature .aligncenter,
.type-testimonial .aligncenter,
.article-content .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 1.0em;
}
.post .wp-caption,
.type-page .wp-caption,
.type-feature .wp-caption,
.type-testimonial .wp-caption,
.article-content .wp-caption {
  padding: .857em .53em .53em;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #dedede;
  max-width: 100%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post .wp-caption img,
.type-page .wp-caption img,
.type-feature .wp-caption img,
.type-testimonial .wp-caption img,
.article-content .wp-caption img {
  margin: 0;
  background: none;
  border: 0;
  border: 1px solid #dedede;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.post .wp-caption-text,
.type-page .wp-caption-text,
.type-feature .wp-caption-text,
.type-testimonial .wp-caption-text,
.article-content .wp-caption-text {
  margin: .857em 0 .53em;
  padding: 0;
  text-align: center;
  font-weight: bold;
}




.post { 
  margin: 0 0 1.236em 0;
}
.post header {
  margin: 0 0 0;
}
.post header h1 {
  margin: 0 0 .202em;
  font-size: 1.618em;
  font-weight: bold;
}
.post header h1 a:link,
.post header h1 a:visited {
  color: #000000;
}
.post .post-date-author {
  display: block;
  margin: 0 0 1.387em;
  font-style: italic;
  font-size: .857em;
}
.post .post-date-author strong {
  font-weight: normal;
}
.post .post-date-author a {
  color: #111111;
}
.post .entry ul {
  margin-left: 2.618em;
}
.post img {
  border: 0px solid #dedede;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post img:hover {
  border-color: #c5c5c5;
}
/* Single Post Author */
.widget {
  color: #444444;
}

.widget a {
  color: #111111;
}

.widget a:hover {
  color: #005eb8;
}
.widget h3 {
  margin: 0 0 1em;
  color: #111111;
  font-size: 1.387em;
  text-transform: uppercase;
}
.widget ul {
  clear: both;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
  font-size: 1.1em;
}
.widget ul li {
  list-style: none;
  padding: .33em 0;
}
.widget ul li a {
  text-decoration: none;
}
.widget ul li a:hover {
  text-decoration: underline;
}
#sidebar .widget {
  padding: 0.500em 1.618em;
  font-size: .857em;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5em;
}
#sidebar .widget:nth-child(2n+1) {
background: #ffffff;
}
/* SPECIFIC WIDGETS */
/* Search */

/* Subscribe &amp; Connect */
/* Calendar */
/* Blog Author Info */
/* Tag Cloud */
/* Adspace */
/* Embed */
/* WooTabs */
/* Features &amp; Tesimonials by WooThemes in Sidebar */
/* WooDojo */
/*-------------------------------------------------------------------------------------------*/
/* 6. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
/* Comments */
/* Full Width Single Page  */
/* Normal Width Single Page  */
#comments {
  position: relative;
  padding: 0 0 0 0;
}
.fl {
  float: left;
}
/* Subscribe &amp; Connect */
#connect {
  margin-bottom: 1.631em;
  padding: 1.618em;
  background: #b6e7c9;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

/* Pagination */
#post-entries {
  clear: both;
}
#post-entries .fl,
#post-entries .fr {
  float: none;
}
#post-entries .nav-prev,
#post-entries .nav-next {
  margin: .857em 0;
}

#post-entries .nav-prev a {
  display: block;
  color: #111111;
  text-decoration: none;
  padding: .857em 1.387em;
  font-weight: bold;
  background: #dfefff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#post-entries .nav-next a {
  display: block;
  color: #111111;
  text-decoration: none;
  padding: .857em 1.387em;
  font-weight: bold;
  background: #E8F8F5;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#post-entries .nav-prev a:hover {
  background: #d1e3f5;
}
#post-entries .nav-next a:hover {
  background: #CCEAE3;
}

pre {
  font-size: 1.2em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f2f2f2;
  padding: 8px;
  margin-bottom: 10px;
}

/* Pagination */
.nav-entries {
  padding: 1em 0;
}
.nav-entries a span.nav-prev {
  text-align: right;
  display: block;
  color: #111111;
  text-decoration: none;
  padding: .857em 1.387em;
  font-weight: bold;
  background: #f5f5f5;
  border: 1px solid #dedede;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-entries a:hover span.nav-prev {
    /* background: none; */
	text-decoration: none;
}

.nav-entries a span.nav-next {
  text-align: right;
  display: block;
  color: #111111;
  text-decoration: none;
  padding: .857em 1.387em;
  font-weight: bold;
  background: #f5f5f5;
  border: 1px solid #dedede;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-entries a:hover span.nav-prev,
.nav-entries a:hover span.nav-next {
    /* background: none; */
	text-decoration: none;
}
/* Search */
#searchform {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  border-color: #cacaca #dedede #dedede #cacaca;
  border-width: 1px;
  border-style: solid;
  background: #dae8fc;
  -webkit-border-radius: 0.236em;
  border-radius: 0.236em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#searchform .s,
#searchform #s {
  padding: .857em 2.618em .857em .857em;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0;
  border: 0;
  background: none;
  color: #111111;
}
#searchform .search-submit,
#searchform #searchsubmit {
  position: absolute;
  top: 33%;
  right: .857em;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 0;
  width: 20px;
  height: 0;
  background: url('images/ico-search.png') no-repeat left top;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#searchform .search-submit:active,
#searchform #searchsubmit:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#searchform .search-submit:hover,
#searchform #searchsubmit:hover {
  background: url('images/ico-search.png') no-repeat left top;
}
#searchform label {
  display: none;
}</pre></body></html>