@charset "UTF-8";

/*********** textBlockWithBios *********************/

article.blocks section.textBlockWithBios div.column1 div.dotDeco
{
   display: block;
   position: absolute;
   width: 100%;
   top: -1em;
   min-height: 180px;
   z-index: 0;
}

article.blocks section.textBlockWithBios div.column1 div.bioList
{
   box-sizing: border-box;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   gap: 0 64px;
   width: calc(100% - 48px);
   margin-right: auto;
   margin-left: auto;
}

article.blocks section.textBlockWithBios div.column1 a.author,
article.blocks section.textBlockWithBios div.column1 span.author
{
   box-sizing: border-box;
   display: block;
   flex: 1 1 140px;
   min-width: 0;
   max-width: 150px;
   margin: 0;
   padding-top: 0.5em;
   padding-bottom: 2.5em;
   color: #000000;
   text-align: center;
}

article.blocks section.textBlockWithBios div.column1 a.author img,
article.blocks section.textBlockWithBios div.column1 span.author img
{
   display: block;
   width: 100%;
   max-width: 160px;
   margin-right: auto;
   margin-left: auto;
   position: relative;
   z-index: 500;
}

article.blocks section.textBlockWithBios div.column1 div.bioList.singleBio
{
   width: 65%;
   max-width: 320px;
   position: relative;
}



article.blocks section.textBlockWithBios div.column1 div.singleBio a.author,
article.blocks section.textBlockWithBios div.column1 div.singleBio span.author
{
   flex-basis: 100%;
   max-width: 320px;
   padding-top: 1em;
}

article.blocks section.textBlockWithBios div.column1 div.singleBio a.author img,
article.blocks section.textBlockWithBios div.column1 div.singleBio span.author img
{
   max-width: 320px;
}

article.blocks section.textBlockWithBios div.column1 a.author span.name,
article.blocks section.textBlockWithBios div.column1 span.author span.name
{
   display: block;
   margin-top: 1em;
   font-size: 15px;
   font-weight: bold;
}

article.blocks section.textBlockWithBios div.column1 a.author span.jobTitle,
article.blocks section.textBlockWithBios div.column1 span.author span.jobTitle,
article.blocks section.textBlockWithBios div.column1 a.author span.name span.credentials,
article.blocks section.textBlockWithBios div.column1 span.author span.name span.credentials
{
   display: block;
   font-size: 14px;
   font-style: italic;
   font-weight: 300;
}

article.blocks section.textBlockWithBios div.column1 a.author span.name span.credentials,
article.blocks section.textBlockWithBios div.column1 span.author span.name span.credentials
{
   margin-top: 0.2em;
   color: #666666;
   white-space: nowrap;
}

article.blocks section.textBlockWithBios div.column1 a.author span.link
{
   display: inline-block;
   width: auto;
   margin-top: 1em;
   background-image: url('../../yellow_square_30.png');
   background-size: 0 40%;
   background-repeat: no-repeat;
   background-position: 0 60%;
   font-family: din-2014;
   font-size: 90%;
   font-weight: bold;
   transition: background-size 500ms ease-in-out;
}

article.blocks section.textBlockWithBios div.column1 a.author:hover span.link
{
   background-size: 100% 40%;
}



@media (min-width: 720px) {

	article.blocks section.textBlockWithBios div.column1 div.bioList
	{
	   width: calc(100% - 100px);
	}

	article.blocks section.textBlockWithBios div.column1 a.author,
	article.blocks section.textBlockWithBios div.column1 span.author
	{
	   padding-bottom: 2em;
	}

	article.blocks section.textBlockWithBios div.column1 div.dotDeco
	{
	   display: none;
	}
}


@media (min-width: 1280px) {

	article.blocks section.textBlockWithBios div.column1 div.bioList
	{
	   width: calc(100% - 140px);
	}
}
