.recent-content {
  padding-top: 0;
  font-size: 1.0625rem;
  line-height: 1.25;
}

.recent-content .recent-content-image {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0 6px 0;
}

.recent-content .recent-content-header {
  display: flex;
  flex-flow: column;
  align-items: baseline;
  padding: 0.5rem 1.5rem;
}

.recent-content .recent-content-header h2 {
  font-size: 1.5rem;
  color: #078649;
}

 .recent-content-header .full-list-link {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 2px solid #618dc0;
  color: #618dc0;
  transition: color 0.2s, border-bottom-color 0.2s;
}

.recent-content .full-list-link:hover, .recent-content .full-list-link:focus {
	color: #063a72;
	border-bottom-color: #063a72;
}

.recent-content .main-section-shade.no-pinned {
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 0;
  border-radius: 12px;
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
}

.recent-content .main-section-shade.pinned {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 12px;
  border-left: none;
  border-right: none;
}

.recent-content .card-body {
  padding: 1.25rem 1.5rem 1.25rem;
}

.recent-content .pinned-symbol {
  position: relative;
  top: -3px;
  width: 1.1rem;
  font-size:90%;
  rotate: -30deg;
}

.recent-content .recent-content-category {
  font-weight:500;
}

.recent-content .header-divider {
  content: '';
  display: inline-flex;
  align-items: center;
  height: 2px;
  vertical-align: middle;
  width: max(20px, min(4vw, 30px));
  background-color: #55416a;
  transition: background-color 0.2s;
}

.recent-content .benefits-container:hover .header-divider, .recent-content .benefits-container:focus .header-divider {
	background-color: #3A71B1;
}

.recent-content .recent-content-title {
  font-size: 95%;
}

.recent-content .doc-symbol {
  font-size: 95%;
  white-space: nowrap;
}

.recent-content .recent-content-date {
  font-size: 80%;
  margin-bottom: 0.5rem;
}

.recent-content .recent-content-tag {
  padding: 0.25rem 0.5rem;
  font-size: 75%;
  vertical-align:sub;
  font-weight: 600;
  background-color: #6c87a9;
  transition: background-color 0.2s;
}

.recent-content .benefits-container:hover .recent-content-tag, .recent-content .benefits-container:focus .recent-content-tag {
	background-color: #7897bc;
}

@media (min-width: 375px) {
  .recent-content .recent-content-header h2 {
    margin: 0 1rem 0 0;
    padding: 5px 1rem 3px 0;
    text-align: initial;
    border-right: 1px solid #c7d7e8;
  }

  .recent-content .recent-content-header {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 1.5rem;
  }

  .recent-content-header .full-list-link {
    margin-bottom: 0;
  }
}
    





/* TODO - Optimize Below*/

.recent-content .main-section-shade > h3{
	font-size: 1.625rem;
	font-family: Roboto,sans-serif;
	font-weight: 500;
	margin-bottom:1.5rem;
}

.recent-content .card{
	background-color:inherit;
	border:none;
	border-radius:0;
	margin-bottom: 1rem;
}

.recent-content .card-body{
	background-color: #ffffff;
	border: 4px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-left: 2px solid;
	border-color:#e6eaf2;
	height:100%;
	border-radius: 1rem;
	transition: border-color 0.2s, border-left 0.2s;
}

.recent-content .card-body > h3{
	font-family:Roboto,sans-serif;
	text-decoration:none;
	font-size:1.25rem;
	font-weight:400;
	color: #55416a;
	line-height:1.35;
	margin-bottom:0.25rem;
	border-bottom: none;
	transition: color 0.2s;
}

.recent-content .card-body .card-description{
	color:#4f4c4b;
	line-height:1.75;
}

.recent-content .card-body .card-see-more{
	font-family: Roboto, sans-serif;
	color: #abbed5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e6eaf2;
	border-left: 2px solid #e6eaf2;
	border-right: 2px solid #e6eaf2;
	border-bottom: 2px solid #e6eaf2;
	border-top-left-radius: 100%;
	border-bottom-right-radius: 1rem;
	position: absolute;
	bottom: 4px;
	right: 4px;
	background-color: #f8f9fa;
	transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}

.recent-content .card-body .card-see-more:before{
	content: "\f061";
	display: inline-block;
	padding: 1.5rem 1.5rem 1rem;
	font-family: "Font Awesome 5 Free"!important;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	position: relative;
	top: 0;
	left: 3px;
}

.recent-content .benefits-container:hover .card-body, .recent-content .benefits-container:focus .card-body{
	border-color: #577eac;
	transition: border-color 0.2s, border-left 0.2s;
}

.recent-content .benefits-container:hover .card-body .card-see-more, .recent-content .benefits-container:focus .card-body .card-see-more{
	border-color: #577eac;
	background-color: #577eac;
	color: #ffffff;
	transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}

.recent-content .benefits-container:hover .card-body > h3, .recent-content .benefits-container:focus .card-body > h3{
	color: #3A71B1;
	transition: color 0.2s;
}



.benefits-container{
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	border-color: transparent;
	height:100%;
	border-radius: 1rem;
	background-color: initial;
	box-shadow: none;
	transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.benefits-container:hover, .benefits-container:focus{
	border-color: #577eac;
	background-color: #577eac;
	box-shadow: 3px 3px 8px 0 rgb(204,204,204);
	transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.recent-content .category-link{
	box-shadow: 0px 0px 5px 1px rgba(76, 64, 35, .15);
	margin-top: 1rem;
	margin-bottom: 0;
	background-color: #577eac;
	flex-direction: row;
	align-items: center;
	margin-left:0;
	border-radius:0;
}

.recent-content .category-link h4{
	font-family: Roboto,sans-serif;
	box-sizing: border-box;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin: 0;
}

.recent-content .category-link .category-link-arrow{
	background-color: rgba(255, 255, 255, 0.15);
	padding:0;
	margin-left:1px;
	margin-right:-1px;
}

.recent-content .category-link .category-link-arrow > span{
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 2rem;
}