/* Color Tokens */

#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}

/* End Color Tokens */

/* Post Preview */

.post-preview {
	background-color: #FFFFFF; /* $white */
}

.post-preview time {
	display: block;
	line-height: 1;
	font-size: 13px;
	text-transform: uppercase;
	color: #53616F; /* $dark */
	letter-spacing: 0.05em;
}

.post-preview time span {
}

.post-preview strong {
	display: block;
	font-size: 1em;
	line-height: 1.25;
	margin: .5em 0 0.75em;
	color: #00548B; /* $primary */
}

.p-stories .post-preview strong {
	line-height: 1.5em;
	margin: 0 0 .5em;
}

.p-stories .post-preview strong p {
	color: #00548B; /* $primary */
}

.post-preview p {
	font-family: 'Source Sans 3', sans-serif;
	line-height: 1.5em;
}

.post-preview .btn {
	margin-top: 3em;
	min-width: 50%;
}

.p-stories .post-preview .btn {
	margin-top: 1em;
}

/* End Post Preview */

/* Highlighted Post */

.highlighted-post {
	padding: 0;
	background-color: #FFFFFF; /* $white */
	-ms-flex-align: stretch;
	align-items: stretch;
}

.highlighted-post figure {
	position: relative;
	text-align: left;
	padding: 2em 0;
	min-height: 30em;
}

.highlighted-post img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.highlighted-post figcaption {
	position: relative;
	color: #6E206F;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #EFECE4; /* $light */
	letter-spacing: 0.05em;
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
	line-height: 1.25;
	padding: 0.65em 2em;
	_display: inline-block;
	display: none;
}

.highlighted-post .post-preview {
	padding: 5em;
}

.highlighted-post .post-preview strong {
	font-size: 1.667em;
}

/* End Highlighted Post */

/* Filter Fields */

.blog-grid fieldset {
}

.blog-grid .filters {
	margin-top: 2em;
}

.filters ul {
	-ms-flex-align: end;
	align-items: flex-end;
}

.filters .fourth {
	max-width: calc(25% - 0.5em);
}

.filters .half {
	max-width: calc(50% - 0.5em);
}

.filters .input-text input {
	padding: 0.85em 3.333em 0.85em 0.85em;
}

.filters .input-text select {
	padding: 1em 2.5em 1em .85em;
}

.filters .search icon {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #D0282E;
	color: #FFFFFF;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	border: solid 0.35em #FFFFFF;
	width: 3.5em;
	background-image: linear-gradient(to right,#D0282E 34%,#F73E3E 34%,#F73E3E 65%,#D0282E 65%);
	background-size: 300% 100%;
	background-position: 100% 0;
	transition: background-position .4s ease;
	background-repeat: no-repeat;
	cursor: pointer;
}

.filters .clear-filters {
	text-transform: uppercase;
	color: #D0282E; /* $secondary */
	font-weight: 600;
	font-size: 14px;
}

.filters .clear-filters:hover {
	color: #2B2E30; /* $text */
}

.filters .clear-filters icon {
	vertical-align: middle;
	font-size: 1.25em;
}

/* End Filter Fields */

/* System Grid */

.blog-grid {
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2);
	padding-left: 12.667em;
	padding-right: 12.667em;
	padding-top: 4em;
	padding-bottom: 4em;
}

.blog-grid.p-stories header{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.blog-grid h1 {
	font-weight: 300;
	color: #00548B;
}

.blog-grid.covid h2, .blog-grid.hbh h2 {
	font-size: 2.5em;
	text-align: center;
}

.blog-grid.covid h2 icon, .blog-grid.hbh h2 icon, .blog-grid.covid h2 svg, .blog-grid.hbh h2 svg  {
	margin-right: 1em;
}

.blog-grid.podcast {
	background: none;
	padding-top: 1em;
}

.grid-wrap {
}

.grid-wrap h2.category-header {
	font-size: 2em;
	display: none;
}

.grid-wrap h2.category-header.active {
	_display: block;
}

.blog-grid .grid-list {
	margin-top: 3em;
}

.blog-grid .grid-list li {
	width: 33.333%;
}

.blog-grid .grid-list li header.bg-header {
	padding: 1.5em 2.944em;
	background-color: #00548B; /* $primary */
}

.blog-grid .grid-list li:nth-child(2n) header.bg-header {
	background-color: #3F79BC;
}

.blog-grid .grid-list li header.bg-header h4 {
	color: #FFFFFF; /* $white */
	font-size: 1.667em;
}

.blog-grid .grid-list li img {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: 50% 40%;
	min-height: 13em;
	max-height: 17.5em;
	height: 17vw;
}

.blog-grid.p-stories .grid-list li img {
	background-position: 50% 0%;
}

.blog-grid .grid-list li .post-preview {
	padding: 2.944em;
	position: relative;
}

.p-stories .grid-list li .post-preview {
	padding: 1.75em 2.944em;
}

.grid-list li .post-preview li header.bg-background {
}

.grid-list li .post-preview li:nth-child(even) header.bg-background {
}

.grid-list li .post-preview li header.bg-background h4 {
	text-align: center;
	font-size: 1.333em;
	color: #FFFFFF; /* $white */
	font-weight: 600;
}

.grid-list li .btn {
	position: absolute;
	bottom: 0;
	right: 1em;
	min-width: initial;
	opacity: 0;
	transition: 0.5s ease;
}

.p-stories .grid-list li .btn {
	opacity: 1;
	position: relative;
	right: auto;
}

.podcast .grid-list li .btn {
	opacity: 1;
	position: relative;
	right: auto;
	margin-top: 0;
}

.grid-list li a:hover .btn {
	opacity: 1;
}

.blog-grid .load-more {
	margin-top: 2.5em;
	text-align: center;
}

/* End System Grid */

/* Blog Banner [Individual Post] */

.post-banner-area.sub-banner-area.wide .banner-holder .banner-content {
	background-image: linear-gradient(to right,rgba(239,236,228,0.851),rgba(216,228,242,0.851)); /* alpha($light,85%),adjust($tertiary,80%,0%,85%) */
	background-color: transparent;
	display: block;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 5.5em;
}

.post-banner-area.sub-banner-area.wide .banner-holder .banner-content h1, .sub-banner-area.wide .banner-holder .banner-content h4 {
	color: #00548B;
	font-size: 2.667em;
	max-width: 25em;
}

.post-banner-area time {
	display: block;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1E313D; /* saturate($text,30%) */
	font-size: 13px;
	margin-bottom: 0.5em;
}

/* End Blog Banner [Individual Post] */

/* Blog Content [Individual Post] */

.content-area.blog-content.wide {
	padding-top: 1em;
	padding-bottom: 5em;
}

.content-area.blog-content.wide .blog-highlight {
	font-size: 1.7em;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

.content-area.blog-content.wide img {
	height: auto !important;
}

.content-area.blog-content h6 {
	font-size: .85em;
	line-height: 1.5em;
	padding: 0 2em;
}

.content-area.blog-content.wide .content-style:after {
	content: '';
	display: block;
	clear: both;
}

.categories-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	margin: 4em 0 0;
}

.categories-list a {
	display: block;
	color: #00548B; /* $primary */
	background-color: #EFECE4; /* $light */
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.167em;
	line-height: 1;
	padding: 0.425em 0.75em;
	transition: 0.4s ease;
	margin-top: 0.5em;
}

.categories-list a + a {
	margin-left: 1em;
}

.categories-list a:hover {
	background-color: #00548B; /* $primary */
	color: #FFFFFF; /* $white */
}

.content-area .flex.social-share {
	-ms-flex-align: center;
	align-items: center;
}

.content-area .flex.social-share ul li:last-child {
	display: none;
}

.social-share {
	background-color: #D8E4F2; /* lighten($tertiary,80%) */
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
	padding: 0.75em 0.75em 0.75em 1.25em;
	margin-top: 4em;
}

.categories-list + .social-share {
	margin-top: 2.5em;
}

.social-share strong {
	display: block;
	color: #6E206F;
	font-weight: 300;
	font-size: 1.556em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	line-height: 1;
	margin-right: 0.5em;
}

.social-share nav {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.social-share .flex {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.social-share a {
	display: -ms-flexbox;
	display: flex;
	width: 2.5em;
	height: 2.5em;
	background-color: #3F79BC; /* $tertiary */
	color: #FFFFFF; /* $white */
	transition: 0.4s ease;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.social-share a icon.google-icon {
	font-size: 1.222em;
}

.social-share li {
	list-style: none;
}

.social-share li + li {
	margin-left: 0.5em;
}

.social-share li:last-child {
	display: none;
}

.social-share a:hover {
	background-color: #00548B; /* $primary */
}

.social-share .mobile {
	display: none;
}

.blog-content.wide figure video {
	width: 100%;
}

/* End Blog Content [Individual Post] */

/* Patient Story and Blog Entry [Banner] */

.story-banner {
	background-color: #D8E4F2; /* lighten($tertiary,80%) */
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
	padding: 3.5em 26.667em;
}

.blog-branch .story-banner {
	padding-top: 1.9em;
	padding-bottom: 1.5em;
	margin-bottom: 2.7em;
}

.story-banner h1 {
	color: #00548B; /* $primary */
	font-weight: 300;
	font-size: 1.667em;
}

.story-banner h1 strong {
	display: block;
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.story-banner h1 time, .story-banner h1 .time {
	line-height: 1;
	font-size: 15px;
	text-transform: uppercase;
	color: #3b4956;
	letter-spacing: 0.05em;
	font-weight: 500;
	display: block;
	padding-bottom: 0.7em;
}

/* End Patient Story and Blog Entry [Banner] */

/* Responsive [1650px] */

@media screen and (max-width: 1650px) {
	.highlighted-post .post-preview {
		padding: 3em;
	}

	.grid-list li .post-preview {
		padding: 1.75em;
	}
}

/* End Responsive [1650px] */

/* Responsive [1500px] */

@media screen and (max-width: 1500px) {
	.highlighted-post .post-preview strong {
		font-size: 1.444em;
	}

	.blog-grid {
		padding-left: 4em;
		padding-right: 4em;
	}

	.story-banner {
		padding-left: 12.667em;
		padding-right: 12.667em;
	}
}

/* End Responsive [1500px] */

/* Responsive [1200px] */

@media screen and (max-width: 1200px) {
	.highlighted-post .post-preview {
		width: 50%;
	}

	.highlighted-post figure {
		width: 50%;
		min-height: 20em;
	}

	.grid-list li {
		width: 50%;
	}

	.post-banner-area.sub-banner-area.wide .banner-holder .banner-content {
		padding-left: 2.5em;
	}

	.story-banner {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
}

/* End Responsive [1200px] */

/* Responsive [1000px] */

@media screen and (max-width: 1000px) {
	.highlighted-post .post-preview {
		padding: 2em 3em;
	}

	.post-preview .btn {
		margin-top: 1.75em;
	}

	.blog-grid {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	.post-preview strong {
		margin: 0.35em 0 0.5em;
	}

	.post-banner-area.sub-banner-area.wide .banner-holder .banner-content h1 {
		font-size: 2em;
	}
}

/* End Responsive [1000px] */

/* Responsive [800px] */

@media screen and (max-width: 800px) {
	.highlighted-post figure {
		width: 100%;
	}

	.highlighted-post .post-preview {
		width: 100%;
		padding: 3em 1.5em;
	}

	.filters .half {
		max-width: none;
		width: 100%;
		margin-top: 1em;
	}

	.filters .fourth {
		max-width: calc(50% - 0.5em);
		width: 49.5%;
	}

	.post-banner-area.sub-banner-area.wide .banner-holder .banner-content {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.post-banner-area.sub-banner-area.wide .banner-holder .banner-content h1 {
		font-size: 1.75em;
	}

	.story-banner {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	.grid-list li .btn {
		opacity: 1;
	}
}

/* End Responsive [800px] */

/* Responsive [600px] */

@media screen and (max-width: 600px) {
	.grid-list li {
		width: 100%;
	}

	.social-share nav {
		width: 100%;
		margin-top: 0.75em;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.social-share .flex {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.social-share a {
		margin-right: 0.5em;
		margin-top: 0.5em;
	}

	.social-share li + li {
		margin-left: 0;
	}

	.story-banner h1 {
		font-size: 1.333em;
	}

	.blog-grid .load-more {
		margin-top: 4em;
	}

	.content-area.blog-content .content-style img {
		margin: 1em auto;
	}

	.content-area.blog-content .media-small {
		width: 33%;
	}
}

/* End Responsive [600px] */

/* Responsive [450px] */

@media screen and (max-width: 450px) {
	.filters .fourth {
		width: 100%;
		max-width: none;
	}

	.filters li + li {
		margin-top: 1em;
	}

	.filters .half.search label {
		display: block;
	}

	.highlighted-post figure {
		min-height: 15em;
	}

	.highlighted-post figcaption {
		padding: 0.5em 1em;
	}

	.post-banner-area.sub-banner-area.wide .banner-holder {
		min-height: initial;
	}

	.post-banner-area.sub-banner-area.wide .banner-holder .banner-content h1 {
		font-size: 1.444em;
	}

	.post-banner-area.sub-banner-area.wide .banner-holder .banner-content {
		position: relative;
		-ms-flex-order: 1;
		order: 1;
		background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
		padding-left: 1.5em;
	}

	.post-banner-area.sub-banner-area.wide .banner-holder .banner-image {
		height: 12em;
	}

	.categories-list a {
		font-size: 1em;
	}

	.social-share {
		padding: 1.25em;
	}

	.social-share a {
		width: 2.25em;
		height: 2.25em;
	}

	.story-banner h1 strong {
		font-size: 1em;
	}
}

/* End Responsive [450px] */

.filters .search icon:hover {
	background-position: 0 0;
}
