﻿section {
  font-family: Roobert, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--hl-dark-green);
  line-height: 1.2;
}
.btn-2024.eltemate-blue {
  background-color: #0070f6;
  border-color: #0070f6;
  color: #ffffff;
}
.btn-2024.eltemate-blue.line-arrow:after {
  background-image: url("/_assets/icon-line-arrow-hl-light-green.png");
}
.btn-2024.eltemate-blue:hover {
  background-color: #ffffff;
  color: var(--hl-dark-green);
}
.btn-2024.eltemate-blue.line-arrow:hover:after {
  background-image: url("/_assets/icon-line-arrow-hl-dark-green.png");
}
div.key-contacts-v3 {
  margin-top: 30px;
}
h2.section-title, div.key-contacts-v3 .header h2 {
  font: inherit;
  font-size: 35px;
  color: var(--hl-dark-green);
}
h2.section-title {
  margin-bottom: 0.75em;
}
section.header {
  padding: 30px 0 0 0;
}
section.header .header-bg {
  left: 0;
  width: 100%;
  right: 0;
  height: calc(100% - 60px);
  background-color: var(--hl-dark-green);
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.header .header-intro { background: linear-gradient(to bottom right, var(--hl-light-green), var(--hl-light-taupe)); padding: 20px; width: 100%; max-width: 345px; }

section.header .header-intro > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
section.header .header-intro h1 {
  font-size: 36px;
  font-weight: 600;
}
section.standard-toolbar .search-bar-container {
  justify-content: end;
}
section.header .header-sg {
  position: absolute;
  left: calc(50vw - 610px);
  width: 100%;
  max-width: 1200px;
  top: 0;
  height: calc(100% - 60px);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
div.key-contacts-v3 .intro {
  line-height: 1.2;
}
.key-contacts-v3 a.btn-contact-us {
  background-color: var(--hl-dark-green);
  color: #ffffff;
  border: 1px solid var(--hl-dark-green);
}
.key-contacts-v3 a.btn-contact-us:before {
  content: "";
  width: 26px;
  height: 20px;
  background-image: url("/_assets/icon-envelope-hl-taupe-over-taupe-45.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.key-contacts-v3 a.btn-contact-us:hover {
  background-color: #ffffff;
  color: var(--hl-dark-green);
}
.key-contacts-v3 a.btn-contact-us:hover:before {
  background-image: url("/_assets/icon-envelope-hl-dark-over-light-green.png");
}
section.whats-new {
  margin-top: 30px;
}
section.whats-new .carousel-wrapper {
  font-size: 0;
}
section.whats-new .carousel-container {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
section.whats-new .knowhow-panel .inner, section.know-hows .knowhow-panel .inner, section.search-results .knowhow-panel .inner {
  background-color: var(--hl-light-taupe);
}
section.whats-new .slick-arrow {
  border-color: var(--hl-light-green);
}
section.whats-new .see-all-panel {
  display: inline-block;
  width: 25%;
  background-color: transparent;
  padding: 0 0 0 10px;
}
section.whats-new .btn-see-all.desktop {
  font-family: Roobert, sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: var(--hl-light-green);
  background-color: var(--hl-dark-green);
  align-items: end;
  text-decoration: none;
  padding: 20px;
  transition: all 0.2s;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
section.whats-new .btn-see-all.desktop:after {
  width: 30px;
  height: 30px;
}
section.whats-new .btn-see-all:after {
  content: "";
  display: block;
  background-image: url("/_assets/icon-line-arrow-hl-light-green.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
}
.carousel-controls a.btn-see-all.mobile {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.carousel-controls a.btn-see-all.mobile:after {
  width: 16px;
  height: 16px;
}
section.home-page-intro {
  margin-top: 30px;
}
section.home-page-intro table {
  margin: 0;
}
section.home-page-intro table, section.home-page-intro table td {
  background-color: var(--hl-dark-green);
  border: 0;
}
section.home-page-intro table td {
  overflow: hidden;
}
section.home-page-intro table tr td:first-child {
  position: relative;
  width: 480px;
}
section.home-page-intro table tr td img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(calc(-50% + 10px), -50%, 0);
  width: calc(100% - 30px);
  height: auto;
  object-fit: cover;
  object-position: center;
}
section.home-page-intro table tr td:last-child {
  font: inherit;
  color: #ffffff;
  padding: 40px 40px 100px 40px !important;
  position: relative;
}
section.home-page-intro table tr td:last-child button {
  position: absolute;
  bottom: 50px;
  left: 40px;
}
.home-page-intro span.light-green {
  color: var(--hl-light-green);
}
section.questionnaire .wrapper .page-copy table {
  width: auto !important;
  margin: 0 auto;
}
section.questionnaire .wrapper .page-copy table td {
  vertical-align: middle;
  text-align: center;
}
section.questionnaire-results {}
section.questionnaire-results .title-and-progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
section.questionnaire-results .title-and-progress h2.section-title {
  margin: 0;
}
section.questionnaire-results .title-and-progress .percent-progress {
  width: 50vw;
  max-width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
section.questionnaire-results .title-and-progress .percent-progress .meter {
  width: 100%;
  height: 10px;
  background-color: var(--hl-dark-green);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
div.questionnaire-results {
  margin-top: 20px;
  background-color: var(--hl-dark-green);
  padding: 30px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
}
div.questionnaire-results.no-regulations {
  grid-template-columns: 1fr;
}
div.questionnaire-results .regulations {
  position: relative;
  z-index: 10;
}
div.questionnaire-results .regulations p {
  color: #ffffff;
  font-family: inherit
}
div.questionnaire-results .regulations p.title {
  color: var(--hl-light-green);
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
div.questionnaire-results .regulations ul {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
div.questionnaire-results .regulations li {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
div.questionnaire-results .regulations li button.show-regulation-details {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  width: 18px;
  height: 18px;
  border-radius: 8px;
}
div.regulation-details {
  padding: 15px;
  font-size: 13px;
  background-color: #ffffff;
  color: var(--hl-dark-green);
  width: 230px;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(var(--hl-dark-green-rgb), 0.8);
  display: none;
}
div.questionnaire-results div.regulation-details p {
  color: inherit;
}
div.questionnaire-results .results {}
div.questionnaire-results .results .result {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: start;
  color: #ffffff;
  margin-bottom: 40px;
}
div.questionnaire-results .results .result:last-child {
  margin-bottom: 0;
}
div.questionnaire-results .results .result .meter {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  background-image: url("/iwcf/_assets/results-meter.png");
  background-size: contain;
  position: relative;
}
div.questionnaire-results .results .result .meter .needle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/iwcf/_assets/results-meter-needle.png");
  background-size: 30px 77px;
  background-repeat: no-repeat;
  background-position: center calc(50% - 24px);
}
div.questionnaire-results .results .result.red .meter .needle {
  transform: rotate(90deg);
}
div.questionnaire-results .results .result.green .meter .needle {
  transform: rotate(-90deg);
}
div.questionnaire-results .results .result p.title {
  font-size: 25px;
  font-weight: 500;
}
/*div.questionnaire-results .results .result.red p.title span {
	color: #FF0015;
}

div.questionnaire-results .results .result.amber p.title span {
	color: #FFA700;
}

div.questionnaire-results .results .result.green p.title span {
	color: #07B52F;
}*/
.popper[x-placement='right'] .arrow {
  position: absolute;
  right: calc(100% - 5px);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transform: rotate(45deg) translate(-2px, -2px);
  clip-path: polygon(-5px -5px, calc(100% + 5px) calc(100% + 5px), 0 calc(100% + 5px));
  box-shadow: 0 0 5px 0 rgba(var(--hl-dark-green-rgb), 0.8);
}
.popper[x-placement='left'] .arrow {
  position: absolute;
  left: calc(100% - 6px);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transform: rotate(45deg) translate(0px, -1px);
  clip-path: polygon(-5px -5px, calc(100% + 5px) -5px, calc(100% + 5px) calc(100% + 5px));
  box-shadow: 0 0 5px 0 rgba(var(--hl-dark-green-rgb), 0.8);
}
.popper > :last-child {
  margin-bottom: 0;
}
div.key-contacts-v3.light-taupe {
  background-color: var(--hl-light-taupe);
  padding: 30px 0;
}
section.questionnaire-results .actions {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
section.questionnaire-results .actions > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
div.generating-report {
  margin-top: 20px;
  display: none;
}
div.generating-report p {
  font-family: Roobert, sans-serif;
  font-size: 24px;
  color: var(--hl-dark-green);
  margin: 0;
}

/* *************** */
/* Eltemate Banner */

section.legal-advice div.legal-advice {	position: relative; padding: 50px; overflow: hidden;
										background-image: url('/_uploads/iwcf/cipc/eltemate_bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; }


/*section.legal-advice div.legal-advice .background-image.mobile { position: absolute; left: 0; top: -20px; width: 100%; height: 100%; background-size: 100% auto; background-position: center top; background-repeat: no-repeat; display: none;}
*/

section.legal-advice {margin-top: 30px;}
section.legal-advice div.legal-advice .content {position: relative;z-index: 1;color: #ffffff; max-width: 100%; max-width: 100%; display: flex; justify-content: space-between; }

section.legal-advice div.legal-advice .content .standard-page-content {width: 50%;}

section.legal-advice div.legal-advice .content .legal-advice-logo img,
section.legal-advice div.legal-advice .content .legal-advice-logo {width: 100%; max-width: 260px; }

@media (max-width: 768px) {
	section.legal-advice div.legal-advice .content {flex-direction: column-reverse; }
	
	section.legal-advice div.legal-advice .content .standard-page-content,
	section.legal-advice div.legal-advice .content .legal-advice-logo img,
	section.legal-advice div.legal-advice .content .legal-advice-logo {width: 100%; max-width: 100%; }
	
	section.legal-advice div.legal-advice .content .legal-advice-logo {margin-bottom: 20px; }
}

/* *************** */







@media (max-width: 1200px) {
  section.header .header-sg {
    left: 0;
  }
  section.home-page-intro table tr td {
    width: 50vw;
    border-left-width: 30px !important;
    border-right-width: 30px !important;
  }
}
@media(max-width: 1024px) {
  section.whats-new .carousel-container {
    width: 67%;
  }
  section.whats-new .see-all-panel {
    width: 33%;
  }
}
@media (max-width: 960px) {
  section.home-page-intro table tr td:first-child {
    width: 50%;
  }
  div.questionnaire-results {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 840px) {
  section.home-page-intro table tr {
    display: flex;
    flex-direction: column-reverse;
  }
  section.home-page-intro table tr td {
    display: block;
    width: 100%;
  }
  section.home-page-intro table tr td:last-child {
    padding: 40px 30px 100px 30px !important;
  }
  section.home-page-intro table tr td:last-child button {
    bottom: 30px;
    left: 30px;
    max-width: calc(100% - 60px);
  }
  section.home-page-intro table tr td:first-child {
    width: 100%;
    height: 33vh;
    border-bottom: 0px solid var(--hl-dark-green);
  }
  section.home-page-intro table tr td img {
    top: 0;
    transform: translate3d(-50%, 0, 0);
    width: auto;
    height: 100%;
  }
  section.legal-advice div.legal-advice:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 0;
    background-color: rgba(var(--hl-dark-green-rgb), 0.5);
  }
}
@media (max-width: 780px) {
  div.questionnaire-results .results .result .meter {
    width: 120px;
    height: 120px;
  }
  div.questionnaire-results .results .result .meter .needle {
    background-size: 20px 57px;
    background-position: center calc(50% - 18px);
  }
  section.questionnaire-results .actions {
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }
  section.questionnaire-results .actions > div {
    width: 100%;
    justify-content: space-between;
  }
}
/* Note: min-width */
@media(min-width: 740px) {
  section.whats-new .btn-see-all.mobile {
    display: none;
  }
}
/* Note: max-width */
@media (max-width: 740px) {
  section.whats-new .btn-see-all.desktop {
    display: none;
  }
  section.whats-new .carousel-container {
    width: 100%;
  }
  .mobile-table td {
    display: block;
    width: 100%;
    padding: 5px !important;
  }
  .mobile-table td .btn-2024 {
    text-align: left;
    width: 100%;
    max-width: 250px;
  }
}
@media (max-width: 720px) {
  .standard-title-and-filter .col-1 {
    flex-direction: column;
    gap: 10px;
  }
  .standard-title-and-filter .col-1 .filter {
    align-self: end;
  }
}
@media (max-width: 640px) {
  section.header {
    padding-top: 190px;
  }
  section.header .header-sg {
    height: 200px;
  }
}
@media (max-width: 540px) {
  section.questionnaire-results .title-and-progress {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  section.questionnaire-results .title-and-progress .progress {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  section.questionnaire-results .title-and-progress .percent-progress {
    width: 100%;
  }
  section.questionnaire-results .title-and-progress {
    flex-direction: column;
  }
  .standard-title-and-filter .col-1 .filter {
    width: 100%;
    flex-direction: column;
    align-self: start;
  }
  .standard-title-and-filter .col-1 .filter .filter-field > label {
    width: 58px;
  }
  .standard-filter-field .dk-selected {
    max-width: initial;
  }
  section.whats-new .see-all-panel .btn-see-all {
    font-size: 20px;
  }
  section.whats-new .see-all-panel .btn-see-all:after {
    width: 20px;
    height: 20px;
  }

}
@media (max-width: 500px) {
  div.questionnaire-results .results .result {
    flex-direction: column;
    gap: 30px;
  }
  div.questionnaire-results .results .result .meter {
    align-self: center;
  }
}
@media (max-width: 420px) {
  section.questionnaire-results .actions > div:first-child {
    width: 100%;
    flex-direction: column;
  }
}