.boxed.social-links .social-icon {margin:10px auto;}
.boxed.social-links .name, .boxed.social-links .image { vertical-align:middle; height:50px; display:table-cell; }
.boxed.social-links .image img { width: 50px !important; height:50px !important; }
.boxed.social-links .name { padding-left:15px; }
.boxed h2 {
	text-align:left;
	font-weight: 700;
	font-size: 1.55em;
}
ul.contributors{
	padding-inline-start: 20px;
	list-style: outside;
}
ul.contributors li{
	margin-bottom: .5em;
}

.author-name {
	font-weight: 600;
    font-size: 1.2em;
}
.post_title a {
	color: #222;
	font-weight: 500;
}
.post_title a:hover {
	text-decoration: underline;
}

.post_title {
    line-height: 1.2;
	font-size: 2em;
	margin-bottom: 0em;
    margin-top: 0;
	letter-spacing: -.01em;
	font-weight: 500;
}
.post_content.blog_truncated {
    max-height: 311px;
    overflow: hidden;
    position: relative;
}
.post_content .after_gradient {
    background: url(https://mars.nasa.gov/assets/white_gradient.png) repeat-x bottom left;
    bottom: 0;
    height: 100px;
    pointer-events: none;
    content: "";
    max-height: 45%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
#updates-title {
    line-height: 1.2;
	font-size: 2.28em;
	margin-bottom: 0em;
    margin-top: 0;
	letter-spacing: -.01em;
	font-weight: 500;
	color: #222;
}
.link_date {
	font-weight: 500;
	font-size: 0.8em;
}

.post_header {
	margin-bottom: 1.6em;
}

a#overview-link {
	padding-bottom: 10px;
	color: #222;
	font-weight: 500;
}

#updates-title{
	padding-bottom: 25px;
}

.img_caption {
	font-size: 0.75em;
	color: #5a6470;
}

@media (max-width: 769px){
	.post_title {
		font-size: 2.1em;
	}
}
@media (max-width: 600px){
	.post_title {
		font-size: 1.82em;
	}
}

/* showHideToggle - OPTIONAL but useful for styling the container */
/*#example1Container { background:white; padding:1% 5%; color:navy; }*/

#contributors-div>h2, #tools-div>h2 {
	display: flex;
    justify-content: space-between;
    margin: 0;
	margin-top: 10px;
}
#contributors-boxed .expand-icon, #tools-boxed .expand-icon { 
	text-decoration:none !important; 
	font-weight:bold; 
}
#contributors-boxed .groupClass { padding-left:5%; width:95%; padding-bottom:25px; }

/* showHideToggle - REQUIRED */
#contributors-boxed #contributors-list { 
	height:auto; display:none; 
}

#tools-boxed #tools-list {
	height:auto; display:none;
}

a#prev-btn {
	float: left;
}

a#next-btn {
	float: right;
}

.category_title {
	font-weight: 500;
}

#rss-link {
	color: #707070;
	font-weight: 600;
}

.grid_layout{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

@media(min-width: 600px){
	.grid_layout{
		width: 90%;
	}
} 

@media(min-width: 769px){
	.grid_layout{
		width: 90%;
	}
}

@media(min-width: 1024px){
	.grid_layout{
		max-width: 1200px;
		width: 95%;
	}
}
#Mission-Header {
	background-image:url('/imgs/mars2020/blogs/25790_perseverance_selfie_1600x300.jpg') !important; 
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
	max-height: 300px;
	height: 300px;
	position: relative;
 }
 #updates-title {display:none;}
 #Mission-Header .headlineText {
	 position: absolute;
	 bottom: 6vh;
	 margin-left: auto;
	 margin-right: auto;
	 left: 0;
	 right: 0;
	 text-align: center;
 }
 
 .header-text {
 left: 0; right: 0;
	 bottom: 0px;
	 position: absolute;
	 width: 100%;
	 height: 50%;
	 z-index: 10;
 background: rgb(0,0,0);
 background: -moz-linear-gradient(0deg, rgba(0,0,0,0.49763655462184875) 0%, rgba(0,0,0,0) 100%);
 background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.49763655462184875) 0%, rgba(0,0,0,0) 100%);
 background: linear-gradient(0deg, rgba(0,0,0,0.49763655462184875) 0%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
 }
 #Mission-Header h2{
	 position: absolute;
	 bottom: 20%;
	 left: 0;
	 right: 0;
	 font-size: 2.3rem
 }
 @media screen and (max-width: 500px) {
	 #Mission-Header {
		background-image:url('/imgs/mars2020/blogs/25790_perseverance_selfie_600x300.jpg') !important; 
		background-size: cover;
	 }
	 #Mission-Header h2 span{
		 display:block;
	 }
 }