.blog-row .card-author-name{font-size:18px}
.two-author{
	justify-content: space-between;
}
ul#menu-our-corporate-purpose-favorite-links {
    margin: 0px;
} 
/*@media only screen and (min-width: 320px) {*/
	.blog-card .card-author-name {    
		margin:0 12px 0 20px;
		height: 40px;
	}
	.blog-card .coauthors .card-author-name{
		height: 35px !important;
	}
	
	.single .author-info h2 a {
		color: #676767;
		text-decoration: none;
	}
	.single .author-bio .author-image {
		padding-top: 0;
		margin: 0 auto;	
		float:left;
	}
	.single .author-bio .author-image img {
		margin: 10px;
		height:100px;
		width:100px;
	}
	.blog-card .card-author-name {
		position: relative;
		margin-left: 20px;
		line-height: normal;    
		overflow: hidden;   
	}
	.single .author-info{	  
		min-height: 145px !important;
	}
	.single .author-bio .author-bio-box {
		box-shadow: none;
		min-width: 300px;
		max-width: 600px;
		padding: 20px 20px 0 20px;
		min-height: 210px;
		box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.25);
		display: inline-table;
	}
	.single .author-bio.blog-row {
		margin-bottom: 5px;	
		min-height: 245px;	
		display: inline;
		vertical-align: top;		
	}
	.author .current {
		color: #fff;
		border-color: #017cad;
		background-color: #017cad;
		padding: 3px 10px;
	}
	.author .current:hover{
		padding: 3px 10px !important;
	}
	.author .blog-row .cui .page-numbers li {
		font-size: 18px;
		text-decoration:none;
	}	
	.author .blog-row .cui .page-numbers li a{
		text-decoration:none;
		padding: 3px 8px;
		border:1px solid #fff;
	}
	.author .blog-row .cui .page-numbers li a:hover{
		text-decoration:none;
		border:1px solid #007493;
		padding: 3px 8px;
	}
	.blog-row.pagination-section{
		margin: 50px auto;
	}
	.author .blog-row .cui .page-numbers span.icon-chevron-right,.author .blog-row .cui .page-numbers span.icon-chevron-left {	  
		display:inline-flex;
	}
	.author .blog-row .cui .page-numbers {
		display: inline-flex;
		list-style: none;		
	}
	.author .page-numbers li{
		margin-left: 5px;
	}
	.single .author-bio .author-info {
		padding-bottom: 0;
	}
	.author-section{
		display:table;
		width:100%;
	}
	.author-section .author-info a{
		text-decoration:none; color:#404040
	}
	.author-section .author-info a:hover{
		text-decoration:underline;
	}
	.blog-card .card-author-section .card-auth-dropdown-content {
		display: none;
		position: absolute;
		background-color: #1e4471;
		min-width: 260px;
		width: 260px;
		-webkit-box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.25);
		box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.25);
		top: 13.3em;
		right: 20px;
		z-index: 10;
		border-radius:7px;
	}
	.blog-card .card-author-section .card-auth-dropdown-content .blog-author-name{
		color: #fff;
		display: inline-block;
		position: relative;
		top: 3px;
		font-size: 16px;
		width: 182px;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}	
	.blog-thumb-author{
		width: 40px;
		height: 40px;
		border-radius: 100%;
		overflow: hidden;
		z-index: 5;
		position: relative;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: inline-block;
		margin-right: 10px !important;
		top:10px;
	}
	.blog-author-name a {
		color:#fff !important;	
	}
	.card-auth-dropdown-content li{
		padding-bottom:0;
		margin-left: 0;
		list-style: none;
	}
	.card-auth-dropdown-content ul{
		padding: 0 10px 10px 15px !important
	}
	.author-dropdown {
		margin-left: 16px;
		margin-top: 10px;
		color: #007493;
		font-size:18px;
		font-weight: 400;
		cursor: pointer;
	}
	.author-img{
		display:inline-block;
		width: 45px;
	}
	.card-author-btn .icon-extra-small{font-size:14px;}
	.single .author-info, h4, .single .author-info h3{
		font-size: 18px;
		overflow: hidden;
		margin-top: 0;
	}
	.single .author-info h3 a{font-size: 20px !important;}
	.single .author-info h4{padding-bottom:5px;}
	.single .author-info h3 a,.single .author-info h4{
		font-size: 18px;
		height: 41px;
		overflow: hidden;
		text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3; /* start showing ellipsis when 3rd line is reached */
	}
	.blog-card .card-author-section .author-dropdown .card-author-btn .rotate {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.blog-card .blog-thumb {
    width: 85px !important;
    height: 85px !important;
   }
   .blog-card .two-author .blog-thumb {
    margin-left: 0;
    z-index: 5;
    top: -50px;
    left: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .coauthors {
	  display: flex;
	  flex-direction: row;
	  column-gap: 7px;
	}
	
	.blog-card .two-author .blog-thumb.coauthorthumb {
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #fff;
    margin-left: 0.5em;
    z-index: 5;
    right: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: auto;
  }
  .card-author-section > .coauthors:nth-of-type(1) > a:nth-of-type(2), .card-author-section > .coauthors:nth-of-type(2) > a:nth-of-type(1) {
	font-size: 16px;
	line-height: 17px;
	margin-top: 10px;
	overflow:hidden;
	margin-left: 3px;
}

 .blog-card .two-author .card-author-name {
    position: relative;
    line-height: normal;
    height: 40px;
    overflow: hidden;
	margin: 15px 0 0 10px;
  }
  .mainauthor {
    left: -15px;
    right: auto;
  }
  .blog-card .blog-thumb.coauthorthumb {
	width: 85px;
	height: 85px;		
  }  
/*}*/
@media screen and (max-width: 768px){
	.single .author-bio.blog-row {
		display: grid;
		grid-template-columns: repeat(12, calc( (100% - 220px) / 12));
		grid-column-gap: 20px;
		grid-template-rows: auto;
		padding-bottom: 10px;
		font-size: 20px;
		/*width: calc(100% - 30px);
		margin: 0 15px;	*/
		margin: 0 auto;
	}
	.blog-card .card-author-section .card-auth-dropdown-content {		
		top: 16.7em;
	}
	.single .author-bio .author-bio-box {
		min-width: 300px;
		max-width: 600px;
		
	}
	.single .author-info, h4, .single .author-info h3{
		font-size: 16px;		
	}
	
	.blog-card .blog-thumb {
		top: -25px;
		position: relative;
	}
}
@media screen and (max-width: 811px){
	.blog-card .card-author-section .card-auth-dropdown-content {		
		top: 16.7em;
	}
	.author-dropdown{margin-right:10px;}
	.blog-cat-post-author-container {
		margin-top: 20px;
	}
	.coauthors {
		display: flex !important;
		flex-direction: row;
		column-gap: 12px;
	}
}
@media only screen and (min-width: 930px) {
	.single .author-bio .author-bio-box {
		max-height: 100%;
		padding: 20px 20px 5px 20px;
	}
	.blog-card .card-author-name {
		margin: 15px 12px 0 20px;
	}
	.single .author-bio.blog-row{
		width:33.33%;
		float:left;
		display: inline-table;
	}
	.single .author-bio.blog-row .author-bio-box{
		margin: 10px;
	}
	.auth-row{
		display: table-row;
	}
	.single .author-bio .author-bio-box {
		width: 30%;
		margin: 0 5px 30px 5px;
	}
	.single .author-bio .author-bio-box {
		width: 85% !important;
	}	 
}
@media screen and (min-width: 768px) and (max-width: 929px) {
	.blog-card .card-author-name {
		margin: 25px 12px 0 20px;
		top: 10px;
	}
	
	.blog-card .two-author .blog-thumb {
		margin-left: 0;
		z-index: 5;
		top: -25px;
		left: 10px;
		position: relative;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.card-author-section > .coauthors:nth-of-type(1) > a:nth-of-type(2), .card-author-section > .coauthors:nth-of-type(2) > a:nth-of-type(1){
		position: relative;
		top: 0px !important;
		margin: 40px 12px 0 20px;
	}
	.single .author-bio.blog-row{
		margin-left: 0;
	}
	.coauthors {
		display: inline-flex !important;
	}	
}
@media screen and (min-width: 930px) and (max-width: 1024px) {
	.single .author-bio.blog-row{
		margin-left: 0;
	}
	.coauthors {
		display: inline-flex !important;
	}
	.blog-card .blog-thumb {
		width: 72px !important;
		height: 72px !important;
	}
	.blog-card .blog-thumb.coauthorthumb {
		width: 72px ;
		height: 72px ;
	}
	.blog-card .two-author .blog-thumb {
		top: -25px;
	}
	.card-author-section > .coauthors:nth-of-type(1) > a:nth-of-type(2), .card-author-section > .coauthors:nth-of-type(2) > a:nth-of-type(1) {
		margin: 26px 3px 0 2px !important;
		top:0 !important;
		height: 35px;
	}
	.card-author-section > .coauthors:nth-of-type(2) > a:nth-of-type(1) {
		margin: 25px 0 0 0 !important;
	}
	.coauthors {
		column-gap: 2px;
	}
	.blog-card .two-author .blog-thumb{
		left:0;
	}
	.author-dropdown{
		margin-top: -3px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 412px) {
	.single .author-section {
	  display: block;
	  width: 100%;
	}
	.blog-card .card-author-name {
		height: 40px !important;
		margin-top: 15px;
	}
	
	.card-author-section > .coauthors:nth-of-type(1) > a:nth-of-type(2), .card-author-section > .coauthors:nth-of-type(2) > a:nth-of-type(1) {
		font-size: 14px;		
	}
	.blog-card .card-author-name {
		margin-top: 10px;
	}
	.coauthors{column-gap: 7px !important;}
	.blog-card .two-author .blog-thumb.coauthorthumb{
		margin-left: 0;
	}
	.card-author-section > .coauthors:nth-of-type(1) > a:nth-of-type(2){
	  margin-left: 3px;
	}
	.card-author-section > .coauthors:nth-of-type(2) > a:nth-of-type(1){
		margin-right: 3px;
		height:35px !important;
	}	
}

@media only screen and (min-width: 320px){
	.blog-card .card-author-name {
		margin-top: 10px;
	}
	.single .author-bio .author-bio-box { 
		display: inline-table;
		width: 33%;
		margin-bottom: 30px;
		padding-left: 0;
	}	 
}