.cv-container
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cv-content-left, .cv-content-right, .cv-content-center
{ 
  flex-grow: 1;
  display: inline-flex;
}

.cv-content 
{
  margin-top: 50px;
  text-align: center;
  width: 100%;
}

.cv-segment 
{
  border-left: 4px solid var(--primary);
  letter-spacing: 0.5px;
  position: relative;
  font-size: 1.03em;
  list-style: none;
  text-align: left;
  font-weight: 100;
}

.cv-segment .position:before,
.cv-segment .position:after 
{
  position: absolute;
  display: block;
  top: 0;
}

.cv-segment .position:last-of-type 
{
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.cv-segment .position 
{
  margin-bottom: 1.5em; 
  position: relative;
  list-style-type: none;
}

.position p, .position h3, .position h5 
{
  margin-bottom: 0;
}

.position h6 {
  margin-bottom: 0.1rem;
}

.cv-segment .position:before 
{
  top: calc((var(--typography-spacing-vertical)) * -1.12);
  color: var(--contrast);
  content: attr(data-date);
  text-align: left;
  font-weight: 600;
  font-size: 0.6em;
}

.cv-segment .position:after 
{
  box-shadow: 0 0 0 4px var(--primary);
  left: calc((var(--spacing) * -1.425));
  background: var(--background-color);
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: calc((var(--typography-spacing-vertical)) * -0.5);
}
