﻿section {
	font-family: Roobert, sans-serif;
	font-weight: 400;
	color: var(--hl-dark-green);
	line-height: 1.2;
	font-size: 16px;
}

section.header {
	padding: 30px 0 0 0;
	font-family: Roobert, sans-serif;
	font-weight: 400;
	color: #ffffff;
}

section.header .header-bg {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: calc(100% - 80px);
	background-image: url("/_uploads/Education GOES/2025/header-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

section.header div.header {
	display: grid;
	grid-template-columns: 405px 1fr;
	gap: 0;
	justify-content: space-between;
	width: 100%;
}

section.header .header-intro {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	background-color: var(--hl-dark-green);
	width: 100%;
	color: #ffffff;
	line-height: 1.3;
	/*min-height: 380px;*/
}

section.header .header-intro a.home-link {
	color: inherit;
	text-decoration: none;
}

section.header .header-intro h1 {
	font-family: tiempos;
	font-weight: normal;
	font-size: 48px;
	color: var(--hl-light-green);
	line-height: 1.1;
}

section.header .header-intro .intro {
	font-size: 18px;
	padding-right: 0px;
}

section.header .header-image {
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: right top;
}

section.header .header-buttons {
	margin-top: 40px;
}

section.header a:first-child {
	margin-top: 0;
}

section.header a {
	margin-top: 10px;
}

h2.section-title {
	font-family: inherit;
	font-size: 35px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 1em;
	color: var(--hl-dark-green);
}

h3.subtitle {
	font-family: inherit;
	font-size: 25px;
	font-weight: 300;
	color: inherit;
	margin-bottom: 1em;
}

.key-contacts-v3.c2025 .header h2.section-title {
	color: var(--hl-dark-green);
}

/*** ***/

section.whats-new {
	margin-top: 30px;
	background-color: var(--hl-light-taupe) !important;
	padding: 30px 0;
}

section.whats-new .standard-panels .slick-arrow {
	background-color: var(--hl-light-green);
	border-color: var(--hl-light-green);
}

section.whats-new .standard-panels .slick-arrow:hover {
	background-color: #ffffff;
}

/*** ***/
.key-contacts-v3.c2025 {
	background-color: transparent;
}

.key-contacts-v3.c2025 .carousel-controls .slick-arrow {
	background-image: url("/_assets/icon-line-arrow-hl-dark-green.png");
}

/*** ***/

.jvectormap-tip {
	font-family: Roobert, sans-serif !important;
	font-weight: 400 !important;
	border-color: var(--hl-light-green) !important;
	background-color: var(--hl-light-green) !important;
	color: var(--hl-dark-green) !important;
	border-radius: 0 !important;
}

section.view-options {
	margin: 20px 0 20px 0;
}

section.view-options div.options {
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: center;
}

section.view-options div.other-options {
	display: flex;
	align-items: center;
}

.list-view {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.list-view a {
}

.list-view .column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/*** ***/

.questions-view .col-inner {
	padding: 0px 0px 0px 102px;
	position: relative;
}

.jurisdiction-nav-container {
	position: absolute;
	left: 0;
	top: 00px;
	bottom: 0;
	z-index: 10;
	width: 55px;
	overflow: visible;
	transition: width 0.2s ease-out, top 0s;
}

ul.jurisdiction-nav {
	list-style: none;
	position: sticky;
	top: 100px;
	bottom: 0;
}

.jurisdiction-nav li {
	margin-bottom: 2px;
}

.jurisdiction-nav li button {
	font-family: Roobert, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #ffffff;
	background-color: var(--hl-dark-green);
	align-items: center;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: left;
	transition: ease-in .2s;
	cursor: pointer;
}

.jurisdiction-nav li span.icon,
.jurisdiction-nav li span.active-icon {
	width: 55px;
	height: 55px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items:center;
	justify-content: center;
}

span.icon-image {
	display: block;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.jurisdiction-nav li span.icon {
	display: flex;
}

.jurisdiction-nav li span.active-icon {
	display: none;
}

.jurisdiction-nav li div {
	width: 292px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 18px;
	left: 70px;
}


/*.jurisdiction-nav li p {
   position: absolute;
   font-size: 16px;
   margin: 0;
   color: #ffffff;
}*/

.jurisdiction-nav li.active button,
.jurisdiction-nav li button:hover {
	background-color: var(--hl-light-green);
	color: var(--hl-dark-green);
}

.jurisdiction-nav li.active button span.icon,
.jurisdiction-nav li button:hover span.icon { 
	display: none;
}

.jurisdiction-nav li.active button span.active-icon,
.jurisdiction-nav li button:hover span.active-icon {
	display: flex;
}

.jurisdiction-nav li.active button {
	background-color: var(--hl-light-green);
}

.jurisdiction-nav-container:hover {
	width: 345px;
}

.jurisdiction-nav-container:hover div {
	visibility: visible;
	opacity: 1;
}

.btn-question-link {
	position: relative;
	padding: 0 0 0 40px;
	display: flex;
	margin-bottom: 5px;
	/*font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
	justify-content: space-between;
	margin-bottom: 5px;*/
	gap: 0;
}

.questions-view .col-inner .accordion h3 {
	font-family: Roobert, sans-serif;
	font-size: 20px;
	color: var(--hl-dark-green);
	margin-bottom: 1em;
}


.accordion {
	margin-bottom: 50px;
}


/*** ***/

.col-container {
	width: calc(100% + 20px);
	margin-left: -10px;
	font-size: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5 {
	position: relative;
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	padding: 10px;
}

.col-4 {
	width: 25%;
}

.xlisting-float-panel-arrow {
	z-index: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 30px;
	height: 30px;
	background-color: red;
	transform: rotate(45deg);
}

.listing-float-panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: Roobert, sans-serif;
	font-weight: 400;
	padding: 30px;
	background-color: var(--hl-dark-green);
	position: relative;
	z-index: 1;
	cursor: pointer;
	min-height: 226px;
}

.listing-float-panel:hover {
	box-shadow: 0 0 0 5px var(--hl-light-green);
}


.listing-float-panel:before {
	content: "";
	position: absolute;
	bottom: -17px;
	left: calc(50% - 17px);
	z-index: 2;
	width: 30px;
	height: 30px;
	background-color: var(--hl-dark-green);
	/*box-shadow: 0 0 0 5px var(--hl-light-green);*/
	border-right: 5px solid var(--hl-light-green);
	border-bottom: 5px solid var(--hl-light-green);
	transform: rotate(45deg);
	clip-path: polygon(0 35px, 35px 35px, 35px 0);
	display: none;
}

.listing-float-panel:after {
	content: "";
	position: absolute;
	bottom: -11.5px;
	left: calc(50% - 13px);
	z-index: 3;
	width: 27px;
	height: 27px;
	transform: rotate(45deg);
	background-color: var(--hl-dark-green);
	display: none;
}

.listing-float-panel.active {
	box-shadow: 0 0 0 5px var(--hl-light-green);
}

.listing-float-panel.active .num-and-indicator .flat-plus-btn {
	transform: rotate(-90deg);
}

.listing-float-panel.active:before,
.listing-float-panel.active:after {
	display: block;
}

.listing-float-panel .num-and-indicator .num {
	color: var(--hl-light-green);
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
}

.listing-float-panel h3 {
	font: inherit;
	font-size: 26px;
	color: #ffffff;
	line-height: 1.2em;
	margin-bottom: 0;
}

.listing-float-panel p {
	font-size: 14px;
	color: #ffffff;
}

.listing-float-panel .num-and-indicator {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}



.flat-plus-btn {
	width: 30px;
	height: 30px;
	display: block;
	background-image: url("/_assets/btn-arrow-hl-light-green-large.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}

/*.listing-float-panel:not(.active) .flat-plus-btn:before {
   width: 2px;
   height: 24px;
   background-color: #ffffff;
   display: block;
   content: '';
   position: absolute;
   left: 11px;
   top: 0px;
}

.flat-plus-btn:after {
   width: 24px;
   height: 2px;
   background-color: #ffffff;
   display: block;
   content: '';
   position: absolute;
   left: 0px;
   top: 11px;
}*/



.floater-expanded {
	display: none;
	float: left;
}

.floater-expanded.open {
	display: block;
}

.floater-expanded-content h5 {
	font-size: inherit;
	line-height: 1.4em;
	margin-bottom: 0.1em;
	margin-top: 1em;
	font-weight: bold;
}

.floater-expanded-content h5 + ul {
	margin-top: 0;
}

.floater-expanded-content .survey-questions-section {
	font-family: Roobert, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: var(--hl-dark-green);
	line-height: 1.2;
	margin-top: 30px;
}

.floater-expanded-content .survey-questions-section h4 {
	font: inherit;
	font-size: 25px;
	font-weight: 300;
	color: inherit;
	margin-bottom: 0.75em;
}

.floater-expanded-content .survey-questions-section .survey-questions {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.floater-expanded-content .survey-questions-section .survey-question {
	display: flex;
	flex-direction: row;
	gap: 0;
	width: 100%;
	background-color: var(--hl-light-taupe);
}

/*.floater-expanded-content .survey-questions-section .survey-question .num,
.questions-view .num,
.btn-question-link .num {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	width: 40px;
	background-color: var(--hl-taupe);
	flex-shrink: 0;
}*/

.floater-expanded-content .survey-questions-section .survey-question .question,
.btn-question-link .question {
	padding: 10px 15px;
	/*background-color: var(--hl-light-taupe);*/
	width: 100%;
}

.about-jurisdiction-list {
	margin-top: 30px;
}

/*** ***/

section.insights .standard-knowhow-panel .inner,
section.search-results .standard-knowhow-panel .inner {
	background-color: var(--hl-light-taupe);
}

section.search-results .answer-search-panel .action {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: var(--hl-dark-green);
}

section.search-results .answer-search-panel .jurisdiction {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0.25em;
}

section.search-results .answer-search-panel .question {
	padding-top: 10px;
	font-size: 13px;
}

.standard-knowhow-panel .search-context {
	font-size: 15px;
	margin-top: 20px;
}

.search-highlight {
	font-weight: 800;
}

/*** ***/

section.jurisdiction .content-container,
section.question .content-container {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 80px;
	justify-content: space-between;
}

section.question h2.section-title {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 10px;
}

section.jurisdiction .content-container .content,
section.question .content-container .content {
	width: 100%;
}

section.jurisdiction .content-container .side-panel,
section.question .content-container .side-panel {
	width: 200px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

div.questions-and-answers-container {
	margin-top: 30px;
	position: relative;
	padding: 0 0 0 102px;
}

section.jurisdiction .key-contact-container,
section.question .key-contact-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

section.jurisdiction .key-contacts-v3 .key-contact,
section.question .key-contacts-v3 .key-contact {
	height: 200px;
}

div.questions-and-answers {
}

div.questions-and-answers h3.question-section-title {
	font-family: inherit;
	color: inherit;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 0.75em;
}

.floater-expanded-content .survey-questions-section .survey-question .num,
.questions-view .num,
button.answer-expander span.num {
	position: relative;
	background-color: var(--hl-taupe);
	width: 40px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.btn-question-link .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--hl-taupe);
}

button.answer-expander,
button.question-expander {
	font: inherit;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	gap: 0;
	background-color: transparent;
	width: 100%;
	margin-bottom: 5px;
}

button.answer-expander span.question,
button.question-expander span.question {
	padding: 10px 15px;
	width: 100%;
	text-align: left;
	background-color: var(--hl-light-taupe);
}

button.answer-expander span.indicator,
button.question-expander span.indicator {
	width: 40px;
	height: auto;
	background-color: var(--hl-light-taupe);
	background-image: url("/_assets/icon-plus-hl-dark-green.png");
	background-size: 18px auto;
	background-position: center;
	background-repeat: no-repeat;
}

a.btn-question-link span.indicator {
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url("/_assets/icon-arrow-down-hl-dark-green.png");
	background-size: 18px auto;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(-90deg);
}

button.answer-expander:hover span.question,
button.answer-expander:hover span.indicator,
button.question-expander:hover span.question,
button.question-expander:hover span.indicator {
	background-color: var(--hl-taupe);
}

button.answer-expander:hover span.num:before,
button.answer-expander.active span.num:before,
.btn-question-link:hover span.num:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 0;
}

button.answer-expander.active span.num,
button.answer-expander.active span.question,
button.answer-expander.active span.indicator,
button.question-expander.active span.question,
button.question-expander.active span.indicator {
	background-color: var(--hl-light-green);
}

button.answer-expander.active span.indicator,
button.question-expander.active span.indicator {
	background-image: url("/_assets/icon-minus-hl-dark-green.png");
}

.accordion-expanded {
	font: inherit;
	color: var(--hl-dark-green);
	display: none;
	padding: 20px 20px 30px 20px;
}

section.jurisdiction .key-contacts-container,
section.question .key-contacts-container {
	margin-top: 0;
}

section.jurisdiction .key-contacts-container .key-contacts-list,
section.question .key-contacts-container .key-contacts-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

section.jurisdiction .buttons,
section.question .buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

section.jurisdiction .buttons a,
section.jurisdiction .buttons button,
section.question .buttons a,
section.question .buttons button {
	font-family: Roobert, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--hl-dark-green);
	display: block;
	text-align: left;
	width: 100%;
	padding: 12px 15px;
	border: 1px solid var(--hl-taupe);
	background-color: var(--hl-taupe);
	text-decoration: none;
	background-position: calc(100% - 15px) center;
	background-size: 30px;
	background-repeat: no-repeat;
}

section.jurisdiction .buttons a:hover,
section.jurisdiction .buttons button:hover,
section.question .buttons a:hover,
section.question .buttons button:hover {
	background-color: #ffffff;
}

.btn-write-notes {
	background-image: url("/_assets/icon-angled-pencil-hl-light-over-dark-green.png");
}

.btn-contact-us {
	background-image: url("/_assets/icon-envelope-hl-light-over-dark-green.png");
}

.btn-download-asset {
	background-image: url("/_assets/icon-download-hl-dark-green.png");
}



.close-insight-popup {
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	background-color: transparent;
	top: 25px;
	right: 20px;
	z-index: 100;
	background-image: url("/_assets/icon-close-hl-dark-green.png");
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
}

.insight-popup .tag {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
	padding-right: 40px;
}

.insight-popup .tag .type {
	font-family: Roobert, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--hl-dark-green);
	display: flex;
	gap: 10px;
	align-items: center;
	flex-basis: 100%;
}

.insight-popup .tag .type .icon {
	width: 45px;
	height: 45px;
	background-color: var(--hl-light-green);
	background-size: 28px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.insight-popup .date {
	font-family: Roobert, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	color: var(--hl-dark-green);
}

.insight-popup .title {
	font-family: Roobert, sans-serif;
	font-size: 25px;
	color: var(--hl-dark-green);
	margin: 0;
	line-height: 1.2;
}

.insight-popup .content {
	font-family: Roobert, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--hl-dark-green);
	line-height: 1.2;
}

.insight-popup div.image {
	margin-top: 20px;
}

.insight-popup div.buttons {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
}

.insight-popup .btn-download-asset {
	/*font-family: Roobert, sans-serif;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid var(--hl-light-green);
	background-color: var(--hl-light-green);
	color: var(--hl-dark-green);
	text-decoration: none;
	padding: 10px 50px 10px 15px;
	display: inline-block;*/

	padding-right: 50px;
	background-image: url("/_assets/icon-download-hl-dark-green.png");
	background-size: 22px auto;
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
}

.insight-popup .tag .jurisdictions {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.insight-popup .tag .jurisdictions .flag {
	height: 28px;
	width: 28px;
	border-radius: 100%;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 890px) {
	/* ABOUT */
	.about-listing .col-4 {
		width: 50%;
	}
}

/*** ***/
@media (max-width: 880px) {
	section .header .header-image {
		background-size: calc(100vw - 520px) auto;
	}

	.standard-title-and-filter .col-1 {
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 800px) {
	section.jurisdiction .content-container .side-panel,
	section.question .content-container .side-panel {
		width: 180px;
	}
}

@media (max-width: 720px) {
	section.jurisdiction .content-container,
	section.question .content-container {
		flex-direction: column;
		gap: 40px;
	}

	section.jurisdiction .content-container .side-panel,
	section.question .content-container .side-panel {
		width: 100%;
	}

	section.jurisdiction .key-contacts-container .key-contacts-list,
	section.question .key-contacts-container .key-contacts-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}


@media (max-width: 700px) {
	section.header div.header {
		position: relative;
		grid-template-columns: 1fr;
	}

	section.header .header-intro {
		position: relative;
		min-height: initial;
		max-width: 100%;
		z-index: 0;
	}

	section.header .header-image {
		right: 20px;
		top: 20px;
		position: absolute;
		width: 60px;
		height: 60px;
		background-size: contain;
		z-index: 1;
	}

	section.header .header-intro h1 {
		font-size: 30px;
		padding-right: 60px;
	}
}

@media (max-width: 560px) {
	section.map-list-questions .list-view,
	.about-jurisdiction-list .list-view {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	section.jurisdiction .key-contacts-container .key-contacts-list,
	section.question .key-contacts-container .key-contacts-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 520px) {
	section.title-and-filter .filter {
		display: grid;
		grid-template-areas: "sortBy" "contentType";
		grid-template-columns: 1fr;
	}

	section.title-and-filter .filter .filter-field > label {
		width: 60px;
	}

	section.title-and-filter .filter .filter-field .dk-selected {
		width: 100%;
		max-width: 100% !important;
	}
}

@media (max-width: 460px) {
	/* ABOUT */
	.about-listing .col-4 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.col-left {
		width: 100%;
	}

	.col-right {
		width: 100%;
		margin-left: 0
	}
}
