* {
  line-height: normal;
}

/*==============CHECK==============*/

/*=========CHECKMQ=======*/

/*=========REG=============*/

.reg {
  margin-top: 1.5rem;
  line-height: 1.45;
}

.reg__title,
.article-body h3 {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
  margin: 0 14px 15px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-container .comments .answer {
  padding-left: 20px;
}

/*==============CAROUSEL==============*/

/* Slideshow container */

/* Hide the images by default */

/* Next & previous buttons */

/* Position the "next button" to the right */

/* On hover, add a black background color with a little bit see-through */

/* Caption text */

/* Number text (1/3 etc) */

/* The dots/bullets/indicators */

.active {
  background-color: #717171;
}

/* Fading animation */

.image-container {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}

.image-container img {
  width: 50%;
}

.reply-icon {
  height: 21px;
  margin-right: 8px;
  /* margin: 0 8px 0 -30px; */
  width: 21px;
}

.reg {
  margin-top: 1rem;
}

.un-reg {
  list-style-type: none;
  padding-inline-start: 0;
  margin: 0 14px 15px;
}

.un-reg__item {
  counter-increment: custom-counter;
  position: relative;
  line-height: 2rem;
  padding: 10px 5px 10px 50px;
  background: whitesmoke;
  border-left: 3px solid #2a3d98;
  border-right: 3px solid #2a3d98;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  list-style-type: none;
  line-height: 1.45;
}

.un-reg__item::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  font-family: sans-serif;
  width: 32px;
  height: 32px;
  color: #2a3d98;
  border: 3px solid #2a3d98;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  content: counter(custom-counter);
  position: absolute;
  transform: translate(0%, -50%);
  padding-right: 0;
  padding-top: 2px;
}

html {
  font-size: 3.45vw;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background-color: #f7f7f7;
  font-family:
    Bernino Sans,
    Arial,
    sans-serif;
  margin: 0;
  line-height: 1;
}

h1,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  font-weight: 500;
}

h1 {
  font-size: inherit;
}

@media (min-width: 1200px) {
  h1 {
    font-size: inherit;
  }
}

h3 {
  font-size: inherit;
}

@media (min-width: 1200px) {
  h3 {
    font-size: inherit;
  }
}

h5 {
  font-size: inherit;
}

a,
body {
  color: #222;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  border: 0;
}

img {
  max-width: 100%;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 2.1045vw;
  }
}

@media (min-width: 860px) {
  html {
    font-size: calc(3.45vw - 12.696px);
  }
}

@media (min-width: 980px) {
  html {
    font-size: 22px;
  }
}

.reset-btn {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.reset-btn,
.reset-btn:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.reset-btn:hover {
  background: rgba(0, 0, 0, 0);
}

.reset-btn:active {
  outline: none;
  border: none;
}

.reset-btn:focus {
  outline: 0;
}

.container {
  min-width: 238px;
  word-wrap: break-word;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.container-max-width {
  max-width: 980px;
  margin: 0 auto;
}

.layout-max-width {
  max-width: 980px;
}

.header-container {
  background-color: #fff;
  width: 100%;
  display: block;
}

.news-container {
  background-color: #f7f7f7;
  width: 100%;
  max-width: 980px;
  display: inline-block;
}

.layout-columns {
  display: block;
  min-height: 500px;
}

@media screen and (min-width: 640px) {
  .layout-columns {
    display: grid;
    grid-template-columns: 61% 39%;
  }

  .news-container {
    padding: 0 7px;
    margin-bottom: 0;
    min-height: 1242px;
  }
}

@media screen and (min-width: 860px) {
  .layout-columns {
    grid-template-columns: minmax(0, auto) 354px;
  }
}

@media screen and (min-width: 1160px) {
  .container,
  .container-max-width {
    max-width: 1280px;
  }
}

.il-header .il-header-container {
  padding-left: 14px;
  padding-right: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.il-header .header-day-container {
  display: none;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}

.il-header .header-alma-container {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.il-header .header-il-container {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.il-header .il-logo-container {
  width: 152px;
  height: 28px;
  display: inline-block;
  margin: 14px auto 7px;
}

.il-header .header-user-nav {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
  position: relative;
  -webkit-flex: 30;
  -ms-flex: 30;
  flex: 30;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 640px) {
  .il-header .header-day-container {
    display: unset;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    overflow: hidden;
  }

  .il-header .header-alma-container {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 0 70%;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
  }

  .il-header .header-il-container {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 1 0 180px;
    -ms-flex: 1 0 180px;
    flex: 1 0 180px;
  }

  .il-header .il-logo-container {
    width: 174px;
    height: 32px;
    margin-bottom: 14px;
    margin-top: auto;
  }
}

.date-name-flag {
  font-family:
    Bernino Sans Condensed,
    Arial,
    sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #666;
  font-size: 12px;
  margin: 7px 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 14px;
  line-height: 1.1;
  box-sizing: content-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 640px) {
  .date-name-flag {
    margin: 14px 0;
  }
}

.alma-links {
  font-family:
    Bernino Sans,
    Arial,
    sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #666;
  font-size: 11px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
}

.alma-links .links {
  display: none;
  margin: 7px 0;
}

.alma-links .alma-logo {
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
  margin: 4px 0;
}

@media screen and (min-width: 640px) {
  .alma-links .links {
    margin: 12px 14px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: content-box;
    overflow: hidden;
    line-height: 1.1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16px;
  }

  .alma-links .alma-logo {
    -webkit-flex: 0 0 26px;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    height: 26px;
    width: 26px;
    margin: 8px 0;
  }
}

.alma-link {
  margin-left: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  text-transform: uppercase;
}

.alma-link .alma-link-image-container {
  position: relative;
  height: 16px;
  padding-left: 20px;
}

.alma-link .alma-link-image-container img {
  padding-right: 4px;
  display: block;
  position: absolute;
  left: 0;
}

.alma-link:visited {
  color: #666;
}

.alma-svg-logo .st0 {
  fill: #858688;
}

.iltalehti-svg-logo .st0 {
  fill: red;
}

.user-nav {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.user-nav .order-plus-nav {
  background-color: #dc0000;
  color: #fff;
  font-size: 16px;
  height: 20.5px;
  padding: 4px 8px 2px;
  margin: 6px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.3;
}

.user-nav .name,
.user-nav .order-plus-nav {
  font-family:
    Bernino Sans Condensed,
    Arial,
    sans-serif;
  font-weight: 700;
}

.user-nav .name {
  color: #dc0000;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  background-color: inherit;
  cursor: pointer;
  padding: 0 0 0 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 0.7;
}

.user-nav .name:focus {
  outline: none;
}

.user-nav .login-text {
  display: none;
}

.user-nav .il-character-svg {
  width: 22px;
  height: 24px;
  margin-left: 5px;
  /* box-sizing: content-box; */
}

@media (min-width: 640px) {
  .user-nav .name {
    margin-bottom: 12px;
  }

  .user-nav .order-plus-nav {
    font-size: 18px;
    height: 23.3px;
  }

  .user-nav .login-text {
    display: block;
  }
}

@media (max-width: 319px) {
  .user-nav .order-plus-nav {
    display: none;
  }
}

.il-character-svg .st0 {
  stroke: #dc0000;
  fill: none;
}

.navigation {
  clear: both;
  white-space: nowrap;
}

.main-nav-container {
  height: 41px;
  background: #fff;
  box-shadow: 0 1px 2px #ddd;
  border-top: 1px solid #ddd;
}

.main-nav-container .main-nav-content {
  position: relative;
}

.main-nav {
  width: calc(100% - 14px);
}

.main-nav ul {
  padding: 0 0 0 8px;
  margin: 0;
  height: 41px;
}

.main-nav li {
  display: inline-block;
}

.main-nav .nav-link-text {
  font-family:
    Bernino Sans Condensed,
    Arial,
    sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin: 0 6px;
  padding: 12px 0;
  color: #000;
  text-align: center;
  line-height: 20px;
  display: block;
  cursor: pointer;
}

.main-nav .main-nav-selected .nav-link-text {
  border-bottom: 3px solid #fff;
}

@media screen and (min-width: 700px) {
  .main-nav {
    width: calc(100% - 14px);
  }
}

@media screen and (min-width: 860px) {
  .main-nav .nav-link-text {
    font-size: 16px;
    margin: 0 5px;
  }
}

.sub-nav {
  display: none;
}

@media screen and (min-width: 640px) {
  .sub-nav {
    display: block;
  }
}

.scroll-nav {
  position: fixed;
  top: 0;
  z-index: 30000;
  width: 100%;
  max-width: 980px;
  background-color: #fff;
  -webkit-transform: translateY(-43px);
  -ms-transform: translateY(-43px);
  -o-transform: translateY(-43px);
  transform: translateY(-43px);
  opacity: 0;
}

.scroll-nav .scroll-nav-link {
  margin: auto 0;
  -webkit-flex: 58px 0 0;
  -ms-flex: 58px 0 0;
  flex: 58px 0 0;
}

.scroll-nav .il-svg-logo {
  display: block;
  margin: 0 14px;
  width: 30px;
  height: 30px;
}

.scroll-nav .iltalehti-svg-logo {
  display: none;
  width: 163px;
  height: 30px;
  margin: 0 14px;
}

.scroll-nav .scroll-nav-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 48px;
  overflow: hidden;
  padding-right: 80px;
}

.scroll-nav .article-share {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
}

.scroll-nav .user-nav {
  position: absolute;
  top: 0;
  right: 50px;
  min-height: 48px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-nav .user-nav .name {
  margin-bottom: 3px;
}

.scroll-nav-animated {
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 640px) {
  .scroll-nav {
    width: calc(100% - 14px);
    max-width: 966px;
    margin-left: 7px;
  }

  .scroll-nav .scroll-nav-link {
    -webkit-flex: 191px 0 0;
    -ms-flex: 191px 0 0;
    flex: 191px 0 0;
  }

  .scroll-nav .scroll-nav-header {
    width: 63%;
    padding-right: 0;
  }

  .scroll-nav .il-svg-logo {
    display: none;
  }

  .scroll-nav .iltalehti-svg-logo {
    display: block;
  }

  .scroll-nav .article-share {
    text-align: right;
  }

  .scroll-nav .user-nav .login-text {
    display: block;
    line-height: 1.2;
    margin-right: 7px;
  }

  .scroll-nav .user-nav .name {
    margin-bottom: 0;
  }
}

.common-card {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  margin-bottom: 21px;
  background-color: #fff;
  box-shadow: 0 1px 1px 1px #ddd;
}

.il-svg-logo .st0 {
  fill: red;
}

.article-share {
  text-align: center;
  line-height: 0;
  max-height: 48px;
  overflow: hidden;
}

.article-share a {
  height: 48px;
  margin: 6px 0;
}

.article-share svg {
  width: 36px;
  height: 36px;
  margin: 6px 2%;
}

.email-svg .st1 {
  fill: #fff;
}

.email-svg .st2 {
  fill: #dc0000;
}

.facebook-svg .st2 {
  fill: #fff;
}

.facebook-svg .default {
  fill: #4267b2;
}

.main-column {
  width: 100%;
  display: block;
}

.main-container {
  padding: 0;
}

.list-image-container {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.list-image-container img {
  width: 100%;
  position: absolute;
}

.article-bookmark {
  position: absolute;
  z-index: 1001;
  padding: 14px;
  cursor: pointer;
}

.bookmark-svg {
  width: 16px;
  height: 23px;
  display: block;
}

.bookmark-svg path {
  stroke: #666;
}

.side-column-container {
  margin-top: 14px;
  position: relative;
  display: none;
}

@media screen and (max-width: 639px) {
  .side-column-content {
    position: relative !important;
    top: 0 !important;
  }
}

@media screen and (min-width: 640px) {
  .side-column-content {
    max-width: 340px;
    width: 100%;
  }

  .side-column-container {
    max-width: 340px;
    margin-left: 14px;
    margin-top: 0;
    min-width: 0;
    display: block;
  }
}

.arrow-svg .arrow-path {
  stroke: #dc0000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button {
  cursor: pointer;
  font-family:
    Bernino Sans Condensed,
    Arial,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-left: 7px;
  padding: 9px 12px;
  /* height: 40px; */
  /* background-color: #dc0000; 
  border: none;*/
  border-radius: 5px;
  text-transform: uppercase;
  border: 2px solid #666;
  color: #666;
}

/* .button,
.button:visited {
  color: #fff;
} */

.article-list {
  margin: 0;
  font-family:
    Bernino Sans Narrow,
    Arial,
    sans-serif;
  padding: 0 14px;
}

.article-list .article-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
}

.article-list .list-image-container {
  position: relative;
  overflow: hidden;
}

.article-list .list-image-container img {
  position: absolute;
  width: 100%;
}

.article-list .title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
}

.article-list .category-time {
  padding-top: 2px;
  font-size: 14px;
  color: #666;
}

.article-list .category-time:visited,
.article-list a:visited .category-time {
  color: #7f7f7f;
}

.card-heading {
  color: var(--text-color);
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin: 10px 14px 0;
  text-transform: none;
}

.article-list .card-heading {
  margin: 10px 0 0;
}

.column .image-container {
  position: relative;
  margin: 14px;
}

.column .image-container img {
  width: 100%;
  position: absolute;
  margin: 0 auto;
}

.show-more-button {
  padding: 14px 0;
  border: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
  background: none;
  text-align: center;
  color: #dc0000;
  font-weight: 700;
  font-size: 16px;
  font-family:
    Bernino Sans Condensed,
    Arial,
    sans-serif;
  outline: none;
  overflow-anchor: none;
  text-transform: uppercase;
}

.article-list + .show-more-button {
  border-top: 1px solid #ddd;
}

@font-face {
  font-family: GalanoGrotesqueAlt-Regular;
  src:
    none format("woff2"),
    none format("woff");
  font-display: swap;
}

@font-face {
  font-family: GalanoGrotesqueAlt-Bold;
  src:
    none format("woff2"),
    none format("woff");
  font-weight: 900;
  font-display: swap;
}

.middle-column-article,
.middle-column-article .article-bookmark-container {
  position: relative;
}

.middle-column-article .article-bookmark {
  top: 0;
  right: 0;
}

.middle-column-article .article-content {
  background-color: #fff;
}

@media print {
  .ad,
  .article-share,
  .header-container,
  .middle-column-article > :not(:first-child),
  .scroll-nav {
    display: none !important;
  }

  body {
    padding: 0 !important;
    margin: 0 !important;
  }
}

.breadcrumb {
  font-family:
    Bernino Sans Narrow,
    Arial,
    sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #666;
  padding: 14px 14px 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.article-headline {
  font-family:
    Bernino Sans Narrow,
    Arial,
    sans-serif;
  font-weight: 700;
  margin: 0 14px 10px;
  line-height: 1.1;
  word-wrap: break-word;
  letter-spacing: -0.01em;
  font-size: calc(8px + 4vw);
}

@media screen and (min-width: 640px) {
  .middle-column-article .article-headline {
    font-size: calc(10.4px + 2vw);
  }
}

@media screen and (min-width: 980px) {
  .middle-column-article .article-headline {
    font-size: 30px;
  }
}

.article-image.gallery {
  cursor: pointer;
}

.article-image.center {
  clear: both;
  margin: 0 0 15px;
}

.article-image .article-image-container {
  position: relative;
  overflow: hidden;
  background-color: #eee;
}

.article-image .image {
  position: absolute;
  width: 100%;
  -webkit-animation: fade-in 0.15s linear;
  -o-animation: fade-in 0.15s linear;
  animation: fade-in 0.15s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
}

.article-image .image-show {
  display: block;
}

.article-authors {
  font-family:
    Bernino Sans Narrow,
    Arial,
    sans-serif;
  font-weight: 600;
  margin: 14px;
  clear: both;
  line-height: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
}

.author {
  margin-top: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author .author-image-container {
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 9px;
}

.author .author-image {
  width: 50px;
  max-height: 50px;
  border-radius: 50%;
}

.author .author-name {
  font-size: 15px;
  color: #222;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author .author-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-time {
  font-family:
    Bernino Sans Narrow,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #666;
}

.article-body {
  position: relative;
  font-size: 16px;
}

.article-body a {
  color: #e11229;
  text-decoration: underline;
}

.article-body a:hover {
  color: #007fff;
}

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

.paragraph {
  color: #222;
  margin: 0 14px 15px;
  line-height: 1.45;
}

.footer__header {
  background-color: #eee;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__header .iltalehti-svg-logo {
  margin: 0 auto;
  max-width: 150px;
}

.footer__copyright {
  background-color: #333;
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.coral-talk-comments {
  background-color: #fff;
  padding: 14px;
}

.coral-talk-comments .card-heading {
  padding: 0 14px 0 0;
  margin: 0;
}

.coral-talk-comments .heading-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 14px;
}

.coral-talk-comments .show-rules {
  color: #222;
  text-decoration: underline;
}

.coral-talk-comments .show-commenting,
.coral-talk-comments .show-rules {
  background-color: #fff;
  border: none;
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}

.coral-talk-comments .show-commenting {
  color: #666;
  font-weight: 700;
  margin: 0 0 0 auto;
}

.coral-talk-comments .button.login-btn {
  width: 100%;
  text-transform: none;
}

.coral-talk-comments .commenting {
  margin: 0;
}

.coral-talk-comments .bottom-container {
  margin: 34px 0 0;
}

.commenting-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.commenting-tabs .tab {
  padding: 10px;
  background-color: #eee;
  border-radius: 6px 6px 0 0;
  color: #222;
  margin: 0 5px 0 0;
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  border: none;
}

.commenting-tabs .tab.active {
  font-weight: 600;
  background-color: #ddd;
}

.commenting-tabs .orderby-tabs-container {
  margin: auto 0 auto auto;
}

.order-by {
  position: relative;
}

.order-by .selected-value {
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-weight: 700;
}

.order-by .arrow-svg {
  width: 12px;
  margin-left: 5px;
}

.order-by .arrow-svg .arrow-path {
  stroke: #222;
}

.article-comments {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.article-comments .reply-container {
  margin: 14px 0 0;
  padding: 0 0 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-comments .reply-container .reply {
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #666;
  cursor: pointer;
  background-color: #fff;
  border: none;
  padding: 0;
}

.article-comments .reply-container .thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border: none;
}

.article-comments .reply-container .thumb-count {
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  padding: 0 0 0 7px;
}

.article-comments .comment-container {
  margin: 0;
  padding: 14px 0 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.article-comments .comment-writer {
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-right: 7px;

  display: flex;
  flex-direction: column;
}

.article-comments .comment {
  margin: 14px 0 0;
  font-family:
    Bernino Sans,
    Arial,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.article-comments .time span {
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 14px;
  color: #666;
}

.article-comments .top-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.article-comments .report {
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  background-color: #fff;
  border: none;
  padding: 0;
  margin-left: auto;
}

.jwplayer video::cue {
  background-color: rgba(0, 0, 0, 0.5);
}

.jwplayer.jw-ab-drop-shadow .jw-button-color:not(:hover) {
  color: #fff;
  opacity: 0.8;
}

#almavideo-BFzQPyJx .jw-video::cue {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  font-family: sans-serif !important;
}

@media screen and (max-width: 1080px) {
  .navigation {
    overflow-x: scroll;
    /* height: 60px; */
  }
}

@font-face {
  font-display: fallback;
  font-family: Bernina Sans;
  font-weight: 400;
  src: url("../fonts/BerninaSans-Web-Regular.woff2") format("woff2");
}

@font-face {
  font-display: fallback;
  font-family: Bernina Sans;
  font-weight: 600;
  src: url("../fonts/BerninaSans-Web-Semibold.woff2") format("woff2");
}

@font-face {
  font-display: fallback;
  font-family: Bernina Sans;
  font-weight: 700;
  src: url("../fonts/BerninaSans-Web-Bold.woff2") format("woff2");
}

@font-face {
  font-display: fallback;
  font-family: Bernina Sans Condensed;
  font-weight: 400;
  src: url("../fonts/BerninaSans-Web-CondensedRegular.woff2") format("woff2");
}

@font-face {
  font-display: fallback;
  font-family: Bernina Sans Condensed;
  font-weight: 600;
  src: url("../fonts/BerninaSans-Web-CondensedSemibold.woff2") format("woff2");
}

@font-face {
  font-display: fallback;
  font-family: Bernina Sans Condensed;
  font-weight: 700;
  src: url("../fonts/BerninaSans-Web-CondensedBold.woff2") format("woff2");
}

@font-face {
  font-display: fallback;
  font-family: Bernina Sans Condensed;
  font-weight: 800;
  src: url("../fonts/BerninaSans-Web-CondensedExtrabold.woff2") format("woff2");
}

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  --bg-color: #f5f5f5;
  --card-color: #fff;
  --border-color: #ddd;
  --wall-color: #f5f5f5;
  --puffi-bg-color: #fff;
  --box-color: #eee;
  --menu-color: #eee;
  --text-color: #222;
  --secondary-text-color: #666;
  --visited-text-color: #7f7f7f;
  --breaking-color: #ffeb00;
  --light-blue: #def0ff;
  --newsticker-text-color: #222;
  --input-bg-color: #fff;
  --input-border-color: #b3b3b3;
  --input-text-color: #666;
  --input-disabled-bg-color: #eee;
  --primary-button-bg-color: #dc0000;
  --primary-button-text-color: #fff;
  --primary-button-border-color: #dc0000;
  --secondary-button-bg-color: #fff;
  --secondary-button-text-color: #dc0000;
  --secondary-button-border-color: #dc0000;
  --disabled-button-bg-color: #b3b3b3;
  --disabled-button-text-color: #fff;
  --disabled-button-border-color: #b3b3b3;
  --weather-blue: #0089ff;
  --weather-hero-top: #a1c9f1;
  --weather-hero-bottom: #b9e0f1;
  --weather-hero-top-night: #a3b9f2;
  --weather-hero-bottom-night: #c2e6f5;
  --weather-details-background: #f9feff;
  --weather-table-header-color: #666;
  --weather-map-legend-bg: hsla(0, 0%, 100%, 0.7);
  --weather-map-timeline-bg: hsla(0, 0%, 100%, 0.9);
  --weather-map-provider-select-filter-inactive: grayscale(100%) contrast(0);
  --weather-map-provider-select-filter-active: none;
  --default-category-color: #dc0000;
  --uutiset-color: #dc0000;
  --urheilu-color: #0084b4;
  --viihde-color: #a04191;
  --terveys-color: #ff8200;
  --hyvaolo-color: #ff5c5e;
  --tyylicom-color: #000;
  --asuminen-color: #14ad9d;
  --perhe-color: #6ab283;
  --pippuri-color: #be1522;
  --matkailu-color: #3385a1;
  --raha-color: #32bdef;
  --digi-color: #4d626c;
  --telkku-color: #144a6c;
  --hyvaolo-header-color: var(--hyvaolo-color);
  --tyylicom-header-color: var(--tyylicom-color);
  --inverse-most-read-index-color: #fff;
  --asuminen-newsletter-bg-color: var(--asuminen-color);
  --asuminen-newsletter-button-bg-color: var(--white);
  --asuminen-newsletter-button-color: var(--asuminen-color);
  --loan-bank-info-text-color: #222;
  --commenting-rules-bg-color: #f5fbff;
  --telkku-title-color: var(--telkku-blue);
  --telkku-light-blue: #1ab9de;
  --telkku-program-table-border-color: #eee;
  --telkku-link-color: var(--telkku-blue);
  --telkku-favorite-program: #ffc0c0;
  --white: #fff;
  --black: #000;
  --middle-grey: #b3b3b3;
  --lightest-grey: #f5f5f5;
  --text-black: #222;
  --grey: #7f7f7f;
  --dark-grey: #666;
  --light-grey: #ddd;
  --lighter-grey: #eee;
  --red: red;
  --il-red: #dc0000;
  --finland-flag-blue: #002f6c;
  --alma-logo-grey: #858688;
  --alma-footer-grey: #333;
  --nakoislehti-blue: #0b7898;
  --nakoislehti-yellow: #d9c10a;
  --etua-green: #71a573;
  --etua-orange: #f07124;
  --etua-grey: #ededed;
  --alennuskoodi-color: #01a6b8;
  --visa-blue: #33a3dc;
  --weather-yellow: #ffda6f;
  --weather-slider-color: #aadaff;
  --weather-fmi-color: #3a66e3;
  --weather-foreca-color: #009fe3;
  --icon-green: #93b91f;
  --plus-football-green: #5c982d;
  --scrollytell-dark-transparent: rgba(0, 0, 0, 0.6);
  --scrollytell-light-transparent: hsla(0, 0%, 100%, 0.7);
  --facebook-color: #4267b2;
  --whatsapp-color: #25d366;
  --instagram-color: #ba4875;
  --rss-color: #d68934;
  --title-game-green: #0b8043;
  --title-game-light-green: #85ae07;
  --title-game-light-red: #ffebeb;
  --title-game-blue: #0084b4;
  --telkku-blue: #144a6c;
  --telkku-medium-blue: #10719e;
  --telkku-light-blue-constant: #1ab9de;
  --telkku-imdb-yellow: #f5c518;
  box-sizing: border-box;
  font-size: 16px;
}

*,
:after,
:before {
  box-sizing: inherit;
}

/*@media(prefers-color-scheme:dark) {
    html {
        --bg-color: #222;
        --card-color: #2b2b2b;
        --border-color: #666;
        --wall-color: #3f3f3f;
        --puffi-bg-color: #3f3f3f;
        --box-color: #464646;
        --menu-color: #3f3f3f;
        --text-color: #fff;
        --secondary-text-color: #ccc;
        --visited-text-color: #999;
        --breaking-color: #ead804;
        --light-blue: #b9cdde;
        --newsticker-text-color: #222;
        --input-bg-color: #2b2b2b;
        --input-border-color: #999;
        --input-text-color: #fff;
        --input-disabled-bg-color: #464646;
        --primary-button-bg-color: #dc0000;
        --primary-button-text-color: #fff;
        --primary-button-border-color: #dc0000;
        --secondary-button-bg-color: #222;
        --secondary-button-text-color: #fff;
        --secondary-button-border-color: #ddd;
        --disabled-button-bg-color: #666;
        --disabled-button-text-color: #b3b3b3;
        --disabled-button-border-color: #666;
        --weather-blue: #4cacff;
        --weather-hero-top: #042545;
        --weather-hero-bottom: #054e6d;
        --weather-hero-top-night: #09083e;
        --weather-hero-bottom-night: #054e6d;
        --weather-details-background: #1e272a;
        --weather-table-header-color: #3f3f3f;
        --weather-map-legend-bg: rgba(34, 34, 34, .7);
        --weather-map-timeline-bg: rgba(34, 34, 34, .9);
        --weather-map-provider-select-filter-inactive: grayscale(100%) contrast(0);
        --weather-map-provider-select-filter-active: grayscale(100%) brightness(100);
        --default-category-color: red;
        --uutiset-color: red;
        --urheilu-color: #009bd3;
        --viihde-color: #d23ebb;
        --terveys-color: #ff8200;
        --hyvaolo-color: #ff5c5e;
        --tyylicom-color: #e8e8e8;
        --asuminen-color: #14ad9d;
        --perhe-color: #6ab283;
        --pippuri-color: #ce4b55;
        --matkailu-color: #67b2cc;
        --raha-color: #32bdef;
        --digi-color: #edeff0;
        --telkku-color: #1ab9de;
        --hyvaolo-header-color: #ea7172;
        --tyylicom-header-color: var(--black);
        --inverse-most-read-index-color: #222;
        --asuminen-newsletter-bg-color: var(--box-color);
        --asuminen-newsletter-button-bg-color: var(--asuminen-color);
        --asuminen-newsletter-button-color: var(--text-color);
        --commenting-rules-bg-color: #23323d;
        --loan-bank-info-text-color: #000;
        --telkku-title-color: #fff;
        --telkku-light-blue: #10719e;
        --telkku-program-table-border-color: #666;
        --telkku-link-color: #1ab9de;
        --telkku-favorite-program: #904646
    }
}*/

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family:
    Bernina Sans,
    Arial,
    sans-serif;
  margin: 0;
}

a {
  color: var(--text-color);
  text-decoration: none;
  text-underline-offset: 0.2em;
}

img {
  border: 0;
  display: block;
  height: auto;
}

img {
  max-width: 100%;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.reset-btn {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

.reset-btn,
.reset-btn:hover {
  border: 0 solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.reset-btn:hover {
  background: rgba(0, 0, 0, 0);
}

.reset-btn:active {
  border: none;
  outline: none;
}

.reset-btn:focus {
  outline: 0;
}

.container {
  word-wrap: break-word;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 238px;
}

.container-max-width {
  margin: 0 auto;
  max-width: 980px;
}

.layout-max-width {
  max-width: 980px;
}

.header-container {
  background-color: var(--card-color);
  display: block;
  width: 100%;
}

.subnav-newsticker-container {
  background-color: var(--bg-color);
  padding: 7px 0;
}

.news-container {
  background-color: var(--bg-color);
  max-width: 980px;
  width: 100%;
  z-index: 1;
}

.layout-columns {
  display: block;
  min-height: 500px;
}

@media screen and (min-width: 640px) {
  .layout-columns {
    display: grid;
    grid-template-columns: 61% 39%;
  }

  .news-container {
    margin-bottom: 0;
    min-height: 1242px;
    padding: 0 7px;
  }
}

@media screen and (min-width: 860px) {
  .layout-columns {
    grid-template-columns: minmax(0, auto) 354px;
  }
}

@media screen and (min-width: 1160px) {
  .container {
    max-width: 1280px;
  }

  .news-container {
    -webkit-flex: 0 0 980px;
    -ms-flex: 0 0 980px;
    flex: 0 0 980px;
  }

  .container-max-width {
    max-width: 1280px;
  }
}

.il-header {
  background-color: var(--card-color);
}

.il-header .il-header-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 14px;
}

.header-alma-container {
  display: flex;
  justify-content: end;
}

.il-header .header-alma-container,
.il-header .header-day-container {
  display: none;
}

.il-header .header-il-container {
  -webkit-flex: 1 0 130px;
  -ms-flex: 1 0 130px;
  flex: 1 0 130px;
}

.il-header .il-logo-container {
  display: block;
  height: 24px;
  margin: 14px 0 7px;
  width: 130px;
}

.il-header .header-user-nav {
  -ms-flex-order: 6;
  -ms-flex-align: end;
  -ms-flex-pack: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 30;
  -ms-flex: 30;
  flex: 30;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  left: 7px;
  -webkit-order: 6;
  order: 6;
  position: relative;
}

@media screen and (min-width: 390px) {
  .il-header .header-il-container {
    -webkit-flex: 1 0 152px;
    -ms-flex: 1 0 152px;
    flex: 1 0 152px;
  }

  .il-header .il-logo-container {
    height: 28px;
    margin: 14px 0 7px;
    width: 152px;
  }
}

@media screen and (min-width: 640px) {
  .il-header .il-header-container {
    height: 86px;
  }

  .il-header .header-day-container {
    display: block;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    overflow: hidden;
  }

  .il-header .header-alma-container {
    display: block;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }

  .il-header .header-il-container {
    -webkit-flex: 1 0 180px;
    -ms-flex: 1 0 180px;
    flex: 1 0 180px;
  }

  .il-header .il-logo-container {
    height: 32px;
    margin-bottom: 10px;
    margin-top: auto;
    width: 174px;
  }
}

.alma-links {
  display: none;
}

@media screen and (min-width: 640px) {
  .alma-links {
    color: var(--secondary-text-color);
    font-family:
      Bernina Sans Condensed,
      Arial,
      sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
  }

  .alma-links,
  .alma-links .links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .alma-links .links {
    -ms-flex-positive: 1;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: content-box;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 16px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 14px;
    overflow: hidden;
  }

  .alma-links .alma-logo {
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin: 10px 0;
    width: 20px;
  }
}

.alma-link {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 10px;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.alma-link .alma-link-image-container {
  height: 16px;
  padding-left: 18px;
  position: relative;
}

.alma-link .alma-link-image-container img {
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
}

.alma-svg-logo .st0 {
  fill: var(--alma-logo-grey);
}

.iltalehti-svg-logo .st0 {
  fill: var(--red);
}

.user-nav,
.user-nav .order-plus-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}

.user-nav .order-plus-nav {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  background-color: var(--il-red);
  border-radius: 4px;
  color: var(--white);
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 25px;
  line-height: 1.3;
  margin: 0 14px 7px 7px;
  padding: 3px 5px 2px;
  white-space: nowrap;
}

.user-nav .hamburger-btn {
  display: none;
}

.user-nav .user-button {
  color: var(--default-category-color);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: flex-end;
}

.user-nav .il-character-svg {
  box-sizing: content-box;
  height: 24px;
  padding: 0 7px 7px 0;
  width: 22px;
}

.user-nav .name:focus {
  outline: none;
}

.user-nav .name-text {
  line-height: 0.8;
  margin: 0 7px 7px 0;
}

@media (min-width: 640px) {
  .user-nav {
    height: 46px;
    margin-right: 0;
  }

  .user-nav .order-plus-nav {
    font-size: 16px;
    height: 25px;
    line-height: 1.2;
    margin: 7px 14px 14px 0;
    padding: 4px 8px 2px;
  }

  .user-nav .name-text {
    line-height: unset;
    margin: 7px 7px 14px 0;
  }

  .user-nav .il-character-svg {
    margin: 0 14px 16px 0;
    padding: 0;
  }

  .user-nav .hamburger-svg {
    height: 17px;
    width: 23px;
    margin-bottom: 6px;
  }

  .user-nav .hamburger-svg path {
    fill: var(--text-color);
  }

  .user-nav .hamburger-btn {
    display: block;
    margin-bottom: 2px;
    width: 30px;
  }
}

@media screen and (max-width: 359px) {
  .user-nav .order-plus-nav {
    display: none;
  }
}

.il-character-svg .st0 {
  stroke: var(--default-category-color);
  fill: none;
}

.hamburger-svg path {
  fill: var(--input-text-color);
}

.navigation {
  background-color: var(--card-color);
  clear: both;
  overflow-x: hidden;
}

.main-nav-container {
  height: 41px;
  overflow: hidden;
}

.main-nav-container .main-nav-content {
  position: relative;
}

.main-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.sub-nav {
  color: var(--text-color);
  display: block;
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sub-nav .sub-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.sub-nav .sub-nav-list::-webkit-scrollbar {
  display: none;
}

.sub-nav .sub-nav-link {
  display: block;
  line-height: 1.5;
  padding: 0 7px 10px;
  white-space: nowrap;
}

.sub-nav .sub-nav-link:first-of-type {
  padding-left: 14px;
}

.sub-nav .sub-nav-link:last-of-type {
  padding-right: 14px;
}

.sub-nav .sub-nav-selected {
  color: var(--uutiset-color);
}

@media screen and (min-width: 640px) {
  .sub-nav .sub-nav-list {
    display: block;
    padding: 0 14px 10px;
  }

  .sub-nav .sub-nav-link {
    display: inline-block;
    margin-right: 14px;
    padding: 0;
  }

  .sub-nav .sub-nav-link:first-of-type {
    padding-left: 0;
  }
}

.scroll-nav {
  background-color: var(--card-color);
  border-bottom: 1px solid var(--border-color);
  max-width: 980px;
  opacity: 0;
  padding-top: 1px;
  position: fixed;
  top: -56px;
  width: 100%;
  z-index: 30000;
}

.scroll-nav .scroll-nav-link {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 58px 0 0;
  -ms-flex: 58px 0 0px;
  flex: 58px 0 0;
}

.scroll-nav .il-svg-logo {
  height: 28px;
  margin: 0 14px 13px;
}

.scroll-nav .iltalehti-svg-logo {
  display: none;
  height: 30px;
  margin: 0 14px 13px;
  width: 163px;
}

.scroll-nav .scroll-nav-header {
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  padding-right: 80px;
}

.scroll-nav .user-nav {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 49px;
  margin-right: 7px;
  position: absolute;
  right: 0;
  top: 0;
}

.scroll-nav-animated {
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 640px) {
  .scroll-nav {
    margin-left: 7px;
    max-width: 966px;
    width: calc(100% - 14px);
  }

  .scroll-nav .scroll-nav-link {
    -webkit-flex: 191px 0 0;
    -ms-flex: 191px 0 0px;
    flex: 191px 0 0;
  }

  .scroll-nav .scroll-nav-header {
    padding-right: 0;
  }

  .scroll-nav .il-svg-logo {
    display: none;
  }

  .scroll-nav .iltalehti-svg-logo {
    display: block;
  }

  .scroll-nav .user-nav {
    margin-right: 0;
  }

  .scroll-nav .user-nav .il-character-svg {
    margin-bottom: 10px;
  }
}

.card {
  background-color: var(--card-color);
  margin-bottom: 14px;
  padding: 0.1px 0;
}

.il-svg-logo .st0 {
  fill: var(--red);
}

.article-share {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-justify-content: center;
  justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
}

.article-share a {
  display: block;
  height: 48px;
  padding: 0 7px;
}

.article-share svg {
  height: 36px;
  margin: 6px 0;
  width: 36px;
}

.email-svg .st1 {
  fill: var(--white);
}

.email-svg .st2 {
  fill: var(--il-red);
}

.main-column {
  display: block;
  width: 100%;
}

.main-container {
  padding: 0;
}

.middle-column-article,
.middle-column-article .article-bookmark-container {
  position: relative;
}

.middle-column-article .article-content {
  background-color: var(--card-color);
}

@media print {
  .ad,
  .article-share,
  .header-container,
  .middle-column-article > :not(:first-child),
  .scroll-nav {
    display: none !important;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.article-bookmark {
  cursor: pointer;
  padding: 14px;
  position: absolute;
  z-index: 1001;
}

.bookmark-svg {
  stroke-width: 2px;
  display: block;
  height: 23px;
  width: 16px;
}

.bookmark-svg path {
  stroke: var(--secondary-text-color);
}

.breadcrumb {
  color: var(--default-category-color);
  display: block;
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 14px 10px;
  text-transform: uppercase;
}

.article-headline {
  word-wrap: break-word;
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: calc(12.8px + 3.17vw);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 14px 10px;
}

@media screen and (min-width: 640px) {
  .article-headline {
    font-size: calc(11.4px + 2.1vw);
  }
}

@media screen and (min-width: 980px) {
  .article-headline {
    font-size: 32px;
  }
}

.article-authors {
  border: 1px solid var(--border-color);
  border-left: none;
  border-right: none;
  clear: both;
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 14px 14px;
  padding: 7px 0;
}

.author {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author .author-name {
  font-size: 15px;
  font-weight: 700;
}

.author .author-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.author-image {
  background-color: var(--disabled-button-bg-color);
  border-radius: 50%;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  margin-right: 9px;
  overflow: hidden;
  width: 50px;
}

.article-time {
  color: var(--secondary-text-color);
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.article-body {
  font-size: 16px;
  position: relative;
}

.article-body a {
  text-decoration: underline;
}

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

@media (min-width: 375px) and (max-width: 639px) {
  .article-body {
    font-size: 17px;
  }
}

.paragraph,
.article-body p {
  color: var(--text-color);
  line-height: 1.45;
  margin: 0 14px 15px;
}

.article-image.gallery {
  cursor: pointer;
}

.article-image.center {
  clear: both;
  margin: 0 0 15px;
}

.article-image .article-image-container {
  background-color: var(--menu-color);
  overflow: hidden;
  position: relative;
}

.article-image .image {
  -webkit-animation: fade-in 0.15s linear;
  -o-animation: fade-in 0.15s linear;
  animation: fade-in 0.15s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.article-image .image-show {
  display: block;
}

.article-list .article-container:first-of-type {
  border-top: none;
}

.article-list .article-container {
  border-top: 1px solid var(--border-color);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 14px 0;
  align-items: flex-start;
}

.article-list .list-image-padding {
  border-radius: 6px;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
  margin-right: 14px;
  max-width: 80px;
}

.article-list .list-image-container {
  padding-bottom: 100%;
  width: 100%;
}

.article-list .list-image-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.article-list .title-container {
  word-wrap: break-word;
  -webkit-flex: 14;
  -ms-flex: 14;
  flex: 14;
}

.article-list .title {
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.list-image-container {
  background-color: var(--bg-color);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.list-image-container img {
  position: absolute;
  width: 100%;
}

.category-time {
  color: var(--secondary-text-color);
  font-family:
    Bernina Sans Condensed,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 7px;
}

.category-time .category {
  color: var(--default-category-color);
  margin-right: 5px;
  text-transform: uppercase;
}

.category-time .category.uutiset {
  color: var(--uutiset-color);
}

.article-list .category-time {
  margin-top: 4px;
}

.side-column-container {
  margin-top: 14px;
  position: relative;
}

@media screen and (max-width: 639px) {
  .side-column-content {
    position: relative !important;
    top: 0 !important;
  }
}

@media screen and (min-width: 640px) {
  .side-column-content {
    max-width: 340px;
    width: 100%;
  }

  .side-column-container {
    margin-left: 14px;
    margin-top: 0;
    max-width: 340px;
    min-width: 0;
  }
}

@media screen and (min-width: 640px) {
  .scroll-nav .user-nav .hamburger-btn {
    margin: 7px 14px 7px 0;
  }
}

.reg__title,
.article-body h3 {
  font-size: 23px !important;
  text-transform: none !important;
  margin: 35px 0 18px 0 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  color: #111 !important;
}

.feedback {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 0 14px;
}

.feedback__header {
  display: flex;
  gap: 34px;
  align-items: center;
}

.feedback__ava {
  /* max-width: 215px; */
  width: 150px;
}

.feedback__ava img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.feedback__name {
  /* font-size: 48px; */
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.feedback__prof {
  /* font-size: 20px; */
  font-size: 16px;
  color: #7f7f7f;
}

.feedback__main {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  padding: 20px 0;
}
.feedback__text {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .feedback__name {
    font-size: 30px;
  }

  .feedback__ava {
    width: 100px;
  }

  .feedback__header-text {
    padding-bottom: 10px;
  }

  .feedback__prof {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .feedback__header {
    gap: 25px;
    flex-direction: column;
  }

  .feedback__name {
    font-size: 24px;
    text-align: center;
    text-wrap: balance;
  }

  .feedback__header-text {
    padding-bottom: 5px;
  }

  .feedback__ava {
    width: 80px;
  }

  .feedback__prof {
    font-size: 14px;
    text-align: center;
    text-wrap: balance;
  }
}

@media (max-width: 375px) {
  .feedback__header {
    align-items: center;
  }

  .feedback__header-text {
    padding-bottom: 0;
  }
}

.un-reg__item::before {
  padding-top: 1px !important;
  box-sizing: content-box;
  width: 23px;
  height: 23px;
}

.comments {
  width: 100%;
}

.img-container {
  height: auto;

  margin-bottom: 15px;
}

.img-container img {
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

#form {
  max-width: 450px;
  width: 100%;
  margin: 20px auto;
  scroll-margin-top: 200px;
}
