/*
 * Define core elements
 */
.newsletter-modal:after {
	content: "";
	display: table;
	clear: both;
}

.screen-reader-text, body:before,
.custom-radio input[type=radio],
.custom-radio textarea[type=radio],
.custom-checkbox input[type=checkbox],
.custom-checkbox textarea[type=checkbox] {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.footer-information ul, .subnavigation ul, .footer-copyright ul, .footer-social ul, .site-drawer-secondary-menu ul, .site-drawer-primary-menu ul, .header-menu ul, .header-sticky-buttons ul, .header-top-menu ul, .nutrition-table ul, .react-autosuggest__suggestions-list, .header-megamenu-term-list,
.header-megamenu-post-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (min-width: 64em) {
	.hide-large {
		display: none;
	}
}

@media (max-width: 63.99em) {
	.hide-small {
		display: none;
	}
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
	font: inherit; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
	font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input,
textarea { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

.color {
	display: inline-block;
	border: 1px solid #dddddd;
	width: 50px;
	height: 50px;
}

.bg-sage {
	background-color: #89a886;
}

.text-sage {
	color: #89a886;
}

.bg-teal {
	background-color: #32757f;
}

.text-teal {
	color: #32757f;
}

.bg-burnt-sienna {
	background-color: #9d5032;
}

.text-burnt-sienna {
	color: #9d5032;
}

.bg-orange {
	background-color: #d38036;
}

.text-orange {
	color: #d38036;
}

.bg-beige {
	background-color: #eeede9;
}

.text-beige {
	color: #eeede9;
}

.bg-geyser {
	background-color: #d4e2e5;
}

.text-geyser {
	color: #d4e2e5;
}

.bg-jungle-mist {
	background-color: #a9c6cc;
}

.text-jungle-mist {
	color: #a9c6cc;
}

.bg-jungle-mist-50 {
	background-color: #d4e2e5;
}

.text-jungle-mist-50 {
	color: #d4e2e5;
}

.bg-black {
	background-color: #000000;
}

.text-black {
	color: #000000;
}

.bg-darker-gray {
	background-color: #333333;
}

.text-darker-gray {
	color: #333333;
}

.bg-dark-gray {
	background-color: #666666;
}

.text-dark-gray {
	color: #666666;
}

.bg-medium-gray {
	background-color: #999999;
}

.text-medium-gray {
	color: #999999;
}

.bg-light-gray {
	background-color: #cccccc;
}

.text-light-gray {
	color: #cccccc;
}

.bg-lighter-gray {
	background-color: #dddddd;
}

.text-lighter-gray {
	color: #dddddd;
}

.bg-lightest-gray {
	background-color: #f2f2f2;
}

.text-lightest-gray {
	color: #f2f2f2;
}

.bg-almost-white {
	background-color: #f9f9f9;
}

.text-almost-white {
	color: #f9f9f9;
}

.bg-white {
	background-color: #ffffff;
}

.text-white {
	color: #ffffff;
}

.bg-red {
	background-color: #ff1744;
}

.text-red {
	color: #ff1744;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	overflow-x: hidden;
}

body {
	background-color: #f2f2f2;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	padding-top: 56px;
}
@media (min-width: 80em) {
	body {
		padding-top: 150px;
	}
}
@media (min-width: 96em) {
	body {
		padding-top: 200px;
	}
}
body:before {
	content: "small";
}
@media (min-width: 64em) {
	body:before {
		content: "large";
	}
}

.main-container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.main-container-sm {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.main-container-md {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.main-container-lg {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.main-container-xl {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.main-container-xxl {
	max-width: 1536px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.main-container-xxxl {
	max-width: 1780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.main-container-xxxxl {
	max-width: 1980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.main-container-fluid {
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.row-mobile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media (min-width: 64em) {
	.row {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}
.row > div,
.row > article {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: border-box;
}

@media (min-width: 64em) {
	.row.row-content-sidebar > div:first-of-type {
		-webkit-flex: 0 1 66.66%;
		-ms-flex: 0 1 66.66%;
		flex: 0 1 66.66%;
		min-width: 66.66%;
		margin-right: 10px;
	}
}
@media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
	.row.row-content-sidebar > div:first-of-type {
		max-width: 66.66%;
	}
}
@media (min-width: 64em) {
	.row.row-content-sidebar > div:last-of-type {
		-webkit-flex: 0 1 33.33%;
		-ms-flex: 0 1 33.33%;
		flex: 0 1 33.33%;
		margin-left: 10px;
	}
}
@media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
	.row.row-content-sidebar > div:last-of-type {
		max-width: 33.33%;
	}
}
@media (max-width: 63.99em) {
	.row.row-content-sidebar.mobile-sidebar-top {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 63.99em) {
	.row.row-content-sidebar.mobile-sidebar-top > div:first-of-type {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media (max-width: 63.99em) {
	.row.row-content-sidebar.mobile-sidebar-top > .sidebar {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

.row.row-of-two,
.row.row-of-2 {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (min-width: 64em) {
	.row.row-of-two,
	.row.row-of-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (min-width: 64em) {
	.row.row-of-two > div,
	.row.row-of-two > article,
	.row.row-of-2 > div,
	.row.row-of-2 > article {
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}
}

.row.row-of-three,
.row.row-of-3 {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (min-width: 64em) {
	.row.row-of-three,
	.row.row-of-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (min-width: 80em) {
	.row.row-of-three > div,
	.row.row-of-three > article,
	.row.row-of-3 > div,
	.row.row-of-3 > article {
		-webkit-flex: 0 1 33.33%;
		-ms-flex: 0 1 33.33%;
		flex: 0 1 33.33%;
		max-width: 33.33%;
	}
}

.row.row-of-four,
.row.row-of-4 {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (min-width: 64em) {
	.row.row-of-four,
	.row.row-of-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (min-width: 64em) {
	.row.row-of-four > div,
	.row.row-of-four > article,
	.row.row-of-4 > div,
	.row.row-of-4 > article {
		-webkit-flex: 0 1 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		max-width: 25%;
	}
}

.example-row {
	margin-left: -20px;
	margin-right: -20px;
}
.example-row > div,
.example-row > article {
	padding: 20px;
}
.example-row > div > div {
	background-color: #32757f;
	height: 50px;
}

.speedbump {
	margin-bottom: 30px;
}

/* new-assets/css/scss/atoms/_buttons.scss */
.button,
button,
input[type=submit],
textarea[type=submit] {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #ffffff;
	transition: color 150ms ease-out;
	background-color: #32757f;
	border: 0;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	transition-timing-function: ease-out;
	transition: background-color 200ms;
	vertical-align: middle;
}
.button:hover,
button:hover,
input[type=submit]:hover,
textarea[type=submit]:hover {
	color: #ffffff;
}
.no-js .button:hover, .no-touchevents .button:hover,
.no-js button:hover,
.no-touchevents button:hover,
.no-js input[type=submit]:hover,
.no-js textarea[type=submit]:hover,
.no-touchevents input[type=submit]:hover,
.no-touchevents textarea[type=submit]:hover {
	color: #ffffff;
}
@media (min-width: 64em) {
	.button,
	button,
	input[type=submit],
	textarea[type=submit] {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
@media (min-width: 80em) {
	.button,
	button,
	input[type=submit],
	textarea[type=submit] {
		font-size: 24px;
		font-size: 1.5rem;
	}
}
.button > span.button-text, .button:after,
button > span.button-text,
button:after,
input[type=submit] > span.button-text,
textarea[type=submit] > span.button-text,
input[type=submit]:after,
textarea[type=submit]:after {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 51px;
	padding: 8px 20px;
	transition: opacity 200ms, visibility 200ms, -webkit-transform 200ms;
	transition: opacity 200ms, transform 200ms, visibility 200ms;
	transition: opacity 200ms, transform 200ms, visibility 200ms, -webkit-transform 200ms;
	transition-timing-function: ease-out;
	justify-content: center;
}
.button:after,
button:after,
input[type=submit]:after,
textarea[type=submit]:after {
	background-color: transparent;
	color: #ffffff;
	content: attr(data-text);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
	visibility: hidden;
}
.button:not(.button-arrow):after,
button:not(.button-arrow):after,
input[type="submit"]:not(.button-arrow):after {
	width: 100%;
}

.button:hover,
button:hover,
input[type=submit]:hover,
textarea[type=submit]:hover {
	background-color: #4097a4;
}
.button:hover > span.button-text,
button:hover > span.button-text,
input[type=submit]:hover > span.button-text,
textarea[type=submit]:hover > span.button-text {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	visibility: visible;
}
.button:hover:after,
button:hover:after,
input[type=submit]:hover:after,
textarea[type=submit]:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
}
.blue .button,
.blue button,
.blue input[type=submit],
.blue textarea[type=submit] {
	background-color: #32757f;
}
.blue .button:hover,
.blue button:hover,
.blue input[type=submit]:hover,
.blue textarea[type=submit]:hover {
	background-color: #24535a;
}
.orange .button,
.orange button,
.orange input[type=submit],
.orange textarea[type=submit] {
	background-color: #d38036;
}
.orange .button:hover,
.orange button:hover,
.orange input[type=submit]:hover,
.orange textarea[type=submit]:hover {
	background-color: #b06726;
}
.cyan .button,
.cyan button,
.cyan input[type=submit],
.cyan textarea[type=submit] {
	background-color: #32757f;
}
.cyan .button:hover,
.cyan button:hover,
.cyan input[type=submit]:hover,
.cyan textarea[type=submit]:hover {
	background-color: #24535a;
}
.green .button,
.green button,
.green input[type=submit],
.green textarea[type=submit] {
	background-color: #9d5032;
}
.green .button:hover,
.green button:hover,
.green input[type=submit]:hover,
.green textarea[type=submit]:hover {
	background-color: #763c26;
}
.button.bg-sage,
button.bg-sage,
input[type=submit].bg-sage,
textarea[type=submit].bg-sage {
	background-color: #89a886;
}
.button.bg-sage:hover,
button.bg-sage:hover,
input[type=submit].bg-sage:hover,
textarea[type=submit].bg-sage:hover {
	background-color: #a6bda4;
}
.button.text-sage,
button.text-sage,
input[type=submit].text-sage,
textarea[type=submit].text-sage {
	color: #89a886;
}
.button.text-sage:hover,
button.text-sage:hover,
input[type=submit].text-sage:hover,
textarea[type=submit].text-sage:hover {
	color: #a6bda4;
}
.button.bg-teal,
button.bg-teal,
input[type=submit].bg-teal,
textarea[type=submit].bg-teal {
	background-color: #32757f;
}
.button.bg-teal:hover,
button.bg-teal:hover,
input[type=submit].bg-teal:hover,
textarea[type=submit].bg-teal:hover {
	background-color: #4097a4;
}
.button.text-teal,
button.text-teal,
input[type=submit].text-teal,
textarea[type=submit].text-teal {
	color: #32757f;
}
.button.text-teal:hover,
button.text-teal:hover,
input[type=submit].text-teal:hover,
textarea[type=submit].text-teal:hover {
	color: #4097a4;
}
.button.bg-burnt-sienna,
button.bg-burnt-sienna,
input[type=submit].bg-burnt-sienna,
textarea[type=submit].bg-burnt-sienna {
	background-color: #9d5032;
}
.button.bg-burnt-sienna:hover,
button.bg-burnt-sienna:hover,
input[type=submit].bg-burnt-sienna:hover,
textarea[type=submit].bg-burnt-sienna:hover {
	background-color: #c26440;
}
.button.text-burnt-sienna,
button.text-burnt-sienna,
input[type=submit].text-burnt-sienna,
textarea[type=submit].text-burnt-sienna {
	color: #9d5032;
}
.button.text-burnt-sienna:hover,
button.text-burnt-sienna:hover,
input[type=submit].text-burnt-sienna:hover,
textarea[type=submit].text-burnt-sienna:hover {
	color: #c26440;
}
.button.bg-orange,
button.bg-orange,
input[type=submit].bg-orange,
textarea[type=submit].bg-orange {
	background-color: #d38036;
}
.button.bg-orange:hover,
button.bg-orange:hover,
input[type=submit].bg-orange:hover,
textarea[type=submit].bg-orange:hover {
	background-color: #dc9a60;
}
.button.text-orange,
button.text-orange,
input[type=submit].text-orange,
textarea[type=submit].text-orange {
	color: #d38036;
}
.button.text-orange:hover,
button.text-orange:hover,
input[type=submit].text-orange:hover,
textarea[type=submit].text-orange:hover {
	color: #dc9a60;
}
.button.bg-beige,
button.bg-beige,
input[type=submit].bg-beige,
textarea[type=submit].bg-beige {
	background-color: #eeede9;
}
.button.bg-beige:hover,
button.bg-beige:hover,
input[type=submit].bg-beige:hover,
textarea[type=submit].bg-beige:hover {
	background-color: white;
}
.button.text-beige,
button.text-beige,
input[type=submit].text-beige,
textarea[type=submit].text-beige {
	color: #eeede9;
}
.button.text-beige:hover,
button.text-beige:hover,
input[type=submit].text-beige:hover,
textarea[type=submit].text-beige:hover {
	color: white;
}
.button.bg-geyser,
button.bg-geyser,
input[type=submit].bg-geyser,
textarea[type=submit].bg-geyser {
	background-color: #d4e2e5;
}
.button.bg-geyser:hover,
button.bg-geyser:hover,
input[type=submit].bg-geyser:hover,
textarea[type=submit].bg-geyser:hover {
	background-color: #f4f7f8;
}
.button.text-geyser,
button.text-geyser,
input[type=submit].text-geyser,
textarea[type=submit].text-geyser {
	color: #d4e2e5;
}
.button.text-geyser:hover,
button.text-geyser:hover,
input[type=submit].text-geyser:hover,
textarea[type=submit].text-geyser:hover {
	color: #f4f7f8;
}
.button.bg-jungle-mist,
button.bg-jungle-mist,
input[type=submit].bg-jungle-mist,
textarea[type=submit].bg-jungle-mist {
	background-color: #a9c6cc;
}
.button.bg-jungle-mist:hover,
button.bg-jungle-mist:hover,
input[type=submit].bg-jungle-mist:hover,
textarea[type=submit].bg-jungle-mist:hover {
	background-color: #c9dbdf;
}
.button.text-jungle-mist,
button.text-jungle-mist,
input[type=submit].text-jungle-mist,
textarea[type=submit].text-jungle-mist {
	color: #a9c6cc;
}
.button.text-jungle-mist:hover,
button.text-jungle-mist:hover,
input[type=submit].text-jungle-mist:hover,
textarea[type=submit].text-jungle-mist:hover {
	color: #c9dbdf;
}
.button.bg-jungle-mist-50,
button.bg-jungle-mist-50,
input[type=submit].bg-jungle-mist-50,
textarea[type=submit].bg-jungle-mist-50 {
	background-color: #d4e2e5;
}
.button.bg-jungle-mist-50:hover,
button.bg-jungle-mist-50:hover,
input[type=submit].bg-jungle-mist-50:hover,
textarea[type=submit].bg-jungle-mist-50:hover {
	background-color: #f4f7f8;
}
.button.text-jungle-mist-50,
button.text-jungle-mist-50,
input[type=submit].text-jungle-mist-50,
textarea[type=submit].text-jungle-mist-50 {
	color: #d4e2e5;
}
.button.text-jungle-mist-50:hover,
button.text-jungle-mist-50:hover,
input[type=submit].text-jungle-mist-50:hover,
textarea[type=submit].text-jungle-mist-50:hover {
	color: #f4f7f8;
}
.button.bg-black,
button.bg-black,
input[type=submit].bg-black,
textarea[type=submit].bg-black {
	background-color: #000000;
}
.button.bg-black:hover,
button.bg-black:hover,
input[type=submit].bg-black:hover,
textarea[type=submit].bg-black:hover {
	background-color: #1a1a1a;
}
.button.text-black,
button.text-black,
input[type=submit].text-black,
textarea[type=submit].text-black {
	color: #000000;
}
.button.text-black:hover,
button.text-black:hover,
input[type=submit].text-black:hover,
textarea[type=submit].text-black:hover {
	color: #1a1a1a;
}
.button.bg-darker-gray,
button.bg-darker-gray,
input[type=submit].bg-darker-gray,
textarea[type=submit].bg-darker-gray {
	background-color: #333333;
}
.button.bg-darker-gray:hover,
button.bg-darker-gray:hover,
input[type=submit].bg-darker-gray:hover,
textarea[type=submit].bg-darker-gray:hover {
	background-color: #4d4d4d;
}
.button.text-darker-gray,
button.text-darker-gray,
input[type=submit].text-darker-gray,
textarea[type=submit].text-darker-gray {
	color: #333333;
}
.button.text-darker-gray:hover,
button.text-darker-gray:hover,
input[type=submit].text-darker-gray:hover,
textarea[type=submit].text-darker-gray:hover {
	color: #4d4d4d;
}
.button.bg-dark-gray,
button.bg-dark-gray,
input[type=submit].bg-dark-gray,
textarea[type=submit].bg-dark-gray {
	background-color: #666666;
}
.button.bg-dark-gray:hover,
button.bg-dark-gray:hover,
input[type=submit].bg-dark-gray:hover,
textarea[type=submit].bg-dark-gray:hover {
	background-color: gray;
}
.button.text-dark-gray,
button.text-dark-gray,
input[type=submit].text-dark-gray,
textarea[type=submit].text-dark-gray {
	color: #666666;
}
.button.text-dark-gray:hover,
button.text-dark-gray:hover,
input[type=submit].text-dark-gray:hover,
textarea[type=submit].text-dark-gray:hover {
	color: gray;
}
.button.bg-medium-gray,
button.bg-medium-gray,
input[type=submit].bg-medium-gray,
textarea[type=submit].bg-medium-gray {
	background-color: #999999;
}
.button.bg-medium-gray:hover,
button.bg-medium-gray:hover,
input[type=submit].bg-medium-gray:hover,
textarea[type=submit].bg-medium-gray:hover {
	background-color: #b3b3b3;
}
.button.text-medium-gray,
button.text-medium-gray,
input[type=submit].text-medium-gray,
textarea[type=submit].text-medium-gray {
	color: #999999;
}
.button.text-medium-gray:hover,
button.text-medium-gray:hover,
input[type=submit].text-medium-gray:hover,
textarea[type=submit].text-medium-gray:hover {
	color: #b3b3b3;
}
.button.bg-light-gray,
button.bg-light-gray,
input[type=submit].bg-light-gray,
textarea[type=submit].bg-light-gray {
	background-color: #cccccc;
}
.button.bg-light-gray:hover,
button.bg-light-gray:hover,
input[type=submit].bg-light-gray:hover,
textarea[type=submit].bg-light-gray:hover {
	background-color: #e6e6e6;
}
.button.text-light-gray,
button.text-light-gray,
input[type=submit].text-light-gray,
textarea[type=submit].text-light-gray {
	color: #cccccc;
}
.button.text-light-gray:hover,
button.text-light-gray:hover,
input[type=submit].text-light-gray:hover,
textarea[type=submit].text-light-gray:hover {
	color: #e6e6e6;
}
.button.bg-lighter-gray,
button.bg-lighter-gray,
input[type=submit].bg-lighter-gray,
textarea[type=submit].bg-lighter-gray {
	background-color: #dddddd;
}
.button.bg-lighter-gray:hover,
button.bg-lighter-gray:hover,
input[type=submit].bg-lighter-gray:hover,
textarea[type=submit].bg-lighter-gray:hover {
	background-color: #f7f7f7;
}
.button.text-lighter-gray,
button.text-lighter-gray,
input[type=submit].text-lighter-gray,
textarea[type=submit].text-lighter-gray {
	color: #dddddd;
}
.button.text-lighter-gray:hover,
button.text-lighter-gray:hover,
input[type=submit].text-lighter-gray:hover,
textarea[type=submit].text-lighter-gray:hover {
	color: #f7f7f7;
}
.button.bg-lightest-gray,
button.bg-lightest-gray,
input[type=submit].bg-lightest-gray,
textarea[type=submit].bg-lightest-gray {
	background-color: #f2f2f2;
}
.button.bg-lightest-gray:hover,
button.bg-lightest-gray:hover,
input[type=submit].bg-lightest-gray:hover,
textarea[type=submit].bg-lightest-gray:hover {
	background-color: white;
}
.button.text-lightest-gray,
button.text-lightest-gray,
input[type=submit].text-lightest-gray,
textarea[type=submit].text-lightest-gray {
	color: #f2f2f2;
}
.button.text-lightest-gray:hover,
button.text-lightest-gray:hover,
input[type=submit].text-lightest-gray:hover,
textarea[type=submit].text-lightest-gray:hover {
	color: white;
}
.button.bg-almost-white,
button.bg-almost-white,
input[type=submit].bg-almost-white,
textarea[type=submit].bg-almost-white {
	background-color: #f9f9f9;
}
.button.bg-almost-white:hover,
button.bg-almost-white:hover,
input[type=submit].bg-almost-white:hover,
textarea[type=submit].bg-almost-white:hover {
	background-color: white;
}
.button.text-almost-white,
button.text-almost-white,
input[type=submit].text-almost-white,
textarea[type=submit].text-almost-white {
	color: #f9f9f9;
}
.button.text-almost-white:hover,
button.text-almost-white:hover,
input[type=submit].text-almost-white:hover,
textarea[type=submit].text-almost-white:hover {
	color: white;
}
.button.bg-white,
button.bg-white,
input[type=submit].bg-white,
textarea[type=submit].bg-white {
	background-color: #ffffff;
}
.button.bg-white:hover,
button.bg-white:hover,
input[type=submit].bg-white:hover,
textarea[type=submit].bg-white:hover {
	background-color: white;
}
.button.text-white,
button.text-white,
input[type=submit].text-white,
textarea[type=submit].text-white {
	color: #ffffff;
}
.button.text-white:hover,
button.text-white:hover,
input[type=submit].text-white:hover,
textarea[type=submit].text-white:hover {
	color: white;
}
.button.bg-red,
button.bg-red,
input[type=submit].bg-red,
textarea[type=submit].bg-red {
	background-color: #ff1744;
}
.button.bg-red:hover,
button.bg-red:hover,
input[type=submit].bg-red:hover,
textarea[type=submit].bg-red:hover {
	background-color: #ff4a6d;
}
.button.text-red,
button.text-red,
input[type=submit].text-red,
textarea[type=submit].text-red {
	color: #ff1744;
}
.button.text-red:hover,
button.text-red:hover,
input[type=submit].text-red:hover,
textarea[type=submit].text-red:hover {
	color: #ff4a6d;
}
.button.disabled,
button.disabled,
input[type=submit].disabled,
textarea[type=submit].disabled {
	background-color: #cccccc;
	color: #999999;
	pointer-events: none;
}
.button.disabled svg,
button.disabled svg,
input[type=submit].disabled svg,
textarea[type=submit].disabled svg {
	fill: #999999;
}
.button.reset,
button.reset,
input[type=submit].reset,
textarea[type=submit].reset {
	background-color: transparent;
	text-transform: none;
	box-shadow: none;
}
.button.reset:hover,
button.reset:hover,
input[type=submit].reset:hover,
textarea[type=submit].reset:hover {
	background-color: transparent;
}
.button.button-arrow > span.button-arrow-icon,
button.button-arrow > span.button-arrow-icon,
input[type=submit].button-arrow > span.button-arrow-icon,
textarea[type=submit].button-arrow > span.button-arrow-icon {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 20px 3px;
	position: relative;
}
@media (min-width: 64em) {
	.button.button-arrow > span.button-arrow-icon,
	button.button-arrow > span.button-arrow-icon,
	input[type=submit].button-arrow > span.button-arrow-icon,
	textarea[type=submit].button-arrow > span.button-arrow-icon {
		font-size: 36px;
		font-size: 2.25rem;
	}
}

.button-stick-left {
	font-size: 0;
}
.button-stick-left input, .button-stick-left textarea {
	vertical-align: middle;
	height: 49px;
}
@media (min-width: 64em) {
	.button-stick-left input, .button-stick-left textarea {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
}
.button-stick-left button {
	margin-left: 0;
}
@media (min-width: 64em) {
	.button-stick-left button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

/* ../new-assets/css/scss/atoms/_button-arrow-left.scss */
.button-arrow-left:after {
	padding-left: 78px;
}
.button-arrow-left > span.button-arrow-icon:after {
	left: auto;
	right: 0;
}
.button-arrow-left > span.button-arrow-icon:before {
	left: auto;
	right: -1px;
}

/* ../new-assets/css/scss/atoms/_button-arrow-right.scss */
.button-arrow-right > span.button-arrow-icon:after {
	left: -1px;
}
.button-arrow-right > span.button-arrow-icon:before {
	left: 0;
}

/* ../new-assets/css/scss/atoms/_button-link.scss */
/* ../new-assets/css/scss/atoms/_button-element.scss */
/* ../new-assets/css/scss/atoms/_button-pagination.scss */
.button-pagination {
	text-transform: none;
	text-align: center;
	display: block;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24), inset 0px -3px 0 0px rgba(0, 0, 0, 0.4);
	letter-spacing: 0em;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.16;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}
.button-pagination.article-pagination {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}
@media (min-width: 64em) {
	.button-pagination.article-pagination {
		font-size: 20px;
		font-size: 1.25rem;
	}
}
.button-pagination.article-pagination > span.button-text, .button-pagination.article-pagination:after {
	padding: 25px 20px;
}

/* ../new-assets/css/scss/atoms/_button-disabled.scss */
/* new-assets/css/scss/atoms/_inputs.scss */
input, textarea {
	padding: 15px 30px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	color: #999999;
	max-width: 100%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.14;
	font-family: "Montserrat", sans-serif;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999999;
}
@media (min-width: 64em) {
	input, textarea {
		font-size: 28px;
		font-size: 1.75rem;
	}
}
input:focus, textarea:focus, input:active, textarea:active {
	color: #333333;
	outline: 0;
	box-shadow: inset 0 -4px 0 0 #32757f;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:active::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
	color: #333333;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, input:active:-moz-placeholder, textarea:active:-moz-placeholder {
	color: #333333;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:active::-moz-placeholder, textarea:active::-moz-placeholder {
	color: #333333;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, input:active:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
	color: #333333;
}
.no-touchevents input:hover, .no-touchevents textarea:hover {
	background-color: #f2f2f2;
}
input.disabled, textarea.disabled, input[disabled], textarea[disabled] {
	background-color: #cccccc;
	pointer-events: none;
}
input.error, textarea.error {
	color: #ff1744;
	box-shadow: inset 0 -4px 0 0 #ff1744;
}
input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
	color: #ff1744;
}
input.error:-moz-placeholder, textarea.error:-moz-placeholder {
	color: #ff1744;
}
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
	color: #ff1744;
}
input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
	color: #ff1744;
}

/* ../new-assets/css/scss/atoms/_input-text.scss */
/* ../new-assets/css/scss/atoms/_input-error.scss */
/* ../new-assets/css/scss/atoms/_input-disabled.scss */
/* ../new-assets/css/scss/atoms/_input-checkbox.scss */
.custom-checkbox input[type=checkbox][disabled] + span, .custom-checkbox textarea[type=checkbox][disabled] + span {
	cursor: not-allowed;
}
.custom-checkbox input[type=checkbox][disabled] + span:before, .custom-checkbox textarea[type=checkbox][disabled] + span:before {
	border-color: #cccccc;
}
.custom-checkbox input[type=checkbox] + span, .custom-checkbox textarea[type=checkbox] + span {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	width: 22px;
	height: 22px;
}
.custom-checkbox input[type=checkbox] + span:before, .custom-checkbox textarea[type=checkbox] + span:before {
	content: "";
	border: 2px solid #999999;
	border-radius: 3px;
	display: inline-block;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
}
.custom-checkbox input[type=checkbox]:focus + span:before, .custom-checkbox textarea[type=checkbox]:focus + span:before {
	box-shadow: 0 0 3px 0 rgba(50, 117, 127, 0.5);
}
.custom-checkbox input[type=checkbox]:checked + span:before, .custom-checkbox textarea[type=checkbox]:checked + span:before {
	background-color: #d38036;
	border-color: #d38036;
}
.custom-checkbox input[type=checkbox]:checked + span:after, .custom-checkbox textarea[type=checkbox]:checked + span:after {
	content: "";
	background-image: url("../svg/src/checkmark.svg");
	display: inline-block;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 22px;
}

/* ../new-assets/css/scss/atoms/_input-radio.scss */
.custom-radio input[type=radio][disabled] + span, .custom-radio textarea[type=radio][disabled] + span {
	cursor: not-allowed;
}
.custom-radio input[type=radio][disabled] + span:before, .custom-radio textarea[type=radio][disabled] + span:before {
	border-color: #cccccc;
}
.custom-radio input[type=radio] + span, .custom-radio textarea[type=radio] + span {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	width: 18px;
	height: 18px;
}
.custom-radio input[type=radio] + span:before, .custom-radio textarea[type=radio] + span:before {
	content: "";
	border: 2px solid #999999;
	border-radius: 100%;
	display: inline-block;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}
.custom-radio input[type=radio]:focus + span:before, .custom-radio textarea[type=radio]:focus + span:before {
	box-shadow: 0 0 3px 0 rgba(50, 117, 127, 0.5);
}
.custom-radio input[type=radio]:checked + span:before, .custom-radio textarea[type=radio]:checked + span:before {
	background-color: #d38036;
	border-color: #d38036;
}
.custom-radio input[type=radio]:checked + span:after, .custom-radio textarea[type=radio]:checked + span:after {
	content: "";
	display: inline-block;
	background-color: #d38036;
	border: 3px solid #ffffff;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 100%;
	width: 14px;
	height: 14px;
}

/* ../new-assets/css/scss/atoms/_input-select.scss */
.custom-select {
	background-image: url("../svg/src/dropdown-icon.svg");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: calc(100% - 10px) center;
	border: 1px solid #dddddd;
	border-radius: 3px;
}
.custom-select select {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 7px 10px;
	color: #666666;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.28;
}

/* ../new-assets/css/scss/atoms/_input-submit.scss */
input[type=submit], textarea[type=submit] {
	padding: 15px 20px;
}

/* ../new-assets/css/scss/atoms/_textarea.scss */
/* new-assets/css/scss/atoms/_labels.scss */
/* new-assets/css/scss/atoms/_icons.scss */
.icon-library svg {
	fill: #32757f;
	width: 50px;
	height: 50px;
}

/* new-assets/css/scss/atoms/_links.scss */
a {
	text-decoration: none;
}

.entry-content a:not(.button):not(.breadcrumb-item):not(.soliloquy-prev):not(.soliloquy-next) {
	position: relative;
	text-decoration: none;
	color: #d38036;
	transition: color 150ms ease-out;
}
.entry-content a:not(.button):not(.breadcrumb-item):not(.soliloquy-prev):not(.soliloquy-next):hover {
	color: #b06726;
}
.no-js .entry-content a:not(.button):not(.breadcrumb-item):not(.soliloquy-prev):not(.soliloquy-next):hover, .no-touchevents .entry-content a:not(.button):not(.breadcrumb-item):not(.soliloquy-prev):not(.soliloquy-next):hover {
	color: #b06726;
}
.entry-content a:not(.button):not(.breadcrumb-item):not(.soliloquy-prev):not(.soliloquy-next):after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(211, 128, 54, 0.2);
	opacity: 0;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.no-touchevents .entry-content a:not(.button):not(.breadcrumb-item):not(.soliloquy-prev):not(.soliloquy-next):hover:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* ../new-assets/css/scss/atoms/_links-cta.scss */
.cta-link {
	text-transform: uppercase;
	color: #32757f;
	transition: color 150ms ease-out;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}
.cta-link:hover {
	color: #24535a;
}
.no-js .cta-link:hover, .no-touchevents .cta-link:hover {
	color: #24535a;
}
.cta-link:after {
	display: none;
}
.no-touchevents .cta-link:hover svg {
	fill: #24535a;
	margin-left: 10px;
}
.blue .cta-link svg {
	fill: #32757f;
}
.no-touchevents .blue .cta-link:hover svg {
	fill: #24535a;
}
.orange .cta-link svg {
	fill: #d38036;
}
.no-touchevents .orange .cta-link:hover svg {
	fill: #b06726;
}
.cyan .cta-link svg {
	fill: #32757f;
}
.no-touchevents .cyan .cta-link:hover svg {
	fill: #24535a;
}
.green .cta-link svg {
	fill: #9d5032;
}
.no-touchevents .green .cta-link:hover svg {
	fill: #763c26;
}
.cta-link svg {
	fill: #32757f;
	vertical-align: middle;
	display: inline-block;
	margin-top: -3px;
	margin-left: 6px;
	transition: margin-left 0.2s;
	width: 11px;
	height: 11px;
}

/* new-assets/css/scss/atoms/_slugs.scss */
.slug {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #a9c6cc;
	transition: color 150ms ease-out;
	display: block;
	text-transform: uppercase;
}
.slug:hover {
	color: #89b1b9;
}
.no-js .slug:hover, .no-touchevents .slug:hover {
	color: #89b1b9;
}
@media (min-width: 64em) {
	.slug {
		font-size: 30px;
		font-size: 1.875rem;
	}
}
.slug.breadcrumb-slug {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 1;
	letter-spacing: -0.035em;
}
.slug.subheadline {
	font-size: 15px;
	font-size: 0.9375rem;
}

/* new-assets/css/scss/atoms/_excerpts.scss */
.excerpt {
	color: #333333;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
}

/* new-assets/css/scss/atoms/_headings.scss */
h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

h1, .h1 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.06;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}

h2, .h2 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.16;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}

h3, .h3 {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.23;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

h4, .h4 {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.16;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

h5, .h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.125;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

h6, .h6 {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.125;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

/* new-assets/css/scss/atoms/_body-text.scss */
body {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.7;
	font-family: "Montserrat", sans-serif;
	color: #333333;
}
@media (min-width: 64em) {
	body {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.4;
	}
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

small {
	font-size: 80%;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.alignright {
	margin-top: 6px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* new-assets/css/scss/atoms/_lists.scss */
.entry-content ul,
.entry-content ol {
	margin: 30px;
	padding: 0 0 0 1em;
}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 10px;
}

/* ../new-assets/css/scss/atoms/_image-round.scss */
.image-round {
	border-radius: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.24);
}

/* ../new-assets/css/scss/atoms/_image-ratio.scss */
.image-4-3 img,
.image-16-9 img {
	width: 100%;
	min-height: 100%;
}

a.image-4-3,
a.image-16-9 {
	display: block;
}

.image-4-3 {
	position: relative;
	overflow: hidden;
}
.image-4-3:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 75%;
}
.image-4-3 > .fixed-ratio-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.image-16-9 {
	position: relative;
	overflow: hidden;
}
.image-16-9:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
.image-16-9 > .fixed-ratio-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ../new-assets/css/scss/atoms/_wrapper-round.scss */
.wrapper-round {
	background-color: #ffffff;
	border-radius: 3px;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* ../new-assets/css/scss/atoms/_widget-title.scss */
.widget-header {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 30px;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #dddddd;
}
.widget-header .widget-title {
	margin: 0;
	color: #32757f;
	letter-spacing: -0.025em;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.16;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.blue .widget-header .widget-title {
	color: #32757f;
}
.orange .widget-header .widget-title {
	color: #d38036;
}
.cyan .widget-header .widget-title {
	color: #32757f;
}
.green .widget-header .widget-title {
	color: #9d5032;
}

/* ../new-assets/css/scss/atoms/_logo.scss */
.logo a {
	display: block;
}
.logo img {
	display: block;
	height: auto;
	width: 100%;
}

/* ../new-assets/css/scss/atoms/_header-megamenu-title.scss */
.header-megamenu-title {
	display: block;
	margin-top: 20px;
	margin-bottom: 35px;
	color: #32757f;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}
@media (min-width: 64em) {
	.header-megamenu-title {
		padding-bottom: 0;
		border-bottom: 0;
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
	}
}
.header-megamenu .header-megamenu-title {
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 64em) {
	.header-megamenu .header-megamenu-title {
		padding-left: 0;
		padding-right: 0;
	}
	.header-megamenu a {
		white-space: normal;
	}
}
.header-megamenu-title svg {
	display: none;
	fill: #32757f;
	margin-left: 10px;
	width: 7px;
	height: 12px;
}
@media (min-width: 64em) {
	.header-megamenu-title svg {
		display: inline-block;
	}
}
.header-megamenu .header-menu ul > li > a {
	font-size: 0.9rem;
	white-space: normal;
}

/* ../new-assets/css/scss/atoms/_header-megamenu-subtitle.scss */
.header-megamenu-subtitle {
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #32757f;
}
a > .header-megamenu-subtitle {
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
}
.header-megamenu-subtitle svg {
	fill: #333333;
	margin-left: 5px;
	width: 6px;
	height: 8px;
}


/* ../new-assets/css/scss/atoms/_header-megamenu-term-list.scss */
.header-megamenu-term-list li {
	margin-bottom: 20px;
}

.header-megamenu-term-list,
.header-megamenu-post-list {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.28;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
.header-menu .header-megamenu-term-list,
.header-menu .header-megamenu-post-list {
	display: none;
}
@media (min-width: 64em) {
	.header-menu .header-megamenu-term-list,
	.header-menu .header-megamenu-post-list {
		display: block;
	}
}

.react-autosuggest__suggestions-list {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.28;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
}
.react-autosuggest__suggestions-list li {
	margin-bottom: 20px;
}

ol.header-megamenu-post-list,
ul.header-megamenu-post-list {
	margin-top: 23px;
}
ol.header-megamenu-post-list li,
ul.header-megamenu-post-list li {
	margin-bottom: 25px;
}

/* ../new-assets/css/scss/atoms/_header-megamenu-image.scss */
.header-megamenu-image {
	position: relative;
	overflow: hidden;
	display: none;
}
.header-megamenu-image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 75%;
}
.header-megamenu-image > .fixed-ratio-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (min-width: 64em) {
	.header-megamenu-image {
		display: block;
	}
}

/* ../new-assets/css/scss/atoms/_footer-subtitle.scss */
.footer-subtitle {
	display: block;
	color: #999999;
	margin-bottom: 30px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}

/* ../new-assets/css/scss/atoms/_menu-toggle.scss */
.site-menu-toggle-wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 80em) {
	.site-menu-toggle-wrapper {
		display: none;
		padding: 0 8px;
	}
}

.site-menu-toggle {
	color: #32757f;
	transition: color 150ms ease-out;
	line-height: 1;
	padding: 8px;
}
.source > .site-menu-toggle {
	display: block;
}
.site-menu-toggle svg {
	fill: currentColor;
	width: 24px;
	height: 16px;
}

/* ../new-assets/css/scss/atoms/_separator.scss */
hr.separator {
	border: 0;
	border-top: 1px solid #f2f2f2;
}

/* ../new-assets/css/scss/atoms/_organization.scss */
/* new-assets/css/scss/molecules/_featured-boxes.scss */
.source > .featured-boxes {
	max-width: 666px;
}

/* new-assets/css/scss/molecules/_featured-single.scss */
.featured-single {
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.12);
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 48em) {
	.featured-single {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 1em;
	}
}
@media (min-width: 48em) {
	.featured-single.featured-single-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.featured-single > [itemprop=author] {
	display: none;
}
.featured-single > [itemprop=publisher] {
	display: none;
}
.featured-single > .image {
	position: relative;
	overflow: hidden;
}
@media (min-width: 48em) {
	.featured-single > .image {
		-webkit-flex: 1 0 49%;
		-ms-flex: 1 0 49%;
		flex: 1 0 49%;
		max-width: 49%;
	}
}
.featured-single > .image > .fixed-ratio-content {
	height: 100%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}
.featured-single > .info {
	padding: 20px 20px 40px 20px;
}
@media (min-width: 64em) {
	.featured-single > .info {
		padding: 60px;
	}
}
.featured-single .slug {
	margin-bottom: 1.3em;
}
@media (min-width: 64em) {
	.featured-single .slug {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
@media (min-width: 80em) {
	.featured-single .slug {
		font-size: 30px;
		font-size: 1.875rem;
	}
}
.featured-single .excerpt {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 2.2em;
}
@media (min-width: 64em) {
	.featured-single .excerpt {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media (min-width: 80em) {
	.featured-single .excerpt {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.featured-single-title {
	font-size: 28px;
	font-size: 1.575rem;
	line-height: 1.14;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	margin-top: 0;
}
@media (min-width: 64em) {
	.featured-single-title {
		font-size: 42px;
		font-size: 2.365rem;
	}
}
@media (min-width: 80em) {
	.featured-single-title {
		font-size: 55px;
		font-size: 3.09rem;
	}
}
.featured-single-title a {
	color: #333333;
	transition: color 150ms ease-out;
}

/* new-assets/css/scss/molecules/_featured-qa.scss */
.featured-qa {
	display: block;
	position: relative;
	overflow: hidden;
}
.featured-qa:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 75%;
}
.featured-qa > .fixed-ratio-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 63.99em) {
	.featured-qa {
		margin-bottom: 10px;
	}
}
.source > .featured-qa {
	max-width: 666px;
}
.featured-qa img {
	width: 100%;
	min-height: 100%;
}
.featured-qa:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(37, 50, 56, 0) 0%, rgba(37, 50, 56, 0) 50%, rgba(37, 50, 56, 0.7) 100%);
}
.featured-qa > .meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
	z-index: 2;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	padding: 20px;
}
@media (min-width: 64em) {
	.featured-qa > .meta {
		padding: 40px;
	}
}
.featured-qa .slug {
	color: #ffffff;
	transition: color 150ms ease-out;
}
.featured-qa .slug:hover {
	color: #ffffff;
}
.no-js .featured-qa .slug:hover, .no-touchevents .featured-qa .slug:hover {
	color: #ffffff;
}
.featured-qa .featured-qa-title {
	margin-top: 5px;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.13;
}
.featured-qa a {
	color: #ffffff;
	transition: color 150ms ease-out;
}
.featured-qa a:hover {
	color: #ffffff;
}
.no-js .featured-qa a:hover, .no-touchevents .featured-qa a:hover {
	color: #ffffff;
}
.featured-qa a:after {
	display: none;
}

/* new-assets/css/scss/molecules/_featured-sub-articles.scss */
.featured-sub-articles {
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* new-assets/css/scss/molecules/_featured-image.scss */
.featured-image {
	max-width: 600px;
	margin: 0px auto;
	margin-bottom: 45px;
	display: block;
	position: relative;
	overflow: hidden;
}
.featured-image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 75%;
}
.featured-image > .fixed-ratio-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.featured-image img {
	width: 100%;
	height: auto;
	min-height: 100%;
}
.featured-image:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.featured-image > .meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
	z-index: 2;
	padding: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.featured-image > .meta svg {
	fill: #ffffff;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.featured-image > .meta svg.heart {
	width: 11px;
	height: 11px;
}
.featured-image > .meta svg.clock {
	width: 15px;
	height: 15px;
}

/* Hides comments on videos */
.featured-video .timeline-markers-container {
	display: none !important;
}

/* new-assets/css/scss/molecules/_article-list-default.scss */
.article-list-default {
	padding: 1rem 16px 1.5rem;
}
@media (min-width: 64em) {
	.article-list-default {
		padding: 40px 16px 1.5rem;
	}
}
.article-list-default > .info {
	padding: 0.75rem 0;
}
.article-list-default .slug {
	margin-bottom: 0.3em;
}
.article-list-default .article-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.15;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 2px 0 0 0;
}
@media (min-width: 64em) {
	.article-list-default .article-title {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
@media (min-width: 96em) {
	.article-list-default .article-title {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

/* new-assets/css/scss/molecules/_article-list-full.scss */
.article-list-full {
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 20px;
	background-color: #ffffff;
}
@media (min-width: 64em) {
	.article-list-full {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.article-list-full > .image .fixed-ratio-content {
	min-width: 100%;
	min-height: 100%;
}
@media (min-width: 64em) {
	.article-list-full > .image {
		width: 255px;
		-webkit-flex: 1 0 255px;
		-ms-flex: 1 0 255px;
		flex: 1 0 255px;
		margin-right: 20px;
		position: relative;
		max-width: 255px;
	}
}
@media (min-width: 64em) {
	.article-list-full > .image:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.article-list-full .info {
	padding: 25px 20px 0 20px;
}
@media (min-width: 64em) {
	.article-list-full .info {
		padding: 30px 30px 0 0;
	}
}
@media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
	.article-list-full .info {
		max-width: calc(100% - 275px);
	}
}
.article-list-full .meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 0;
	color: #666666;
	border-top: 1px solid #f2f2f2;
	margin-top: 35px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}
@media (min-width: 64em) {
	.article-list-full .meta {
		margin-top: 25px;
	}
}
.article-list-full .meta > div:last-of-type {
	margin-left: 40px;
}
@media (min-width: 64em) {
	.article-list-full .meta > div:last-of-type {
		margin-left: 50px;
	}
}
.article-list-full svg {
	vertical-align: middle;
	fill: #666666;
	width: 20px;
	height: 20px;
}

.article-list-full-v2 {
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 20px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.12);
}
@media (min-width: 37.5em) {
	.article-list-full-v2 {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.article-list-full-v2 > .image .fixed-ratio-content {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	max-height: 100%;
}
@media (min-width: 37.5em) {
	.article-list-full-v2 > .image {
		width: 255px;
		-webkit-flex: 1 0 255px;
		-ms-flex: 1 0 255px;
		flex: 1 0 255px;
		margin-right: 20px;
		position: relative;
		max-width: 255px;
	}
}
@media (min-width: 37.5em) {
	.article-list-full-v2 > .image:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.article-list-full-v2 .info {
	padding: 25px 20px 0 20px;
}
@media (min-width: 37.5em) {
	.article-list-full-v2 .info {
		padding: 30px 30px 0 0;
	}
}
@media screen and (min-width: 37.5em) and (-ms-high-contrast: active), (min-width: 37.5em) and (-ms-high-contrast: none) {
	.article-list-full-v2 .info {
		max-width: calc(100% - 275px);
	}
}
.article-list-full-v2 .meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 0;
	color: #666666;
	border-top: 1px solid #f2f2f2;
	margin-top: 35px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}
@media (min-width: 64em) {
	.article-list-full-v2 .meta {
		margin-top: 25px;
	}
}
.article-list-full-v2 .meta > div:last-of-type {
	margin-left: 40px;
}
@media (min-width: 64em) {
	.article-list-full-v2 .meta > div:last-of-type {
		margin-left: 50px;
	}
}
.article-list-full-v2 svg {
	vertical-align: middle;
	fill: #666666;
	width: 20px;
	height: 20px;
}

/* new-assets/css/scss/molecules/_article-list-small.scss */
.article-list-small {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 12px 20px 20px 20px;
}
.article-list-small > .image {
	width: 80px;
	max-width: 80px;
	margin-top: 8px;
	margin-right: 15px;
	-webkit-flex: 1 0 80px;
	-ms-flex: 1 0 80px;
	flex: 1 0 80px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.article-list-small > .info {
		max-width: calc(100% - 95px);
	}
}
.article-list-small .article-title {
	margin: 2px 0 0 0;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.15;
	font-weight: 700;
}
.footer-inner .article-list-small {
	padding-left: 0;
	padding-right: 0;
}
.footer-inner .article-list-small:first-of-type {
	padding-top: 0;
}

/* new-assets/css/scss/molecules/_article-list-az.scss */
.article-list-az {
	overflow: hidden;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
	color: #333333;
	transition: color 150ms ease-out;
}
.article-list-az:hover {
	color: #333333;
}
.no-js .article-list-az:hover, .no-touchevents .article-list-az:hover {
	color: #333333;
}
.article-list-az:last-of-type {
	border-bottom: 0;
}
.article-list-az:after {
	display: none;
}
.article-list-az:hover .article-title {
	color: #32757f;
}
.article-list-az .article-title {
	letter-spacing: 0;
}
.blue .article-list-az:hover .article-title {
	color: #24535a;
}
.orange .article-list-az:hover .article-title {
	color: #b06726;
}
.cyan .article-list-az:hover .article-title {
	color: #24535a;
}
.green .article-list-az:hover .article-title {
	color: #763c26;
}
.article-list-az > .image {
	display: none;
	width: 125px;
	float: left;
	margin-right: 20px;
}
@media (min-width: 64em) {
	.article-list-az > .image {
		display: block;
	}
}
.article-list-az > .image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%);
}

/* ../new-assets/css/scss/molecules/_article-list-box.scss */
.article-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10px;
	background-color: #ffffff;
}
@media (min-width: 64em) {
	.article-box {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 0;
		border-radius: 0;
		box-shadow: none;
	}
}
.article-box > .image {
	width: 100%;
}
@media (min-width: 64em) {
	.article-box > .image {
		width: 50%;
		-webkit-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
	}
}
.article-box > .image img {
	width: 100%;
	min-height: 100%;
}
.article-box .info-content {
	width: 100%;
}
@media (max-width: 63.99em) {
	.article-box .info-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.article-box > .info {
	text-align: center;
	position: relative;
	width: 100%;
}
@media (max-width: 63.99em) {
	.article-box > .info {
		position: relative;
		overflow: hidden;
		overflow: visible;
	}
	.article-box > .info:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 75%;
	}
	.article-box > .info > .fixed-ratio-content {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 64em) {
	.article-box > .info {
		-webkit-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		width: 50%;
		padding: 30px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
	.article-box > .info {
		max-width: 50%;
	}
}
.article-box > .info:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: 100%;
	border-top: 0;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #ffffff;
	border-left: 12px solid transparent;
}
@media (min-width: 64em) {
	.article-box > .info:after {
		left: auto;
		bottom: auto;
		right: 100%;
		top: 50%;
		margin-top: -12px;
		margin-left: auto;
		border-top: 12px solid transparent;
		border-right: 15px solid #ffffff;
		border-bottom: 12px solid transparent;
		border-left: 0;
	}
}
.article-box .featured-title {
	margin-top: 2px;
	margin-bottom: 0;
}
@media (min-width: 64em) {
	.article-box:nth-child(2n) > .image {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media (min-width: 64em) {
	.article-box:nth-child(2n) > .info {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media (min-width: 64em) {
	.article-box:nth-child(2n) > .info:after {
		border-left: 15px solid #ffffff;
		border-right: 0;
		right: auto;
		left: 100%;
	}
}

.article-box-v2 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10px;
	background-color: #ffffff;
}
@media (min-width: 37.5em) {
	.article-box-v2 {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 0;
		border-radius: 0;
		box-shadow: none;
	}
}
.article-box-v2 > .image {
	width: 100%;
}
@media (min-width: 37.5em) {
	.article-box-v2 > .image {
		width: 50%;
		-webkit-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
	}
}
.article-box-v2 > .image img {
	width: 100%;
	min-height: 100%;
}
.article-box-v2 .info-content {
	width: 100%;
}
@media (max-width: 37.5em) {
	.article-box-v2 .info-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.article-box-v2 > .info {
	text-align: center;
	position: relative;
	width: 100%;
}
@media (max-width: 37.5em) {
	.article-box-v2 > .info {
		position: relative;
		overflow: hidden;
		overflow: visible;
	}
	.article-box-v2 > .info:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 75%;
	}
	.article-box-v2 > .info > .fixed-ratio-content {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 37.5em) {
	.article-box-v2 > .info {
		-webkit-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		width: 50%;
		padding: 30px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 37.5em) and (-ms-high-contrast: active), (min-width: 37.5em) and (-ms-high-contrast: none) {
	.article-box-v2 > .info {
		max-width: 50%;
	}
}
.article-box-v2 > .info:before {
	padding-top: 25%;
}
.article-box-v2 > .info:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: 100%;
	border-top: 0;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #ffffff;
	border-left: 12px solid transparent;
}
@media (min-width: 37.5em) {
	.article-box-v2 > .info:after {
		left: auto;
		bottom: auto;
		right: 100%;
		top: 50%;
		margin-top: -12px;
		margin-left: auto;
		border-top: 12px solid transparent;
		border-right: 15px solid #ffffff;
		border-bottom: 12px solid transparent;
		border-left: 0;
	}
}
.article-box-v2 .featured-title {
	margin-top: 2px;
	margin-bottom: 0;
}
@media (min-width: 37.5em) {
	.article-box-v2:nth-child(2n) > .image {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media (min-width: 37.5em) {
	.article-box-v2:nth-child(2n) > .info {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media (min-width: 37.5em) {
	.article-box-v2:nth-child(2n) > .info:after {
		border-left: 15px solid #ffffff;
		border-right: 0;
		right: auto;
		left: 100%;
	}
}

/* new-assets/css/scss/molecules/_article-list-no-image.scss */
.article-list-no-image {
	padding: 30px 20px;
	border-bottom: 1px solid #dddddd;
}
@media (min-width: 64em) {
	.article-list-no-image {
		padding: 30px;
	}
}
.article-list-no-image:last-of-type {
	border-bottom: 0;
}
.article-list-no-image:after {
	display: none;
}
.article-list-no-image:hover .article-title {
	color: #32757f;
}
.blue .article-list-no-image:hover .article-title {
	color: #24535a;
}
.orange .article-list-no-image:hover .article-title {
	color: #b06726;
}
.cyan .article-list-no-image:hover .article-title {
	color: #24535a;
}
.green .article-list-no-image:hover .article-title {
	color: #763c26;
}

.article-list-podcast {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.article-list-podcast .podcast-button {
	margin: auto 10px;
}
.article-list-podcast .podcast-button .button {
	background-color: #d38036;
	color: #ffffff;
}
.article-list-podcast .podcast-button .button .button-text {
	padding: 5px;
}

/* new-assets/css/scss/molecules/_search-results-overlay.scss */
.expanded .search-results-overlay.header-megamenu {
	display: block;
}
.search-results-overlay.header-megamenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 900;
	background: white;
	display: none;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}
@media (max-width: 63.99em) {
	.search-results-overlay.header-megamenu {
		max-height: 70vh;
		overflow: auto;
		padding: 10px;
		border-top: 1px solid #dddddd;
	}
}
@media (max-width: 63.99em) {
	.touchevents .search-results-overlay.header-megamenu {
		padding: 10px 10px 250px 10px;
	}
}
.search-results-overlay a {
	color: #32757f;
	transition: color 150ms ease-out;
}
.search-results-overlay a:hover {
	color: #4097a4;
}
.no-js .search-results-overlay a:hover, .no-touchevents .search-results-overlay a:hover {
	color: #4097a4;
}
@media (max-width: 63.99em) {
	.search-results-overlay .header-megamenu-title {
		display: none;
	}
}
.search-results-overlay .header-megamenu-subtitle {
	color: #333333;
	transition: color 150ms ease-out;
}

.search-count {
	color: #999999;
	font-size: 12px;
	font-size: 0.75rem;
}

.no-results {
	color: #999999;
}
.no-results .header-megamenu-subtitle,
.no-results .search-count {
	color: #999999;
}
.no-results .header-megamenu-subtitle svg,
.no-results .search-count svg {
	fill: #999999;
}
.no-results p {
	font-size: 14px;
	font-size: 0.875rem;
}

span.query-text,
.search-highlight {
	font-weight: 700;
	color: #32757f;
}

/* new-assets/css/scss/molecules/_breadcrumbs.scss */
.breadcrumb-list {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.breadcrumb-list ol {
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.breadcrumb-list ol li {
	display: inline-block;
	margin-bottom: 0;
}
.breadcrumb-list ol li:after {
	content: ">";
	display: inline-block;
	margin: 0 5px;
}
.breadcrumb-list ol li a {
	transition: color 0.35s;
	color: #333333;
	transition: color 150ms ease-out;
}
.breadcrumb-list ol li a:hover {
	color: #32757f;
}
.no-js .breadcrumb-list ol li a:hover, .no-touchevents .breadcrumb-list ol li a:hover {
	color: #32757f;
}
.breadcrumb-list ol li a:after {
	display: none;
}
.breadcrumb-list ol li:last-of-type {
	color: #32757f;
}
.breadcrumb-list ol li:last-of-type:after {
	display: none;
}
.breadcrumb-list ol li:last-of-type a {
	font-weight: 900;
	color: #32757f;
	transition: color 150ms ease-out;
}
.breadcrumb-list ol li:last-of-type a:hover {
	color: #24535a;
}
.no-js .breadcrumb-list ol li:last-of-type a:hover, .no-touchevents .breadcrumb-list ol li:last-of-type a:hover {
	color: #24535a;
}
.breadcrumb-list .print-btn {
	line-height: 0;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0px;
	border: none;
	background: transparent;
	box-shadow: transparent;
	cursor: pointer;
}
.breadcrumb-list .print-btn .print-icon {
	width: 18px;
	height: 18px;
	fill: #777;
	vertical-align: middle;
}

/* ../new-assets/css/scss/molecules/_breadcrumb-orange.scss */
/* new-assets/css/scss/molecules/_breadcrumbs-title.scss */
.breadcrumb-list-title {
	margin-bottom: 0;
}

.breadcrumbs-title {
	margin-top: 10px;
	margin-bottom: 20px;
}
.breadcrumb-list + .breadcrumbs-title {
	margin-top: -25px;
}

/* ../new-assets/css/scss/molecules/_breadcrumbs-title-green.scss */
/* new-assets/css/scss/molecules/_article-title.scss */
.article-title {
	transition: color 0.35s;
	margin: 30px 0;
	margin: 1.875rem 0;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.07;
	letter-spacing: -0.035em;
}
@media (min-width: 64em) {
	.article-title {
		margin: 40px 0;
		margin: 2.5rem 0;
		font-size: 42px;
		font-size: 2.625rem;
		line-height: 1.23;
	}
}
.article-list-item .article-title {
	margin: 0 0 7px 0;
	font-size: 42px;
	font-size: 2.36rem;
	line-height: 1.16;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
}
.article-list-item.article-list-no-image .article-title, .article-list-item.article-list-az .article-title, .article-list-item.article-list-full .article-title {
	margin: 2px 0 7px 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.16;
}

.no-touchevents .image:hover + .info .article-title a,
.no-touchevents .image:hover + .info .featured-title a,
.no-touchevents .image:hover + .info .featured-single-title a {
	color: #24535a;
}
.article-title a,
.featured-title a,
.featured-single-title a {
	transition: color 0.35s;
	color: #333333;
	transition: color 150ms ease-out;
}
.article-title a:hover,
.featured-title a:hover,
.featured-single-title a:hover {
	color: #24535a;
}
.no-js .article-title a:hover, .no-touchevents .article-title a:hover,
.no-js .featured-title a:hover,
.no-touchevents .featured-title a:hover,
.no-js .featured-single-title a:hover,
.no-touchevents .featured-single-title a:hover {
	color: #24535a;
}
.no-touchevents .blue .image:hover + .info .article-title a,
.no-touchevents .blue .image:hover + .info .featured-title a,
.no-touchevents .blue .image:hover + .info .featured-single-title a {
	color: #24535a;
}
.blue .article-title a:hover,
.blue .featured-title a:hover,
.blue .featured-single-title a:hover {
	color: #24535a;
}
.no-js .blue .article-title a:hover, .no-touchevents .blue .article-title a:hover,
.no-js .blue .featured-title a:hover,
.no-touchevents .blue .featured-title a:hover,
.no-js .blue .featured-single-title a:hover,
.no-touchevents .blue .featured-single-title a:hover {
	color: #24535a;
}
.no-touchevents .orange .image:hover + .info .article-title a,
.no-touchevents .orange .image:hover + .info .featured-title a,
.no-touchevents .orange .image:hover + .info .featured-single-title a {
	color: #b06726;
}
.orange .article-title a:hover,
.orange .featured-title a:hover,
.orange .featured-single-title a:hover {
	color: #b06726;
}
.no-js .orange .article-title a:hover, .no-touchevents .orange .article-title a:hover,
.no-js .orange .featured-title a:hover,
.no-touchevents .orange .featured-title a:hover,
.no-js .orange .featured-single-title a:hover,
.no-touchevents .orange .featured-single-title a:hover {
	color: #b06726;
}
.no-touchevents .cyan .image:hover + .info .article-title a,
.no-touchevents .cyan .image:hover + .info .featured-title a,
.no-touchevents .cyan .image:hover + .info .featured-single-title a {
	color: #24535a;
}
.cyan .article-title a:hover,
.cyan .featured-title a:hover,
.cyan .featured-single-title a:hover {
	color: #24535a;
}
.no-js .cyan .article-title a:hover, .no-touchevents .cyan .article-title a:hover,
.no-js .cyan .featured-title a:hover,
.no-touchevents .cyan .featured-title a:hover,
.no-js .cyan .featured-single-title a:hover,
.no-touchevents .cyan .featured-single-title a:hover {
	color: #24535a;
}
.no-touchevents .green .image:hover + .info .article-title a,
.no-touchevents .green .image:hover + .info .featured-title a,
.no-touchevents .green .image:hover + .info .featured-single-title a {
	color: #763c26;
}
.green .article-title a:hover,
.green .featured-title a:hover,
.green .featured-single-title a:hover {
	color: #763c26;
}
.no-js .green .article-title a:hover, .no-touchevents .green .article-title a:hover,
.no-js .green .featured-title a:hover,
.no-touchevents .green .featured-title a:hover,
.no-js .green .featured-single-title a:hover,
.no-touchevents .green .featured-single-title a:hover {
	color: #763c26;
}

/* new-assets/css/scss/molecules/_article-pagination.scss */
.article-pagination-wrapper {
	margin: 60px 0;
}

.article-label {
	margin-top: 2px;
	margin-top: 0.125rem;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

/* new-assets/css/scss/molecules/_filter-bar.scss */
.filter-bar {
	background-color: #ffffff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 3px;
}
@media (min-width: 64em) {
	.filter-bar {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 10px 0 10px 20px;
	}
}
.filter-bar label {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
}
@media (min-width: 64em) {
	.filter-bar label {
		margin-right: 20px;
		margin-bottom: 0;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.filter-bar .custom-select {
	width: 164px;
	margin-left: 10px;
}
.filter-bar button {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	padding-left: 35px;
	padding-right: 35px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
@media (min-width: 64em) {
	.filter-bar button {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: -10px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

/* new-assets/css/scss/molecules/_ask-weil-bar.scss */
.ask-weil-bar {
	background-color: #32757f;
	padding: 20px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 20px;
}
@media (min-width: 64em) {
	.ask-weil-bar #askweilsearch {
		display: inline-block;
		width: calc(100% - 182px);
	}
}
.ask-weil-bar > input, .ask-weil-bar > textarea,
.ask-weil-bar input[class=react-autosuggest__input],
.ask-weil-bar textarea[class=react-autosuggest__input] {
	color: #32757f;
	height: 65px;
	border: 0;
	background-color: #ffffff;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
@media (min-width: 64em) {
	.ask-weil-bar > input, .ask-weil-bar > textarea,
	.ask-weil-bar input[class=react-autosuggest__input],
	.ask-weil-bar textarea[class=react-autosuggest__input] {
		margin-bottom: 0;
	}
}
.ask-weil-bar > input:focus, .ask-weil-bar > textarea:focus,
.ask-weil-bar input[class=react-autosuggest__input]:focus,
.ask-weil-bar textarea[class=react-autosuggest__input]:focus {
	box-shadow: none;
}
.ask-weil-bar > button {
	display: block;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	height: 65px;
	background-color: #d38036;
	text-transform: none;
	font-size: 28px;
	font-size: 1.75rem;
}
@media (min-width: 64em) {
	.ask-weil-bar > button {
		display: inline-block;
		width: 182px;
	}
}
.ask-weil-bar > button > .button-text, .ask-weil-bar > button:after {
	line-height: 1.2;
}
.no-touchevents .ask-weil-bar > button:hover {
	background-color: #b06726;
}
.ask-weil-bar .react-autosuggest__container--open > input, .ask-weil-bar .react-autosuggest__container--open > textarea,
.ask-weil-bar .react-autosuggest__container--open input[class=react-autosuggest__input],
.ask-weil-bar .react-autosuggest__container--open textarea[class=react-autosuggest__input], .ask-weil-bar.ask-weil-expanded > input, .ask-weil-bar.ask-weil-expanded > textarea,
.ask-weil-bar.ask-weil-expanded input[class=react-autosuggest__input],
.ask-weil-bar.ask-weil-expanded textarea[class=react-autosuggest__input] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ask-weil-bar .react-autosuggest__container--open .ask-weil-overlay, .ask-weil-bar.ask-weil-expanded .ask-weil-overlay {
	display: block;
}
.ask-weil-bar .ask-weil-overlay {
	display: none;
	position: absolute;
	left: 0;
	margin-top: -20px;
	margin-left: 20px;
	z-index: 999;
	width: calc(100% - 40px);
	top: 105px;
}
@media (min-width: 64em) {
	.ask-weil-bar .ask-weil-overlay {
		top: 100%;
		width: calc(100% - 222px);
	}
}

/* ../new-assets/css/scss/molecules/_ask-weil-overlay.scss */
.ask-weil-overlay {
	background-color: #ffffff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 0 20px;
	font-size: 16px;
	font-size: 1rem;
}
.ask-weil-overlay.header-megamenu:before, .ask-weil-overlay.header-megamenu:after {
	display: none;
}
.ask-weil-overlay .header-megamenu-title {
	margin-bottom: 10px;
}
@media (min-width: 64em) {
	.ask-weil-overlay .header-megamenu-title {
		padding-left: 10px;
	}
}
.ask-weil-overlay .header-megamenu-post-list {
	margin-bottom: 30px;
	font-size: 17px;
	font-size: 1.0625rem;
	font-family: "Montserrat", sans-serif;
}
.ask-weil-overlay a {
	color: #333333;
	transition: color 150ms ease-out;
}
.ask-weil-overlay .ask-weil-overlay-close {
	padding: 0 20px;
}
.ask-weil-overlay .ask-weil-overlay-close svg {
	fill: #32757f;
	width: 20px;
	height: 20px;
}
.ask-weil-overlay .ask-weil-overlay-search {
	border-top: 1px solid #dddddd;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.16;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.ask-weil-overlay .ask-weil-overlay-search a {
	display: inline-block;
	vertical-align: middle;
}
.ask-weil-overlay .search-icon-wrapper {
	border-radius: 100%;
	line-height: 29px;
	vertical-align: middle;
	background-color: #32757f;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	width: 35px;
	height: 35px;
}
.ask-weil-overlay .search-icon-wrapper svg {
	fill: #ffffff;
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
.ask-weil-overlay .search-icon-wrapper + div {
	display: inline-block;
}
@media (min-width: 64em) {
	.ask-weil-overlay .react-autosuggest__suggestions-list {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		column-gap: 20px;
		width: 100%;
		padding: 0 20px;
	}
}
.ask-weil-overlay .react-autosuggest__suggestions-list li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
@media (max-width: 63.99em) {
	.ask-weil-overlay .react-autosuggest__suggestions-list li {
		display: none;
	}
	.ask-weil-overlay .react-autosuggest__suggestions-list li:nth-child(-n+6) {
		display: block;
	}
}
.ask-weil-overlay #js-ask-results {
	margin-top: 30px;
}

/* new-assets/css/scss/molecules/_health-az-filter.scss */
.health-az-filter {
	margin: 0 0 20px 0;
	padding: 20px;
	list-style: none;
	font-size: 0;
	background-color: #ffffff;
}
.health-az-filter li {
	display: inline-block;
	margin-bottom: 0;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.health-az-filter li a {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 25px;
	width: 25px;
	color: #333333;
	transition: color 150ms ease-out;
}
.health-az-filter li a:hover {
	color: #32757f;
}
.no-js .health-az-filter li a:hover, .no-touchevents .health-az-filter li a:hover {
	color: #32757f;
}
.health-az-filter li a span {
	position: relative;
	z-index: 1;
}
.no-touchevents .health-az-filter li a:hover:before {
	display: block;
}
.health-az-filter li a:before {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	border-radius: 100%;
	background-color: #dddddd;
	z-index: 0;
	width: 25px;
	height: 25px;
}
.health-az-filter li a:after {
	display: none;
}
.health-az-filter li.inactive a {
	pointer-events: none;
	color: #999999;
	transition: color 150ms ease-out;
}
.health-az-filter li.current {
	font-weight: 900;
}
.health-az-filter li.current a {
	color: #ffffff;
	transition: color 150ms ease-out;
}
.health-az-filter li.current a:hover {
	color: #ffffff;
}
.no-js .health-az-filter li.current a:hover, .no-touchevents .health-az-filter li.current a:hover {
	color: #ffffff;
}
.health-az-filter li.current a:before {
	display: block;
	background-color: #32757f;
}

/* new-assets/css/scss/molecules/_listing-pagination.scss */
.listing-pagination {
	margin: 30px 0;
}
@media (min-width: 64em) {
	.listing-pagination {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.listing-pagination .button {
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
}
@media (max-width: 63.99em) {
	.listing-pagination .button > .button-text {
		width: calc(100% - 56px);
	}
}
@media (min-width: 64em) {
	.listing-pagination .button {
		display: inline-block;
		margin-bottom: 0;
		font-size: 0.8rem;
	}
}

/* ../new-assets/css/scss/molecules/_article-listing-pagination.scss */
/* new-assets/css/scss/molecules/_nutrition-table.scss */
.nutrition-table {
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 20px 20px 30px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width: 64em) {
	.nutrition-table {
		margin-left: 20px;
		float: right;
		width: 235px;
	}
}
.nutrition-table ul {
	color: #666666;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.28;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
.nutrition-table ul li {
	margin-bottom: 12px;
}
.nutrition-table ul li:last-of-type {
	margin-bottom: 0;
}

.nutrition-table-header {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 30px;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #dddddd;
}
.nutrition-table-header h2 {
	margin: 0;
	color: #9d5032;
	letter-spacing: -0.025em;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.16;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: italic;
}

/* new-assets/css/scss/molecules/_question-qa.scss */
.question-header {
	position: relative;
	z-index: 2;
	padding: 13px 40px 0 55px;
	margin-top: 45px;
	margin-bottom: 60px;
}
.question-header:before {
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI4NS4wNDdweCIgaGVpZ2h0PSI5Mi42MDlweCIgdmlld0JveD0iMCAwIDg1LjA0NyA5Mi42MDkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDg1LjA0NyA5Mi42MDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zNC4wNzgsODQuNTU2YzExLjU4OCwwLDIxLjMxMSw4LjA1MywzMi40MDgsOC4wNTNjMTAuOTk5LDAsMTYuNDAxLTExLjg4MywxOC41NjEtMTcuMzgzbC0wLjI5NS0wLjE0N2MtMS42NywyLjY1Mi0zLjMzOSwzLjk3Ny02LjI4NSwzLjk3N2MtNy4xNjksMC0yMC40MjctNi42NzgtMjguNDgtNi42NzhjLTUuNzk0LDAtMTUuMzIsNC4xNzQtMjIuNDg5LDE0Ljk3N0wzNy41NjQsNzAuMTJjMTkuMDAzLTAuMDk4LDM3LjI3LTEyLjgxNiwzNy4yNy0zNS4wNkM3NC44MzQsMTQuMTQyLDU4LjA0LDAsMzcuNDE3LDBDMTYuNzk0LDAsMCwxNC4xNDIsMCwzNS4wNmMwLDIyLjE5NSwxOC4xNjgsMzQuOTEzLDM3LjA3MywzNS4wNkwyNS44NzgsODkuMzY4bDAuMzQ0LDAuMTk3QzI4LjU3OCw4NS42MzcsMzEuMTMyLDg0LjU1NiwzNC4wNzgsODQuNTU2eiBNMzcuNDE3LDY5Ljc3NmMtMTUuMTI0LDAtMTUuMTI0LTIzLjIyNi0xNS4xMjQtMzQuNzE2YzAtMTEuMTk2LDAtMzQuNzE2LDE1LjEyNC0zNC43MTZTNTIuNTQxLDIzLjg2NCw1Mi41NDEsMzUuMDZDNTIuNTQxLDQ2LjU1LDUyLjU0MSw2OS43NzYsMzcuNDE3LDY5Ljc3NnoiIGZpbGw9IiNmMmYyZjIiIC8+PC9nPjwvc3ZnPg==);
	background-size: cover;
	background-repeat: no-repeat;
	width: 85px;
	height: 93px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.question-header .article-title {
	margin-top: 0;
	margin-bottom: 20px;
}

.question-detail {
	margin-bottom: 25px;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.7;
	font-style: italic;
}

.question-date {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}

/* new-assets/css/scss/molecules/_section-title.scss */
.section-title {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	color: #89a886;
	transition: color 150ms ease-out;
	display: inline-block;
	text-transform: uppercase;
}
.section-title:hover {
	color: #6d9269;
}
.no-js .section-title:hover, .no-touchevents .section-title:hover {
	color: #6d9269;
}
@media (min-width: 64em) {
	.section-title {
		font-size: 40px;
		font-size: 2.5rem;
	}
}
.section-title--featured {
	font-size: 48px;
	font-size: 3rem;
}
@media (min-width: 64em) {
	.section-title--featured {
		font-size: 80px;
		font-size: 5rem;
	}
}
.section-title--marquee {
	font-size: 36px;
	font-size: 2.25rem;
}
@media (min-width: 64em) {
	.section-title--marquee {
		font-size: 60px;
		font-size: 3.75rem;
	}
}

/* new-assets/css/scss/molecules/_promo-blurb.scss */
.promo-blurb-label {
	padding: 0 10px;
	text-align: right;
	color: #666666;
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
@media (min-width: 64em) {
	.promo-blurb-label {
		padding: 0 40px;
	}
}

.promo-blurb {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #f9f9f9;
	padding: 20px 10px;
}
@media (min-width: 64em) {
	.promo-blurb {
		padding: 20px 40px;
	}
}
.promo-blurb > .image {
	display: none;
	border: 1px solid #dddddd;
	width: 200px;
	float: right;
	margin-left: 20px;
	overflow: hidden;
}
@media (min-width: 64em) {
	.promo-blurb > .image {
		display: block;
	}
}
.promo-blurb .cta-link,
.promo-blurb .slug {
	color: #32757f !important;
}
.promo-blurb .cta-link svg,
.promo-blurb .slug svg {
	fill: #32757f !important;
}
.no-touchevents .promo-blurb .cta-link:hover,
.no-touchevents .promo-blurb .slug:hover {
	color: #24535a !important;
}
.no-touchevents .promo-blurb .cta-link:hover svg,
.no-touchevents .promo-blurb .slug:hover svg {
	fill: #24535a !important;
}

.entry-content .promo-title,
.promo-title {
	margin-top: 2px;
	margin-bottom: 7px;
}
.entry-content .promo-title a,
.promo-title a {
	color: #333333 !important;
	color: #333333;
	transition: color 150ms ease-out;
}
.entry-content .promo-title a:after,
.promo-title a:after {
	display: none;
}

/* new-assets/css/scss/molecules/_tweetable-blockquote.scss */
.tweetable-blockquote {
	background: #f2f2f2 url("../img/tweetable-blockquote.jpg");
	margin-left: 39px;
	margin-top: 39px;
	position: relative;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.14;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-style: italic;
}
@media (min-width: 64em) {
	.tweetable-blockquote {
		margin-top: auto;
	}
}
.tweetable-blockquote a {
	display: block;
	padding: 65px 30px;
	color: #333333;
	transition: color 150ms ease-out;
}
@media (min-width: 64em) {
	.tweetable-blockquote a {
		padding: 30px 65px;
	}
}
.tweetable-blockquote a:before {
	content: "";
	background-color: #ffffff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5LjVweCIgdmlld0JveD0iMCAwIDI0IDE5LjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDE5LjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJMYXllcl8xXzFfIj48L2c+PGcgaWQ9IkxheWVyXzIiPjxwYXRoIGZpbGw9IiMxREExRjIiIGQ9Ik0yMS41NjIsNC44NzV2MC42MDljMCwyLjI1LTAuNTIzLDQuNDIyLTEuNTcsNi41MTZjLTEuMDQ3LDIuMDk0LTIuNjY1LDMuODY3LTQuODUyLDUuMzJjLTIuMTg4LDEuNDUzLTQuNzE5LDIuMTgtNy41OTQsMi4xOEM0Ljc2NSwxOS41LDIuMjUsMTguNzY2LDAsMTcuMjk3YzAuMjUsMC4wMzEsMC42NCwwLjA0NywxLjE3MiwwLjA0N2MyLjM0NCwwLDQuMzktMC43MDMsNi4xNDEtMi4xMDljLTEuMDYyLDAtMi4wMTYtMC4zMi0yLjg1OS0wLjk2MXMtMS40MzgtMS40NjEtMS43ODEtMi40NjFjMC4yMTgsMC4wNjIsMC41MzEsMC4wOTQsMC45MzgsMC4wOTRjMC40NjksMCwwLjkwNi0wLjA0NywxLjMxMi0wLjE0MWMtMS4xMjUtMC4yNS0yLjA2Mi0wLjgyOC0yLjgxMi0xLjczNFMwLjk4NCw4LjA5NCwwLjk4NCw2LjkzOFY2Ljg0NEMxLjcwMyw3LjI1LDIuNDM4LDcuNDUzLDMuMTg4LDcuNDUzYy0xLjQ3LTAuOTM3LTIuMjA0LTIuMjk3LTIuMjA0LTQuMDc4YzAtMC44MTIsMC4yMzQtMS42NDEsMC43MDMtMi40ODRjMi41OTQsMy4yNSw1Ljk2OSw0Ljk2OSwxMC4xMjUsNS4xNTZjLTAuMDk0LTAuMzc1LTAuMTQxLTAuNzUtMC4xNDEtMS4xMjVjMC0xLjM0MywwLjQ3Ni0yLjUsMS40My0zLjQ2OUMxNC4wNTUsMC40ODUsMTUuMjE4LDAsMTYuNTk0LDBjMS40MzcsMCwyLjY0MSwwLjUxNiwzLjYwOSwxLjU0N2MxLjIxOS0wLjI1LDIuMjY2LTAuNjQsMy4xNDEtMS4xNzJjLTAuMzc1LDEuMTU2LTEuMDk0LDIuMDYyLTIuMTU2LDIuNzE5QzIyLjI4MSwyLjkzOCwyMy4yMTksMi42NzIsMjQsMi4yOTdDMjMuMzQ0LDMuMjk3LDIyLjUzMSw0LjE1NiwyMS41NjIsNC44NzV6Ii8+PC9nPjxnIGlkPSJMYXllcl8zIj48L2c+PGcgaWQ9IkxheWVyXzQiPjwvZz48ZyBpZD0iTGF5ZXJfNSI+PC9nPjwvc3ZnPg==);
	display: block;
	background-position: center;
	background-size: 48px 40px;
	background-repeat: no-repeat;
	border-radius: 100%;
	position: absolute;
	top: -39px;
	left: 50%;
	margin-top: 0;
	margin-left: -39px;
	width: 78px;
	height: 78px;
}
@media (min-width: 64em) {
	.tweetable-blockquote a:before {
		top: 50%;
		left: -39px;
		margin-top: -39px;
		margin-left: 0;
	}
}
.tweetable-blockquote a:after {
	display: none;
}

/* new-assets/css/scss/molecules/_ads.scss */
.ad {
	text-align: center;
	margin: 20px auto;
	position: relative;
}
.ad img,
.ad iframe {
	margin-left: auto;
	margin-right: auto;
}
.ad .ad__inner {
	/*border: solid 1px #bbbbbb;*/
	padding: 0;
	width: 302px;
	left: 0;
	right: 0;
}
.ad .adindicator {
	text-align: center;
	position: relative;
	display:none;
}
.ad .adindicator:before {
	content: "";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: transparent;
	display: block;
}
.ad .hidden {
	display: none;
}

@media (max-width: 25em) {
	.entry-content .ad {
		margin-left: -10px;
	}
}

.gpt-ad {
	margin: 0 auto;
}

.sidebar .ad:first-of-type {
	margin-top: 0;
}

.leaderboard-sticky {
	min-height: 50px;
	background: #ffffff;
	margin: 0;
	z-index: 999999;
	padding: 20px;
}
@media (max-width: 63.99em) {
	.leaderboard-sticky {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		will-change: transform;
	}
}
.leaderboard-sticky .leaderboard-sticky-close {
	display: none;
}
@media (max-width: 63.99em) {
	.leaderboard-sticky.no-restick {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		z-index: 9 !important;
		margin: 20px auto !important;
	}
}
.leaderboard-sticky.no-restick .leaderboard-sticky-close {
	display: none !important;
}
@media (max-width: 63.99em) {
	.leaderboard-sticky.header-sticky {
		position: relative;
		margin-top: 61px;
		left: 0;
		z-index: 999999;
		margin: 0;
	}
}
@media (max-width: 63.99em) {
	.leaderboard-sticky.header-sticky.header-sticky-scrollup {
		top: 69px;
	}
}
@media (max-width: 63.99em) {
	.menu-is-open .leaderboard-sticky.header-sticky {
		z-index: 0;
	}
}
.leaderboard-sticky.header-sticky .leaderboard-sticky-close {
	display: none;
}
@media (max-width: 63.99em) {
	.leaderboard-sticky.header-sticky .leaderboard-sticky-close {
		display: block;
		position: absolute;
		bottom: -12px;
		right: 0;
		background-color: #ffffff;
		border-radius: 100%;
		cursor: pointer;
		line-height: 22px;
		text-align: center;
		width: 24px;
		height: 24px;
	}
	.leaderboard-sticky.header-sticky .leaderboard-sticky-close svg {
		fill: #d38036;
		width: 9px;
		height: 9px;
	}
}
@media (min-width: 64em) {
	.leaderboard-sticky.header-sticky .leaderboard-sticky-close {
		display: none;
	}
}
.leaderboard-sticky.footer-sticky {
	display: none;
}
@media (max-width: 63.99em) {
	.leaderboard-sticky.footer-sticky {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px;
	}
}
.leaderboard-sticky.footer-sticky .leaderboard-sticky-close {
	display: none;
}
@media (max-width: 63.99em) {
	.leaderboard-sticky.footer-sticky .leaderboard-sticky-close {
		display: block;
		position: absolute;
		top: -22px;
		right: 10px;
		background-color: #ffffff;
		border-radius: 100%;
		cursor: pointer;
		line-height: 22px;
		text-align: center;
		width: 24px;
		height: 24px;
	}
	.leaderboard-sticky.footer-sticky .leaderboard-sticky-close svg {
		fill: #d38036;
		width: 9px;
		height: 9px;
	}
}
@media (min-width: 64em) {
	.leaderboard-sticky.footer-sticky .leaderboard-sticky-close {
		display: none;
	}
}

@media screen and (max-width: 727px) {
	.adpushup-large {
		display: none !important;
	}
	.adpushup-medium {
		display: none !important;
	}
	.adpushup-small {
		display: block !important;
	}
}
@media screen and (min-width: 728px) and (max-width: 970px) {
	.adpushup-large {
		display: none !important;
	}
	.adpushup-medium {
		display: block !important;
	}
	.adpushup-small {
		display: none !important;
	}
}
@media screen and (min-width: 971px) {
	.adpushup-large {
		display: block !important;
	}
	.adpushup-medium {
		display: none !important;
	}
	.adpushup-small {
		display: none !important;
	}
}
/* new-assets/css/scss/molecules/_social.scss */
.single-social {
	background-color: #ffffff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 64em) {
	.single-social {
		padding-top: 30px;
		padding-bottom: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
.single-social .single-social-title {
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 63.99em) {
	.single-social .single-social-title {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
@media (min-width: 64em) {
	.single-social .single-social-title {
		margin-bottom: 45px;
	}
}
.single-social .addthis_toolbox.addthis_default_style.addthis_32x32_style.share-box {
	display: inline-block;
}
.single-social .addthis_button_compact {
	display: none;
}
@media (min-width: 64em) {
	.single-social .addthis_default_style .at300b,
	.single-social .addthis_default_style .at300bo,
	.single-social .addthis_default_style .at300m {
		padding: 0 5px;
	}
}
.single-social .addthis_toolbox.addthis_32x32_style span.at-icon-wrapper {
	text-align: center;
	width: 50px !important;
	height: 50px !important;
	line-height: 70px !important;
}
@media (min-width: 64em) {
	.single-social .addthis_toolbox.addthis_32x32_style span.at-icon-wrapper {
		width: 82px !important;
		height: 82px !important;
		line-height: 100px !important;
	}
}
@media (min-width: 64em) {
	.single-social .addthis_toolbox.addthis_32x32_style span.at-icon-wrapper .at-icon {
		-webkit-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
	}
}

/* ../new-assets/css/scss/molecules/_header-top-menu.scss */
.header-top-menu {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -14px;
	margin-right: 16px;
	overflow: hidden;
}
@media (min-width: 96em) {
	.header-top-menu {
		margin-right: 32px;
	}
}
.header-top-menu ul {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}
.header-top-menu ul li {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 4px;
	text-transform: uppercase;
	white-space: nowrap;
}
@media (min-width: 96em) {
	.header-top-menu ul li {
		font-size: 16px;
		font-size: 1rem;
		padding: 0 8px;
	}
}
.header-top-menu ul li > a {
	color: #32757f;
	transition: color 150ms ease-out;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	white-space: nowrap;
}
.header-top-menu ul li > a:hover {
	color: #4097a4;
}
.no-js .header-top-menu ul li > a:hover, .no-touchevents .header-top-menu ul li > a:hover {
	color: #4097a4;
}
.header-top-menu ul li > a svg {
	display: inline-block;
	vertical-align: middle;
}
.header-top-menu ul li > a svg.menu-dropdown-icon {
	width: 8px;
	height: 5px;
	fill: #ffffff;
}
.header-top-menu ul li .header-top-submenu {
	display: none;
}
.header-top-menu ul li .header-top-submenu ul {
	display: block;
}
.header-top-menu ul li .header-top-submenu ul li {
	list-style-type: "> ";
	margin-right: 0.5rem;
}
.header-top-menu ul li .header-top-submenu ul li::marker {
	color: #ffffff;
}
@media (min-width: 64em) {
	.header-top-menu ul li .header-top-submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 900;
		background-color: #d4e2e5;
	}
}

.header-sticky-buttons {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-sticky-buttons ul {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-sticky-buttons ul > li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	white-space: nowrap;
}
.header-sticky-buttons ul > li > a {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #d38036;
	color: #ffffff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 8px 48px;
	transition: background-color 200ms;
}
.header-sticky-buttons ul > li > a:empty {
	display: none;
}
.header-sticky-buttons ul > li > a:hover {
	background-color: #dc9a60;
}

/* new-assets/css/scss/molecules/_header-menu.scss */
.header-menu {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 4px;
	transition: all 150ms ease-out;
}
@media (min-width: 96em) {
	.header-menu {
		margin-right: 0;
	}
}
.search-expanded .header-menu {
	opacity: 0;
	visibility: hidden;
}
.header-menu ul {
	position: relative;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-menu ul > li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	text-transform: uppercase;
	white-space: nowrap;
}
@media (min-width: 96em) {
	.header-menu ul > li {
		font-size: 16px;
		font-size: 1rem;
		padding: 0;
	}
}
.header-menu ul > li > a {
	color: #32757f;
	transition: color 150ms ease-out;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	font-size: 0.85rem;
}
@media (min-width: 96em) {
	.header-menu ul > li > a {
		font-size: 1rem;
	}
}
.header-menu ul > li > a:hover {
	color: #4097a4;
}
.no-js .header-menu ul > li > a:hover, .no-touchevents .header-menu ul > li > a:hover {
	color: #4097a4;
}
.header-menu ul > li > a:empty {
	display: none;
}
.header-menu ul > li > a svg {
	fill: #32757f;
	vertical-align: middle;
}
.header-menu ul > li > a svg.menu-dropdown-icon {
	display: none;
	width: 8px;
	height: 5px;
	margin-left: 5px;
}
@media (min-width: 64em) {
	.header-menu ul > li > a svg.menu-dropdown-icon {
		display: inline-block;
	}
}
.header-menu ul > li > a svg.menu-link {
	display: inline-block;
	width: 5px;
	height: 8px;
}
@media (min-width: 64em) {
	.header-menu ul > li > a svg.menu-link {
		display: none;
	}
}
.no-js .header-menu ul > li > a:hover svg, .no-touchevents .header-menu ul > li > a:hover svg {
	fill: #4097a4;
}
@media (max-width: 63.99em) {
	.header-menu ul > li.has-megamenu-open > a {
		display: none;
	}
}
@media (max-width: 63.99em) {
	.header-menu ul > li.has-megamenu-open > .header-megamenu {
		display: block;
	}
}
@media (min-width: 64em) {
	.no-js .header-menu ul li:hover .header-megamenu, .no-touchevents .header-menu ul li:hover .header-megamenu,
	.header-menu ul li.focused .header-megamenu,
	.header-menu ul li:focus .header-megamenu,
	.header-menu ul li > a:focus ~ .header-megamenu {
		display: block;
	}
}
.header-menu ul .header-megamenu {
	background-color: #ffffff;
	display: none;
}
@media (min-width: 64em) {
	.header-menu ul .header-megamenu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 900;
		padding: 30px 0;
	}
}

@media (min-width: 64em) {
	.header-megamenu:before {
		content: "";
		position: absolute;
		display: block;
		width: 110vw;
		top: 0;
		left: -10vh;
		right: -10vh;
		bottom: 0;
		margin-right: calc(50% - 55vw);
		margin-left: calc(50% - 55vw);
		background: rgba(0, 0, 0, 0.5);
		pointer-events: none;
		height: 100vh;
		z-index: -10;
	}
}
@media (min-width: 64em) {
	.header-megamenu:after {
		content: "";
		display: block;
		width: 110vw;
		height: 100%;
		background-color: #ffffff;
		position: absolute;
		top: 0;
		left: -10vh;
		right: -10vh;
		margin-right: calc(50% - 55vw);
		margin-left: calc(50% - 55vw);
		z-index: -1;
		border-top: 1px solid #dddddd;
		box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
	}
}
.header-menu .header-megamenu > .row {
	padding-left: 40px;
	padding-right: 20px;
}
@media (min-width: 64em) {
	.header-menu .header-megamenu > .row {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 64em) {
	.header-megamenu .row {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (min-width: 64em) {
	.header-megamenu .row > div {
		padding: 0 10px;
	}
}
.header-megamenu .header-megamenu-featured-content {
	display: none;
}
@media (min-width: 64em) {
	.header-megamenu .header-megamenu-featured-content {
		display: block;
	}
}

/* new-assets/css/scss/molecules/_header-menu-subnav.scss */
/* new-assets/css/scss/molecules/_header-search.scss */
.header-search {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 200ms ease-out, visibility 200ms ease-out;
	visibility: hidden;
}
.search-expanded .header-search {
	opacity: 1;
	visibility: visible;
}
.header-search form {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 150px 0 200px;
	padding: 0;
}
@media (max-width: 80em) {
	.header-search form {
		margin: 0 120px 0 170px;
	}
}
.header-search input[type=text], .header-search textarea[type=text] {
	background-color: transparent;
	border: 0;
	color: #333333;
	outline: 0;
	width: 100%;
}
.header-search input[type=text]:focus, .header-search textarea[type=text]:focus {
	box-shadow: none;
	outline: 0;
}

.header-search-input-description {
	color: #999999;
	display: block;
	padding: 0 32px;
}

.header-search-input-wrapper {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header-search-input-wrapper > div {
	width: 100%;
}

.header-search-toggle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	box-shadow: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0;
	width: 100%;
	height: 100%;
}
.header-search-toggle:focus {
	background-color: #24535a;
	outline: 0;
}
.header-search-toggle svg {
	fill: #ffffff;
	width: 32px;
	height: 32px;
}

.header-search-toggle-wrapper {
	aspect-ratio: 1/1;
	display: none;
	height: 100%;
}
@media (min-width: 80em) {
	.header-search-toggle-wrapper {
		display: block;
	}
}

/* ../new-assets/css/scss/molecules/_header-megamenu-block.scss */
.header-megamenu-block {
	display: block;
	margin-bottom: 20px;
}
.header-megamenu-block .image img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
}

/* new-assets/css/scss/molecules/_site-drawer-primary-menu.scss */
.site-drawer-primary-menu {
	background-color: #ffffff;
	padding: 24px 16px 32px;
}
.site-drawer-primary-menu ul > li {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9rem;
	margin-bottom: 15px;
}
.site-drawer-primary-menu ul > li > a {
	color: #32757f;
	transition: color 150ms ease-out;
	display: block;
	padding: 0 8px;
}
.site-drawer-primary-menu ul > li > a:hover {
	color: #4097a4;
}
.no-js .site-drawer-primary-menu ul > li > a:hover, .no-touchevents .site-drawer-primary-menu ul > li > a:hover {
	color: #4097a4;
}
.site-drawer-primary-menu ul > li > a:empty {
	display: none;
}
.site-drawer-primary-menu .menu-dropdown-icon {
	display: none;
}
.site-drawer-primary-menu .menu-link {
	fill: #333333;
	margin-left: 5px;
	width: 6px;
	height: 8px;
}
.site-drawer-primary-menu .has-children > a {
	display: block;
}
.site-drawer-primary-menu .header-megamenu .header-megamenu-title {
	padding: 0 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.9rem;
	border: none;
}
.site-drawer-primary-menu .header-megamenu-subtitle {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.9rem;
	padding: 0 8px;
}
.site-drawer-primary-menu .header-megamenu .row {
	display: block;
}
.site-drawer-primary-menu .header-megamenu {
	display: none;
}

.site-drawer-primary-menu .header-megamenu-term-list {
	padding-left: 15px;
}

.site-drawer-primary-menu .has-children.has-megamenu-open .header-megamenu {
	display: block;
}

/* new-assets/css/scss/molecules/_site-drawer-secondary-menu.scss */
.site-drawer-secondary-menu {
	padding: 32px 16px;
}
.site-drawer-secondary-menu ul > li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.site-drawer-secondary-menu ul > li > a {
	color: #32757f;
	transition: color 150ms ease-out;
	display: block;
	padding: 12px 8px;
}
.site-drawer-secondary-menu ul > li > a:hover {
	color: #4097a4;
}
.no-js .site-drawer-secondary-menu ul > li > a:hover, .no-touchevents .site-drawer-secondary-menu ul > li > a:hover {
	color: #4097a4;
}
.site-drawer-secondary-menu ul > li > a:empty {
	display: none;
}

/* new-assets/css/scss/molecules/_footer-social.scss */
.footer-social {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	background-color: #eeede9;
	padding: 20px 0 50px;
}
.footer-social ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px 0;
}
.footer-social ul li {
	padding: 18px 36px;
}
@media (min-width: 64em) {
	.footer-social ul li {
		padding: 10px 36px;
	}
}
.footer-social a {
	color: #999999;
	transition: color 150ms ease-out;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-social a:hover {
	color: gray;
}
.no-js .footer-social a:hover, .no-touchevents .footer-social a:hover {
	color: gray;
}
.footer-social a:hover svg {
	fill: gray;
}
.footer-social svg {
	width: 37px;
	height: 37px;
	display: inline-block;
	fill: #999999;
	transition: fill 200ms ease-out;
	vertical-align: middle;
}

/* new-assets/css/scss/molecules/_footer-copyright.scss */
.footer-copyright-wrapper {
	padding-bottom: 150px;
}
@media (min-width: 64em) {
	.footer-copyright-wrapper {
		padding-bottom: 0px;
	}
}

.footer-copyright {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.75;
	font-family: "Montserrat", sans-serif;
	color: #999999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
}
@media (min-width: 64em) {
	.footer-copyright {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.75;
		font-family: "Montserrat", sans-serif;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
.footer-copyright a {
	color: #999999;
	transition: color 150ms ease-out;
}
.footer-copyright a:hover {
	color: gray;
}
.no-js .footer-copyright a:hover, .no-touchevents .footer-copyright a:hover {
	color: gray;
}
.footer-copyright p {
	margin: 0;
	width: 100%;
}
.footer-copyright ul {
	width: 100%;
}
@media (min-width: 64em) {
	.footer-copyright ul {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: auto;
	}
}
.footer-copyright ul li {
	display: inline-block;
	margin-left: 25px;
}
.footer-copyright ul li:first-of-type {
	margin-left: 0;
}

/* new-assets/css/scss/molecules/_footer-newsletter-cta.scss */
.footer-newsletter-cta {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eeede9;
	color: #999999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 15px 50px;
}
.footer-newsletter-cta .newsletter-title {
	color: #999999;
	font-size: 24px;
	margin: 0 0 2rem;
	text-transform: uppercase;
}
.footer-newsletter-cta form {
	min-width: 320px;
}
.footer-newsletter-cta .newsletter-email-input {
	background-color: #ffffff;
	box-shadow: none;
	border: 0;
	color: #999999;
	margin-bottom: 1rem;
	width: 100%;
}
@media (min-width: 64em) {
	.footer-newsletter-cta .newsletter-email-input {
		margin-bottom: 0;
		min-width: 373px;
		text-align: left;
		width: auto;
	}
}
.footer-newsletter-cta .newsletter-email-input:focus {
	box-shadow: none;
}
@media (max-width: 63.99em) {
	.footer-newsletter-cta button, .footer-newsletter-cta button:after {
		width: 100%;
		border-radius: 0;
	}
}

/* ../new-assets/css/scss/molecules/_subnavigation.scss */
.subnavigation {
	border-radius: 3px;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.075em;
}
.subnavigation ul {
	margin-left: 10px;
}
.subnavigation div[class*=container] {
	display: none;
}
@media (min-width: 64em) {
	.subnavigation div[class*=container] {
		display: block;
	}
}
@media (max-width: 63.99em) {
	.subnavigation.show-menu div[class*=container] {
		display: block;
		margin-top: 20px;
	}
}
.subnavigation li {
	margin-bottom: 10px;
}
.subnavigation .current-menu-item {
	font-weight: 900;
}
.subnavigation a {
	color: #333333;
	transition: color 150ms ease-out;
}
.subnavigation a:hover {
	color: #32757f;
}
.no-js .subnavigation a:hover, .no-touchevents .subnavigation a:hover {
	color: #32757f;
}

.subnavigation-title {
	display: block;
	text-transform: uppercase;
	font-weight: 900;
}
@media (min-width: 64em) {
	.subnavigation-title {
		margin-bottom: 20px;
	}
}
.subnavigation-title svg {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
@media (min-width: 64em) {
	.subnavigation-title svg {
		display: none;
	}
}

/* ../new-assets/css/scss/molecules/_newsletter-modal.scss */
.newsletter-modal {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #4398b4;
	color: #ffffff;
	border-radius: 3px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	position: fixed;
	bottom: 75px;
	-webkit-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
	width: calc(100% - 40px);
	margin-left: 20px;
	left: 0;
	transition: opacity 0.2s linear, max-height 0.2s linear, -webkit-transform 0.2s linear;
	transition: opacity 0.2s linear, transform 0.2s linear, max-height 0.2s linear;
	transition: opacity 0.2s linear, transform 0.2s linear, max-height 0.2s linear, -webkit-transform 0.2s linear;
}
@media (max-width: 63.99em) {
	.newsletter-modal {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		will-change: transform;
	}
}
@media (min-width: 64em) {
	.newsletter-modal {
		width: 980px;
		left: 50%;
		margin-left: -490px;
	}
}
.newsletter-modal.visible {
	opacity: 1;
	max-height: 600px;
	overflow: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	box-shadow: 0 3px 12px 4px rgba(0, 0, 0, 0.3);
	z-index: 1000000;
}
@media (max-width: 63.99em) {
	.menu-is-open .newsletter-modal.visible {
		z-index: 0;
	}
}
.newsletter-modal .newsletter-modal-inner {
	padding: 20px;
	width: 100%;
}
@media (min-width: 64em) {
	.newsletter-modal .newsletter-modal-inner {
		padding: 0;
	}
}
.newsletter-modal .newsletter-title {
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 28px;
	font-size: 1.75rem;
}
@media (min-width: 64em) {
	.newsletter-modal .newsletter-title {
		max-width: 80%;
		text-align: left;
	}
}
.newsletter-modal .newsletter-email-input {
	text-align: left;
}
@media (max-width: 63.99em) {
	.newsletter-modal .newsletter-email-input {
		width: 100%;
	}
}
@media (max-width: 63.99em) {
	.newsletter-modal form button {
		display: block;
		width: 100%;
		border-radius: 0;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		margin: 10px -20px -20px -20px;
		width: calc(100% + 40px);
	}
}
.newsletter-modal .image {
	display: none;
}
@media (min-width: 64em) {
	.newsletter-modal .image {
		display: block;
		-webkit-flex: 0 0 350px;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
		width: 350px;
		border-radius: 3px;
		margin-right: 20px;
	}
}
.newsletter-modal .image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, #4398b4 100%);
}
.newsletter-modal .close-newsletter-modal {
	background-color: #ffffff;
	display: block;
	border-radius: 100%;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
	width: 30px;
	height: 30px;
}
.newsletter-modal .close-newsletter-modal:hover {
	background-color: #ffffff;
}
.no-js .newsletter-modal .close-newsletter-modal:hover, .no-touchevents .newsletter-modal .close-newsletter-modal:hover {
	background-color: #ffffff;
}
.newsletter-modal .close-newsletter-modal svg {
	fill: #4398b4;
	width: 10px;
	height: 10px;
}

/* ../new-assets/css/scss/molecules/_newsletter-topic.scss */
.newsletter-topic {
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dddddd;
}
.newsletter-topic:last-of-type {
	border-bottom: 0;
}
.newsletter-topic .article-list-az {
	border-bottom: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.newsletter-topic .info {
	padding-right: 20px;
}
@media (min-width: 64em) {
	.newsletter-topic .info {
		padding-left: 145px;
	}
}

/* new-assets/css/scss/organisms/_header.scss */
.header {
	background-color: #ffffff;
	box-shadow: 0px 0px 2.7px rgba(0, 0, 0, 0.008), 0px 0px 6.5px rgba(0, 0, 0, 0.012), 0px 0px 12.3px rgba(0, 0, 0, 0.015), 0px 0px 21.9px rgba(0, 0, 0, 0.018), 0px 0px 40.9px rgba(0, 0, 0, 0.022), 0px 0px 98px rgba(0, 0, 0, 0.03);
	position: fixed;
	top: var(--wp-admin--admin-bar--height, 0px);
	transition: all 150ms ease-out;
	width: 100%;
	z-index: 40;
}
.header .logo {
	display: block;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	/*width: 154px;*/
}
@media (min-width: 96em) {
	.header .logo {
		width: 200px;
	}
}
.header .logo a {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 24px 12px 20px 0;
}
.header .normal-logo {
	display: none;
	height: 100%;
	max-height: 76px;
	width: auto;
}
@media (min-width: 80em) {
	.header .normal-logo {
		display: block;
	}
}
.header .sticky-logo {
	display: block;
	height: 28px;
	width: 90px;
}
@media (min-width: 80em) {
	.header .sticky-logo {
		display: none;
	}
}
@media (min-width: 80em) {
	.header.headroom--pinned.headroom--not-top {
		-webkit-transform: translateY(-55px);
		-ms-transform: translateY(-55px);
		transform: translateY(-55px);
	}
}
@media (min-width: 96em) {
	.header.headroom--pinned.headroom--not-top {
		-webkit-transform: translateY(-75px);
		-ms-transform: translateY(-75px);
		transform: translateY(-75px);
	}
}
@media (min-width: 80em) {
	.header.headroom--pinned.headroom--not-top .normal-logo {
		display: none;
	}
}
@media (min-width: 80em) {
	.header.headroom--pinned.headroom--not-top .sticky-logo {
		display: block;
	}
}
@media (min-width: 80em) {
	.header.headroom--unpinned {
		-webkit-transform: translateY(-150px);
		-ms-transform: translateY(-150px);
		transform: translateY(-150px);
	}
}
@media (min-width: 96em) {
	.header.headroom--unpinned {
		-webkit-transform: translateY(-200px);
		-ms-transform: translateY(-200px);
		transform: translateY(-200px);
	}
}

.header-bottom {
	height: 56px;
	transition: all 150ms ease-out;
}
@media (min-width: 80em) {
	.header-bottom {
		height: 95px;
	}
}
@media (min-width: 96em) {
	.header-bottom {
		height: 125px;
	}
}
@media (min-width: 80em) {
	.headroom--pinned.headroom--not-top .header-bottom {
		height: 75px;
	}
}
@media (min-width: 96em) {
	.headroom--pinned.headroom--not-top .header-bottom {
		height: 75px;
	}
}

.header-inner {
	max-width: 1780px;
	margin-left: auto;
	margin-right: auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 16px;
	padding-right: 0;
	position: relative;
}

.header-bottom-main {
	display: none;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
}
@media (min-width: 80em) {
	.header-bottom-main {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-top {
	display: none;
}
@media (min-width: 80em) {
	.header-top {
		height: 55px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-right: 0;
	}
}
@media (min-width: 96em) {
	.header-top {
		height: 75px;
	}
}

.header-top-wrapper {
	background-color: #d4e2e5;
}

/* ../new-assets/css/scss/organisms/_site-drawer.scss */
.site-drawer-wrapper {
	background-color: #d4e2e5;
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden auto;
	position: fixed;
	top: var(--wp-admin--admin-bar--height, 0px);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	transition: all 200ms ease-out;
	visibility: hidden;
	width: 100%;
	will-change: transform, visibility;
	z-index: 50;
}
@media (min-width: 40em) {
	.site-drawer-wrapper {
		-webkit-transform: translate3d(-376px, 0, 0);
		transform: translate3d(-376px, 0, 0);
		width: 376px;
	}
}
.menu-is-open .site-drawer-wrapper {
	box-shadow: 0px 0px 2.7px rgba(0, 0, 0, 0.008), 0px 0px 6.5px rgba(0, 0, 0, 0.012), 0px 0px 12.3px rgba(0, 0, 0, 0.015), 0px 0px 21.9px rgba(0, 0, 0, 0.018), 0px 0px 40.9px rgba(0, 0, 0, 0.022), 0px 0px 98px rgba(0, 0, 0, 0.03);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.site-drawer-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: var(--wp-admin--admin-bar--height, 0px);
	transition: all 150ms ease-out;
	visibility: hidden;
	width: 100vw;
	will-change: opacity, transform, visibility;
	z-index: 50;
}
.menu-is-open .site-drawer-overlay {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.site-drawer-header {
	background-color: #ffffff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 24px;
}
@media (min-width: 48em) {
	.site-drawer-header {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.site-drawer-logo {
	width: 140px;
}

.site-drawer-close-btn {
	width: 60px;
	height: 60px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #32757f;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px;
	position: absolute;
	right: 12px;
	top: 16px;
}
.site-drawer-close-btn:hover, .no-touchevents .site-drawer-close-btn:hover {
	color: #4097a4;
}
.site-drawer-close-btn svg {
	display: block;
	fill: currentColor;
	height: auto;
	width: 100%;
}

.site-drawer-footer {
	padding: 0 24px;
}

/* new-assets/css/scss/organisms/_footer.scss */
.footer {
	background-color: #eeede9;
	padding-bottom: 140px;
	padding-top: 70px;
}
.footer *::selection {
	background-color: #999999;
	color: #eeede9;
}

.footer-inner {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 60px;
}
.footer-inner > div {
	padding: 20px;
}
@media (min-width: 64em) {
	.footer-inner > div {
		padding: 0 10px;
	}
}
.footer-inner a {
	color: #999999;
	transition: color 150ms ease-out;
}
.footer-inner a:hover {
	color: gray;
}
.no-js .footer-inner a:hover, .no-touchevents .footer-inner a:hover {
	color: gray;
}

.footer-logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-logo img {
	width: 222px;
	height: 96px;
}

.footer-information ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -0.25rem 0;
}
.footer-information ul li {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 0.75rem;
	padding: 0 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}
@media (min-width: 64em) {
	.footer-information ul li {
		margin: 0;
		width: auto;
	}
}
@media (min-width: 64em) {
	.footer-information ul li:after {
		color: #999999;
		content: "|";
		display: block;
		position: absolute;
		right: -4px;
		text-align: center;
		top: 0;
		width: 8px;
	}
}
@media (min-width: 64em) {
	.footer-information ul li:last-child:after {
		content: "";
	}
}
.footer-information ul li a {
	display: inline-block;
	padding: 0.25rem 0.5rem;
}

.footer-signature {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}
.footer-signature img {
	height: 100px;
	margin-left: 1.5rem;
	width: 317px;
}

/* new-assets/css/scss/organisms/_sidebar.scss */
.sidebar {
	width: 300px;
}
@media (max-width: 63.99em) {
	.sidebar {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 63.99em) {
	.single-container .sidebar {
		display: none;
	}
}

.sidebar-origins {
	padding: 20px;
	float: left;
}
@media screen and (max-width: 1650px) {
	.sidebar-origins {
		display: none !important;
	}
}

@media screen and (max-width: 1650px) {
	.sidebar-origins {
		display: none !important;
	}
}
.sidebar-origins {
	float: left;
	padding: 100px 25px 25px 25px;
}

/* new-assets/css/scss/organisms/_sidebar-style-guide.scss */
/* new-assets/css/scss/organisms/_trending.scss */
.trending-widget {
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width: 63.99em) {
	.sidebar .trending-widget {
		display: none;
	}
}
.trending-widget .widget-header {
	margin-bottom: 8px;
}
.trending-widget .article-list-small {
	padding: 12px 0 20px 0;
}

/* new-assets/css/scss/organisms/_newsletter-cta.scss */
.newsletter-cta {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
	background-color: #3c98b6;
	padding: 0.5rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.12);
}
@media (max-width: 63.99em) {
	.newsletter-cta {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 64em) {
	.newsletter-cta {
		background-color: #ffffff;
	}
}
@media (max-width: 63.99em) {
	.sidebar .newsletter-cta {
		display: none;
	}
}
.newsletter-cta .newsletter-title {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
}
@media (min-width: 64em) {
	.newsletter-cta .newsletter-title {
		color: #333333;
	}
}
.newsletter-cta .newsletter-subtitle {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
.newsletter-cta .newsletter-terms {
	font-size: 0.8rem;
	padding: 0.2rem;
}
.newsletter-cta .newsletter-select {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.5em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 3rem;
}
.newsletter-cta .newsletter-select input, .newsletter-cta .newsletter-select textarea {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	margin-right: 10px;
	padding-right: 0.25rem;
}
.newsletter-cta input.newsletter-email-input[type=email], .newsletter-cta textarea.newsletter-email-input[type=email] {
	margin: 0 10px 25px 10px;
	width: 80%;
}
.newsletter-cta button.button {
	display: block;
	width: 50%;
	border-radius: 3px;
	background-color: #d38036;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.125rem;
}
.no-touchevents .newsletter-cta button.button:hover {
	background-color: #b06726;
}
.newsletter-cta > .image-round {
	margin-top: -20px;
	width: 90px;
	height: 90px;
}

.newsletter-email-input {
	text-align: center;
	color: #666666;
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
}
@media (min-width: 64em) {
	.newsletter-email-input {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

/* new-assets/css/scss/organisms/_google-content.scss */
/* new-assets/css/scss/organisms/_hero.scss */
.hero-bg-image {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.hero-container {
	max-width: 1780px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 56px;
	position: relative;
	justify-content: space-around;
}
@media (max-width: 39.99em) {
	.hero-container {
		height: 65vh; /*80vh;*/
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
@media (min-width: 40em) {
	.hero-container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 380px;
	}
}
@media (min-width: 48em) {
	.hero-container {
		height: 380px;
	}
}
@media (min-width: 64em) {
	.hero-container {
		height: 450px;
	}
	/*.hero-slide[aria-label="2 / 4"] .hero-container{*/
	/*  justify-content: center;*/
	/*}*/
}
@media (min-width: 80em) {
	.hero-container {
		height: 565px;
		/*padding-top: 150px;*/
	}
	/*.hero-slide[aria-label="2 / 4"] .hero-container{*/
		/*justify-content: center;*/
	/*}*/
}
@media (min-width: 96em) {
	.hero-container {
		height: 68vh;
		min-height: 695px;
		max-height: 820px;
		/*padding-top: 200px;*/
	}
}
@media (min-width: 40em) {
	.hero-container.reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width: 39.99em) {
	.hero-info-wrapper {
		/*justify-content: center !important;*/
	}
}

.hero-fg-image {
	display: block;
	height: 100%;
	padding-top: 5%;
	pointer-events: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto;
}

.hero-fg-wrapper {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.hero-info-image {
	display: block;
	max-height: 100%;
	max-width: 350px;
	pointer-events: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}
@media (min-width: 40em) {
	.hero-info-image {
		width: auto;
	}
}

.hero-info-wrapper {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: transparent;
}
.hero-info-wrapper a {
	width: 100%;
	display: flex;
	justify-content: center;
}
@media (min-width: 40em) {
	.hero-info-wrapper {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		bottom: 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		/*padding: 3rem 1rem 0;*/
		/*width: 50%;*/
		background: transparent;
	}
}

@media (min-width: 40em) {
	/*.hero-slide[aria-label="1 / 4"] .hero-fg-wrapper {*/
	/*  width: 50%;*/
	/*}*/
}

@media (min-width: 80em) {
	.hero-info-wrapper {
		/*margin: 0 96px 0 0;*/
	}
	.hero-container.reverse {
		margin: 0;
	}

	/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper {*/
	/*  padding: 3rem !important;*/
	/*  margin: 0;*/
	/*}*/
}

/*.hero-slide[aria-label="1 / 4"] .hero-fg-wrapper .hero-fg-image {*/
/*  padding: 1rem 1rem 3rem 1rem;*/
/*}*/

/*.hero-slide[aria-label="1 / 4"] .hero-info-wrapper {*/
/*  background-color: #738b65;*/
/*}*/

/*.hero-slide[aria-label="1 / 4"] .hero-info-wrapper {*/
/*  background-color: #9cac91;*/
/*}*/

/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper {*/
/*  background-color: #9cac91;*/
/*}*/

/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper a {*/
/*  width: 100%;*/
/*}*/

/*.hero-slide[aria-label="2 / 4"] .hero-info-image {*/
/*  max-width: 200px;*/
/*}*/

/*.hero-slide[aria-label="2 / 4"] .hero-bg-image {*/
/*  !*object-fit: contain;*!*/
/*  !*object-position: left;*!*/
/*  !*margin-left: -130px;*!*/
/*  !*width: 900px;*!*/
/*}*/

/*.hero-slide[aria-label="3 / 4"] .hero-bg-image {*/
/*  object-position: top;*/
/*}*/


/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper .hero-info-image {*/
/*  width: 55%;*/
/*}*/

/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper .hero-fg-image {*/
/*  width: 70%;*/
/*}*/

/*.hero-slide[aria-label="3 / 4"] .hero-fg-wrapper {*/
/*  background-color: #fff;*/
/*}*/

/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  background-color: #738b65;*/
/*  padding: 0 !important;*/
/*}*/

/*.hero-slide[aria-label="3 / 4"] .hero-fg-wrapper .hero-fg-image {*/
/*  width: 200px;*/
/*  padding: 1rem;*/
/*}*/

/*.hero-slide[aria-label="4 / 4"] .hero-info-wrapper {*/
/*  background-color: #738b65;*/
/*}*/

/*.hero-slide[aria-label="1 / 4"] .hero-info-wrapper,*/
/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper,*/
/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper,*/
/*.hero-slide[aria-label="4 / 4"] .hero-info-wrapper {*/
/*  padding: 1rem;*/
/*}*/

/*.hero-slide[aria-label="2 / 4"] {*/
/*  background-color: #9cac91;*/
/*}*/

@media (max-width: 39.99em) {
	/*.hero-slide[aria-label="1 / 4"] .hero-fg-wrapper .hero-fg-image {*/
	/*  max-width: 80%;*/
	/*}*/

	/*.hero-slide[aria-label="1 / 4"] .hero-info-wrapper .hero-info-image {*/
	/*  max-width: 250px;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-fg-wrapper {}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper .hero-info-image {*/
	/*  max-width: 150px;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-fg-wrapper .hero-fg-image {*/
	/*  width: 180px;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper .hero-info-image {*/
	/*  max-width: 160px;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-bg-image {*/
	/*  margin-left: -400px;*/
	/*  width: 1000px;*/
	/*  object-position: right;*/
	/*}*/

	/*.hero-slide[aria-label="4 / 4"] .hero-info-wrapper .hero-info-image {*/
	/*  max-width: 220px;*/
	/*}*/

	/*.hero-slide[aria-label="4 / 4"] .hero-info-wrapper  {*/
	/*  margin: 0;*/
	/*}*/
}

@media (min-width: 40em) {
	/*.hero-slide[aria-label="1 / 4"] .hero-fg-wrapper .hero-fg-image {*/
	/*  width: auto;*/
	/*  padding: 1rem 1rem 3rem 1rem;*/
	/*}*/

	/*.hero-slide[aria-label="1 / 4"] .hero-info-wrapper {*/
	/*  background-color: transparent;*/
	/*}*/

	/*.hero-slide[aria-label="1 / 4"] .hero-info-wrapper .hero-info-image {*/
	/*  max-width: 200px;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper a {*/
	/*  width: 100%;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-info-image {*/
	/*  max-width: 200px;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper {*/
	/*  padding: 2.5rem 0.5rem;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-bg-image {*/
	/*  margin-left: 0;*/
	/*  width: 100%;*/
	/*  !*margin-top: 4%;*!*/
	/*  object-fit: contain;*/
	/*  object-position: left;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper {*/
	/*  background-color: transparent;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-fg-wrapper {*/
	/*  background-color: transparent;*/
	/*  align-items: center;*/
	/*  justify-content: flex-start;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-fg-wrapper .hero-fg-image {*/
	/*  width: 50%;*/
	/*  height: auto;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper .hero-fg-image {*/
	/*  width: 70%;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper {*/
	/*  justify-content: end;*/
	/*  align-items: flex-end;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper a {*/
	/*  justify-content: end;*/
	/*  padding: 1rem;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper .hero-info-image {*/
	/*  width: 70%;*/
	/*}*/

	/*.hero-slide[aria-label="4 / 4"] .hero-info-wrapper {*/
	/*  background-color: transparent;*/
	/*}*/
}

@media (min-width: 64em) {
	/*.hero-slide[aria-label="1 / 4"] .hero-fg-wrapper {*/
	/*  justify-content: end;*/
	/*  margin-right: -15%;*/
	/*}*/

	/*.hero-slide[aria-label="1 / 4"] .hero-fg-wrapper .hero-fg-image {*/
	/*  height: 80%;*/
	/*  margin-right: 10%;*/
	/*}*/

	/*.hero-slide[aria-label="1 / 4"] .hero-info-wrapper .hero-info-image {*/
	/*  max-width: 300px;*/
	/*}*/

	/*.hero-slide[aria-label="1 / 4"] .hero-info-wrapper {*/
	/*  margin-left: -5%;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-info-wrapper {*/
	/*  align-items: center;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-fg-wrapper .hero-fg-image {*/
	/*  width: 55%;*/
	/*}*/

	/*.hero-slide[aria-label="4 / 4"] .hero-info-wrapper .hero-info-image {*/
	/*  max-width: 400px;*/
	/*}*/
}

@media (min-width: 80em) {
	/*.hero-slide[aria-label="1 / 4"] .hero-fg-wrapper .hero-fg-image {*/
	/*  margin-right: 0;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-bg-image {*/
	/*  height: 100%;*/
	/*  width: auto;*/
	/*  margin: 0;*/
	/*  padding-top: 8%;*/
	/*}*/

	/*.hero-slide[aria-label="3 / 4"] .hero-bg-image {*/
	/*  margin-top: 5%;*/
	/*}*/
}

@media (min-width: 96em) {
	/*.hero-slide[aria-label="2 / 4"] .hero-container{*/
	/*  justify-content: center;*/
	/*}*/
}

@media (max-width: 1735px) {
	/*.hero-slide[aria-label="2 / 4"] .hero-container {*/
	/*  justify-content: space-around;*/
	/*}*/
}
/*@media (max-width: 1320px) {*/
/*  .hero-slide[aria-label="2 / 4"] .hero-info-wrapper {*/
/*      margin-left: 20%;*/
/*  }*/
/*}*/
@media (min-width: 929px) {
	/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper {*/
	/*  justify-content: end;*/
	/*}*/
}
@media (max-width: 40em) {
	/*.hero-slide[aria-label="2 / 4"] .hero-container {*/
	/*  justify-content: end;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-container .hero-info-wrapper {*/
	/*  !*padding-right: 3rem;*!*/
	/*}*/
}

@media (min-width: 929px) {
	/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper {*/
	/*  justify-content: end;*/
	/*}*/
}

@media only screen and (min-width: 650px) and (max-width: 885px) {
	/*.hero-slide[aria-label="2 / 4"] .hero-container {*/
	/*  justify-content: end;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-info-image {*/
	/*  max-width: 170px;*/
	/*}*/

	/*.hero-slide[aria-label="2 / 4"] .hero-container .hero-info-wrapper {*/
	/*  padding-right: 3rem;*/
	/*}*/
}

@media (max-width: 39.99em) {
	/*.hero-slide[aria-label="2 / 4"] .hero-info-wrapper {*/
	/*  margin-left: 0;*/
	/*}*/
}

.hero-nav-container {
	--swiper-pagination-bullet-border-radius: 0;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-pagination-bullet-inactive-color: #89a886;
	--swiper-pagination-bullet-size: 32px;
	--swiper-navigation-size: 32px;
	--swiper-theme-color: #32757f;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 16px;
}
.hero-nav-container .swiper-pagination {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1px;
	position: static;
	width: auto;
}
.hero-nav-container .swiper-button-next, .hero-nav-container .swiper-button-prev {
	color: #32757f;
	height: var(--swiper-navigation-size);
	left: auto;
	margin: 0 6px;
	position: relative;
	right: auto;
	width: var(--swiper-navigation-size);
}
.hero-nav-container .swiper-button-next:before, .hero-nav-container .swiper-button-prev:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	transition: background-color 200ms ease-out;
	right: 0;
	top: 0;
	z-index: -1;
}
.hero-nav-container .swiper-button-next:after, .hero-nav-container .swiper-button-prev:after {
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: bold;
}
.hero-nav-container .swiper-button-next:hover, .hero-nav-container .swiper-button-prev:hover {
	color: #ffffff;
}
.hero-nav-container .swiper-button-next:hover:before, .hero-nav-container .swiper-button-prev:hover:before {
	background-color: #32757f;
}
.hero-nav-container .swiper-button-next:after, .hero-nav-container .swiper-rtl .swiper-button-prev:after {
	content: ">";
}
.hero-nav-container .swiper-button-prev:after, .hero-nav-container .swiper-rtl .swiper-button-next:after {
	content: "<";
}

.hero-slide {
	background-color: #eeede9;
	overflow: hidden;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-wrapper {
	margin-top: -56px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media (min-width: 80em) {
	.hero-wrapper {
		/*margin-top: -150px;*/
	}
}
@media (min-width: 96em) {
	.hero-wrapper {
		/*margin-top: -200px;*/
	}
}

/* new sliders */
.hero-container .hero-fg-wrapper,
.hero-container .hero-info-wrapper {
	flex-direction: column;
	max-width: 50%;
	justify-content: end;
	align-items: start;
	padding-bottom: 2rem;
	margin: 0;
}


.hero-slide-title {
	font-size: 3.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	margin: 0;
}

.hero-desc p {
	font-size: 1.5625rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
}

.hero-container .button.button-arrow {
	display: inline-block;
}

.hero-container .button.button-arrow > span.button-arrow-icon {
	padding-left: 0;
}

.hero-slide[aria-label="2 / 5"] .hero-container .hero-info-wrapper {
	width: 50%;
	padding-left: 3rem;
	padding-right: 1rem;
}

.hero-slide[aria-label="2 / 5"] .hero-container .hero-info-wrapper .hero-desc {
	max-width: 330px;
}

.hero-slide[aria-label="2 / 5"] .hero-container .hero-fg-wrapper {
	width: 50%;
	align-items: end;
	padding-right: 3rem;
}

.hero-slide[aria-label="1 / 5"] .hero-container .hero-info-wrapper,
.hero-slide[aria-label="3 / 5"] .hero-container .hero-info-wrapper {
	max-width: 330px;
}

.hero-slide[aria-label="1 / 5"],
.hero-slide[aria-label="3 / 5"] {
	background-position-x: 0;
	background-position-y: 30%;
	background-size: 90%;
	background-color: #9cac91;
}

.hero-slide[aria-label="4 / 5"] {
	background-position-y: 15%;
}

.hero-slide[aria-label="4 / 5"] .hero-container .hero-fg-wrapper {
	justify-content: flex-start;
	padding: 3rem 0 0 2rem;
	width: 50%;
}

.hero-slide[aria-label="4 / 5"] .hero-container .hero-fg-wrapper > div {
	width: 480px;
}

.hero-slide[aria-label="4 / 5"] .hero-container .hero-info-wrapper {
	align-items: end;
	width: 50%;
	padding-right: 2rem;
}

.hero-slide[aria-label="4 / 5"] .hero-container .hero-slide-title-image {
	text-align: center;
}

.hero-slide[aria-label="4 / 5"] .hero-container .hero-slide-title-image .hero-sign {
	max-width: 250px;
}

.hero-slide[aria-label="5 / 5"] .hero-container {
	flex-direction: row-reverse;
}

.hero-slide[aria-label="5 / 5"] .hero-container .hero-info-wrapper {
	max-width: 540px;
}

@media (max-width: 1695px) {
	.hero-slide[aria-label="3 / 5"] {
		background-size: 100%;
	}
}

@media (max-width: 79.99em) {
	.hero-slide-title {
		font-size: 2.5rem;
		line-height: 1;
	}

	.hero-desc p {
		font-size: 1.5625rem;
		line-height: 1.2;
	}

	.hero-slide[aria-label="1 / 5"],
	.hero-slide[aria-label="3 / 5"] {
		background-size: cover;
	}

	.hero-slide[aria-label="1 / 5"] .hero-container .hero-info-wrapper,
	.hero-slide[aria-label="3 / 5"] .hero-container .hero-info-wrapper {
		background-color: #9cac91;
		padding-top: 1rem;
		padding-left: 1rem;
		max-width: 260px;
	}

	.hero-slide[aria-label="4 / 5"] .hero-container .hero-fg-wrapper > div {
		width: 350px;
	}
}

@media (max-width: 65.99em) {
	.hero-slide-title {
		font-size: 1.5rem;
	}

	.hero-desc p {
		font-size: 1rem;
	}

	.hero-slide[aria-label="1 / 5"],
	.hero-slide[aria-label="3 / 5"] {
		background-position-y: 27%;
	}

	.hero-slide[aria-label="4 / 5"] .hero-container .hero-fg-wrapper > div {
		width: 320px;
	}

	.hero-slide[aria-label="4 / 5"] {
		background-position-y: 30%;
	}

	.hero-slide[aria-label="4 / 5"] .hero-container .hero-slide-title-image .hero-sign {
		max-width: 150px;
	}
}

@media (max-width: 39.99em) {
	.hero-container .hero-fg-wrapper, .hero-container .hero-info-wrapper {
		max-width: 100%;
		width: 100%;
		align-items: start;
		padding: 0 1rem 1rem 1rem;
	}

	.hero-slide-title {
		font-size: 1.5rem;
	}

	.hero-desc p {
		font-size: 1rem;
	}

	.hero-slide[aria-label="2 / 5"] .hero-container .hero-fg-wrapper {
		width: 100%;
		align-items: start;
	}

	.hero-slide[aria-label="2 / 5"] .hero-container .hero-info-wrapper {
		width: 100%;
		padding-left: 1rem;
	}

	.hero-slide[aria-label="3 / 5"] {
		background-position-x: 12%;
	}

	.hero-slide[aria-label="1 / 5"] .hero-container .hero-info-wrapper,
	.hero-slide[aria-label="3 / 5"] .hero-container .hero-info-wrapper {
		max-width: 100%;
	}

	/*.hero-slide[aria-label="2 / 4"] .hero-container .hero-info-wrapper .hero-slide-title {*/
	/*  padding-left: 1rem;*/
	/*}*/

	.hero-slide[aria-label="4 / 5"] {
		background-position-x: 60%;
	}

	.hero-slide[aria-label="4 / 5"] .hero-container .hero-info-wrapper {
		align-items: center;
		width: 100%;
		background-color: #9cac91;
	}

	.hero-slide[aria-label="4 / 5"] .hero-container .hero-fg-wrapper {
		width: 100%;
		padding: 1rem;
		background-color: #9cac91;
		align-items: center;
	}

	.hero-slide[aria-label="4 / 5"] .hero-container .hero-fg-wrapper > div {
		width: 100%;
		text-align: center;
	}

	.hero-slide[aria-label="5 / 5"] .hero-container {
		flex-direction: column;
	}
}

/* new-assets/css/scss/organisms/_featured-single-sub-items.scss */
.featured-single-wrapper {
	margin: 5em 0;
}
.featured-single-wrapper .row {
	padding: 10px 0;
}
@media (min-width: 64em) {
	.featured-single-wrapper .row {
		padding: 25px 0;
	}
}

.featured-single-sub-items {
	--swiper-pagination-bullet-border-radius: 0;
	--swiper-pagination-bullet-horizontal-gap: 6px;
	--swiper-pagination-bullet-inactive-color: #89a886;
	--swiper-pagination-bullet-size: 12px;
	--swiper-navigation-size: 32px;
	--swiper-theme-color: #32757f;
	margin: 0 -16px;
}

.featured-single-sub-items-nav {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 16px;
}
.featured-single-sub-items-nav .swiper-pagination {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1px;
	position: static;
	width: auto;
}
.featured-single-sub-items-nav .swiper-button-next, .featured-single-sub-items-nav .swiper-button-prev {
	color: #32757f;
	height: var(--swiper-navigation-size);
	left: auto;
	margin: 0 6px;
	position: relative;
	right: auto;
	width: var(--swiper-navigation-size);
}
.featured-single-sub-items-nav .swiper-button-next:before, .featured-single-sub-items-nav .swiper-button-prev:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	transition: background-color 200ms ease-out;
	right: 0;
	top: 0;
	z-index: -1;
}
.featured-single-sub-items-nav .swiper-button-next:after, .featured-single-sub-items-nav .swiper-button-prev:after {
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: bold;
}
.featured-single-sub-items-nav .swiper-button-next:hover, .featured-single-sub-items-nav .swiper-button-prev:hover {
	color: #ffffff;
}
.featured-single-sub-items-nav .swiper-button-next:hover:before, .featured-single-sub-items-nav .swiper-button-prev:hover:before {
	background-color: #32757f;
}
.featured-single-sub-items-nav .swiper-button-next:after, .featured-single-sub-items-nav .swiper-rtl .swiper-button-prev:after {
	content: ">";
}
.featured-single-sub-items-nav .swiper-button-prev:after, .featured-single-sub-items-nav .swiper-rtl .swiper-button-next:after {
	content: "<";
}

/* ../new-assets/css/scss/organisms/_featured-single-standalone.scss */
.featured-single-wrapper {
	background-color: transparent;
}

/* ../new-assets/css/scss/organisms/_featured-boxes-sub-items.scss */
.featured-boxes-sub-items {
	margin-bottom: 20px;
}
.featured-boxes-sub-items .featured-boxes {
	max-width: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* ../new-assets/css/scss/organisms/_featured-list-ad.scss */
@media (min-width: 64em) {
	.featured-list-ad.row {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.featured-list-ad .row {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 64em) {
	.featured-list-ad .ad {
		margin-top: 0;
	}
}

/* ../new-assets/css/scss/organisms/_featured-qa-sub-items.scss */
.featured-qa-sub-items {
	margin-bottom: 20px;
}
.featured-qa-sub-items .qa-sub-items {
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #dddddd;
}

/* ../new-assets/css/scss/organisms/_list-two-col.scss */
.list-two-col {
	margin-bottom: 20px;
}
@media (min-width: 64em) {
	.list-two-col {
		margin-bottom: 40px;
	}
}
@media (min-width: 64em) {
	.list-two-col:last-of-type {
		margin-bottom: 20px;
	}
}
.list-two-col .section-heading {
	margin: 0;
}
.list-two-col .row {
	margin-left: -20px;
	margin-right: -20px;
}
.list-two-col .section-title {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 20px;
}

/* ../new-assets/css/scss/organisms/_single-more-content.scss */
.single-more-content {
	background-color: #ffffff;
}
@media (min-width: 64em) {
	.single-more-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.single-more-content h2 {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 63.99em) {
	.single-more-content h2 {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}

.hidden {
	display: none;
}

/** Responsive Embedded Video **/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
	max-width: 100%;
}

/* new-assets/css/scss/templates/_home.scss */
/* new-assets/css/scss/templates/_blog.scss */
/* new-assets/css/scss/templates/_article-listing.scss */
/* new-assets/css/scss/templates/_category-listing.scss */
.category-group {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* new-assets/css/scss/templates/_recipe-listing.scss */
.no-recipe-results {
	background-color: #ffffff;
	padding-top: 15px;
}
@media (min-width: 64em) {
	.no-recipe-results {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* new-assets/css/scss/templates/_article-general.scss */
.article-column .article-content,
.article-column .single-more-content,
.article-column .single-social {
	margin-bottom: 20px;
}
.article-column .adindicator {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.article-content.wrapper-round {
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.12);
}
@media (min-width: 64em) {
	.article-content.wrapper-round {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.article-content.wrapper-round img {
	max-width: 100%;
	height: auto;
}
.article-content.wrapper-round .breadcrumb-list {
	margin-top: 0;
}
.article-content.wrapper-round .promo-blurb-label,
.article-content.wrapper-round .promo-blurb {
	margin-left: -10px;
	margin-right: -10px;
}
@media (min-width: 64em) {
	.article-content.wrapper-round .promo-blurb-label,
	.article-content.wrapper-round .promo-blurb {
		margin-left: -40px;
		margin-right: -40px;
	}
}
.article-content.wrapper-round .tweetable-blockquote {
	margin-right: -10px;
}
@media (min-width: 64em) {
	.article-content.wrapper-round .tweetable-blockquote {
		margin-right: -40px;
	}
}

div[data-soliloquy-loaded="0"] {
	visibility: hidden;
}

div[data-soliloquy-loaded="1"] {
	visibility: visible;
}

.soliloquy-thumbnails-container {
	display: none;
}

.single-format-gallery .soliloquy-outer-container {
	padding-top: 32px;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-caption {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #009ac8;
	padding: 0 0 3px 0;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background-color: transparent;
	text-shadow: none;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-image {
	cursor: pointer;
	border: 3px solid #009ac8;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-prev,
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-next {
	position: absolute;
	top: auto;
	bottom: 100%;
	background-color: #009ac8;
	font-size: 12px;
	font-size: 0.75rem;
	font-family: "Montserrat", sans-serif;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-prev:after,
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-next:after {
	display: block;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-prev {
	left: 50%;
	margin-left: -52px;
	background: none;
	width: auto;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-prev:before {
	content: "Previous";
	color: #005A9C;
	text-decoration: underline;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-prev:after {
	content: "|";
	margin-left: 5px;
	display: inline;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-next {
	right: 50%;
	margin-right: -33px;
	background: none;
	width: auto;
}
.single-format-gallery .soliloquy-outer-container .soliloquy-container .soliloquy-next:before {
	content: "Next";
	color: #005A9C;
	text-decoration: underline;
}

.soliloquy-thumbnails-container {
	max-height: none !important;
}
.soliloquy-thumbnails-container .soliloquy-viewport {
	overflow: visible !important;
	height: auto !important;
}
.soliloquy-thumbnails-container .soliloquy-wrap {
	width: 100% !important;
	height: auto !important;
	max-width: 384px;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0 !important;
}
.soliloquy-thumbnails-container .soliloquy-item {
	opacity: 1 !important;
}
.soliloquy-thumbnails-container .soliloquy-thumbnails-item {
	width: 86px !important;
	margin-bottom: 10px !important;
}
.soliloquy-thumbnails-container .soliloquy-thumbnails-link {
	padding-bottom: 100% !important;
	overflow: hidden;
	border: 3px solid #555;
}
.soliloquy-thumbnails-container .soliloquy-active-slide .soliloquy-thumbnails-link {
	border-color: #009ac8;
}
.soliloquy-thumbnails-container .soliloquy-image {
	position: absolute;
	width: auto;
	height: auto;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* new-assets/css/scss/templates/_article-qa.scss */
/* new-assets/css/scss/templates/_article-recipe.scss */
/* new-assets/css/scss/templates/_ask-weil.scss */
/* new-assets/css/scss/templates/_ask-weil-success.scss */
/* new-assets/css/scss/templates/_health-az.scss */
.health-az-group {
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 60px;
}

/* new-assets/css/scss/templates/_page.scss */
@media (max-width: 63.99em) {
	.page-container .sidebar {
		width: 100%;
	}
}

/* new-assets/css/scss/templates/_search.scss */
/* new-assets/css/scss/templates/_newsletter-subscription.scss */
.newsletter-signup-form input[type=email], .newsletter-signup-form textarea[type=email] {
	width: 100%;
}
.newsletter-signup-form .g-recaptcha {
	text-align: left;
	margin: 20px 0;
}

.newsletter-subscription-wrapper .sidebar .newsletter-cta {
	display: none;
}

.injected-content {
	width: 100%;
}
@media (min-width: 25em) {
	.injected-content {
		height: 160px;
	}
}
@media (min-width: 64em) {
	.injected-content {
		width: 360px;
		float: right;
		position: relative;
	}
}
@media (min-width: 75em) {
	.injected-content {
		width: 280px;
	}
}
.injected-content__container {
	height: calc(100% - 40px);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 25em) {
	.injected-content__container {
		width: 360px;
	}
}
@media (min-width: 64em) {
	.injected-content__container {
		position: absolute;
		top: 20px;
		left: 20px;
	}
}
.injected-content__link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}
@media (min-width: 25em) {
	.injected-content__link {
		padding-bottom: 0;
	}
}
.injected-content__link img {
	padding-right: 15px;
	width: 80px;
	height: 80px !important;
}
@media (min-width: 25em) {
	.injected-content__link img {
		height: 100% !important;
		width: auto;
	}
}
.injected-content__text-pre {
	font-style: italic;
}
.injected-content__text-title {
	color: #253238;
	font-size: 19px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
}

/* popup fix */
html.pum-open.pum-open-overlay {
	overflow: auto !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > *:not([aria-modal="true"]) {
	padding-right: 0 !important;
}

/* sliders fix */
@media (max-width: 39.99em) {
	.hero-slide[aria-label="3 / 4"] .hero-bg-image {
		object-position: left;
		margin-left: -130px;
		width: 900px;
	}
}

.hero-slide[aria-label="2 / 5"] .hero-fg-wrapper {
	overflow: visible;
}

@media (max-width: 39.99em) {
	.hero-slide[aria-label="1 / 5"] .hero-bg-image,
	.hero-slide[aria-label="3 / 5"] .hero-bg-image {
		object-position: left;
		margin-left: -130px;
		width: 900px;
	}
}

.hero-slide[aria-label="5 / 5"] .hero-container .hero-info-wrapper {
	max-width: 700px !important;
	justify-content: center !important;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.hero-fg-image--5 {
	width: 250px;
	height: auto;
	padding-bottom: 1.5rem;
}

@media (max-width: 79.99em) {
	.hero-fg-image--5 {
		width: 150px;
	}
	.hero-slide[aria-label="5 / 5"] {
		background-position-x: 65%;
	}
}


.hero-slide[aria-label="2 / 5"] .hero-fg-wrapper {
	overflow: visible;
}

@media (max-width: 39.99em) {
	.hero-slide[aria-label="3 / 5"] .hero-bg-image {
		object-position: left;
		margin-left: -130px;
		width: 900px;
	}
}

.hero-slide[aria-label="5 / 5"] .hero-container .hero-info-wrapper {
	max-width: 700px !important;
	justify-content: center !important;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.hero-slide[aria-label="5 / 5"]::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 30%, rgba(255,255,255,0) 100%);
	z-index: -1;
}

.hero-fg-image--5 {
	width: 250px;
	height: auto;
	padding-bottom: 1.5rem;
}

@media (max-width: 79.99em) {
	.hero-fg-image--5 {
		width: 150px;
	}
}

/*
 * New slider styles
 */


/* slider 1 */
.hero-slide.swiper-slide--1 {
	background-position-x: 0;
	background-position-y: 55px;
}

@media (max-width: 768px) {
	.hero-slide.swiper-slide--1 {
		background-position-x: 12%;
	}

	.hero-slide.swiper-slide--1 .hero-container {
		justify-content: end;
	}

	.hero-slide.swiper-slide--1 .hero-container .hero-info-wrapper {
		padding-right: 1rem;
	}
}

@media (min-width: 1536px) and (max-width: 1700px) {
	.hero-slide.swiper-slide--1 {
		background-size: contain;
	}
}

@media (min-width: 2300px) {
	.hero-slide.swiper-slide--1 {
		background-size: contain;
	}
}


/* slider 3 */
@media (min-width: 768px) {
	.hero-slide.swiper-slide--3 .hero-container .hero-info-wrapper {
		padding-left: 2rem;
	}
}


@media (min-width: 1536px) and (max-width: 1820px) {
	.hero-slide.swiper-slide--3 {
		background-size: contain;
	}
}

@media (min-width: 2300px) {
	.hero-slide.swiper-slide--3 {
		background-size: contain;
	}
}


/* slider 4 */
.hero-slide.swiper-slide--4:after {
 display: none;
}

.hero-slide.swiper-slide--4 .hero-container .hero-info-wrapper {
	align-items: end;
	justify-content: end !important;
	width: 50%;
	padding-right: 2rem;
}
