:root {
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: #2DAFE5;
  --fl-layout-reduced: 996px;
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 45px;
  --fl-margin-before-medium: 70px;
  --fl-margin-before-large: 130px;
  --fl-margin-before-extra-large: 200px;
  --fl-margin-after-extra-small: 30px;
  --fl-margin-after-small: 45px;
  --fl-margin-after-medium: 70px;
  --fl-margin-after-large: 130px;
  --fl-margin-after-extra-large: 200px;
}
@media screen and (max-width: 470px) {
  :root {
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 80px;
    --fl-margin-before-extra-large: 100px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 80px;
    --fl-margin-after-extra-large: 100px;
  }
}
.px-published {
  max-width: 1504px;
  width: 96%;
  margin: auto;
}
.px-published .headline {
  margin-bottom: 10px;
}
.px-published .subheadline {
  margin-bottom: 40px;
}
.px-published table {
  width: 100%;
}
.px-published tr:nth-child(even) {
  background-color: #F6F6F6;
}
.px-published th {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  color: #001A3A;
}
.px-published td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
.px-published .text-right {
  text-align: right;
}
.px-published .date, .px-published .title, .px-published .period, .px-published .download {
  font-weight: 300;
}
.px-published .date, .px-published .title, .px-published .period {
  padding-right: 15px;
  text-align: left;
}
.px-published .pdf {
  padding-right: 40px;
}
.px-published .download {
  color: transparent;
  position: relative;
  margin-right: 96px;
  pointer-events: all;
}
.px-published .download span {
  transition: all 0.3s;
  display: inline;
}
.px-published .download::after {
  content: "";
  background: url(../img/arrow_white.svg);
  position: absolute;
  width: 79px;
  height: 38px;
  top: 50%;
  right: -96px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  background-color: #2DAFE5;
  border-radius: 36px;
}
.px-published .pub {
  display: none;
  text-align: right;
}
.px-published .pub.active {
  display: table-row;
}
.px-published .pub:hover .download span {
  color: #2DAFE5;
}
.px-published .filter {
  width: fit-content;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.px-published .filter .cat-button {
  padding: 7px 20px;
}
.px-published .filter .cat-button:focus {
  background-color: #F6F6F6;
}
.px-published .filter .all-button {
  padding: 7px 20px 7px 0;
}
.px-published .filter button {
  background: #ffffff;
  border: none;
  border-radius: 40px;
  font-weight: 300;
  line-height: inherit;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .px-published .download {
    margin-right: 0;
  }
  .px-published .download::after {
    display: none;
  }
  .px-published .pdf {
    padding-right: 10px;
  }
  .px-published .pub {
    text-align: left;
  }
  .px-published .pub .download span {
    color: #2DAFE5;
  }
}
@media screen and (max-width: 768px) {
  .px-published .info-head {
    display: none;
  }
  .px-published td {
    display: block;
    border: none;
    margin-top: 16px;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .px-published tr {
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
  }
  .px-published .subheadline, .px-published .filter {
    margin-bottom: 20px;
  }
}
