﻿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;
}

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: 30px;
	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.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;
}

section.standard-toolbar { 
	padding-top: 0; 
}

section.standard-toolbar .search-bar-container {
	justify-content: end;
}

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.home-page-intro { 
	margin-top: 30px;
}

section.home-page-intro table,
section.home-page-intro table td {
	background-color: var(--hl-dark-green);
	border: 0;
}

section.home-page-intro table { 
	margin: 0;
}

section.home-page-intro table td {
	overflow: hidden;
}

section.home-page-intro table tr td:first-child {
	position: relative;
	width: 480px
	/*border-left: 50px solid var(--hl-dark-green);
	border-right: 50px solid var(--hl-dark-green);*/
}

section.home-page-intro table tr td img {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: calc(100% - 120px);
	height: auto;
	object-fit: cover;
	object-position: center;
}

section.home-page-intro table tr td:last-child {
	font: inherit;
	color: #ffffff;
	padding: 40px 40px 80px 40px !important;
	position: relative;
}

section.home-page-intro table tr td:last-child button {
	position: absolute;
	bottom: 30px;
	left: 40px;
}

section.home-page-intro p.light-green {
	color: var(--hl-light-green);
}

.home-page-intro span.light-green { 
	color: var(--hl-light-green);
}



section.questionnaire-results {
}


div.questionnaire-results {
	margin-top: 20px;
	background-color: var(--hl-dark-green);
	padding: 30px;
}

section.questionnaire-results .title-and-progress {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}

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;
   background-repeat: no-repeat;
	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;
}


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.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;
}


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 .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 .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 div.legal-advice .content .standard-page-content {
	width: 50%;
}

section.legal-advice {
	margin-top: 30px;
}

section.legal-advice .legal-advice-logo,
section.legal-advice .legal-advice-logo img {
	width: 100%;
	max-width: 260px;
}


@media (max-width: 1200px) {
	section.header .header-sg {
		left: 0;
	}
}

@media (max-width: 960px) {
	section.home-page-intro table tr td:first-child { 
		width: 50%;
	}
}

@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 button {
/*		bottom: 30px; */
		left: 30px;
      max-width: calc(100% - 60px);
	}

	section.home-page-intro table tr td:first-child {
      text-align: center;
		width: 100%;
		/*height: 33vh;*/
		border-bottom: 20px solid var(--hl-dark-green);
	}
   
   section.home-page-intro table tr td:last-child {
      padding: 40px 30px 100px 30px!important;
   }

	section.home-page-intro table tr td img { 
      position: static;
      width: 100%;
      max-width: 250px;
      height: auto;
      transform: none;
	}
	
	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;
   }
}

@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: 640px) {
	section.header { 
		padding-top: 195px;
	}

	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.legal-advice div.legal-advice:before {
		display: none;
	}

	section.legal-advice div.legal-advice .background-image.mobile {
		display: block;
	}

	section.legal-advice div.legal-advice { 
		background-position: top left;
	}

	/*section.legal-advice div.legal-advice .content {
		padding-top: 62vw;
	}*/
	
}

@media (max-width: 500px) {
   div.questionnaire-results .results .result {
      flex-direction: column;
      gap: 10px;
      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;
   }
}
