#map {
	height: 750px;
}

.info {
	background: white;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	border-radius: 3px;
	color: black;
	border: 2px solid black;
	max-width: 250px;
}

h4 {
	margin-top: 8px;
}

h5 {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size: 13.5px;
    line-height: 1.5;
}

.source {
	margin-top: 8px;
	font-style: italic;
	line-height: 1.4;
}

.legend {
	padding: 16px;
}

.legend i {
	width: 18px;
	height: 18px;
	border: 1px solid black;
	margin-right: 10px;
	float: left;
}

.legend span,
.legend label {
  display: block;
  width: 50px;
  height: 18px;
  float: left;
  opacity: 0.7;
  text-align: center;
  font-size: 80%
}

.popup {
	background: white;
	padding: 16px;
}

.popup__name,
.popup__pct-wrapper {
	border-bottom: 1px solid black;
}

.popup__name {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.popup__year {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	//text-transform: uppercase;
	//margin-bottom: 8px;
}

.popup__pct-value {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 48px;
	margin: 0;
}

.popup__pct-title {
	margin-bottom: 0;
}

.popup {
	font-family: 'Lato', sans-serif;
	border: 2px solid #000;
	padding: 16px;
}

.popup.is-hidden {
	display: none;
}

.popup__group--emphasis {
	// margin-bottom: 16px;
}

.popup__group--underline {
	border-bottom: 1px solid grey;
}

.popup__title {
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 16px;
	padding-top: 16px;
	font-size: 14px;
	margin: 0;
}

.popup__title--thin {
	padding-bottom: 0;
}

.popup__text {
	font-size: 14px;
	line-height: 1.8;
}

.popup__text--expand {
	line-height: 1.8;
}

.popup__text--thin {
	margin-top: 0;
	margin-bottom: 0;
}

.popup__text--expand {
	margin-bottom: 32px;
}

.popup__text--emphasis {
	font-size: 36px;
	font-weight: 900;
	margin: 0;
}

.popup__text--emphasis-alt {
	margin-bottom: 8px;
}

.popup__group--flex {
	display: flex;
}

.popup__group--inner {
	margin-right: 32px;
}

i.fa-check-circle,
i.fa-times-circle {
	margin-right: 6px;
}

span {
	padding-bottom: 2px;
	// border-bottom: 1px solid #000;
	font-weight: 700;
}

/* Large devices */
@media (max-width: 1200px) {
}

/* Large devices */
@media (max-width: 1024px) {
}

/* Medium devices */
@media (max-width: 768px) {
	.popup {
		height: 41px;
	}
}

/* Medium devices */
@media (max-width: 640px) {
}

/* Small devices */
@media (max-width: 480px) {
}

/* Small devices */
@media (max-width: 320px) {
}