@charset "utf-8";

#AboutContent {
	
	display:none;
}

#AboutContent h1, #AboutContent h2, #AboutContent h3 {

	text-transform:uppercase;
}

#AboutContent .sizesmall {
	
	font-size:1.7em;
}

#AboutContent .sizemedium {

	font-size:1.9em;
	font-weight:400;
}

#AboutContent .sizelarge {
	
	font-size:2.1em;
}

.aboutSectionTop, .aboutSectionTopContentWrap {
	
	position:relative;
}

.aboutSectionTop:after, .aboutSectionTopContentWrap:after {
	
	content:'';
	display:block;
	clear:both;
}

.aboutSectionTopContentWrap {

	padding:20px 0 40px 0;	
}

.aboutSectionTopContent {
	
	margin:0 5%;
}

.aboutSectionTop .imageWrapright {
	
	position:relative;
	z-index:7;
	float:right;
	max-width:50%;
}

.aboutSectionTop .imageAlignright {
	
	width:100%;
	display:block;
}

.aboutSectionTop .colImage {
	
	float:left;
	width:60%;	
	position:relative;
}

.aboutSectionTop .colCopy {
	
	float:left;	
	width:40%;	
	position:relative;
}

.aboutSectionTop .colImage img {

	width:100%;
	display:block;
}

.aboutSectionTop .colContent {

	padding:30px 30px 16px 30px;
}

.aboutSectionTop .colContentFull {

	padding:50px 0 60px 50px;
	max-width:47%;
	font-size:110%;
	line-height:116%;
	fomt-weight:300;
}

.aboutSectionTop .colContentIcon {

	padding:70px 40px 80px 20px;
	max-width:60%;
	float:left;
	font-size:120%;
	line-height:130%;
}

.aboutSectionTop .theExcerpt {

	font-size:120%;
	line-height:140%;
}

.aboutSectionTop .sectionTab {

	margin-top:16px;
	padding:4px 0;

/*	
	position:absolute;
	bottom:0;
	left:35%;
	width:20%;
	min-width:120px;
	z-index:8;
	
	margin:0;
	padding:4px 8px;
	text-align:center;
	
	-webkit-border-top-left-radius: 19px;
	-moz-border-top-left-radius: 19px;
	border-bottom-top-radius: 19px;
	-webkit-border-top-right-radius: 19px;
	-moz-border-top-right-radius: 19px;
	border-bottom-top-radius: 19px;
*/
}

.aboutSectionTop .sectionTabLeft {
	
	left:12%;
}

.aboutSectionTop .sectionTabRight {
	
	left:63%;
}

.aboutSectionTop .sectionTab a {
	
	display:block;
	text-transform:uppercase;
}

.aboutSectionTop .sectionTab a:hover {
	
	text-decoration:none;
}

.aboutSectionTop .topIcon {

	padding:40px;
	max-width:15%;
	min-width:100px;
	float:left;	
}

/* --------------------------------------------- */

.aboutSectionPanel {
	
	display:none;
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutSectionPanelContent {
	
	padding:30px 40px;
	margin:0 auto;	
}

/* - TimelineJS -------------------------------- */

.tl-attribution {
	
	display:none;
}

.tl-media-shadow {
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.tl-text h3.tl-headline-date {

	color:darkred;	
}
/*
.tl-menubar-button {

	color:#333;	
}

.tl-timenav {
	
	background:#F7DE95;
}

.tl-timemarker .tl-timemarker-content-container {

	background-color:#DBCA98;	
}

.tl-timemarker .tl-timemarker-content-container {

	border:1px solid #C9A155;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
	
	color:#684407;
}
*/

.tl-storyslider {
	
	width:94%;
	margin:0 3%;
}

/* --------------------------------------------- */


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

	.aboutSectionTop .theExcerpt {
	
		font-size:110%;
		line-height:120%;
	}
}

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

	.aboutSectionTop .theExcerpt {

		display:none;
	}
	
	.aboutSectionTop .topIcon {
	
		padding:40px 40px 0 40px;
	}

	.aboutSectionTop .colContentIcon {
	
		max-width:70%;
	}
}

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

	#AboutContent .sizesmall {
		
		font-size:1.2em;
	}
	
	#AboutContent .sizemedium {
	
		font-size:1.4em;
	}
	
	#AboutContent .sizelarge {
		
		font-size:1.6em;
	}

	.aboutSectionTop .colContentFull {
	
		padding:30px 16px 70px 16px;
		max-width:90%;
	}

	.aboutSectionTop .colContent {
	
		padding:12px 0;
		text-align:center;
	}

	.aboutSectionTop .sectionTab {
		
		left:25%;
		width:50%;
	}
	
	.aboutSectionTop .sectionTabLeft {
		
		left:10%;
		width:40%;
	}
	
	.aboutSectionTop .sectionTabRight {
		
		left:50%;
		width:40%;
	}
}

