@charset "UTF-8";
/* ==========================================================================
   Frontpage
========================================================================== */
/* Short ingress on first row items */
@media only screen and (max-width: 639px) {
  .content p.short-excerpt.has-shortingress {
    display: block;
    font-size: 15px;
    padding-top: 12px;
  }
}

/*popular list fix on frontpage */
.popular-list a:last-of-type {
  padding: 0px 0px 10px 2em !important;
}

.drop-number-6 {
  display: none !important;
}

.drop-number-7 {
  display: none !important;
}

.drop-number-8 {
  display: none !important;
}

.drop-number-9 {
  display: none !important;
}

.drop-number-10 {
  display: none !important;
}

/*some row omat tiedot */
.some {
  display: flex;
  align-items: center;
}
.some.some-container-sticky {
  flex-direction: column;
}
.header-main .some {
  top: 23px;
}
.some #omat-tiedot-link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  line-height: 1;
}
.some #omat-tiedot-link a .name {
  transform: none;
  font-size: 17px;
}
@media only screen and (max-width: 639px) {
  .some #omat-tiedot-link a #omat-tiedot-link a {
    margin-right: 10px;
  }
}
footer .some {
  flex-wrap: wrap;
  justify-content: center;
}
footer .some #omat-tiedot-link, footer .some #login-button-header {
  flex-basis: 100%;
  margin-bottom: 40px;
  margin-top: 0px;
}
@media only screen and (min-width: 640px) {
  footer .some #omat-tiedot-link, footer .some #login-button-header {
    margin-top: 10px;
  }
}
footer .some #omat-tiedot-link a, footer .some #login-button-header a {
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  footer .some #omat-tiedot-link a, footer .some #login-button-header a {
    justify-content: flex-start;
  }
}
footer .some #omat-tiedot-link a .user-icon, footer .some #login-button-header a .user-icon {
  margin-right: 0px;
}
@media only screen and (min-width: 640px) {
  footer .some {
    justify-content: flex-start;
  }
}

#offcanvas-full-screen .some {
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  #offcanvas-full-screen .some {
    justify-content: flex-start;
  }
}
#offcanvas-full-screen .some #omat-tiedot-link, #offcanvas-full-screen .some #login-button-header {
  flex-basis: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}
#offcanvas-full-screen .some #omat-tiedot-link a, #offcanvas-full-screen .some #login-button-header a {
  justify-content: center;
}

/* ==========================================================================
   Latest magazine on frontpage
========================================================================== */
#latest-magazine-box {
  display: flex;
  align-items: initial;
  justify-content: space-between;
  margin-bottom: 20px;
}

#latest-magazine-box-content {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
}

#latest-magazine-box label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}

#latest-magazine-box-content a {
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

#latest-magazine-image {
  display: block;
  flex-basis: 50%;
  height: auto;
}

#latest-magazine-box img {
  width: 100%;
  height: auto;
  display: block;
}

#latest-magazine-box-content h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (min-width: 641px) {
  #latest-magazine-box-content h1 {
    font-size: calc(24px + 12 * (100vw - 769px) / 1000);
  }
  #latest-magazine-box-content a {
    font-size: 15px;
    margin-bottom: 9px;
  }
}
/* ===========================================
Mobile login & magazine link
============================================ */
#mobile-magazine-login-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobile-magazine-login-container a,
#mobile-magazine-login-container a:hover,
#mobile-magazine-login-container a:active,
#mobile-magazine-login-container a:visited,
a#desktop-magazine-link,
a#desktop-magazine-link:hover,
a#desktop-magazine-link:visited,
a#desktop-magazine-link:active {
  line-height: 1;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  height: 46px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media only screen and (min-width: 640px) {
  #desktop-magazine-link {
    width: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  #desktop-magazine-link {
    width: 200px;
  }
}

#mobile-magazine-link {
  flex-basis: auto;
  flex-grow: 1;
}

#mobile-login-link {
  flex-basis: 40%;
  border-left: 1px solid #fffcf6;
}

.chevron {
  height: 15px;
}

.chevron::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 9px;
  left: 7px;
  position: relative;
  transform: rotate(-45deg) translateY(4px);
  vertical-align: top;
  width: 9px;
}

.chevron.right:before {
  left: 5px;
  transform: rotate(45deg) translateY(4px);
  transform-origin: center center;
}

/* ===========================================
Omat tiedot sivu
============================================ */
#omat-tiedot-container h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
#omat-tiedot-container h2.larger {
  font-size: 29px;
  letter-spacing: 0.01em;
}
#omat-tiedot-container h2 + p {
  margin-top: 20px;
  margin-bottom: 10px;
}

.digiorder-info-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.general-order-info {
  display: flex !important;
}
.general-order-info svg {
  margin-right: 10px;
  color: green;
  margin-top: 3px;
}

/* ===========================================
 Hamburger and offcanvas navigation
============================================ */
#hamburger-button {
  background-color: transparent !important;
}
#hamburger-button.sticky {
  padding: 0px !important;
}
@media only screen and (max-width: 800px) {
  #hamburger-button #hamburger-button-container {
    width: 40px;
    height: 40px;
    background-color: transparent;
  }
}
#hamburger-button #hamburger-button-container #hamburger-background {
  float: right;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media only screen and (max-width: 800px) {
  #hamburger-button #hamburger-button-container #hamburger-background {
    width: 40px;
    height: 40px;
  }
}

#mobile-login-button-header {
  display: none;
}
@media only screen and (max-width: 800px) {
  #mobile-login-button-header {
    display: block;
  }
}

.mobile-navi-plus {
  display: none;
}
@media only screen and (max-width: 800px) {
  .mobile-navi-plus {
    display: block;
  }
}

#offcanvas-full-screen {
  /*#menu-item-36{
      display: none;
  }*/
}
#offcanvas-full-screen #mobile-login-button-header {
  display: none;
  flex-basis: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  color: green;
  font-size: 17px;
}
@media only screen and (max-width: 800px) {
  #offcanvas-full-screen #mobile-login-button-header {
    display: block;
  }
}
#offcanvas-full-screen #login-fields {
  display: none;
}
@media only screen and (max-width: 800px) {
  #offcanvas-full-screen #menu-main > li > ul {
    display: none;
  }
  #offcanvas-full-screen #menu-main > li > ul.open {
    display: block;
  }
  #offcanvas-full-screen #menu-main > li {
    position: relative;
  }
  #offcanvas-full-screen #menu-main > li .mobile-navi-plus {
    position: absolute;
    right: -5px;
    top: -14px;
    font-size: 27px;
    font-weight: 500;
    font-family: neue-haas-unica, sans-serif;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
  }
  #offcanvas-full-screen #menu-main > li .mobile-navi-plus.open .plus {
    display: none;
  }
  #offcanvas-full-screen #menu-main > li .mobile-navi-plus .minus {
    display: none;
  }
  #offcanvas-full-screen #menu-main > li .mobile-navi-plus.open .minus {
    display: block;
  }
}

/* ===========================================
 REkisteröidy ja login lomake
============================================ */
.register-success-message {
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 801px) {
  .register-success-message {
    margin-top: 20px;
  }
}
.register-success-message h1 {
  font-weight: 500 !important;
  font-size: 28px !important;
  font-family: "neue-haas-unica" !important;
  letter-spacing: normal !important;
  text-align: center !important;
  margin-bottom: 25px !important;
}
@media only screen and (min-width: 801px) {
  .register-success-message h1 {
    font-size: 34px !important;
  }
}
.register-success-message p {
  font-size: 18px !important;
}
@media only screen and (min-width: 801px) {
  .register-success-message p {
    font-size: 20px !important;
  }
}

#login-form {
  padding-right: 0px !important;
}
#login-form #success {
  padding: 25px !important;
}
@media only screen and (min-width: 801px) {
  #login-form #success {
    padding: 40px !important;
  }
}
#login-form #success h2 {
  font-weight: 500 !important;
  font-size: 28px !important;
  font-family: "neue-haas-unica" !important;
  letter-spacing: normal !important;
  text-align: center !important;
  margin-bottom: 25px !important;
}
@media only screen and (min-width: 801px) {
  #login-form #success h2 {
    font-size: 29px !important;
  }
}
#login-form #success p {
  font-family: "neue-haas-unica" !important;
  font-size: 18px !important;
}
@media only screen and (min-width: 801px) {
  #login-form #success p {
    font-size: 18px !important;
  }
}
#login-form #success p.last-of-type {
  margin-bottom: 0px !important;
}

/* ===========================================
 Koulut
============================================ */
body.single-schools .hero-article {
  height: 50vh;
}

/* ===========================================
 Lehti sivu
============================================ */
@media only screen and (max-width: 800px) {
  .latest-magazine-hero-slogan {
    display: none;
  }
}

#latest-magazine-label {
  padding: 5px 7px 5px 7px;
  border-radius: 3px;
  background-color: #587e3a;
  display: inline-block;
  color: white;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "neue-haas-unica" !important;
  font-size: 14px !important;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 800px) {
  #latest-magazine-label {
    display: block;
    width: 110px;
    margin: 40px auto -5px auto;
    text-align: center;
  }
}

#magazine-lehtiluukku-link {
  font-size: 19px;
  width: 100%;
  background-color: #587e3a;
  margin: 0px 0 10px;
  padding: 15px 50px 15px 50px;
  line-height: 1.3;
}
#magazine-lehtiluukku-link svg {
  font-size: 17px;
  margin-left: 5px;
  transform: translateY(1px);
}

@media only screen and (min-width: 801px) {
  #magazine-mobile-header {
    display: none;
  }
}
#magazine-mobile-header h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  font-weight: 300;
}
#magazine-mobile-header #latest-magazine-label {
  margin-top: 0px;
}

@media only screen and (max-width: 800px) {
  .magazine-cover-container {
    margin-top: 15px;
    margin-bottom: 50px;
    padding: 0px !important;
  }
}

@media only screen and (max-width: 800px) {
  .magazine-content h1 {
    display: none;
  }
  .magazine-content #latest-magazine-label {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .order-links-column {
    margin-top: 30px;
  }
  a.magazine-cta-box {
    margin: 0px 0px 20px 0px;
  }
}
/* ===========================================
  Lehtiarkisto
============================================ */
.magazine-archive-container .magazine-item .cover-bg {
  background-position: top center;
}

#year-navi-container {
  position: relative;
  /*------------------------------------*/
  /* mobile bottom
  /*------------------------------------*/
}
@media only screen and (min-width: 800px) {
  #year-navi-container.sticky {
    transform: translateY(10px);
  }
}
@media only screen and (max-width: 799px) {
  #year-navi-container.sticky {
    /*height: 100vh;*/
    display: block;
    flex-direction: column-reverse;
    height: auto;
    bottom: 10px !important;
    top: unset !important;
  }
}
#year-navi-container #magazines-year-navigation {
  margin-top: 0px;
  margin-bottom: 30px;
  position: relative;
  background-color: rgb(255, 252, 246);
}
@media only screen and (min-width: 800px) {
  #year-navi-container #magazines-year-navigation {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 250px;
  }
}
#year-navi-container #magazines-year-navigation #year-dropdown {
  display: none;
  max-height: 60vh;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid rgb(109, 109, 109);
}
#year-navi-container #magazines-year-navigation .year-item {
  border-bottom: 1px solid rgb(109, 109, 109);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#year-navi-container #magazines-year-navigation .year-item.dropdown-header {
  cursor: pointer;
  border: 1px solid rgb(109, 109, 109);
}
#year-navi-container #magazines-year-navigation .year-item a, #year-navi-container #magazines-year-navigation .year-item span {
  display: block;
  padding-top: 8px;
  text-align: center;
  color: black;
  width: 100%;
  line-height: 1;
  font-size: 19px;
}
#year-navi-container #magazines-year-navigation .year-item.dropdown-header {
  position: relative;
}
#year-navi-container #magazines-year-navigation .year-item.dropdown-header .chevron-arrow-down {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(-315deg) translateY(-100%);
}

/* ===========================================
  Arrow
============================================ */
.chevron-arrow-down {
  display: inline-block;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 10px;
  height: 10px;
  transform: rotate(-315deg);
}

/* ===========================================
  Lander lists
============================================ */
body.single-lander .main-content ul li, body.single-lander .main-content ol li {
  font-size: 18px;
  font-weight: 300;
}

/* ===========================================
  Footer 2023
============================================ */
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 45px 35px 35px 35px;
}
@media only screen and (min-width: 600px) {
  footer {
    padding: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  footer {
    flex-wrap: wrap;
  }
}
footer img {
  display: block;
  margin: 0px auto 0px auto;
}
footer #footer-magazine {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  footer #footer-magazine {
    width: 60%;
    max-width: 550px;
    padding-right: 80px;
  }
}
footer #footer-magazine .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
footer #footer-magazine .item .image-container {
  width: 40%;
  height: auto;
}
@media only screen and (min-width: 600px) {
  footer #footer-magazine .item .image-container {
    width: 30%;
  }
}
footer #footer-magazine .item .content {
  width: 50%;
}
@media only screen and (min-width: 600px) {
  footer #footer-magazine .item .content {
    width: 60%;
  }
}
footer #footer-magazine #footer-sll {
  margin-bottom: 50px;
}
footer #footer-magazine #vastuullista-journalismia {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0px auto 70px auto;
  transform: translateX(-10px);
}
footer #footer-contacts {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  footer #footer-contacts {
    width: 40%;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  footer #footer-contacts {
    padding-right: 120px;
    width: auto;
  }
}
footer #footer-some {
  flex-basis: 100%;
  flex-grow: 1;
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
  footer #footer-some {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 1100px) {
  footer #footer-some {
    margin-top: 0px;
  }
}
footer hr {
  border-top: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer section.footer-some {
  padding-right: 0px !important;
}
footer .widget-container {
  border: 0px;
}
footer .vborder-right {
  background-image: none;
}
@media only screen and (min-width: 800px) {
  footer .width-360 {
    width: 400px !important;
  }
}
footer #mobile-login-button-header {
  display: none;
}
footer #login-button-header {
  margin-right: 0px;
}
@media only screen and (min-width: 800px) and (max-width: 1100px) {
  footer .footer-contacts {
    width: 40% !important;
  }
}

#mail-chimp-footer #mc_embed_signup, #mail-chimp-front #mc_embed_signup {
  background-color: #587e3a;
  color: white;
  padding: 40px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05), 0px 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  width: 100%;
}
#mail-chimp-footer #mc_embed_signup h2, #mail-chimp-front #mc_embed_signup h2 {
  border: 0px;
  line-height: 1;
  color: white;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-bottom: 0px;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
#mail-chimp-footer #mc_embed_signup h2 br, #mail-chimp-front #mc_embed_signup h2 br {
  display: none;
}
#mail-chimp-footer #mc_embed_signup label, #mail-chimp-front #mc_embed_signup label {
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
}
#mail-chimp-footer #mc_embed_signup .mc-field-group, #mail-chimp-front #mc_embed_signup .mc-field-group {
  padding-bottom: 0px;
}
#mail-chimp-footer #mc_embed_signup .mc-field-group, #mail-chimp-front #mc_embed_signup .mc-field-group {
  width: 100%;
}
#mail-chimp-footer #mc_embed_signup .mc-field-group input, #mail-chimp-front #mc_embed_signup .mc-field-group input {
  padding: 12px 0px;
  text-indent: 2%;
  height: auto;
  border: 2px solid #8ca84d;
}
#mail-chimp-footer #mc_embed_signup .checkbox.subfield span, #mail-chimp-front #mc_embed_signup .checkbox.subfield span {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
}
@media only screen and (min-width: 800px) {
  #mail-chimp-footer #mc_embed_signup .checkbox.subfield span, #mail-chimp-front #mc_embed_signup .checkbox.subfield span {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
#mail-chimp-footer #mc_embed_signup input[type=checkbox], #mail-chimp-front #mc_embed_signup input[type=checkbox] {
  transform: scale(1.5) translateY(2px);
  margin-left: 10px;
}
#mail-chimp-footer #mc_embed_signup .button#mc-embedded-subscribe, #mail-chimp-front #mc_embed_signup .button#mc-embedded-subscribe {
  background-color: #81a64b;
  margin: 20px auto 10px auto;
  font-size: 17px !important;
  padding: 12px 40px 12px 40px !important;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1600px) {
  #mail-chimp-footer #mc_embed_signup .mailchimp-extra-info, #mail-chimp-front #mc_embed_signup .mailchimp-extra-info {
    position: absolute;
    right: 0px;
    bottom: -20px;
    z-index: 2;
  }
}
#mail-chimp-footer #mc_embed_signup .mailchimp-extra-info p, #mail-chimp-front #mc_embed_signup .mailchimp-extra-info p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  max-width: 700px;
  margin: 10px auto 0px auto;
  display: block;
  width: 100%;
}
#mail-chimp-footer #mc_embed_signup .mailchimp-extra-info p a, #mail-chimp-front #mc_embed_signup .mailchimp-extra-info p a {
  color: white;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 300;
}

#mail-chimp-front {
  position: relative;
}
#mail-chimp-front #mc_embed_signup {
  box-shadow: none;
  border: 0px;
  padding: 20px;
}
#mail-chimp-front #mc_embed_signup form {
  position: inherit;
}
#mail-chimp-front #mc_embed_signup form .mailchimp-extra-info {
  bottom: 20px;
  right: 20px;
}
#mail-chimp-front #mc_embed_signup form h2 {
  font-size: 32px !important;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.1;
  font-weight: 700;
}
#mail-chimp-front #mc_embed_signup form h2 br {
  display: initial;
}/*# sourceMappingURL=updates_2022.css.map */