@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;
}

/* 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%;
    }
}