/*!
Theme Name: BGS
Theme URI: http://underscores.me/
Author: Luv Digital
Author URI: https://www.luvgroup.co.uk
Description: Custom Developed Theme for BGS
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bgs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BGS is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

footer .footer-top img {
	height: auto;
}

.leaflet-map-container {
	min-width: 1px;
	min-height: 1px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.mb-30 {
	margin-bottom: 30px;
}

.bgs-download-popup {
	display: block;
	z-index: 99;
	padding-top: 80px;
}

.bgs-download-popup .container {
	position: relative;
	background: white;
	padding-top: 60px;
}

.bgs-download-popup .close-download-button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	background: white;
}

.bgs-download-popup>div>div {
	overflow-y: auto;
	height: auto;
	max-height: none;
}

.bgs-download-popup .button-content {
	padding: 15px 25px;
}

.w-65 {
	width: 65%;
}

.skip-to-content-btn {
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
	opacity: 0;
	z-index: -99999 !important;
}

ul.first-level>li.first-level-li>a.first-level-a {
	white-space: nowrap;
}

.skip-to-content-btn:focus {
	width: auto !important;
	height: auto !important;
	overflow: hidden;
	opacity: 1;
	z-index: 99999 !important;
	outline: 1px solid #f0a845;
	border: 3px solid #f0a845 !important;
}

.ekko-lightbox .modal-footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

figure.img-wrap {
	position: relative;
}

.expand-box {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #f1f4f8;
	padding: 6px;
	width: 38px;
	height: 38px;
}

.expand-box-top {
	top: -38px;
	bottom: unset;
}

figcaption {
	position: relative;
}

.gform_wrapper div.validation_error {
	text-align: left !important;
}

.cookies-no-display {
	display: none;
}

.social-wrap-inline-them>div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.social-wrap-inline-them>div .heateor_sss_sharing_container {
	padding: 0;
}

.social-wrap-inline-them>div .heateor_sss_sharing_container .heateor_sss_sharing_ul>li {
	float: none !important;
}

.social-wrap-inline-them>div .heateor_sss_sharing_container .heateor_sss_sharing_ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 !important;
}

.heateorSssClear {
	display: none !important;
}

.tabs-content table td {
	white-space: nowrap;
	padding: 5px 10px;
}

.tabs-content table thead {
	background: #002e40;
	color: #fff;
}

.tabs-content table {
	overflow: auto;
	display: block;
	margin-top: 20px;
}

.quest-form-wrp {
	max-width: 900px;
	margin: auto;
}

.question-section .btn-quest:focus .answer-close::before {
	background: url(img/close-light-h.svg);
}

.quest-form-wrp .gform_confirmation_wrapper {
	background: white;
	z-index: 1;
	position: relative;
	padding-bottom: 5px;
	margin-top: -70px;
	padding-top: 70px;
}

.question-section .icon-close::before {
	width: 24px;
}

.btn-quest {
	position: absolute;
	right: 20px;
	top: 25px;
	height: 42px;
	width: 45px !important;
	min-width: 0;
}

.question-section .answer-close {
	right: 0;
	top: 0;
}

.question-section .gform_validation_error .answer-positive,
.question-section .gform_validation_error .answer-negative {
	display: block;
}

.question-section .gform_wrapper div.validation_error,
.question-section .gform_wrapper .validation_message {
	color: #fff !important;
}

.question-section .gform_wrapper li.gfield_error textarea {
	border-color: #fff !important;
}

.question-section .gform_wrapper .validation_message:before {
	background: url(../../uploads/2020/10/Error.svg);
	background-size: auto !important;
}

.content-section .owl-carousel .owl-item {
	max-height: none;
}

/* .gform_validation_error form {
	display: block!important;
} */

#map {
	z-index: 0;
}

.w3eden .btn-primary,
.w3eden .btn-primary:hover {
	color: #fff;
	background-color: #4a8eff;
	border-color: #4a8eff;
}

.list-group-item .badge {
	background: #2ca8ff;
}

.sidebar .cards-simple .media-wrap img {
	max-height: 200px;
}

footer .links a {
	display: inline;
}

.hero-section .social-wrap div {
	padding: 20px;
}

.social-wrap [class*="icon-"]::before,
.social [class*="icon-"]::before {
	height: 28px;
}

.hero-section-search .search-wrap input[type=search]:hover+.search-clear {
	display: block !important;
	pointer-events: none;
}

@media only screen and (min-width: 576px) {
	.hero-section .social-wrap div {
		padding: 14px;
	}

	.modal-dialog {
		max-width: 95% !important;
	}

	.ekko-lightbox-item {
		display: flex;
		justify-content: center;
	}

	.ekko-lightbox-item img {
		width: auto !important;
		height: 100%;
	}

	.ekko-lightbox-container {
		min-height: 400px;
	}
}

.ccc-notify-button:focus-visible {
	background: red !important;
}

#ccc-button-holder {
	display: flex;
}

#ccc .ccc-content--dark a,
#ccc .ccc-content--dark h2,
#ccc .ccc-content--dark h3,
#ccc .ccc-content--dark p,
#ccc .ccc-content--dark span {
	color: black !important;
}

#ccc-info {
	display: none;
}

#ccc hr {
	background: black !important;
}

#ccc-icon {
	margin-bottom: 0;
}

#ccc-recommended-settings {
	border: solid 1px #002E40 !important;
	background: #002E40 !important;
	border-radius: 1px !important;
	font-weight: bold !important;
}

#ccc #ccc-recommended-settings span {
	color: white !important;
}

#ccc-reject-settings {
	border: solid 1px #002E40 !important;
	background: white !important;
	border-radius: 1px !important;
	font-weight: bold !important;
}

#ccc .ccc-content--dark span.checkbox-toggle-off,
#ccc .ccc-content--dark span.checkbox-toggle-on {
	color: white !important;
}

.content-section.content-with-anchors .row:last-child {
	max-width: 100%;
}

.content-with-anchors .anchors-acc .acc-wrap {
	background-color: #F6F6F5;
}

.content-with-anchors .anchors-menu-wrap ul {
	margin-left: 0 !important;
	list-style: none !important;
}

.content-with-anchors .anchors-menu-wrap a:not(:hover):not(:focus) {
	border-color: transparent !important;
}

.content-with-anchors .anchors-menu-wrap a:hover {
	border-color: #000 !important;
}

.content-section.content-with-anchors .accordions.anchors-acc .acc-top.open {
	background-color: #F6F6F5;
	border-color: #F6F6F5;
}

.content-section.content-with-anchors .accordions.anchors-acc .acc-body {
	padding-top: 5px;
}

.content-section .anchors-acc .button.acc-top:not(:focus-visible) .button-content {
	color: #000 !important;
}

.content-section.content-with-anchors.sticky-anchor {
	padding-top: 100px;
}

.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc {
	position: fixed;
	width: 100%;
	top: 0;
	left: 50%;
	z-index: 2;
	padding: 0 15px;
	transform: translate(-50%, 0);
}

.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc .acc-wrap {
	margin-bottom: 0;
}

.content-section.content-with-anchors .accordions.anchors-acc .acc-top:focus::before {
	background-image: url(./img/big-arrow.svg);
}

.content-section.content-with-anchors .accordions.anchors-acc .acc-top:focus-visible {
	background-color: #002E40;
	border-color: #002E40;
	color: #fff;
}

.content-section.content-with-anchors .accordions.anchors-acc .acc-top:focus-visible::before {
	background-image: url(./img/big-arrow-white.svg);
}

.content-with-anchors .anchor-link-wrap {
	margin-bottom: 0 !important;
}

.anchors-menu-link.active,
.anchors-menu-link:hover,
.anchors-menu-link:focus {
	text-shadow: 1px 0 0 currentColor;
	color: #002E40;
	background: none;
	outline: none;
}

.content-with-anchors .anchors-menu-wrap ul {
	list-style: disc !important;
	margin-left: 20px !important;
}

.anchors-menu-link:focus:not(:hover):not(.active) {
	font-weight: 400 !important;
}

.content-section.content-with-anchors .anchors-acc {
	pointer-events: none;
}

.content-section.content-with-anchors .anchors-acc .acc-wrap {
	pointer-events: all;
}

@media screen and (max-width: 768px) {
	.content-with-anchors .anchors-menu-wrap li {
		margin-top: 0 !important;
		margin-bottom: 5px !important;
	}

	.content-section.content-with-anchors .accordions.anchors-acc .acc-body {
		padding-top: 0 !important;
		padding-bottom: 10px !important;
	}
}

@media screen and (min-width: 576px) {
	.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc .acc-wrap {
		max-width: 480px;
		margin: auto;
	}
}

@media screen and (min-width: 768px) {
	.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc .acc-wrap {
		max-width: 660px;
	}

	.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc {
		top: 70px;
	}
}

@media screen and (min-width: 992px) {
	.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc {
		max-width: 930px;
	}

	.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc .acc-wrap {
		max-width: 280px;
		margin: 0;
	}

	.content-section.content-with-anchors,
	.content-section.content-with-anchors.sticky-anchor {
		padding-top: 20px;
		margin-top: 60px;
	}

	.content-section.content-with-anchors .accordions.anchors-acc .acc-body {
		display: block !important;
		padding-top: 0;
	}

	.content-section.content-with-anchors .accordions.anchors-acc .acc-top::before {
		display: none;
	}

	.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc {
		top: 100px;
	}

	.content-section.content-with-anchors .anchors-acc .acc-top {
		pointer-events: none;
	}
}

@media screen and (min-width: 1200px) {
	.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc {
		max-width: 1110px;
	}

	.content-section.content-with-anchors.sticky-anchor .accordions.anchors-acc .acc-wrap {
		max-width: 247.5px;
	}
}




/* wpdm major update */
.downloads-header.hero-section .hero-info-wrap .hero-info {
	padding-bottom: 0;
	text-align: center
}

.downloads-header.hero-section .hero-info-wrap .hero-info>* {
	max-width: none
}

.w3eden .wpdm-page-template {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0;
	background: #bbd0d4;
	padding: 0 20px 50px;
	font-family: 'aileron'
}

.w3eden .list-group-item {
	border-width: 0 0 2px 0;
	font-weight: 700;
	padding: 6px 0;
	border-radius: 0 !important;
	margin-top: 1px !important
}

.w3eden .list-group-item:nth-child(2) {
	border-top: 2px solid;
	margin-top: 16px;
	border-color: rgba(0, 0, 0, 0.125)
}

.w3eden .list-group-item:last-child {
	border-bottom: 3px solid rgba(0, 0, 0, 0.125)
}

.w3eden .list-group-item:nth-last-child(3),
.w3eden .list-group-item:nth-last-child(5) {
	display: none !important
}

.w3eden .badge {
	background-color: transparent;
	color: #000;
	font-size: 16px;
	padding-right: 0
}

.wpdm-download-link {
	position: relative;
	background: #002e40 !important;
	border: 0 !important;
	max-width: 250px;
	padding-left: 30px !important;
	margin: auto;
	border-radius: 0 !important;
	padding: 11px 25px 11px 50px !important
}

.w3eden a.btn {
	text-transform: none;
	font-family: 'aileron-b';
	border: 2px solid #002E40 !important;
	font-size: 16px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: 100%;
	max-width: 250px
}

.wpdm-download-link:before {
	margin-left: -30px;
	pointer-events: none;
	content: "";
	background-repeat: no-repeat !important;
	background-size: contain !important;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	height: 16px;
	width: 16px;
	top: calc(50% - 8px);
	background-image: url(../../../wp-content/uploads/2019/12/Download_Button_white.svg)
}

.w3eden a.btn:focus {
	color: #000 !important;
	background-color: #CCD5D9 !important
}

.w3eden a.btn:hover {
	color: #000;
	background-color: #E5EAEB !important;
	border-color: #002E40 !important
}

.w3eden a.btn:hover:before,
.w3eden a.btn:focus:before {
	background-image: url(../../../wp-content/uploads/2019/12/Download_Button_black.svg)
}

.w3eden .col-md-7 {
	max-width: 100%;
	padding: 0
}

.w3eden .list-group {
	background: #fff;
	padding: 0px 30px;
	max-width: 650px;
	margin: 0 auto -1px !important
}

.w3eden .card {
	background: #fff;
	padding: 10px;
	max-width: 650px;
	margin: 0 auto !important;
	border-radius: 0;
	border: 0;
	text-align: center
}

.w3eden .wpdm-page-template {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.w3eden .wpdm-page-template>.list-group {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.w3eden .wpdm-page-template>.card:not(:last-child) {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.w3eden .wpdm-page-template>.card:last-child {
	text-align: left;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%
}

.w3eden .card .card-header {
	display: none
}

.w3eden .tab-pane p:last-child {
	margin-bottom: 0
}

.w3eden .badge {
	font-weight: initial
}

/* fix for table pay benefits */

.tabs-content .ui-tabs-panel table tbody:first-child {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tabs-content .ui-tabs-panel table tbody:first-child tr {
	display: flex;
	width: 100%;
}

.tabs-content .ui-tabs-panel table tbody:first-child td {
	white-space: normal;
	padding: 5px 10px;
	flex: 0 0 50%;
}

.tabs-content .ui-tabs-panel table tbody:first-child tr>td:first-child {
	font-weight: 600;
}
@font-face {
	font-family: "aileron-b";
	src: url("fonts/Aileron-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
  }
  @font-face {
	font-family: "aileron";
	src: url("fonts/aileron-regular.otf") format("otf");
	font-weight: bold;
	font-style: normal;
  }
  .hero-section.minerals-wrap {
	font-family: "aileron-b";
  }
  .hero-section.minerals-wrap .hero-info-wrap {
	color: #fff;
	background-color: #002e40;
	position: relative;
	transition: height 0.2s ease;
	padding: 60px 0 45px;
  }
  .hero-section.minerals-wrap h1 {
	margin-bottom: 30px;
  }
  .hero-section.minerals-wrap .minerals-search {
	justify-content: space-around;
	row-gap: 2rem;
  }
  .hero-section.minerals-wrap .line-break {
	width: 100%;
	margin: 15px 0;
	position: relative;
  }
  .hero-section.minerals-wrap .line-break::after {
	position: absolute;
	content: "";
	top: 0;
	left: 15px;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #737373;
  }
  .hero-section.minerals-wrap .hero-info h1 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
  }
  .hero-section.minerals-wrap .noUi-target {
	width: calc(100% - 24px);
	margin: 10px;
	max-width: 352px;
	margin-top: 20px;
  }
  .hero-section.minerals-wrap .date-display {
	font-size: 16px;
  }
  .hero-section.minerals-wrap .datarange-wrap label {
	margin-bottom: 15px;
	font-family: "aileron-b";
  }
  .hero-section.minerals-wrap .noUi-target,
  .hero-section.minerals-wrap .noUi-handle {
	outline: none !important; /* Remove default outlines */
  }
  .hero-section.minerals-wrap .noUi-handle:focus, .hero-section.minerals-wrap .noUi-handle:active,
  .hero-section.minerals-wrap .select-custom:focus,
  .hero-section.minerals-wrap .select-custom:active {
	border: 3px solid #f0a845;
	outline: none;
  }
  .hero-section.minerals-wrap .choicelist,
  .hero-section.minerals-wrap .minerals-search-consent {
	transition: all 0.3s ease;
	/* Adding focus styles for accessibility */
  }
  .hero-section.minerals-wrap .choicelist input[type=checkbox],
  .hero-section.minerals-wrap .minerals-search-consent input[type=checkbox] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	white-space: nowrap; /* Added for ensuring the element is not "seen" */
	clip-path: inset(50%);
  }
  .hero-section.minerals-wrap .choicelist [type=checkbox]:focus + label::before,
  .hero-section.minerals-wrap .minerals-search-consent [type=checkbox]:focus + label::before {
	outline: 2px solid #f0a845;
	outline-offset: 1px;
  }
  .hero-section.minerals-wrap .choicelist input[type=checkbox]:checked + label::after,
  .hero-section.minerals-wrap .minerals-search-consent input[type=checkbox]:checked + label::after {
	display: block !important;
  }
  .hero-section.minerals-wrap .choicelist label,
  .hero-section.minerals-wrap .minerals-search-consent label {
	padding-left: 40px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin-bottom: 0;
  }
  .hero-section.minerals-wrap .choicelist label::before, .hero-section.minerals-wrap .choicelist label::after,
  .hero-section.minerals-wrap .minerals-search-consent label::before,
  .hero-section.minerals-wrap .minerals-search-consent label::after {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	cursor: pointer;
  }
  .hero-section.minerals-wrap .choicelist label::before,
  .hero-section.minerals-wrap .minerals-search-consent label::before {
	content: "";
	display: block;
	border: 2px solid #002e40;
	background: white;
  }
  .hero-section.minerals-wrap .choicelist label::after,
  .hero-section.minerals-wrap .minerals-search-consent label::after {
	content: "";
	background-image: url("./img/check.svg");
	display: none;
	color: black;
	background-repeat: no-repeat;
	background-color: #002e40;
	background-position: center;
  }
  .hero-section.minerals-wrap .minerals-search-consent label::before, .hero-section.minerals-wrap .minerals-search-consent label::after {
	border-radius: 2px;
	border: 2px solid #737373;
  }
  .hero-section.minerals-wrap .minerals-search-consent label a {
	color: white;
	text-decoration: underline;
	border: none;
  }
  .hero-section.minerals-wrap .noUi-horizontal .noUi-handle {
	border-radius: 50%;
	height: 31px;
	width: 31px;
	top: -15px;
  }
  .hero-section.minerals-wrap .noUi-horizontal .noUi-handle::before, .hero-section.minerals-wrap .noUi-horizontal .noUi-handle::after {
	display: none;
  }
  .hero-section.minerals-wrap .noUi-horizontal {
	height: 5px;
  }
  .hero-section.minerals-wrap .noUi-connect {
	background: white;
  }
  .hero-section.minerals-wrap fieldset {
	border: none;
	padding-left: 0;
	margin-left: 0;
	position: relative;
  }
  .hero-section.minerals-wrap .choicelist {
	border: 1px solid #737373;
	background-color: white;
	color: black;
	width: 100%;
	min-width: 200px;
	max-width: 500px;
	border-radius: 2px;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	padding-right: 10px;
  }
  .hero-section.minerals-wrap .choicelist .inner {
	max-height: 315px;
	height: auto;
	overflow-y: auto;
  }
  /*
  .hero-section.minerals-wrap .choicelist .inner div:not(:first-of-type) label {
	text-transform: lowercase;
  }*/
  .hero-section.minerals-wrap .choicelist .inner::-webkit-scrollbar {
	width: 8px;
	margin-right: 5px;
  }
  .hero-section.minerals-wrap .choicelist .inner::-webkit-scrollbar-thumb {
	background-color: #6f6f71;
	border-radius: 8px;
	border: 2px solid #6f6f71;
  }
  .hero-section.minerals-wrap .choicelist.show {
	display: block;
	opacity: 1;
	visibility: visible;
  }
  .hero-section.minerals-wrap .select-name {
	width: 100%;
	max-width: 370.2px;
  }
  .hero-section.minerals-wrap .select-custom {
	border: 1px solid #d6d6d6;
	width: 100%;
	min-width: 200px;
	max-width: 500px;
	border-radius: 2px;
	padding: 10px 0px 10px 16px;
	background-color: #fff;
	position: relative;
	text-align: left;
	color: #6f6f71;
	position: relative;
	min-height: 45px;
	max-width: 374px;
	margin: 10px 0 0;
  }
  .hero-section.minerals-wrap .select-custom[aria-expanded=true]::after {
	transform: rotate(180deg);
  }
  .hero-section.minerals-wrap .select-custom::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("./img/arrow.svg");
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	background-size: contain;
	top: 16px;
	right: 16px;
	background-position: center;
	transition: all 0.2s ease;
  }
  .hero-section.minerals-wrap .select-custom .displayList {
	font-weight: 400;
	font-family: "aileron";
  }
  .hero-section.minerals-wrap .select-name,
  .hero-section.minerals-wrap .select-custom {
	font-family: "aileron-b";
  }
  .hero-section.minerals-wrap #resetMineralsButton {
	background: none;
	border: none;
	color: white;
	text-decoration: underline;
	position: relative;
	padding-left: 25px;
	font-weight: 700;
  }
  .hero-section.minerals-wrap #resetMineralsButton::before {
	position: absolute;
	content: "";
	left: 0;
	top: 17px;
	background-image: url("./img/reset-btn.svg");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
  }
  .hero-section.minerals-wrap .submitButton {
	min-width: 145px;
	min-height: 48px;
	background-color: #cdc4a9;
	font-weight: 700;
	border: none;
  }
  .hero-section.minerals-wrap .submitButton,
  .hero-section.minerals-wrap #resetMineralsButton {
	margin: unset;
  }
  .hero-section.minerals-wrap .btn-container {
	display: flex;
	column-gap: 60px;
	row-gap: 30px;
	flex-wrap: wrap;
  }
  .hero-section.minerals-wrap .choicelist .inner > div {
	padding: 10px 0px 7px 16px;
  }
  .hero-section.minerals-wrap label {
	font-weight: bold;
  }
  .hero-section.minerals-wrap input[type=text] {
	margin: 0px 0px 20px 10px;
  }
  .hero-section.minerals-wrap .fa-chevron-down {
	position: absolute;
	right: 1em;
	top: 0.9em;
	color: #a8a8a8;
	transition: transform 0.2s ease-out, color 0.2s ease-out;
	font-size: 0.85em;
  }
  .hero-section.minerals-wrap .fa-chevron-down--open {
	transform: rotate(-180deg) translate(0, 2px);
	color: #404040;
  }
  .hero-section.minerals-wrap .visually-hidden {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
  }
  
  @media screen and (min-width: 992px) {
	.hero-section.minerals-wrap .col-lg-5 {
	  display: flex;
	  justify-content: center;
	}
	.hero-section.minerals-wrap .col-lg-5 .datarange-wrap,
	.hero-section.minerals-wrap .col-lg-5 .select-wrap {
	  width: calc(100% - 70px);
	}
	.hero-section.minerals-wrap .line-break::after {
	  left: 54px;
	  width: calc(100% - 110px);
	}
	.hero-section.minerals-wrap .datarange-wrap {
	  width: calc(100% + 14px);
	}
  }
  @media screen and (min-width: 1200px) {
	.hero-section.minerals-wrap .line-break::after {
	  left: 100px;
	  width: calc(100% - 203px);
	}
  }
  .teal-bg {
	background-color: #335866;
  }
  .teal-bg table {
	font-family: "Inter", sans-serif;
  }
  .teal-bg table thead {
	background-color: #002e40;
	color: white;
  }
  .teal-bg table thead th {
	font-weight: 600;
  }
  .teal-bg table thead th:first-of-type {
	border-radius: 4px 0 0 0;
  }
  .teal-bg table thead th:last-of-type {
	border-radius: 0 4px 0 0;
  }
  .teal-bg table {
	border-collapse: separate;
	border-spacing: 0;
  }
  .teal-bg table tbody {
	background-color: white;
  }
  .teal-bg th,
  .teal-bg td {
	border: 1px solid #b9b9b9 !important;
	font-size: 12px;
  }
  .teal-bg th a,
  .teal-bg td a {
	font-weight: 400;
	border: none;
  }
  
  @media screen and (min-width: 992px) {
	.teal-bg table th,
	.teal-bg table td {
	  padding: 10px 12px;
	}
  }

  #minerals-count-results, #minerals-limit-applied{
	color: white;
  }

  .data-type-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
  
	padding-top: 10px;
  }
  
  #bgs_statistic_type_trans {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
  }
  
  .data-type-wrapper label {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;

	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 19.07px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
  }
  
  .data-type-wrapper input {
	display: none;
  }
  
  .data-type-wrapper .checkbox-item {
	width: 24px;
	height: 24px;
	border-radius: 50%;
  
	display: block;
  
	border: 2px solid #fff;
	visibility: visible;
	cursor: pointer;
	position: relative;
  }
  
  .data-type-wrapper .checkbox-item::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
  
	display: block;
	background: #fff;
  
	position: absolute;
	opacity: 0;
  
	border: 3px solid #002e40;
	cursor: pointer;
  }
  
  .data-type-wrapper input:checked + .checkbox-item:after {
	opacity: 1;
  }
  
  /* TASK 5 */
  .hero-section.minerals-wrap .hero-info-wrap {
	padding: 45px 0;
  }
  
  .hero-section.minerals-wrap .hero-info h1 {
	font-size: 25px;
	margin: 0px 0 45px;
  }
  #minerals-table {
	border: 1px solid #b9b9b9;
	border-radius: 4px;
  }
  
  #minerals-table thead tr td {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 600;
  }
  
  #minerals-table tbody tr td {
	font-family: 'Open Sans';
	font-size: 16px;
  }
  
  #minerals-table tbody tr td:nth-of-type(2)::first-letter {
	text-transform: capitalize;
  }
  
  #minerals-table tbody tr td sup {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
  }
  
  #minerals-count-results {
	margin-left: 17px;
  
	font-family: "Arial";
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
  
	@media only screen and (max-width: 790px) {
	  margin-left: 15px;
	}
  }
  
  #minerals-limit-applied {
	margin-left: 17px;
	font-family: "Open Sans";
	font-size: 16px;
  }
  
  #footnotes-section h4 {
	font-family: 'Open Sans';
	font-size: 16px;
  }
  
  #footnotes-section ol {
	padding-left: 30px;
  
  }

  #footnotes-section ol li {
	font-family: 'Open Sans';
	font-size: 14px;
  }

  .submitButton:focus,
.submitButton:active,
#resetMineralsButton:focus,
#resetMineralsButton:active {
  outline: 3px solid #f0a845 !important;
}

.checkbox-item:focus,
.checkbox-item:active {
  outline-style: solid;
  outline-color: #f0a845;
  outline-width: 2px;
}

.highlighted-element label::before {
  outline: 3px solid #f0a845;
}

.inner div:focus {
  outline: none;
}
  
.svg-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.svg-button::before {
	content: "";
	background-image: url(./img/btn-download-blue.svg);
	background-repeat: no-repeat;
	background-size: 100%;

	display: block;
	width: 15px;
	height: 15px;

	filter: brightness(0) saturate(100%);
}

.hero-section.minerals-wrap .choicelist input[type="checkbox"],
.hero-section.minerals-wrap .minerals-search-consent input[type="checkbox"] {
  top: 0;
}


.svg-button{
	@media screen and (max-width: 992px){
		margin-right: 17px;
	}
}
  

.svg-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 15px;
  
	font-family: Aileron;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
  }