<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  touch-action: auto !important;
  height: auto;
  overflow: auto;
}
.container {
  max-width: 970px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
/* Reset `button` and button-style `input` default styles */
/* from http://codepen.io/terkel/pen/dvejH */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.toggle-circle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #333;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
.toggle-fill {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #333;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}
.toggle-fill.active {
  opacity: 1;
}
h1,
h2 {
  font-family: 'Lato', sans-serif;
  color: #003366;
}
p {
  font-family: 'Lato', sans-serif;
  color: #666;
  font-size: 18px;
}
.instructions {
  color: #336699;
}
.options {
  display: flex;
  flex-wrap: wrap;
}
.option {
  flex-grow: 1;
  width: 150px;
  padding: 20px 25px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.option-img {
  text-align: center;
}
.option-label {
  font-family: 'Lato', sans-serif;
  color: #666;
  text-align: center;
  line-height: 1em;
  cursor: default;
}
.option-val {
  text-align: center;
  color: #666;
}
.option-val.avg {
  color: #999;
}
.result-criteria .option {
  border-bottom: none;
  width: 300px;
}
.submit-container {
  padding: 15px 50px;
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-container button span {
  white-space: nowrap;
}
.qlink,
.qlink:active,
.qlink:hover {
  text-decoration: none;
  color: #60A629;
  cursor: pointer;
  font-size: 24px;
}
button {
  font-family: 'Lato', sans-serif;
  background-color: #60A629;
  color: #fff;
  padding: 20px 50px;
}
.result-subtext {
  margin-bottom: 30px;
}
.result-hero {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding: 100px;
}
.result-hero p {
  color: #fff;
  text-align: center;
  margin: 0;
}
.result-hero .description {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
}
.result-hero .result-name {
  font-size: 60px;
  line-height: 60px;
}
.result-hero .horizontal-line {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 160px;
  height: 6px;
  background: #fff;
}
.maptable-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.maptable-section.left {
  background-position: left;
}
.maptable-section.right {
  background-position: right;
}
.table-container {
  background-color: rgba(0, 37, 80, 0.8);
  color: white;
  padding: 30px;
  width: 50%;
}
.table-container.left {
  float: left;
}
.table-container.right {
  float: right;
}
.table-container h2 {
  text-transform: uppercase;
  color: white;
  margin-top: 0;
}
th,
td {
  padding-right: 10px;
  padding-bottom: 10px;
}
.data-col {
  text-align: right;
}
.result-criteria {
  margin-top: 30px;
}
.result-criteria h2,
.result-criteria p {
  text-align: center;
}
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #999;
  text-align: right;
  margin-top: -1px;
  z-index: 2;
  position: relative;
}
footer span {
  max-width: 65%;
  display: inline-block;
  float: left;
  text-align: left;
  font-size: 10px;
}
@media (max-width: 991px) {
  table {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .maptable-section {
    display: none;
  }
}
/* Euronews Life */
h2 {
  margin-bottom: 30px;
}
h3,
h4 {
  margin-top: 30px;
}
/* Carousel styles */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control.right {
  background: #fab761;
  color: white;
}
.carousel-control,
.carousel-control:hover,
.carousel-control:focus {
  top: initial;
  width: auto;
  color: #333;
  opacity: 1;
  text-shadow: none;
}
.carousel-controls {
  position: relative;
  text-align: center;
}
.carousel-control.right,
.carousel-control.right:hover,
.carousel-control.right:focus {
  top: -5px;
}
.carousel-control.disabled {
  display: none;
}
.carousel-inner {
  padding-bottom: 20px;
}
.carousel-controls {
  padding-bottom: 10px;
}
/* Radio button styles */
.lui-radiobutton {
  display: inline-block;
}
.lui-radiobutton__radio-text {
  display: block;
}
.lui-checkbox {
  display: inline-block;
}
/* Select box styles */
.lui-select {
  max-width: 320px;
}
/* Chart */
.causes-chart {
  height: 500px;
}
/* Country filter */
.country-filter {
  text-align: left;
  margin-right: 4em;
}
.country-filter ul {
  height: 400px;
  overflow: auto;
}
.country-filter ul li {
  cursor: pointer;
}
.country-filter ul li.X {
  background-color: #ccc;
}
.slide {
  height: 320px;
}
.cause-tagline {
  text-align: center;
  background: url(../icons/smoke.jpg) no-repeat;
  background-size: cover;
  color: white;
  padding: .5em;
}
.chart-container {
  position: relative;
}
.chart-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
</pre></body></html>