@import url(https://fonts.googleapis.com/css?family=Roboto:300,900&display=swap);
.v-select {
  position: relative;
  font-family: inherit; }

.v-select, .v-select * {
  box-sizing: border-box; }

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.vs__fade-enter-active, .vs__fade-leave-active {
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1); }

.vs__fade-enter, .vs__fade-leave-to {
  opacity: 0; }

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8; }

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px; }

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0; }

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px; }

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right; }

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal; }

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative; }

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px; }

.vs--searchable .vs__dropdown-toggle {
  cursor: text; }

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer; }

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855); }

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1); }

.vs--loading .vs__open-indicator {
  opacity: 0; }

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px; }

.vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff; }

.vs__no-options {
  text-align: center; }

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap; }

.vs__dropdown-option:hover {
  cursor: pointer; }

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff; }

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5); }

.vs__dropdown-option--disabled:hover {
  cursor: inherit; }

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 .25em; }

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff; }

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent; }

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4; }

.vs--single.vs--searching .vs__selected {
  display: none; }

.vs__search::-webkit-search-cancel-button {
  display: none; }

.vs__search::-ms-clear, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
  display: none; }

.vs__search, .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1; }

.vs__search::-webkit-input-placeholder {
  color: inherit; }

.vs__search::-moz-placeholder {
  color: inherit; }

.vs__search:-ms-input-placeholder {
  color: inherit; }

.vs__search::-ms-input-placeholder {
  color: inherit; }

.vs__search::placeholder {
  color: inherit; }

.vs--unsearchable .vs__search {
  opacity: 1; }

.vs--unsearchable .vs__search:hover {
  cursor: pointer; }

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2; }

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s; }

.vs__spinner, .vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.vs--loading .vs__spinner {
  opacity: 1; }

/* Roboto */
/* ------ General styles ------ */
.yle__app > .yle__navigation {
  margin-bottom: 0;
  display: none; }

.yle__section--article.yle__section--fullWidth {
  margin-bottom: 0; }

.yle__footer {
  z-index: 1; }

html #app, body #app {
  min-height: auto; }

.yle__footer {
  display: none; }

.yle-header-ad {
  display: none; }

html #app .yle__app, body #app .yle__app {
  padding-bottom: 0; }

/* ------ Styled selected ------ */
.select .vs__dropdown-toggle {
  border: none; }

/* .select .vs__selected {
  color: #67000d;
}
.select .vs__open-indicator {
  fill: #67000d;
} */

figure[data-v-3ea74058] {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

/* ------ Title wrapper ------ */
.outer-title-wrapper[data-v-3ea74058] {
  width: 100%;
}
.inner-title-wrapper[data-v-3ea74058] {
  margin: 0;
  padding: 25px 0 30px 0;
}
@media (max-width: 400px) {
.inner-title-wrapper[data-v-3ea74058] {
      padding: 20px 0;
}
}
.inner-title-wrapper > h1[data-v-3ea74058] {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 440px) {
.inner-title-wrapper > h1[data-v-3ea74058] {
      font-size: 26px;
      line-height: 1.4;
}
}
.inner-title-wrapper > h2[data-v-3ea74058] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.45;
  margin: 0;
  padding: 20px 0 0 0;
}
@media (max-width: 440px) {
.inner-title-wrapper > h2[data-v-3ea74058] {
      font-size: 22px;
}
}

/* ------ Select wrapper ------ */
.select[data-v-3ea74058] {
  width: 100%;
  margin: 0;
  padding: 8px 20px;
  border: 1px solid black;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
.no-options[data-v-3ea74058] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* ------ Legend wrapper ------ */
.inner-legend-wrapper[data-v-3ea74058] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}
.inner-legend-wrapper > div[data-v-3ea74058] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inner-legend-wrapper > p[data-v-3ea74058] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.45;
  margin: auto 0;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 350px) {
.inner-legend-wrapper > p[data-v-3ea74058] {
      padding: 0 10px;
}
}
@media (max-width: 325px) {
.inner-legend-wrapper > p[data-v-3ea74058] {
      padding: 0 5px;
}
}
.inner-legend-wrapper > img[data-v-3ea74058] {
  width: 300px;
  height: 19px;
  margin: auto 0;
}
@media (max-width: 490px) {
.inner-legend-wrapper > img[data-v-3ea74058] {
      width: 50%;
      height: 11px;
}
}
@keyframes scale-data-v-3ea74058 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1);
}
}
.scale[data-v-3ea74058] {
  -webkit-animation-name: scale-data-v-3ea74058;
  animation-name: scale-data-v-3ea74058;
}
.animated[data-v-3ea74058] {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* ------ Image wrapper ------ */
.outer-image-wrapper[data-v-3ea74058] {
  width: 100%;
}
.inner-image-wrapper[data-v-3ea74058] {
  width: 100%;
  padding: 30px 0;
}
.inner-image-wrapper > img[data-v-3ea74058] {
  width: 100%;
}

/* ------ Source wrapper ------ */
.outer-source-wrapper[data-v-3ea74058] {
  width: 100%;
  padding: 0 0 15px 0;
}
.inner-source-wrapper > p[data-v-3ea74058] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}


/*# sourceMappingURL=styles.css.map*/