@media only screen and (min-width: 1100px) {
  #front-page #page-content {
    padding: 0 7.8125rem;
  }
}

.short-report, .full-report, .regions, .themes {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  .short-report, .full-report, .regions, .themes {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .short-report, .full-report, .regions, .themes {
    margin-bottom: 6.25rem;
  }
}

.short-report .post-selector-items .post-selector-item, .full-report .post-selector-items .post-selector-item {
  background-color: #F6F7F7;
  border-radius: 0px 0px 0px 20px;
}
@media only screen and (max-width: 1099px) {
  .short-report .post-selector-items .post-selector-item, .full-report .post-selector-items .post-selector-item {
    border-radius: 0px 0px 0px 10px;
  }
}
.short-report .post-selector-items .post-selector-item .post-selector-excerpt, .full-report .post-selector-items .post-selector-item .post-selector-excerpt {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1099px) {
  .short-report .post-selector-items .post-selector-item .post-selector-excerpt, .full-report .post-selector-items .post-selector-item .post-selector-excerpt {
    margin-bottom: 20px;
  }
}
.short-report .post-selector-items .post-selector-item .post-selector-item-title, .full-report .post-selector-items .post-selector-item .post-selector-item-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1099px) {
  .short-report .post-selector-items .post-selector-item .post-selector-item-title, .full-report .post-selector-items .post-selector-item .post-selector-item-title {
    margin-bottom: 10px;
  }
}

.short-report .post-selector-items .post-selector-item {
  padding: 35px 45px 70px 45px;
  background-position: bottom -30px right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1099px) {
  .short-report .post-selector-items .post-selector-item {
    padding: 40px 40px 150px 40px;
    background-size: 100% auto;
    background-position: bottom 0 right;
  }
}
@media only screen and (max-width: 699px) {
  .short-report .post-selector-items .post-selector-item {
    padding: 20px 20px 200px 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .short-report .post-selector-items .post-selector-item .post-selector-content {
    max-width: 31.875rem;
  }
}
@media only screen and (max-width: 1099px) {
  .short-report .post-selector-items .post-selector-item .post-selector-content {
    max-width: 290px;
  }
}

.full-report .post-selector-items {
  display: grid;
  gap: 15px;
}
@media only screen and (min-width: 700px) {
  .full-report .post-selector-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.full-report .post-selector-items .post-selector-item {
  background-color: #F6F7F7;
  border-radius: 0px 0px 0px 20px;
  padding: 45px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1099px) {
  .full-report .post-selector-items .post-selector-item {
    padding: 20px;
  }
}
.full-report .post-selector-items .post-selector-item .post-selector-icon {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1099px) {
  .full-report .post-selector-items .post-selector-item .post-selector-icon {
    margin-bottom: 20px;
  }
}
.full-report .post-selector-items .post-selector-item .post-selector-icon img {
  background-color: #5A616B;
  border-radius: 50%;
  width: 130px;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .full-report .post-selector-items .post-selector-item .post-selector-icon img {
    width: 90px;
  }
}
.full-report .post-selector-items .post-selector-item .post-selector-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.full-report .post-selector-items .post-selector-item .post-selector-chapter-number {
  font-family: "Sinews Sans Pro Medium", sans-serif;
}
.full-report .post-selector-items .post-selector-item .post-selector-button {
  margin-top: auto;
}

.regions .post-selector-items, .themes .post-selector-items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media only screen and (min-width: 1100px) {
  .regions .post-selector-items, .themes .post-selector-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1099px) {
  .regions .post-selector-items, .themes .post-selector-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 699px) {
  .regions .post-selector-items, .themes .post-selector-items {
    grid-template-columns: 1fr;
  }
}
.regions .post-selector-items .post-selector-item .post-selector-link, .themes .post-selector-items .post-selector-item .post-selector-link {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  color: white;
  height: 130px;
  padding: 0 30px;
  padding-right: 110px;
}
@media only screen and (max-width: 1099px) {
  .regions .post-selector-items .post-selector-item .post-selector-link, .themes .post-selector-items .post-selector-item .post-selector-link {
    border-radius: 4px;
    height: 80px;
    padding: 0 20px;
    padding-right: 70px;
  }
}
.regions .post-selector-items .post-selector-item .post-selector-link:hover, .themes .post-selector-items .post-selector-item .post-selector-link:hover {
  text-decoration: none;
}
.regions .post-selector-items .post-selector-item .post-selector-icon, .themes .post-selector-items .post-selector-item .post-selector-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1099px) {
  .regions .post-selector-items .post-selector-item .post-selector-icon, .themes .post-selector-items .post-selector-item .post-selector-icon {
    right: 20px;
  }
}
.regions .post-selector-items .post-selector-item .post-selector-icon img, .themes .post-selector-items .post-selector-item .post-selector-icon img {
  width: 80px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .regions .post-selector-items .post-selector-item .post-selector-icon img, .themes .post-selector-items .post-selector-item .post-selector-icon img {
    width: 50px;
  }
}

.regions .post-selector-items .post-selector-item .post-selector-link {
  background-color: #74184F;
}

.themes .post-selector-items .post-selector-item .post-selector-link {
  background-color: #006482;
}

.frontpage-links {
  display: flex;
  gap: 3.75rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1099px) {
  .frontpage-links {
    gap: 25px;
  }
}
.frontpage-links a, .frontpage-links a:visited, .frontpage-links a:focus, .frontpage-links a:active, .frontpage-links a:hover {
  font-size: 29px;
  line-height: 31px;
  color: #74184F;
  font-family: "Sinews Sans Pro Medium", sans-serif;
  padding-left: 45px;
  background-image: url(../../img/link-big.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 1099px) {
  .frontpage-links a, .frontpage-links a:visited, .frontpage-links a:focus, .frontpage-links a:active, .frontpage-links a:hover {
    font-size: 19px;
    line-height: 28px;
    padding-left: 25px;
    background-size: 18px;
  }
}