.annualreport-states h2 {
    color: #0b3f4a;
    font-size: 76px;
    line-height: 82px;
    font-weight: normal;
    margin: 10px 0 40px 0;
    font-family: libre_baskerville, garamond, times, serif;
    letter-spacing: -3px;
}

.annualreport-states {
    padding: 60px 20px;
}


.annualreport-states .directions {
    padding: 15px;
    position: relative;
    border-radius: 6px;
    margin-top: 50px;
    font-size: 24px;
	line-height: 28px;
}

.directions.smallscreen {
	display: none;
}

.annualreport-states .directions::after {
    content: '';
    position: absolute;
    bottom: calc(100% - 4px);
    right: -25px;
    width: 60px;
    height: 60px;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/annual_report/arrow-concave_top-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.annualreport-states .col-md-8 {
	padding-right: 0 !important;
}

.annualreport-states .state-map .state:hover svg path:first-of-type {
    fill: #ccc;
}

.annualreport-states .state-map .state.active svg path:first-of-type {
    fill: #5e5e5f;
}

.annualreport-states .state-map {
    position: relative;
    min-height: 200px;
    margin-top: 0;
	margin-left: 40px;
	margin-bottom: 20px;
}

.annualreport-states .state-map .state {
    display: inline-block;
    position: absolute;
    width: 200px;
    height: 100px;
    cursor: pointer;
}

.annualreport-states .state-map .state .state-name {
	display: none;
	position: absolute;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.annualreport-states .state-map .state svg {
    width: 100%;
    height: 100%;
}


.annualreport-states .state-map .state.alaska {
    left: 0;
    top: 15px;
    width: 230px;
	height: 170px;
    /* clip-path: url(#clipAK); */
    /* background-color: #08f; */
}

.annualreport-states .state-map .state.alaska .state-name {
	top: 54px;
	left: 90px;
}

.annualreport-states .state-map .state.oregon {
	left: 238px;
	top: 60px;
    width: 172px;
    height: 142px;
}

.annualreport-states .state-map .state.oregon .state-name {
	top: 66px;
	left: 46px;
}

.annualreport-states .state-map .state.washington {
	top: -5px;
	left: 277px;
    width: 143px;
	height: 104px;
}

.annualreport-states .state-map .state.washington .state-name {
	top: 47px;
	left: 34px;
}

.annualreport-states .state-map .state.montana {
	top: 23px;
	left: 430px;
    width: 218px;
    height: 139px;
}

.annualreport-states .state-map .state.montana .state-name {
    top: 63px;
    left: 70px;
}

.annualreport-states .state-map .state.idaho {
	top: 19px;
	left: 377px;
    width: 128px;
    height: 206px;
}

.annualreport-states .state-map .state.idaho .state-name {
    top: 145px;
    left: 30px;
}

.annualreport-states .slideshow_grantees {
    background-color: #f5f5f5;
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    font-family: calluna_sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.annualreport-states .slideshow_grantees .slideHolder {
    font-size: 0;
    display: flex;
}

.annualreport-states .slideshow_grantees .slideHolder .slide {
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}

.annualreport-states .slideshow_grantees .slideHolder .slide.hidden {
    display: none;
}


.annualreport-states .slideshow-buttons {
    margin-left: 45px;
    height: 45px;
}

.annualreport-states .slideshow-buttons .button_previous,
.annualreport-states .slideshow-buttons .button_next {
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center center;
	display: inline-block;
	width: 70px;
	height: 45px;
	cursor: pointer;
}

.annualreport-states .slideshow-buttons .button_previous {
    border-radius: 6px 0 0 0;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/arrow-slideshow_alt_previous_salmon-light.svg');
}

.annualreport-states .slideshow-buttons .button_previous:hover {
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/arrow-slideshow_alt_previous_salmon.svg');
}

.annualreport-states .slideshow-buttons .button_next {
    border-radius: 0 6px 0 0;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/arrow-slideshow_alt_next_salmon-light.svg');
}

.annualreport-states .slideshow-buttons .button_next:hover {
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/arrow-slideshow_alt_next_salmon.svg');
}



/* * * BREAKPOINTS * * */


@media only screen and (max-width: 1000px) {

	.annualreport-states h2 {
		font-size: 50px;
		line-height: 62px;
		letter-spacing: -2px;
	}

	.annualreport-states .state-map {
		min-height: 180px;
		max-width: 500px;
		max-height: 180px;
		margin: 40px auto 20px;
	}

	.annualreport-states .state-map .state.alaska {
		left: 0;
		top: calc(.71 * 15px);
		width: calc(.71 * 230px);
		height: auto;
	}

	.annualreport-states .state-map .state.oregon {
		left: calc(.71 * 238px);
		top: calc(.71 * 61.5px);
		width: calc(.71 * 172px);
		height: auto;
	}

	.annualreport-states .state-map .state.washington {
		top: -2.52px;
		left: calc(.71 * 277px);
		width: calc(.71 * 143px);
		height: auto;
	}

	.annualreport-states .state-map .state.montana {
		top: calc(.71 * 24px);
		left: calc(.71 * 429px);
		width: calc(.71 * 218px);
		height: auto;
	}

	.annualreport-states .state-map .state.idaho {
		top: calc(.71 * 21px);
		left: calc(.71 * 377px);
		width: calc(.71 * 128px);
		height: auto;
	}


} /* end 1000px */


@media only screen and (max-width: 767px) {

	.annualreport-states .directions {
		display: none;
	}

	.annualreport-states .directions.smallscreen {
		display: block;
		text-align: center;
	}

	.annualreport-states .directions::after {
		display: none;
	}

} /* end 767px */


@media only screen and (max-width: 700px) {

	.annualreport-states .state-map {
		min-height: 140px;
		max-width: 400px;
		max-height: 140px;
		margin: 40px auto 20px;
	}

	.annualreport-states .state-map .state.alaska {
		left: 0;
		top: calc(.61 * 15px);
		width: calc(.61 * 230px);
		height: auto;
	}

	.annualreport-states .state-map .state.oregon {
		left: calc(.61 * 238px);
		top: calc(.61 * 60px);
		width: calc(.61 * 172px);
		height: auto;
	}

	.annualreport-states .state-map .state.washington {
		top: -2.52px;
		left: calc(.61 * 277px);
		width: calc(.61 * 143px);
		height: auto;
	}

	.annualreport-states .state-map .state.montana {
		top: calc(.61 * 23px);
		left: calc(.61 * 429px);
		width: calc(.61 * 218px);
		height: auto;
	}

	.annualreport-states .state-map .state.idaho {
		top: calc(.61 * 19px);
		left: calc(.61 * 377px);
		width: calc(.61 * 128px);
		height: auto;
	}

	.annualreport-states .slideshow_grantees {
		height: 700px;
	}

} /* end 700px */


@media only screen and (max-width: 500px) {

	.annualreport-states .container {
		padding-right: 0;
		padding-left: 0;
	}

	.annualreport-states .col-md-8 {
		padding: 0 !important;
	}

	.annualreport-states h2 {
		font-size: 60px;
		line-height: 67px;
		text-align: center;
	}

	.annualreport-states p {
		text-align: center;
	}

	.annualreport-states .state-map {
		min-height: 140px;
		max-width: 341px;
		max-height: 120px;
		margin: 40px auto 20px;
	}

	.annualreport-states .state-map .state.alaska {
		left: 0;
		top: calc(.51 * 15px);
		width: calc(.51 * 230px);
		height: auto;
	}

	.annualreport-states .state-map .state.oregon {
		left: calc(.51 * 238px);
		top: calc(.51 * 60px);
		width: calc(.51 * 172px);
		height: auto;
	}

	.annualreport-states .state-map .state.washington {
		top: -2.52px;
		left: calc(.51 * 277px);
		width: calc(.51 * 143px);
		height: auto;
	}

	.annualreport-states .state-map .state.montana {
		top: calc(.51 * 23px);
		left: calc(.51 * 430px);
		width: calc(.51 * 218px);
		height: auto;
	}

	.annualreport-states .state-map .state.idaho {
		top: calc(.51 * 19px);
		left: calc(.51 * 377px);
		width: calc(.51 * 128px);
		height: auto;
	}

	.annualreport-states .slideshow-buttons {
		margin-left: 45px;
		margin: 0 auto;
		height: 45px;
		display: block;
		text-align: center;
	}

	.annualreport-states .slideshow_grantees {
		width: 100vw;
		margin-left: -20px;
		border-radius: 0;
	}


} /* end 500px */

