/*
 Custom styles loaded after style.css
*/
/*
 * Base Styles
 */
a {
	transition: all 0.2s;
}
a:hover {
	transition: all 0.2s;
}
p {
	font-family: "Roboto", sans-serif;
}
.breadcrumbs {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.breadcrumbs a {
	text-decoration: underline;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
	text-decoration: none;
}
/* Background image object-fit */
.background__image {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.background__image {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}
.background__image-wrapper {
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
}
/*
 * Block styles
 */
/* Gradients */
.has-blue-to-transparent-gradient-background {
	background: linear-gradient(0deg, #142e4c 0%, rgba(0, 56, 99, 0) 100%);
}
.has-brown-to-transparent-gradient-background {
	background: linear-gradient(0deg, #5c4f47 0%, rgba(20, 46, 76, 0) 100%);
}
.has-green-to-transparent-gradient-background {
	background: linear-gradient(0deg, #185729 0%, rgba(20, 46, 76, 0) 100%);
}
/* Available for Paragraph and Heading blocks */
.is-style-width-small {
	max-width: 265px;
}
.is-style-width-small.has-text-align-right {
	margin-left: auto;
}
.is-style-width-medium {
	max-width: 450px;
}
.is-style-width-medium.has-text-align-right {
	margin-left: auto;
}
/* Blockquote */
.wp-block-quote {
	position: relative;
}
.wp-block-quote p {
	color: #0F739C;
	font-size: 28px;
	font-weight: 300;
	margin-left: 48px;
}
.wp-block-quote::before {
	background: #EB8A23;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}
/* Cover block */
body.admin-bar .wp-block-cover {
	height: calc(100vh - 125px);
}
.wp-block-cover {
	height: calc(100vh - 93px);
}
@media only screen and (max-width: 767px) {
	.wp-block-cover {
		height: calc(100vh - 83px);
	}
}
.wp-block-cover h1:not(.has-text-color) {
	color: #ffffff;
	font-size: 40px !important;
	letter-spacing: -0.25px;
}
.wp-block-cover p {
	font-size: 18px;
	line-height: 1.8;
	font-family: "Roboto", sans-serif;
	margin-bottom: 38px;
}
.wp-block-cover p:not(.has-text-color) {
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.wp-block-cover p {
		font-size: 24px;
		line-height: 1.3;
	}
}
.wp-block-cover__inner-container {
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}
.wp-block-cover .wp-block-group {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.wp-block-cover .wp-block-buttons {
	margin-top: 42px;
}
.wp-block-cover .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: #ffffff;
	color: #6e6259 !important;
}
.wp-block-cover .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-cover .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-cover .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus {
	opacity: 0.9;
}
/* Page Header block */
.page-header-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 548px;
	position: relative;
}
@media only screen and (max-width: 480px) {
	.page-header-block {
		min-height: 400px;
	}
}
.page-header-block .gradient-background {
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.page-header-block .breadcrumbs {
	color: #ffffff;
	margin-bottom: 35px;
	margin-top: 35px;
}
.page-header-block .op-row {
	position: relative;
	z-index: 10;
}
.page-header-block .op-row__content {
	margin-bottom: 60px;
}
@media only screen and (max-width: 480px) {
	.page-header-block__image--desktop {
		display: none;
	}
}
@media only screen and (min-width: 481px) {
	.page-header-block__image--mobile {
		display: none;
	}
}
.page-header-block__inner-container {
	color: #ffffff;
	display: flex;
	flex-direction: column;
}
.page-header-block h1.page-header-block__title {
	color: #ffffff;
	line-height: 95px;
	text-transform: capitalize;
}
@media only screen and (max-width: 480px) {
	.page-header-block h1.page-header-block__title {
		line-height: 1.4;
	}
}
.page-header-block__description {
	max-width: 900px;
}
.page-header-block__description p {
	color: #ffffff;
	font-size: 30px;
	line-height: 1.2;
}
@media only screen and (max-width: 480px) {
	.page-header-block__description {
		margin-right: 15%;
	}
	.page-header-block__description p {
		font-size: 20px;
	}
}
/* Featured Article Block */
.featured-article-block {
	background-color: #ddd8d5;
	color: #000000;
	font-family: "Roboto", sans-serif;
	padding-bottom: 56px;
	padding-top: 56px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.featured-article-block {
		padding-bottom: 124px;
	}
}
.featured-article-block__header {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
@media only screen and (max-width: 1230px) {
	.featured-article-block__header {
		padding: 0;
	}
}
.featured-article-block__content {
	grid-column-gap: 50px;
	padding: 0 20px;
}
@media only screen and (max-width: 1230px) {
	.featured-article-block__content {
		padding: 0;
	}
}
.featured-article-block__all-articles {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 300;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	letter-spacing: 0.5px;
	line-height: 1.625;
	margin-bottom: 46px;
	opacity: 1;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
	.featured-article-block__all-articles {
		margin-bottom: 30px;
	}
}
.featured-article-block__all-articles::after {
	background-image: url("../../assets/images/boxed-right-arrow.svg");
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin-left: 10px;
	position: relative;
	transition: all 0.2s ease;
	width: 22px;
}
.featured-article-block__all-articles:hover, .featured-article-block__all-articles:active, .featured-article-block__all-articles:focus {
	opacity: 0.8;
}
.featured-article-block__all-articles:hover::after, .featured-article-block__all-articles:active::after, .featured-article-block__all-articles:focus::after {
	transition: all 0.2s ease;
}
.featured-article-block__title {
	color: #000000;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300 !important;
	line-height: 1.625;
	margin-bottom: 46px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.featured-article-block__title {
		margin-bottom: 30px;
	}
}
.featured-article-block__category-link {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 1.625;
	text-transform: uppercase;
}
.featured-article-block__category-link:hover, .featured-article-block__category-link:focus, .featured-article-block__category-link:active {
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.featured-article-block__category-link {
		display: none;
	}
}
.featured-article-block__img {
	height: 360px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.featured-article-block__img {
		height: 228px;
		margin-left: 0;
	}
}
.featured-article-block__img .background__image-wrapper {
	height: 360px;
}
@media only screen and (max-width: 767px) {
	.featured-article-block__img .background__image-wrapper {
		height: 228px;
		margin: 0 auto;
		width: calc(100% - 40px);
	}
}
.featured-article-block__button {
	display: flex;
	justify-content: end;
}
@media only screen and (max-width: 767px) {
	.featured-article-block__button {
		bottom: -84px;
		right: 20px;
		position: absolute;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	.featured-article-block__button {
		margin-top: 20px;
	}
}
.featured-article-block__button .btn-primary, .featured-article-block__button .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-fill .featured-article-block__button .wp-block-button__link {
	display: inline-block;
	margin-top: auto;
}
.featured-article-block__post-title {
	background-color: white;
	color: #6e6259;
	left: 50%;
	margin-bottom: 20px;
	padding: 28px 36px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	z-index: 20;
}

.featured-article-block__post-title h3{
	font-family: "Roboto Slab", serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2;
}


@media only screen and (max-width: 767px) {
	.featured-article-block__post-title {
		font-size: 24px;
		padding-bottom: 24px;
		padding-left: 20px;
		padding-top: 24px;
		width: 100%;
	}
}
/* Featured Articles Slider Block */
.featured-articles-block .swiper-slide {
	background-color: #EBEBEB;
	display: flex;
	flex-direction: column;
	height: auto;
}
.featured-articles-block .swiper-slide:hover img, .featured-articles-block .swiper-slide:active img, .featured-articles-block .swiper-slide:focus img {
	transform: scale(1.1);
	transition: all 0.2s;
}
.featured-articles-block__header {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 18px;
}
@media only screen and (max-width: 480px) {
	.featured-articles-block__header {
		align-items: flex-start;
		flex-direction: column;
	}
}
.featured-articles-block__heading {
	font-size: 36px;
	line-height: 48px;
}
.featured-articles-block__subheading {
	color: #5C4F47;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 82px;
	max-width: 650px;
}
@media only screen and (max-width: 767px) {
	.featured-articles-block__subheading {
		margin-bottom: 40px;
	}
}
.featured-articles-block__all-articles {
	align-items: center;
	display: flex;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	text-transform: uppercase;
}
.featured-articles-block__all-articles::before {
	background-color: #5C4F47;
	background-size: 13px 13px;
	content: "";
	flex: 0 0 13px;
	height: 13px;
	margin: -1px 5px 0 0;
	-webkit-mask-image: url(../../assets/images/link_arrow.svg);
	mask-image: url(../../assets/images/link_arrow.svg);
	transition: all 0.2s ease;
	width: 13px;
}
.featured-articles-block__all-articles:hover, .featured-articles-block__all-articles:active, .featured-articles-block__all-articles:focus {
	color: #FFC000;
}
.featured-articles-block__all-articles:hover::before, .featured-articles-block__all-articles:active::before, .featured-articles-block__all-articles:focus::before {
	background-color: #FFC000;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 480px) {
	.featured-articles-block__all-articles {
		font-size: 10px;
		min-height: 30px;
	}
}
.featured-articles-block__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 48px;
}
@media only screen and (max-width: 767px) {
	.featured-articles-block__content {
		padding: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.featured-articles-block__content {
		padding: 20px;
	}
}
.featured-articles-block__content-img {
	height: 266px;
}
.featured-articles-block__content-img img {
	transform: scale(1);
	transition: all 0.2s;
}
.featured-articles-block__content-heading {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.featured-articles-block__content-excerpt {
	color: #5C4F47;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 28px;
}
.featured-articles-block__content-btn {
	display: inline-flex;
	margin-top: auto;
}
.featured-articles-block__navigation {
	display: flex;
	margin-top: 56px;
}
@media only screen and (max-width: 480px) {
	.featured-articles-block__navigation {
		justify-content: space-between;
		margin-top: 0;
		position: absolute;
		top: 20%;
		width: 100%;
		z-index: 10;
	}
}
.featured-articles-block__prev, .featured-articles-block__next {
	background: #EBEBEB;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	padding-top: 16px;
	transition: all 0.2s;
	text-align: center;
	width: 50px;
}
.featured-articles-block__prev::after, .featured-articles-block__next::after {
	content: "";
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	height: 18px;
	position: relative;
	width: 18px;
}
.featured-articles-block__prev:hover, .featured-articles-block__prev:active, .featured-articles-block__prev:focus, .featured-articles-block__next:hover, .featured-articles-block__next:active, .featured-articles-block__next:focus {
	background: #dddddd;
	transition: all 0.2s;
}
@media only screen and (max-width: 480px) {
	.featured-articles-block__prev, .featured-articles-block__next {
		background: transparent;
		opacity: 0.8;
	}
	.featured-articles-block__prev:hover, .featured-articles-block__next:hover {
		background: transparent;
		opacity: 1;
	}
}
.featured-articles-block__prev::after {
	margin-left: 8px;
	transform: rotate(135deg);
}
.featured-articles-block__next::after {
	margin-right: 8px;
	transform: rotate(-45deg);
}
/* Link Card Block */
.link-card-block {
	margin-bottom: 26px;
}
.link-card-block.link-card-theme--gray {
	background: #EBEBEB;
}
.link-card-block.link-card-theme--dark-blue {
	background: #02194F;
}
.link-card-block.link-card-theme--dark-blue h2, .link-card-block.link-card-theme--dark-blue p {
	color: #ffffff;
}
.link-card-block.link-card-theme--dark-blue .btn-primary, .link-card-block.link-card-theme--dark-blue .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-fill .link-card-block.link-card-theme--dark-blue .wp-block-button__link {
	color: #02194F !important;
	background-color: #ffffff;
}
.link-card-block.link-card-theme--blue {
	background: #003964;
	color: #ffffff;
}
.link-card-block.link-card-theme--blue h2, .link-card-block.link-card-theme--blue p {
	color: #ffffff;
}
.link-card-block.link-card-theme--blue .btn-primary, .link-card-block.link-card-theme--blue .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-fill .link-card-block.link-card-theme--blue .wp-block-button__link {
	color: #003964 !important;
	background-color: #ffffff;
}
.link-card-block.link-card-theme--med-blue {
	background: #24599A;
	color: #ffffff;
}
.link-card-block.link-card-theme--med-blue h2, .link-card-block.link-card-theme--med-blue p {
	color: #ffffff;
}
.link-card-block.link-card-theme--med-blue .btn-primary, .link-card-block.link-card-theme--med-blue .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-fill .link-card-block.link-card-theme--med-blue .wp-block-button__link {
	color: #24599A !important;
	background-color: #ffffff;
}
.link-card-block.link-card-theme--light-blue {
	background: #0F739C;
	color: #ffffff;
}
.link-card-block.link-card-theme--light-blue h2, .link-card-block.link-card-theme--light-blue p {
	color: #ffffff;
}
.link-card-block.link-card-theme--light-blue .btn-primary, .link-card-block.link-card-theme--light-blue .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-fill .link-card-block.link-card-theme--light-blue .wp-block-button__link {
	color: #0F739C !important;
	background-color: #ffffff;
}
.link-card-block__columns {
	display: flex;
}
.link-card-block.link-card-layout--image-top {
	text-align: center;
}
.link-card-block.link-card-layout--image-top .link-card-block__columns {
	flex-direction: column;
}
.link-card-block.link-card-layout--image-top .link-card-block__content {
	padding: 12px 55px 20px;
}
.link-card-block.link-card-layout--image-top .background__image-wrapper {
	height: 160px;
	width: 100%;
}
.link-card-block.link-card-layout--image-top .background__image-wrapper img {
	height: 160px;
	width: 100%;
}
.link-card-block.link-card-layout--image-top .btn-primary, .link-card-block.link-card-layout--image-top .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-fill .link-card-block.link-card-layout--image-top .wp-block-button__link {
	align-self: center;
}
.link-card-block.link-card-layout--image-left .link-card-block__columns {
	flex-direction: row;
}
@media only screen and (max-width: 480px) {
	.link-card-block.link-card-layout--image-left .link-card-block__columns {
		flex-direction: column;
	}
}
.link-card-block.link-card-layout--image-left .link-card-block__content {
	padding: 40px 44px;
}
@media only screen and (max-width: 480px) {
	.link-card-block.link-card-layout--image-left .link-card-block__content {
		padding: 30px 20px;
	}
}
.link-card-block.link-card-layout--image-left .background__image-wrapper {
	height: auto;
	width: 266px;
}
@media only screen and (max-width: 480px) {
	.link-card-block.link-card-layout--image-left .background__image-wrapper {
		height: 270px;
		width: 100%;
	}
}
.link-card-block.link-card-layout--image-left .background__image-wrapper img {
	height: 100%;
}
@media only screen and (max-width: 480px) {
	.link-card-block.link-card-layout--image-left .background__image-wrapper img {
		height: 270px;
		width: 100%;
	}
}
.link-card-block.link-card-layout--image-left .link-card-block__content-heading {
	color: #ffffff;
}
.link-card-block__content {
	display: flex;
	flex-direction: column;
}
.link-card-block__content h2 {
	font-size: 20px;
	line-height: 0.9;
}
.link-card-block__content p {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*
 * Hubspot Form
 */
.hbspt-form {
	margin: 0;
	padding: 0;
}
.hbspt-form .hs-richtext {
	display: none;
}
.hbspt-form .hs-richtext + .hs-fieldtype-text {
	margin-top: 0;
}
/* Resources Slider */
.resources-slider {
	padding-bottom: 172px;
	padding-top: 102px;
}
.resources-slider__color-teal {
	background-color: #00729E;
}
.resources-slider__color-teal .swiper-slide {
	background-color: #02194F;
}
.resources-slider__color-teal .resources-slider__heading, .resources-slider__color-teal .resources-slider__subheading, .resources-slider__color-teal .resources-slider__content-heading, .resources-slider__color-teal .resources-slider__content-excerpt {
	color: #ffffff;
}
.resources-slider__color-teal .resources-slider__prev, .resources-slider__color-teal .resources-slider__next {
	background: #007EAF;
}
.resources-slider__color-teal .resources-slider__prev::after, .resources-slider__color-teal .resources-slider__next::after {
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	content: "";
}
.resources-slider__color-teal .resources-slider__prev:hover, .resources-slider__color-teal .resources-slider__prev:active, .resources-slider__color-teal .resources-slider__prev:focus, .resources-slider__color-teal .resources-slider__next:hover, .resources-slider__color-teal .resources-slider__next:active, .resources-slider__color-teal .resources-slider__next:focus {
	background: #008bc1;
}
.resources-slider__color-gray {
	background-color: #ddd8d5;
}
.resources-slider__color-gray .swiper-slide {
	background-color: #ffffff;
}
.resources-slider__color-gray .resources-slider__heading, .resources-slider__color-gray .resources-slider__subheading, .resources-slider__color-gray .resources-slider__content-heading, .resources-slider__color-gray .resources-slider__content-excerpt {
	color: #5C4F47;
}
.resources-slider__color-gray .resources-slider__content .btn-outline, .resources-slider__color-gray .resources-slider__content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline .resources-slider__color-gray .resources-slider__content .wp-block-button__link {
	background-color: #ddd8d5 !important;
	color: #ffffff !important;
}
.resources-slider__color-gray .resources-slider__prev, .resources-slider__color-gray .resources-slider__next {
	background: #e5e4e3;
}
.resources-slider__color-gray .resources-slider__prev::after, .resources-slider__color-gray .resources-slider__next::after {
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	content: "";
}
.resources-slider__color-gray .resources-slider__prev:hover, .resources-slider__color-gray .resources-slider__prev:active, .resources-slider__color-gray .resources-slider__prev:focus, .resources-slider__color-gray .resources-slider__next:hover, .resources-slider__color-gray .resources-slider__next:active, .resources-slider__color-gray .resources-slider__next:focus {
	background: #ddd8d5;
}
.resources-slider .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}
.resources-slider .swiper-slide:hover img, .resources-slider .swiper-slide:active img, .resources-slider .swiper-slide:focus img {
	transform: scale(1.1);
	transition: all 0.2s;
}
.resources-slider__header {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 18px;
}
@media only screen and (max-width: 480px) {
	.resources-slider__header {
		align-items: flex-start;
		flex-direction: column;
	}
}
.resources-slider__heading {
	font-size: 36px;
	line-height: 48px;
}
.resources-slider__subheading {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 82px;
	max-width: 650px;
}
@media only screen and (max-width: 767px) {
	.resources-slider__subheading {
		margin-bottom: 40px;
	}
}
.resources-slider__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 48px;
}
@media only screen and (max-width: 767px) {
	.resources-slider__content {
		padding: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.resources-slider__content {
		padding: 20px;
	}
}
.resources-slider__content-img {
	height: 266px;
}
.resources-slider__content-img img {
	transform: scale(1);
	transition: all 0.2s;
}
.resources-slider__content-heading {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.resources-slider__content-excerpt {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 28px;
}
.resources-slider__content-btn {
	display: inline-flex;
	margin-top: auto;
}
.resources-slider__navigation {
	display: flex;
	margin-top: 56px;
}
@media only screen and (max-width: 480px) {
	.resources-slider__navigation {
		justify-content: space-between;
		margin-top: 0;
		position: absolute;
		top: 20%;
		width: 100%;
		z-index: 10;
	}
}
.resources-slider__prev, .resources-slider__next {
	cursor: pointer;
	display: inline-block;
	height: 50px;
	padding-top: 16px;
	text-align: center;
	transition: all 0.2s;
	width: 50px;
}
.resources-slider__prev::after, .resources-slider__next::after {
	content: "";
	display: inline-block;
	height: 18px;
	position: relative;
	width: 18px;
}
.resources-slider__prev:hover, .resources-slider__prev:active, .resources-slider__prev:focus, .resources-slider__next:hover, .resources-slider__next:active, .resources-slider__next:focus {
	transition: all 0.2s;
}
@media only screen and (max-width: 480px) {
	.resources-slider__prev, .resources-slider__next {
		background: transparent;
		opacity: 0.8;
	}
	.resources-slider__prev:hover, .resources-slider__next:hover {
		background: transparent;
		opacity: 1;
	}
}
.resources-slider__prev::after {
	margin-left: 8px;
	transform: rotate(135deg);
}
.resources-slider__next::after {
	margin-right: 8px;
	transform: rotate(-45deg);
}
/*
 * Button Styles
 */
.btn-primary, .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link, a.btn-primary {
	align-self: flex-start;
	background: #0F739C;
	border-radius: 0;
	color: #ffffff !important;
	font-family: "Roboto", serif;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: 26px;
	opacity: 1;
	padding: 14px 28px;
	text-transform: uppercase;
}
.btn-primary:hover, .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:hover, .btn-primary:active, .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:active, .btn-primary:focus, .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:focus, a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
	opacity: 0.8;
}
.btn-primary--small, a.btn-primary--small {
	font-size: 16px;
}
.btn-outline, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link, a.btn-outline {
	align-self: flex-start;
	background: #ffffff;
	border-radius: 0;
	color: #02194F !important;
	font-family: "Roboto", serif;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: 26px;
	opacity: 1;
	padding: 14px 28px;
	text-transform: uppercase;
}
.btn-outline:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-outline:active, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:active, .btn-outline:focus, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus, a.btn-outline:hover, a.btn-outline:active, a.btn-outline:focus {
	opacity: 0.8;
}
.btn-light, .wp-block-buttons .wp-block-button.is-style-light .wp-block-button__link, a.btn-light {
	align-self: flex-start;
	background: #ffffff;
	border-radius: 0;
	color: #6e6259 !important;
	font-family: "Roboto", serif;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: 26px;
	opacity: 1;
	padding: 14px 28px;
	text-transform: uppercase;
}
.btn-light:hover, .wp-block-buttons .wp-block-button.is-style-light .wp-block-button__link:hover, .btn-light:active, .wp-block-buttons .wp-block-button.is-style-light .wp-block-button__link:active, .btn-light:focus, .wp-block-buttons .wp-block-button.is-style-light .wp-block-button__link:focus, a.btn-light:hover, a.btn-light:active, a.btn-light:focus {
	opacity: 0.9;
}
.btn-dark, .wp-block-buttons .wp-block-button.is-style-dark .wp-block-button__link, a.btn-dark {
	align-self: flex-start;
	background: #aca39a;
	border-radius: 0;
	color: #ffffff !important;
	font-family: "Roboto", serif;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: 26px;
	opacity: 1;
	padding: 14px 28px;
	text-transform: uppercase;
}
.btn-dark:hover, .wp-block-buttons .wp-block-button.is-style-dark .wp-block-button__link:hover, .btn-dark:active, .wp-block-buttons .wp-block-button.is-style-dark .wp-block-button__link:active, .btn-dark:focus, .wp-block-buttons .wp-block-button.is-style-dark .wp-block-button__link:focus, a.btn-dark:hover, a.btn-dark:active, a.btn-dark:focus {
	opacity: 0.9;
}
.wp-block-buttons {
	margin-top: 30px;
}
/* Top Navigation */
.top-nav-menu {
	background-color: #ebebeb;
}
.top-nav-menu__inner {
	display: flex;
	justify-content: right;
	width: 100%;
}
.top-nav-menu .menu-top-nav-container ul#menu-top-nav {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	height: 28px;
	gap: 30px;
}
.top-nav-menu .menu-top-nav-container ul#menu-top-nav .menu-item a {
	color: #6e6259;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
}
/* Primary Navigation */
body.admin-bar .op-header--on-screen {
	top: 32px;
}
@media (max-width: 782px) {
	body.admin-bar .op-header--on-screen {
		top: 46px;
	}
}
/* Reposition hamburger toggle */
.op-header__primary-nav {
	/*margin-left: -24px;*/
}
@media only screen and (max-width: 1300px) {
	.op-header__primary-nav {
		margin-left: 0;
	}
}
.op-header__hamburger {
	margin-left: 0;
}
/* Scrollbar fix */
.op-header-slide-over__nav {
	overflow: auto;
	scrollbar-width: none;
}
/* Search Field */
.op-search-form__close {
	font-size: 20px;
	top: 5px;
}
@media only screen and (max-width: 767px) {
	.op-search-form__close {
		top: 15px;
	}
}
.op-header-primary-menu__item {
	color: #6e6259;
}
.op-header {
	border: 0;
}
.op-header-primary-menu {
	gap: 40px;
}
.footer {
	position: relative;
}
.footer__theme-logo a {
	display: block;
}
.footer-channels-menu a:hover, .footer-menu a:hover {
	text-decoration: underline;
}
.footer-menu {
	margin-top: 32px;
}
.footer-utility-menu {
	margin-top: 22px;
}
.footer-utility-menu a {
	text-decoration: underline;
}
.footer-utility-menu a:hover {
	text-decoration: none;
}
.footer-channels-menu__item {
	font-weight: 400;
	text-transform: capitalize;
}
.footer-bar__email-cta {
	float: right;
}
.footer-channels-menu__item {
	font-size: 16px;
	margin-right: 40px;
}
.footer-menu__item {
	font-size: 16px;
	font-weight: 400;
	margin-right: 40px;
}
.footer__social-media {
	margin-top: 46px;
}
.footer__copyright-date, .footer__copyright {
	line-height: 1.2;
}
.footer__copyright-date {
	margin-top: 38px;
}
.footer-bar {
	height: 60px;
}
@media only screen and (max-width: 990px) {
	.footer {
		margin: 0 0 0;
	}
	.footer-bar__email-cta {
		width: 100%;
	}
	.footer__theme-logo {
		margin-top: 0;
		padding-bottom: 12px;
		padding-top: 12px;
	}
	.footer-bar {
		padding-left: 120px;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.footer-channels-menu {
		flex-direction: row;
		margin-top: 8px;
	}
	.footer-channels-menu__item {
		font-size: 18px;
		line-height: 3;
		margin-right: 24px;
	}
	.footer-channels-menu__item + .footer-channels-menu__item {
		margin-top: 0;
	}
	.footer-menu {
		flex-direction: row;
		margin-top: 0;
	}
	.footer-menu__item {
		line-height: 3;
	}
	.footer-menu__item + .footer-menu__item {
		margin-top: 0;
	}
	.footer-utility-menu__item, .footer__copyright-date, .footer__copyright {
		font-size: 16px;
		line-height: 2;
	}
	.footer__copyright-date {
		font-weight: 700;
		margin-top: 22px;
	}
	.footer-utility-menu {
		flex-direction: row;
	}
	.footer-utility-menu__item {
		margin-right: 28px;
	}
	.footer__disclaimer {
		font-size: 14px;
	}
}
@media only screen and (max-width: 408px) {
	.footer__theme-logo {
		padding-bottom: 17px;
		padding-top: 17px;
	}
	.footer-bar {
		height: auto;
	}
}
/*
 * Typography
 */
/* See styles/ulils/_placeholders.scss for original headline styles  */
h1, h1.has-large-font-size {
	font-family: "Roboto Slab", serif;
	font-size: 72px !important;
}
@media only screen and (max-width: 767px) {
	h1, h1.has-large-font-size {
		font-size: 48px !important;
		line-height: 1.2;
	}
}
h2 {
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}
h1:not(.has-text-color), h2:not(.has-text-color), h3:not(.has-text-color), h4:not(.has-text-color), h5:not(.has-text-color), h6:not(.has-text-color) {
	color: #5C4F47;
}
h1.op-page__title, h2.focus-callouts__title {
	color: #ffffff;
}
p {
	font-family: "Roboto", sans-serif;
}
/* Custom background color for 'contact-us' page - will apply to a page with 'contact-us' in the url. */
.contact-us {
	background-color: #f2f2f2;
	/* TODO might convert these custom sizes to base styles */
}
.contact-us .main {
	padding-bottom: 105px;
}
.contact-us h2 {
	font-size: 36px;
}
.contact-us h4 {
	font-size: 20px;
}
.contact-us .hs-button {
	background: #EB8A23;
}
.contact-us .hs-button:hover {
	background: #ffffff;
	color: #EB8A23;
}
.contact-us .wp-block-columns {
	gap: 112px;
}
.contact-us .footer {
	margin-top: 0;
}
/* BWS Blog Mods Start */
figure.is-provider-transistor {
	margin-top: 20px;
}
.is-provider-transistor .embedded-video {
	position: relative;
	display: block;
	padding-bottom: 0px;
	overflow: visible;
	min-height: 180px;
}
.is-provider-transistor .embedded-video iframe {
	position: relative;
	display: block;
}
.page-template-page-magazine-articles {
	background: #efefef;
}
a.btn-primary.featured-articles-block__content-btn {
	background: #6c625b;
}
.featured-articles-block__content-heading {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 18px;
	text-transform: none;
}
h2.featured-articles-block__heading {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300 !important;
	line-height: 1.625;
	margin-bottom: 46px;
	text-transform: uppercase;
}
h3.featured-articles-block__content-heading {
	font-family: "Roboto Slab", serif;
}
.featured-articles-block__content-excerpt {
	font-weight: 300 !important;
	line-height: 1.6;
}
.wp-block-buttons .btn-right {
	width: 100%;
	text-align: right;
}
.wp-block-cover .wp-block-group {
	padding-left: 0;
	padding-right: 0;
}
.home .footer {
	margin-top: 0;
}
.page-header-block h1.page-header-block__title {
	text-align: right;
	font-size: 42px !important;
	font-weight: normal
}
.page-header-block .op-row__content {
	margin-bottom: 80px;
}
.gradient-background {
	background: none !important;
}
.wp-block-quote {
	text-align: right;
}
.wp-block-quote p {
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	line-height: 50px;
	margin-left: 25%
}
.wp-block-quote cite {
	font-weight: 300 !important;
	line-height: 1.6;
	text-transform: uppercase;
	font-size: 16px
}
.wp-block-quote::before {
	background: none;
}
.op-content-block h2 {
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 38px
}
.op-content-block p {
	font-weight: 300;
	line-height: 1.6;
}
.wp-block-media-text__media img {
	height: auto;
}
.has-large-font-size {
	font-family: "Roboto Slab", serif;
	font-weight: 200;
	margin-bottom: 20px
}
.wp-block-media-text__content {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}
.wp-block-media-text__content .wp-block-button__link {
	background: #6c625b !important;
	text-align: right;
}
.wp-block-medoia-text__content .wp-block-button {
	text-align: right;
	width: 100%;
}
@media only screen and (max-width: 480px) {
	body {
		margin: 0;
	}
	.top-nav-menu .top-nav-menu__inner {
		width: 100%;
	}
	.top-nav-menu .top-nav-menu__inner nav {
		width: 100%;
	}
	.top-nav-menu .menu-top-nav-container ul#menu-top-nav {
		gap: 0;
		justify-content: flex-end;
	}
	.top-nav-menu .menu-top-nav-container ul#menu-top-nav li {
		margin: 0 15px;
	}
	#menu-top-nav a {
		font-weight: 500;
		text-decoration: none;
	}
	.op-header__hamburger {
		margin-right: 20px;
	}
	.op-header-slide-over__nav {
		padding-left: 20px;
	}
	.op-header-slideover-primary-menu, .op-header-slideover-menu, .op-header-external-links-menu {
		padding-left: 0px;
	}
	.op-header-slideover-primary-menu__item, .op-header-slideover-primary-menu a {
		color: #185729;
		font-size: 2rem;
		text-decoration: none;
	}
	.op-header-slideover-menu__item {
		text-decoration: none;
	}
	.wp-block-cover {
		height: auto;
	}
	.featured-article-block .featured-article-block__header {
		margin: 0;
	}
	.featured-article-block__title {
		color: #5C4F47;
		font-size: 14px;
		margin-top: 0;
	}
	.featured-article-block__all-articles {
		color: #5C4F47;
		font-size: 14px;
		text-decoration: none;
	}
	.featured-article-block__post-title {
		position: relative;
	}
	.featured-article-block .featured-article-block__button a {
		text-decoration: none;
	}
	.featured-articles-block__heading {
		font-size: 24px;
	}
	.featured-articles-block .featured-articles-block__all-articles {
		color: #5C4F47;
		text-decoration: none;
	}
	.featured-articles-block__content-btn {
		text-decoration: none;
	}
	.op-row__breadcrumbs a {
		color: #fff;
		text-decoration: none;
	}
	.page-header-block__description {
		margin-right: 0px;
	}
}
/* Homepage H1 Tweak */
.wp-block-cover__inner-container h1 {
	font-weight: 400;
}
p.is-style-width-medium {
	max-width: 560px;
}
/* Authority Page Tweaks */
.op-header-slideover-primary-menu__item, .op-header-slideover-primary-menu {
	text-transform: none;
	margin-top: 10px !important;
	font-family: "Roboto Slab", serif;
	font-size: 2.3333333333rem;
	font-weight: 900;
	line-height: 1.2857142857em;
	color: #185729;
}
.page-header-block__description {
	max-width: 100%;
	text-align: right;
	font-size: 20px;
}
.page-header-block__description p {
	color: #ffffff;
	font-size: 26px;
	line-height: 1.2;
}
h2.featured-articles-block__heading {
	font-family: "Roboto", sans-serif;
	font-size: 36px;
	font-weight: 300 !important;
	line-height: 1.625;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.featured-articles-block__subheading {
	color: #5C4F47;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 82px;
	max-width: 100%;
}
/* Form Tweaks - Fix HS Checkbox */
ul.inputs-list {
	padding: 0px;
}
ul li.hs-form-booleancheckbox {
	list-style-type: none;
	padding: 0px;
}
/* Hero Tweak - Adds Dark Gradient Behind Copy */
.page-header-block__inner-container {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); /* IE6-9 */
	padding: 20px 30px 25px 20px;
}
.page-header-block h1.page-header-block__title {
	color: #ffffff;
	line-height: 58px;
	text-transform: capitalize;
	font-size: 58px !important;
}
.page-header-block__description {
	padding-top: 10px;
}
.footer-bar__email-cta:hover {
	background: #5C4F47;
}
/* Contact Sidebar  */
.link-card-block__content {
	max-width: 300px;
}
.link-card-block__content h2 {
	font-size: 28px
}
/*Disappearing mobile hero issue */
@media only screen and (max-width: 480px) {
	.page-header-block__image--desktop {
		display: block !important;
	}
}
/* Override Column Fudge*/
@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 0rem !important;
	}
}
@media (min-width: 782px) {
	.wp-block-column.margin-40-left {
		margin-left: 10rem !important;
	}
}
iframe {
	max-width: 100% !important;
}
/* Override Default button styles */
a.wp-block-button__link {
	background: rgb(0, 133, 173);
	color: #FFF !important;
}
a.wp-block-button__link:hover {
	background: #ed8b00;
	color: #FFF !important;
}
/* BWS Soy Ingredient Index Start */
.soy_ingredient_index {
	background: #efefef;
	margin-top: 10px;
}
.ingredient_title {
	font-family: "Roboto", sans-serif !important;
	font-size: 33px !important;
	font-weight: 300 !important;
	line-height: 1.625;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.ingredient_category {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #ed8b00;
}

.ingredient_elements{
	margin-bottom:120px;
}
.ingredient_element {
	width: 100%;
	display: block;
	margin-bottom: 40px;
}
.element_content {
	background: #FFF;
}
.element_content:hover > .ingredient_element_image {
	/*background-size: 105%;*/
	opacity:1;
}
.ingredient_element_image {
	background-size: cover;
	background-position: center;
	min-height: 250px;
	transition: all 0.35s ease;
	/*background-size: 120%;*/
}

.ingredient_elements .ingredient_element_content{
	padding: 20px 20px 20px 20px !important;
}

.ingredient_element_content_item{
	margin-right: 60px !important;
}


.ingredient_element_content {
	padding: 20px 20px 20px 0px !important;
	margin-right: 20px !important;
}
@media (max-width: 1290px) {
	.ingredient_element_content {
		padding: 20px 20px 20px 20px;
	}
}
.ingredient_element_content p {
	margin-top: 0px !important;
}
.ingredient_element p.label {
	font-weight: 500;
	color: #5c4f47;
	font-size: 21px;
	margin-bottom: 0px;
}
.soy_nav {
	background: #5c4f47;
	display: block;
	margin-bottom: 40px;
}
.soy_nav ul {
	width: 100%;
	padding: 0px;
}
.soy_nav ul li {
	display: inline-block;
}
@media (max-width: 1232px) {
	.soy_nav ul li {
		width: 50%;
	}
	.soy_nav ul li a {
		padding-left: 20px !important;
	}
	.soy_nav .op-row {
		display: block;
		margin: 0px;
		width: 100%;
	}
}
@media (max-width: 975px) {
	.soy_nav ul li {
		width: 50%;
	}
	.soy_nav ul li a {
		padding: 8px 20px !important;
	}
}
.soy_nav ul li a {
	color: #FFF !important;
	display: block;
	padding: 20px 15px;
	transition: all 0.35s ease;
}
.soy_nav ul li a.mixitup-control-active {
	background: #FFF;
	color: #5c4f47 !important;
}
.soy_nav ul li a:hover {
	background: #ed8b00;
	color: #fff !important;
	cursor: pointer;
}
.soy_nav ul li a.mixitup-control-active:hover {
	background: #FFF;
	color: #5c4f47 !important;
	cursor: pointer;
}
.soy_nav {
	position: relative;
	display: block;
	top: 0px !important;
	transition: all 0.35s ease;
}
.soy_nav.sticky {
	position: fixed;
	z-index: 1000;
	left: 0px;
	right: 0px;
	top: 0px;
	margin-top: 0px;
}
.admin-bar .soy_nav.sticky {
	top: 32px !important;
}
.soy_nav.sticky.op-header--on-screen {
	margin-top: 33px;
	padding-top: 30px;
}
/* BWS Soy Ingredient Index END */


/* BWS Eating Tomorrow Podcast Series START */
.podcast h2.sidebar-header {
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 40px; /* 140.625% */
	color: #000;
	margin-bottom: 30px;
	max-width: 80%;
	margin-top: -10px;
}
.podcast_article_hero_left { /* Test */
	right: 50%;
	width: 50%;
	position: relative;
	display: block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
}


.podcast_landing_hero {
	overflow: hidden;
	position: relative;
	display: block;
}

.podcast_article {
	margin-top: 45px;
	margin-bottom: 60px;
}
.podcast_episode_sidebar {
	margin-top: 60px;
}
.podcast_article h2 {
	font-family: "Roboto Slab", serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 36px; /* 163.636% */
	color: #000;
	margin-bottom: 23px;
}
.podcast_article h3 {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 30px; /* 187.5% */
	font-size: 18px;
}
.podcast_article_byline .episode-date {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px; /* 185.714% */
	text-transform: uppercase;
	margin-bottom: 26px;
}
.podcast_article_byline .episode-subtitle {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 30px; /* 166.667% */
	text-transform: uppercase;
}
.podcast_article_byline h1.episode-title {
	color: #000 !important;
	font-size: 32px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 45px !important;
	margin-bottom: 44px;
}

.episode_hero_image{
	background-size: cover;
	background-position: center center;
	height:100%;
	width:50%;
	/*max-width:1000px;*/
	top:0px;
	right:50%;
	bottom:0px;
	min-height:550px;
	float:right;
	position: relative;
}

.episode_hero_overlay{
	width:500px;
	max-width:70%;
	max-height:80%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50% , -50%);
	filter: drop-shadow(8px 8px 8px rgb(0 0 0 / 0.3));
}


.episode_hero_content{
    height: 100%;
    width: 50%;
    top: 0px;
    left: 50%;
    bottom: 0px;
    float: right;
    position: absolute;
	transition: all 0.2s ease-in-out;
}

.episode_hero_content .btn-primary.featured-articles-block__content-btn{
	margin-top:32px;
	background-color:transparent;
	color:#FFF!important;
	border:3px solid #FFF;

	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 185.714% */
	letter-spacing: 2.8px;
}

.episode_hero_content .btn-primary.featured-articles-block__content-btn.dark{
	color:#000!important;
	border:3px solid #000!important;
}

.episode_hero_content .btn-primary.featured-articles-block__content-btn:hover{
	background-color:#FFF;
	color:#000!important;
	opacity:1;
}

.episode_hero_content .btn-primary.featured-articles-block__content-btn.dark:hover{
	background-color:#000;
	color:#FFF!important;
	opacity:1;
}
@media only screen and (max-width: 1229px) {
	.podcast .ingredient_element_content_item{
		margin-right: 0px !important;
		width:100%;
	}
}

@media only screen and (max-width: 990px) {
	.op-row.episode .ingredient_element_content{
		padding-left:25px!important;
	}
	
	.podcast .ingredient_element_content_item{
		margin-right: 0px !important;
		width:100%;
	}
	
	.episode_hero_content{
		
	}

}

@media only screen and (max-width: 767px) {
	.episode_hero_content, .episode_hero_image, .episode_hero_text{
		left:0%;
		width:100%;
		position: relative!important;
		float:none;
		transform: none!important;
		min-height: inherit!important;
	}
	
	.episode_hero_text h1 {
		line-height: 46px!important;
		position: relative;
		float:none;
	}
	
	.episode_hero_image{
		height:250px;
		background-size: 160%;
	}
	
	.episode_hero_text{
		padding:40px 15px!important;
	}
	
	.op-row.episode{
		margin-right:0px;
		margin-left:0px;
		width:100%;
	}
	
	.page-header-block.podcast .op-row__content {
		margin-bottom: 20px;
		bottom: 0px;
		position: relative;
		margin-top: 80px!important;
	}
	
	.podcast-description {
		padding-right: 0px!important;
	}
	
	.episode_hero_text ul.learn-more-podcast {
		margin-top:20px!important;
	}
	
	
	.episode_subtitle {
		font-size: 16px!important;
	}
	
	.podcast_article_byline .episode-title, .podcast_article_byline .episode-subtitle{
		display:none;
	}
	
}

.episode_hero_text {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 40px 40px;
	display: block;
	box-sizing: border-box;
}
.episode_hero_text h1 {
	color: #FFF;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px;
	letter-spacing: 1px !important;
}
.episode_subtitle {
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}
.episode_hero_text ul.learn-more-podcast {
	color: #FFF;
	position: relative;
	margin-top: 50px;
}
.podcast_article .op-content-block ul {
	padding-left: 20px;
}
.podcast_article .op-content-block li {
	margin-bottom: 18px;
	font-weight: 300;
}
.episode_hero_text ul.learn-more-podcast li {
	display: inline-block !important;
	font-family: "Roboto", sans-serif;
	line-height: 30px; /* 187.5% */
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.learn-more-podcast li i {
	font-size: 30px;
	padding-left: 10px;
	top: 5px;
	position: relative;
}
.episode_sidebar_introduction {
	border-radius: 20px;
	padding: 40px;
	margin-bottom: 40px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.episode_sidebar_introduction p {
	font-size: 15px;
	line-height: 28px !important;
}
.episode_sidebar_introduction em {
	font-style: italic;
}
.podcast_article .section_title {
	font-family: "Roboto", sans-serif !important;
	color: #000;
	/* Text - Body Copy Callout */
	font-style: normal;
	font-weight: 500 !important;
	line-height: 30px; /* 187.5% */
	font-size: 18px;
}
.episode_sidebar_guests {
	margin-left: 40px;
	margin-bottom: 40px;
}
.episode_sidebar_guests h3 {
	margin-bottom: 20px;
}
.episode_guest {
	margin-bottom: 20px;
}
.episode_thumb {
	float: left;
	margin-right: 10px;
	max-width: 130px;
}
.episode_thumb img {
	width: 130px;
	max-width: 130px;
	height: auto;
}
.op-content-block .episode_thumb_content {
	padding-top: 10px !important;
}
.op-content-block .episode_thumb_content p {
	margin-top: 0px;
	margin-bottop: 10px;
	color: #000;
	font-family: "Roboto", sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 162.5% */
	display: block;
}
.op-content-block .episode_thumb_content p strong {
	font-family: "Roboto Slab", serif;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom: 10px;
	display: block;
}
.op-content-block .episode_thumb_content p em {
	font-style: italic;
	line-height: 18px !important;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
.episode_thumb_content .job_title {
	text-transform: uppercase;
}
.episode_footer_attribution {
	background: #F5F5F5;
	padding: 25px 0px;
}
.episode_footer_attribution em {
	font-style: italic;
}
.podcasts .op-content-block p a, .podcasts .op-content-block li a {
	text-decoration: underline;
	font-weight: 500;
}
.episode-block {
	margin-top: 0px;
	margin-bottom:100px;
}
.episode {
	background: #F5F5F5;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	margin-bottom: 40px;
	margin-right: 40px;
	transition: all 0.2s ease-in-out;
	transform: translateY(0px);
}
a.episode-hover {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.episode:hover {
	transform: translateY(-2px);
}
.episode-date {
	color: #6E6259;
	/* Episode Date */
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px; /* 185.714% */
	text-transform: uppercase;
}
.podcast h2.episode-title {
	color: #000;
	/* Episode Title - SemiBold */
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 32px;
	margin-bottom: 20px;
}
.episode-subtitle {
	color: #000;
	/* Episode Theme */
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px; /* 200% */
}
.episode-excerpt {
	color: #6E6259;
	/* Episode Description - Light Italic */
	font-family: "Roboto", sans-serif;
	font-size: 12px !important;
	font-style: italic;
	font-weight: 400;
	line-height: 22px; /* 183.333% */
}
.podcast .op-content-block h3 {
	color: #000;
	line-height: 28px;
	font-weight: 400;
}
.ingredient_element_image {
	position: relative;
	/**/ background-size: cover;
	/*background-size: 140%;*/
	transition: all 0.2s ease-in-out;
	opacity: 0.85;
}
.ingredient_element_image img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80%;
	width: auto;
	max-width: 70%;
	max-height: 70%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.5));
	transition: all 0.2s ease-in-out;
}
.episode:hover > .ingredient_element_image {
	background-position: center center;
	opacity: 1.0;
}
.episode:hover > .ingredient_element_content a.btn-primary.featured-articles-block__content-btn {
	background: #6E6259 !important;
}
.episode:hover > .ingredient_element_content {
	/*padding-top:30px!important;
		padding-bottom:20px!important;*/
}
.episode:hover {
	background-color: #FFF;
}
.podcast .ingredient_element_content {
	padding-right: 60px;
	transition: all 0.25s ease-in-out;
}
.episode a.btn-primary.featured-articles-block__content-btn {
	position: relative;
	margin-top: 20px !important;
	background-color: rgba(237, 139, 0, 1);
	color: #FFF;
	text-align: center;
	/* Button Text */
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 185.714% */
	letter-spacing: 2.8px;
	text-transform: uppercase;
	padding: 10px 30px;
}
.episode a.btn-primary.featured-articles-block__content-btn:hover {
	background: #6E6259;
}
.podcast-description {
	padding-right: 25%;
}
.podcast-social {
	background: #ED8B00;
	color: #FFF;
	padding: 26px;
	margin-top: 30px;
	font-family: "Roboto Slab", serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	position: relative;
}
.podcast-social ul {
	margin-top: 20px;
}
.podcast-social ul li {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
	text-transform: uppercase;
}
.page-header-block.podcast .op-row__content {
	margin-bottom: 20px;
	bottom: 0px;
	position: relative;
	margin-top: 220px;
}
.podcast .op-content-block h1.wp-block-heading {
	margin-top: 0px;
	color: #000 !important;
	margin-bottom: 40px;
	margin-left:22px;
	max-width: 500px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500 !important;
}
.podcast h2.wp-block-heading {
	font-family: "Roboto Slab", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 45px; /* 140.625% */
	color: #000;
	margin-bottom:22px;
	margin-left:20px;
}
.podcast .page-header-block {
	margin-bottom: 40px;
}
.hero_graphic_overlay {
	position: absolute;
}
/* BWS Eating Tomorrow Podcast Series END */