@charset "utf-8";
/* CSS Document for events_timeline */

@import url('https://fonts.googleapis.com/css?family=Bitter|Lato|Roboto&display=swap');

#page #main-wrapper {
	background-color: #d2e6f7;
}
article.node--type-timeline-events  {
	font-family: 'Roboto', sans-serif;
}

.obssr-timeline form > .form--inline {
	margin: 0 0 20px 0;
}


.wrap-list-495 h3 {
	padding: 6px 16px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 12%;
	color: #ffffff;
	background: #0174b2;
	border: 1px solid #0174b2;
	font-size: 24px;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	z-index: 9;
}
ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
	margin-top: 4em;
}
ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
    background: #ffffff;
	border: 3px solid #0174b2;
}
.wrap-list-495 article::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 99;
	right: -10px;
	top: 13px;
	background: #fff;
	border: 1px solid #e5e5e5;
	transform: rotate(45deg);
	border-left: 0;
	border-bottom: 0;
}
.wrap-list-495 ul.timeline-list::after {
	background-color: #0174b2;
	width: 2px;
}
.wrap-list-495 article {
	position: relative;
	background: #fff;
	padding: 29px;
	border: 1px solid #e5e5e5;
	text-align: left;
	margin-top: 10px;
}
.main-content .wrap-list-495 h2 {
	display: none;
}
.main-content .wrap-list-495 .field--name-field-displayed-title {
	color: #0071b3;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}
.wrap-list-495 .node__content {
    margin-top: 0px;
}
.wrap-list-495 .node .field--type-image {
    float: center;
    margin: 0;
}
.wrap-list-495 .field--label-inline .field__label::after {
    font-family: "Font Awesome 5 Free";
    font-size: 16px; 
    display: none; 
    content: "\f017";
	padding-right: 4px;
}
.wrap-list-495 .field--name-field-event-date {
	margin-bottom: 1em;
	font-family: 'Lato', sans-serif;
}
.wrap-list-495 .field--label-inline .field__label {
    font-size: 0; 
}
.wrap-list-495 .field--name-body {
	font-family: 'Lato', sans-serif;	
}
.form-select.bef-links a {
	font-family: 'Roboto', sans-serif;
	color: #195daa;
	padding: 5px 15px;
	border: 1px solid transparent;
	border-radius: 40px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.form-select.bef-links div {
	display: inline-block;
	margin: 2px;
}
.bef-link-active a.bef-link-active {
	border: 1px solid #195daa;
}
/* wait to see about Decades styling
#edit-field-event-decade-target-id.form-select.bef-links div {
	display: block;
	margin: 2px;
}
*/
.bef-exposed-form .form--inline > .form-item.form-item-field-event-decade-target-id {
	float: right;
}

/* Responsive css  */
@media only screen and (min-width: 769px) {
	ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper {
		padding: 2em 4em 2em 0;
	}
	ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper {
		padding: 2em 0 2em 4em;
	}
	.wrap-list-495 li.even article::before{
		right: auto;
		left: -10px;
		border: 0;
		border-left: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
}
@media only screen and (max-width: 768px) {

	.wrap-list-495 h3 {
		width: 17%;
		margin: 0 0 -1px -3px;
		border-left: 2px solid #e5e5e5;
		font-size: 20px;
	}
	ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper,
	ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper {
		padding: 2em 0 2em 2em;
	}
	ul.timeline-list.alternate li.timeline-item .timeline-item-wrapper {
		width: 100%;
	}
	ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
	    left: -8px;
	}
	.wrap-list-495 li.odd article::before,
	.wrap-list-495 li.even article::before {
		right: auto;
		left: -10px;
		border: 0;
		border-left: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	.wrap-list-495 article::before {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		z-index: 99;
		right: -10px;
		top: 12px;
		background: #fff;
		border: 1px solid #e5e5e5;
		transform: rotate(45deg);
		border-left: 0;
		border-bottom: 0;
	}
	.wrap-list-495 ul.timeline-list::after {
		left: 0;
	}
	.wrap-list-495 article {
		position: relative;
		background: #fff;
		padding: 29px;
		border: 1px solid #e5e5e5;
		text-align: left;
		margin-top: 10px;
	}
	.bef-exposed-form .form--inline > .form-item.form-item-field-event-decade-target-id {
	float: left;
	}

}