h2 {
  margin: 3em 0 0 0;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
#timeline {
	list-style: none;
	margin: 50px 0 30px 120px;
	padding-left: 30px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0D6800;
	position: relative;
}
#timeline li {
  margin: 40px 0;
  position: relative;
}
#timeline p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.triangle {
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;
	left: -24px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #0D6800;
}

.date {
	margin-top: -10px;
	top: 50%;
	left: -159px;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}

.circle {
	margin-top: -10px;
	top: 50%;
	left: -44px;
	width: 10px;
	height: 10px;
	border: 5px solid #0D6800;
	border-radius: 50%;
	display: block;
	position: absolute;
	background-color: #0D6800;
}


.content {
	max-height: 20px;
	padding: 60px 20px 0px;
	border-radius: 0.5em;
	position: relative;
	border: 2px solid #0D6800;
	text-decoration: none;
}
.inlogo {
	float: left;
	width: 120px;
	margin-right: 10px;
	text-align: center;
}
.inlogo1 {
	float: left;
	width: 50px;
	margin-right: 10px;
}


.content:before, .content:after {
	content: "";
	width: 0;
	height: 0;
	border: solid transparent;
	position: absolute;
	pointer-events: none;
	right: 100%;
}
.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.content:after {
	border-right-color: #0D6800;
	border-width: 17px;
	top: 50%;
	margin-top: -17px;
}
.content p {
	max-height: 0;
	color: #000;
	text-align: justify;
	word-break: break-word;
	hyphens: auto;
	overflow: hidden;
}

label {
	font-size: 1.3em;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top: 10px;
	transition: transform 0.2s linear;
	margin-bottom: 30px;
	vertical-align: middle;
	margin-left: 10px;
	width: 100%;
}

.radio {
  display: none;
}

.radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
}
.radio:checked + .relative .circle {
	background-color: #FCF699;
}
.radio:checked ~ .content {
	max-height: 180px;
	border-color: #0D6800;
	margin-right: 20px;
	transform: translateX(20px);
	transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.radio:checked ~ .content p {
	max-height: 300px;
	color: #000000;
	transition: color 0.3s linear 0.3s;
}
.press_release2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-weight: bold;
	border: thin solid #000;
	text-align: center;
	padding: 2px;
	height: 25px;
	width: 80px;
	margin-bottom: 5px;
	background-color: #b0ed88;
	color: #000;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
.press_release {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-weight: bold;
	border: thin solid #000;
	text-align: center;
	padding: 2px;
	height: 25px;
	width: 80px;
	margin-bottom: 5px;
	background-color: #b0ed88;
	color: #000;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	position: absolute;
	top: 5px;
	right: -100px;
}



.press_release:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	cursor: auto;
}
.press_release1:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
}
.news_article2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-weight: bold;
	border: thin solid #000;
	text-align: center;
	padding: 2px;
	height: 25px;
	width: 80px;
	color: #000;
	margin-right: 5px;
	margin-left: 2px;
	background-color: #fcf699;
	float: right;
	margin-top: 5px;
}
.news_article {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-weight: bold;
	border: thin solid #000;
	text-align: center;
	padding: 2px;
	height: 25px;
	width: 80px;
	color: #000;
	margin-right: 5px;
	margin-left: 2px;
	background-color: #fcf699;
	float: right;
	margin-top: 5px;
	position: absolute;
	top: 35px;
	right: -100px;
}

.news_article:hover {
	color: #FFF;
	background-color: #333;
	cursor: auto;
}
.news_article1:hover {
	color: #FFF;
	background-color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-weight: bold;
}


.scrollToTop{
	width: 100px;
	height: 130px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 40px;
	display: none;
	background-image: url(../images/scroll_to_top.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width: 767px) {
  #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #timeline li {
	margin: 60px 0;
  }

  label {
	width: 85%;
	font-size: 1.1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	transform: translateX(18px);
  }

  .content {
	padding-top: 40px;
	border-color: #eee9dc;
  }
  .content:before, .content:after {
    border: solid transparent;
    bottom: 100%;
  }
  .content:before {
	border-bottom-color: inherit;
	border-width: 17px;
	top: -16px;
	left: 50px;
	margin-left: -17px;
  }
  .content:after {
	border-bottom-color: #48b379;
	border-width: 20px;
	top: -50px;
	left: 50px;
	margin-left: -20px;
  }
  .content p {
	font-size: 10px;
	line-height: normal;
  }

  .circle, .date {
    display: none;
  }
}
.work {
	font-family: cambria;
	font-size: 12px;
	margin: 10px;
}
