@charset "utf-8";
/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Font Stlyes */

p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color:#393939;
	margin:0 0 8px 0;
	}

strong { 
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	}

h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color:#990000;
	}

h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color:#990000;
	font-size:18pt;
	line-height:18pt;
	text-transform:uppercase;
	margin-bottom:4px;
	}
	
a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color:#e95d24;
}

/* Home Map Infographic */

.map-section {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 1550px;
	}

.map {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.map-items {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	width:1000px;
	height:1550px;
}

/* Intro/link text */

.txt-box {
	position:absolute;
	top: 10px;
	left: 710px;
	width: 210px;
	background-color: rgba(255,255,255,0.4);
	padding:15px 10px 7px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

/* Text */

.dates {
	font-size:18pt;
	line-height:20pt;
	font-family: 'Poppins', sans-serif;
	color:#990000;
}

/* Project List */

.blc-icon {
	position:absolute;
	top: 380px;
	left: 20px;
	}

.project-icon {
	position:absolute;
	top: 895px;
	left: 57px;
	}
	
.project-list-box {
	position:absolute;
	top: 900px;
	left: 90px;
	}
	
.project-list-box h3 {
	margin: 0 0 10px 10px;
		
}
	
ol.project-list {
	list-style-type: none;
	list-style-type: decimal !ie;
	
    counter-reset: ol-counter;
	padding:0;
	counter-reset: li-counter;
	}

ol.project-list li {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color:#393939;
	font-size:14pt;
	line-height: 22pt;
	padding-left:0.5em;
	margin-bottom:4px;
}

ol.project-list li:before {
	position: absolute;
  top: 0;
  left: -1.6em;
  width: 1.4em;	
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color:#990000;
	font-size:14pt;
	line-height: 22pt;
	text-align:center;
	content: counter(li-counter);
  counter-increment: li-counter;
}

.project-list a, .project-list a:visited {
	color: #393939;
	border-bottom: 0px dashed #fff;
	text-decoration: none;
	}
	
.project-list a:hover {
	border-bottom: 1px dashed #990000;
	text-decoration: none;
	}
	
/* Feature Text / Stats */	
	
h1.logo {	
	position:absolute;
	top: 395px;
	left: 175px;
	font-size:44pt;
	line-height:44pt;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color:#990000;
	text-transform:uppercase;
	width:360px;
	}

.stats {
	position:absolute;
	top: 528px;
	left: 175px;
	font-size:32pt;
	line-height:40pt;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color:#fff;
	text-transform:uppercase;
	}

.statnum {
	font-size:40pt;
	line-height:46pt;
}

/* Blog Links */

.map-blog {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color:#393939;
	font-size:11pt;
	line-height: 12pt;
	text-decoration:none;
	-moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
	}	
	
.map-blog:hover {
	color:#990000;
}

/* Album Thumbs */

.gallery {
	opacity: 0.6;
	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;	
}

.gallery:hover {
	opacity: 1;
	transform: scale(1.04);
	cursor:pointer;
	z-index:6;
}

/* Button stlying unused */

.btn-box {
	position:absolute;
	top: 80px;
	left: 700px;
	}

.btn {
	background: #990000;
	background-image: -webkit-linear-gradient(top, #990000, #e95d24);
	background-image: -moz-linear-gradient(top, #990000, #e95d24);
	background-image: -ms-linear-gradient(top, #990000, #e95d24);
	background-image: -o-linear-gradient(top, #990000, #e95d24);
	background-image: linear-gradient(to bottom, #990000, #e95d24);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color:#ffffff;
	font-size:14pt;
	line-height:14pt;
	text-transform:uppercase;
	padding: 10px 20px 10px 20px;
	border: solid #ffffff 2px;
	text-decoration: none;
}

.btn:hover {
	background: #990000;
	text-decoration: none;
}