.timeline_section{
	padding:  0 0 170px 0;
	margin: 100px 0;
}

.timeline_head_h1{
	text-align: center;
	font-size: 56px;
	color: #445567;
	line-height: 60px;
	margin: 0px 0px 20px 0px;
}

.timeline_head_content.wysiwyg h1,
.timeline_head_content.wysiwyg h2,
.timeline_head_content.wysiwyg h3,
.timeline_head_content.wysiwyg h4,
.timeline_head_content.wysiwyg h5,
.timeline_head_content.wysiwyg h6{
	color: #7e8c9b;
	font-weight: 700 !important;
}


.timeline_year_container{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}


.timeline_year_container:first-child .arrow_svg_top{
	display: none;
}

.timeline_year{
	font-size: 44px;
	color: #7E8C9B;
	margin: 0 auto;
	padding: 20px 40px;
	background-color: #F6F6F7;
	display: inline-block;
	font-family: 'Proxima Nova';
	font-weight: 700;

}

.arrow_svg{
	transform: rotate(90deg);
	display: inline-block;
	margin: 30px auto;
	width: 50px;
	height: 50px;
}

.timeline_item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 95px;
}

.timeline_item:last-child{
	margin-bottom: 0px;
}





.timeline_green .timeline_theme{
	background-color: #1DD1A1;
}

.timeline_orange .timeline_theme{
	background-color: #F97D21;
}

.timeline_blue .timeline_theme{
	background-color: #0196D4;
}

.timeline_green .timeline_date{
	color: #1DD1A1;
}

.timeline_orange .timeline_date{
	color: #F97D21;
}

.timeline_blue .timeline_date{
	color: #0196D4;
}

.timeline_green .timeline_textarea_container .wysiwyg ul li::before{
	background: #1DD1A1;
}

.timeline_orange .timeline_textarea_container .wysiwyg ul li::before{
	background: #F97D21;
}

.timeline_blue .timeline_textarea_container .wysiwyg ul li::before{
	background: #0196D4;
}

.timeline_green .readmore:after {
	background: url('../images/arrow-green.svg') no-repeat;
}

.timeline_orange .readmore:after {
	background: url('../images/arrow-orange.svg') no-repeat;
}

.timeline_blue .readmore:after {
	background: url('../images/arrow-blue.svg') no-repeat;
}
.timeline_green .readmore {
	color:  #1DD1A1;
}

.timeline_orange .readmore {
	color:  #F97D21;
}

.timeline_blue .readmore {
	color:  #0196D4;
}

.timeline_green .colored_square{
	background-color: #1DD1A1;
}

.timeline_orange .colored_square{
	background-color: #F97D21;
}

.timeline_blue .colored_square{
	background-color: #0196D4;
	
}


.timeline_title{
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;
}

.timeline_date{
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.timeline_theme{
	margin-bottom: 0;
	margin-left: 30px;
	color: #fff !important;
	font-weight: 700;
	background-color: #1dd1a1;
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	transition: background-color ease-in-out .3s;
}
a.timeline_theme:hover, a.timeline_theme:focus{
	background-color: #445567 !important;
}
.highlighted .timeline_theme{
	position: relative;
	top: -1rem;
}

.readmore_container{
	text-align: right;
}

.readmore{
	display: inline-block;
	font-weight: 600;
	margin-top: 30px;
	padding-right: 125px;
	font-size: 26px;
	line-height: 22px;
	position: relative;
}

.readmore::after {
	content: '';
	width: 65px;
	height: 26px;
	top: -50%;
	bottom: -50%;
	margin: auto;
	right: 20px;
	position: absolute;
	background: url('../images/green.svg') no-repeat;
	transform: translateZ(0);
	transition-duration: 0.1s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.readmore:hover::after {
	transform: translateX(4px);
}



.timeline_textarea_container,
.timeline_image_container{
	width: 50%;
}


.timeline_textarea_container{

}

.timeline_textarea_container .wysiwyg h1,
.timeline_head_content.wysiwyg h1{
	font-size: 56px;
	line-height: 58px;
	margin-bottom: 10px;
	font-weight: 400;
}

.timeline_textarea_container .wysiwyg h2,
.timeline_head_content.wysiwyg h2{
	font-size: 44px;
	line-height: 46px;
	margin-bottom: 10px;
	font-weight: 400;
}

.timeline_textarea_container .wysiwyg h3,
.timeline_head_content.wysiwyg h3{
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 400;
}

.timeline_textarea_container .wysiwyg h4,
.timeline_head_content.wysiwyg h4{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: 400;
}
.timeline_textarea_container .wysiwyg h5,
.timeline_head_content.wysiwyg h5{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 400;
}

.timeline_textarea_container .wysiwyg h6,
.timeline_head_content.wysiwyg h6{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 400;
}

.timeline_textarea_container .wysiwyg p{
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 1rem 0;
	font-weight: 400;
}

.timeline_textarea_container .wysiwyg ul{
	list-style: none;
	margin-bottom: 1rem;
}

.timeline_textarea_container .wysiwyg ul li::marker{
	content: none !important;
}

.timeline_textarea_container .wysiwyg ul li{
	line-height: 1.2;
	margin-bottom: .5rem;
	list-style: none;
}

.timeline_textarea_container .wysiwyg ul li::before{
	content: "";
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: red;
	font-weight: 900;
	font-size: 20px;
  display: inline-block;
  margin-left: -1rem;
  margin-right: .75rem;
  position: relative;
  top: -.125rem;
}


.timeline_textarea_content{
	background-color: #F6F6F7;
	padding: 25px 75px 25px 25px;
	position: relative;
	z-index: 0;
}

.timeline_image_container{
	margin-top: 30px;
	margin-left: -30px;
}

.timeline_image{
	position: relative;
	margin-right: 25px;
}


.timeline_img{
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}

.timeline_img_default{
	max-height: 335px;
}

.colored_square{
	width: 100px;
	height: 100px;
	background-color: #1DD1A1;
	position: absolute;
	z-index: 0;
	bottom: -25px;
	right: -25px;
}

.points_link{
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: -300px;

}

.timeline_item:last-child .points_link{
	display: none;
}


.highlighted .colored_square{
	width: calc(100% + 50px);
	height: calc(100% + 50px);

}

.timeline_item:nth-child(even) .timeline_image_container{
	order: 1;
	text-align: right;
	margin-left: 0;
	margin-right: -30px;
}

.timeline_item:nth-child(even) .timeline_textarea_container{
	order: 2;
}

.timeline_item:nth-child(even) .timeline_theme{
	margin-left: 0;
	margin-right: 30px;
}


.timeline_item:nth-child(even) .timeline_image{
	margin-right: 0px;
	margin-left: 25px;
}


.timeline_item:nth-child(even) .colored_square{
	right: auto;
	left: -25px;
}

.timeline_item:nth-child(even) .timeline_textarea_content{
		padding: 25px 25px 25px 75px;
}

@media screen and (max-width: 750px){
	.timeline_textarea_container{
		width: 100%;
		order: 2;
	}
	.timeline_image_container{
		width: 100%;
		order: 1;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 25px;
		margin-top: 0;
	}

	.highlighted .colored_square{
		width: calc(100% + 25px);
		height: calc(100% + 50px);
	}
	.highlighted .timeline_image{
		padding-left: 25px;

	}
	.timeline_item:nth-child(even).highlighted .timeline_image{
		padding-left: 0;
		padding-right: 25px;
	}
	.timeline_textarea_content{
		padding: 25px !important;
	}

	.timeline_section{
		padding:  0 0 120px 0;
		margin: 50px 0;
	}
	.timeline_year_container{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.timeline_year_container:first-child{
		margin-top: 50px;
	}

	.points_link{

		bottom: auto;
		top: -420px;

	}

	.timeline_item:last-child .points_link{
		display: block;
	}

	.timeline_item:first-child .points_link{
		display: none;
	}

}