:root {
	--color-primary: #A51C30;
	--color-body-text: #484C58;
	--color-link: #007ead;
	--color-link-hover: #00658c;
	--color-link-active: #005c80;
	--color-footer: #393d47;

	--font-serif: "Merriweather", Georgia, serif;
	--font-sans: "proxima-nova", "Helvetica Neue", sans-serif;

	--font-weight-light: 300;
	--font-weight-medium: 500;
	--font-weight-bold: 700;

	--text-size-body: 16px;
	--text-size-heading: 1.875rem;

	--block-padding: 60px;

	--go--spacing--vertical: 24px;
}

body {
	font-family: var(--font-sans);
	font-size: var(--text-size-body);
}

a {
	color: var(--color-link);
    text-decoration: none;
    -webkit-transition: all 160ms cubic-bezier(.65, .05, .36, 1);
    -moz-transition: all 160ms cubic-bezier(.65, .05, .36, 1);
    -ms-transition: all 160ms cubic-bezier(.65, .05, .36, 1);
    -o-transition: all 160ms cubic-bezier(.65, .05, .36, 1);
    transition: all 160ms cubic-bezier(.65, .05, .36, 1);
}

a:hover,
a:focus {
	color: var(--color-link-hover);
}

a:active {
    color: var(--color-link-active);
}

button {
	background-color: var(--color-primary);
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
	border-color: var(--color-primary);
}

/**
 * Header
 */

.header__banner {
	background-color: var(--color-primary);
	height: 42px;
	margin-bottom: 16px;
}

.header__banner img {
	height: 34px;
	margin-top: 4px;
	margin-left: 20px;
}

.site-title {
	font-family: var(--font-sans);
	font-weight: var(--font-weight-bold);
	white-space: nowrap;
}

.header__navigation a {
	font-family: var(--font-sans);
	font-size: 18px;
}

.header-logo {
	max-width: 240px;
	margin-bottom: 20px;
}

/**
 * Footer
 */

.site-footer {
	background-color: var(--color-footer);
    margin-top: 0;
    text-align: center;
    padding: 30px 15px;
}

body .site-footer,
body .site-footer .site-info,
body .site-footer a {
	color: #fff;
}

.footer-hsph-link {
	text-align: center;
	margin-bottom: 16px;
}

.footer-hsph-link-link img {
	width: 300px;
}

.hsph-footer-menu {
	padding-left: 0;
}

.footer-footer-menu .hsph-footer-menu {
	margin: 0;
}

.footer-footer-menu li {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25;
}

.footer-footer-menu li a {
    color: #FFF;
}

.footer-footer-menu li:last-of-type {
    border: none;
}

.footer-terms-of-use {
	font-size: 0.875rem;
	max-width: 800px;
	margin: 30px auto 0;
}

.footer-terms-of-use .terms-of-use-header {
	font-weight: 700;
}

body .lwptoc {
	margin: auto;
}

.entry-content p a,
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a,
.entry-content ul li a {
    border-bottom: 1px dashed var(--color-link);
}

.entry-content p a:hover,
.entry-content h1 a:hover,
.entry-content h2 a:hover,
.entry-content h3 a:hover,
.entry-content h4 a:hover,
.entry-content h5 a:hover,
.entry-content h6 a:hover,
.entry-content ul li a:hover {
    border-bottom-color: var(--color-link-hover);
}

.entry-content ul,
.entry-content ol {
	padding-left: 12px;
}

#primary:not(.hsph-bootstrap) .entry-content h2, #primary:not(.hsph-bootstrap) .entry-summary h2, #primary:not(.hsph-bootstrap) .comment-content h2, .textwidget h2 {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}

#primary:not(.hsph-bootstrap) .entry-content h2 {
	clear: none;
}

#primary:not(.hsph-bootstrap) .entry-content h3,
#primary:not(.hsph-bootstrap) .entry-content h3,
#primary:not(.hsph-bootstrap) .entry-content h4,
#primary:not(.hsph-bootstrap) .entry-content h5,
#primary:not(.hsph-bootstrap) .entry-content h6,
#primary:not(.hsph-bootstrap) .entry-summary h3,
#primary:not(.hsph-bootstrap) .entry-summary h4,
#primary:not(.hsph-bootstrap) .entry-summary h5,
#primary:not(.hsph-bootstrap) .entry-summary h6,
#primary:not(.hsph-bootstrap) .comment-content h3,
#primary:not(.hsph-bootstrap) .comment-content h4,
#primary:not(.hsph-bootstrap) .comment-content h5,
#primary:not(.hsph-bootstrap) .comment-content h6,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: var(--text-size-body);
	font-size: 1.1rem;
	line-height: 1.3125;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	clear: none;
}

.content-area ol li,
.content-area ul li {
	margin-bottom: 1rem;
}

.content-area ol li:last-child,
.content-area ul li:last-child {
	margin-bottom: inherit;
}

#primary:not(.hsph-bootstrap) .entry-content h1:first-child, #primary:not(.hsph-bootstrap) .entry-content h2:first-child, #primary:not(.hsph-bootstrap) .entry-content h3:first-child, #primary:not(.hsph-bootstrap) .entry-content h4:first-child, #primary:not(.hsph-bootstrap) .entry-content h5:first-child, #primary:not(.hsph-bootstrap) .entry-content h6:first-child, #primary:not(.hsph-bootstrap) .entry-summary h1:first-child, #primary:not(.hsph-bootstrap) .entry-summary h2:first-child, #primary:not(.hsph-bootstrap) .entry-summary h3:first-child, #primary:not(.hsph-bootstrap) .entry-summary h4:first-child, #primary:not(.hsph-bootstrap) .entry-summary h5:first-child, #primary:not(.hsph-bootstrap) .entry-summary h6:first-child, #primary:not(.hsph-bootstrap) .comment-content h1:first-child, #primary:not(.hsph-bootstrap) .comment-content h2:first-child, #primary:not(.hsph-bootstrap) .comment-content h3:first-child, #primary:not(.hsph-bootstrap) .comment-content h4:first-child, #primary:not(.hsph-bootstrap) .comment-content h5:first-child, #primary:not(.hsph-bootstrap) .comment-content h6:first-child, .textwidget h1:first-child, .textwidget h2:first-child, .textwidget h3:first-child, .textwidget h4:first-child, .textwidget h5:first-child, .textwidget h6:first-child {
	margin-top: 0;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: none;
}

.entry-content > :first-child {
	margin-top: 0;
}

.entry-content {
	font-family: var(--font-serif);
	font-size: var(--text-size-body);
	font-weight: var(--font-weight-light);
	color: var(--color-body-text);
	line-height: 1.8;
}

.entry-content h2,
.entry-content h3 {
	font-weight: var(--font-weight-bold);
}

.entry-content h2 {
	color: var(--color-body-text);
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-sans);
	font-weight: var(--font-weight-medium);
	color: var(--color-primary);
}

.entry-header {
	font-family: var(--font-sans);
	font-size: var(--text-size-heading);
	font-weight: var(--font-weight-medium);
	color: var(--color-primary);
	padding-top: 0;
	margin-bottom: 15px;
    line-height: 1.225;
	text-align: left;
	max-width: none;
}

.entry-header h1 {
	font-size: var(--text-size-heading);
	font-weight: var(--font-weight-bold);
	--double-padding: calc(var(--block-padding) * 2);
    max-width: var(--go--max-width);
    width: calc(100% - var(--double-padding));
}

.has-featured-image .entry-header {
	padding-top: 0;
}

.news-post-header h2 {
	border-top: 1px solid #e5e5e5;
	font-size: 24px;
	margin-top: 24px;
	padding-top: 24px;
}

.news-post:first-of-type .news-post-header h2 {
	margin-top: 0;
}

.news-post-header h2 a {
	color: var(--color-link);
}

.entry-footer {
	font-size: 13px;
}

.entry-footer > span {
	margin-right: 20px;
}

.posted-on:before {
	content: "\f307";
	font-size: 20px !important;
	padding-right: 3px;
}

.cat-links:before {
	content: "\f301";
	font-size: 20px !important;
	padding-right: 3px;
}

.entry-content.post-nav {
	margin-top: 96px;
}

.prev-next-link {
	border-top: 1px solid #e5e5e5;
	font-family: var(--font-sans);
	padding: 24px 0;
}

.prev-next-link:last-of-type {
	border-bottom: 1px solid #e5e5e5;
}

.prev-next-link .post-nav__label {
	font-size: 15px;
	text-transform: uppercase;
	color: #626778;
}

.prev-next-link .post-nav__title {
	font-weight: var(--font-weight-bold);
}

.archive h1.post__title.text-center {
	color: var(--color-body-text);
	font-size: 28px;
	padding-bottom: 1.5em;
	font-weight: var(--font-weight-bold);
	margin-left: calc(var(--go-block--padding--x));
	text-align: left;
}

.entry-content > .post-thumbnail img {
	width: 100%;
}

.site-main {
	width: 100%;
}

.site-main .post__thumbnail,
.site-main .post__thumbnail.alignright {
	float: none;
	padding: 0 20px 20px 20px;
	max-height: none;
	max-width: none;
	width: 100%;
}

.site-main .post__thumbnail img,
.site-main .post__thumbnail.alignright img {
	position: relative;
}

.site-main .post__thumbnail:after,
.site-main .post__thumbnail.alignright:after {
	background: none;
	position: relative;
}

embed, iframe, object, video {
	max-width: 100%;
}

.site-main table {
	width: auto;
	white-space: nowrap;
}

.site-main table td {
	overflow-wrap: break-word;
	white-space: normal;
	word-break: keep-all;
}

table td{
    border: 1px solid rgb(221, 221, 221);
	padding: 0.4375em;
}

/**
 * 2.0 - Genericons
 */
.dropdown-toggle:after,
.search-submit:after,
.cat-links:before,
.posted-on:before,
#breadcrumbs .home:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * Breadcrumbs
 */

#breadcrumbs {
    background-color: rgba(220, 216, 204, 0.4);
    padding: 18px 25px 9px 6%;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.home #breadcrumbs {
	display: none;
}

#breadcrumbs .home span {
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    background-color: #f1f1f1;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

#breadcrumbs .home:before {
	content: '\f409';
    font-size: 24px;
    top: -3px;
    position: relative;
}

/**
 * Layout
 */
.layout-wrapper {
	display: flex;
	flex-flow: row wrap;
}

/**
 * 6.4 Dropdown Toggles
 * =============================================
 */

.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    content: "";
    padding: 0 10px;
    position: absolute;
    right: 0;
	top: 10px;
    color: #333;
    height: 30px;
    width: 30px;
    overflow: hidden;
    text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
    text-align: center;
	z-index: 999999;
}

.dropdown-toggle:after {
	color: #393d47;
	content: "\f431";
	font-size: 18px;
	line-height: 32px;
	position: relative;
	top: -8px;
    left: -8px;
	width: 32px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-toggle.toggle-on:after {
	left: -10px;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
}

.post-navigation {
	clear: both;
	margin: 0 7.6923% 3.5em;
}

/*
 * Lefthand Navbar Styles
 *
 */
.left-nav-placeholder {
	display: none;
	visibility: hidden;
}

.left-nav {
	padding: 0 25px 40px 6%;
}

.left-nav .section-title {
	position: relative;
}

.left-nav .section-title .dropdown-toggle {
    top: 0;
}

.left-nav .left-collapse-container {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.primary-menu .sub-menu,
.primary-menu .sub-menu .sub-menu {
	display: none;
}

.primary-menu .sub-menu.toggled-on,
.primary-menu .sub-menu .sub-menu.toggled-on {
	display: block;
}

/* Make room for the dropdown toggle */
.menu-item-has-children a {
	padding-right: 25px;
}

.left-nav .left-collapse-container.toggled-on {
    max-height: 1000px;
}

.left-nav .section-title a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.3;
    color: #484C58;
    padding: 0 0 12px 0;
    border-bottom: 2px solid #484C58;
    margin: 0 0 18px 0;
    display: block;
}

#left-search .search-form {
	position: static;
    vertical-align: top;
}

#left-search input[type="search"].search-field {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: calc( 100% - 42px );
    padding: 8px;
    border: 1px solid rgba(220, 216, 204, 0.8);
    font-size: 13px;
    margin-bottom: 16px;
    background: #FFF;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#left-search .search-submit {
	position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 34px;
    height: 34px;
    right: 5px;
}

#left-search .search-submit:after {
	content: '\f400';
	font-size: 23px;
}

#left-search .search-submit:before {
	content: '';
	display: none;
}

#site-left-nav ul {
	margin: 0;
	padding: 0;
}

#site-left-nav li {
	position: relative;
}

#site-left-nav ul ul {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

#site-left-nav ul .toggled-on {
    max-height: 700px;
}

#site-left-nav ul li {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 7px;
	padding-right: 0;
	border-bottom: 1px solid #59585929;
	list-style-type: none;
	line-height: 1.25;
}

#menu-left-nav .menu-item-has-children a {
    padding-right: 25px;
}

#site-left-nav ul li ul li {
	padding-left: 12px;
	border-bottom: none;
	border-left: 2px solid rgba(220, 216, 204, 0.9);
}

#site-left-nav ul ul ul ul,
#site-left-nav ul ul ul .dropdown-toggle {
	display: none;
}

#site-left-nav li ul li:first-child {
	padding-top: 6px;
	margin-top: 6px;
}

#site-left-nav li a {
	color: #484C58;
	text-decoration: none;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}

#site-left-nav li a:hover {
    color: #000;
    text-decoration: none;
}

#site-left-nav li.current-menu-item > a,
#site-left-nav li.current_page_item > a {
    color: #a51c30;
    font-weight: bold;
}

#site-left-nav .current-menu-item > a,
#site-left-nav .current-menu-ancestor > a,
#site-left-nav .current_page_item > a,
#site-left-nav .current_page_ancestor > a {
	font-weight: bold;
}

#site-left-nav .sub-menu .current-menu-item > a,
#site-left-nav .sub-menu .current-menu-ancestor > a,
#site-left-nav .sub-menu .current_page_item > a,
#site-left-nav .sub-menu .current_page_ancestor > a,
#site-left-nav .children .current-menu-item > a,
#site-left-nav .children .current-menu-ancestor > a,
#site-left-nav .children .current_page_item > a,
#site-left-nav .children .current_page_ancestor > a {
	font-weight: bold;
}

#site-left-nav ul li.current-menu-item > ul,
#site-left-nav ul li.current-menu-ancestor > ul,
#site-left-nav ul li.current_page_item > ul,
#site-left-nav ul li.current_page_ancestor > ul {
	display: block;
}

#site-left-nav .sub-menu .sub-menu .current-menu-item > a,
#site-left-nav .sub-menu .sub-menu .current-menu-ancestor > a,
#site-left-nav .sub-menu .sub-menu .current_page_item > a,
#site-left-nav .sub-menu .sub-menu .current_page_ancestor > a,
#site-left-nav .sub-menu .children .current-menu-item > a,
#site-left-nav .sub-menu .children .current-menu-ancestor > a,
#site-left-nav .sub-menu .children .current_page_item > a,
#site-left-nav .sub-menu .children .current_page_ancestor > a {
	font-weight: bold;
}

#left-search .search-form {
	position: static;
    vertical-align: top;
}

#left-search .search-form label {
    display: inline;
}

#left-search input[type="search"].search-field {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: calc( 100% - 42px );
    padding: 8px;
    border: 1px solid rgba(220, 216, 204, 0.8);
    font-size: 13px;
    margin-bottom: 16px;
    background: #FFF;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#left-search .search-submit {
	position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 34px;
    height: 34px;
    right: 5px;
}

#left-search .search-submit:after {
	content: '\f400';
	font-size: 23px;
}

#left-search .search-submit:before {
	content: '';
	display: none;
}

/**
 * Search Form
 */

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 0;
	border: none;
	font-size: 13px;
	font-size: 0.813rem;
	padding: 13px 7px;
	width: 160px;
	-webkit-transition: width 0.5s ease-in-out;
 	   -moz-transition: width 0.5s ease-in-out;
		 -o-transition: width 0.5s ease-in-out;
			transition: width 0.5s ease-in-out;
}

input[type="search"].search-field:focus {
	width: 275px;
	background-color: #F7F7F7;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	background-color: #393d47;
}

.entry-content > a.call2action-button {
	--double-padding: inherit !important;
	max-width: 450px !important;
	margin-left: 85px;
	padding: 0 15px !important;
}

.hsph-bootstrap .card .card-text {
	font-weight: 400;
}

.hsph-bootstrap .card .card-title {
	color: var(--color-body-text);
}

#primary .entry-content .hsph-bootstrap h2,
#primary .entry-content .hsph-bootstrap h3,
#primary .entry-content .hsph-bootstrap h4 {
    font-weight: var(--font-weight-bold);
}

#primary .entry-content .hsph-bootstrap h1,
#primary .entry-content .hsph-bootstrap h5 {
    font-weight: 500;
}

#primary .entry-content .hsph-bootstrap h1,
#primary .entry-content .hsph-bootstrap h3 {
    color: #A51C30;
}

#primary .entry-content .hsph-bootstrap .card-title{
    margin-bottom: 0.75rem;
    margin-top: 0;
}

#primary .entry-content .hsph-bootstrap h1,
#primary .entry-content .hsph-bootstrap .h1 {
    font-size: 1.875rem;
}

#primary .entry-content .hsph-bootstrap h2,
#primary .entry-content .hsph-bootstrap .h2 {
    font-size: 1.563rem;
}

#primary .entry-content .hsph-bootstrap h3,
#primary .entry-content .hsph-bootstrap .h3 {
    font-size: 1.375rem;
}

#primary .entry-content .hsph-bootstrap h4,
#primary .entry-content .hsph-bootstrap .h4 {
    font-size: 20px !important;
}

#primary .entry-content .hsph-bootstrap h5,
#primary .entry-content .hsph-bootstrap .h5 {
    font-size: 1.25rem;
}

#primary .entry-content .hsph-bootstrap h6,
#primary .entry-content .hsph-bootstrap .h6 {
    font-size: 1rem;
}

/**
 * 10.0 - Widgets
 */

.widget {
    margin-bottom: 1em;
}

.profile-page .widget,
.landing-page .widget {
	background-color: #f0f0f2;
	margin-bottom: 1.5em;
	padding: 5%;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
    color: #a51c30;
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hsph-bootstrap .card * {
	font-family: var(--font-sans);
}

.widget .card h2 {
	color: var(--color-body-text);
	margin-top: 0;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #292d33;
}

/* Calendar widget */

.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #008cc0;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #626778;
	color: #fff;
}

/* Recent Posts widget */

.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.widget_recent_entries ul li {
    padding: 0.5em 0;
    line-height: 1.2;
    clear: both;
}

.widget.widget_recent_entries a {
    font-weight: 600;
}

.widget_recent_entries .post-date {
	color: #a51c30;
	display: block;
	font-size: 0.875rem;
	line-height: 1.615384615;
}

.widget_recent_entries a.post-title {
	font-weight: 600;
	display: block;
}

.widget_recent_entries .post-thumbnail {
    float: left;
    max-width: 100px;
    margin: 5px 10px 3px 0;
    padding: 0 0;
}

.widget.widget_recent_entries .post-excerpt {
    font-weight: 100;
}
.widget.widget_recent_entries .post-excerpt p {
    margin: 0 0 1.5em;
    padding: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #626778;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a,
.related-topics-cloud a {
	background-color: #EFEFEF;
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a.selected,
.related-topics-cloud a.active-topic {
	background-color: #484C58;
    color: #FFF;
}

.tagcloud a:hover,
.tagcloud a:focus,
.related-topics-cloud a:hover,
.related-topics-cloud a:focus {
	color: #008cc0;
	outline: 0;
}

.tagcloud a.selected:hover,
.tagcloud a.selected:focus,
.related-topics-cloud a.active-topic:hover,
.related-topics-cloud a.active-topic:focus {
	color: #FFF;
}

/* Related Topics widget */
.related-topics-links > div {
	display: none;
}

.related-topics-links .active-topic {
	display: block;
}

.related-topics-links ul {
	list-style: none;
	margin-left: 0;
}

.related-topics-links ul li {
	margin-top: 10px;
	list-style: none;
}

.related-topics-links .related-more-link a {
	color: #a51c30;
}

.related-topics-links .related-more-link a:hover:after {
    content:" »";
}

/* styles "Explore research..." */
.widget.widget_hsph_explore_by_topic a {
	color: #a51c30;
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

/* adds the carrots on hover just for fun */
.widget_hsph_explore_by_topic a:hover:after {
	content:" »";
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
    margin-left: 6%;
    margin-right: 40px;
	max-width: 100%;
    width: auto;
    margin-bottom: 3em;
}

.sidebar figure {
	max-width: 100%;
}

.sidebar img {
	max-width: 100%;
}

.sidebar ul {
	padding-left: 15px;
}

/**
 * Media Queries
 */

/**
 * 14.2 - >= 750px
 */
@media screen and ( min-width: 750px ) {
	.home .content-area {
		margin-top: 0;
	}

	.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		--double-padding: calc( var(--block-padding) * 2 );
		width: calc(100% - var(--double-padding));
	}

	.entry-header.px {
		padding-left: var(--block-padding) !important;
		padding-right: var(--block-padding) !important;
	}

	.entry-content > .post-thumbnail img {
		max-width: 50%;
		float: right;
		margin-left: 20px;
		width: auto;
	}

	.site-main .post__thumbnail.alignright {
		padding: 0 0 10px 40px;
		width: 350px;
		float: right;
		max-height: inherit;
		max-width: inherit;
	}

	.site-main .post__thumbnail.alignright img {
		position: relative;
	}

	.site-main .post__thumbnail.alignright:after {
		background: none;
		position: relative;
	}

	.header__banner {
		margin-bottom: 0;
	}

	.layout-wrapper {
		display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;		/* TWEENER - IE 10 */
		display: -webkit-flex;		/* NEW - Chrome */
		display: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-flow: row wrap;
		margin-left: 6%;
		margin-bottom: 60px;
		margin-right: 40px;
 	}

	.left-nav {
		-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 1;         /* OLD - Firefox 19- */
		width: 19%;               /* For old syntax, otherwise collapses. */
		-webkit-flex: 1;          /* Chrome */
		-ms-flex: 1;              /* IE 10 */
		flex: 1;
	}

	.left-nav {
		padding: 0;
	}

	.left-nav .left-collapse-container {
		max-height: none;
	}

	.left-nav .left-collapse-container.toggled-on {
		max-height: none;
	}

	.left-nav .section-title .dropdown-toggle {
		display: none;
	}
    .left-nav .section-title a:first-child {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

	.sidebar {
		margin: 0;
    	width: 100%;
	}

	.footer-hsph-link-link {
		background-position: 0 -123px;
	}
}

@media screen and (min-width: 56.875em) {
	.header-logo {
		max-width: 280px;
		margin-bottom: 0;
	}

	.widget {
		font-size: 15px;
		font-size: 0.9375rem;
		color: var(--color-body-text);
	}

	.widget,
	.widget p {
		line-height: 1.5;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}
}

/**
 * Carousel
 */
#alternate-carousel-container {
    background-color: rgba(220, 216, 204, 0.4);
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 30px;
    clear: both;
	position: relative;
}

.carousel-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.carousel-slide-text {
    border-top: 1px solid #ccc;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    margin: 18px 25px 50px 25px;
    display: block;
}

.carousel-slide-title {
	font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 20px;
}

.carousel-slide-title p {
    margin-bottom: 10px;
}

.carousel-slide-desc {
	font-family: "Merriweather", Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    color: #595859;
    line-height: 1.7;
}

.carousel-slide-image,
.carousel-slide-text {
	display: inline-block;
}

#alternate-carousel-container #slide-controls {
	position: absolute;
	right: 0;
	bottom: 10px;
}

#alternate-carousel-container .flex-control-nav {
	z-index: 50;
	width: 200px;
    position: relative;
    bottom: 0;
}

#alternate-carousel-container .flex-control-paging  a {
	background: #fff;
	background: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

#alternate-carousel-container .flex-control-paging li a:hover {
	background: #fff;
}

#alternate-carousel-container .flex-control-paging li a.flex-active {
	background: #A4192F;
}

#alternate-carousel-container .flex-direction-nav {
	display: none;
}

/**
 * 14.1 Flexslider Resets
 */

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides > li,
.content-area ul.slides li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/**
 * 14.2 Flexslider Base Styles
 */

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Hide buttons when not on display */
.flexslider .slides li .main-carousel-text a.main-carousel-readmore, .flexslider .slides li .main-carousel-text h2.main-carousel-title a {
	display: none;
}

.flexslider .slides li.flex-active-slide .main-carousel-text a.main-carousel-readmore, .flexslider .slides li.flex-active-slide .main-carousel-text h2.main-carousel-title a {
	display: inline-block;
}


.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

/**
 * 14.3 Flexslider Defaults
 */

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 40%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	font-size: 40px;
	display: inline-block;
	content: '\f431';
    -webkit-transform: rotate(90deg);  /* Saf3.1+, Chrome */
       -moz-transform: rotate(90deg);  /* FF3.5+ */
    	-ms-transform: rotate(90deg);  /* IE9 */
    	 -o-transform: rotate(90deg);  /* Opera 10.5 */
			transform: rotate(90deg);
	color: rgba(0, 0, 0, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: '\f431';
    -webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */
       -moz-transform: rotate(270deg);  /* FF3.5+ */
    	-ms-transform: rotate(270deg);  /* IE9 */
    	 -o-transform: rotate(270deg);  /* Opera 10.5 */
			transform: rotate(270deg);
}

.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}

.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-size: 20px;
	display: inline-block;
	content: '\f448';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f452';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background-color: rgba( 72, 76, 88, 0.5 );
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
		 -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
	background: #393d47;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/**
 * Home page columns.
 */

#alternate-landing-body-columns {
	clear: both;
}

.home .event-columns {
	padding: 0 40px 0 6%;
	clear: both;
}

#alternate-landing-body-columns .event-columns.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

#alternate-landing-body-columns .event-columns.entry-content li {
	line-height: 1.5;
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
}

.event-columns {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: none;
	margin-top: 30px;
}

.event-columns .column {
	display: block;
	float: left;
	margin: 0px;
	padding: 0;
	line-height: 1.6em;
	word-wrap: break-word;
}

.event-columns .column .event-block {
	word-wrap: break-word;
	border-top: 3px solid #D1CDC6;
	margin: 0 0 28px;
	padding: 14px 0;
	overflow: hidden;
	clear: both;
}

.event-columns .column .event-block h2 {
	color: #010000;
	font-size: 20px;
	line-height: 22px;
	font: Helvetica, Arial, sans-serif;
	margin: 0 0 11px;
	width: 100%;
}

.event-columns .column .event-block h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.event-columns .column .event-block h4 {
	margin: 15px 0 12px 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight:  normal;
}

@media screen and (min-width: 730px) {
	.event-columns .column .event-block {
		overflow: visible;
		clear: none;
	}

	.event-columns .column {
		width: 43%;
		margin-right: 8%;
	}
	.event-columns .column:nth-child(even) {
		margin-right: 0px;
	}
}

@media screen and (min-width: 850px) {
	#alternate-landing-container {
		width: 63%;
		padding: 9px 25px 9px 6%;
		margin: 10px 0 30px 0;
	}

	.carousel-slide {
		flex-direction: row;
		gap: 25px;
	}

	.carousel-slide-text {
		flex: 0 1 35%;
		margin: 20px 25px 45px 0;
		padding-right: 40px;
	}

	.carousel-slide-image {
		flex: 0 0 65%;
	}

	.event-columns .column {
		width: 22%;
		margin-right: 4%;
	}

	.event-columns .column:nth-child(even) {
		margin-right: 4%;
	}

	.event-columns .column:last-child {
		margin-right: 0px;
	}

}

@media screen and (min-width: 900px) {
}

@media screen and (max-width: 959px) {
	.menu-is-open .primary-menu {
		height: calc(100vh - 200px);
		justify-content: normal;
		overflow: scroll;
		position: relative;
		top: 40px;
	}

	.left-nav {
		display: none;
	}

	.primary-menu .sub-menu {
		background-color: transparent;
		border-left: 2px solid rgba(220, 216, 204, 0.9);
	}

	.primary-menu .sub-menu a {
		color: var(--color-body-text);
	}

	.primary-menu .sub-menu .sub-menu {
		padding-left: 10px;
	}

	.menu-is-open .primary-menu .sub-menu li:first-child {
		padding-top: 0;
	}

	.primary-menu > li {
		border-bottom: 1px solid #59585929;
	}
}

/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
	.layout-wrapper {
		margin-right: 20px;
	}

	.site-main {
		width: 81%;
		flex: 4;
	}

	.home .site-main {
		width: 100%;
	}

	.sidebar {
		flex: 0 0 210px;
		margin: 0 0 0 20px;
		width: 210px;
	}

	#primary:not(.hsph-bootstrap) .entry-content h1,
	#primary:not(.hsph-bootstrap) .entry-summary h1,
	#primary:not(.hsph-bootstrap) .comment-content h1 {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}

	#primary:not(.hsph-bootstrap) .entry-content h2,
	#primary:not(.hsph-bootstrap) .entry-summary h2,
	#primary:not(.hsph-bootstrap) .comment-content h2 {
		font-size: 25px;
		font-size: 1.6rem;
		line-height: 1.25;
		margin-top: 2.5rem;
	}

	#primary:not(.hsph-bootstrap) .entry-content h3,
	#primary:not(.hsph-bootstrap) .entry-summary h3,
  #primary:not(.hsph-bootstrap) .comment-content h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	#primary:not(.hsph-bootstrap) .entry-content h4,
	#primary:not(.hsph-bootstrap) .entry-summary h4,
	#primary:not(.hsph-bootstrap) .comment-content h4 {
		font-size: 17px;
		font-size: 1.0625rem;
		line-height: 1.4;
	}

	#primary:not(.hsph-bootstrap) .entry-content h5,
	#primary:not(.hsph-bootstrap) .entry-content h6,
	#primary:not(.hsph-bootstrap) .entry-summary h5,
	#primary:not(.hsph-bootstrap) .entry-summary h6,
	#primary:not(.hsph-bootstrap) .comment-content h5,
	#primary:not(.hsph-bootstrap) .comment-content h6 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.4;
	}

	.widget {
	    padding: 0.75em 1em 1em;
	}
}

/* Recipe-specific fixes that were in Custom CSS on legacy site */
@media screen and (min-width: 750px) {

.ns-recipe {
    display: flex;
    width: unset;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 4em;
    margin-bottom: 4em;
    padding-bottom: 1.5em;
    border-bottom: 4px solid #f1efeb;
    padding-top: 1.5em;
    border-top: 4px solid #f1efeb;
    margin: 4em 4em;
}

}

.recipe-ingredients ul {
	margin-left: 0;
	padding-left: 0;
}

.recipe-ingredients ul li {
    margin: 0 0 0.5em 0;
    list-style: none;
    font-size: 90%;
}

.recipe-ingredients p {
	font-size: 90%;
	margin-bottom: 1.75em;
}

.recipe-description ol li {
    margin-bottom: 2.5em;
}

.recipe-description {
    margin-top: 0.35em;
}
body.page-id-13963 .ui-accordion {
    margin-bottom: 0;
}
body.page-id-13963 .entry-content br {
    display: none;
}
body.page-id-13963 .ns-recipe {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}
body.page-id-13963 .ui-accordion-content > p {
    display: none;
}



/*expandable region spacing fix*/

.expandable {
    margin-bottom: 1.5em;
}

.page-id-13963 .ui-accordion, .ui-tabs, .page-id-13963 .expandable {
    margin-bottom: 2px;
}

.page-id-15189 .recipe-ingredients {
    margin-top: 0;
}

.page-id-15189 .ns-recipe {;
    border-bottom: none;
    border-top: none;
}

@media screen and (min-width: 750px) {
.page-id-15189 .ns-recipe {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 3em;
    border-bottom: none;
    padding-top: 1.5em;
    border-top: none;
    margin: 0 1em;
}
}


.ns-recipe .recipe-left {
    display: inline-block !important;
}

.ns-recipe .recipe-left {
    display: inline-block !important;
}
