/* codeDESIGN - layout_project_specific.css */@charset "utf-8";span.company_name_in_content {	text-transform: uppercase;	font-weight: 400;}span.company_name_in_content span {	color: #202020;}/* PROJECTS BUTTON */div.projects_button {	background: var(--ci_color_yellow);	font: normal 14px/20px 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;	font-weight: 700;	color: #ffffff;	margin: 0px 0px 0px 0px;	padding: 8px 15px 8px 15px;	text-decoration: none;	text-transform: uppercase;	border: none;	-webkit-border-radius: 0px; 	-moz-border-radius: 0px; 	border-radius: 0px; 	cursor: pointer;	transition: all 0.33s ease-in-out;	-moz-transition: all 0.33s ease-in-out;	-o-transition: all 0.33s ease-in-out;	-webkit-transition: all 0.33s ease-in-out;	-webkit-appearance: none;	-moz-appearance: none;	appearance: none;	position: fixed;	top: calc(40% - 60px);	left: 0px;	display: none;}@media only screen and (max-width: 991px) {	div.projects_button {		top: auto;		bottom: 70px;		left: 0px;	}	}div.projects_button:hover {	background: var(--ci_color_white);	color: var(--ci_color_black);	}div.projects_button a,div.projects_button a:link,div.projects_button a:visited {	color: var(--ci_color_black);	text-decoration: none;}div.projects_button a:hover {	text-decoration: none;}/* HISTORIC LIST */ul.content_item_historic_list {	list-style: none;}ul.content_item_historic_list li {	margin: 0px 0px 20px 0px !important;	padding: 0px 0px 0px 80px !important;}ul.content_item_historic_list li:before {	background: #CFCDCE;	width: 50px;	height: 50px;	border-radius: 50px;	margin: 0px 0px 0px 0px !important;	padding: 0px 0px 0px 0px !important;	font: normal 13px/50px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif !important;	font-weight: 600 !important;	color: #ffffff !important;	text-align: center;}ul.content_item_historic_list li:after {	background: #CFCDCE;	content: '';	width: 100%;	height: 1px;	display: inline-block;	margin: 25px 0px 0px 0px;}ul.content_item_historic_list li:last-child:after {	display: none;}ul.content_item_historic_list li:nth-child(1):before {	content: '1948' !important;}ul.content_item_historic_list li:nth-child(2):before { 	content: '1968' !important;}ul.content_item_historic_list li:nth-child(3):before { 	content: '1989' !important;}ul.content_item_historic_list li:nth-child(4):before { 	content: '2000' !important;}ul.content_item_historic_list li:nth-child(5):before { 	content: '2020' !important;}