@charset "UTF-8";

/* OUR WORK SECTION */

#page-initiative #initiatives h3 {
	color: #fff;
}
.initiatives-section {
	min-height: 550px;
}

/* SEARCH HEADER */

section#page-splash.page-section.splash.single {
	/*height: 50vh;*/
}

/* EVENTS GRID STYLING */

/*#page-events .post-grid .post {
	background: #f3f3f3;
}
#page-events .section-posts .post .post-thumbnail {
	opacity: .1;
}*/

.post-grid.view-list .post-preview .post-meta .post-tags .topic {
	border-color: #262936;
	color: #262936;
}

#page-search .page-section {
	padding: 20px 0;
}

#page-search #search-authors {
	background-color: #f5f6f8;
}

#page-search .term {
	width: calc(33.33333% - 48px);
	float: left;
	margin-left: 36px;
	background-color: #414244;
}

/* POST PREVIEWS */

.post-preview.type-document.media-map .post-content {
	position: relative;
    background: transparent;
	margin: 20px;
	padding-top: 15px;
}

.post-preview.type-document.media-map .post-thumbnail {
	opacity: 0.5;
}

/* CHARTS */

.chart-wrap {
	position: relative;
    height: 100%;
    padding-bottom: 40%;
}

.chart-object {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.amcharts-Container {
	font-size: 1.3rem;
}

.amcharts-ValueAxis-group .amcharts-Label {
	font-weight: 600;
}

.amcharts-ValueAxis-group .amcharts-AxisLabel {
	font-weight: 400;
}

.amcharts-Legend-group {
	background-color: rgba(0,0,0,0.1);
    fill: rgba(0,0,0,0.1);
}

@media (max-width: 1000px) {
	.chart-wrap {
	    padding-bottom: 60%;
    }
}

@media (max-width: 800px) {
    .amcharts-Container {
        font-size: 1.2rem;
    }
    
	.chart-wrap {
	    padding-bottom: 120%;
    }
}

@media (max-width: 600px) {
	.amcharts-Container {
        font-size: 1.1rem;
    }
    
	.chart-wrap {
	    padding-bottom: 160%;
    }
}

/** TOOLS LISTING PAGE **/

.post-template-page-tool-listing .accent-text,
.post-template-page-tool-listing h2:not(.tool-title)
{
	font-size: 26px !important;
}
.page-tools-list h2 {
	color: #6f93c0;
}

.download-btn {
	background: #ba5622;
	color: #fff !important;
	font-size: 1.75rem;
	font-weight: 500;
	padding: 5px 2rem;
	text-decoration: none;
	text-align: center;
	min-width: 125px;
	letter-spacing: 0px;
}
.download-btn:hover {
	background: #ba5622 !important;
	color: #fff !important;
}
.toolkit-section-content__with-sidebar {
	justify-content: space-between;
	max-width: 1450px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
}
.sidebar h2 {
	margin-bottom: 15px;
}

/** Tool Card **/
.tool-list__result {
	background-color: rgba(87, 88, 94, 0.1);
	margin-bottom: 25px;
	padding: 75px 30px;
	position: relative;
	width: 100%;
}
.tool-list__result h2 {
	margin-bottom: 15px;
}
.tool-list__result-tags__wrapper {
	display: flex;
	flex-wrap: wrap;
}
.tool-list__result-tag-label {
	display: inline-block;
	font-size: 14px;
}
.tool-list__result-tags .tag {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #262936;
	margin: 5px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.external-link {
	display: block;
	background-color: #fff;
	bottom: 0;
	color: #ba5622 !important;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 30px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	transition: background-color 500ms ease;
	max-width: 150px;
}

.external-link:hover {
	background-color: #ba5622;
	color: #fff !important;
}

.external-link img {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	vertical-align: sub;
}

/* Filters */
.filter {
	border-top: 1px solid rgba(87, 88, 94, 0.1);
	padding: 10px 15px;
}

.filter:last-of-type {
	border-bottom: 1px solid rgba(87, 88, 94, 0.1);
}
.filter .filter__label {
	cursor: pointer;
	font-size: 18px;
}

.filter__lable-target {
	float: right;
	height: 15px;
	width: 15px;
	margin-top: 10px;
}

.filter__lable-target span {
	border-radius: 5px;
	height: 100%;
	width: 1px;
	background-color: black;
	display: block;
}

.filter__lable-target span.horizontal {
	margin-top: -15px;
	transform: rotate(90deg);
}
.filter__label.active span.vertical {
	background-color: transparent;
}
.filter__label.active + .filter__option {
	max-height: 900px;
}
.filter__option {
	max-height: 0px;
	overflow: hidden;
}
.filter__option .option {
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.checkbox {
	background-color: #f8f8f8;
	border: 1px solid #bcbcbc;
	content: '';
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	width: 15px;
	vertical-align: sub;
}
.filter__option .option.active .checkbox-inner {
	display: block;
	background-color: #6f93c0;
	border: 1px solid #f8f8f8;
	width: 100%;
	height: 100%;
}
.result-count {
	margin-top: 25px;
}
.clear-filters {
	color: #739cd2;
	display: block;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	margin: 10px 0 0 15px;
}

.tool-title {
	color: #262a36 !important;
}


@media (min-width: 800px) {
	.toolkit-section-content__with-sidebar {
		display: flex;
		flex-wrap: nowrap;
	}

	.toolkit-section-content__with-sidebar .sidebar {
		flex-basis: 25%;
		max-width: 300px;
	}

	.toolkit-section-content__with-sidebar .main {
		flex-basis: 70%;
	}

	.tool-list__result-tag-container {
		display: flex;
		flex-wrap: nowrap;
	}

	.tool-list__result-tags {
		width: 86%;
	}

	.tool-list__result {
		padding: 75px 50px;
		margin-bottom: 40px;
	}

	.tool-list__result-tag-label {
		margin: 15px 15px 0 0;
	}
}

@media (min-width: 1000px) {
	.tool-list__result {
		padding: 25px 30px;
	}
}