@font-face {
    font-family:'DelmBook';
    src: url('fonts/DelmBook.eot');
    src: url('fonts/DelmBook.eot') format('embedded-opentype'),
         url('fonts/DelmBook.woff2') format('woff2'),
         url('fonts/DelmBook.woff') format('woff'),
         url('fonts/DelmBook.ttf') format('truetype'),
         url('fonts/DelmBook.svg#Avenir55Roman_0') format('svg');
}

@font-face {
    font-family:'DelmBold';
    src: url('fonts/DelmBold.eot');
    src: url('fonts/DelmBold.eot') format('embedded-opentype'),
         url('fonts/DelmBold.woff2') format('woff2'),
         url('fonts/DelmBold.woff') format('woff'),
         url('fonts/DelmBold.ttf') format('truetype'),
         url('fonts/DelmBold.svg#Avenir55Roman_0') format('svg');
}
@font-face {
    font-family:'DelmLight';
    src: url('fonts/DelmLight.eot');
    src: url('fonts/DelmLight.eot') format('embedded-opentype'),
         url('fonts/DelmLight.woff2') format('woff2'),
         url('fonts/DelmLight.woff') format('woff'),
         url('fonts/DelmLight.ttf') format('truetype'),
         url('fonts/DelmLight.svg#Avenir55Roman_0') format('svg');
}
@font-face {
    font-family:'Delm';
    src: url('fonts/Delm.eot');
    src: url('fonts/Delm.eot') format('embedded-opentype'),
         url('fonts/Delm.woff2') format('woff2'),
         url('fonts/Delm.woff') format('woff'),
         url('fonts/Delm.ttf') format('truetype'),
         url('fonts/Delm.svg#Avenir55Roman_0') format('svg');
}

html,
button,
input,
select,
textarea {
    color:#fff;
	 font-family:'DelmLight';
	 padding: 5px 13px;
	font-size:14px;
	background-color:#dab148;


}

html {
    font-size: 1em;
    background:#ebebeb;
	background:#dedede;
	font-family:DelmLight;
}
#contain
{
background-size:contain;
width:100%;
}

.tabText {padding:20px 0 0 14px;}
.tabText a {display:block;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
#blog1 {
	/*position:absolute;*/
	color:#414042;
	width: 22.8%;
	height:45px;
	bottom: 10px;float:right;
	right:0;
	font-family:DelmLight;
	letter-spacing:1px;
	font-size:16px;
	padding:10px 0 0px 0px;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.jump {
	padding:0;
	margin:0;
	list-style:none;
}

.jump li {padding:0; margin:0;}

span.red {color:#e31b23;}

.inner {
	height:100%;
	position:relative;
}

.milestone .subheading .inner {height:auto;}

/*//////////XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX//////////////////////////////////////////*/
#container {
	/*padding:5px;*/
	position:relative;
	margin:0 auto;
}





.thin {
	font-family:'DelmBook';
	color:#414042;
	font-size:15px;
	letter-spacing:1px;
	text-transform: uppercase;
}
.thin.dark {color:#333;}

h2 .thin {display:block;}
a:hover {color:#d5a529;}

.gridItem h2 {margin-bottom:15px;}

.readmore {display:block; font-family:DelmLight;font-size:14px; letter-spacing:-0.03em;}

/*//////////XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX//////////////////////////////////////////*/
#header {
	position:relative;
	/*height:97px;*/
	width:100%;
	box-shadow: 0px 0px 5px #6a6a6a;
	z-index:10;
}/*

#logo {position:absolute; top:0; left:0; z-index:2;
height: 78px;}*/
#logo a {display:block;}
#navbtn {display:none;}

#nav {
	position:relative;
	z-index:1;
	padding: 40px 0px 25px !important;
	background:#fff;
}

#nav ul {
	list-style:none;
	position:relative;
	padding:0;
	margin:0;
	float:right;
}

.sub-menu {display:none;}

#nav li {
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #e5e5e5;
	display:block;
	position:relative;
}
#nav li:last-child {border:none;}
/*
#nav a {
   font-size: 16px;
	padding:20px 30px 10px;
	height:36px;
	color:#414042;
	display:block;
	letter-spacing:2px;
	font-family:DelmBook;
	font-weight:normal;
	text-transform:uppercase;
}

#nav .current-menu-item  a, #nav a:hover, #nav .current-page-ancestor a, #nav .current-page-ancestor .sub-menu .current-menu-item a, #nav .current-page-ancestor .sub-menu .current_page_ancestor a, #nav .current-page-ancestor .sub-menu .current_page_ancestor .sub-menu .current-menu-item a {color:#333;}
#nav .current-page-ancestor .sub-menu a, #nav .current-page-ancestor .sub-menu .current_page_ancestor .sub-menu a {color:#adadad;}

#nav .sub-menu {
	width:auto;
	position:absolute;
	top:100%;
	left:-1px;
	background:#fff;
	border:#EBEBEB 1px solid;
	border-top:none;
	width:200px;
}
*/
#nav .sub-menu .sub-menu {left:-100%; top:0; border-right:none;}

#nav .sub-menu li {float:none; border:none;width:auto;}

#homeContent {
	/*height:810px;*/ /*value just for testing/dev*/
	position:relative;height:auto !important;	
}

#hero, #homeHero {
	display:block;
	position:relative;
	/*height:98.8%;*/
	height:100%;
}
/*//////////XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX//////////////////////////////////////////*/
/*#homeHero {margin-right:334px;}*/

#homeheroHolder, #heroHolder {
	top:0;
	/*bottom:40px;*/
	bottom:0px;
	left:0;
	right:0;
	background:#fff;
	overflow:hidden;
}
#homeheroHolder {/*bottom:105px;*/ /*padding-bottom:105px;*/ float:left; width:100%;}


.hero {
	
	width:100%;
	height:100%;
	left:0;
	top:0;
	overflow:hidden;
}

.heroImg {overflow:hidden; position:absolute;top:0; right:0; bottom:0; left:0; width:100%;}

#images, .images {
	position:relative;
	overflow:hidden;
}

#images img, .images img {width:100%;height:auto;}

.imgholder {
	position:absolute;
	top:0;
	left:0;	
	width:100%;
	height:100%;
}

.imgholder img {
	display:block;
}

.hero h1 {width:50%; position:absolute; top:10%; left:10px;}

.heroText {
	padding:14px;
	width: 17%;
	text-transform:uppercase;
	color:#FFF;
	background:url('../../images/trans.png');
	position:absolute;
	bottom:0px;
	right:0;
}

.heroText .inner {
	height:100%;
	position:relative;
}

.heroText .readmore  {position:relative; bottom:auto; left:auto;}


.left-tabs2{float:left;width:18.5%;}
#leftbutton{width:100%;}
#gostraightto,
#scrolldown{position:static !important;float:left;width:100% !important;}
#heroTabs{position:static !important;float:right;width:78.6%;}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
@media (max-width:1200px)
{
#blog1 {
    position: static;
    color: #414042;
    width: 22.8%;
    height: 45px;
    bottom: -10px;float:right;
    right: 0px;
    font-family: DelmLight;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 0px 0px;
}
.heroTab {
float: right;
width: 32.1%;
background: #FFF none repeat scroll 0% 0%;
margin-left: 1.2%;
height: 100%;
}

#heroTabs {
	/*position:absolute;*/
	left: 250px;
	right:0;float:right;width:74.6%;
	bottom:40px;
	height:65px;
	line-height:20px;
	font-size: 20px;
	letter-spacing:1px;
font-family: Delm;
}
#gostraightto {
	/*position:absolute;*/
	background:#dab148;
	color:#fff;
/*	width: 20.5%;*/
width: 100%;
	height:50px;float:left;
	bottom:40px;
	left:0;
	font-family:DelmBold;
	letter-spacing:2px;
	font-size:20px;
	padding:15px 0 0 48px;
	
	

}

#scrolldown {
	/*position:absolute;*/
	background:#191d20;
	float:left;
	color:#fff;
/*	width: 20.5%;*/
width: 100%;
	height:45px;
	bottom:-15px;
	left:0;
	font-family:DelmBold;
	letter-spacing:3px;
	font-size:19px;
	padding:10px 0 0px 48px;
}

#scrolldown:hover {background-color:#333;}
#footer {
	background:#fff;
	font-size:12px;
	letter-spacing:1px;
	font-family:DelmLight;
	color:#4c4c4c;
	padding:0px;
	margin-top:10px;
	position:relative;
	/*height:15px;*/
	overflow:auto;
}
}

@media (min-width:1201px) and (max-width:1289px)
{
#blog1 {
    position: absolute;
    color: #414042;
    width: 22.8%;
    height: 40px;
    bottom: -2px;
    right: 0px;
    font-family: DelmLight;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 0px 0px;
}
.tabText {padding:15px 0 0 14px;}
#nav {
	position:relative;
	z-index:1;
	padding:25px 0px 25px !important;
	background:#fff;
}
.heroTab {
float: right;
width: 31.6%;
background: #FFF none repeat scroll 0% 0%;
margin-left: 0.9%;
height: 100%;
}
#heroTabs {
	position:absolute;
	left: 220px;
	right:0;
	bottom:40px;
	height:65px;
	line-height: 18px;
	font-size: 20px;
	letter-spacing:1px;
	font-family: Delm;
}
#gostraightto {
	position: absolute;
background: #DAB148 none repeat scroll 0% 0%;
color: #FFF;
width: 21.7%;
height: 50px;
bottom: 40px;
left: 0px;
font-family: DelmBold;
letter-spacing: 2px;
font-size: 20px;
padding: 15px 0px 0px 2.5%;
}

#scrolldown {
	position:absolute;
	background:#191d20;
	
	color:#fff;
	width: 21.7%;
	height:45px;
	bottom:-15px;
	left:0;
	font-family:DelmBold;
	letter-spacing:3px;
	font-size:23px;
padding: 15px 0px 0px 2.5%;
}

#scrolldown:hover {background-color:#333;}
#footer {
	background:#fff;
	font-size:12px;
	letter-spacing:1px;
	font-family:DelmLight;
	color:#4c4c4c;
	padding:0px;
	margin-top:10px;
	position:relative;
	/*height:15px;*/
	overflow:auto;
}
}

@media (min-width:1290px) and (max-width:1400px)
{
#blog1 {
	position:absolute;
	color:#414042;
	width: 22.8%;
	height:45px;
	bottom:-15px;
	right:-5px;
	font-family:DelmLight;
	letter-spacing:1px;
	font-size:12px;
	padding:10px 0 0px 0px;
}
.heroTab {
	float:right;
	width: 32.3%;
	
background: #FFF none repeat scroll 0% 0%;
margin-left: 1%;
height: 100%;
}
#heroTabs {
	position:absolute;
	left: 24.1111%;
	right:0;
	bottom:40px;
	height:65px;
	line-height:20px;
	font-size: 25px;
	letter-spacing:1px;
font-family: Delm;
}
#gostraightto {
	position: absolute;
background: #DAB148 none repeat scroll 0% 0%;
color: #FFF;
width: 20.5%;
height: 45px;
bottom: 40px;
left: 0px;
font-family: DelmBold;
letter-spacing: 2px;
font-size: 26px;
padding: 20px 0px 0px 48px;
}

#scrolldown {
	position:absolute;
	background:#191d20;
	
	color:#fff;
	width: 20.5%;
	height:45px;
	bottom:-15px;
	left:0;
	font-family:DelmBold;
	letter-spacing:3px;
	font-size:23px;
	padding:10px 0 0px 48px;
	
	
	
}

#scrolldown:hover {background-color:#333;}
#footer {
	background:#fff;
	font-size:13px;
	letter-spacing:1px;
	font-family:DelmLight;
	color:#4c4c4c;
	padding:0px;
	margin-top:10px;
	position:relative;
	/*height:15px;*/
	overflow:auto;
}
}

@media (min-width:1401px) and (max-width:1459px)
{
#blog1 {
	position:static;
	color:#414042;
	width: 22.8%;
	height:45px;
	bottom:-15px;
	right:-5px;
	font-family:DelmLight;
	letter-spacing:1px;
	font-size:12px;
	padding:10px 0 0px 0px;
}
.heroTab {
float: right;
width: 30.7%;
background: #FFF none repeat scroll 0% 0%;
margin-left:0.8%;
height: 100%;
}
#heroTabs {
	position:absolute;
	left: 19.8%;
	right:0;
	bottom:40px;
	height:65px;
	line-height:20px;
	font-size: 25px;
	letter-spacing:1px;
font-family: Delm;
}
#gostraightto {
	position:absolute;
	background:#dab148;
	color:#fff;
	width: 20.5%;
	height:50px;
	bottom:40px;
	left:0;
	font-family:DelmBold;
	letter-spacing:2px;
	font-size:26px;
	padding:15px 0 0 48px;
}

#scrolldown {
	position:absolute;
	background:#191d20;
	
	color:#fff;
	width: 20.5%;
	height:45px;
	bottom:-15px;
	left:0;
	font-family:DelmBold;
	letter-spacing:3px;
	font-size:23px;
	padding:10px 0 0px 48px;
}
#footer {
	background:#fff;
	font-size:14px;
	letter-spacing:1px;
	font-family:DelmLight;
	color:#4c4c4c;
	padding:0px;
	margin-top:10px;
	position:relative;
	/*height:15px;*/
	overflow:auto;
}
}
@media (min-width:1460px) and (max-width:1600px)
{
#blog1 {
    position: static;
    color: #414042;
    width: 22.8%;
    height: 45px;
    bottom: -15px;
    right: -5px;
    font-family: DelmLight;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 0px 0px;
}
#blog1 h2 {
 text-transform: uppercase;
font-size: 15px;
line-height: 10px;
margin: 5px 0px 0;
color: #414042;
letter-spacing: 2px;
font-family: DelmLight;
}

.heroTab {
float: right;
width: 30.4%;
background: #FFF none repeat scroll 0% 0%;
margin-left: 1%;
height: 100%;
}
#heroTabs {
	position:absolute;
	left: 19.7%;
	right:0;
	bottom:40px;
	height:65px;
	line-height:20px;
	font-size: 25px;
	letter-spacing:1px;
font-family: Delm;
}
#gostraightto {
	position:absolute;
	background:#dab148;
	color:#fff;
	width: 20.8%;
	height:50px;
	bottom:40px;
	left:0;
	font-family:DelmBold;
	letter-spacing:2px;
	font-size:26px;
	padding:15px 0 0 48px;
}

#scrolldown {
	position:absolute;
	background:#191d20;
	
	color:#fff;
	width: 20.8%;
	height:45px;
	bottom:-15px;
	left:0;
	font-family:DelmBold;
	letter-spacing:3px;
	font-size:23px;
	padding:10px 0 0px 48px;
}

#scrolldown:hover {background-color:#333;color:#dab148;}
#footer {
	background:#fff;
	font-size:14px;
	letter-spacing:1px;
	font-family:DelmLight;
	color:#4c4c4c;
	padding:0px;
	margin-top:0px;
	position:relative;
	/*height:15px;*/
	overflow:auto;
}
}

@media (min-width:1601px) and (max-width:1799px)
{
.heroTab {
	float:right;
	width: 30.5%;
	
background: #FFF none repeat scroll 0% 0%;
margin-left: 0.8%;
height: 100%;
}
#heroTabs {
	position:absolute;
	left: 19.6%;
	right:0;
	bottom:40px;
	height:65px;
	line-height:20px;
	font-size: 25px;
	letter-spacing:1px;
font-family: Delm;
}
#gostraightto {
	position:absolute;
	background:#dab148;
	color:#fff;
	width: 21.5%;
	height:50px;
	bottom:40px;
	left:0;
	font-family:DelmBold;
	letter-spacing:2px;
	font-size:26px;
	padding:15px 0 0 48px;
}

#scrolldown {
	position:absolute;
	background:#191d20;
	
	color:#fff;
	width: 21.5%;
	height:45px;
	bottom:-15px;
	left:0;
	font-family:DelmBold;
	letter-spacing:3px;
	font-size:23px;
	padding:10px 0 0px 48px;
}

#scrolldown:hover {background-color:#333;color:#dab148;}
#footer {
	background:#fff;
	font-size:15px;
	letter-spacing:1px;
	font-family:DelmLight;
	color:#4c4c4c;
	padding:0px;
	margin-top:10px;
	position:relative;
	/*height:15px;*/
	overflow:auto;
}
}


@media (min-width:1800px)
{
#homeheroHolder {bottom:150px;}
.heroTab {
	float:right;
	width: 32.5%;
background: #FFF none repeat scroll 0% 0%;
margin-left: 0.8%;
height: 100%;
}
#heroTabs {
	position:absolute;
	left: 19.5%;
	right:0;
	bottom: 67px;
height: 82px;
	line-height: 20px;
font-size: 30px;
letter-spacing: 3px;
	font-family: Delm;
}
#gostraightto {
	position:absolute;
	background:#dab148;
	color:#fff;
	width: 22.5%;
	height:57px;
	bottom:45px;
	left:0;
	font-family:DelmBold;
	letter-spacing:2px;
	font-size: 32px; padding-left:25px;

}
#gostraightto:hover {
	
	color:#414042;
	
}
#scrolldown {
	position: absolute;
background: #191D20 none repeat scroll 0% 0%;
color: #FFF;
width: 22.5%;
bottom: -15px;
left: 0px;
font-family: DelmBold;
letter-spacing: 3px;
font-size: 35px;
padding: 20px 0px 0px 25px;
}

#scrolldown:hover {background-color:#333;color:#dab148;}
#footer {
	background:#fff;
	font-size:15px;
	letter-spacing:1px;
	font-family:DelmLight;
	color:#4c4c4c;
	padding:0px;
	margin-top:10px;
	position:relative;
	/*height:15px;*/
	overflow:auto;
}
}

.tabInner {
	margin:0 0 0 14px;
}

.tabProgress {position:relative;width:0%; height:10px; background:#e5e5e5;}



#quicklinks {
	width:386px;
	position:absolute;
	right:0;
	top:0;
	bottom: 72px;
	letter-spacing:1px;
	background-color:#FFF;
	font-size:16px;
	line-height:20px;
}

.quicklink {
	color:#fff;
	background:#e51b24;
	font-family:DelmLight;
	height:16.66666666%;
	font-size:26px;
	line-height:26px;
}

a.quicklink {color:#333;background:#fff;font-family:'HelveticaNeueW01-45Ligh'; display:block; letter-spacing:-0.04em;}
.quicklink span {display:block;border-top:1px solid #e5e5e5; padding:0 30px;}
div.quicklink span {border:none;}

.quicklink .readmore {
	background:url(../img/readmore-small.png) left center no-repeat;
	padding-left:20px;
	border:none;
}

a.quicklink:hover {
	background:#333;
	color:#fff;
}

/*	Grid Items	*/
#grid {
	position:relative;
	clear:both;
}

.gridItem {
	width:318px;
	margin:0 0 30px 0;/*r - 14px*/
	background:#fff;
	float:left;
	height:548px;
	border:1px solid #d1d1d1;
}
/*
.gridText {
	padding:15px;
	height:auto;
	position:relative;
	z-index:2;
	background:#fff;
}*/

.finances .gridText {height:auto;}

.gridItem .readmore, .heroText .readmore, p .readmore {
	background:#dab148;
	height: 25px;
    padding: 3px 0;
	
	border:none;
 
	position:absolute;
	left:15px;
	bottom:15px;
}

.heroText .readmore {left:0;}

.gridItem .readmore, .finances .gridItem {position:relative; bottom:auto;left:auto; margin-top:5px;}

.itemArrow {
	top:0;
	left:50%;
	margin-left:-19px;
	position:absolute;
	width:37px;
	height:10px;
	background:url(../img/item-arrow.png) center top no-repeat;
}

.gridImg {
	position:absolute;
	width:100%;
	height:275px;
	overflow:hidden;
	bottom:0;
	z-index:1;
}
.gridImg a {
	display:block;
	height:100%;
	width:100%;
	position:relative;
}

.gridImg img {
	width:100%;
	height:auto;
}



#paycefooter {position:absolute;top:10px; left:10px;}

#sem_footer_link {float:right;}

/*	List Page	*/

#heading {
	background:#333;
	zoom:1;
	position:relative;
	padding:60px 0 30px;
	margin-bottom:10px;
}

#heading.subpage {
	height:107px;
	padding:20px 0;	
}
#heading h1 {margin:0 15px 30px;}

#filterToggle {
	display:block;
	border-bottom:1px solid #636363;
	margin:0 15px;
}

#filterToggle span {
	display:inline-block;
	color:#fff;
	width:234px;
	font-family:DelmLight;
	border:1px solid #636363;
	border-bottom:none;
	padding:6px 0 6px 11px;
	font-size:18px;
	background:url(../img/form-arrow-down.png) right center no-repeat;
}

#filterToggle.down span {background:url(../img/form-arrow-up.png) right center no-repeat;}

#filterHolder {
	display:none;
}

.filterCol {
	width:245px;
	padding:30px 15px 0;
	margin:0 15px 0 0;
	float:left;
}

.filterCol h3 {
	color:#636363;
}

.filter {color:#fff;margin-bottom:7px;}

.select, select {
	border:1px solid #636363;
	height:28px;
	padding: 3px 3px 3px 6px;
	display:block;
	background:#333;
	color:#fff;	
	width:100%;
}

.select span {
	
}

.checkbox {
	display:block;
	height:25px;
	padding:3px 0 0 44px;
	background:url(../img/checkbox.png) left top no-repeat;
}
.select, .checkbox:active {outline:0;}

.checkbox.checked {
	background:url(../img/checkbox-checked.png) left top no-repeat;
}

.upcoming .gridText {
	background:#fff url(../img/upcoming-corner.jpg) right top no-repeat;
}

.upcoming .thin {color:#e31b23;}
.upcoming .thin.dark {color:#333;}

/*	Project Page	*/
#copy, #story, .story {
	position:relative;
	background:#fff;
}


.subheading {
	background:#333;
	color:#fff;
	width:320px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	font-size:38px;
	font-family:DelmLight;
	line-height:38px;
	letter-spacing: -0.02em;
}

#info {
	margin-left:320px;
}

#story {
	
}

#summary {
	background:#fff;
	font-size:13px;
}

#summary ul {padding:0 0 0 20px;line-height:20px;}

#summary .readmore {
	background:url(../img/readmore.png) left center no-repeat;
	height: 25px;
    padding: 3px 0 0 40px;
}

p a.projectlogo {
	padding:0;
	background:none;
	margin-top:30px;
	display:block;
}

#map-canvas {
	height:342px;
	background:#333;
	clear:both;
}

#projectrego {
	background:#333;
	color:#fff;
}
#projectrego h2 {color:#fff;}

.span2 {
	width:564px;
	float:left;
	margin-bottom:15px;
}

.span3 {
	width:853px;
	float:left;
	margin-right: 14px;
	margin-bottom:15px;
}

.page-template-page-side-image-php #copy.span3 {margin-left:14px; margin-right:0;}

.span3 .inner, .span2 .inner, #info .inner {
	padding:15px;
}
#subheading .inner, .subheading .inner {margin:15px; padding:0;}
.contact .subheading .inner {bottom: 15px;
    height: auto;
    left: 15px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 15px;}

#copy {margin-bottom:15px;}

#gridTitle {
	background:#333;
	color:#fff;
	margin-top:25px;
}

#gridTitle.span2 {float:none;}

#gridTitle h2 {margin:0;}

/*	form elements	*/

label {
	float:left;	
	clear:both;
	margin-bottom:8px;
	display:block;
	padding:3px 0 0;
	height:27px;
	font-size:13px;
	font-family:DelmLight;
}

.span1 label {
	width:130px;
}

input, textarea {
	float:right;
	width:300px;
	padding:3px;
	margin-bottom:8px;
	background:#333;
	border:1px solid #636363;
	font-size:13px;
	color:#fff;
}

input.error, select.error, textarea.error {border-color:red;}


.span1 input, .span1 textarea {
	width:130px;
}

#projectrego select {
	width:308px;
	padding:3px;
	margin-bottom:8px;
	float:right;
	color:#fff;
	font-size:13px;
}
#projectrego.span1 select {
	width:136px;
}

#response {
	float:left;
	width:220px;
	clear:both;
	font-size:13px;
	padding-top:3px;
}

.submitBtn {
	background:#e31b23;
	color:#fff;
	font-family:DelmLight;
	font-size:13px;
	float:right;
	height:35px;
	width:308px;
	border:none;
}

.span1 .submitBtn {width:auto;} 

/*	Timeline	*/
#timeline {
	position:relative;
	width:880px;
	margin:40px auto;
}

#sliderHolder {
	position:relative;
	margin: 100px 44px 0;
}

#yearslider {
	margin:44px 0;
	position:relative;
	background:#636363;
}
#yearslider .ui-slider-handle {z-index:4;cursor: ew-resize;}

.yearMarker {
	position:absolute;
	z-index:1;
}

.milestone {
	/*display:none;*/
}

.decade {
	height:98px;
	font-size:17px;
	color:#636363;
	width:60px;
	margin-left:-30px;
	margin-top:-44px;
	position:absolute;
	top:0;
	z-index:3;
	background:url(../img/decade-bg.png) no-repeat center bottom;
	text-align:center;
}

.decade.current {color:#fff;background:url(../img/decade-bg-current.png) no-repeat center bottom; }

#yearslider.ui-slider-horizontal {
	height:2px;
	border:none;
}

.ui-widget-content .ui-slider-handle, .ui-widget-content .ui-state-default {
	width:41px;
	height:51px;
	margin-top:0;
	margin-left:-20px;
	background:url(../img/decade-thumb.png) center top no-repeat;
	border:none;
	top:2px;
}

.genesis {color: #e51b24; height:124px; margin-top:-70px; background:url(../img/decade-bg-genesis.png) center bottom no-repeat;}

.milestone-copy {
	margin-left:320px;
}

#timespine {
	position:absolute;
	left:50%;
	margin-left:-5px;
	width:10px;
	top:13px;
	bottom:20px;
	background:#333;
}

.capsule {
	position:relative;
	margin-bottom:30px;
	width:435px;
	clear:both;
}

.capsule h2 {margin:0 0 7px;}

.capsule .thin {color:#333;}

.capsule.left {float:left; text-align:right; background:url(../img/timeline-line.png) right 13px no-repeat;}
.capsule.right {float:right; text-align:left; background:url(../img/timeline-line.png) left 13px no-repeat;}

.capsule.left .inner {padding-right:50px;}
.capsule.right .inner {padding-left:50px;}

.capsuleCopy {display:none;}

.capsule .readmore {
	display:inline-block;
	background:url(../img/readmore-small.png) left center no-repeat;
	padding-left:20px;
}

.capsuleControl {
	font-family:DelmLight;
	display:inline-block;
	font-size:14px;
	padding-left:26px;
	background:url(../img/expand.png) left center no-repeat;
}
.capsuleControl.collapse {
	background:url(../img/collapse.png) left center no-repeat;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1300px) {
    /* Style adjustments for viewports that meet the condition */
	/*#nav a {
		font-size:14px;
		padding: 14px 14px 0;
	}*/
	
	.hero h1 {
		width:80%;	
		top:4%;
		font-size:60px;
		line-height:50px;
	}
	
	#heroTabs {
		height: 61px;
bottom: 44px;
	}
	
	/*.tabInner {margin-left:9px;}*/
	
		
	#quicklinks {
		bottom:14px;
	}
	
	.page-template-page-side-image-php #copy.span3 {margin-left:0; margin-right:0;}
	
	.milestone .images.span2 {margin-top:-15px;}
}

@media only screen and (max-width: 1000px) {
	/*#header {
		height:71px;
	}*/
	/*
	
	#logo img {
		width:200px;
		height:auto;
		z-index:8;
	}
	
	#nav {
		padding:4px 0;
	}	*/
	
	#container {
	/*padding:5px;*/
	position:relative;
	margin:0 auto;
	width:90%;
	}
	
	
	#homeContent {
		height:auto;
	}
	#homeHero {
		margin-right:0;
		height:510px;
	}
	#hero {
		margin-right:0;
		margin-bottom:40px;
		height:388px;
	}	
	
	#homeheroHolder {bottom:65px;}
	
	#heroHolder {bottom:0;}
	
	#heroTabs {
		left:0;
		height:70px;
		bottom:0;
	}
	
	.hero {
	}
	
	.hero h1 {
		font-size:54px;
		line-height:47px;
	}
	
	#scrolldown {
		display:none;
	}
	
	#quicklinks {
		position: relative;
		margin: 14px 0;
		width: 100%;
		height:200px;
	}
	
	.quicklink {
		float:left;
		width:33.333%;
		height:50%;
	}
	
	.quicklink span {border-left:1px solid #e5e5e5; padding-bottom:12px;}
	.quicklink span.readmore {padding-bottom:0;}
	.filterCol {
		width:auto;
		padding:30px 15px 0;
		margin:0 0 15px; 0;
		float:none;
	}
	
	.filterCol h3 {
		color:#636363;
	}
	
	.filter {color:#fff;margin-bottom:7px;}
	
	.select, select {
		border:1px solid #636363;
		height:28px;
		padding: 3px 3px 3px 6px;
		display:block;
		background:#333;
		color:#fff;	
		width:33%;
	}
	
	.select span {
		
	}
	
	.checkbox {
		display:block;
		float: left;
		height:25px;
		padding:3px 0 0 44px;
		margin-right:15px;
		background:url(../img/checkbox.png) left top no-repeat;
	}
	
	.gridItem {
		width:240px;
	}
	
	.gridText {
		height:275px;
	}
	
	.subheading, #subheading {width:240px;}
	
	#info {margin-left:240px;}
	
	/* timeline	*/
	#timeline {
		position:relative;
		width:100%;
		margin:40px 0;
	}
	
	.capsule {
		position:relative;
		margin-bottom:30px;
		width:50%;
		clear:both;
	}
	.capsule.left .inner {padding-left:10px;}
	.capsule.right .inner {padding-right:10px;}
	
	.capsule img {width:100%; height:auto;}
}

@media only screen and (max-width: 640px) {
	
	h1, .hero h1 {font-size:36px; line-height:30px;}
	
	h1 .parent {font-size:30px; line-height:28px;}
	
	#header {
		height:auto; 
		background:#fff;
		padding:0;
	}
	
	/*#logo {
		position:relative;
		float:left;
		background:none;
		margin:10px 0;
		height:auto;		
	}*/
	
	#navbtn {
		display:block;
		float:right;
		margin-top:10px;
		margin-right:14px;
	}
	
	#heading {padding:15px 0;}
	
	#heading h1 {margin:15px;}
	
	#hero {
		position:relative;
		height:auto;
	}
	
	#homeHero {
		position:relative;
		height:auto;
	}
	
	#homeheroHolder, #heroHolder {
		position:relative;
		height:auto;
		width:auto;
		overflow:visible;
	}
	
	#homeheroHolder {overflow:hidden;}
	
	.imgholder img {
		width:100%;
		height:auto;
	}
	
	.heroText {
		padding:0;
		bottom:0;
		left:0;
		right:0;
		height:auto;
		width:100%;
	}
	.heroText .inner {
		padding:15px;
	}
	
	.heroText p {
		margin-bottom:40px;
	}	
	
	#heroTabs {
		position:relative;
		margin-top:10px;
	}
	
	.tabInner {margin:0 0 0 3px;}
	
	#quicklinks {
		height:auto;
	}
	
	.quicklink {
		float:none;
		width:auto;
	}
	
	#subheading, .subheading {
		font-size:26px; line-height:26px;
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		bottom:auto;
		right:auto;
		background:#333;
	}
	#subheading .inner, .subheading .inner  {margin:0 15px; padding:15px 0; height:auto;}
	
	#info {
		margin-left:0;
	}
	
	.gridItem {
		width:308px;
	}
	
	.gridText {
	    height: auto;
	}
	
	.span2, .span3 {
		width:100%;
	}
	
	.filterCol select {width:100%;}
	
	iframe.hero {height:175px;}
	
	#timeline {
	position:relative;
	width:auto;
	margin:10px 5px;
}

#timespine {
	position:absolute;
	left:0;
	width:10px;
	top:13px;
	bottom:20px;
	background:#333;
}

.capsule {
	position:relative;
	margin-bottom:30px;
	width:auto;
	clear:both;
}

.capsule h2 {margin:0 0 7px;}

.capsule .thin {color:#333;}

.capsule.left {float:none; text-align:left; background:url(../img/timeline-line.png) left 13px no-repeat;}
.capsule.right {float:none; text-align:left; background:url(../img/timeline-line.png) left 13px no-repeat;}

.capsule.left .inner {padding-right:0;padding-left:50px;}
.capsule.right .inner {padding-left:50px;}

.contact .subheading .inner {bottom: auto;
    height: auto;
    left: auto;
    margin: 0;
    overflow: auto;
    position: relative;
    right: auto;
    top: auto;
	padding:15px;
	}
	
.milestone-copy {
	margin-left: 0;
	}
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

 
}
