/* GDHR ADS SECTION */
.gdhr-ads-section {
  background-color: #eefeff;
  overflow: hidden;
  display: block;
  position: relative;
}
.gdhr-ads-section > span {
  z-index: 1;
}
.gdhr-ads-section > .row {
  z-index: 2;
  position: relative;
}
.gdhr-ads-section .blob-1 {
  position: absolute;
  bottom: 100px;
  left: -350px;
  z-index: 0;
}
.gdhr-ads-section .blob-1::before {
  content: url(/themes/custom/gdhr/img/blob-static-1.svg);
  width: 600px;
  height: 600px;
  display: inline-block;
  opacity: .5;
}
.gdhr-ads-section .blob-2 {
  position: absolute;
  bottom: 0px;
  left: -8px;
  z-index: 0;
}
.gdhr-ads-section .blob-2::before {
  content: url(/themes/custom/gdhr/img/blob-static-2.svg);
  width: 100px;
  height: 100px;
  display: inline-block;
  opacity: .5;
}
.gdhr-ads-section .blob-3 {
  position: absolute;
  bottom: -25PX;
  right: -175px;
  z-index: 0;
}
.gdhr-ads-section .blob-3::before {
  content: url(/themes/custom/gdhr/img/blob-static-7.svg);
  width: 450PX;
  height: 450PX;
  display: inline-block;
  opacity: .5;
}
.gdhr-ads-section .blob-4 {
  position: absolute;
  bottom: 210px;
  right: -340px;
  z-index: 0;
}
.gdhr-ads-section .blob-4::before {
  content: url(/themes/custom/gdhr/img/blob-static-4.svg);
  width: 500px;
  height: 500px;
  display: inline-block;
  opacity: .5;
}

/* GDHR ADS WIDGET */
.block-gdhr-ads-widget-block {
  background-color: #005764;
  color: #fff;
  background-image: url(../images/promotion-banner-docs.svg);
  background-repeat: no-repeat;
  background-position: 98% 100%;
  background-size: unset;
  position: relative;
  overflow: hidden;
}
.block-gdhr-ads-widget-block .btn,
.block-gdhr-ads-widget-block .btn:hover {
  background: #5167C5;
}

.gdhr-ads-widget > span {
  z-index: 1;
}
.gdhr-ads-widget > .row {
  z-index: 2;
  position: relative;
}
.gdhr-ads-widget .blob-1 {
  position: absolute;
  bottom: -210px;
  left: -837px;
  z-index: 0;
}
.gdhr-ads-widget .blob-1::before {
  content: url(/themes/custom/gdhr/img/blob-static-5.svg);
  width: 1000px;
  height: 1000px;
  display: inline-block;
  opacity: .2;
}
.gdhr-ads-widget .blob-2 {
  position: absolute;
  bottom: -245px;
  left: 55px;
  z-index: 0;
}
.gdhr-ads-widget .blob-2::before {
  content: url(/themes/custom/gdhr/img/blob-static-5.svg);
  width: 300px;
  height: 300px;
  display: inline-block;
  opacity: .2;
}
.gdhr-ads-widget .blob-3 {
  position: absolute;
  bottom: -10px;
  left: 400px;
  z-index: 0;
}
.gdhr-ads-widget .blob-3::before {
  content: url(/themes/custom/gdhr/img/blob-static-5.svg);
  width: 300px;
  height: 300px;
  display: inline-block;
  opacity: .2;
}

/* ASSESSMENTS VIEW BLOCK */
.view-assessments .view-header {
  margin: 0px 0px 24px;
}
.view-assessments .field-content .row {
  background: #F7F7F7;
  padding: 25px;
  margin: 0px 0px 24px;
  color: #494949;
}
.view-assessments .assessment-thumbnail .no-image-placeholder,
.view-assessments .assessment-thumbnail .no-image-placeholder {
  aspect-ratio: 1 / 1;
  width: 100%;
  text-align: center;
  align-content: center;
  background-color: #EAF1D5;
  border-radius: 8px;
}
.view-assessments .assessment-thumbnail .media img {
  border-radius: 8px;
}
.view-assessments .assessment-year {
  padding: 0px 0px 0px 26px;
  background-image: url(../images/book.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: 18px auto;
}
.view-assessments .assessment-topics ul {
  list-style: none;
  display: block;
}
.view-assessments .assessment-topics ul li {
  display: inline-block;
  margin: 0px 6px 6px 0px;
  padding: 0.5em 1.5em;
  background-color: #EBEEDF;
  border-radius: 17px;
  font-size: 0.9rem;
  line-height: normal;
}
.assessment-description p,
.assessment-downloads a {
  color: inherit;
}
.assessment-downloads a {
  display: inline-block;
  text-decoration: none;
  margin: 0px 18px 0px 0px;
  padding-left: 24px;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 16px auto;
}
.assessment-downloads a span {
  text-decoration: underline;
}
.download-all-documents-separator {
  margin-right: 18px;
}