#menu-annual-report li a.active::before {
  background-color: #7ec1436e;
}
.single-annual_report #site-banner.has-background--image {
	background-size: cover;
    background-position: unset !important;
    height: calc(100vw * (1022/ 1920)) !important;
    max-height: 40rem !important;
}
#site-banner.has-background--image {
	background-size: cover;
    background-position: top;
}
ul.report-menu-link {
  display: flex;
  list-style: none;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
}
ul.report-menu-link li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* ul.report-menu-link li:first-child a {
  color: #2f4853;
  font-weight: 400;
} */
ul.report-menu-link li a.active {
  text-shadow: 1px 0 #2f4858;
}
.anuual-report .post-title {
  font-size: 40px;
  font-weight: bold;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.prev-post,
.next-post {
  text-decoration: none;
  font-weight: bold;
  color: #0073aa;
}

.prev-post:hover,
.next-post:hover {
  color: #005177;
}
/* by pravin */
.anuual-report .annual-report-title {
    font-size: calc(2.42vw + 20px);
    font-weight: 700;
    color: #2f4858;
}

#menu-annual-report li a {
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  color: #2f4858;
}
#menu-annual-report li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background-color: #7ec143;
  border-radius: 50px;
  margin: auto;
}
ul.report-menu-link {
  margin: 0 0 40px;
  gap: 2rem;
}
.post-navigation > a {
  color: #fff;
  background-color: #7ec143;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  font-size: 0;
  position: relative;
}
.post-navigation > a::before {
  content: "<";
  font-size: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  line-height: 58px;
}
.post-navigation > a.next-post::before {
  content: ">";
}
.content--post footer.content__footer {
  display: none;
}
.single-annual_report .wrap > .container {
  background-image: url(https://www.paijatateria.fi/content/plugins/artcloud-annual-report/assets/images/Taustamuoto.png);
  background-position: 64% -60px;
  background-size: 133% 118%;
}
.post-navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20%;
}
.post-navigation > a {
  color: #fff;
  background-color: #7ec143;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  font-size: 0;
  position: relative;
}
.post-navigation > a::before {
  content: "<";
  font-size: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  line-height: 58px;
}
.post-navigation > a.next-post::before {
  content: ">";
}

.mobile-report-menu #mobile-report-menu-link {
  background-color: #7ec143;
  display: none;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .single-annual_report .wrap > .container {
    background-position: 80% 0;
    background-size: 200%;
  }
  .mobile-report-menu #mobile-report-menu-link {
    display: flex;
  }

  .anuual-report .annual-report-title {
    font-size: 35px;
    word-break: break-all;
  }

  #menu-annual-report {
    position: absolute;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    left: 0;
    right: 0;
    border: 1px solid #ddd;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }
  #menu-annual-report.open-menus {
    display: flex;
  }
  .mobile-report-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 15px;
  }

  #menu-annual-report li a {
    padding-left: 50px;
  }
  #menu-annual-report li a::before {
    width: 40px;
    height: 40px;
  }
}

ul.vuosikertomus-term-list{
    display:flex;
	flex-wrap: wrap;
    list-style:none;
	gap: 1.5rem;
}
ul.vuosikertomus-term-list li{
	flex: 0 0 calc(33.33% - 1rem);
    box-sizing: border-box;
}
img.vuosikertomus-term-image{
    object-fit: contain;
}
li.vuosikertomus-term-item a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img.vuosikertomus-term-image {
    max-height: 15.1rem;
}
@media screen and (max-width: 767px) {
    ul.vuosikertomus-term-list li {
        flex: 0 0 100%;
	}
}

 .annual_report-template-default #site-banner.has-background--image{
	aspect-ratio: 2048 / 1332 !important; 
	margin: 0 !important;
    height: auto !important;
    max-height: unset !important;
    width: 100% !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
	
}
