<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --site-bg-color: #fff;
  --title-color: #FFB71B;
  --text-color: #333333;
  --text-lite-color: #828282;
  --blue-background-color: #FFB71B;
  --blue-background-lite-color: #1D1D1B;
  --gray-background-color: #575756;
  --gray-background-lite-color: #f2f2f2;
  --shout-color: #1D1D1B;
  --newsitem-title-color:#333333;
  /* NEWS ITEMS */
  --horizontal-separator-color: #ccc;
  --reading-time-color: #BDBDBD;
  --human-date-color: #BDBDBD;
  --dim-white-color: #BDBDBD;
  /* VERTICAL COLORS */
  /* FINE VERTICAL COLORS */
  --widget-background-color: #e0e0e0;
  --primary-button-bg-color: #FFB71B;
}

/* DEFAULTS */
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

strong {
  font-weight: 900;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.edibutton {
  padding: 1rem 1.8rem;
  font-family: var(--secondary-font-family);
  font-size: 2rem;
}

.edibutton.btn-primary:link, .edibutton.btn-primary:visited, .edibutton.btn-primary:hover, .edibutton.btn-primary:focus, .edibutton.btn-primary:active {
  background-color: #FFB71B;
}

.feedzy-rss .rss_item .rss_image .fetched {
  z-index: 1 !important;
}

.page_title h1 {
  font-size: 3.6rem;
  margin-left: 3rem;
}

body.error404 .page_title h1,
body.search .page_title h1 {
  margin-left: 0;
}

body.search .page_title h1 {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .page_title h1 {
    font-size: 4.8rem;
    margin-left: 5.28rem;
  }
}

/* SHOUTS */
.shout {
  color: #FFB71B;
}

body {
  background-color: #fff;
}

body main {
  padding-top: 3rem;
}

body .page-bottom {
  margin-top: 0;
}

body .main_content .content_trunk {
  padding-left: 10px;
  padding-right: 10px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
}

.page_title h1 {
  font-size: 3.6rem;
  line-height: 3.96rem;
  color: var(--blue-background-color);
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  body .main_content .content_trunk {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  body .page-bottom {
    margin-top: 42px;
  }
  body.has_skin .page-bottom {
    margin-top: 173px;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
  }
  body #main_content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body .main_content .content_trunk {
    padding-left: 0;
    padding-right: 0;
  }
  .page_title h1 {
    font-size: 4.8rem;
    line-height: 5.28rem;
  }
}

@media only screen and (min-width: 1300px) {
  body.has_skin .page-bottom {
    max-width: 1260px;
  }
}
</pre></body></html>