<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /******************************************************************/
  /* "eurostat-charts" - v"1.0.8"    */
  /* http://ec.europa.eu/eurostat https://ec.europa.eu/eurostat     */
  /* Author: Sven Kuncikowski &lt;sven.kuncikowski@sword-group.com&gt;    */
  /* "License: European Union Public Licence (EUPL v.1.2)"          */
  /******************************************************************/.country-select {
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid #000000;
  background-color: #fff;
}

.indicator-select {
  /* margin-left: 1px;
  margin-right: 1px;
  padding-left: 1px;
  padding-right: 1px; */
  border: 1px solid #000000;
  /* background-color: #e1ebf4; */
  background-color: #ffffff;
  color: #044aa3;
}

.indicator-title {
  font-size: 1.2rem;
  color: #044aa3;
}

/* visible part of the dropdown select box
   override of the standard setting */
span.filter-option {
  /* Infographics standard is 0.9 for dropdown, but this is also title! thererfore 1.2 */
  font-size: 1.2rem;
  font-weight: 800;
  color: rgba(23, 65, 149, 1);
}

#indicators-container-mobile &gt; div &gt; button &gt; span {
  font-size: 1.2rem;
  text-align: center;
  color: #044aa3;
  font-weight: 400;
}

.dropdown-menu {
  /* background-color: #e1ebf4; */
  background-color: #fff;
  opacity: 0.9;
}

.dropdown-item {
  /* background-color: #e1ebf4; */
  background-color: #fff;
}

/* align text centered on mobile devices */
.bootstrap-select.btn-group .btn .filter-option {
  text-align: center;
  line-height: 1;
  color: #044aa3;
  font-weight: 400;
}

.btn-group-mobile {
  text-align: center;
  line-height: 1;
}
.selected {
  background-color: #044aa3;
  color: #999999 !important;
}

.disabled {
  cursor: no-drop;
  color: #cecece !important;
}

.a &gt; dropdown-item-inner &gt; disabled {
  cursor: no-drop;
  color: #cecece !important;
}

div.dropdown-menu inner &gt; a &gt; span &gt; .dropdown-item-inner {
  cursor: no-drop;
  color: #cecece !important;
}

.divider {
  display: inline-block;
  height: 1px;
  background-color: #e5e5e5;
}

.btn {
  /* background-color: #e1ebf4; */
  background-color: #fff;
  border: 0;
  padding: .575rem .75rem;
  /* background-color: #e1ebf4; */
}

.countries-mobile-size {
  height: 200px;
  overflow: auto;
}

.form-group {
  margin-bottom: 0;
}
.country-selected {
  background-color: lightgrey;
}
#countries-container-mobile div div a span .svg-inline--fa {
  visibility: hidden;
}
#countries-container-desktop div div a span .svg-inline--fa {
  visibility: hidden;
}
#indicators-container-desktop div div a span .svg-inline--fa {
  visibility: hidden;
}
#indicators-container div div a span .svg-inline--fa {
  visibility: hidden;
}
#indicators-container-mobile div div a span .svg-inline--fa {
  visibility: hidden;
}

/* make button use all available width */
.bs-actionsbox .btn-group button {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: unset;
}


/* @media only screen and (max-height: 500px) {
  .bootstrap-select.btn-group &gt; .dropdown-toggle {
    height: 2.1rem;
  } */

/* align text left, when not on a mobile devices */
/* .bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
  }
} */

/* Small. Above 34em (544px) portrait */
/* @media screen and (min-width: 34em) and (max-width: 75em) and (orientation: portrait) {
  span.filter-option {
    font-size: 1rem;
  } */
/* align text left, when not on a mobile devices */
/* .bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
  }
} */

/* Small. Above 34em (544px) portrait */
/* @media screen and (min-width: 34em) and (max-width: 75em) and (orientation: landscape) {
  span.filter-option {
    font-size: 1rem;
  } */
/* align text left, when not on a mobile devices */
/* .bootstrap-select.btn-group .btn .filter-option {
    text-align: center;
  }
} */

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: portrait) {
  span.filter-option {
    font-size: 1rem;
  }
  /* align text centered on mobile devices */
  .bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
    line-height: 1;
    color: #000000;
  }
}

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: landscape) {
  span.filter-option {
    font-size: 1rem;
  }
  /* align text centered on mobile devices */
  .bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
    line-height: 1;
    color: #000000;
  }
}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
  span.filter-option {
    font-size: 1.2rem;
  }
  .bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
    color: #000000;
  }
}


.socialmedia a, .socialmedia span {
  /* color: #469FFF;     */
  cursor: pointer;
}

.modal-content a {
  cursor: pointer;
}

.socialmedia a:hover {
  text-decoration: none;
  color: #469FFF;
}
.fa-code:hover:before {
  opacity: 0.5
}
.fa-twitter:hover:before {
  opacity: 0.5
}
.fa-facebook:hover:before {
  opacity: 0.5
}
.fa-table:hover:before {
  opacity: 0.5
}
.fa-info:hover:before {
  opacity: 0.5
}
.fa-caret-down:hover:before {
  opacity: 0.5
}
.fa-check-square-o:hover:before {
  opacity: 0.5
}
.fa-square-o:hover:before {
  opacity: 0.5
}

.fa-times {
  color: #000;
}

.fa-times:hover:before {
  opacity: 0.5
}

.navbar-light .navbar-nav .nav-link {
color: #044AA3;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: #044AA3;
}

/* Default
* No @media query for XS is necessary
*/
.socialmedia {
  font-size: .9rem;
}

.modal-body {
  font-size: .875em;
}

.modal-header {
  font-size: .875em;
  font-weight: 700;
}


/* Small. Above 34em (544px) */
@media screen and (min-width: 34em) and (orientation:portrait) {
  .socialmedia {
      /* font-size: .6em; */
      font-size: 1em;
  }
}

/* Small. Above 34em (544px) landscape */
@media screen and (min-width: 34em) and (orientation:landscape) {
  /* landscape-specific styles */
  .socialmedia {
      font-size: .53em;
  }
}

/* Medium. Above 48em (768px) */
@media screen and (min-width: 48em) {
  .socialmedia {
      /* font-size: .7em; */
      font-size: 1em;
  }
}

/* Large. Above 62em (992px) */
@media screen and (min-width: 62em) {
  .socialmedia {
      font-size: 1em;
  }
}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
  .socialmedia {
      font-size: 1em;
  }

}
.tooltip .tooltip-inner          { background-color:    #044AA3; }
.tooltip.top &gt; .tooltip-arrow    { border-top-color:    #044AA3; }
.tooltip.right &gt; .tooltip-arrow  { border-right-color:  #044AA3; }
.tooltip.bottom &gt; .tooltip-arrow { border-bottom-color: #044AA3; }
.tooltip.left &gt; .tooltip-arrow   { border-left-color:   #044AA3; }
.tooltip .arrow::before          { border-bottom-color: #044AA3; } 

.icon-active {    
    /* width: 55px;
    height: 55px; */
    float: left;
    margin-left: 2px;    
}

.icon-nonactive {
    cursor: pointer;
    /* width: 55px;
    height: 55px; */
    float: left;
    margin-left: 2px;    
}
.clickable {
  cursor: pointer;
}

.legend-desktop {
  color: #000000;
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1px;
  min-width: 70px;
  display: inline-block;
  padding: 5px;
  font-size: .6rem;
  text-align: left;
}

.legend-inner {
  padding-top: 2px;
  color: #000000;
  background-color: #ffffff;
}

.legend-outer-desktop {
  cursor: pointer;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px; */
}

.legend-outer-mobile {
  cursor: pointer;
  padding: 5px;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 15%;
}

.legend-mobile {
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  margin: 1px;
  padding: 10px;
  min-width: 70px;
}

.legend-block:hover {
  cursor: pointer;
}

.legend-item-not-focused {
  opacity: .5;
}

.legend-mobile {
  font-size: .8rem;
}
.legendcontainer {
  font-size: .8rem;
}

/* only inside legendcontainer the fontawesome icon multiplicator should be changed */
#legendcontainer .fa-2x {
  font-size: 1.4em;
}

/* we have to override the library css */
.bb-legend-item {
  font-size: .8rem;
}

.legend-box {
  padding:6px; 
  display:inline-block;
}

/* Default
 * No @media query for XS is necessary
 */
.legendcontainer-desktop {
  font-size: 0.8rem;
  position: absolute;
  right: 16px;
  /* top: 20%;   */
  text-align: right;
  z-index: 99;
  height: 95%;
  display: flex;
  align-items: center;
}

.legendcontainer-mobile {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 5px;
}

.unuseable {
  cursor: default;
  color: grey;
}

.useable {
  cursor: pointer;
}

.legend-text {
  font-size: 1em;
}

.fa-custom {
  font-size: 1.5em;
}


/* Small. Above 34em (544px) */
/* @media screen and (min-width: 34em) {
  .legendcontainer {
    font-size: .9em;
  }

} */

/* Medium. Above 48em (768px) */
/* @media screen and (min-width: 48em) {
  .fa-custom {
    font-size: 1.5em;
  }

  .legendcontainer {
    font-size: 1em;
  }

  .legend-text {
    font-size: 1.2em;
  }

} */

/* Large. Above 62em (992px) */
/* @media screen and (min-width: 62em) {
  .fa-custom {
    font-size: 2em;
  }

  .legendcontainer {
    font-size: 1em;
  }

  .legend-text {
    font-size: 1.5em;
  }

} */



/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: portrait) {
  .legend-desktop {
    font-size: 1rem;
  }
  .legendcontainer {
    font-size: 1rem;
  }

  /* only inside legendcontainer the fontawesome icon multiplicator should be changed */
  #legendcontainer .fa-2x {
    font-size: 1em;
  }

  /* we have to override the library css */
  .bb-legend-item {
    font-size: 1rem;
  }
  .legend-box {
    padding:6px; 
    display:inline-block;
  }
}

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: landscape) {
  .legend-desktop {
    font-size: 1rem;
  }
  .legendcontainer {
    font-size: 1rem;
  }

  /* only inside legendcontainer the fontawesome icon multiplicator should be changed */
  #legendcontainer .fa-2x {
    font-size: 1em;
  }

  /* we have to override the library css */
  .bb-legend-item {
    font-size: 1rem;
  }
  .legend-box {
    padding:6px; 
    display:inline-block;
  }
}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
  .fa-custom {
    font-size: 2em;
  }

  .legend-desktop {
    font-size: 1.2rem;
  }

  .legendcontainer {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }

  /* only inside legendcontainer the fontawesome icon multiplicator should be changed */
  #legendcontainer .fa-2x {
    font-size: 1.2em;
  }

  /* we have to override the library css */
  .bb-legend-item {
    font-size: 1.2rem;
  }

  .legend-box {
    padding:8px; 
    display:inline-block;
  }

}

/* .bb { */
/* color: #044aa3; */
/* } */
/*  */
/* .bb svg { */
/* color: #044aa3; */
/* font-family: 'Open Sans', sans-serif; */
/* font-size: 0.75rem; */
/* } */
/*  */
/* .bb-legend-background { */
/* stroke: none; */
/* } */
/*  */
/* .bb-tooltip th { */
/* background-color: #000; */
/* } */
/*  */
/* .bb-tooltip td.value { */
/* text-align: left; */
/* } */
/*  */
/* .bb-tooltip td.name { */
/* text-align: left; */
/* } */

/* .bb-axis-y-label {
  font-size: .9rem;
} */

/* .bb-xgrid, */
/* .bb-ygrid { */
/* stroke: lightgrey; */
/* stroke-opacity: 0.7; */
/* stroke-dasharray: 0 0; */
/* } */

/* IE10+ CSS styles go here */
/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { */
/* .bb-xgrid, */
/* .bb-ygrid { */
/* stroke: lightgrey; */
/* stroke-opacity: 0.7; */
/* stroke-dasharray: 1 0; */
/* } */
/* } */

/* IE Edge CSS styles go here */
/* @supports (-ms-ime-align: auto) { */
/* .bb-xgrid, */
/* .bb-ygrid { */
/* stroke: lightgrey; */
/* stroke-opacity: 0.7; */
/* stroke-dasharray: 1 0; */
/* } */
/* } */

/* .bb .bb-axis-y path, */
/* .bb .bb-axis-y line { */
/* stroke: transparent; */
/* } */
/*  */
/* .bb .bb-axis-y2 path, */
/* .bb .bb-axis-y2 line { */
/* stroke: transparent; */
/* } */
/*  */
div .bb svg {
  margin-left: 0.5%;
  margin-rigth: 115px;
}

/* .bb-axis-y text 
{
font-size: .7rem;
}

.bb-axis-x text 
{
font-size: .5rem;
} */

/* .bb-tooltip-container { */
/* min-width: 300px; */
/* text-align: left; */
/* } */
/*  */
/* .bb-line { */
/* stroke-width: 2px; */
/* } */
/*  */
/* .bb-line-EU { */
/* stroke-width: 3.5px; */
/* } */
/* .bb-line-EU27-2020 { */
/* stroke-width: 4px; */
/* } */
/* .bb-line-EU28 { */
/* stroke-width: 2.5px; */
/* } */
/*  */
/* .bb-line-EA { */
/* stroke-width: 3.5px; */
/* } */
/*  */
/* .bb-ygrid-line .line-0 { */
/* stroke: red; */
/* } */

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: portrait) {
}

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: landscape) {
}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
  /* .bb svg { */
  /* font-size: 1rem; */
  /* } */
}

/* Default
 * No @media query for XS is necessary
 */
.bb svg {
  font-family: "Open Sans", sans-serif;
  /* font-size: .75em; */
  /* TODO: remove, changed for brexit version */
  font-size: 0.55em;
}

.bb-legend-background {
  stroke: none;
}

.bb-tooltip {
  white-space: nowrap;
}

.bb-tooltip th {
  background-color: #000;
}

.bb-tooltip td.value {
  text-align: right;
  /* text-align: left; */
}

.bb-xgrid,
.bb-ygrid {
  stroke-dasharray: 8 4;
  shape-rendering: inherit;
}

.bb .bb-axis-y path,
.bb .bb-axis-y line {
  stroke: transparent;
}

/* div .bb svg { */
/* margin-left: 0; */
/* margin-left: 2%; */
/* } */

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: portrait) {
}

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: landscape) {
}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) and (max-width: 90em) {
  .bb svg {
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* TODO remove: added this for brexit EU27 and EU28 visible! */
/* Extra large. Above 90em (1200px) */
@media screen and (min-width: 90em) {
  .bb svg {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

a {
  font-family: "open_sansregular", Arial, sans-serif;
  font-weight: normal;
  color: #5d5e68;
  text-decoration: none;
}

li,
ul {
  line-height: 1.5rem !important;
}

/* body.ie6_8 #wrapper {
	background-image: url(../images/background_ie6_8.png);
	background-repeat: no-repeat;
} */
#wrapper {
  /*max-width: 100%;*/
  /*height: 1200px;*/
  background-color: white !important;
  /* background: url(../images/background_fullwidth.png) left top no-repeat,
				url(../images/background_fullwidth_right.png) left top repeat-x; */
  /*margin: 10px auto;*/
  margin: 0;
  padding: 0;
  position: relative;
}

#heading {
  overflow: hidden;
  margin: 0 2rem 0.5rem;
}

#heading #signin {
  text-align: right;
  height: 25px;
}

#heading #links {
  overflow: hidden;
  text-align: right;
}

#heading #links ul {
  list-style-type: none;
  margin: 0;
}

#heading #links ul li {
  display: inline-block;
  vertical-align: middle;
}

body.ie6_8 #links ul li {
  zoom: 1;
  display: inline;
}

#heading #links ul li:first-child {
  width: 50%;
  margin-right: 5px;
  margin-right: 1.5rem;
}

#heading #title {
  float: left;
}

#heading #title #env {
  margin-left: 220px;
  margin-left: 22rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "roboto_condensedregular", Arial, sans-serif;
  font-weight: normal;
  color: red;
}

#heading #title h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "roboto_condensedregular", Arial, sans-serif;
  font-weight: normal;
  color: #67676f;
  margin: 0;
  padding: 3px 0 0;
  text-rendering: auto;
  line-height: normal;
}

body.ie6_8 #breadcrumbs {
  /* background-image: url("../images/breadcrumbs_bg_ie6_8.png"); */
  background-repeat: repeat-x;
  background-position: right top;
}

#breadcrumbs {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  -webkit-box-shadow: inset 0 3px 4px -3px #696867,
    inset 0 -3px 4px -3px #696867;
  -moz-box-shadow: inset 0 3px 4px -3px #696867, inset 0 -3px 4px -3px #696867;
  box-shadow: inset 0 3px 4px -3px #696867, inset 0 -3px 4px -3px #696867;
}

#breadcrumbs ul.breadcrumb {
  list-style-type: none;
  padding: 0.2rem 0;
  background-color: transparent;
  margin: 0 2rem;
}

#breadcrumbs ul.breadcrumb li {
  display: inline-block;
  margin-left: 3px;
  margin-left: 0.3rem;
}

body.ie6_8 #breadcrumbs ul.breadcrumb li {
  zoom: 1;
  display: inline;
}

#breadcrumbs ul.breadcrumb li a {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "open_sansregular", Arial, sans-serif;
  font-weight: normal;
}

#breadcrumbs ul.breadcrumb li:before {
  content: "&gt;";
  margin-right: 3px;
  margin-right: 0.3rem;
}

#breadcrumbs ul.breadcrumb li:first-child {
  margin-left: 0;
}

#breadcrumbs ul.breadcrumb li:first-child:before {
  content: none;
}

#breadcrumbs ul.breadcrumb li:first-child a {
  font-weight: bold;
  font-family: "open_sansbold", Arial, sans-serif;
}

#content {
  background-color: white;
  margin: 0 5px 0.5rem 10px;
}

#selector {
  float: right;
}

#barchart {
  position: relative;
}

#emb {
  font-size: 0.9em;
  width: 235px;
  position: absolute;
  top: 140px;
  right: 10px;
}

#caption {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  /*width: 100%;*/
  width: 239px;
  background: grey;
  color: #fff;
  padding: 2px;
}

#code {
  font-size: 0.9em;
  font-family: courier;
  border: 1px solid grey;
  display: none;
  padding: 2px;
}

#divSelect {
  font-size: 1.2em;
}

.d3-tip-info {
  font-size: 1rem;
  padding: 5px;
  color: #000;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #000;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip-info:after {
  box-sizing: border-box;
  display: inline;
  font-size: 1rem;
  /* width: 200px; */
  position: absolute;
}

/* Style northward tooltips differently */
.d3-tip-info.n:after {
  top: 100%;
  right: 0;
}

#lupd {
  position: absolute;
  font-weight: bold;
  font-size: 1.2em;
  top: 250px;
  /*margin-top: 10px;*/
}

#linkdataMin {
  /*font-size: 0.9em;*/
  /*width: 250px;*/
  /*width: 18%;*/
  position: absolute;
  top: 280px;
}

.caption {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  /*width: 30%;*/
  width: 235px;
  background: grey;
  color: #fff;
  padding: 2px;
  /*padding-left: 10px;*/
  margin-top: 10px;
}

#code {
  font-size: 0.9em;
  font-family: courier;
  border: 1px solid grey;
  display: none;
  padding: 2px;
}

#unit {
  position: absolute;
  /*position: relative;*/
  top: 180px;
  margin-top: 10px;
  font-size: 1.2em;
}

#opts {
  position: absolute;
  top: 210px;
  margin-top: 10px;
  font-size: 1.2em;
  /*visibility: hidden;*/
}

#avflagsMin {
  font-size: 0.9em;
  /*width: 18%;*/
  width: 234px;
  position: absolute;
  top: 370px;
}

.title {
  /*font-size: 2.0em;*/
  font-weight: bold;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}

.node circle {
  fill: #fff;
  stroke-width: 1.5px;
}

.node text {
  font-size: 15px;
}

.node text tspan.level2 {
  font-size: 14px;
  line-height: 10px;
}

path.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 0.8px;
}

.d3-tip {
  font-size: 1rem;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 1px;
  border: 1px solid #fff;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 1rem;
  /* width: 100%; */
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  top: 100%;
  right: 0;
}

.d3-tipB {
  font-size: 1rem;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 1px;
  border: 1px solid #fff;
}

/* Creates a small triangle extender for the tooltip */
.d3-tipB:after {
  box-sizing: border-box;
  display: inline;
  font-size: 15px;
  /* width: 100%; */
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tipB.n:after {
  top: 100%;
  right: 0;
}

#footnotes {
  position: absolute;
  bottom: 10px;
  /* padding-left: 40px; */
  padding-left: 200px;
  font-size: 0.8rem;
}

/*#region Splash */
#splash-page {
  z-index: 99999 !important;
}

#splash-page .bar {
  width: 100%;
  text-align: center;
}

.page-splash {
  z-index: 99999 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.9;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.page-splash-message {
  text-align: center;
  margin: 20% auto 0;
  font-size: 400%;
  /*font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;*/
  -webkit-text-shadow: 2px 2px #000000;
  text-shadow: 2px 2px #000000;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  text-decoration: none;
  color: #f58a00;
  padding: 0;
}

.page-splash-message.page-splash-message-subtle {
  margin: 30% auto 0;
  font-size: 200%;
}

.ppoint {
  cursor: pointer;
}

.noppoint {
  cursor: auto;
}

.categ1-click {
  cursor: pointer;
}

/* nneded for retrieving new revved images names */
#barch {
  /* background-image: url("../images/barchart.png"); */
}

.barchart-info {
  width: 16px;
  height: 16px;
  /* background-image: url("../images/barchart.png"); */
}

html {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  /* overflow: hidden; */
  /* position: fixed; */
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
  color: #044aa3;
  /* position: fixed; */
}

#global {
  padding: 0;
  /* position:fixed;  */
  /* top:0; 
  left:0; 
  width:100%; 
  height:100%;  */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-padding-before: 5px;
}

.title {
  font-size: 1.2rem;
  font-weight: bold;
  word-wrap: normal;
  padding-right: 3px;
  padding-left: 3px;
}

.subtitle {
  font-size: 1rem;
  font-weight: normal;
}

#logo-mobile {
  width: 10rem;
  height: auto;
}

.logo {
  text-align: right;
  float: right;
  /* height: 50px; */
}

.nsi {
  height: 55px;
  padding-right: 4px;
  display: flex;
  align-items: center;
}

.nsi img {
  margin-right: 5px;
  height: 80%;
  padding-right: 12px;
  border-right: 1px solid #1e487d;
}
.footnote {
  color: #000000;
  font-size: 0.8rem;
}

.infolink {
  color: #007bff;
  /* font-size: 0.8rem; */
}
/* unvisited link */
.infolink a:link {
  color: #007bff;
}

/* visited link */
.infolink a:visited {
  color: #007bff;
}

/* mouse over link */
.infolink a:hover {
  color: #007bff;
}

/* selected link */
.infolink a:active {
  color: #007bff;
}

.bookmark {
  color: #000000;
  font-size: 0.8rem;
}
/* unvisited link */
.bookmark a:link {
  color: #007bff;
}

/* visited link */
.bookmark a:visited {
  color: #007bff;
}

/* mouse over link */
.bookmark a:hover {
  color: #007bff;
}

/* selected link */
.bookmark a:active {
  color: #007bff;
}

#navbar-mobile {
  padding: 4px 8px;
}

.navbar-collapse-mobile {
  position: absolute;
  z-index: 999;
  top: 44px;
  /* width: 100%; */
  background-color: #ffffff;
  /* padding-left: 10px; */
  /* padding-bottom: 5px; */
  /* border: 1px solid black; */
}

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: portrait) {
  .global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title {
    font-size: 1.4rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .bookmark {
    font-size: 1rem;
  }
  .footnote {
    font-size: 1rem;
  }
  .logo {
    margin-top: -10px;
  }
  #logo-desktop {
    width: 12rem;
  }
}

/* Small. Above 34em (544px) landscape */
@media screen and (min-width: 34em) and (max-width: 75em) and (orientation: landscape) {
  .global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title {
    font-size: 1.4rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .bookmark {
    font-size: 1rem;
  }
  .footnote {
    font-size: 1rem;
  }
  .logo {
    margin-top: -10px;
  }
  #logo-desktop {
    width: 12rem;
  }
}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
  .title {
    font-size: 1.4rem;
  }
  .subtitle {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }

  h5 {
    font-size: 1.2rem;
    font-weight: normal;
  }

  .footer {
    position: fixed;
    bottom: 0;
    width: 15%;
    /* Set the fixed height of the footer here */
    height: 90px;
    line-height: 90px; /* Vertically center the text there */
    background-color: transparent;
    color: #000000;
  }

  .logo {
    margin-top: -10px;
  }

  #logo-desktop {
    /* width: 14rem; */
    width: 12rem;
  }

  .footnote {
    font-size: 1.2rem;
  }

  .bookmark {
    font-size: 1.2rem;
  }
}

</pre></body></html>