﻿/*** General ***/



body.c2019 section {background-color: inherit;position: relative;padding-top: 50px;}


section { 
	font-family: Roobert, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--hl-dark-green);
	line-height: 1.2;
}

h2.section-title,
.key-contacts-v3.c2025 .header h2,
section.additional-resources h2.section-header,
.event-section-title {
	font-family: Roobert, sans-serif;
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 0.75em;
	color: var(--hl-dark-green);
}

h2.section-title.white {
	color: #ffffff;
}

h2.section-title.light-green {
	color: var(--hl-light-green); 
}

h2.section-title.flag {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

h2.section-header.flag img.flag {
	height: 60px;
	border-radius: 100%;
	border: 1px solid #999999;
}

.btn.btn-user-management {
	background-color: #ffffff;
	border-color: var(--hl-dark-green);
}

body.c2019.tool-page { 
	padding: 0;
}

.breadcrumbs {
	margin-top: 0;
}

.breadcrumbs .breadcrumbs-container,
.breadcrumbs .breadcrumbs-container .breadcrumb,
.breadcrumbs .breadcrumbs-container .current-page-breadcrumb {
	color: var(--hl-dark-green);
}

/*section.standard-toolbar .actions-container { 
	flex-direction: row-reverse;
}*/

section.header {
	font-family: Roobert, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: var(--hl-dark-green);
	z-index: 0;
}

section.header div.wrapper  { 
	position: relative;
}

section.header .header-image { 
	position: absolute;
	top: 40px;
	bottom: 0px;
	right: 0;
	width: 700px;
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: 0;
}

section.header .header-image img {
	height: 240px;
	width: auto;
	display: none;
}

section.header .header-intro {
	/*position: relative;*/
	z-index: 1;
}

section.header .wrapper .col-1 { 
	padding-top: 120px;
	padding-bottom: 60px; 
}

section.header .header-intro a { 
	color: inherit;
	text-decoration: none;
}

section.header .header-intro .title h1 { 
	font-family: inherit;
	line-height: 1;
	font-size: 126px;
	font-weight: bold;
    position: relative;
    z-index: 5
}

section.header .header-intro .header-links { 
	margin: 30px 0 0 0;
	display: flex; 
	flex-direction: row;
	align-items: center;
	gap: 10px 20px;
	flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

section.header .header-intro .header-links a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	justify-content: space-between;

	font-size: 16px;
	font-weight: 400;

	padding: 8px 14px;
	background-color: #ffffff;

	width: 100%;
	max-width: 235px;

	transition: all 0.2s;
}

section.header .header-intro .header-links a.download:after,
section.header .header-intro .header-links a.key-contacts:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

section.header .header-intro .header-links a.download:after {
	background-image: url("/_assets/icon-download-2-hl-dark-green.png");
}

section.header .header-intro .header-links a.key-contacts:after {
	background-image: url("/_assets/icon-envelope-hl-dark-over-light-green.png");
}

section.header .header-intro .header-links a:hover { 
	background-color: var(--hl-dark-green);
	color: #ffffff;
}

section.header .header-intro .header-links a.download:hover:after {
	background-image: url("/_assets/icon-download-2-hl-light-green.png"); 
}

section.header .header-intro .header-links a.key-contacts:hover:after {
	background-image: url("/_assets/icon-envelope-hl-light-over-mid-green.png");
}

section.header .header-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.subheading-container { 
	margin-top: 20px; 
}

h2.subheading { 
	font-family: Roobert, sans-serif;
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}

/*** Home Page ***/

section.page-intro.with-part-of-dta { 

}

section.page-intro .content { 
	
}

section.page-intro.with-part-of-dta .wrapper .col-1 {
	display: flex; flex-direction: row;
	gap: 60px;
	align-items: start;
	justify-content: space-between;
}

section.page-intro.with-part-of-dta .wrapper .col-1 div.part-of-dta { 
	flex-shrink: 0; 
}

section.page-intro.with-part-of-dta h2.section-title { 
	margin-bottom: 0.5em;
}

div.part-of-dta table { 
	margin: 0; 
}

div.part-of-dta table td {
	border: 0;
	font-family: Roobert, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: var(--hl-dark-green);
	padding: 0;
}

div.part-of-dta table tr td:first-child { 
	padding-right: 20px; 
}

div.part-of-dta table td.part-of {
	padding: 12px 0 20px 0
}

div.part-of-dta table td img.dta-icon {
	height: 60px;
}

div.part-of-dta table td img.dta-title { 
	height: 80px;
}

a.page-copy-link {
	text-decoration: none;
}

a.page-copy-link .link-label {
	font-weight: bold;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

a.page-copy-link .link-label:after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url("/_assets/icon-line-arrow-hl-dark-green.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

a.page-copy-link:hover .link-label {
	text-decoration: underline;
}

.c2024 .input-form .form-row .form-cell input[type=text],
.c2024 .input-form .form-row .form-cell input[type=password],
.c2024 .input-form .form-row .form-cell textarea {
	background-color: var(--hl-taupe);
	border-color: var(--hl-taupe);
}

/*** My Alerts ***/

section.my-alerts {
	margin-top: 30px;
}

section.my-alerts-details { margin-bottom: 40px; }

section.my-alerts-details .input-form {
	display: flex;
	flex-direction: row;
	margin: 0;
}

section.my-alerts-details .input-form .form-row {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	margin: 0;
}

section.my-alerts-details .input-form .form-row .form-cell {
	margin-top: 10px;
}

section.my-alerts-details .input-form .form-row .form-cell:first-child {
	margin-top: 0;
}

section.my-alerts-details .input-form .form-field-error {
	text-align: right;
}

.subscribe-options .header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0;
	position: relative;
}

section.my-alerts-subscribe .logged-in {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
}

div.input-area {
	padding: 25px;
	background-color: var(--hl-light-taupe);
}

div.input-area h3 {
	font-size: 21px;
	margin-bottom: 1em;
	font-family: Roobert, sans-serif;
	font-weight: 500;
	color: var(--hl-dark-green);
}

.subscribe-options .header .saving {
	color: var(--hl-dark-green);
	font-family: Roober, sans-serif;
	position: absolute;
	right: 0;
	top: 0;
}

.subscribe-options .current-status {
	font-size: 16px;
	font-family: Roobert, sans-serif;
	color: var(--hl-dark-green);
	margin-bottom: 20px;
}

.subscribe-options .subscribe-error {
	margin-top: 10px;
	font-size: 14px;
	color: #cc0000;
}

.btn-unsubscribe {
	border: 1px solid #dddddd;
	background-color: #dddddd;
	padding: 10px 20px;
	font-size: 16px;
	font-family: Roobert, sans-serif;
	font-weight: 500;
}

.btn-unsubscribe:hover { background-color: transparent; border-color: #999999; }

section.my-alerts-subscribe div.initial,
section.my-alerts-subscribe div.manage { display: flex; flex-direction: row; align-items: center; }

.switch { display: flex; flex-direction: row; align-items: center; margin: 0; }

.switch .status-text {
	font-family: Roobert, sans-serif;
	color: var(--hl-dark-green);
	vertical-align: initial;
}

section.my-alerts-subscribe .buttons { margin-left: 40px; display: flex; flex-direction: row; gap: 10px; }

.btn-subscribe {
	background-color: var(--hl-dark-green);
	border: 1px solid var(--hl-dark-green);
	padding: 10px 20px;
	color: #ffffff;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.btn-subscribe:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 25px;
	background-image: url("/_assets/icon-my-alerts-filled-hl-light-green.png");
	background-size: contain;
	background-repeat: no-repeat;
}


.btn-subscribe:hover {
	background-color: transparent;
	color: var(--hl-dark-green);
}

.btn-subscribe:hover:before {
	background-image: url("/_assets/icon-my-alerts-filled-hl-dark-green.png");
}

.switch .switch-status {
	height: 20px;
	width: 43px;
}

.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 1px;
	bottom: 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 0px 2px var(--hl-dark-green);
	-webkit-transition: .4s;
	transition: .4s;
}

.switch .slider:before {
	background-color: var(--hl-dark-green);
	border: 1px solid var(--hl-dark-green);
	height: 16px;
	width: 16px;
	top: 1px;
	right: 2px;
	transition: all 0.4s;
}

.switch input[type=checkbox]:checked + .slider:before { transform: translateX(-22px); }

/*** My Alerts popup ***/

.popup-modal .popup-form .close-popup { background-color: #381634; }

.popup-modal.my-alerts-popup .popup-form { max-width: 400px; }
.popup-modal.my-alerts-popup .popup-form .wrapper { padding: 0 30px 30px 30px; }
.popup-modal.my-alerts-popup .header { padding-top: 30px; }
.popup-modal.my-alerts-popup .header h2 { margin-bottom: 0.75em; }
.popup-modal.my-alerts-popup .intro p { font-size: 14px; color: #333333; }

.popup-modal.my-alerts-popup .switch label .lever { border: 1px solid #31574E; background-color: transparent; height: 26px; }
.popup-modal.my-alerts-popup .switch label .lever:after, .popup-modal.my-alerts-popup .switch label .lever:before { background-color: #6FA739; height: 18px; width: 18px; top: 3px; left: 3px; }
.popup-modal.my-alerts-popup .switch label input[type=checkbox]:checked + .lever:after, .popup-modal.my-alerts-popup .switch label input[type=checkbox]:checked + .lever:before { left: 21px; }

/*** Whats New section */

section.whats-new {
	padding: 30px 0;

	background-image: url("/_uploads/ai-hub/2025/whats-new-bg.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

section.whats-new .carousel-wrapper { 
	font-size: 0;
}

section.whats-new .carousel-container {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

section.whats-new .see-all-panel { 
	display: inline-block;
}

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:after {
   width: 16px;
   height: 16px;
}


section.whats-new .btn-see-all:hover {
   background-color: var(--hl-light-green);
   color: var(--hl-dark-green);
}

section.whats-new .btn-see-all:hover:after {
	background-image: url("/_assets/icon-line-arrow-hl-dark-green.png");
}

.carousel-controls a.btn-see-all.mobile {
   display: inline-flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
}

.carousel-controls .btn-see-all:hover {
   background-color: var(--hl-light-green);
   color: var(--hl-dark-green);
}

section.page-copy { 
	margin-top: 30px;
	background-color: var(--hl-light-taupe)!important;
	padding: 30px 0;
}

section.page-copy table { 

	margin: 0;
	background-color: transparent;
}

section.page-copy table td {
	border: 0;
	background-color: transparent;
	font-family: Roobert, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: var(--hl-dark-green);
	line-height: 1.2;
}

section.page-copy table td.content { 
	padding-right: 80px; 
}

section.page-copy table td.image {
	flex-shrink:0;
}

section.page-copy table td.image img {
	width: auto;
}

section.page-copy table td p,
section.page-copy table td a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
}

section.page-copy table td p:last-child { 
	margin: 0; 
}

section.page-copy table td a {
	display: inline-flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
	border: 0;
	text-decoration: none;
	font-weight: 500;
}

section.page-copy table td a:hover {
	text-decoration: underline;
}

section.page-copy table td a:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url("/_assets/icon-line-arrow-hl-dark-green.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/*** Map and List ***/
.main-vector-map {
	display: flex;
	flex-direction: column-reverse;
}

/*** Map View Options ***/

section.map-and-list + div.key-contacts-v3 {
	margin-top: 40px;
}

section.view-selector { padding: 20px 0; margin: 20px 0 10px 0; }

section.view-selector .viewing-options { display: flex; flex-direction: row; align-items: center; }

section.view-selector .switch { display: flex; flex-direction: row; align-items: center; margin: 0; }

section.view-selector .switch .slider { box-shadow: 0 0 0 2px var(--hl-dark-green) }
section.view-selector .switch .slider:before { background-color: var(--hl-dark-green); }

section.view-selector .view-options { padding-left: 30px; display: flex; flex-direction: row; align-items: center; }

section.view-selector .view-options ul { list-style-type: none; }
section.view-selector .view-options ul li { margin-right: 20px; display: inline-flex; flex-direction: row; align-items: center; }

section.view-selector .view-options ul li input { visibility: hidden; position: absolute; opacity: 0; }
section.view-selector .view-options ul li label { display: flex; flex-direction: row; align-items: center; cursor: pointer; }
section.view-selector .view-options ul li label:before { content: ""; display: inline-block; width: 12px; height: 12px; border: 2px solid #ffffff; box-shadow: 0 0 0 1px #9a9a9a; border-radius: 14px; background-color: transparent; margin-right: 12px; }

section.view-selector .view-options ul li input:checked + label:before { background-color: #5685b4; }

.switch input[type=checkbox]:checked + .slider:before { transform: translateX(-20px); }

section.map-and-list .list-view { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }

.list-view .jr-link { 
	font-family: Roobert, sans-serif;
	font-size: 16px;
	font-weight: 400;

	color: #ffffff;
	border: 1px solid var(--hl-dark-green);
	background-color: var(--hl-dark-green);
	line-height: 1.3;
}

.list-view .jr-link:after { 
	background-image: url("/_assets/btn-arrow-hl-light-green.png");
}

.list-view .jr-link:hover {
	border-color: var(--hl-light-green);
	background-color: var(--hl-light-green);
	color: var(--hl-dark-green);
}

.list-view .jr-link:hover:after {
	background-image: url("/_assets/btn-arrow-hl-dark-green.png");
}

.map-wrapper { position: relative; }
.map-wrapper .map-filter { position: absolute; left: 0; bottom: 0; z-index: 10; }

.map-filter > label {
	font-family: Roobert, sans-serif;
	padding-left: 5px;
	margin-bottom: 5px;
	display: block;
}

.map-filter .map-filter-option {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	padding: 5px;
	font-family: Roobert, sans-serif;
	font-size: 15px;
	width: 100%;
	background-color: transparent;
	gap: 14px;
}

.map-filter .map-filter-option span.indicator {
	width: 26px;
	height: 26px;
	border-radius: 0;
	border: 1px solid #f0f0f0;
   flex-shrink: 0;
}

.map-filter .map-filter-option:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.map-filter .map-filter-option[data-filter=env] span {
	color: #6FA739;
}

.map-filter .map-filter-option[data-filter=soc] span {
	color: #5685B4;
}

.map-filter .map-filter-option[data-filter=gov] span {
	color: #381634;
}

.map-filter-option.selected {
}

.map-filter-option.not-selected {
	opacity: 0.4;
}

.map-and-list[data-list-mode=international] .jr-link[data-international=false] {
	display: none;
}

/*** Knowhow panel ***/

.knowhow-panel {
   display: inline-block;
   background-color: transparent;
   padding: 0;
}

.knowhow-panel.slick-slide {
   padding-left: 5px;
   padding-right: 5px;
}

.knowhow-panel .inner {
	color: inherit;
	padding: 0;
	background-color: #ffffff;
	border-top: 0px solid #f0f0f0;
	transition: all 0.2s;
}

.knowhow-panel .inner > button {
	background-color: transparent;
	text-align: left;
	padding: 20px;
	width: 100%;
}

.knowhow-panel .tag {
	display: flex;
	flex-direction: row;
	padding: 0;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	gap: 20px;
}

.knowhow-panel .tag .type {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	line-height: 1.2em;
	font-family: Roobert, sans-serif;
}

.knowhow-panel .tag .type .icon {
	width: 45px;
	height: 45px;
	background-color: var(--hl-light-green);
	background-size: 28px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.knowhow-panel .tag .type img.panel-type {
	width: 21px;
}

.knowhow-panel .tag .jurisdiction-icon { height: 28px; border-radius: 100%; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25); }
.knowhow-panel .tag.small { font-size: 11px; }

.knowhow-panel .jurisdictions {
	display: flex;
	flex-direction: row;
	gap: 5px;
	flex-wrap: nowrap;
	padding-right: 20px;
}

.knowhow-panel .content .date {
	font-family: Roobert, sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: var(--hl-dark-green);
}

.knowhow-panel .title {
	font-family: Roobert, sans-serif;
	font-weight: 300;
	margin-top: 1px;
	color: var(--hl-dark-green);
	font-size: 20px;
	line-height: 1.2em
}

.knowhow-panel .image {
	position: relative;
	width: 100%;
	height: 120px;
	margin-top: 20px;
	background-size: cover;
	background-position: center;
}

.knowhow-panel .content .date {
	font-size: 12px;
}

.knowhow-panel .inner .image .video-button {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0.95;
}

.knowhow-panel .inner:hover {
	background-color: #d8d8d8 !important;
}

.knowhow-panel .article-date {
	display: flex;
	gap: 10px;
}

.knowhow-panel .share-popup button.share-icon { background-image: url("/_assets/icon-share-light-grey.png"); }

/*** Knowhow popup ***/

.knowhow-popup { background-color: rgba(0, 0, 0, 0.25); }

.knowhow-popup .popup-form {
	border-top: none;
}

.knowhow-popup .tag {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
	padding-right: 40px;
}

.knowhow-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%;
}

.knowhow-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;
}

.knowhow-popup .tag .jurisdictions {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.knowhow-popup .tag .jurisdictions img {
	height: 28px;
	border-radius: 100%;
}

.knowhow-popup .title {
	font-family: Roobert, sans-serif;
	font-size: 25px;
	color: var(--hl-dark-green);
	margin: 0;
	line-height: 1.2;
}

.knowhow-popup .content { 
	font-family: Roobert, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--hl-dark-green);
}

.knowhow-popup .date {
	font-family: Roobert, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	color: var(--hl-dark-green);
}

.knowhow-popup .content { }
.knowhow-popup .content .intro { margin: 0; }

.knowhow-popup .button-container {
	margin-top: 20px;
}

.knowhow-popup .btn-read-more {
	font-family: Roobert, sans-serif;
	font-size: 16px;
	font-weight: 400;

	border-color: var(--hl-light-green);
	background-color: var(--hl-light-green);
	color: var(--hl-dark-green);
}

.knowhow-popup .btn-read-more:hover {
	background-color: transparent;
}

.knowhow-popup .video-container,
.knowhow-popup .image { margin-top: 20px; }

.knowhow-popup .close-knowhow-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;
}

/*** Topic list and panels ***/

section.topics { margin: 40px 0 20px 0; }

.topic-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }

.topic-panel {
	position: relative;
	height: 240px;
}

/* Hack for the weird AI topic panel on the home page - which isn't clickable, and does nothing. */
.topic-panel a[href^="javascript"] { 
	cursor: default;
}

.topic-panel .inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: var(--hl-light-taupe);
}

.topic-panel .image {
	position: absolute;
	left: 33%;
	top: 50%;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.1s, transform 0.2s;
}

.topic-panel.no-title .image { 
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
}

.topic-panel .image.animated { 
	opacity: 0;
   z-index: 0;
}

.topic-panel .image.static { 
   z-index: 1;
   transition: opacity 0.1s;
}

.topic-panel .view {
   z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--hl-dark-green);
}

.topic-panel .content {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 20px 20px 20px 20px;
}

.topic-panel .content p.title {
	font-family: Roobert, sans-serif;
	font-size: 23px;
	font-weight: 500;
	margin: 0;
	color: var(--hl-dark-green);
	line-height: 1.2em;
}

.topic-panel .content .subsections { 
	margin-top: 5px;
}

.topic-panel .content .subsections a.subsection {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	font-family: Tiempos, serif;
	font-size: 16px;
	color: var(--hl--green);
	line-height: 1.2;
	margin: 2px 0 0 0;
	text-decoration: none;
}

.topic-panel .content .subsections a.subsection:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("/_assets/btn-arrow-hl-dark-green.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.topic-panel .content .subsections a.subsection:hover { 
	color: #ffffff;
}

.topic-panel .content .subsections a.subsection:hover:after {
	background-image: url("/_assets/btn-arrow-white.png");
}

.topic-panel:hover .inner {
	background-color: var(--hl-dark-green);
}

.topic-panel:hover .content p,
.topic-panel:hover .content a.subsection {
	color: var(--hl-light-green);
}

.topic-panel:hover .content a.subsection:after {
	background-image: url("/_assets/btn-arrow-hl-light-green.png");
}

.topic-panel:hover .image.animated,
.topic-panel:hover .image:not(.animated):not(.static) {
	transform: scale(1.1);
}

.topic-panel:hover .image.animated {
   z-index: 1;
	opacity: 1;
}

.topic-panel:hover .image.static { 
   z-index: 0;
   /*animation: hidestatic 5ms 0 forwards;*/
   opacity: 0;
}

@keyframes hidestatic {
   0% { opacity: 1; }
   50% { opacity: 1;}
   100% { opacity: 0; }
}

/*** Topic page ***/

section.topic-section { padding: 0 0 30px 0; }

section.topic-section .topic-header {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 40px;
}

section.topic-section h2.topic-title { 
	font-family: Roobert, sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	line-height: 1.1;
	padding-top: 11px;
}

section.topic-section .subsection-links {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

section.topic-section .subsection-progress p.info {
	font-family: Roobert, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: var(--hl-dark-green);
	margin-bottom: 0.5em;
}

section.topic-section .subsection-link {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid var(--hl-light-green);
	background-color: var(--hl-light-green);
}

section.topic-section .subsection-link:hover { 
	border-color: var(--hl-dark-green);
}

section.topic-section .subsection-link.active {
	background-color: var(--hl-dark-green);
	border-color: var(--hl-dark-green);
}

/*section.topic-section .content-container,
section.event-section .content-container { 
	padding-left: max(10px, calc(50vw - 600px));
}*/

.slide-show { 
	width: calc(1200px - 300px - 80px - 20px);
}

section.topic-section .content,
section.event-section .content {
	display: flex;
	flex-direction: row;
	gap: 80px;
	align-items: start;
	justify-content: space-between;
}

section.topic-section .article,
section.event-section .article { 
	max-width: 1200px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.side-contacts {
	background-color: var(--hl-light-taupe);
	padding: 20px;
	width: 300px;
	flex-shrink: 0;
}

.side-contacts h3.title { 
	font-family: Roobert, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1em;
}

section.topic-section .intro {
	font-size: 20px; 
	margin-bottom: 1em; 
}

section.topic-section .intro * {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.side-contacts .contact-group {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.side-contacts .contact {
	font-family: Roobert, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: var(--hl-dark-green);
	transition: all 0.2s;
	padding: 5px;
}

.side-contacts .contact a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;

	text-decoration: none;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: start;
	transition: all 0.2s;
}

.side-contacts .contact .image {
	position: relative;
	width: 85px;
	height: 95px;
	object-fit: cover;
	flex-shrink: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.side-contacts .contact .image:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	background-color: var(--hl-light-green);
	background-image: url("/_assets/icon-finger-press-hl-dark-green.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 18px ;
}

.side-contacts .contact p {
	color: inherit;
	margin-bottom: 0.1em;
	line-height: 1.2em;
}

.side-contacts .contact p.name {
	font-weight: 600;
	margin-bottom: 0.5em;
}

.side-contacts .contact-list .slick-arrow { 
	border-color: var(--hl-dark-green);
	background-color: #ffffff;
}

.side-contacts .contact:hover {
	background-color: var(--hl-taupe);
}

.side-contacts.no-carousel .carousel-buttons {
	display: none;
}

.side-contacts .contact-list .carousel-buttons {
	padding-left: 5px;
	gap: 10px;
}

section.topic-related-resources { margin-top: 30px; }
section.topic-related-resources .carousel { margin: 0 -5px; }

section.topic-section .slick-arrow,
section.topic-related-resources .slick-arrow {
	background-color: transparent;
	background-image: url("/ai-hub/_assets/icon-arrow-dark-green.png");
}

section.topic-section .slick-arrow:hover,
section.topic-related-resources .slick-arrow:hover { background-color: var(--hl-light-green); }

section.topic-section .carousel-controls { flex-direction: column; gap: 20px; align-items: start; }

section.topic-section .carousel-controls .other-buttons { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 10px; }

section.topic-related-resources .knowhow-panel .inner { background-color: #f0f0f0; }

/*** Knowhows page ***/

section.knowhows {
	background-image: url("/_uploads/ai-hub/2025/whats-new-bg.jpg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
}

section.knowhows .filter-options {
	margin: 30px 0; 
	justify-content: space-between;
}

.know-how-load-more { margin-top: 30px; display: flex; justify-content: center; }

.btn-load-more,
.btn-reset-filter {
	border-color: var(--hl-dark-green);
	background-color: var(--hl-dark-green);
	color: #ffffff;
	font-size: 15px;
}

.btn-reset-filter {
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	justify-content: center;
}

.btn-reset-filter:hover {
	background-color: #ffffff;
	color: var(--hl-dark-green);
}

/*** Search Results ***/

section.search-results {
	margin-top: 30px;
}

div.search-results {
	margin: 0 -5px;
	padding: 25px;
	background-color: var(--hl-light-taupe);
}

div.search-results h3 {
	font-family: Roobert, sans-serif;
	font-weight: 500;
	color: var(--hl-dark-green);
	margin-bottom: 1em;
}

.search-results-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.search-results-list .search-highlight {
	font-weight: bold;
}

.search-results-list .search-context {
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 20px;
	font-family: Roobert, sans-serif;
	font-weight: 400;
}

.no-search-results p { color: #000000; font-size: 16px; margin-bottom: 0; }

.search-result-panel { background-color: #ffffff; }

.search-result-panel .inner {
	border-top: 0px solid #dddddd;
	padding: 0;
	height: 100%;
}

.search-result-panel .inner a {
	text-decoration: none;
	color: var(--hl-dark-green);
	background-color: #ffffff;
	display: block;
	padding: 0;
	transition: all 0.2s;
	height: 100%;
}

.search-result-panel .inner a:hover {
	background-color: #d8d8d8;
}

.search-result-panel .tag { padding: 10px 20px; font-size: 13px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }

.search-result-panel .tag .flag { height: 20px; }

.search-result-panel .title {
	padding: 0 20px;
	color: var(--hl-dark-green);
	font-size: 20px;
	line-height: 1.2em;
}

.search-result-panel .subtitle { 
	padding: 0 20px;
	font-size: 17px;
	line-height: 1.2;
	margin-top: 0.5em;
}

.search-result-panel .search-context {
	padding: 0 20px 20px 20px;
	color: var(--hl-dark-green);
}

/*** Additional Resources ***/

section.additional-resources.ai-hub { margin-top: 40px; }
section.additional-resources.ai-hub .carousel {
	border: 0px solid red;
	position: relative;
	overflow: hidden;
}
section.additional-resources.ai-hub .additional-resource-panel-wrapper {
	width: 340px;
}
section.additional-resources.ai-hub .additional-resource-panel {
	height: 340px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

section.additional-resources.ai-hub .additional-resource-panel .background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	transition: all 0.2s;
	z-index: 0;
}

section.additional-resources.ai-hub .additional-resource-panel:hover .background {
	transform: scale(1.1);
}


section.additional-resources.ai-hub .additional-resource-panel:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.25);
}

section.additional-resources.ai-hub .additional-resource-panel .inner {
	padding: 20px;
	position: relative;
}
section.additional-resources.ai-hub .additional-resource-panel label.title {
	color: #ffffff;
	font-size: 30px;
	opacity: 1;
	transition: opacity 0s;
}

section.additional-resources.ai-hub .additional-resource-panel-wrapper.active label.title {
	opacity: 1;
}

section.additional-resources.ai-hub .additional-resource-panel-wrapper:not(.active) a.cover {
	pointer-events: none;
}

/*** Generate Report ***/

section.generate-report {
	margin-top: 30px;
}

section.generate-report .header p {
	font-size: 18px;
	font-family: inherit;
	color: var(--hl-dark-green);
	font-weight: 300;
}

section.generate-report .section-title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

section.generate-report .section-title img {
	height: 40px;
	margin-right: 20px;
	width: auto;
}

.selection-area {
	margin-top: 10px !important;
}

.selection-area .inner { 
	padding: 0 10px;
}

.selection-area .col-1 {
	padding: 25px;
	background-color: var(--hl-light-taupe);
}

.selection-area .selection-area-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.selection-area .selection-area-header h3 {
	font-size: 21px;
}

.btn-clear-filter {
	background-color: var(--hl-light-green);
	color: var(--hl-dark-green);
	padding: 10px 16px;
	font-size: 15px;
}

.btn-clear-filter:hover {
	background-color: var(--hl-dark-green);
	color: #ffffff;
}


.select-option.select-all {
	background-color: transparent;
}

.select-option {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
	padding: 6px 10px;
	width: 100%;
	margin-top: 5px;
	background-color: rgba(var(--hl-taupe-rgb), 0.65);
	color: var(--hl-dark-green);
	font-size: 15px;
	font-family: Roobert, sans-serif;
	position: relative;
}

.select-option:before { content: ""; display: inline-block; width: 12px; height: 12px; border: 1px solid #5B455B; margin-right: 10px; flex-shrink: 0; }

.two-column { display: flex; flex-direction: row; column-count: inherit; gap: 10px; }
.two-column .column { flex-basis: 50%; }
.column .region-container { margin-top: 10px; }
.column .region-container:first-child { margin-top: 0; }

.selection-area .select-option:not(.select-all).checked {
	background-color: var(--hl-dark-taupe);
}

.selection-area .region-jurisdictions {
	display: none;
	margin-bottom: 20px;
}

.selection-area.regions .two-column .column .region-container:last-child .region-jurisdictions {
	margin-bottom: 0;
}

.selection-area .select-option.checked:after {
	content: "";
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -8px;
	width: 14px;
	height: 14px;
	overflow: visible;
	background-image: url("/_assets/icon-tick-hl-dark-green.png");
	background-size: contain;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.selection-area .select-option.select-all.checked:after {
	background-image: url("/_assets/icon-tick-hl-dark-green.png");
}

section.selection-area button.region-header span {
	margin-left: 10px;
	font-size: 15px;
	color: var(--hl-light-green);
}

section.gr-button .buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
}


section.gr-button .btn-generate-report {
	font-family: Roobert, sans-serif;
	background-color: var(--hl-light-green);
	border: 1px solid var(--hl-light-green);
	padding: 10px 20px;
	color: var(--hl-dark-green);
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 10px;
	flex-basis: auto !important;
}

section.gr-button .btn-generate-report:after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 25px;
	background-image: url("/_assets/icon-generate-report-hl-dark-green.png");
	margin-left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

section.gr-button .btn-generate-report:hover {
	background-color: #ffffff;
}


section.gr-button .btn-view-report {
	padding: 10px 20px;
	font-size: 16px;
	text-decoration: none;
	color: var(--hl-dark-green);
	font-family: Roobert, sans-serif;
	height: 47px;
	display: flex;
	align-items: center;
	transition: all 0.2s;
	gap: 16px;
}

section.gr-button .btn-view-report:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/_assets/icon-download-2-hl-dark-green.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.btn-view-report:hover { background-color: transparent; color: #333333; }
.btn-view-report:hover:after { background-image: url("/_assets/icon-download-dark-grey.png"); }

section.jurisdiction.intro + section.whats-new {
	margin-top: 40px;
}

/*** Events Listing ***/

.dk-select, .dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
	font-family: Roobert, sans-serif;
	color: var(--hl-dark-green);
	font-weight: 300;
}

.dk-selected {
	background-color: var(--hl-light-taupe);
	border-color: var(--hl-light-taupe);
	font-family: Roobert, sans-serif;
	font-weight: 300;
	color: var(--hl-dark-green);
	min-width: 170px;
}

.dk-select-open-down:not(.dk-always-open-up) .dk-select-options {
	padding: 10px;
}

.dk-select-options-highlight .dk-option-selected,
.dk-option-selected {
	background-color: rgba(var(--hl-dark-green-rgb), 0.15);
	color: var(--hl-dark-green);
}

.dk-select-options .dk-option-highlight {
	background-color: rgba(var(--hl-dark-green-rgb), 0.2);
	color: var(--hl-dark-green);
}

.dk-select-options {
	background-color: var(--hl-light-taupe);
}

.dk-select-options-highlight .dk-option-selected, .dk-option-selected {
	background-color: rgba(var(--hl-dark-green-rgb), 0.15);
	color: var(--hl-dark-green);
}

.dk-checkboxes li.dk-option:before {
	left: 5px;
	border-color: var(--hl-dark-green);
}

section.event-related-resources { 
	background-image: url("/_uploads/ai-hub/2025/whats-new-bg.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 30px 0;
	margin-top: 30px;
}

section.event-related-resources .carousel { 
	margin: 0 -5px;
}

section.events-header-and-filter { 
	z-index: 100;
	margin-bottom: 40px;
}

section.events-header-and-filter h2.section-title,
section.event-section h2.section-title { 
	font-weight: bold;
}

section.events-header-and-filter .dk-select-multi,
section.events-header-and-filter .dk-select {
	width: 180px;
}

section.events-header-and-filter .header-and-filter {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px;
}

.filter-options {
   width: 100%;
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 20px;
   justify-content: space-between;
}

.filter-options > .filter.options {
}

.filter-options .filter { 
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px; 
}

.filter-options .filter > label { 
	white-space: nowrap;
}

h2.events-section-title { 
	font-family: Roobert, sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 0.75em;
}

section.gss-events { 
	padding: 30px 0;
	background-image: url("/_uploads/ai-hub/2025/gss-events-bg.jpg");
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}

section.all-events { 
	padding: 30px 0;
	background-color: var(--hl-light-taupe)!important;
}

section.recap-events { 
	padding: 30px 0; 
}


.event-panel {
	padding: 0;
}

.event-panel .inner {
	position: relative;
	background-color: #ffffff;
	padding: 20px;

	font-family: Roobert, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: var(--hl-dark-green);

	transition: all 0.2s;
}

.event-panel .view {
	font: inherit;
	color: inherit;
	color: inherit;
	text-decoration: none;
}

.event-panel p {
	font: inherit;
	color: inherit;
}

.event-panel p.title { 
	font-size: 22px;
	font-weight: 600;
}

.event-panel.is-gss p.title { 
	padding-right: 30px;
}

.event-panel .details {
	position: relative;
	margin-top: 20px;
}

.event-panel p.location,
.event-panel p.date {
	margin: 3px 0 0 0;
	font-size: 16px; 
}

section.gss-events .carousel { 
	margin: 0 -5px;
}

.carousel .event-panel {
	padding: 0 5px;
}

.event-panel.is-gss .inner { 
	overflow: hidden; 
}

.event-panel.is-gss .inner:before {
	content: "GSS";
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	font-size: 12.5px;
	font-weight: bold;
	line-height: 1;
	padding: 8px 10px;
	text-align: right;
	color: var(--hl-light-green);
	background-color: var(--hl-dark-green);
	clip-path: polygon(-1px -1px, calc(100% + 1px) -1px, calc(100% + 1px) 100%);
}

section.recap-events .event-panel .inner {
	background-color: var(--hl-light-taupe);
}

.event-panel.expired .inner {
	background-color: var(--hl-taupe);
}

.event-panel .inner:hover { 
	background-color: var(--hl-dark-green)!important;
}

.event-panel .inner:hover p { 
	color: #ffffff;
}

.event-panel .inner:hover p.title {
	color: var(--hl-light-green);
}

.event-panel.is-gss .inner:hover:before { 
	background-color: var(--hl-light-green);
	color: var(--hl-dark-green);
}

.event-panel .details:after {
	content:"";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-image: url("/_assets/icon-line-arrow-hl-dark-green.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(-45deg);
}

.event-panel .inner:hover .details:after {
	background-image: url("/_assets/icon-line-arrow-hl-light-green.png");
}


section.event-section .side-content {
	width: 300px;
	flex-shrink: 0;
}

.quote {
	background-color: var(--hl-dark-green);
	padding: 25px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
	max-width: 260px;
}


.quote .quote-mark { 
	height: 40px; 
	width: auto;
}


.side-content { 
	display: flex;
	flex-direction: column;
	gap: 30px;
}


/*** Carousels ***/

.carousel-controls {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.carousel-controls .carousel-buttons { display: flex; flex-direction: row; align-items: center; gap: 20px; }

.slick-arrow {
	border: 1px solid var(--hl-light-green);
	width: 36px;
	height: 36px;
	font-size: 0;
	background-color: #ffffff;
	background-image: url("/_assets/icon-line-arrow-hl-dark-green.png");
	background-size: 17px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.slick-arrow:hover {
	background-color: var(--hl-light-green);
}

.key-contacts-v3.c2025 .header h2 {
	color: #ffffff;
}

.carousel-controls .btn-see-all {
	display: inline-block;
	border: 1px solid var(--hl-dark-green);
   background-color: var(--hl-dark-green);
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}

/*** Jurisdiction Page ***/

section.regulations {
   margin-top: 30px;
}

.regulation-container {
	margin-top: 10px;
}

.regulation-container:first-child {
	margin-top: 0;
}

button.regulation-header { display: flex; flex-direction: row; }
button.regulation-header .title { flex-basis: 100%; }
button.regulation-header .status { flex-basis: 220px; flex-shrink: 0; display: flex; flex-direction: row; align-items: center; gap: 10px; }

button.regulation-header .status .indicator { display: inline-block; width: 20px; height: 20px; border-radius: 100%; }


.regulation { background-color: #F3F4F2; padding: 20px 25px; display: none; }

.regulation.standard-page-content * {
	font-family: Roobert, sans-serif;
	line-height: 1.3em;
}

.regulation .attribute { margin-top: 14px; font-size: inherit; }
.regulation .attribute:first-child { margin-top: 0; }
.regulation .attribute > label {
	display: block;
	color: var(--hl-dark-green);
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 0.25em;
}

.regulation .attribute .legal-status {
	margin-top: 8px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: start;
}

.regulation .attribute .legal-status .indicator {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	border: 1px solid #ffffff;
}

.regulation .attribute.link {
	margin-top: 20px;
}

.regulation .attribute .link {
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	color: var(--hl-light-green) !important;
	background-color: var(--hl-dark-green);
	padding: 10px 14px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	transition: all 0.2s;
}

.regulation .attribute .link:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/_assets/btn-arrow-hl-light-green.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.regulation .attribute .link:hover {
	background-color: var(--hl-light-green);
	color: var(--hl-dark-green) !important;
}

.regulation .attribute .link:hover:after {
	background-image: url("/_assets/btn-arrow-hl-dark-green.png");
}

.regulation .related-resources {
	margin-top: 40px;
}

.regulation .related-resources .carousel {
	margin: 0 -5px;
}

.regulation .related-resources .slick-arrow {
	background-color: #ffffff;
}

.regulation .related-resources .slick-arrow:hover {
	background-color: var(--hl-light-green);
}

/*** Pages ***/

.page-intro { margin: 0; padding: 0 0 20px 0; }
.page-intro h2 { font-size: 36px; margin-bottom: 0.75em; }

/*** Expander ***/

.expander-button {
	margin-top: 10px;
	padding: 10px 50px 10px 14px;
	width: 100%;
	font-family: Roobert, sans-serif;
	font-weight: 500;
	text-align: left;
	font-size: 15px;
	white-space: normal;
}

.expander-button:first-child {
	margin-top: 0;
}

.expander-button.purple {
	background-image: url("/_assets/icon-plus-hl-light-green.png");
	background-size: 20px;
	background-position: calc(100% - 14px) center;
	background-repeat: no-repeat;
}

.expander-button.purple {
	border: 1px solid var(--hl-dark-green);
	background-color: var(--hl-dark-green);
	width: 100%;
	color: #ffffff;
}

.expander-button.purple:hover {
	border-color: rgba(var(--hl-dark-green-rgb), 0.9);
	background-color: rgba(var(--hl-dark-green-rgb), 0.9);
}

.expander-button.purple.expanded {
	background-image: url("/_assets/icon-minus-hl-light-green.png");
}

.slide-show { 
	margin-top: 30px;
}

.slide-show .image {
	position: relative;
	width: 100%;
	height: min(50vh, 500px);
	background-size: contain;
	background-position: center;
	background-color: #000000;
	background-repeat: no-repeat;
}

.slide-show .image .caption-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px; 

	background: linear-gradient(
		to right, 
		var(--hl-dark-green) 0%,
		var(--hl-dark-green) 75%,
		rgba(var(--hl-dark-green-rgb),0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color: #ffffff;

	padding: 11px 18px;

	font-family: Roobert, sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.slide-show .image .caption { 

}

.slide-show .carousel .slick-arrow { 
	position: absolute;
	bottom: 0; right: 0;
	z-index: 20;
	height: 40px;
	width: 40px;
	background-color: var(--hl-light-green);
}
.slide-show .carousel .slick-arrow.slick-prev { 
	right: 50px; 
}

/*** Responsive ***/

/*@media (max-width: 1960px) {
	.slide-show {
		/* Slick doesn't work properly in a flexbox, so we are calculating 
			the required width for the slide show, otherwise slick will fix
			the width to 1200px. * /

		width: calc(100vw - 380px - (50vw - 590px));
	}
}*/

@media (max-width: 1200px) {

	.slide-show {
		width: calc(100vw - 390px);
	}
}

@media (max-width: 1140px) {
	section .know-hows .filter { flex-direction: column; align-items: start; gap: 10px; }
   section.know-hows .filter > div > label { width: 57px; }
}

@media (max-width: 1024px) {
	section.whats-new .carousel-container {
		width: 67%;
	}

	section.whats-new .see-all-panel {
		width: 33%;
	}
}

@media (max-width: 1000px) {
	section .know-hows .know-how-list, .search-results-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 980px) {
	section.knowhows .filter-options {
		flex-direction: column;
		gap: 10px;
		align-items: start;
	}

	section.knowhows .filter-options .filter > label {
		width: 64px;
		flex-shrink: 0;
	}
}

@media (max-width: 940px) {
	section.topic-section .content-container,
	section.event-section .content-container {
		padding-right: 10px;
	}

	.topic-list {
		grid-template-columns: repeat(3, 1fr);
	}

	section.topic-section .content,
	section.event-section .content {
		flex-direction: column;
		gap: 30px;
	}

	.side-content {
		padding-right: 10px;
	}

	section.event-section .side-content {
		width: 100%;
	}

	.side-contacts {
		width: 100%;
	}

	.side-contacts .contact-group {
		grid-template-columns: repeat(4, 1fr);
	}

	section.map-and-list .list-view {
		grid-template-columns: repeat(3, 1fr);
	}

	.quote {
		max-width: 100%;
	}

	.slide-show {
		width: calc(100vw - 20px);
	}
}

@media (max-width: 900px) {
    section.header .header-image    {width: 52%}
}

@media (max-width: 880px) {
	section.events-header-and-filter .header-and-filter {
		flex-direction: column;
		gap: 10px;
		align-items: start;
	}
}

@media (max-width: 840px) {
	section.know-hows .know-how-list,
	.search-results-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.side-contacts .contact-group {
		grid-template-columns: repeat(2, 1fr);
	}

	.map-wrapper .map-filter {
		position: static;
		left: initial;
		bottom: initial;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		margin-top: 50px;
	}

	.map-wrapper .map-filter label {
		grid-column-start: 1;
		grid-column-end: 5;
	}

	section.know-hows .filter .options {
		display: grid;
		grid-template-areas: "label option option" "label option option";
		grid-template-columns: 57px auto;
	}

	section.know-hows .filter .options > label {
		grid-area: label;
		align-self: start;
		padding-top: 11px;
	}

	section.know-hows .filter .options .dk-select {
		width: 100%;
	}
}

@media (max-width: 780px) {
	section.whats-new .carousel-container {
		width: 60%;
	}

	section.whats-new .see-all-panel {
		width: 40%;
	}
}

@media (min-width: 740px) {
   section.whats-new .btn-see-all.mobile {
      display: none;
   }
}

@media (max-width: 768px) {
   section.whats-new .btn-see-all.desktop {
      display: none;
   }

   section.whats-new .carousel-container {
      width: 100%;
   }

	section.header .header-intro .title h1 {
		font-size: 80px;
	}
    
	section.header .header-image {
        width: 100%;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        height: 50vw;
    }
    
    section.header .header-intro    {
        display: flex;
        flex-direction: column
        
    }

    section.header .header-intro .header-links  {
        order: 3;
        flex-direction: column;
        align-items: flex-start;
    }
    
    section.header .wrapper .col-1  {
        padding: 80px 10px 30px 10px;
    }
    
	section.know-hows .header-filter .filter {
		flex-direction: column;
		align-items: start;
		gap: 10px;
		width: 100%;
	}

	section.know-hows .header-filter .filter > div > label {
		width: 57px;
		flex-shrink: 0;
	}

	.map-wrapper .map-filter {
		grid-template-columns: repeat(3, 1fr);
	}

	.map-wrapper .map-filter label {
		grid-column-end: 4;
	}

	div.part-of-dta table td img.dta-icon {
		height: 40px;
	}

	div.part-of-dta table td img.dta-title {
		height: 56px;
	}

	section.events-header-and-filter .filter-options {
		display: grid;
		grid-row-gap: 10px;
		grid-template-columns: 1fr;
		grid-template-areas: "sort" "options";
	}

   section.events-header-and-filter .filter-options .filter.sort-by {
      grid-area: sort;
   }

   section.events-header-and-filter .filter-options .filter.options {
		grid-area: options;
	}

   .filter-options .filter > label { 
      width: 60px;
      flex-shrink: 0;
   }

	section.knowhows .filter-options .filter.options {
		width: 100%;
		display: grid;
		grid-template-columns: 65px 1fr 1fr;
		grid-template-areas: "label ct jurisdiction" "label sector reset";
		grid-row-gap: 10px;
	}

	section.knowhows .filter-options .filter .dk-select {
		width: 100%;
	}

	section.knowhows .filter-options .filter.options .content-type {
		grid-area: ct;
	}

	section.knowhows .filter-options .filter.options .jurisdiction {
		grid-area: jurisdiction;
	}

	section.knowhows .filter-options .filter.options .sector {
		grid-area: sector;
	}

	section.knowhows .filter-options .filter.options .btn-reset-filter {
		grid-area: reset;
	}
}

@media (max-width: 700px) {
   .topic-list {
      grid-template-columns: repeat(2, 1fr);
   }

   section.header .header-image {

    }
}

@media (max-width: 640px) {
	section.search-bar .buttons a,
	section.search-bar .buttons button {
		font-size: 0;
		gap: 0;
	}

	button.regulation-header {
		flex-direction: column;
		gap: 10px;
	}

	button.regulation-header .status {
		flex-basis: auto;
	}

   section.map-and-list .list-view {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
   }

	.two-column {
		flex-direction: column;
	}

	section.topics .two-column {
		gap: 0;
	}

	section.page-copy table tr td {
		display: block;
	}

	section.page-copy table tr td.content {
		padding: 0 0 30px 0;
	}

	section.page-copy table tr td.image {
		text-align: center;
	}

	section.page-copy table tr td.image img {
		height: 140px;
	}

   section.header .header-image {

    }

}

@media (max-width: 640px), (max-height: 640px) {
	.map-and-list .main-vector-map {
		background-color: #fcfcfc !important;
		width: 88vw;
		height: min(70vw, 70vh);
		margin: auto;
		padding: 20px;
	}

	.map-wrapper .map-filter {
		left: 6vw !important;
		bottom: 10px !important;
	}
}

@media (max-height: 640px) and (min-width: 1200px) {
	.map-and-list .main-vector-map {
		width: 100%;
	}
}

@media (max-width: 600px) {
   section.view-selector .viewing-options {
      flex-direction: column;
      gap: 10px;
      align-items: start;
   }

   section.view-selector .view-mode {
      padding-right: 0;
      border-right: none;
   }

   section.view-selector .view-options {
      padding-left: 0;
      padding-top: 10px;
      border-top: 1px dotted #9a9a9a;
   }

   section.page-intro.with-part-of-dta .wrapper .col-1 {
      flex-direction: column;
      gap: 10px;
   }

   section.page-intro.with-part-of-dta .wrapper .col-1 .part-of-dta {
      align-self: end;
   }

   div.part-of-dta table td img.dta-icon {
      height: 60px;
   }

   div.part-of-dta table td img.dta-title {
      height: 80px;
   }

   section.header .header-image {

    }
}

@media (max-width: 580px) {
	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: 550px) {
   section.header .header-intro .title h1 {
      font-size: 17vw;
   }
   
   section.events-header-and-filter .filter.options {
      display: grid;
      grid-template-areas: "label location" "labelx date" "labelx reset";
      grid-template-columns: 60px 1fr;
   }

   section.events-header-and-filter .filter.options > label {
      grid-area: label;
   }

   section.events-header-and-filter .filter.options .filter.location {
      grid-area: location;
   }

   section.events-header-and-filter .filter.options .filter.date {
      grid-area: date;
   }

   section.events-header-and-filter .filter-options .btn-reset-filter {
      grid-area: reset;
   }

   section.events-header-and-filter .filter.options .dk-select,
   section.events-header-and-filter .filter.options .dk-select-multi {
      width: 100%;
   }
}

@media (max-width: 480px) {
	section.know-hows .know-how-list,
	.search-results-list {
		grid-template-columns: repeat(1, 1fr);
	}

	section.know-hows .header-filter .filter .options {
		display: grid;
		grid-template-areas: "label option" "label option" "label option";
		grid-template-columns: 57px auto;
	}

	.topic-list {
		grid-template-columns: repeat(1, 1fr);
	}

	section.key-contacts .title .contacts {
		flex-direction: column-reverse;
	}

	.side-contacts .contact-group {
		grid-template-columns: 1fr;
	}

	section.map-and-list .list-view {
		grid-template-columns: repeat(1, 1fr);
	}

	.map-wrapper .map-filter {
		grid-template-columns: repeat(2, 1fr);
	}

	.map-wrapper .map-filter label {
		grid-column-end: 3;
	}

   section.header .header-image {

    }

}

@media (max-width: 450px) {
	section.knowhows .filter-options .filter.options {
		grid-template-columns: 65px 1fr;
		grid-template-areas: "label ct" "label jurisdiction" "label sector" "label reset";
	}

	section.knowhows .filter-options .filter .dk-select {
		width: 100%;
	}
}
