.content {
	padding-top: 80px !important;
	padding-bottom: 150px;
	font-size: 16px;
	max-width: 1050px;
}

.DetailType {
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	line-height: 0;
	background-color: #FFF;
	text-shadow: 0 0 20px white;
	margin: 25px 15px 10px;
}

.DetailName {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 48px;
	font-weight: 600;
}

.DetailBar {
	display: flex;
	flex-flow: row wrap;
	padding: 20px 0 25px;
	border-bottom: 1px solid #e8eaed;
	justify-content: space-around;
	margin-bottom: 40px;
}

/*
.DetailBar > div {
	margin-left: 10px;
}

.DetailBar > .DetailTitle {
	margin-right: 4px;
	font-weight: bold;
}
*/

/*
.DetailBar > div {
	padding: 20px;
}
*/

.PopContainer {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.Population {
	font-size: 28px;
	font-weight: bold;
	color: #548c3b;
	color: #5f9e43;
	text-shadow: 2px 2px 1px rgba(0,0,0, .07);
}

.LinksContainer {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center
}

.LinksContainer > * {
	padding: 10px;
	font-size: 18px;
	flex: 1;
}

.DetailBarSeparator {
	width: 2px;
	background-color: #e8eaed;
/*		background-color: rgba(247, 191, 23,.33);*/
}

.JurisdictionWrap {
	display: flex;
	align-items: center;
	flex-flow: column;
	margin: 50px 0 20px;
}

.DownloadLink {
	padding: 10px;
	border-radius: 4px;
	background-color: #F6F6F6;
	color: rgb(32,33,36);
/*		color: #5f9e43;*/
	border: none;
/*		margin: 10px;*/
	transition: box-shadow .2s;
/*		box-shadow: 7px 7px 20px -10px rgba(13,17,33,.25), 0 1px 3px 0 rgba(27,36,72,.16);*/
	box-shadow: 7px 7px 10px -10px rgba(13,17,33,.15), 0 1px 3px 0 rgba(27,36,72,.08);
}

.DownloadLink:hover {
	background-color: #F2F2F2;
	box-shadow: 7px 7px 25px -10px rgba(13,17,33,.25), 0 1px 8px 0 rgba(27,36,72,.16);
	box-shadow: 7px 7px 20px -10px rgba(13,17,33,.25), 0 1px 3px 0 rgba(27,36,72,.16);
}

.DownloadLink:focus {
	background-color: #F2F2F2;
	box-shadow: 7px 7px 5px -10px rgba(13,17,33,.25), 0 1px 2px 0 rgba(27,36,72,.16);
}

.IndicatorRow {
	display: flex;
	flex-flow: row;
}

.IndicatorWrap {
	margin: 20px 0;
}

.IndicatorGrid {
	display: grid;
	grid-template-columns: auto auto auto;
	font-weight: 600;
}

.IndicatorGrid > div {
	border-left: 2px solid #e8eaed;
	border-left: 2px solid #5f9e43;
	border-left: 2px solid #f7bf17;
	border-left: 2px solid rgba(247, 191, 23,.25);
	border-left: 2px solid rgba(247, 191, 23,.33);
	border-left: 2px solid rgba(247, 191, 23,.7);
	padding-left: 16px;
	margin-top: 8px;
	margin: 8px;
}

.IndicNum {
	border-left: none !important;
	padding-left: 0 !important;
}

.Score {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.ScoreName {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	cursor: help;
	display: flex !important;
	flex-flow: row;
	align-items: center;
	justify-content: center;
/*	text-decoration: underline dotted rgba(27,54,92,1);*/
}

.ScoreName img {
	max-width: 14px;
	margin-left: 4px;
	margin-bottom: 8px;
}

.ScoreNameInline {
	display: none;
}

.IndicatorGrid > div.TableSeparator {
	background-color: #e8eaed;
	height: 1px;
	margin: 16px 0;
}

.tooltip {
	opacity: 1;
	border-left: none !important;
	background-color: transparent !important;
	font-weight: 600 !important;
}
.tooltip.in {
	opacity: 1;
}

.tooltip.top .tooltip-arrow, .tooltip-arrow {
	background-color: #FFF;
/*
	border-color: #FFF;
	box-shadow: 0 5px 3px rgba(0,0,0,.25);
*/
}

.tooltip-inner {
	text-align: left !important;
	background-color: #FFF !important;
	opacity: 1;
	box-shadow: 0 2px 6px rgba(0,0,0,.35) !important;
	color: #222 !important;
	font-size: 14px;
	max-width: 400px
}

.tooltip-arrow {
	background-color: transparent !important;
	border-top-color: #FFF !important;
}

.CXScoresLink {
/*		padding: 5px 10px;*/
	margin: 40px 0 80px;
	display: flex;
	justify-content: space-between;
}

/*
.CXScoresLink a {
	padding: 10px;
	border-radius: 4px;
	background-color: #F6F6F6;
	color: rgb(32,33,36);
	border: none;
	transition: box-shadow .2s;
	box-shadow: 7px 7px 10px -10px rgba(13,17,33,.15), 0 1px 3px 0 rgba(27,36,72,.08);
}
*/

.Location {
	padding: 5px;
	border: 1px solid #e8eaed;
	border-radius: 5px;
}

.LocationLabel {
	padding: 5px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #e8eaed;
	display: flex;
	align-items: center;
}

.LocationContainer {
	display:flex;
	flex-flow: row wrap;
/*	flex-flow: row;*/
	justify-content: space-between;
}

.MapWrap iframe, .MapWrap img {
	max-width: 100%;
}

.CitiesContainer {
	padding: 0 5px;
	max-width: 235px;
	max-width: 25%;
}

.CitiesContainer div {
	display: flex;
	flex-flow: row wrap;
}

.MapWrap {
	max-width: 74%;
}

.PDFIcon{
	max-width: 24px;
	margin-right: 5px;
}

.PinIcon {
	max-width: 32px;
/*		margin-right: 5px;*/
	display: inline-block;
}



/*** Modals ***/
.modal-header {
	padding: 0 15px 15px;
	border-bottom: 1px solid #e8eaed;
}

.modal-content {
	box-shadow: none;
	border: none;
	padding: 20px;
}

.modal-dialog {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	margin: 0;
}

.IndicatorData {
	padding: 15px;
}

.IndicatorData td,.IndicatorData  th {
	padding: 2px 5px;
}

.PoliciesTableWrap {
	overflow-y: auto;
	max-height: 50vh;
}

.TotalScores {
	padding: 5px 10px;
	margin: 20px 0 0;
	border: 1px solid #e8eaed;
	border-radius: 5px;
}















/*** Mobile ***/
@media only screen and (max-width: 800px) {
	.content {
		padding: .5rem !important;
		padding-top: 1rem !important;
	}

	.CountyName, .DetailName {
		font-size: 32px;
		padding: 2rem;
/*		text-align: center;*/
	}
	
	.DetailBarSeparator {
		display: none;
	}
	
	.DetailType {
		margin: 25px 5px 10px;
	}
	
	.IndicatorGrid {
		grid-template-columns: auto auto;
		max-width: 475px;
		margin: auto;
	}
	
	.IndicNum:first-child {
		display: none;
	}
	
	.IndicNum {
		grid-column: 1 / span 3;
		padding-top: 10px;
		margin: 0;
		text-align: center;
		font-size: 20px;
	}
	
	.IndicatorGrid > .Score {
		border-left: none;
/*		border-bottom: 2px solid rgba(247, 191, 23,.7);*/
		margin: 10px 50px 50px;
		padding-bottom: 15px;
		font-size: 32px;
	}
	
	.IndicatorGrid > .Score b {
		border-bottom: 2px solid rgba(247, 191, 23,.7);
		padding: 6px 16px;
	}
	
	.ScoreName {
		display: none !important;
	}
	
	.ScoreNameInline {
		display: block;
		font-weight: normal;
		font-size: 14px;
		padding-right: 10px;
	}
	
	.IndicatorGrid > div.TableSeparator {
		display: none;
	}
	
	.CXScoresLink {
		flex-flow: column;
	}
	
	.CXScoresLink .DownloadLink {
		margin: 10px;
	}
}