.swiper-pagination-horizontal.swiper-pagination-bullets {
	display: block;
}

._width {
	max-width: 100vw;
}

.btn.green {
	background-color: #3c8a2e;
	color: #fff;
	border-radius: 7px;
	display: inline-block;
	font-family: "Neutraface Bold";
	font-size: 13px;
	line-height: 1.2;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

div.ctas_c {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 20px;
}

#main {
	padding: 0 !important;
}

#main .fusion-row {
	max-width: none !important;
}

#healthy_headlines_hero_section_c {
	background: #0165c2 url("../img/bg_healthy_headlines.png") no-repeat center center / cover;
	padding: 30px;
}

#healthy_headlines_hero_section_c div.left a img {
	display: block;
}

#healthy_headlines_hero_section_c div.left div.headline {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin: 25px 0 0 0;
}

#healthy_headlines_hero_section_c div.right {
	background-color: #0165bd;
	border-radius: 10px;
	padding: 20px;
}

#healthy_headlines_hero_section_c div.right div.select {
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#healthy_headlines_hero_section_c div.right div.select select {
	border-radius: 6px;
	font-size: 16px;
	padding: 0 15px;
	width: 100%;
}

#healthy_headlines_hero_section_c div.right div.search {
	align-items: center;
	display: flex;
}

#healthy_headlines_hero_section_c div.right div.search input {
	border-radius: 6px;
	flex: 1;
	font-size: 16px;
	width: 100%;
}

#healthy_headlines_hero_section_c div.right div.search div {
	align-self: normal;
	background-color: #fdc03c;
	border-radius: 6px;
	color: #0165bd;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 0 10px;
	padding: 0 10px;
}

#hero_section_c {
	--swiper-navigation-sides-offset: -32px;
	--swiper-navigation-size: 20px;
	--swiper-navigation-top-offset: 23vw;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-size: 15px;
	--swiper-pagination-color: #0065bd;
	background-color: #c1def8;
}

#hero_section_c div.headline {
	color: #0065bd;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	line-height: 1;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#hero_section_c div.headline::before,
#hero_section_c div.headline::after {
	background-color: #0065bd;
	content: "";
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
	width: calc(50% - 125px);
}

#hero_section_c div.headline::before {
	left: -20px;
}

#hero_section_c div.headline::after {
	right: -20px;
}

#hero_section_c div._width {
	padding: 36px;
	position: relative;
}

#hero_section_c div.featured_c {
	padding: 0 0 40px 0;
	position: relative;
}

#hero_section_c div.featured_c div.swiper {
	margin: 30px 0 0 0;
}

#hero_section_c div.featured_c div.swiper div.swiper-slide div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vw;
	margin: 0 0 10px 0;
}

#hero_section_c div.featured_c div.swiper div.swiper-slide a.title {
	color: #0065bd;
	display: block;
	font-family: "Neutraface Bold";
	font-size: 35px;
	font-weight: normal;
	text-decoration: underline;
}

#hero_section_c div.featured_c div.swiper div.swiper-slide p {
	display: none;
}

#hero_section_c div.featured_c .swiper-button-next,
#hero_section_c div.featured_c .swiper-button-prev {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 14px;
}

#hero_section_c div.featured_c .swiper-button-next svg,
#hero_section_c div.featured_c .swiper-button-prev svg {
	display: none;
}

#hero_section_c div.recent_c {
	display: none;
}

#topics_section_c div._width {
	padding: 35px;
}

#topics_section_c div.headline {
	color: #0065bd;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	line-height: 1;
	padding: 0 55px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#topics_section_c div.headline::before,
#topics_section_c div.headline::after {
	background-color: #0065bd;
	content: "";
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
	width: calc(50% - 105px);
}

#topics_section_c div.headline::before {
	left: -20px;
}

#topics_section_c div.headline::after {
	right: -20px;
}

#topics_section_c div.subhead {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}

#topics_section_c div.buttons {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 15px;
}

#topics_section_c div.buttons a {
	border: 3px solid #c1def8;
	border-radius: 20px 0;
	color: #0065bd;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	line-height: 1;
	padding: 22px 20px 20px 20px;
	text-align: center;
	text-transform: uppercase;
}

#education_and_news_section_c div._width {
	padding: 35px 25px;
}

#education_and_news_section_c div.headline {
	color: #0065bd;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	line-height: 1;
	padding: 0 55px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#education_and_news_section_c div.headline::before,
#education_and_news_section_c div.headline::after {
	background-color: #0065bd;
	content: "";
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
	width: calc(50% - 105px);
}

#education_and_news_section_c div.headline::before {
	left: -20px;
}

#education_and_news_section_c div.headline::after {
	right: -20px;
}

#education_and_news_section_c div.copy {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}

#education_and_news_section_c div.education_and_news_c {
	padding: 0 0 40px 0;
	position: relative;
}

#education_and_news_section_c div.right div.select select {
	border-radius: 6px;
	font-size: 16px;
	padding: 0 15px;
	width: 100%;
}

#education_and_news_section_c div.education_and_news_c div.swiper {
	margin: 30px 0 0 0;
}

#education_and_news_section_c div.education_and_news_c div.swiper div.swiper-wrapper {
	align-items: stretch !important;
	height: 100% !important;
}

#education_and_news_section_c div.education_and_news_c div.swiper div.swiper-slide div.inner_c {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#education_and_news_section_c div.education_and_news_c div.swiper div.swiper-slide div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vw;
	margin: 0 0 10px 0;
}

#education_and_news_section_c div.education_and_news_c div.swiper div.swiper-slide div.category {
	color: #313131;
	font-family: "Neutraface Bold";
	font-size: 13px;
	margin: 20px 0 10px 0;
}

#education_and_news_section_c div.education_and_news_c div.swiper div.swiper-slide a.title {
	color: #0065bd;
	display: block;
	flex: 1;
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
	text-decoration: underline;
}

#education_and_news_section_c div.education_and_news_c div.swiper div.swiper-slide a.category_link {
	border-left: 5px solid #fdc03c;
	display: block;
	font-family: "Neutraface Bold";
	font-size: 15px;
	font-weight: normal;
	line-height: 1.1;
	margin: 20px 0 0 0 ;
	padding: 0 0 0 9px;
	text-decoration: underline;
}

#education_and_news_section_c div.education_and_news_c .swiper-button-next,
#education_and_news_section_c div.education_and_news_c .swiper-button-prev,
#education_and_news_section_c div.education_and_news_c .swiper-button-next.swiper-button-lock,
#education_and_news_section_c div.education_and_news_c .swiper-button-prev.swiper-button-lock {
	display: none;
}

#education_and_news_section_c div.education_and_news_c .swiper-button-next svg,
#education_and_news_section_c div.education_and_news_c .swiper-button-prev svg {
	display: none;
}

#education_and_news_section_c div.ctas_c a {
	margin: 0 5px;
}

#youtube_section_c {
	background-color: #498b2a;
}

#youtube_section_c div._width {
	padding: 35px 25px;
}

#youtube_section_c div.headline {
	color: #fff;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	line-height: 1;
	padding: 0 55px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#youtube_section_c div.headline::before,
#youtube_section_c div.headline::after {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
	width: calc(50% - 105px);
}

#youtube_section_c div.headline::before {
	left: -20px;
}

#youtube_section_c div.headline::after {
	right: -20px;
}

#youtube_section_c div.youtube_section_c div.swiper {
	margin: 30px 0 0 0;
}

#youtube_section_c div.youtube_section_c div.swiper div.swiper-slide a.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 29vw;
	margin: 0 0 10px 0;
}

#youtube_section_c div.youtube_section_c div.swiper div.swiper-slide div.subtitle {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

#youtube_section_c div.ctas_c {
	margin: 40px 0 0 0;
}

#youtube_section_c div.ctas_c a.btn.green {
	background-color: #2b5b14;
}

#news_c div._width {
	padding: 35px 25px;
}

#news_c div.headline {
	color: #0065bd;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	line-height: 1;
	padding: 0 55px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#news_c div.headline::before,
#news_c div.headline::after {
	background-color: #0065bd;
	content: "";
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
	width: calc(50% - 105px);
}

#news_c div.headline::before {
	left: -20px;
}

#news_c div.headline::after {
	right: -20px;
}

#news_c div.news_c {
	padding: 0 0 40px 0;
	position: relative;
}

#news_c div.news_c div.swiper {
	margin: 30px 0 0 0;
}

#news_c div.news_c div.swiper div.swiper-slide div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vw;
	margin: 0 0 10px 0;
}

#news_c div.news_c div.swiper div.swiper-slide div.date {
	color: #498b2a;
	font-size: 11px;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

#news_c div.news_c div.swiper div.swiper-slide a.title {
	color: #0065bd;
	display: block;
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
	text-decoration: underline;
}

#news_c div.ctas_c a {
	margin: 0 5px;
}

#healthy_headlines_newsletter_section_c {
	background-color: #0165c2;
	padding: 30px;
}

#healthy_headlines_newsletter_section_c div.left a img {
	display: block;
}

#healthy_headlines_newsletter_section_c div.center div.headline {
	color: #fff;
	font-family: "Neutraface Bold";
	font-size: 21px;
	line-height: 1;
	margin: 25px 0 10px 0;
}

#healthy_headlines_newsletter_section_c div.center div.copy {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
}

#healthy_headlines_newsletter_section_c input[type="text"],
#healthy_headlines_newsletter_section_c input[type="email"] {
	border-radius: 6px;
	font-size: 16px;
	padding: 0 15px;
	width: 100%;
}

#healthy_headlines_newsletter_section_c div.gform_fields {
	row-gap: 15px;
}

#healthy_headlines_newsletter_section_c div.gform_footer {
	margin-top: 15px;
}

#healthy_headlines_newsletter_section_c div.gform_footer .gform_button {
	background-color: #498b2a;
	border: 2px solid #fff;
	border-radius: 6px;
	font-family: "Neutraface Bold";
	font-size: 13px;
	line-height: 1.2;
}

body.category section:not(#healthy_headlines_hero_section_c) div._width {
	padding: 35px;
}

body.category #hero_c {
	width: 100%;
}

body.category #hero_c div.headline {
	color: #0065bd;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	line-height: 1;
	padding: 0 55px;
	text-align: center;
	text-transform: uppercase;
}

body.category #posts_c {
	display: grid;
	padding: 35px;
	row-gap: 35px;
}

body.category #posts_c div.post_c div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vw;
	margin: 0 0 10px 0;
}

body.category #posts_c div.post_c div.date {
	color: #498b2a;
	font-size: 11px;
	line-height: 1;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

body.category #posts_c div.post_c a.title {
	color: #0065bd;
	display: block;
	font-size: 26px;
	font-weight: normal;
	line-height: 28px;
	text-decoration: underline;
}

body.category #posts_c div.post_c p {
	font-size: 16px;
}

body.single section.hero_c h1 {
	color: #000;
	padding: 35px;
}

body.single section.hero_c div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vw;
}

body.single section.hero_c div.date {
	color: #498b2a;
	font-size: 11px;
	padding: 20px 35px 0 35px;
	text-transform: uppercase;
}

body.single #content_c {
	line-height: 30px;
}

body.single #content_c div._width {
	padding: 0 35px;
}

#pagination_c {
	margin: 35px 0 0 0;
	width: 100%;
}

.paging-navigation {
	font-size: 1.8rem;
	margin: 36px 0;
	text-align: center;
	width: 100%;
}

.paging-navigation > i {
	color: #ccc;
	margin: 0 10px;
	line-height: 36px;
	width: 36px;
}

.paging-navigation > a {
	color: #0165c2;
	display: inline-block;
	line-height: 36px;
	padding: 0;
	width: 36px;
}

.paging-navigation > a > i {
	color: #ccc;
	font-size: 1.8rem;
}

.paging-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.paging-navigation ul li {
	display: inline-block;
	margin: 0 2px;
}

.paging-navigation ul li span,
.paging-navigation ul li a {
	color: #0165c2;
	display: block;
	font-size: 1.8rem;
	line-height: 36px;
	padding: 0;
	text-decoration: underline;
	width: 18px;
}

.paging-navigation ul li span.current,
.paging-navigation ul li span.dots {
	color: #000;
	text-decoration: none;
}

.paging-navigation span.disabled {
	color: var(--hixson-gray);
	display: inline-block;
	line-height: 36px;
	padding: 0;
	width: 36px;
}

@media screen and (min-width: 1024px) {
	._width {
		margin: 0 auto;
		max-width: var(--site_width);
	}

	div.ctas_c {
		display: flex;
		justify-content: center;
	}

	#healthy_headlines_hero_section_c div._width {
		align-items: flex-end;
		display: flex;
	}

	#healthy_headlines_hero_section_c div.left {
		flex: 0 0 60%;
		margin: 0 40px 0 0;
	}

	#healthy_headlines_hero_section_c div.right {
		flex: 0 0 40%;
	}

	#hero_section_c {
		--swiper-navigation-sides-offset: -45px;
		--swiper-navigation-top-offset: 130px;
	}

	#hero_section_c div._width {
		padding: 50px 0 0 0;
	}

	#hero_section_c div.headline {
		font-size: 1.2em;
	}

	#hero_section_c div.headline::before,
	#hero_section_c div.headline::after {
		width: calc(50% - 140px);
	}

	#hero_section_c div.headline::before {
		left: -40px;
	}

	#hero_section_c div.headline::after {
		right: -40px;
	}

	#hero_section_c div.featured_c {
		padding: 0 0 60px 0
	}

	#hero_section_c div.featured_c div.swiper div.swiper-slide {
		column-gap: 40px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	#hero_section_c div.featured_c div.swiper div.swiper-slide div.image {
		height: 300px;
	}

	#hero_section_c div.featured_c div.swiper div.swiper-slide p {
		display: block;
		font-size: 16px;
	}

	#hero_section_c div.featured_c .swiper-button-next,
	#hero_section_c div.featured_c .swiper-button-prev {
		border-radius: 5px;
		padding: 20px 16px;
	}

	#hero_section_c div.recent_c {
		column-gap: 60px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		padding: 35px 0;
	}

	#hero_section_c div.recent_c div.recent div.image {
		background-color: transparent;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 177px;
		margin: 0 0 10px 0;
	}

	#hero_section_c div.recent_c div.recent div.date {
		color: #498b2a;
		font-size: 11px;
		margin: 20px 0 10px 0;
		text-transform: uppercase;
	}

	#hero_section_c div.recent_c div.recent a.title {
		color: #0065bd;
		display: block;
		font-size: 26px;
		font-weight: normal;
		line-height: 28px;
		text-decoration: underline;
	}

	#topics_section_c div._width {
		padding: 75px 0 35px 0;
	}

	#topics_section_c div.headline {
		font-size: 1.2em;
	}

	#topics_section_c div.headline::before,
	#topics_section_c div.headline::after {
		width: calc(50% - 200px);
	}

	#topics_section_c div.headline::before {
		left: -40px;
	}

	#topics_section_c div.headline::after {
		right: -40px;
	}

	#topics_section_c div.subhead {
		padding: 0 18%;
	}

	#topics_section_c div.buttons {
		column-gap: 30px;
		grid-template-columns: repeat(3, 1fr);
		margin: 20px 0 0 0;
		row-gap: 30px;
	}

	#education_and_news_section_c {
		--swiper-navigation-sides-offset: -32px;
		--swiper-navigation-size: 20px;
		--swiper-navigation-top-offset: 90px;
	}

	#education_and_news_section_c div._width {
		padding: 35px 0;
	}

	#education_and_news_section_c div.headline {
		font-size: 1.2em;
	}

	#education_and_news_section_c div.left_right_c {
		align-items: center;
		display: flex;
		margin: 15px 0 20px;
	}

	#education_and_news_section_c div.left_right_c div.left {
		flex: 0 0 60%;
	}

	#education_and_news_section_c div.left_right_c div.right {
		flex: 1;
		margin: 0 0 0 30px;
	}

	#education_and_news_section_c div.copy {
		text-align: left;
	}

	#education_and_news_section_c div.headline::before,
	#education_and_news_section_c div.headline::after {
		width: calc(50% - 140px);
	}

	#education_and_news_section_c div.headline::before {
		left: -40px;
	}

	#education_and_news_section_c div.headline::after {
		right: -40px;
	}

	#education_and_news_section_c div.education_and_news_c div.swiper div.swiper-slide div.image {
		height: 154px;
	}

	#education_and_news_section_c div.education_and_news_c .swiper-button-next,
	#education_and_news_section_c div.education_and_news_c .swiper-button-prev {
		display: block;
	}

	#youtube_section_c div._width {
		padding: 35px 0 50px 0;
	}

	#youtube_section_c div.headline {
		font-size: 1.2em;
	}

	#youtube_section_c div.headline::before,
	#youtube_section_c div.headline::after {
		width: calc(50% - 160px);
	}

	#youtube_section_c div.headline::before {
		left: -40px;
	}

	#youtube_section_c div.headline::after {
		right: -40px;
	}

	#youtube_section_c div.youtube_section_c div.swiper {
		margin: 30px 0 0 0;
	}

	#youtube_section_c div.youtube_section_c div.swiper div.swiper-slide a.image {
		height: 175px;
		padding: 55px;
	}

	#youtube_section_c div.youtube_section_c div.swiper div.swiper-slide div.subtitle {
		font-size: 25px;
	}

	#news_c div._width {
		padding: 75px 0;
	}

	#news_c div.news_c div.swiper div.swiper-slide div.image {
		height: 154px;
	}

	#healthy_headlines_newsletter_section_c div._width {
		column-gap: 25px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	#healthy_headlines_newsletter_section_c div.center div.headline {
		margin: 0 0 15px 0;
	}

	#healthy_headlines_newsletter_section_c div.center div.copy {
		color: #fff;
		font-size: 16px;
		line-height: 19px;
	}

	body.category section:not(#healthy_headlines_hero_section_c)  div._width {
		padding: 50px 0;
	}

	body.category #hero_c div.headline {
		font-size: 1.2em;
	}

	body.category #posts_c {
		padding: 0;
	}

	body.category #posts_c div.post_c {
		display: flex;
	}

	body.category #posts_c div.post_c div.image {
		height: 300px;
		flex: 0 0 480px;
		margin: 0 35px 0 0;
	}

	body.category #posts_c div.post_c div.right {
		flex: 1;
	}

	body.category #posts_c div.post_c div.date {
		margin: 0 0 20px 0;
	}

	body.category #posts_c div.post_c a.title {
		font-family: "Neutraface Bold";
		font-size: 35px;
		line-height: 1.1;
	}

	body.single section.hero_c h1 {
		font-size: 50px;
		padding: 35px 0;
	}

	body.category #posts_c div.post_c p {
		font-size: 16px;
	}

	body.single section.hero_c div.image {
		height: 560px;
	}

	body.single section.hero_c div.date {
		padding: 20px 0 0 0;
	}

	body.single #content_c div._width {
		padding: 0;
	}

	.paging-navigation {
		margin: 36px 0;
	}
}
