/*
|-----------------------------------------------------------------------------------------------------------
| INTERIOR HEADERS
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow-int {
	position:relative;
}

.alaska-cont {
	bottom: 15px;
	position: absolute;
	right: 20px;
}

@media only screen and (max-width: 40em) {}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}
@media only screen and (min-width: 64.063em) {}

.header-slideshow-int i.videolink.fa.fa-play-circle.fa-5x {
	font-size: 5em;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 999;
	left: 50%;
	top: 50%;
	color: rgba(255,255,255,.5);
}
.header-slideshow-int .map-blank {
	background-image:none;
}
.header-slideshow-int .map-fairbanks {
	background-image:url(../png/fairbanks.png);
	width: 494px;
	height: 337px;
	bottom: 15px;
    position: absolute;
    right: 20px;
}
.header-slideshow-int .map-denali {
	background-image:url(../png/denali.png);
	width: 494px;
	height: 337px;
	bottom: 15px;
    position: absolute;
    right: 20px;
}
.header-slideshow-int .map-arctic {
	background-image:url(../png/alaskan_arctic.png);
	width: 494px;
	height: 337px;
	bottom: 15px;
    position: absolute;
    right: 20px;
}
.header-slideshow-int .map-interior {
	background-image:url(../png/alaskan_interior.png);
	width: 494px;
	height: 337px;
	bottom: 15px;
    position: absolute;
    right: 20px;
}
.header-slideshow-int .map-neighbors {
	background-image:url(../png/alaskan_neighbors.png);
	width: 494px;
	height: 337px;
	bottom: 15px;
    position: absolute;
    right: 20px;
}
@media only screen and (max-width: 64.063em) {
	.header-slideshow-int .map-fairbanks {
		background-image:url(../png/fairbanks.png);
		width: 300px;
		height: 200px;
		background-size: 300px 200px;
	}	
	.header-slideshow-int .map-denali {
		background-image:url(../png/denali.png);
		width: 300px;
		height: 200px;
		background-size: 300px 200px;
	}	
	.header-slideshow-int .map-arctic {
		background-image:url(../png/alaskan_arctic.png);
		width: 300px;
		height: 200px;
		background-size: 300px 200px;
	}	
	.header-slideshow-int .map-interior {
		background-image:url(../png/alaskan_interior.png);
		width: 300px;
		height: 200px;
		background-size: 300px 200px;
	}	
	.header-slideshow-int .map-neighbors {
		background-image:url(../png/alaskan_neighbors.png);
		width: 300px;
		height: 200px;
		background-size: 300px 200px;
	}
}
@media only screen and (max-width: 40em) {
	.header-slideshow-int .map-fairbanks {
		background-image:url(../png/fairbanks.png);
		width: 150px;
		height: 100px;
		background-size: 150px 100px;
	}
	.header-slideshow-int .map-denali {
		background-image:url(../png/denali.png);
		width: 150px;
		height: 100px;
		background-size: 150px 100px;
	}
	.header-slideshow-int .map-arctic {
		background-image:url(../png/alaskan_arctic.png);
		width: 150px;
		height: 100px;
		background-size: 150px 100px;
	}.header-slideshow-int .map-interior {
		background-image:url(../png/alaskan_interior.png);
		width: 150px;
		height: 100px;
		background-size: 150px 100px;
	}
	.header-slideshow-int .map-neighbors {
		background-image:url(../png/alaskan_neighbors.png);
		width: 150px;
		height: 100px;
		background-size: 150px 100px;
	}
}


/* adjustments for header */
.header-section { height: 0; }
@media only screen and (max-width: 100em) {
	.header-section { height: 34px; }
}
@media only screen and (max-width: 80em) {
	.header-section { height: 59px; }
}
@media only screen and (max-width: 64em) {
	.header-section { height: 43px; } 
}
@media only screen and (max-width: 40em) {
	.header-section { height: 20vw; } 
}
@media only screen and (max-width: 30em) {
	.header-section { height: 22vw; } 
}