html, body {
  width:100%;
  padding: 0;
  margin: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
	font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
	font-size: 16px;
	background-color: #fafafa;
	color: rgba(0,0,0,.8);
}
.totals-str, .details-excerpt, .details-block, .static-reference  {
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
	color: rgba(0,0,0,.8);
}
.embed {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 5px 0;
}
svg {
	width: 100%;
	height: 100%;
}
.mapRegion {
	fill: rgba(0,0,0,.11);
}
.world-tour {
	fill: rgba(0,0,0,.33)
}
.clickable {
	cursor: pointer;
}
.clickable:hover {
	fill: #13305e; 
	fill-opacity: 0.6;
}
.heat-map {
	fill: #13305e !important;
}
.engaged {
	fill: #13305e !important;
	fill-opacity: 1 !important;
	background-color: #13305e !important;
	color: #fff !important;
}
.centered {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 100%;
}
.large-font {
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 3px;
	font-weight: 900;
	padding: 5px;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.flex-box {
	flex: 0 1 auto;
	margin: 0;
	padding: 0;
}
.fifty-perc {
	width: 49%;
	margin: 0;
	padding: 0;
}
.fifty-perc-flush {
	width: 49%;
	margin: 0;
	padding: 0;
}
.flex-horizontal-top {
	align-items: flex-start;
}
.flex-stretch-to-parent {
	align-items:  stretch;
}
.wide {
	width: 60%;
}
.slim {
	width: 38%;
}
.container-categories {
	padding: 10px 0 10px 0;
	min-height: 30px;
}
.category-label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding: 0 10px;
	margin: 5px;
	cursor: pointer;
	border: 3px solid #531AAD;
	letter-spacing: 1px;
}
.wrapper, .container, .flex-container, .details-block, .details-headline, .details-excerpt {
	overflow-y: hidden;
}
.scroll-box {
    overflow-y: auto;
    overflow-x: hidden;
}
.scroll-box::-webkit-scrollbar{
	width:12px
} 
.scroll-box::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	border-radius:10px
}
.scroll-box::-webkit-scrollbar-thumb{
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)
}
.details-block {
	padding: 20px 0 30px 0;
	color: rgba(0,0,0,.8);
    margin: 0 auto;
}
.details-headline {
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    margin-left: -2.5px;
    line-height: 1.04;
    letter-spacing: -.028em;
	padding: 0 0 2px 0;
}
.details-excerpt {
	font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
	padding: 0 0 2px 0;
}
.details-flexed {
	justify-content: flex-start;
	color: rgba(0,0,0,.6);
	padding: 0 0 2px 0;
}
.details-geo, .details-dot, .details-reference, .details-date {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1.5px;
}
.details-dot {
	padding: 0 8px;
	text-align: center;
}
.container {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.09);
	background: #fff;
	margin: 5px 0;
	/*box-sizing: border-box;*/
}
.container-mid {
	justify-content: space-between;
}
.container-totals {
	color: rgba(0,0,0,.8);
	align-items: center;
}
.totals-block {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}
.cat-desc, .cat-value {
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	padding: 10px 5px 0 0;
}
.cat-state, .cat-dist {
	padding-bottom: 25px;
	padding-top: 5px;
	font-size: 48px;
}
.cat-dist {
	padding-bottom: 5px;
	padding-top: 25px;
	font-size: 38px;
}
.cat-desc, .cat-sub {
	font-size: 22px;
	text-align: center;
	padding: 10px 10% 25px 10%;
}
.cat-desc-two {
	padding: 5px 5px 0 0;
}
.cat-value {
	font-size: 38px;
	text-align: center;
}
.cat-sub {
	color: rgba(0,0,0,.44);
	padding: 0px 10% 5px 10%;
}
.cat-sub-headline {
	padding: 0px 10% 25px 10%;
}
.mid-section {
	order: 1;
}
.mid-map {
	order: 2;
}
.uppercase{
	text-transform: uppercase;
}
.empty {
	display: none;
}
.headline {
	cursor: pointer;
	padding: 15px 0;
}
.cat-default {
	font-size: 140%;
	line-height: 180%;
	width: 75%;
}
.cat-instruct, .static-reference .static-reference-reference {
	padding: 5px 0;
	color: rgba(0,0,0,.44);
}
.static-reference {
	padding: 10px;
}
.static-reference-reference {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 0 5px;
}
.static-reference .static-reference-label {
	padding: 15px 0 0 0;
	font-size: 14px;
	line-height: 16px;
}
.static-link-back {
	text-align: right;
	padding: 5px;
}
.add-padding-bottom {
	padding-bottom: 25px;
}
.align-left {
	text-align: left;
}
.small-font {
	font-size: 14px;
	line-height: 18px;

}
.super-small-font {
	font-size: 12px;
	line-height: 16px;
}
@media screen and (max-width: 1300px) {
	.container {
		margin: 10px 1%;
	}
	.container-mid {
		display: block;
	}
	.mid-map, .mid-section, .container {
		width: 98%;
	}
	.large-font {
		font-size: 30px;
		line-height: 36px;
	}
	.details-block {
		width: 100%;
		padding: 15px 0 20px 0;
	}
	.details-headline {
		font-size: 26px;
	}
	.details-excerpt {
		font-size: 16px;
		line-height: 1.3;
	}
	.details-geo, .details-dot, .details-reference, .details-date {
		font-size: 13px;
	}
	.container-details {
		padding: 8px;
	}
	.container-totals, .mid-section {
		height: initial !important;
		min-height: 100px;
	}
	.container-totals {
		align-items: flex-start;
	}
}