@import url( /wp-content/lib/chunks/addthis.css );
@import url( /wp-content/lib/chunks/singular.css );
@import url( /wp-content/lib/chunks/pagination.css );
@import url( /wp-content/lib/chunks/sidebar-widget.css );
@import url( /wp-content/lib/chunks/sidebar-related-material.css );
@import url( /wp-content/lib/chunks/interactives.css );
@import url( /wp-content/lib/chunks/toggle-buttons.css );

#projection path {
	stroke:#7A7B7E;
	stroke-width:0.5px;
	fill:#F3F3F4;
	cursor:pointer;
}
#projection path.out,
#projection path.in {
	/*stroke:#444;*/
	stroke:#B8B8B8;
	stroke-width:1px;
}
#projection path:hover {
	stroke:#666;
	stroke-width:1px;
	/*fill:rgba(163,210,200,1) !important;*/
	fill: white !important;
}
#lines path {
	fill:none;
	stroke: #333;
	opacity: 0.4;
	pointer-events: none;
}
#US {
	fill:#00c;
}
.tooltip {
	position:absolute;
	z-index:10;
	background:white;
	padding:5px 10px;
	border-radius:5px;
	border:1px solid #333;
	font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif;
	font-size:1.2em;
	letter-spacing:0.1em;
	line-height:130%;
}
#interactive {
	position: inherit;
}
#map {
	left: 0;
	right: 0;
}
#map svg {
	display: flex;
}
#nav-container {
	padding-left:0;
	overflow:auto;
	z-index: 100;
	width: 100%;
	max-width: 1020px;
	border-bottom: 1px dotted #ccc;
	background-color: rgba(255,255,255,0.8);
}
#select-country select {
	display: block;
	clear: both;
	padding: 5px 10px;
	height: auto;
	width:100%;
	max-width: 640px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #A8A8A8;
	margin-bottom:20px;
	margin-top: 20px;
}
/*firefox arrow is annoying, let's hide it*/
@-moz-document url-prefix() {
  #select-country select select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
		background-image: url(http://i62.tinypic.com/15xvbd5.png);
		background-position: 97% center;
		background-repeat: no-repeat;
  }
}

#menu li {
	list-style:none;
	float:left;
}
#menu li:not(.switch) {
	padding: 6px 0;
	color:#888;
	font-size: 13px;
	margin-right:10px;
}
#menu p {
	clear: left;
	color: #888;
	font-size: 13px;
	padding-top: 12px;
}
#interactive.w660 h2.sentFrom {
	font-weight: 100;
	text-align: center;
	font-size: 3em;
	margin-bottom: 15px;
}
#table-container {
	display: flex;
}
#data {
	position:relative;
}
#no_data_overlay {
	display:none;
	position:absolute;
	top:80px;
	width: 80%;
	margin: 0 8%;
	padding:10px;
	height:150px;
	background:#fff;
	border:1px solid #ccc;
	z-index:400;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.3);
	text-align:center;
}
#no_data_overlay p {
	font-size: 1.5em;
	line-height: 150%;
}
#data table {
	position:relative;
	overflow:auto;
	width:100%;
	margin-bottom:20px;
	font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
	border: 1px solid #999;
}
#data table th {
	cursor:pointer;
	width: 49%;
	background:#f2f3e9;
}
#data th.sorted {
	color: #fff;
	background: #B7B8AF;
}
#data th:not(.sorted):hover {
	background: #E5E2D2;
}
.sorted.desc:after {
	content: " \25Bc";
	font-size: 0.4em;
	padding-left: 5px;
}
.sorted.asc:after {
	content: ' \25b2';
	font-size: 0.4em;
	padding-left: 5px;
}

#data tbody {
	height: 620px;
	overflow-y: scroll;
	display: block;
}
#data tbody::-webkit-scrollbar {
    -webkit-appearance: none;
}
#data tbody::-webkit-scrollbar:vertical {
    width: 11px;
}
#data tbody::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
#data tr {
	display:block;
}
#data tbody tr:hover {
	background: rgba(0, 0, 0, .2);
}
#data tr:nth-child(even) {
	background: #eee;
}
#data th,
#data td {
	width:50%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	padding:8px 12px;
	font-size:1.4em;
}
#data tbody td:last-of-type {
	text-align:right;
}
td .countyColor,
li .countyColor {
	width:10px;
	height:10px;
	border:1px solid #666;
	margin-right:6px;
	float:left;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

#about ul {
	list-style: inside;
}

#about p,
#about ul li {
	font-size: 1.5em;
	line-height: 150%;
	margin-bottom:15px;
}
h2.out,
h2.in {
	line-height:150%;
	display:none;
}
h2.out span,
h2.in span {
	background: #E2E2E2;
	padding: 1px 10px;
}

/*make spans flash*/
@-webkit-keyframes pulse {
	0%   {background-color: #e2e2e2;}
	50%  {background-color: #c2c98b;}
	100% {background-color: #e2e2e2;}
}

/* Standard syntax */
@keyframes pulse {
	0%   {background-color: #e2e2e2;}
	50%  {background-color: #c2c98b;}
	100% {background-color: #e2e2e2;}
}

.pulse-text {
	animation-name: pulse;
	animation-duration: 1s;
}

.source {
	clear:both;
}

#switch {
	margin-right:20px;
	clear:left;
}
.switch {
	margin-top:10px;
	margin-bottom: 10px;
}
.svg-content-responsive {
    display: inline-block;
    top: 0;
    left: 0;
		height: 100%;
		width: 100%;
		width: calc(100% + 3em);
		margin-left: -30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10+ specific styles go here because Microsoft killed conditionals for 10+ and IE 10+ seem to be the only browsers that use -ms-high-contrast: https://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/*/
	 .svg-content-responsive {
		 	width: 960px;
			height: 432px;
	 }
}

.countyColor.in.level1 { background:#f9ead4; }
.countyColor.in.level2 { background:#f5d6a9; }
.countyColor.in.level3 { background:#f1c37f; }
.countyColor.in.level4 { background:#ea9e2c; }
.countyColor.in.level5 { background:#bb792a; }
.countyColor.in.level6 { background:#7c5220; }
.countyColor.in.level7 { background:#3f2500; }

.countyColor.out.level1 { background:#eaecd8; }
.countyColor.out.level2 { background:#d6dab3; }
.countyColor.out.level3 { background:#c2c98b; }
.countyColor.out.level4 { background:#949d48; }
.countyColor.out.level5 { background:#6e7537; }
.countyColor.out.level6 { background:#494e24; }
.countyColor.out.level7 { background:#252c05; }

@media (max-width: 430px){
	.switch {
		width: 100%;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	#switch {
		margin-bottom: 0px;
	}
	#toggle-container {
		display: flex;
		clear: both;
		flex-direction: column-reverse;
	}
}
@media (min-width:675px){
	#data {
		width:50%;
		float:left;
	}
	#about {
		float:left;
		width:50%;
		padding-right:5%;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#js-before-table-nav {
		position: absolute;
	}
	#table-container {
		margin-top: 160px;
	}
}
@media (max-width:675px){
	#table-container {
		display: flex;
		flex-direction: column-reverse;
	}
	#data tbody {
		height:400px;
		overflow-y: overlay;
	}
	#data table th {
		width:50%;
	}
}
