@charset "UTF-8";


.timeLine 
{
	padding: 25px 0px 0px;   /* Padding around the timeline */
	position: relative;
	z-index: 1;
}

@media (min-width: 40em)   /* iPad  */
{
	.timeLine 
	{
		width: 100%;
		padding: 75px 47px 0px;
	}
}


.timeLine:before 
{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 2px;
	background: #ddd;
	left: 7px;  /* Vertical timeline bar iPhone  */
}

@media (min-width: 40em)   /* iPad  */
{
	.timeLine:before 
	{
		left: calc(33% + 22px);
	}
}

@media (min-width: 64em)   /* iPad Pro */
{
	.timeLine:before 
	{
		left: calc(33% + 22px);
	}
}

@media (min-width: 70em)   /* Desktop */
{
	.timeLine:before 
	{
		left: calc(33% + 21px);
	}
}


.timeLine:after {
  content: "";
  display: table;
  clear: both;
}


.newsSection {
  clear: both;
  text-align: justify;
  position: relative;
}



.newsSection .newsGroup {
  margin-bottom: .5em;
  float: left;
  text-align: right;
  position: relative;
	
  padding-right: 35px;
  width: 5%;
}

@media (min-width: 40em)   /* iPad  */
{
	.newsSection .newsGroup 
	{
		width: 33%;
		padding-right: 30px;
	}
}


.newsSection .newsGroup:before 
{
	content: '';
	position: absolute;
	border: 4px solid #A7A7A7;
	background-color: #fff;
	border-radius: 100%;
	top: 9px;
	right: 23px;  /*  Position of the dot on the timeline */
}

@media (min-width: 40em)   /* iPad  */
{
	.newsSection .newsGroup:before 
	{
		right: -11px;  /*  Position of the dot on the timeline */
	}
}

@media (min-width: 64em)   /* iPad Pro */
{
	.newsSection .newsGroup:before 
	{
		right: -10px;  /*  Position of the dot on the timeline */
	}
}


.newsSection .newsSummary 
{
	margin: 0 0 1em;
	float: right;

	width: 90%;
	padding-left: 0px;
}

@media (min-width: 40em)   /* iPad  */
{
	.newsSection .newsSummary 
	{
		margin-bottom: 2em;
		width: 66%;
		padding-left: 30px;
	}
}



.newsSection .newsSummary p 
{
	line-height: 1.75em;
	font-size: 0.875rem;
}

@media (min-width: 40em)   /* iPad  */
{
	.newsSection .newsSummary p
	{
	font-size: 1rem;
	}
}

.newsSection .newsSummary p:first-child {
  margin-top: 0;
/*
  font-weight: 400;
*/
}





