<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * VARIABLES
 */
/*
 * Import helper functions
 */
/*
 * VARIABLES
 */
/* -------------------------------------------------- */
/**
 * Apply box-sizing: border box to all elements
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

#container {
  position: relative;
  margin: 20px;
  padding: 20px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 31px;
  font-weight: 300;
  font-size: .9em;
  line-height: 1rem; }

svg {
  cursor: pointer; }

.deleteSelectedNews {
  display: inline-block;
  vertical-align: middle; }
  .deleteSelectedNews svg {
    width: 20px;
    height: 20px; }
    .deleteSelectedNews svg * {
      stroke: #0B1F40; }

svg[class*="remove"],
svg[class*="edit"],
svg[class*="delete"] {
  width: 20px;
  height: 20px; }
  svg[class*="remove"] *,
  svg[class*="edit"] *,
  svg[class*="delete"] * {
    stroke: #0B1F40; }

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

.licenseList {
  margin-top: 0.2rem; }

table {
  width: 100%; }
  table tr td, table tr th {
    vertical-align: top !important;
    text-align: left !important; }
    table tr td ul, table tr th ul {
      list-style: none; }
      table tr td ul li, table tr th ul li {
        text-align: left !important;
        padding-bottom: 5px !important; }
    table tr td .preview, table tr th .preview {
      width: 125px;
      height: 125px;
      text-align: center;
      overflow: hidden; }
      table tr td .preview img, table tr th .preview img {
        min-width: 125px;
        max-width: none;
        height: 125px;
        margin: 0 -100%; }
    table tr td.content, table tr th.content {
      width: 40%; }
    table tr td.documents, table tr th.documents {
      width: 30%; }
    @media (min-width: 800px) {
      table tr td:last-of-type, table tr th:last-of-type {
        text-align: right !important; } }

table th {
  background-color: #ccc;
  padding: 0.5rem;
  font-weight: bold;
  vertical-align: middle !important; }

table td {
  padding: 1rem 0.5rem; }

table tr {
  padding: 0.5rem; }
  table tr:nth-of-type(even) td {
    background-color: #fff; }

.newsShortText {
  max-height: 175px;
  min-height: 100px;
  position: relative;
  overflow: hidden; }
  .newsShortText:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, white 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 70%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 70%, white 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 70%, white 100%); }
  .newsShortText strong {
    font-weight: bold; }
  .newsShortText em {
    font-style: italic; }
  .newsShortText span {
    line-height: 1.3; }

.delete-doc-button {
  vertical-align: top;
  width: 1.5em;
  height: 1.5em;
  background-image: url("../../img/cms/icons/svg/cross.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: 80% 80%;
  -o-background-size: 80% 80%;
  background-size: 80% 80%;
  background-position: 50% 50%;
  opacity: 0; }

.article-document {
  margin: 0.5rem 0; }

.article-document:hover .delete-doc-button {
  opacity: 1; }

.tabs-menu {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 0.5rem 0.3rem 0 0.3rem;
  background-color: #e2e5eb; }
  .tabs-menu li {
    display: table-cell;
    width: 33.333333%;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    border: none;
    margin: 0;
    background-color: transparent;
    font-family: inherit;
    -webkit-border-radius: initial;
    border-radius: initial; }
    .tabs-menu li:hover, .tabs-menu li:focus {
      background-color: #f1f4f5; }
  .tabs-menu a {
    display: block;
    width: 100%;
    padding: 0.5rem; }
    .tabs-menu a.active {
      background-color: #F1F4F5;
      padding: 1rem; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #e2e5eb; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #fff !important; }

.ui-tabs .ui-tabs-nav li {
  list-style: none !important;
  float: none !important;
  position: static !important;
  top: 0 !important;
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  white-space: normal !important; }

.ui-tabs-anchor {
  list-style: none !important;
  float: none !important;
  position: static !important;
  top: 0 !important;
  margin: 0 !important;
  border-bottom-width: 0 !important;
  padding: 10px !important;
  white-space: normal !important;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 90%; }

small {
  font-style: italic;
  font-size: 10px;
  color: #8c8c8c;
  display: block; }

.articleNewsForm input[type="text"] {
  display: block;
  width: 100%; }

.form__label-logo {
  max-width: 16px;
  max-height: 16px; }

.newsPicture {
  display: block; }

.formField {
  margin-bottom: 10px; }
  @media (min-width: 700px) {
    .formField:after {
      content: "";
      display: block;
      clear: both; } }
  .formField label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 95%; }
  .formField input {
    padding: 5px; }
  .formField fieldset {
    border: 1px solid #c0c0c0 !important;
    margin: 0 2px !important;
    padding: 0.35em 0.625em 0.75em !important; }
  .formField legend {
    display: block; }
  .formField textarea {
    width: 100%;
    min-height: 200px;
    /*		@include breakpoint (min-width 700px){
					width: 70%;
					min-width: 70%;
					max-width: 70%;
					min-height: 200px;
					float: left;
					margin: 0;
				}*/ }

.hasCheckbox label,
.hasCheckbox input {
  display: inline-block; }

.hasCheckbox input {
  width: auto; }

.formField .label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  margin: 0; }
  @media (min-width: 700px) {
    .formField .label {
      float: left;
      width: 30%;
      line-height: 2;
      padding-right: 15px; } }

.formField .input {
  display: block;
  width: 100%;
  padding: 0px;
  text-align: left; }
  @media (min-width: 700px) {
    .formField .input {
      float: right;
      width: 70%;
      position: relative; } }

.formField .box_blue,
.box_blue {
  border: 1px solid #51afeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #cef1ff;
  padding: 12px;
  margin-bottom: 16px; }
  .formField .box_blue img,
  .box_blue img {
    float: left;
    margin-right: 10px; }
  .formField .box_blue a,
  .box_blue a {
    text-decoration: underline;
    color: #265b84;
    font-size: 85%; }

@media (min-width: 700px) {
  .align-checkbox {
    position: absolute;
    top: 0px;
    left: -30px; } }

.align-checkbox input[type="checkbox"] {
  width: auto;
  float: none;
  margin: 10px 0; }

/* select articles styles */
/*
vars 
*/
.selectArticlesContainer {
  margin-top: 20px; }

.selectArticleHeading {
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px 0; }

.selectArticle {
  width: 100%;
  margin: 4px 0; }
  .selectArticle:nth-of-type(odd) {
    background-color: #f7fafb; }

.selectArticleWrapper {
  display: block;
  width: 100%;
  padding: 5px; }

.selectArticleNewspaper {
  display: inline-block;
  vertical-align: top; }

.showSummary {
  display: none;
  font-weight: normal;
  margin-top: 10px;
  margin-left: 0; }
  .showSummary img {
    float: left;
    width: 70px;
    margin: 0px 10px 10px 0; }
  .showSummary p {
    margin-left: 80px;
    line-height: 1.2; }

.closeSummary {
  display: inline-block;
  margin: 10px 0;
  text-align: center; }

.selectArticleTitle {
  display: block;
  font-weight: bold;
  margin: 5px 0 0 25px; }

.hasSummary {
  margin: 5px 0 0 32px;
  display: block;
  max-width: 100%; }
  .hasSummary &gt; span:hover {
    text-decoration: underline;
    cursor: pointer;
    cursor: hand; }
  .hasSummary a {
    text-decoration: underline;
    font-style: italic;
    color: #265b84;
    display: block;
    margin-top: 5px; }

/* Single news article (visitor/logged) */
.news-article-container {
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  line-height: 1.4; }
  .news-article-container .edit-article-button,
  .news-article-container .delete-article-button {
    width: 2rem;
    height: 2rem; }
  @media (min-width: 700px) {
    .news-article-container {
      display: table;
      width: 100%; } }

.news-article,
.news-article-sidebar {
  padding: 10px; }
  @media (min-width: 700px) {
    .news-article,
    .news-article-sidebar {
      padding: 15px;
      display: table-cell;
      vertical-align: top; } }

.news-article {
  background-color: #fff; }
  @media (min-width: 700px) {
    .news-article {
      width: auto; } }

.news-article-heading {
  font-size: 2em;
  font-weight: bold;
  margin: 15px 0; }

.article-views {
  background-color: #fde872;
  border: 1px solid #4a6700;
  padding: 3px;
  font-weight: normal;
  font-size: 11px;
  display: inline-block; }

.article-presented-by,
.article-created-by {
  margin: 0 0 15px 0; }

.article-presented-by span,
.article-presented-by img {
  display: inline-block;
  vertical-align: middle; }

.article-presented-by img {
  height: 40px;
  max-width: 100%; }
  @media (min-width: 700px) {
    .article-presented-by img {
      height: 50px; } }
  @media (min-width: 950px) {
    .article-presented-by img {
      height: 60px; } }

.article-created-by a {
  font-weight: bold; }

.news-article-content {
  padding-top: 10px; }
  @media (min-width: 950px) {
    .news-article-content .news-article-image-container {
      float: right;
      max-width: 40%; } }
  .news-article-content .news-article-image-container .newsImage {
    width: 1500px;
    max-width: 100%;
    display: block;
    margin: 0 auto 15px auto; }
    @media (min-width: 950px) {
      .news-article-content .news-article-image-container .newsImage {
        margin: 0 0 10px 10px; } }
  .news-article-content .news-article-image-container .news-article-image-description {
    font-size: 14px;
    margin: 0 10px 10px 0; }
    @media (min-width: 950px) {
      .news-article-content .news-article-image-container .news-article-image-description {
        margin: 0 10px 10px 10px; } }
  .news-article-content strong {
    font-weight: bold; }
  .news-article-content em {
    font-style: italic; }
  .news-article-content h1 {
    margin-bottom: 10px;
    font-size: 1.5em; }
  .news-article-content p {
    margin-bottom: 15px;
    line-height: 1.2; }
  .news-article-content .delete-rss {
    position: absolute; }

.readFullArticle {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.article-preview {
  overflow: hidden; }

.g {
  color: #a0b0b5; }

.news-article-authorclub-info {
  text-align: left;
  font-size: 0.7rem;
  padding-top: 0; }
  .news-article-authorclub-info a {
    color: inherit; }
    .news-article-authorclub-info a img {
      max-width: 16px;
      float: none;
      display: inline-block;
      margin: 0; }
  .news-article-authorclub-info strong {
    font-weight: bold; }

.news-article-author-info {
  font-size: 0.7rem;
  padding-top: 3rem; }
  @media (min-width: 950px) {
    .news-article-author-info {
      text-align: right; } }
  .news-article-author-info strong {
    font-weight: bold; }

.news-article-sidebar {
  background-color: #f3f4f8; }
  @media (min-width: 700px) {
    .news-article-sidebar {
      width: 300px;
      border-left: 1px solid #cfd5dd; } }
  @media (min-width: 950px) {
    .news-article-sidebar {
      width: 400px; } }
  .news-article-sidebar p {
    margin-bottom: 15px; }

.article-sidebar-component {
  border: 1px solid #cfd5dd;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px; }
  .article-sidebar-component:last-of-type {
    margin-bottom: 0; }

.article-form-component {
  margin-bottom: 15px; }
  .article-form-component:last-of-type {
    margin-bottom: 0; }
  .article-form-component label,
  .article-form-component input {
    display: block;
    width: 100%; }
  .article-form-component input[type="radio"],
  .article-form-component input[type="checkbox"] {
    display: inline;
    width: auto; }
  .article-form-component label {
    margin-bottom: 5px; }

.terms-checkbox {
  float: left;
  margin-right: 15px; }
  .terms-checkbox + small {
    overflow: hidden; }

/* logged */
.comment-user-info {
  overflow: hidden; }
  .comment-user-info &gt; img {
    float: left; }

.comment-user {
  margin: 5px 0 0 60px; }
  .comment-user span {
    max-width: 100%;
    display: block; }
  .comment-user a {
    margin-right: 5px; }
  .comment-user time {
    display: block;
    margin-top: 5px; }

.article-comment textarea {
  width: 100%;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
  margin: 0; }

.user-comment {
  position: relative; }

.delete-user-comment {
  position: absolute;
  top: 5px;
  right: 5px; }
  .delete-user-comment:hover {
    cursor: pointer;
    cursor: hand; }

.original-publisher {
  padding: 25px 15px;
  text-align: center; }
  .original-publisher a {
    display: block;
    max-width: 60%;
    margin: auto;
    padding: 10px; }

#loader-scenes-container, #team-scenes {
  display: none; }

.wbbm * {
  z-index: 10; }

.modeSwitch {
  display: none !important; }

.none {
  display: none; }

/* social logos when connected */
.social {
  list-style: none;
  text-align: left;
  overflow: hidden; }
  .social li {
    position: relative;
    width: 100%; }
    .social li label {
      text-align: left;
      line-height: 2px;
      width: 100%; }
      .social li label input {
        width: 15px;
        margin-right: 10px; }
      .social li label img {
        position: relative;
        top: 2px;
        margin-right: 6px; }

/* single news page styles corrections */
.delete-article-button,
.edit-article-button {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: middle; }
  .delete-article-button svg *,
  .edit-article-button svg * {
    stroke: #434b5b; }

.news-form__input-description {
  font-size: 0.8rem; }

.copyright small {
  font-style: normal;
  font-size: 0.75rem; }
</pre></body></html>