/* FRONTPAGE */

.explore-menu-header {
	font-size: 14px;
	margin-bottom: 10px;
	font-variation-settings: 'INKT' 0, 'wght' 800, 'wdth' 100, 'slnt' 0;
	text-decoration: underline;
}

.explore-btn {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .175em;
	background: #E6E6FA;
	margin-bottom: 10px;
}

.explore-btn.active {
	background: #ADD8E6;
}

.explore {
	color: #ccc;
}

.filterable {
	margin-bottom: 40px;
}

.explore-section a {
	outline: none;
	text-decoration: underline;
	text-decoration-color: pink;
}

.explore-element a {
	outline: none;
	text-decoration: underline;
	text-decoration-color: #E20882;
}

.explore-header {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 1.5em;
	color: #474747;
	font-variation-settings: 'INKT' 0, 'wght' 800, 'wdth' 100, 'slnt' 0;
	margin-bottom: 12px;
	border-bottom: .5px solid #E20882;
}

.explore-section {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 1.6em;
	color: #474747;
	font-variation-settings: 'INKT' 0, 'wght' 600, 'wdth' 100, 'slnt' 0;
	margin-bottom: 20px;
}

.explore-element {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 1.4em;
	color: #474747;
	font-variation-settings: 'INKT' 0, 'wght' 600, 'wdth' 100, 'slnt' 0;
}

.explore-description {
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 1.1em;
	color: #474747;
	font-variation-settings: 'INKT' 0, 'wght' 500, 'wdth' 100, 'slnt' 0;
}

.explore-subdescription {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.1em;
	color: #474747;
	font-variation-settings: 'INKT' 0, 'wght' 500, 'wdth' 100, 'slnt' 0;
}

.explore-filter-element {
	font-size: 10px;
	font-variation-settings: 'INKT' 0, 'wght' 400, 'wdth' 100, 'slnt' 0;
	text-transform: uppercase;
	letter-spacing: .175em;
	background: #f3f3f3;
	margin-bottom: 10px;
	padding: 4px 12px;
	margin-right: 5px;
	height: 18px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-radius: 5px;
	display:inline-block;
}

.explore-menu {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 1.5em;
	color: #474747;
	font-variation-settings: 'INKT' 0, 'wght' 600, 'wdth' 100, 'slnt' 0;
	height: auto;	
}

.explore-menu.nav-pills > .active > a {
	line-height: 1.2em;
}

.explore-menu.nav-pills.nav-stacked > li > a {
	line-height: 1.2em;
}

.explore-image {
	border: 1px solid #a6a6a6;
	
}
