.summer-venture-arrow::before{
	position: absolute;
	left:0;
	content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cline x1="40" y1="13" x2="50" y2="13" stroke="black" /%3E%3Cline x1="40" y1="115" x2="40" y2="13" stroke="black" /%3E%3Cline x1="40" y1="114" x2="46" y2="114" stroke="black" /%3E%3Cpolygon points="43, 118 43, 110 50, 114" stroke="black" /%3E%3C/svg%3E');
}

.technician-engineer-arrow::before{
	position: absolute;
	left:0;
	content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cline x1="40" y1="14" x2="48" y2="14" stroke="black" /%3E%3Cline x1="40" y1="115" x2="40" y2="14" stroke="black" /%3E%3Cline x1="40" y1="115" x2="50" y2="115" stroke="black" /%3E%3Cpolygon points="43, 17 43, 9 50, 13" stroke="black" /%3E%3C/svg%3E');
}

.year-blocks {
	text-align:right;
	margin: 0 !important;
}

.year-blocks span{
	padding: 0 .3rem;
	margin:  1.5px;
	background-color: #003459;
	color: white;
	border: 1px solid white;
}

.year-blocks span:first-of-type{
	background-color: transparent;
	margin: 0;
}

.tables-workforce caption{
	caption-side: top !important;
	padding: 0 0 0 10px;
	width: calc(100% - 37px);
}

.tables-workforce tr td:nth-of-type(2n){
	background-color: #dde5ed;
}

.tables-workforce .table-responsive {
	margin-top: 0;
	overflow-x: unset;
}

.tables-workforce .table-responsive thead{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tables-workforce .table-responsive table, .tables-workforce .table-responsive table tr, .tables-workforce .table-responsive table td{
    border: 0;
}

.cover-td {
	position: absolute;
	width:100%;
	height: 50%;
	left: 0;
	opacity: .8;
}
td:has(.cover-td){
	background-color:white;
}
.cell-line {
	position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
}

.first-cell-line {
	height: 0px;
	width: 0px;
	
	display: block;
}

.first-cell-line::after {
	background-color: inherit;
	content: "";
	height: 2px;
	width: 75%;
	position: absolute;
	display: block;
	top: 45%;
	margin-left: 4px;
}

@media (max-width: 1200px) and (min-width: 992px){
	.tables-workforce caption{
		width: calc(100% - 28px);
	}
}

@media (max-width: 992px){
	.tables-workforce caption{
		width: calc(100% - 42px);
	}
}

@media (max-width: 768px){
	.tables-workforce caption{
		width: calc(100% - 27px);
	}
}

@media (max-width: 530px){
	.tables-workforce caption{
		width: 94%;
	}
}

@media (max-width: 330px){
	.tables-workforce caption{
		width: 100%;
	}
	.year-blocks span{
	padding: 0 1.2rem 0 .3rem;
	margin:  1.5px;
	background-color: #003459;
	color: white;
	border: 1px solid white;
}
}
