﻿section { 
	font-family: Roobert, sans-serif;
	font-size: var(--font-16);
	font-weight: 400;
	color: var(--hl-dark-green);
	line-height: 1.25;
}

h2.section-title {
	font-size: 32px;
	font-weight: 300;
	color: var(--hl-dark-green);
	margin: 0 0 1em 0;
}

.breadcrumbs { 
	margin-bottom: 0;
}

section.header {
	position: relative;
	padding: 30px 0;
}

section.header .header-bg { 
	position: absolute;
	left: 0;right:0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 0;
}

section.header div.header { 
	position: relative;
	z-index: 1;
	padding: 30px;
	width: 100%;
	max-width: 490px;
	text-decoration: none;

	background-color: #ffffff;
}

section.header div.header a { 
	text-decoration: none;
	color: inherit;
}

section.header div.header .logo-and-title { 
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;	
}

section.header div.header .logo-and-title .logo {
	height: 85px;
	width: auto;
}

section.header div.header-buttons { 
   margin-top: 30px;
}

section.header div.header .logo-and-title h1 { 
	font-family: Tiempos;
	font-weight: 300;
}

div.key-contacts-v3 {
	margin-top: 30px;
}

.topic-page div.key-contacts-v3 { 
	margin-top: 0;
}

div.key-contacts-v3.c2025.taupe { 
	background-color: var(--hl-light-taupe);
}

div.key-contacts-v3.c2025.taupe .header h2 { 
		color: var(--hl-dark-green);
}

.key-contacts-v3.c2025 {background-color: var(--hl-light-taupe); }
.key-contacts-v3.c2025 .header h2 {color: var(--hl-dark-green)}
.key-contacts-v3.c2025 a.btn-contact-us:before { background-image: url('/_assets/icon-envelope-hl-taupe-over-taupe-45.png');}

.key-contacts-v3 a.btn-contact-us {
	background-color: var(--hl-dark-green); 
	color: #fff; 
	border: 1px solid var(--hl-dark-green);
}

/*** ***/

section.video-series {
	margin-top: 30px;
	background-image: url("/_uploads/amla/videos-bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0;
}

section.video-series .intro {
	font-family: Roobert, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: var(--hl-dark-green);
	line-height: 1.2;
}

section.video-series .carousel {
	position: relative;
}

.video-panel {
	position: relative;
}

.video-panel button.action {
	position: relative;
	font-family: Roobert, sans-serif;
	font-weight: 400;
	color: var(--hl-dark-green);
	background-color: #ffffff;
	text-align: left;
}

.video-panel button.action:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101%;
	background-color: #000000;
	opacity: 0.2;
	transition: opacity 0.1s;
}

.video-panel.current button.action:before {
	opacity: 0;
}

.video-panel .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 54px;
	width: auto;
}

.video-panel .inner .content {
	width: 550px;
	height: 240px;
	display: grid;
	grid-template-columns: auto 35%;
}

.video-panel .inner .content .details {
	padding: 20px;
	background-color: #fff;
}

.video-panel .inner .content .details div.title {
	display: flex;
	flex-direction: row;
	align-items: end;
	gap: 20px;
	margin-top: 15%;
	margin-bottom: 5px;
}

.video-panel .inner .content .details p {font: inherit;color: inherit;font-size: 16px;}
.video-panel .inner .content .details p em {font-size: 9px;}



.video-panel .inner .content .details p.title {
	font-size: 20px;
	margin: 0;
}

.video-panel .inner .content .details .play-arrow {
	width: 38px;
	height: 77px;
	background-image: url("/_assets/icon-play-hl-light-green-tall.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	transition: opacity: 0.2s;
}

.video-panel:not(.current) .inner .content .details .play-arrow {
	opacity: 0.25;
}

.video-panel .inner .content .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.knowhow-panel .inner {
	background-color: var(--hl-light-taupe);
}

/*** ***/

section.whats-new { 
	margin-top: 30px;
}

section.whats-new .slick-arrow {
	border-color: var(--hl-light-green);
	
}


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;
	width: 25%;
	background-color: transparent;
	padding: 0 0 0 20px;
}

section.whats-new .btn-see-all.desktop {
	font-family: Roobert, sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #243508;
	background: linear-gradient(135deg, #a9c9ff 0%,#cfc2ff 50%,#e0ffa9 100%);
	align-items: end;
	text-decoration: none;
	padding: 20px;
	transition: all 0.2s;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	background-image: url('/_uploads/dab/small-grad.jpg'); 
	background-size: cover
}

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-dark-green.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-45deg);
}

section.whats-new .carousel-controls a.btn-see-all.mobile {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

section.whats-new .carousel-controls a.btn-see-all.mobile:after {
	width: 16px;
	height: 16px;
}


/*** ***/

section.accolades { 
	margin-top: 30px;
	padding: 30px 0 40px 0;
	background-image: url("/_uploads/dab/accolades-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.accolades .carousel {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 60px;
	width: 100%;
	flex-shrink: 0;
}

section.accolades .carousel > div {
	flex-basis: 100%;
}

section.accolades .slick-arrow {
	font-size: 0;
	flex-shrink: 0;
	background-image: url("/_assets/icon-line-arrow-hl-dark-green.png");
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid var(--hl-dark-green);
	background-color: transparent;
}

section.accolades .slick-arrow.slick-prev { 
	transform: rotate(180deg);
}

section.accolades .slick-arrow:hover {
	background-color: var(--hl-light-green);
	
}

.accolade-panel {
	font: inherit;
	color: inherit;
	text-align: center;
	padding: 0 20px;
}

.accolade-panel p {
	font: inherit;
	color: inherit;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.2em;

}

.accolade-panel p.from {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 0 0;
}

section.accolades .slick-list {
	display: flex;
	justify-content: center;
}

section.accolades .carousel .slick-prev + .slick-list {
	display: block;
}

section.accolades .quote-mark { 
	font-size: 76px;
	font-family: Roobert, sans-serif;
	font-weight: bold;
	display: flex; 
	justify-content: center;
	margin: 0 auto;
	flex-direction: row;
	align-items: start;
	gap: 20px;
	text-align: center;
	line-height: 0.4; 
}

section.accolades .line {
	display: inline-block;
	width: 200px;
	height: 1px;
	background-color: var(--hl-dark-green);
}

/*** Core Teams Page ***/

section.core-teams-link {
	background-color: var(--hl-dark-green) !important;
	background-image: url("/_uploads/dab/core-teams-link-bg.jpg");
	background-size: auto 126px;
	background-position: right center;
	background-repeat: no-repeat;
}

section.core-teams-link .gradient { 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(to right, 
							var(--hl-light-green) 40%,
							rgba(var(--hl-light-green-rgb), 0.0) calc(100% - 400px));
}

section.core-teams-link a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: var(--hl-dark-green);
}

section.core-teams-link a .col-1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	font-size: 35px;
	font-weight: 300;
	line-height: 1;
	padding: 45px 0;
}

section.core-teams-link a .col-1 img { 
	height: 26px;
	width: auto;
	transition: all 0.2s;
}

section.core-teams-link a:hover .col-1 img { 
	transform: translateX(10px);
}

section.core-teams .wrapper .col-1 .core-team {
	padding: 40px 0 20px 0;
	margin-top: 0;
}

section.core-teams .wrapper .col-1 .core-team:first-child {
	padding-top: 0;
}

section.core-teams .wrapper .col-1 .core-team:not(:first-child) {
	border-top: 1px dotted var(--hl-dark-green);
}

section.core-teams p.team-title {
	font-family: inherit;
	font-size: 28px;
	font-weight: 600;
	color: inherit;
}

section.core-teams button.btn-back-to-top { 
	font-family: Roobert, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: var(--hl-dark-green);
	margin-top: 20px;
	background-color: transparent;
}

section.title-and-filter .col-1 { 
	flex-wrap: wrap;
}

div.section-title {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
}

div.section-title .flag { 
	height: 46px;
	width: auto;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}

/*** ***/

section.knowhows {
	margin-bottom: 30px;
}

/*** ***/

section.how-can-we-help {
}

.help-panels-container {
}

.help-panel-tabs { 
	display: flex;
	flex-direction: row;
	gap: 0; 
}

.help-panel-tabs .btn-help-panel-tab {
	font-family: inherit;
	font-size: 20px;
	font-weight: 500;
	color: inherit;
	flex-basis: 50%;
	padding: 10px;
	background-color: var(--hl-taupe);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.help-panel-tabs .btn-help-panel-tab.active {
	background-image: url("/_uploads/dab/tab-bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: unset;
}

.help-panel-tabs .btn-help-panel-tab:hover { 
	background-color: var(--hl-light-taupe);
}

.help-panel:not(.active) {
	display: none;
}

.help-panel { 
	position: relative;
	z-index: 0;
}

.help-panel.topics { 
	background-color: var(--hl-light-taupe);
	padding: 30px;
}

.topic-panel {
	position: relative;
	background-color: #ffffff;
}

.key-resource-panel { 
	position: relative;
	background-color: var(--hl-taupe);
}

.topic-panel a.view,
.key-resource-panel a.view { 
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.topic-panel .inner,
.key-resource-panel .inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 265px;
}

.topic-panel .image,
.key-resource-panel .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
	z-index: 0;
	background-size: cover;
   background-position: center bottom;
}

.key-resource-panel .image:after { 
   content: "";
   position: absolute;
   left: 0;
   top: 0;
	width: 100%;
	height: 100%;
   background-color: rgba(var(--hl-dark-green-rgb), 0.2);   
}

.topic-panel .content-container,
.key-resource-panel .content-container {
	padding: 0;
	position: relative;
	z-index: 1;
	/*min-height: 240px;*/
}

.topic-panel .content,
.key-resource-panel .content {
	width: 100%;
	position: relative;
	padding: 20px;
}

.topic-panel p.title,
.key-resource-panel p.title { 
	font: inherit;
	color: inherit;
	font-size: 21px;
	font-weight: 500;
}

.key-resource-panel p.title { 
	color: #ffffff;
	font-size: 28px;
}

.topic-panel:hover .image,
.key-resource-panel:hover .image {
	transform: scale(1.1);
}

section.search-results {
	margin-bottom: 50px;
}

.topic-panel.search-result {
	transition: all 0.2s;
	background-color: var(--hl-light-taupe);
}

.topic-panel.search-result .inner {
	min-height: initial;
}

.topic-panel.search-result .icon-and-title {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 14px;
}

.topic-panel.search-result .tag { 
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 500;
}

.topic-panel.search-result .tag .icon {
	background-size: auto 35px;
	background-position: center;
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
}

.topic-panel.search-result:hover { 
	background-color: #d8d8d8;
}

.help-panel.jurisdictions {
	background-color: var(--hl-light-taupe);
	padding: 30px;
}

.help-panel.jurisdictions .map-list-options { 
}

.help-panel.jurisdictions .map-list-options .divider {
	padding-top: initial;
	height: 22px;
	width: 1px;
	background-color: var(--hl-dark-green);
}

.help-panel.jurisdictions .map-list-options div.map-list-switch {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
}

.help-panel.jurisdictions .map-list-options ul { 
	list-style: none;
	display: flex; flex-direction:row;
	gap: 20px;
	margin: 0;
	align-items: center;
}

.help-panel.jurisdictions .map-list-options ul li label {
	font-family: Roobert, sans-serif;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}

.help-panel.jurisdictions .map-list-options ul li input[type=radio] {
	position:absolute;opacity:0;
	visibility: hidden;
}

.help-panel.jurisdictions .map-list-options ul li label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid var(--hl-dark-green);
	border-radius: 50%;
}

.help-panel.jurisdictions .map-list-options ul li input[type=radio]:checked + label:before {
	box-shadow: inset 0 0 0 2px var(--hl-light-taupe);
	background-color: var(--hl-dark-green);
}

.map-list-views .map-view:not(.active),
.map-list-views .list-view:not(.active) {
	display: none;
}

.map-list-views .list-view.grid-2 { 
	row-gap: 10px;
}


.list-view .columns {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
}

.list-view .columns .column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.list-view .columns .column .jurisdictions { 
	display: none;
}

.list-view .columns .column .jurisdictions:not(:last-child) {
	padding-bottom: 30px;
}

.list-view .jurisdictions a {
	display: flex;
	width: 100%;
	padding: 8px 16px;
}

.list-view .jurisdictions a:not(:first-child) {
	margin-top: 5px;
}

.list-view .jurisdictions a.hide,
.list-view .region-expander.hide,
.list-view .column.hide { 
	display: none;
}

.list-view .jurisdictions .primary-jurisdictions.grid-4,
.list-view .jurisdictions .subjurisdiction .grid-4 { 
	row-gap: 5px;
}

.list-view .jurisdictions .subjurisdictions {
	margin-top: 30px;
}

.list-view .jurisdictions .subjurisdictions .subjurisdiction {
	margin-top: 20px;
}

.list-view .jurisdictions .subjurisdictions .subjurisdiction h4 { 
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	color: inherit;
	padding-bottom: 10px;
	border-bottom: 1px dotted var(--hl-dark-green);
	margin-bottom: 10px;
}

/*** ***/
section.topic {
	margin-bottom: 60px;
}

section.topic .topic-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 60px;
	margin: 0;
}

section.topic .side-panel { 
	width: 300px;
	flex-shrink: 0; 
}

section.topic .topic-quote {
	flex-shrink: 0;
	width: 100%;
	background-color: var(--hl-dark-green);
	padding: 30px;
}

section.topic .topic-quote .quote-mark {
	height: 40px;
	margin-bottom: 30px;
}

section.topic .topic-quote p {
	font-family: Roobert, sans-serif;
	font-size: 22px;
	color: #ffffff;
	line-height: 1.2;
}

section.topic .topic-quote > :last-child {
	margin-bottom: 0;
}

.key-resource-panel { 
	min-height: 240px;
}

section.key-resources { 
	margin-top: 30px;
}

section.examples {
	margin-top: 30px; 
	background-image: url("/_uploads/dab/examples-bg.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0;
}

.example-panel .icon {
	height: 60px;
	width: auto;
}

.example-panel .standard-page-content p a { 
	text-decoration: none;
	font-weight: 700;
}

.example-panel .standard-page-content p a:not(:hover):not(:focus) {
	border: none;
}

/*** ***/

section.my-alerts-details {
	margin-bottom: 40px;
}

div.input-area {
	padding: 25px;
	background-color: var(--hl-light-taupe);
}

section.my-alerts-details .input-form .form-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0;
	gap: 30px;
}

section.my-alerts-details .input-form .form-cell { 
	padding: 0;
	flex-basis: 50%;
}


section.my-alerts-details .input-form {
	display: flex;
	flex-direction: column;
	margin: 0;
	row-gap: 15px;
}

.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);
}

section.my-alerts .col-1 { 
	padding-bottom: 0;
}

section.report-options { 
}

section.report-options .col-1 { 
	padding-top: 0; 
}

section.report-options .options {
	background-color: var(--hl-very-light-taupe);
	padding: 25px;
}

section.report-options .options .columns { 
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

section.report-options .options .columns .column { 
	display: flex;
	flex-direction: column;
	gap: 10px; 
}

section.report-options .options div.title {
	font: inherit;
	color: inherit;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

section.report-options .options div.title p {
	font-family: inherit;
	font-size: 21px;
	font-weight: 500;
	color: inherit;
	margin: 0;
}

section.report-options .options .jurisdictions { 
	display: none;
	flex-direction: column;
	gap: 5px;
}

button.region-expander {
	font: inherit;
	color: #ffffff;
	padding: 8px 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background-color: var(--hl-dark-green);
	width: 100%;
}

button.region-expander .select-region { 
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #ffffff;
	text-align: left;
}

button.region-expander.selected .select-region {
	background-image: url("/_assets/icon-tick-white-2.png");
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

button.region-expander span.name { 
	flex-basis: 100%; 
	text-align: left;
}

button.region-expander:after {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url("/_assets/icon-plus-white.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

button.region-expander.expanded:after { 
	background-image: url("/_assets/icon-minus-white.png");
}

button.select-option {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	font: inherit;
	font-size: 14px;
	color: inherit;
	background-color: var(--hl-light-taupe);
	padding: 8px 14px;
	width: 100%;
	text-align: left;
}

button.select-option {
	margin-top: 5px;
}

button.select-option.select-all { 
	background-color: transparent;
	font-weight: 600;
}

button.select-option:before {
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid var(--hl-dark-green);
}

button.select-option.selected:before { 
	background-image: url("/_assets/icon-tick-hl-dark-green.png");
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

section.my-alerts-subscribe { 
	margin-bottom: 30px;
}

section.my-alerts-subscribe .options { 
	display: inline-block;
	background-color: var(--hl-light-taupe);
	padding: 25px;
}

section.my-alerts-subscribe .options p { 
	font: inherit;
	color: inherit;
}

section.my-alerts-subscribe .options p.title { 
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 1em;
}

section.my-alerts-subscribe .options p.status { 
	margin-bottom: 1.5em; 
}

section.my-alerts .not-registered {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--hl-dark-green);
}

section.my-alerts .not-registered p { 
	font: inherit;
	font-size: 21px;
	color: inherit;
	margin-bottom: 1em;
}

section.gr-button { 
	margin-bottom: 50px;
}

/*** ***/
.popup-modal.knowhow-popup .popup-form .wrapper {
	max-height: 95vh;
}

.knowhow-popup .media-container {
	margin-top: 20px;
}

.knowhow-popup .media-container:not(.podbean) iframe { 
	width: 100%;
	height: 304px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}


/*** ***/
@media (max-width: 1200px) {
	section .core-teams-link .gradient {
		background: linear-gradient(to right, var(--hl-light-green) 200px, rgba(var(--hl-light-green-rgb), 0) 90%);
	}

	section.core-teams-link a { 
		padding-left: 10px;
	}
}

@media (max-width: 1024px) {
	section.core-teams-link .gradient {
		background: linear-gradient(to right, var(--hl-light-green) 100px, rgba(var(--hl-light-green-rgb), 0) 90%);
	}
}

@media (max-width: 840px) {
	section.topic .topic-quote .quote-mark {
		height: 34px;
	}

	section.topic .topic-quote p.quote {
		font-size: 18px;
	}

	.help-panel.jurisdictions .map-list-options div.map-list-switch {
		flex-direction: column;
		gap: 15px;
		align-items: start;
	}

	.help-panel.jurisdictions .map-list-options div.map-list-switch .divider { 
		display: none;
	}
}

/* Note: min-width */
@media(min-width: 740px) {
	section.whats-new .carousel-controls a.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%;
	}

	section.topic .topic-container {
		flex-direction: column;
		gap: 30px;
	}

	section.topic .side-panel {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media (max-width: 700px) {
	section.title-and-filter .filter {
		display: grid;
		grid-template-areas: "sortby" "contentType" "jurisdiction";
		grid-template-columns: 1fr;
		width: 100%;
	}

	section.title-and-filter .filter .filter-field > label {
		width: 60px;
		flex-shrink: 0;
	}

	section.title-and-filter .filter .sort-by {
		grid-area: sortby;
	}

	section.title-and-filter .filter .content-type {
		grid-area: contentType;
	}

	section.title-and-filter .filter .jurisdiction {
		padding-left: 70px;
		grid-area: jurisdiction;
	}

	section.title-and-filter .filter .filter-field .dk-select-multi {
		width: 100% !important;
	}

	.standard-filter-field .dk-selected {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
   .topic-panel .image, .key-resource-panel .image {
      background-position: right bottom;
      background-size: contain;
   }
}

@media (max-width: 620px) {
	section.report-options .options .columns {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media (max-width: 540px) {
	
	.video-panel .inner .content {width: 100%; height: auto;}
	.video-panel .logo {display: none;}
	.video-panel .inner .content .details p.title {font-size: 16px; }
	.video-panel .inner .content .details p {font-size: 12px; }
	.video-panel .inner .content .details div.title {margin-top: 0px; }
	.carousel-container .carousel.cf-orig {width: 91vw; left: -2px;}
	
	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;
	}

	.help-panel.jurisdictions .map-list-options ul { 
		flex-wrap: wrap;
		align-items: start;
		row-gap: 10px;
	}

	.list-view.grid-2 { 
		grid-template-columns: 1fr;
	}
}


@media (max-width: 520px) {
	section.accolades .carousel {
		display: grid;
		grid-template-areas: "carousel carousel" "button1 button2";
		gap: 20px;
		grid-template-columns: 36px auto;
	}

	section.accolades .line {
		width: 35vw;
	}

	section.accolades .carousel .accolade-panel {
		padding: 0 10px;
	}

	section.accolades .carousel .slick-list {
		grid-area: carousel;
	}

	section.accolades .carousel .slick-prev {
		grid-area: button1;
		justify-self: end;
	}

	section.accolades .carousel .slick-next {
		grid-area: button2;
	}
}
