/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

#history-timeline div, #history-timeline span, #history-timeline object, #history-timeline iframe, #history-timeline h1, #history-timeline h2, #history-timeline h3, #history-timeline h4, #history-timeline h5, #history-timeline h6, #history-timeline p, #history-timeline blockquote, #history-timeline pre, #history-timeline a, #history-timeline abbr, #history-timeline acronym, #history-timeline address, #history-timeline big, #history-timeline cite, #history-timeline code, #history-timeline em, #history-timeline img, #history-timeline b, #history-timeline u, #history-timeline i, #history-timeline center, #history-timeline ol, #history-timeline ul, #history-timeline li, #history-timeline fieldset, #history-timeline form, #history-timeline label, #history-timeline legend, #history-timeline table, #history-timeline caption, #history-timeline tbody, #history-timeline tfoot, #history-timeline thead, #history-timeline tr, #history-timeline th, #history-timeline td, #history-timeline article, #history-timeline aside, #history-timeline canvas, #history-timeline details, #history-timeline embed, #history-timeline figure, #history-timeline figcaption, #history-timeline footer, #history-timeline header, #history-timeline hgroup, #history-timeline menu, #history-timeline nav, #history-timeline output, #history-timeline ruby, #history-timeline section, #history-timeline summary, #history-timeline time, #history-timeline mark, #history-timeline audio, #history-timeline video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#history-timeline article, #history-timeline aside, #history-timeline details, #history-timeline figcaption, #history-timeline figure, #history-timeline footer, #history-timeline header, #history-timeline hgroup, #history-timeline menu, #history-timeline nav, #history-timeline section, #history-timeline main {
	display: block;
}
#history-timeline ol, #history-timeline ul {
	list-style: none;
	max-width: none;
}
#history-timeline li:before {
	display:none;
}
#history-timeline blockquote, #history-timeline q {
	quotes: none;
}
#history-timeline blockquote:before, #history-timeline blockquote:after, #history-timeline q:before, #history-timeline q:after {
	content: '';
	content: none;
}
#history-timeline table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

Base style

-------------------------------- */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
}
#history-timeline img {
	max-width: 100%;
}
#history-timeline h1, #history-timeline h2, #history-timeline h3 {
	font-family: 'Gibson', 'Helvetica Neue', Arial, sans-serif;
}
#history-timeline .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 0px;
    overflow: hidden;
}
#history-timeline .embed-responsive .embed-responsive-item, #history-timeline .embed-responsive embed, #history-timeline .embed-responsive iframe, #history-timeline .embed-responsive object, #history-timeline .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#history-timeline .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
/* --------------------------------

Timeline

-------------------------------- */
.timeline-container {
	margin: 0 auto;
}
.timeline-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
#secontent-wrapper #history-timeline {
    margin-bottom: 0;
}
#history-timeline {
	position: relative;
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #555;
	background-color: #eee;
	font-family: 'Gibson', 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	max-width:920px;
}
#history-timeline:before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #fff;
}

@media only screen and (min-width: 1060px) {
	#history-timeline {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	#history-timeline:before {
		left: 50%;
		margin-left: -2px;
	}
}
#history-timeline .timeline-block {
	position: relative;
	margin: 2em 0;
	list-style: none;
}
#history-timeline .timeline-block.timeline-heading {
	position: relative;
	margin: 5em 0;
	list-style: none;
}
#history-timeline .timeline-reset {
	display: none;
}
#history-timeline .timeline-block:after, #history-timeline .timeline-heading:after {
	content: "";
	display: table;
	clear: both;
}
#history-timeline .timeline-block:first-child {
	margin-top: 0;
}
#history-timeline .timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
	#history-timeline .timeline-block {
		margin: 0;
	}
	#history-timeline .timeline-block:first-child {
		margin-top: 0;
	}
	#history-timeline .timeline-block:last-child {
		margin-bottom: 0;
	}
}
#history-timeline .timeline-year {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #659FC3;
	border: 4px solid #fff;
}
#history-timeline .timeline-year h2 {
	color: #fff;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -12px;
	font-size: 24px;
	line-height: 1;
}
#history-timeline .timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#history-timeline .timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
#history-timeline .timeline-img {
	background: #ccc;
}

#history-timeline .timeline-block:hover > .timeline-img {
	background: #acc333;
}

@media only screen and (min-width: 1060px) {
	#history-timeline .timeline-year {
		width: 100px;
		height: 100px;
		left: 50%;
		margin-left: -50px;
		border-radius: 50%;
	}
	#history-timeline .timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	#history-timeline .timeline-img.is-hidden {
		visibility: hidden;
	}
	#history-timeline .timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: timelinebounce-1 0.6s;
		-moz-animation: timelinebounce-1 0.6s;
		animation: timelinebounce-1 0.6s;
	}
}
#history-timeline .timeline-content {
	position: relative;
	margin-left: 60px;
	background: white;
	padding: 1em 2em;
	font-family: 'Gibson', 'Helvetica Neue', Arial, sans-serif;
	line-height: normal;
}
#history-timeline .timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
#history-timeline .timeline-content h3 {
	font-size: 21px;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 0.5em;
}
#history-timeline .timeline-content h4 {
	font-size: 20px;
}
#history-timeline .timeline-content h5 {
	font-size: 19px;
}
#history-timeline .timeline-content h6 {
	font-size: 18px;
}
#history-timeline .timeline-content p, #history-timeline .timeline-content .timeline-read-more, #history-timeline .timeline-content .timeline-date {
	font-size: 16px;
}
#history-timeline .timeline-content ul {
	list-style: disc;
	margin: 1em 0 1em 2em;
}
#history-timeline .timeline-content ol {
	list-style: decimal;
	margin: 1em 0 1em 2em;
}
#history-timeline .timeline-content ul li, #history-timeline .timeline-content ol li {
	font-size: 16px;
}

#history-timeline .timeline-content .timeline-read-more, #history-timeline .timeline-content .timeline-date {
	display: inline-block;
}
#history-timeline .timeline-content p, #history-timeline .timeline-content h3, #history-timeline .timeline-content h4, #history-timeline .timeline-content h5, #history-timeline .timeline-content h6 {
	margin: 1em 0;
	line-height: 1.25;
}
#history-timeline .timeline-content h4, #history-timeline .timeline-content h5, #history-timeline .timeline-content h6 {
	clear: both;
}
#history-timeline .timeline-content a {
	color: #337ab7;
	text-decoration: none;
}
#history-timeline .timeline-content a:active, #history-timeline .timeline-content a:hover {
	text-decoration: underline;
	opacity: .75;
	outline: 0;
}
#history-timeline .timeline-content .timeline-read-more {
	float: left;
	padding: .8em 1em;
	background: #005e98;
	color: white;
}
#history-timeline .no-touch.timeline-content .timeline-read-more:hover {
	background-color: #0086d8;
	opacity: 1;
	text-decoration: none;
}
#history-timeline .timeline-content .timeline-date {
	float: left;
	padding: .8em 1em;
	color: #555;
}
#history-timeline .timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 12px solid transparent;
	border-right: 12px solid white;
}
#history-timeline .timeline-hero {
	width: 100%;
	margin: 1em 0 0 0;
    display: block;
}
#history-timeline .timeline-thumb {
	max-width: 100%;
	width: 150px;
	float: left;
	margin: 0 2em 1em 0;
}
/*
#history-timeline iframe + figcaption {
	background-color: rgba(101, 159, 195, 0.5);
	position: absolute;
	top: 0;
}
*/

#history-timeline figcaption {
	background-color: #659FC3;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 0.5em;
}
#history-timeline .timeline-content .fineprint {
	border-top: 1px solid #b5b5b5;
	font-size: 14px;
	line-height: 1;
	padding: 0.5em 0;
}
/*
.timeline-content blockquote::after {
    content: close-quote;
    font-family: "source sans pro";
    color: #ccc;
    font-size: 3em;
    line-height: 0em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
}
*/
#history-timeline .timeline-content blockquote::before {
    content: open-quote;
    font-family: "source sans pro";
    color: #ccc;
    font-size: 3em;
    line-height: 0em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
}
#history-timeline .timeline-content blockquote {
	font-size: 16px;
	quotes: inherit;
    border-left: 5px solid #eee;
    padding: 17px;
    margin: 10px 0;
}

@media only screen and (min-width: 768px) {
	#history-timeline .timeline-content h3 {
		font-size: 21px;
	}
	#history-timeline .timeline-content p {
		font-size: 16px;
	}
	#history-timeline .timeline-content .timeline-read-more, #history-timeline .timeline-content .timeline-date {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1060px) {
	#history-timeline .timeline-content {
		margin-left: 0;
		padding: 1em 2em;
		width: 43%;
	}
	#history-timeline .timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}
	#history-timeline .timeline-content .timeline-read-more {
		float: right;
		text-align: center;
		clear: both;
	}
	#history-timeline .timeline-content .timeline-date {
		color: #555;
	}
	#history-timeline .timeline-block:hover >.timeline-content .timeline-date {
		background: #acc333;
    color: #fff;
	}
	#history-timeline li.timeline-block:nth-of-type(even) .timeline-content {
		float: right;
	}
	#history-timeline li.timeline-block:nth-of-type(odd) .timeline-content .timeline-thumb {
		float: right;
		margin: 0 0 1em 2em;
	}
	#history-timeline li.timeline-block:nth-of-type(even) .timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}
	#history-timeline li.timeline-block:nth-of-type(even) .timeline-content .timeline-read-more {
		float: left;
	}
	#history-timeline li.timeline-block:nth-of-type(even) .timeline-content .timeline-date {
		float: right;
	}
	#history-timeline li.timeline-block .timeline-date:empty {
		display: none;
	}
	#history-timeline .timeline-content.is-hidden {
		visibility: hidden;
	}
	#history-timeline .timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: timelinebounce-2 0.6s;
		-moz-animation: timelinebounce-2 0.6s;
		animation: timelinebounce-2 0.6s;
	}
}

@media only screen and (max-width: 600px) {
	#history-timeline .timeline-img, #history-timeline .timeline-thumb {
		display: none;
	}
	#history-timeline .timeline-content {
		margin-left: 0;
	}
	#history-timeline .timeline-content::before {
		border: none;
	}
	#history-timeline .timeline-content {
		padding: 1em;
	}
}

@media only screen and (min-width: 1060px) {
/* inverse bounce effect on even content blocks */
	#history-timeline li.timeline-block:nth-of-type(even) .timeline-content.bounce-in {
		-webkit-animation: timelinebounce-2-inverse 0.6s;
		-moz-animation: timelinebounce-2-inverse 0.6s;
		animation: timelinebounce-2-inverse 0.6s;
	}
}
/* --------------------------------

Timeline Animations

-------------------------------- */
@-webkit-keyframes timelinebounce-1 {
	 0% {
	 opacity: 0;
	 -webkit-transform: scale(0.5);
	}
	 60% {
	 opacity: 1;
	 -webkit-transform: scale(1.2);
	}
	 100% {
	 -webkit-transform: scale(1);
	}
}
@-moz-keyframes timelinebounce-1 {
	 0% {
	 opacity: 0;
	 -moz-transform: scale(0.5);
	}
	 60% {
	 opacity: 1;
	 -moz-transform: scale(1.2);
	}
	 100% {
	 -moz-transform: scale(1);
	}
}
@keyframes timelinebounce-1 {
	 0% {
	 opacity: 0;
	 -webkit-transform: scale(0.5);
	 -moz-transform: scale(0.5);
	 -ms-transform: scale(0.5);
	 -o-transform: scale(0.5);
	 transform: scale(0.5);
	}
	 60% {
	 opacity: 1;
	 -webkit-transform: scale(1.2);
	 -moz-transform: scale(1.2);
	 -ms-transform: scale(1.2);
	 -o-transform: scale(1.2);
	 transform: scale(1.2);
	}
	 100% {
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
	}
}
@-webkit-keyframes timelinebounce-2 {
	 0% {
	 opacity: 0;
	 -webkit-transform: translateX(-100px);
	}
	 60% {
	 opacity: 1;
	 -webkit-transform: translateX(20px);
	}
	 100% {
	 -webkit-transform: translateX(0);
	}
}
@-moz-keyframes timelinebounce-2 {
	 0% {
	 opacity: 0;
	 -moz-transform: translateX(-100px);
	}
	 60% {
	 opacity: 1;
	 -moz-transform: translateX(20px);
	}
	 100% {
	 -moz-transform: translateX(0);
	}
}
@keyframes timelinebounce-2 {
	 0% {
	 opacity: 0;
	 -webkit-transform: translateX(-100px);
	 -moz-transform: translateX(-100px);
	 -ms-transform: translateX(-100px);
	 -o-transform: translateX(-100px);
	 transform: translateX(-100px);
	}
	 60% {
	 opacity: 1;
	 -webkit-transform: translateX(20px);
	 -moz-transform: translateX(20px);
	 -ms-transform: translateX(20px);
	 -o-transform: translateX(20px);
	 transform: translateX(20px);
	}
	 100% {
	 -webkit-transform: translateX(0);
	 -moz-transform: translateX(0);
	 -ms-transform: translateX(0);
	 -o-transform: translateX(0);
	 transform: translateX(0);
	}
}
@-webkit-keyframes timelinebounce-2-inverse {
	 0% {
	 opacity: 0;
	 -webkit-transform: translateX(100px);
	}
	 60% {
	 opacity: 1;
	 -webkit-transform: translateX(-20px);
	}
	 100% {
	 -webkit-transform: translateX(0);
	}
}
@-moz-keyframes timelinebounce-2-inverse {
	 0% {
	 opacity: 0;
	 -moz-transform: translateX(100px);
	}
	 60% {
	 opacity: 1;
	 -moz-transform: translateX(-20px);
	}
	 100% {
	 -moz-transform: translateX(0);
	}
}
@keyframes timelinebounce-2-inverse {
	 0% {
	 opacity: 0;
	 -webkit-transform: translateX(100px);
	 -moz-transform: translateX(100px);
	 -ms-transform: translateX(100px);
	 -o-transform: translateX(100px);
	 transform: translateX(100px);
	}
	 60% {
	 opacity: 1;
	 -webkit-transform: translateX(-20px);
	 -moz-transform: translateX(-20px);
	 -ms-transform: translateX(-20px);
	 -o-transform: translateX(-20px);
	 transform: translateX(-20px);
	}
	 100% {
	 -webkit-transform: translateX(0);
	 -moz-transform: translateX(0);
	 -ms-transform: translateX(0);
	 -o-transform: translateX(0);
	 transform: translateX(0);
	}
}