/* Page Demographics */

/* Default desktop styling */
.page-about-demographics #main-content h2 {
    text-align: center;
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 27px;
	letter-spacing: 4px;
	color: #041E3A;
	margin-top: 40px;
	margin-bottom: 40px;
}


.page-about-demographics #main-content {
  	text-align: center;
	margin: 0 5% 0 5%;
}

.page-about-demographics hr {
	border: 0;
	color: #BABBBE;
	background-color: #BABBBE;
	height: 4px;
	margin: 40px 0 40px 0;
}

.page-about-demographics .list .col {
	display: inline-block;
	width: 80px;
	margin-right: 20px;
}

.page-about-demographics .section {
	font-family: "merriweatherregular";
	font-size: 17px;
	color: #2A2828;
	margin: 0 5% 0 5%;
}

.page-about-demographics h3 {
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 14px;
  	line-height: 2;
	letter-spacing: 2px;
	color: #0277AE;
	margin: 0 5% 0 5%;
}


.page-about-demographics .note {
	font-size: 12px;
	margin: 0 0 0 0;
}

.page-about-demographics .section p.graphic {
	margin: 0 5% 0 5%;
}



#demo-participation-legend { 
	text-align: left;
	margin: 1em 0 0 15%;
}

#demo-participation-legend div.legend { 
	display: inline-block;
	width: 32%
}


#demo-participation-legend div.dot { 
	display: inline-block;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
}

#demo-participation-legend .legend p { 
	display: inline-block;
	font-family: "open_sansbold";
	font-size: 10px;
	font-weight: normal;
}

#demo-participation-legend div.dot.emergency-management { 
	background: orange; 
}

#demo-participation-legend div.dot.law-enforcement { 
	background: lightblue; 
}

#demo-participation-legend div.dot.military { 
	background: green; 
}

#demo-participation-legend div.dot.fire-service { 
	background: red; 
}

#demo-participation-legend div.dot.medical { 
	background: blue; 
}

#demo-participation-legend div.dot.other { 
	background: yellow; 
}



/* Mobile styling */
@media screen and (max-width: 780px){ 

.page-about-demographics #main-content h2 {
	font-size: 19px;
	margin-bottom: 20px;
}

.page-about-demographics .section p.graphic {
	margin: 0 0 0 0;
}

.page-about-demographics  .easy-breadcrumb {
	display: none;
	
}

.page-about-demographics {
	margin: 0 0 0 0;
}

.page-about-demographics .section {
	font-size: 15px;
	margin: 0 0 0 0;
}

.page-about-demographics h3 {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

#demo-participation-legend div.legend { 
	display: flex;
	width: 100%
}
#demo-participation-legend div.dot { 
	margin-right: 5px;
}
 
}

