/**
 * ------------------------------------------------
 * FVD Pages Stylesheet
 * Provides styles for unique pages
 * Should be called after site sheets, but before module specific sheets.
 * ------------------------------------------------
 */

.page--map #page-wrapper {
	height: 100vh;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
}

.page--map .module--map {
	width: 100vw;
	height: 100vh;
    overflow: hidden;
    position: absolute;
}

.page--map .curtain {
	position: absolute;
	left: 480px;
	right: 0;
	top: 0;
	overflow: visible;
	z-index: 15;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.page--map .curtain {
		left: 0;
	}
}

.page--map .curtain .close {
	width: 0;
	height: 0;
	pointer-events: all;
}

.page--map .curtain .close:before,
.page--map .curtain .close:after {
	content: '';
	width: 45px;
	height: 138px;
	position: absolute;
	right: 0;
	top: 50%;
	background-image: url('../assets/images/map-curtain-toggle.png');
	background-position: -5px 143px;
	background-size: 55px 291px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.page--map .curtain .close:after {
	background-position: -5px -5px;
}

.page--map .curtain.closed .close:hover:after,
.page--map .curtain:not(.closed) .close:hover:before {
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.page--map .curtain.closed .close:before,
.page--map .curtain .close:after {
	-webkit-transform: translate(5px, -50%) translate(100%, 0);
	        transform: translate(5px, -50%) translate(100%, 0);
}

.page--map .curtain .close:before,
.page--map .curtain.closed .close:after {
	-webkit-transform: translate(5px, -50%);
	        transform: translate(5px, -50%);
}

.page--map .curtain .content {
	width: 100%;
	max-height: -webkit-calc(100vh - 64px);
	max-height: calc(100vh - 64px);
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	padding: 30px 60px;
	background-color: rgba(36, 36, 36, 0.92);
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	transition: -webkit-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
	overflow: auto;
	pointer-events: all;
}

.page--map .curtain.closed .content {
	-webkit-transform: translate(100%, 0);
	        transform: translate(100%, 0);
}

@media screen and (max-width: 767px) {
	.page--map .curtain .content {
		max-height: 100vh;
		padding: 15px;
	}
}

.page--map .curtain .welcome {
	line-height: 48px;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
}

@media screen and (max-width: 767px) {
	.page--map .curtain .welcome {
		font-size: 18px;
		line-height: 26px;
	}
}

.page--map .curtain .header {
	line-height: 53px;
	font-size: 48px;
	font-family: 'Ultra', serif;
	font-weight: 400;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.page--map .curtain .header {
		font-size: 30px;
		line-height: 36px;
		margin-right: 30px;
	}
}

.page--map .curtain .subhead {
	line-height: 28px;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 10px;
}

.page--map .curtain .steps {
	counter-reset: the-counter;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.page--map .curtain .steps {
		padding-top: 0;
		padding-bottom: 20px;
	}
}

.page--map .curtain .step {
	position: relative;
	padding-left: 30px;
	padding-right: 60px;
	margin-bottom: 40px;
	line-height: 30px;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
}

@media screen and (max-width: 767px) {
	.page--map .curtain .step {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
		padding-right: 15px;
	}	
}

.page--map .curtain .step p {
	margin: 0;
}

.page--map .curtain .step:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: counters(the-counter, ".") ".";
	counter-increment: the-counter;
	font-weight: 700;
}

.page--map .curtain .cta-wrapper {
	padding-bottom: 30px;
	text-align: center;
}

.page--map .curtain .cta-wrapper .cta {
	display: inline-block;
	padding: 15px 60px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	line-height: 30px;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #2c8d9e;
	background-image: url('../assets/images/homepage-involved-button-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.page--map .search .header {
	display: inline-block;
	margin-bottom: 22px;
	line-height: 32px;
	font-size: 32px;
	font-family: 'Ultra', serif;
	font-weight: 400;
	color: #eddbbd;
	text-transform: uppercase;
}

.page--map .search .copy {
	display: inline-block;
	padding-bottom: 10px;
	line-height: 24px;
    font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	cursor: text;
}

.page--map .mobile-info-bottom.search .copy {
	text-align: center;
}

.page--map .search .input {
	width: 100%;
	position: relative;
}

.page--map .search .input input {
	width: 100%;
	padding: 10px;
	border: 0 solid transparent;
	line-height: 16px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	background-color: #ffffff;
	outline: 0;
}

.page--map .search .input input::-webkit-input-placeholder {
	line-height: 16px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 0.3;
	color: #000000;
}

.page--map .search .input input::-moz-placeholder {
	line-height: 16px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 0.3;
	color: #000000;
}

.page--map .search .input input:-ms-input-placeholder {
	line-height: 16px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 0.3;
	color: #000000;
}

.page--map .search .input .icon {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 16px;
	font-size: 16px;
	opacity: 0.3;
	color: #000000;
	pointer-events: none;
}

.page--map .search .input .suggestions {
	width: 100%;
	position: absolute;
	padding: 1px;
	background-color: #ffffff;
	z-index: 10;
}

.page--map .search  .input .suggestions .suggestion {
	padding: 15px;
	line-height: 16px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	cursor: pointer;
}

.page--map .search .input .suggestions .suggestion:hover,
.page--map .search .input .suggestions .suggestion:focus {
	background-color: #224d7b;
	color: #ffffff;
}

.page--map .mobile-info-top {
	width: 100%;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px 20px 10px 20px;
	background-color: #224d7b;
}

.page--map .mobile-info-bottom {
	width: 100%;
	height: 78px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background-color: #224d7b;
}

@media screen and (min-width: 768px) {
	.page--map .mobile-info-top {
		display: none;
	}

	.page--map .mobile-info-bottom {
		display: none;
	}
}

.page--map .info {
	width: 480px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 64px;
	font-size: 16px;
	background-color: #fcfbee;
	background-image: url('../assets/images/WC-map-panel.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	overflow-y: auto;
	z-index: 30;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.5, 0.5, 1.2) 0s;
	transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.5, 0.5, 1.2) 0s;
	transition: transform 0.5s cubic-bezier(0.25, 0.5, 0.5, 1.2) 0s;
	transition: transform 0.5s cubic-bezier(0.25, 0.5, 0.5, 1.2) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 0.5, 0.5, 1.2) 0s;
}

.page--map .info > * {
	font-size: 0px;
}

@media screen and (max-width: 767px) {
	.page--map .module--map.map-view .info {
		/*display: none;*/
		-webkit-transform: translate(-100%,0);
		        transform: translate(-100%,0);
	}

	.page--map .info {
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 20px);
		padding-left: 20px;
		bottom: 0;
		left: -20px;
	}
}

.page--map .info > .search {
	padding: 30px 20px 10px 20px;
	background-color: #224d7b;
	background-image: url('../assets/images/search-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.page--map .info > .search {
		display: none;
	}
}

.page--map .info > .district {
	position: relative;
	padding: 15px;
	background-color: #ffffff;
	background-image: url('../assets/images/noise-background.png');
	background-position: center;
	display: none;
}

.page--map .info.case-study > .district,
.page--map .info.elementary-school > .district,
.page--map .info.middle-school > .district,
.page--map .info.high-school > .district,
.page--map .info.district-averages > .district,
.page--map .info.demographics > .district {
	display: block;
}

.page--map .info > .district .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #49494a;
	line-height: 24px;
	font-size: 24px;
	cursor: pointer;
}

.page--map .info > .district .header {
	padding-right: 30px;
	padding-bottom: 15px;
	line-height: 26px;
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #ce4d18;
}

.page--map .info > .district .header.featured {
	color: #224d7b;
}

.page--map .info > .district .copy {
	padding-right: 30px;
	padding-bottom: 30px;
	line-height: 16px;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
}

.page--map .info > .district .copy .classification {
	font-weight: 700;
	text-transform: lowercase;
}

.page--map .info > .district .icons {
	text-align: center;
}

.page--map .info > .district .icons:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.page--map .info > .district .icons .icon {
	display: inline-block;
	width: 56px;
	height: 56px;
	/* border-radius: 50%; */
	cursor: pointer;
	background-size: 56px 112px;
	background-position: 0 0;
}

.page--map .info > .district .icons .icon.hidden {
	display: none;
}

.page--map .info > .district .icons .icon.case-study {
	/* background-color: #8f17ac; */
	background-image: url('../assets/images/case-study.png');
}

.page--map .info > .district .icons .icon.high-school {
	/* background-color: #214d7a; */
	background-image: url('../assets/images/high-school.png');
}

.page--map .spanish .info > .district .icons .icon.high-school {
	background-image: url('../assets/images/high-school-es.png');
}

.page--map .info > .district .icons .icon.middle-school {
	/* background-color: #ce4d16; */
	background-image: url('../assets/images/middle-school.png');
}

.page--map .spanish .info > .district .icons .icon.middle-school {
	background-image: url('../assets/images/middle-school-es.png');
}

.page--map .info > .district .icons .icon.elementary-school {
	/* background-color: #b58800; */
	background-image: url('../assets/images/elementary-school.png');
}

.page--map .spanish .info > .district .icons .icon.elementary-school {
	background-image: url('../assets/images/elementary-school-es.png');
}

.page--map .info > .district .icons .icon.district-averages {
	/* background-color: #2aa097; */
	background-image: url('../assets/images/district-averages.png');
}

.page--map .info > .district .icons .icon.demographics {
	/* background-color: #bf2062; */
	background-image: url('../assets/images/demographics.png');
}

.page--map .info.case-study > .district .icons .icon:hover,
.page--map .info.case-study > .district .icons .icon.case-study,
.page--map .info.high-school > .district .icons .icon.high-school,
.page--map .info.middle-school > .district .icons .icon.middle-school,
.page--map .info.elementary-school > .district .icons .icon.elementary-school,
.page--map .info.district-averages > .district .icons .icon.district-averages,
.page--map .info.demographics > .district .icons .icon.demographics {
	background-position: 0 100%;
}

.page--map .info > .header {
	display: none;
	padding: 15px;
	line-height: 18px;
	font-size: 18px;
	font-family: "clarendon-urw","Georgia",sans-serif;
	text-align: center;
	color: #ffffff;
}

.page--map .info.none-selected > .header {
	display: none;
}

.page--map .info.case-study > .header.case-study {
	display: none;
	background-color: #4e045f;
}

.page--map .info.high-school > .header.high-school {
	display: block;
	background-color: #224d7b;
}

.page--map .info.middle-school > .header.middle-school {
	display: block;
	background-color: #7b2222;
}

.page--map .info.elementary-school > .header.elementary-school {
	display: block;
	background-color: #7b5d22;
}

.page--map .info.district-averages > .header.district-averages {
	display: block;
	background-color: #2aa198;
}

.page--map .info.demographics > .header.demographics {
	display: block;
	background-color: #bf4eb6;
}

.page--map .info:not(.none-selected) > .featured {
	display: none;
}

.page--map .info > .featured > .content {
	padding: 40px 20px 15px 20px;
}

.page--map .info > .featured > .content .header {
	line-height: 30px;
	font-size: 24px;
	font-weight: 700;
	color: #3e2723;
}

.page--map .info > .featured > .content .subhead {
	line-height: 22px;
	font-size: 14px;
	color: #3e2723;
}

.page--map .info > .featured .featured-district {
	display: inline-block;
    width: 100%;
    position: relative;
	padding: 15px 20px;
    border-bottom: 1px solid #bcaaa4;
	line-height: 18px;
    font-size: 18px;
    text-align: left;
    color: #3e2723;
	cursor: pointer;
}

.page--map .info > .featured .featured-district:hover {
    color: #ffffff;
    background-color: #4a90e2;
}

.page--map .info > .featured .featured-district .fa {
	display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
	margin-top: 15px;
    margin-right: 24px;
	font-size: 24px;
    text-align: right;
}

.page--map .info:not(.case-study) > .content.case-study {
	display: none;
}

.page--map .info > .content.case-study.english .language:not(.english) {
	display: none;
}

.page--map .info > .content.case-study.spanish .language:not(.spanish) {
	display: none;
}

.page--map .info > .statistic {
	position: relative;
	display: none;
}

.page--map .info > .statistic.credits {
	border: 0 solid #e0e0e0;
	border-bottom-width: 1px;
}

.page--map .info > .statistic.courses {
	border: 0 solid #e0e0e0;
	border-top-width: 1px;
}

.page--map .info.middle-school > .statistic.credits,
.page--map .info.high-school > .statistic.credits,
.page--map .info.district-averages > .statistic.credits,
.page--map .info.elementary-school > .statistic.students,
.page--map .info.middle-school > .statistic.students,
.page--map .info.high-school > .statistic.students,
.page--map .info.district-averages > .statistic.students,
.page--map .info.middle-school > .statistic.courses,
.page--map .info.high-school > .statistic.courses,
.page--map .info.district-averages > .statistic.courses {
	display: block;
}

.page--map .info.demographics > .statistic.demographics {
	display: block;
}

.page--map .info > .statistic .data {
	padding: 15px;
}

.page--map .info > .statistic .data > .header {
	padding-bottom: 15px;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #424242;
	letter-spacing: .03em;
}

.page--map .info > .statistic .data > .value {
	padding-bottom: 15px;
	line-height: 50px;
	font-size: 42px;
	font-family: "clarendon-urw","Georgia",sans-serif;
	text-align: center;
	color: #000000;
}

.page--map .info > .statistic .data.poor > .value,
.page--map .info > .statistic .data > .value-description.poor {
	color: #c43d2d;
}

.page--map .info > .statistic .data.fair > .value,
.page--map .info > .statistic .data > .value-description.fair {
	color: #8e24aa;
}

.page--map .info > .statistic .data.good > .value,
.page--map .info > .statistic .data > .value-description.good {
	color: #3e943e;
}

.page--map .info > .statistic .data.poor > .value-description:not(.poor),
.page--map .info > .statistic .data.fair > .value-description:not(.fair),
.page--map .info > .statistic .data.good > .value-description:not(.good) {
	display: none;
}

.page--map .info > .statistic .data > .value-description {
	padding-bottom: 12px;
	line-height: 14px;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
}

.page--map .info > .statistic:not(.open) .data > .value-description {
	display: none;
}

.page--map .info > .statistic .data > .value-description .red {
	font-weight: 700;
	color: #c43d2d;
}

.page--map .info > .statistic .data > .value-description .green {
	font-weight: 700;
	color: #3e943e;
}

.page--map .info > .statistic .data .expander {
	position: absolute;
	right: 30px;
	top: 66px;
	-webkit-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	line-height: 20px;
	font-size: 20px;
	color: #616161;
	cursor: pointer;
}

.page--map .info > .statistic .data .expander .up,
.page--map .info > .statistic .data .expander .down {
	display: none;
}

.page--map .info > .statistic:not(.open) .data .expander .down {
	display: inline;
}

.page--map .info > .statistic.open .data .expander .up {
	display: inline;
}

.page--map .info > .statistic .data .comparisons {
	/* Removed when consolidated down to two items
	text-align: justify;
	text-justify: distribute;
	*/
	text-align: center;
}

.page--map .info > .statistic .data .comparisons .justifier {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.page--map .info > .statistic .data .comparisons.art .comparison {
	display: inline-block;
	/* width: 25%; */
}

.page--map .info > .statistic .data .comparisons.art .comparison.classification{
	margin-right: 30px;
}

.page--map .info > .statistic .data .comparisons.art .comparison.district{
	display: none !important;	
}

.page--map .info > .statistic .data .comparisons.art .comparison.region{
	display: none !important;
}

.page--map .info > .statistic .data .comparisons.art .comparison.state{
	
}

.page--map .info.district-averages > .statistic .data .comparisons.art .comparison.district {
	display: none;
}

.page--map .info > .statistic .data .comparisons.ethnicity .comparison {
	display: inline-block;
	width: 50%;
}

.page--map .info > .statistic .data .comparisons.risk .comparison {
	display: inline-block;
	width: 100%;
}

.page--map .info > .statistic .data .comparison .header {
    padding-bottom: 6px;
    line-height: 14px;
    font-size: 14px;/*was 12px*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;/*was 700*/
    text-align: center;
    white-space: nowrap;
    color: #616161;
}

.page--map .info > .statistic:not(.demographics) .data .comparison .header:not(.above):not(.below):before {
	content: '- ';
}

.page--map .info > .statistic .data .comparison .header span.above,
.page--map .info > .statistic .data .comparison .header span.below {
	display: none;
}

.page--map .info > .statistic .data .comparison .header.above span.above {
	display: inline;
	color: #40b040;
}

.page--map .info > .statistic .data .comparison .header.below span.below {
	display: inline;
	color: #c43d2d;
}

.page--map .info > .statistic .data .comparisons.ethnicity .comparison .header,
.page--map .info > .statistic .data .comparisons.risk .comparison .header {
	padding-bottom: 0;
	line-height: 16px;
	font-size: 14px;
}

.page--map .info > .statistic .data .comparison .value {
	line-height: 16px;
	font-size: 14px;
	font-family: "clarendon-urw","Georgia",sans-serif;
	text-align: center;
	color: #49494a;
}

.page--map .info:not(.demographics) > .statistic:not(.open) .data .comparison .value {
	display: none;
}

.page--map .info > .statistic .data .comparisons.ethnicity .comparison .value,
.page--map .info > .statistic .data .comparisons.risk .comparison .value {
	padding-bottom: 20px;
}

.page--map .info > .statistic .data .comparisons.ethnicity .comparison .value:after,
.page--map .info > .statistic .data .comparisons.risk .comparison .value:after {
	content: '%';
	display: inline;
	margin-left: 4px;
}

.page--map .info > .statistic .data .comparisons .rule {
	width: 100%;
	height: 1px;
	padding-top: 6px;
	padding-bottom: 15px;
	background-color: #f2f2f2;
}

.page--map .info > .statistic .what {
	position: relative;
	padding: 15px;
	background-color: #586e75;
}

.page--map .info > .statistic .what:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -13px;
	-webkit-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
	border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #586e75;
    left: 50%;
}

.page--map .info > .statistic:not(.open) .what {
	display: none;
}

.page--map .info > .statistic .what .header {
	padding: 10px 0;
	line-height: 18px;
	font-size: 18px;
	font-family: "clarendon-urw","Georgia",sans-serif;
	text-align: center;
	color: #fdf6e3;
}

.page--map .info > .statistic .what .copy {
	display: none;
	padding-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	color: #fdf6e3;
}

.page--map .info.elementary-school > .statistic .what .copy.elementary-school,
.page--map .info.middle-school > .statistic .what .copy.middle-school,
.page--map .info.high-school > .statistic .what .copy.high-school,
.page--map .info.district-averages > .statistic .what .copy.district-averages {
	display: block;
}

.page--map .info > .statistic .why {
	padding: 15px;
	background-color: #fef1e0;
	background-image: url('../assets/images/WC-offWhite-col-6.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.page--map .info > .statistic:not(.open) .why {
	display: none;
}

.page--map .info > .statistic .why .header {
	padding: 10px 0;
	line-height: 18px;
	font-size: 18px;
	font-family: "clarendon-urw","Georgia",sans-serif;
	text-align: center;
	color: #586e75;
}

.page--map .info > .statistic .why .copy {
	display: none;
	padding-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	color: #586e75;
}

.page--map .info.elementary-school > .statistic .why .copy.elementary-school,
.page--map .info.middle-school > .statistic .why .copy.middle-school,
.page--map .info.high-school > .statistic .why .copy.high-school,
.page--map .info.district-averages > .statistic .why .copy.district-averages {
	display: block;
}

.page--map .info > .statistic .why .copy strong {
	color: #c75300;
	font-weight: 300;
}

.page--map .info > .statistic .why .cta {
	width: 100%;
	padding: 20px 0;
	border: 1px solid #ffffff;
	border-radius: 6px;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background-color: #48a6be;
	cursor: pointer;
}

.page--map .info.demographics > .statistic.courses {
	display: none;
}

.page--map .info > .involved {
	padding: 15px;
	background-color: #1e1e1e;
	background-image: url('../assets/images/WC-darkGray-mappanel.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	display: none;
}

.page--map .info.case-study > .involved,
.page--map .info.elementary-school > .involved,
.page--map .info.middle-school > .involved,
.page--map .info.high-school > .involved,
.page--map .info.district-averages > .involved,
.page--map .info.demographics > .involved {
	display: block;
}

.page--map .info > .involved .header {
	padding-bottom: 20px;
	line-height: 22px;
	font-size: 18px;
	font-family: 'Ultra', serif;
	font-weight: 400;
	text-align: center;
}

.page--map .info > .involved .copy {
	padding-bottom: 20px;
	line-height: 18px;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}

.page--map .info > .involved .cta {
	display: block;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 20px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	line-height: 30px;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #2c8d9e;
	background-image: url('../assets/images/homepage-involved-button-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
}

.page--map .info > .involved .back {
	line-height: 30px;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	cursor: pointer;
}

.page--map .map {
	position: absolute;
	left: 480px;
	right: 0;
	top: 0;
	bottom: 64px;
}

@media screen and (max-width: 767px) {
	.page--map .map {
		left: 0;
		top: 130px;
		bottom: 78px;
	}
}

.page--map .map .textoverlay {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 0 6px #000000;
	color: #ffffff;
}

.page--map .stub {
	height: 64px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #606060;
	background-image: url('../assets/images/map-footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.page--map .stub {
		display: none;
	}
}

.page--map .stub .header {
	position: absolute;
	left: 30px;
	top: 20px;
	line-height: 24px;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #e0e0e0;
}

.page--map .stub .icons {
	position: absolute;
	right: 20px;
	top: 16px;
	white-space: nowrap;
}

.page--map .stub .icons .icon {
	line-height: 32px;
	font-size: 32px;
	margin: 0 10px;
	color: #e0e0e0;
}