@charset "UTF-8";
/* CSS Document */

/*==================================
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*/
/*==================================
LOADING
==================================*/
#loading {
	position: relative;
	top: 40%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#loadImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url(/fwdImg/timeline/loading.png);
}
/*==================================
TIMELINE
==================================*/
#timeline {
	font-family: 'Source-Sans-Pro', sans-serif;
	font-weight: 400;
	max-width: 1024px;
	height:700px;
	position:relative;
	}

#timelineImages {
	width:1024px;
	height:207px;
	position: relative;
	padding-top:172px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timeline img {
	position: absolute;
	bottom: 0px;
	z-index: 6;
	float:none;	
}
#t0 {
	left: 0;
	display:none;
}
#t1 {
	left: 137px;
	display:none;
}
#t2 {
	left: 251px;
	display:none;
}
#t3 {
	left: 422px;
	display:none;
}
#t4 {
	left: 538px;
	display:none;
}
#t5 {
	left: 569px;
	display:none;
}
#timeline img#t6 {
	left: 666px;
	bottom: -24px;
	border: none;
	border-right: none;
	display:none;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timeline #whiteBGwrap {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 5;
	float:none;	
	overflow:hidden;	
}
#timeline img#whiteBG {
	width: 100%;
	z-index: 5;
	bottom: 0px;

}
#timeline img#timelineBG {
	max-width: 100%;
	height:auto;
	z-index: 0;
	bottom: 0px;
}
/*==================================
LINES
==================================*/
#timelineLines {
	width: 1024px;
	top: 2px;
	position:relative;
	height: 26px;
	z-index:2;
}
#timelineLines img {
	position: absolute;
	top: 0;
}
#timelineLines #bg2012 {
	max-width: 24.7%;
	height: auto;
	display:none;
}
#timelineLines #bg2013 {
	left: 25%;
	max-width: 24.7%;
	height: auto;
	display:none;
}
#timelineLines #bg2014 {
	left: 50%;
	max-width: 24.7%;
	height: auto;
	display:none;
}
#timelineLines #bg2015 {
	left: 75%;
	max-width: 25%;
	height: auto;
	display:none;
}

/*==================================
MARKERS
==================================*/
#timelineContent {
	position:absolute;
	top:0px;
	width:100%;
	height:auto;
}
#timelineContent h3 {
    margin-bottom: 0;
    margin-top: 0;
	}
#timelineContent a {
	text-decoration:underline;
}
#timelineContent p {
	font-size: .857em;
	line-height:15px;
}
#wrap2012 h2, #wrap2013 h2, #wrap2014 h2, #wrap2015 h2 {
	display:none;
	font-family: 'Source-Sans-Pro', sans-serif;
	font-weight: 700;
	font-size: 2em;
}
#wrap2012, #wrap2013, #wrap2014, #wrap2015 {
	display:none;
	position:absolute;
	top:0;
}
#wrap2012 {
	left:0;
}

#wrap2013 {
	left:260px;
}
#wrap2014 {
	left:520px;
}
#wrap2015 {
	left:780px;
	top:0;
}	
.marker {
	background-image:url(/fwdImg/timeline/line2012.png);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
	position:absolute;
	width:119px;	
}
.marker h3 {
	font-family: 'Source-Sans-Pro', sans-serif;
	font-weight: 700;
	font-size: .857em;
}

.marker p {
	font-family: 'Source-Sans-Pro', sans-serif;
	font-weight: 400;
	font-size: .8em;
	color:#6c6f58;
	padding-bottom:10px;
	line-height:15px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
.marker p a {
	color:#6c6f58;	
}
#wrap2013 .marker {
	background-image:url(/fwdImg/timeline/line2013.png);
}

#wrap2014 .marker {
	background-image:url(/fwdImg/timeline/line2014.png);
}

#wrap2015 .marker {
	background-image:url(/fwdImg/timeline/line2015.png);
}

#wrap2012 h3, #wrap2012 h2 {
	color:#33669a;
}
#wrap2013 h3, #wrap2013 h2 {
	color:#c9982b;
}
#wrap2014 h3, #wrap2014 h2 {
	color:#a0c893;
}
#wrap2015 h3, #wrap2015 h2 {
	color:#6f2d17;
}
.upperLeft {
	background-position:top left;
	padding-left:15px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;	
}
.upperRight {
	background-position:top right;	
	padding-right:15px;
	text-align:right;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
.lowerLeft {
	background-position:bottom left;
	padding-left:15px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
.lowerRight {
	background-position:bottom right;
	padding-right:15px;
	text-align:right;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
/*==================================
Start of 2012
==================================*/
#summerspring2012 {
	left:42px;
    top: 160px;
	height:150px;
	z-index:4;
	width:90px;
}
#fall2012 {
	left: 60px;
    top: 100px;
	height:200px;
}
/*==================================
End of 2012
==================================*/


/*==================================
Start of 2013
==================================*/
#winter2013 {
	left:15px;
    top: 60px;
	height:200px;
}
#spring2013 {
	left:85px;
    top: 150px;
	height:100px;
	width: 100px;
}

#summer2013 {
	left:-1px;
    padding-top: 40px;
    top: 395px;
	height:auto;
	z-index:4;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#summer2013.lowerRight {
	background-position: 122px -205px;
}
#fall2013 {
	left:185px;
    top: 20px;
	height:230px;
}
#fallwinter2013 {
	left:206px;
    top: 100px;
	width:140px;
	height:200px;
}

#fall2013bottom {
	left: 30px;
    padding-top: 100px;
    top: 395px;
	width:150px;
	height:auto;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#fall2013bottom.lowerRight {
	background-position:155px -142px;
}

#winter2014 {
	left: 207px;
    padding-top: 40px;
    top: 395px;
	width:100px;
	height:auto;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#winter2014.lowerLeft {
	background-position: 0px -205px;
}

/*==================================
End of 2013
==================================*/


/*==================================
Start of 2014
==================================*/
#winterfall2014 {
	height: 100px;
    left: 5px;
    top: 160px;
    width: 150px;
}

#spring2014 {
	left: 53px;
    padding-top: 40px;
    top: 390px;
	width:150px;
	height:auto;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#spring2014.lowerLeft {
	background-position: 0px -205px;
}

#fall2014 {
	height: 150px;
    left: 180px;
    top: 110px;
}

/*==================================
End of 2014
==================================*/

/*==================================
Start of 2015
==================================*/

#summer2015 {
	height: 120px;
    left: 110px;
    top: 130px;
}

#spring2015 {
	left:49px;
    padding-top: 40px;
    top: 395px;
	height:auto;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#spring2015.lowerLeft {
	background-position: 0px -205px;
}


/*==================================
End of 2015
==================================*/


/*==================================
DESKTOP RESIZE
==================================*/


@media all and (max-width: 1020px) and (min-width: 0px) {
	
/*==================================
Wrap and Images
==================================*/
#timeline {
	width:100%;
	height:1070px;
	position:relative;
	display:block;
}

#timelineImages {
	width:100%;
	height:170px;
	display:block;
	position:relative;
	padding-top:0px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timeline img {
	width: auto;
	bottom:0;
	float:none;
	position: absolute;
}
#timeline img#timelineBG {
	bottom:0;
}
#timeline img#t0 {
	max-width: 13.1%;
	height: auto;
	margin-bottom:0;
}
#timeline img#t1 {
	max-width: 10.8%;
	height: auto;
	left: 13.4%;
	margin-bottom:0;
}
#timeline img#t2 {
	max-width: 16.4%;
	height: auto;
	left: 24.5%;
	margin-bottom:0;
}
#timeline img#t3 {
	max-width: 11%;
	height: auto;
	left: 41.2%;
	margin-bottom:0;
}
#timeline img#t4 {
	max-width: 2.8%;
	height: auto;
	left: 52.4%;
	margin-bottom:0;
}
#timeline img#t5 {
	max-width: 9.2%;
	height: auto;
	left: 55.6%;
	margin-bottom:0;
}
#timeline img#t6 {
	max-width: 34.9%;
	height: auto;
	left: 65%;
	bottom: 0;
	margin-bottom: -2.2%;
}
#timeline #whiteBGwrap, #timeline img#whiteBG {
	height: 44%;
	bottom: 0px;	
}
/*==================================
Gridlines
==================================*/
#timelineLines {
	width:100%;
	position:relative;
	padding-top:2px;
	top:0;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timelineLines #bg2012 {
	max-width: 24.7%;
	height: auto;
}
#timelineLines #bg2013 {
	left: 25%;
	max-width: 24.7%;
	height: auto;
}
#timelineLines #bg2014 {
	left: 50%;
	max-width: 24.7%;
	height: auto;
}
#timelineLines #bg2015 {
	left: 75%;
	max-width: 25%;
	height: auto;
}
/*==================================
Content
==================================*/
#timelineContent {
	position:absolute;
	top:160px;
	width:100%;
	height:auto;
}
#wrap2013 .marker, #wrap2014 .marker, #wrap2015 .marker, #wrap2012 .marker {
	background-image:none;
}

#wrap2012, #wrap2013, #wrap2014, #wrap2015 {
	position:relative;
	float:left;
	width:20%;
	top:0;
	left:0;
	padding-right:4%;
	padding-left:1%;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}

#summerspring2012, #fall2012, #winter2013, #spring2013, #summer2013 , #fall2013, #fallwinter2013, #fall2013bottom, #winter2014, #winterfall2014, #spring2014, #fall2014, #summer2015, #spring2015 {
	width:100%;
	left: 0px;
    top:0px;
	height:auto;
	position:relative;
	padding:0;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
.upperRight {
	padding-right:0px;
	text-align:left;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
.lowerRight {
	padding-right:0px;
	text-align:left;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timeline h2 {
	font-size: 2em;
	display:block;
	margin-top:40px;
	padding-bottom:10px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timeline h3 {
	font-size: .9em;
}
#timeline p {
	font-size: .9em;
}

}




/*==================================
SMARTPHONES
==================================*/


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

/*==================================
Wrap and Images
==================================*/
#timeline {
	width:100%;
	height:100%;
	position:relative;
	display:block;
}

#timelineImages {
	width:100%;
	height:200px;
	display:block;
	position:relative;
	padding-top:0px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timeline img {
	width: auto;
	bottom:0;
	float:none;
	position: absolute;
}
#timeline img#timelineBG {
	bottom:0;
}
#timeline img#t0 {
	max-width: 13.1%;
	height: auto;
	margin-bottom:0;
}
#timeline img#t1 {
	max-width: 10.8%;
	height: auto;
	left: 13.4%;
	margin-bottom:0;
}
#timeline img#t2 {
	max-width: 16.4%;
	height: auto;
	left: 24.5%;
	margin-bottom:0;
}
#timeline img#t3 {
	max-width: 11%;
	height: auto;
	left: 41.2%;
	margin-bottom:0;
}
#timeline img#t4 {
	max-width: 2.8%;
	height: auto;
	left: 52.4%;
	margin-bottom:0;
}
#timeline img#t5 {
	max-width: 9.2%;
	height: auto;
	left: 55.6%;
	margin-bottom:0;
}
#timeline img#t6 {
	max-width: 34.9%;
	height: auto;
	left: 65%;
	bottom: 0;
	margin-bottom: -2.2%;
}

#timeline img#whiteBG, #timeline #whiteBGwrap {
	height: 45%;
	bottom: 0px;
}
/*==================================
Gridlines
==================================*/
#timelineLines {
	width:100%;
	position:relative;
	padding-top:2px;
	top:0;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timelineLines #bg2012 {
	max-width: 24.7%;
	height: auto;
}
#timelineLines #bg2013 {
	left: 25%;
	max-width: 24.7%;
	height: auto;
}
#timelineLines #bg2014 {
	left: 50%;
	max-width: 24.7%;
	height: auto;
}
#timelineLines #bg2015 {
	left: 75%;
	max-width: 25%;
	height: auto;
}
/*==================================
Content
==================================*/
#timelineContent {
	position:relative;
	top:30%;
	width:100%;
	height:auto;
}
#wrap2013 .marker, #wrap2014 .marker, #wrap2015 .marker, #wrap2012 .marker {
	background-image:none;
	width:100% !important;
}
#wrap2012, #wrap2013, #wrap2014, #wrap2015 {
	left:4%;
	width:100%;
	height:auto;
	position:relative;
}
#summerspring2012, #fall2012, #winter2013, #spring2013, #summer2013 , #fall2013, #fallwinter2013, #fall2013bottom, #winter2014, #winterfall2014, #spring2014, #fall2014, #summer2015, #spring2015 {
	width:100%;
	left: 0px;
    top:0px;
	height:auto;
	position:relative;
	padding:0;
}
.upperRight {
	padding-right:0px;
	text-align:left;
}
.lowerRight {
	padding-right:0px;
	text-align:left;
}
#timeline h2 {
	font-size: 2em;
	margin-top:10px;
	display:block;
	margin-top:40px;
	padding-bottom:10px;
	position:relative;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timeline h3 {
	font-size: 1em;
	padding-bottom:5px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#timeline p {
	font-size: 1em;
	padding-bottom:15px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
}


}