/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Post and page content
	# Alignments
	# Blocks
	# Custom block colors
	# Media
		# Captions
		# Galleries
	# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Body and body menu styles
--------------------------------------------------------------*/
body {
	background-color: #1f355e; }
	body.menu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
		-webkit-transition: left 0.3s ease;
		transition: left 0.3s ease; }
	body.menu-push-toright {
		left: 240px; }
	@media screen and (min-width: 68.8em) {
		body.menu-push {
			-webkit-transition: left 0s ease;
			transition: left 0s ease; }
		body.menu-push-toright {
			left: 0; } }

@media screen and (min-width: 68.8em) {
	.mobile-only {
		display: none !important; } }

.desktop-only {
	display: none; }
	@media screen and (min-width: 68.8em) {
		.desktop-only {
			display: inline; }
			img.desktop-only {
				display: block; }
			figure.desktop-only {
				display: block; } }

/*--------------------------------------------------------------
# Post and page content
--------------------------------------------------------------*/
.site {
	background-color: #ffffff; }

.hentry {
	margin-bottom: 0; }

.entry-meta,
.entry-footer {
	font-family: 'Octanis Serif', sans-serif;
	font-size: 80%; }

/* Hides the update date and time. */
.updated:not(.published) {
	display: none; }

.post-thumbnail-container {
	position: relative; }
	.post-thumbnail-container .feature-cta-container {
		position: absolute;
		top: 1.75rem;
		left: 1.75rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start; }
		.post-thumbnail-container .feature-cta-container p {
			color: #ffffff;
			font-size: 1.5rem;
			text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.85);
			margin: 0 0 0.5rem; }
		.post-thumbnail-container .feature-cta-container a {
			background-color: #1f355e;
			color: #ffffff;
			border: none;
			border-bottom: 4px solid #3bb0c9;
			text-transform: uppercase;
			letter-spacing: 0.01rem;
			font-weight: bold;
			display: inline-block;
			font-size: 0.8rem;
			padding: 0.3rem 0.85rem;
			border-radius: 0.3125rem;
			text-decoration: none;
			-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
			-webkit-transition: background 350ms ease-in-out;
			transition: background 350ms ease-in-out; }
			.post-thumbnail-container .feature-cta-container a:hover {
				background-color: #325598; }
	@media (min-width: 700px) {
		.post-thumbnail-container .feature-cta-container {
			bottom: 2.5rem;
			left: 2.5rem;
			top: unset; }
			.post-thumbnail-container .feature-cta-container p {
				font-size: 2.5rem; }
			.post-thumbnail-container .feature-cta-container a {
				font-size: 1rem; } }

.post-thumbnail {
	min-height: 280px;
	max-height: 650px; }
	.post-thumbnail img {
		margin: 0 auto;
		min-height: 280px;
		max-height: 650px;
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%; }

.post-thumbnail img {
	margin: 0 auto; }

.light-text-caption figcaption {
	font-family: "Lato", "Open Sans", Arial, sans-serif;
	font-size: 0.6875rem;
	color: #ffffff;
	font-weight: 600; }

.wp-block-columns.sm-features {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; }
	.wp-block-columns.sm-features .wp-block-column {
		-ms-flex-preferred-size: unset;
		    flex-basis: unset;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin: 0 0.5rem; }

.page-content,
.entry-content,
.entry-summary {
	padding: 1.5rem; }

.not-found > * {
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem; }

.page-title,
.entry-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area {
	margin: 1.5em auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	max-width: 45rem rem; }

.bagel-top-image {
	margin: 0 0 -60px 0; }

.bagel-bottom-image {
	margin: -25px 0 0;
	width: 150%; }
	@media screen and (min-width: 768px) {
		.bagel-bottom-image {
			margin: -60px 0 0; } }
	@media screen and (min-width: 1320px) {
		.bagel-bottom-image {
			margin: -150px 0 0; } }

.entry-header {
	background-color: #e27c00;
	padding: 0.65rem;
	margin: 0;
	text-align: center; }
	.entry-header h1.entry-title {
		margin: 0;
		padding: 0;
		color: #1B2E50;
		text-transform: uppercase; }
	@media screen and (min-width: 37.5em) {
		.entry-header {
			padding: 0.65rem; }
			.entry-header h1.entry-title {
				font-size: 2.5rem; } }

.entry-content {
	max-width: 1280px;
	margin: 0 auto; }
	.entry-content ul {
		margin-left: 0;
		padding: 0 0 0 1.25rem; }
	.entry-content hr.wp-block-separator {
		background-color: #1f355e;
		border: none;
		height: 3px;
		margin-left: 0;
		margin-top: -0.75rem;
		margin-bottom: 0; }
		.entry-content hr.wp-block-separator.full-width {
			background-color: #d3d9e3;
			height: 1px;
			max-width: 100%;
			margin: 1.125rem 2rem;
			display: block; }
	.entry-content .limit-width {
		max-width: 1280px;
		margin: 0 auto; }
	.entry-content.full-width {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		overflow-x: hidden; }
	.entry-content .w-50-block {
		width: 100%;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0 0 2.5rem;
		padding: 0;
		border-radius: 0.65rem; }
		.entry-content .w-50-block:nth-child(even) {
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			    -ms-flex-direction: column-reverse;
			        flex-direction: column-reverse; }
		.entry-content .w-50-block .ghostkit-col-content {
			padding: 1.25rem 0.875rem; }
		.entry-content .w-50-block .ghostkit-col-with-bg {
			min-height: 250px; }
		.entry-content .w-50-block .nk-awb {
			width: 100%;
			left: 0;
			right: 0; }
		.entry-content .w-50-block .cta a {
			font-family: 'Futura Standard Book', 'Arial', sans-serif;
			background-color: #ecab21;
			border-radius: 0.25rem;
			text-decoration: none;
			padding: 0.5rem 1.35rem; }
			.entry-content .w-50-block .cta a:hover {
				text-decoration: underline; }
		.entry-content .w-50-block h2 {
			font-size: 1.8rem; }
		@media screen and (min-width: 768px) {
			.entry-content .w-50-block:nth-child(even) {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row; } }
	.entry-content .bg-wood {
		background-size: cover;
		min-height: 430px;
		max-height: 650px;
		padding: 0;
		overflow: hidden;
		position: relative; }
		.entry-content .bg-wood .wp-block-image {
			margin: 0 0;
			position: relative;
			height: 100%; }
			.entry-content .bg-wood .wp-block-image img {
				-o-object-fit: cover;
				   object-fit: cover;
				-o-object-position: 50% 50%;
				   object-position: 50% 50%;
				width: 100%;
				height: 100%; }
		.entry-content .bg-wood .ghostkit-col-content {
			height: 100%;
			width: 100%; }
			.entry-content .bg-wood .ghostkit-col-content .overlay {
				width: 100%;
				height: 100%;
				background-size: cover;
				background-position: 50% 65%;
				background-repeat: no-repeat; }
		@media screen and (min-width: 68.8em) {
			.entry-content .bg-wood {
				max-height: 430px;
				position: relative; }
				.entry-content .bg-wood .wp-block-image {
					min-height: 430px; }
					.entry-content .bg-wood .wp-block-image img {
						height: 430px;
						width: 700px;
						position: absolute; }
					.entry-content .bg-wood .wp-block-image.position-center img {
						top: 0;
						bottom: 0;
						left: 0;
						right: 0;
						margin: auto; }
					.entry-content .bg-wood .wp-block-image.position-bottom-left img {
						bottom: -65px;
						left: 0; }
					.entry-content .bg-wood .wp-block-image.position-bottom-right img {
						bottom: 0;
						right: 0; } }
	.entry-content h1 {
		font-family: 'Octanis Serif', sans-serif;
		font-size: 3.5rem;
		color: #1f355e;
		font-weight: normal;
		margin: 0 0 0.75rem; }
	.entry-content h2 {
		font-family: 'Octanis Serif', sans-serif;
		font-size: 2.75rem;
		color: #1f355e;
		font-weight: normal;
		margin: 0 0 0.75rem; }
		.entry-content h2.no-border {
			border-bottom: none; }
		.entry-content h2.weight-normal {
			font-weight: 400; }
		.entry-content h2.limit-width {
			max-width: 800px;
			margin: 1rem auto; }
	.entry-content h3 {
		font-family: 'Futura Standard Book', 'Arial', sans-serif;
		font-size: 1.25rem;
		color: #325598;
		margin-bottom: 0.75rem; }
	.entry-content h4 {
		font-family: 'Futura Standard Book', 'Arial', sans-serif;
		font-size: 1.1rem;
		color: #1f355e;
		margin: 0.65rem 0 0.1rem; }
	.entry-content p, .entry-content ul {
		color: #1f355e;
		font-size: 1rem;
		line-height: 1.65;
		font-family: 'Futura Standard Book', 'Arial', sans-serif; }
	.entry-content a {
		color: #325598;
		text-decoration: none; }
	.entry-content p.button a {
		font-family: 'Futura Standard Book', 'Arial', sans-serif;
		background-color: transparent;
		border-radius: 0.25rem;
		border: 3px solid #B36200;
		color: #B36200;
		text-decoration: none;
		padding: 0.6rem 1.35rem;
		letter-spacing: -0.015rem;
		font-size: 0.75rem;
		font-weight: bold;
		letter-spacing: 0.0125rem;
		display: inline-block;
		text-transform: uppercase;
		-webkit-transition: color 200ms ease-in-out;
		transition: color 200ms ease-in-out; }
		.entry-content p.button a:hover {
			color: #1f355e; }
	.entry-content ul.page-contents {
		margin: 0;
		padding: 0;
		list-style-type: none; }
		.entry-content ul.page-contents.nav li a {
			text-decoration: none; }
			.entry-content ul.page-contents.nav li a:hover {
				text-decoration: underline; }
	.entry-content .caldera-grid .control-label {
		font-weight: normal;
		color: #1f355e; }
	.entry-content .caldera-grid .form-control:focus {
		border-color: #325598;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #5179c5;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #5179c5; }
	.entry-content .caldera-grid .btn.btn-default {
		font-family: 'Futura Standard Book', 'Arial', sans-serif;
		background-color: transparent;
		border-radius: 0.25rem;
		border: 3px solid #e27c00;
		color: #e27c00;
		text-decoration: none;
		padding: 0.6rem 1.35rem;
		letter-spacing: -0.015rem;
		font-size: 0.75rem;
		font-weight: bold;
		letter-spacing: 0.0125rem;
		margin-top: 0.75rem;
		display: inline-block;
		text-transform: uppercase;
		-webkit-transition: color 200ms ease-in-out;
		transition: color 200ms ease-in-out; }
		.entry-content .caldera-grid .btn.btn-default:hover {
			color: #1f355e; }
	@media screen and (max-width: 768px) {
		.entry-content .ghostkit-grid.column-reverse-sm {
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			    -ms-flex-direction: column-reverse;
			        flex-direction: column-reverse; }
			.entry-content .ghostkit-grid.column-reverse-sm .bg-wood .ghostkit-col-content {
				height: 100%;
				width: 100%; }
				.entry-content .ghostkit-grid.column-reverse-sm .bg-wood .ghostkit-col-content .overlay {
					width: 100%;
					height: 100%;
					background-size: cover;
					background-position: 50% 65%;
					background-repeat: no-repeat;
					min-height: 430px; } }
	@media screen and (min-width: 37.5em) {
		.entry-content h2 {
			font-size: 3.5rem;
			margin: 0 0 1.025rem; }
		.entry-content h4 {
			font-size: 1.35rem;
			margin: 1.35rem 0 0.5rem; }
		.entry-content p, .entry-content ul, .entry-content ul li {
			font-size: 1.125rem; }
		.entry-content .feature-block h2 {
			font-size: 2rem;
			margin: 1.25rem 0; }
			.entry-content .feature-block h2.limit-width {
				margin: 1.25rem auto; }
		.entry-content .feature-block a {
			font-size: 1.1rem; }
		.entry-content .caldera-grid .control-label {
			font-size: 1.125rem; }
		.entry-content .caldera-grid .form-control {
			font-size: 1.125rem;
			padding: 8px;
			height: auto; } }

@media screen and (min-width: 48em) {
	.page-content > *,
	.entry-content > *,
	.entry-summary > *,
	.page-title,
	.entry-header,
	.entry-footer,
	.site-info,
	.post-navigation,
	.page-navigation,
	.comments-area {
		padding-left: 0px;
		padding-right: 0px; } }

.page-links {
	clear: both;
	margin: 0 0 1.5em; }

.entry-footer {
	clear: both;
	padding: 1.5em 1.5rem 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; }

.entry-footer .post-edit-link {
	border-radius: 0.25rem;
	font-size: 0.85rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #23282d;
	color: #fafafa;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 3px 16px 3px 6px; }
	.entry-footer .post-edit-link:before {
		content: "\f464";
		top: 2px;
		font: normal 20px/1 dashicons;
		padding: 4px 0;
		margin-right: 6px; }

@media screen and (min-width: 48em) {
	.entry-footer {
		padding-right: 3rem;
		padding-left: 3rem; } }

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5rem; }

.alignright {
	float: right;
	margin-left: 1.5rem; }

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto; }

@media screen and (min-width: 48em) {
	.wp-caption.alignright,
	.wp-block-image.alignright {
		margin-right: calc((100% - 45remrem) / 2); }
	.wp-caption.alignleft,
	.wp-block-image.alignleft {
		margin-left: calc((100% - 45remrem) / 2); } }

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
/*
 * Available block selectors:

 * .wp-block-image
 * .wp-block-gallery
 * .wp-block-video
 * .wp-block-quote
 * .wp-block-text-columns
 * .wp-block-cover-text
 * .wp-block-button
 * .wp-block-gallery
 * .wp-block-table
 * .wp-block-embed
 * .wp-block-audio
 * .wp-block-pullquote
 * .wp-block-preformatted
 * .wp-block-code
 * .wp-block-verse

 */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 1.5em auto;
	padding: 0 1em; }

.entry-content ul,
.entry-content ol {
	padding-left: 1.25rem; }

.entry-content ul ul,
.entry-content ol ol {
	margin-right: 0;
	margin-left: 0;
	padding-right: 1.5em;
	padding-left: 1.5em; }

.alignwide {
	max-width: calc(50% + 45remrem / 2); }

.alignfull {
	max-width: 100%;
	padding: 0; }

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
	margin-top: 0; }

@media screen and (min-width: 48em) {
	.entry-content pre {
		padding: 1.5em; } }

/* Columns Block (experimental) */
.wp-block-columns {
	display: block; }

@media screen and (min-width: 37.5em) {
	.wp-block-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		grid-gap: 1em;
		gap: 1em; }
	.has-2-columns .wp-block-column {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: calc(50% - .5em); }
	.has-3-columns .wp-block-column {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: calc(33.3333% - .5em); }
	.has-4-columns .wp-block-column {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: calc(25% - .5em); } }

/* END Columns Block (experimental) */
.wp-block-latest-posts,
.wp-block-latest-comments {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border: 1px solid #cccccc; }

/*--------------------------------------------------------------
 ## Custom block colors.
 --------------------------------------------------------------*/
.has-dusty-orange-color,
.has-dusty-orange-color a {
	color: #ED8F5B; }

.has-dusty-orange-background-color {
	background-color: #ED8F5B; }

.has-dusty-red-color,
.has-dusty-red-color a {
	color: #E36D60; }

.has-dusty-red-background-color {
	background-color: #E36D60; }

.has-dusty-wine-color,
.has-dusty-wine-color a {
	color: #9C4368; }

.has-dusty-wine-background-color {
	background-color: #9C4368; }

.has-dark-sunset-color,
.has-dark-sunset-color a {
	color: #33223B; }

.has-dark-sunset-background-color {
	background-color: #33223B; }

.has-almost-black-color,
.has-almost-black-color a {
	color: #0A1C28; }

.has-almost-black-background-color {
	background-color: #0A1C28; }

.has-dusty-water-color,
.has-dusty-water-color a {
	color: #41848F; }

.has-dusty-water-background-color {
	background-color: #41848F; }

.has-dusty-sky-color,
.has-dusty-sky-color a {
	color: #72A7A3; }

.has-dusty-sky-background-color {
	background-color: #72A7A3; }

.has-dusty-daylight-color,
.has-dusty-daylight-color a {
	color: #97C0B7; }

.has-dusty-daylight-background-color {
	background-color: #97C0B7; }

.has-dusty-sun-color,
.has-dusty-sun-color a {
	color: #EEE9D1; }

.has-dusty-sun-background-color {
	background-color: #EEE9D1; }

/*--------------------------------------------------------------
 ## Custom block font sizes.
 --------------------------------------------------------------*/
.has-small-font-size {
	font-size: calc(16 / 16) rem; }

.has-regular-font-size {
	font-size: calc(20 / 16) rem; }

.has-large-font-size {
	font-size: calc(36 / 16) rem; }

.has-larger-font-size {
	font-size: calc(48 / 16) rem; }

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%; }

/*--------------------------------------------------------------
### Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.wp-caption .wp-caption-text {
	margin: 0.8075em 0; }

.wp-caption-text {
	text-align: center; }

/*--------------------------------------------------------------
### Gallery Block - overrides core styles
--------------------------------------------------------------*/
.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto; }

/* Override standard ul indentation. */
.entry-content .wp-block-gallery {
	padding-right: 1.5em;
	padding-left: 1.5em; }

@media screen and (min-width: 48em) {
	.entry-content .wp-block-gallery {
		padding-right: 0;
		padding-left: 0; } }

.wp-block-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: .5em; }

.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-9 .blocks-gallery-item {
	grid-column: span 1;
	margin: 0;
	width: inherit; }

.blocks-gallery-item:last-child:nth-child(odd) {
	grid-column: span 2; }

@media screen and (min-width: 40em) {
	.wp-block-gallery.columns-2 {
		grid-template-columns: repeat(2, 1fr); }
	.wp-block-gallery.columns-3 {
		grid-template-columns: repeat(3, 1fr); }
	.wp-block-gallery.columns-4 {
		grid-template-columns: repeat(4, 1fr); }
	.wp-block-gallery.columns-5 {
		grid-template-columns: repeat(5, 1fr); }
	.wp-block-gallery.columns-6 {
		grid-template-columns: repeat(6, 1fr); }
	.wp-block-gallery.columns-7 {
		grid-template-columns: repeat(7, 1fr); }
	.wp-block-gallery.columns-8 {
		grid-template-columns: repeat(8, 1fr); }
	.wp-block-gallery.columns-9 {
		grid-template-columns: repeat(9, 1fr); } }

/*--------------------------------------------------------------
### Galleries (Legacy)
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: .5em; }

@media screen and (min-width: 40em) {
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr); }
	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr); }
	.gallery-columns-4 {
		grid-template-columns: repeat(4, 1fr); }
	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr); }
	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr); }
	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr); }
	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr); }
	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr); } }

.gallery-item {
	padding: .5em;
	border: 1px solid #dedede; }

.gallery-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; }

.gallery-caption {
	font-size: 80%; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.mfp-content {
	max-width: 825px !important; }

.menu-row {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto; }

.erm-menu .menu-row .menu-row-title {
	font-family: 'Octanis Serif', sans-serif;
	font-size: 2.5rem;
	color: #483628;
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #ccc; }
	.erm-menu .menu-row .menu-row-title:focus {
		outline: none; }

.erm-menu .menu-section {
	margin: 0 1.5rem; }
	.erm-menu .menu-section .menu-section-title {
		font-family: 'Futura Standard Book', 'Arial', sans-serif;
		font-size: 1.75rem;
		color: #785f4b;
		margin: 1.5rem 0; }
	.erm-menu .menu-section .menu-section-content {
		margin-bottom: 0; }

.erm-menu .menu-rows-tab-content {
	margin-top: -1.25rem; }
	@media (min-width: 700px) {
		.erm-menu .menu-rows-tab-content {
			margin-top: -2.5rem; }
			.erm-menu .menu-rows-tab-content .menu-row-title {
				font-size: 3rem; } }

.erm-menu .menu-rows-tabs {
	background-color: #ecab21;
	color: #483628;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-height: 46px;
	overflow: hidden;
	-webkit-transition: max-height 250ms ease-in-out;
	transition: max-height 250ms ease-in-out; }
	.erm-menu .menu-rows-tabs.active {
		max-height: 700px; }
	.erm-menu .menu-rows-tabs button {
		width: 100%;
		text-align: center;
		padding: 1rem 1.5rem;
		color: #483628;
		font-family: 'Futura Standard Book', 'Arial', sans-serif;
		text-decoration: none;
		font-weight: 700;
		font-size: 0.875rem;
		border: none;
		background: none;
		border-radius: 0; }
		.erm-menu .menu-rows-tabs button#button-mobile-expand {
			text-align: left;
			background-image: url("../images/arrow-down.svg");
			background-size: 20px auto;
			background-repeat: no-repeat;
			background-position: 16px center;
			padding-left: 40px; }
		.erm-menu .menu-rows-tabs button.tab-active {
			border: none;
			background-color: #483628;
			color: #ffffff; }
		.erm-menu .menu-rows-tabs button:nth-child(even) {
			background-color: #eeb438; }
			.erm-menu .menu-rows-tabs button:nth-child(even).tab-active {
				background-color: #483628; }
	@media (min-width: 800px) {
		.erm-menu .menu-rows-tabs {
			max-height: none;
			overflow: unset; }
			.erm-menu .menu-rows-tabs button {
				width: auto;
				font-size: 0.85rem;
				position: relative;
				padding: 1.125rem 2rem;
				border-left: 1px solid #d99401; }
				.erm-menu .menu-rows-tabs button:hover {
					background-color: #d99401; }
				.erm-menu .menu-rows-tabs button:last-child {
					border-right: 1px solid #d99401; }
				.erm-menu .menu-rows-tabs button:nth-child(even) {
					background-color: #eeb438; }
					.erm-menu .menu-rows-tabs button:nth-child(even).tab-active {
						background-color: #483628; }
					.erm-menu .menu-rows-tabs button:nth-child(even):hover {
						background-color: #d99401; }
				.erm-menu .menu-rows-tabs button.tab-active {
					z-index: 2; }
					.erm-menu .menu-rows-tabs button.tab-active:hover {
						background-color: #483628; }
					.erm-menu .menu-rows-tabs button.tab-active:after {
						content: '';
						display: block;
						background-color: #483628;
						width: 25px;
						height: 25px;
						position: absolute;
						bottom: -10px;
						z-index: 1;
						left: 0;
						right: 0;
						margin: 0 auto;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg); }
				.erm-menu .menu-rows-tabs button#button-mobile-expand {
					display: none; } }
	@media (min-width: 1080px) {
		.erm-menu .menu-rows-tabs button {
			font-size: 1.1rem; } }

.menu-items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ccc; }
	.menu-items-list:last-child {
		border-bottom: none; }
	.menu-items-list .menu-item {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		border: 1px solid #b6a287;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-decoration: none;
		margin-top: 0;
		margin-bottom: 1rem;
		background-color: #f4f1ec; }
		.menu-items-list .menu-item .menuitem-preview-img {
			width: 100%;
			height: 275px;
			background-size: cover;
			background-position: center;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-top-right-radius: 4px;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-topright: 4px;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px; }
		.menu-items-list .menu-item .menu-item-thumb {
			width: 100%; }
		.menu-items-list .menu-item .menu-item-content-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			padding: 1rem 1rem; }
			.menu-items-list .menu-item .menu-item-content-wrap h5 {
				font-family: 'Futura Standard Book', 'Arial', sans-serif;
				font-size: 0.875rem;
				text-decoration: none;
				color: #493627; }
			.menu-items-list .menu-item .menu-item-content-wrap .expand-icon {
				background-image: url("../images/icon-expand.svg");
				background-size: cover;
				width: 1rem;
				height: 1rem;
				font-size: 0;
				color: transparent;
				overflow: hidden; }
	@media (min-width: 700px) {
		.menu-items-list {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap; }
			.menu-items-list .menu-item {
				width: 50%;
				margin: 0 1rem 1rem; }
				.menu-items-list .menu-item .menuitem-preview-img {
					height: 325px;
					background-position: center; } }
	@media screen and (min-width: 68.8em) {
		.menu-items-list .menu-item {
			width: 30%; } }

.erm-popup-menu .erm-popup-close {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	top: 10px;
	right: 10px;
	z-index: 999;
	width: 25px;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	background-color: #483628; }
	.erm-popup-menu .erm-popup-close i {
		background-image: url("../images/icon-close.svg");
		background-size: 15px auto;
		width: 15px;
		height: 15px;
		display: block; }

.erm-popup-menu .erm-popup-content {
	padding: 0; }
	.erm-popup-menu .erm-popup-content .menu-item-title {
		background-color: #ecab21;
		padding: 1rem 1.5rem;
		color: #483628;
		font-family: 'Octanis Serif', sans-serif;
		font-size: 2.5rem; }
	.erm-popup-menu .erm-popup-content .menu-item-content .menu-item-content-desc {
		margin-bottom: 0; }
		.erm-popup-menu .erm-popup-content .menu-item-content .menu-item-content-desc .pdp-only {
			display: none; }
	.erm-popup-menu .erm-popup-content .menu-item-tags {
		text-align: left;
		margin-top: 0.25rem; }
		.erm-popup-menu .erm-popup-content .menu-item-tags li {
			border: 0;
			position: relative;
			width: 35px;
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			height: 30px;
			margin: 0 0.15rem 0 0; }
			.erm-popup-menu .erm-popup-content .menu-item-tags li .tag {
				width: 30px;
				height: 30px;
				background-size: 30px 30px; }
				.erm-popup-menu .erm-popup-content .menu-item-tags li .tag.tag-dairy {
					background-image: url("../images/allergen-dairy.png"); }
				.erm-popup-menu .erm-popup-content .menu-item-tags li .tag.tag-soy {
					background-image: url("../images/allergen-soy.png"); }
				.erm-popup-menu .erm-popup-content .menu-item-tags li .tag.tag-wheat {
					background-image: url("../images/allergen-wheat.png"); }
				.erm-popup-menu .erm-popup-content .menu-item-tags li .tag.tag-fish {
					background-image: url("../images/allergen-fish.png"); }
				.erm-popup-menu .erm-popup-content .menu-item-tags li .tag.tag-egg {
					background-image: url("../images/allergen-egg.png"); }
				.erm-popup-menu .erm-popup-content .menu-item-tags li .tag.tag-nuts {
					background-image: url("../images/allergen-nuts.png"); }
				.erm-popup-menu .erm-popup-content .menu-item-tags li .tag:hover ~ span {
					opacity: 1; }
			.erm-popup-menu .erm-popup-content .menu-item-tags li span {
				display: table;
				opacity: 0;
				position: absolute;
				font-family: 'Futura Standard Book', 'Arial', sans-serif;
				font-size: 0.75rem;
				color: #ffffff;
				background-color: #483628;
				padding: 0.25rem 0.4rem;
				bottom: -2.15rem;
				left: 0;
				right: 0;
				margin: 0 auto;
				-webkit-transition: all 250ms ease-in-out;
				transition: all 250ms ease-in-out; }
				.erm-popup-menu .erm-popup-content .menu-item-tags li span:before {
					content: '';
					display: block;
					width: 10px;
					height: 10px;
					position: absolute;
					top: -4px;
					left: 0;
					right: 0;
					margin: 0 auto;
					background-color: #483628;
					-webkit-transform: rotate(45deg);
					transform: rotate(45deg); }
	.erm-popup-menu .erm-popup-content .menu-item-nutrition {
		background-color: #eee;
		padding: 1rem 1.75rem 1.75rem;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px; }
		.erm-popup-menu .erm-popup-content .menu-item-nutrition h4 {
			color: #785f4b;
			border-bottom: 4px solid #ecab21;
			font-family: 'Futura Standard Book', 'Arial', sans-serif;
			font-size: 1.3rem;
			padding: 0 0 0.5rem;
			margin: 0.5rem 0 0; }
		.erm-popup-menu .erm-popup-content .menu-item-nutrition .details {
			margin-top: 0.75rem; }
			.erm-popup-menu .erm-popup-content .menu-item-nutrition .details .details-link {
				display: block;
				border: 2px solid #ecab21;
				font-family: 'Futura Standard Book', 'Arial', sans-serif;
				color: #483628;
				text-align: center;
				width: 100%;
				padding: 0.65rem 0;
				text-decoration: none;
				border-radius: 0.2rem;
				font-weight: 700; }
				.erm-popup-menu .erm-popup-content .menu-item-nutrition .details .details-link:hover {
					background-color: #ecab21; }
		.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts {
			border-top: none;
			padding: 0; }
			.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts table {
				padding: 0; }
				.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts table td {
					padding: 0;
					padding-bottom: 0.15rem;
					padding-top: 0rem; }
			.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts .facts-sub-table {
				width: 100%;
				font-family: 'Futura Standard Book', 'Arial', sans-serif;
				color: #5e5e5e;
				font-size: 0.875rem;
				border-collapse: collapse; }
				.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts .facts-sub-table td {
					padding: 0;
					padding-bottom: 0.15rem;
					padding-top: 0.5rem; }
				.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts .facts-sub-table .main-fact {
					line-height: 1.5;
					border-bottom: 1px solid #929292;
					margin-bottom: 0.5rem; }
					.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts .facts-sub-table .main-fact td {
						color: #3e3e3e;
						font-weight: 700; }
						.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts .facts-sub-table .main-fact td:last-child {
							color: #785f4b; }
					.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts .facts-sub-table .main-fact:first-chlid td {
						padding-top: 0; }
					.erm-popup-menu .erm-popup-content .menu-item-nutrition .menu-item-nutrition-facts .facts-sub-table .main-fact td:last-child {
						text-align: right; }
	.erm-popup-menu .erm-popup-content p {
		padding: 0 1.75rem 1.25rem;
		color: #5e5e5e;
		font-family: 'Futura Standard Book', 'Arial', sans-serif;
		font-size: 1.1rem;
		line-height: 1.6; }
	.erm-popup-menu .erm-popup-content h3 {
		padding: 0 1.75rem;
		margin: 1.5rem 0 1rem;
		font-size: 2.5rem;
		line-height: 2.75rem;
		color: #483628; }
		.erm-popup-menu .erm-popup-content h3 span {
			color: #72a951 !important;
			font-size: 1.5rem !important; }
	.erm-popup-menu .erm-popup-content h4 {
		padding: 0 1.75rem;
		margin: 1.5rem 0 1rem;
		font-family: 'Futura Standard Book', 'Arial', sans-serif;
		font-size: 1.3rem;
		color: #483628; }
	.erm-popup-menu .erm-popup-content blockquote {
		margin-top: 1rem;
		background-color: #ecab21;
		margin: 0;
		overflow: hidden;
		border-top: 2.5rem solid #ecab21;
		border-bottom: 0.75rem solid #ecab21; }
		.erm-popup-menu .erm-popup-content blockquote p {
			font-family: 'Futura Standard Book', 'Arial', sans-serif;
			font-size: 0.95rem;
			line-height: 1.65;
			position: relative;
			color: #483628; }
			.erm-popup-menu .erm-popup-content blockquote p:first-child {
				padding: 0.75rem 0.5rem;
				margin: 0.75rem 0.9rem;
				border-top: 2px solid #483628;
				border-bottom: 2px solid #483628;
				text-align: center; }
				.erm-popup-menu .erm-popup-content blockquote p:first-child:before {
					position: absolute;
					top: -0.8rem;
					left: 0;
					right: 0;
					background-image: url("../images/quote-top.png");
					background-color: #ecab21;
					padding: 0 1.25rem;
					background-size: 27px 20px;
					content: '';
					display: block;
					width: 27px;
					height: 20px;
					background-repeat: no-repeat;
					background-position: center;
					margin: 0 auto; }
				.erm-popup-menu .erm-popup-content blockquote p:first-child:after {
					background-image: url("../images/quote-bottom.png");
					background-size: 27px 20px;
					background-color: #ecab21;
					padding: 0 1.25rem;
					content: '';
					display: block;
					width: 27px;
					height: 20px;
					background-repeat: no-repeat;
					background-position: center;
					position: absolute;
					bottom: -0.8rem;
					left: 0;
					right: 0;
					margin: 0 auto; }
			.erm-popup-menu .erm-popup-content blockquote p:last-child {
				text-align: center;
				margin: 0.5rem 0 0.25rem;
				font-style: italic;
				font-size: 0.8rem; }

@media screen and (min-width: 700px) {
	.erm-popup-menu .erm-popup-close {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		top: 10px;
		right: 10px;
		z-index: 999;
		width: 25px;
		height: 25px;
		font-size: 13px;
		line-height: 25px;
		background-color: #483628; }
		.erm-popup-menu .erm-popup-close i {
			background-image: url("../images/icon-close.svg");
			background-size: 15px auto;
			width: 15px;
			height: 15px;
			display: block; }
	.erm-popup-menu blockquote {
		position: absolute;
		top: 0;
		right: 0;
		width: calc(100% - 515px);
		height: 480px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		border-top-right-radius: 10px;
		border-top: 1rem solid #ecab21;
		border-bottom: none; }
		.erm-popup-menu blockquote p:first-child {
			font-size: 1.3rem; }
		.erm-popup-menu blockquote p:last-child {
			font-size: 0.975rem; }
	.erm-popup-menu .menu-item-nutrition {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 10px;
		min-width: calc(100% - 515px); }
	.erm-popup-menu .menu-item-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.erm-popup-menu .erm-popup-head {
		width: 515px;
		height: 480px;
		overflow: hidden; }
		.erm-popup-menu .erm-popup-head img {
			-o-object-fit: cover;
			   object-fit: cover;
			width: 100%;
			height: 100%;
			-o-object-position: center;
			   object-position: center;
			border-top-right-radius: 0; } }

.erm-menu-single .post-thumbnail {
	max-height: 625px; }
	.erm-menu-single .post-thumbnail img {
		max-height: 625px; }

.erm-menu-single .menu-item-single {
	position: relative;
	border-radius: 10px; }
	.erm-menu-single .menu-item-single .post-thumbnail {
		width: 100%; }
		.erm-menu-single .menu-item-single .post-thumbnail img {
			border-top-left-radius: 10px;
			border-top-right-radius: 10px; }
	.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc {
		margin-bottom: 0; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc h3 {
			font-size: 2.5rem;
			font-family: 'Octanis Serif', sans-serif;
			margin: 1.5rem 1.5rem 1rem;
			line-height: 1; }
			.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc h3 span {
				color: #72a951 !important;
				font-size: 1.5rem !important; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc h4 {
			font-size: 1.25rem;
			font-family: 'Futura Standard Book', 'Arial', sans-serif;
			color: #785f4b;
			font-weight: normal;
			margin: 2rem 1.5rem 1rem; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc p {
			font-size: 1rem;
			font-family: 'Futura Standard Book', 'Arial', sans-serif;
			color: #5e5e5e;
			padding: 0 1.5rem; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc .pdp-only {
			margin-bottom: 1.5rem; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote {
			background-color: #ecab21;
			margin: 0 0 0;
			overflow: hidden;
			border-top: 2.5rem solid #ecab21;
			border-bottom: 2rem solid #ecab21; }
			.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote p {
				font-family: 'Futura Standard Book', 'Arial', sans-serif;
				font-size: 0.95rem;
				line-height: 1.65;
				position: relative;
				color: #483628; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote p:first-child {
					padding: 0.75rem 0.5rem;
					margin: 0.75rem 0.9rem;
					border-top: 2px solid #483628;
					border-bottom: 2px solid #483628;
					text-align: center; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote p:first-child:before {
						position: absolute;
						top: -0.8rem;
						left: 0;
						right: 0;
						background-image: url("../images/quote-top.png");
						background-color: #ecab21;
						padding: 0 1.25rem;
						background-size: 27px 20px;
						content: '';
						display: block;
						width: 27px;
						height: 20px;
						background-repeat: no-repeat;
						background-position: center;
						margin: 0 auto; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote p:first-child:after {
						background-image: url("../images/quote-bottom.png");
						background-size: 27px 20px;
						background-color: #ecab21;
						padding: 0 1.25rem;
						content: '';
						display: block;
						width: 27px;
						height: 20px;
						background-repeat: no-repeat;
						background-position: center;
						position: absolute;
						bottom: -0.8rem;
						left: 0;
						right: 0;
						margin: 0 auto; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote p:last-child {
					text-align: center;
					margin: 0.5rem 0 0.25rem;
					font-style: italic;
					font-size: 0.8rem; }
	.erm-menu-single .menu-item-single .menu-item-content .menu-item-details {
		background-color: #eee;
		padding: 0.5rem 1.5rem 1.5rem;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .actions {
			margin-top: 1rem; }
			.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .actions .back-link {
				display: block;
				font-family: 'Futura Standard Book', 'Arial', sans-serif;
				border: 2px solid #ecab21;
				color: #483628;
				text-align: center;
				width: 100%;
				padding: 0.65rem 0;
				text-decoration: none;
				border-radius: 0.2rem;
				font-weight: 700; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .actions .back-link:hover {
					background-color: #ecab21; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-details h4 {
			color: #483628;
			border-bottom: 4px solid #ecab21;
			font-family: 'Futura Standard Book', 'Arial', sans-serif;
			font-size: 1.125rem;
			padding: 0 0 0.5rem;
			margin: 0.5rem 0 0; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts {
			border-top: none;
			padding: 0;
			margin-bottom: 10px; }
			.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts table {
				padding: 0; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts table td {
					padding: 0;
					padding-bottom: 0.15rem;
					padding-top: 0rem; }
			.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts .facts-sub-table {
				width: 100%;
				font-family: 'Futura Standard Book', 'Arial', sans-serif;
				color: #5e5e5e;
				font-size: 0.875rem;
				border-collapse: collapse; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts .facts-sub-table td {
					padding: 0;
					padding-bottom: 0.15rem;
					padding-top: 0.5rem; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts .facts-sub-table .main-fact {
					line-height: 1.5;
					border-bottom: 1px solid #929292;
					margin-bottom: 0.5rem; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts .facts-sub-table .main-fact td {
						color: #3e3e3e;
						font-weight: 700; }
						.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts .facts-sub-table .main-fact td:last-child {
							color: #785f4b; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts .facts-sub-table .main-fact:first-chlid td {
						padding-top: 0; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-nutrition-facts .facts-sub-table .main-fact td:last-child {
						text-align: right; }
		.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags {
			text-align: left;
			margin-top: 0.25rem;
			padding: 0; }
			.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li {
				border: 0;
				position: relative;
				width: 35px;
				width: -webkit-fit-content;
				width: -moz-fit-content;
				width: fit-content;
				height: 30px;
				margin: 0 0.15rem 0 0; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li .tag {
					width: 30px;
					height: 30px;
					background-size: 30px 30px; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li .tag.tag-dairy {
						background-image: url("../images/allergen-dairy.png"); }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li .tag.tag-soy {
						background-image: url("../images/allergen-soy.png"); }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li .tag.tag-wheat {
						background-image: url("../images/allergen-wheat.png"); }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li .tag.tag-fish {
						background-image: url("../images/allergen-fish.png"); }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li .tag.tag-egg {
						background-image: url("../images/allergen-egg.png"); }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li .tag.tag-nuts {
						background-image: url("../images/allergen-nuts.png"); }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li .tag:hover ~ span {
						opacity: 1; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li span {
					display: table;
					opacity: 0;
					position: absolute;
					font-family: 'Futura Standard Book', 'Arial', sans-serif;
					font-size: 0.75rem;
					color: #ffffff;
					background-color: #483628;
					padding: 0.25rem 0.4rem;
					bottom: -2.15rem;
					left: 0;
					right: 0;
					margin: 0 auto;
					-webkit-transition: all 250ms ease-in-out;
					transition: all 250ms ease-in-out; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-details .menu-item-tags li span:before {
						content: '';
						display: block;
						width: 10px;
						height: 10px;
						position: absolute;
						top: -4px;
						left: 0;
						right: 0;
						margin: 0 auto;
						background-color: #483628;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg); }
	@media screen and (min-width: 68.8em) {
		.erm-menu-single .menu-item-single .post-thumbnail {
			width: 70%;
			max-height: 685px;
			min-height: 685px; }
			.erm-menu-single .menu-item-single .post-thumbnail img {
				border-top-right-radius: 0;
				max-height: 685px;
				min-height: 685px; }
		.erm-menu-single .menu-item-single .menu-item-content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
			.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc {
				-webkit-box-flex: 7;
				    -ms-flex: 7;
				        flex: 7;
				padding: 0.75rem 1.5rem; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc h3 {
					font-size: 3.375rem;
					margin: 2.5rem 0 1.5rem; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc h3 span {
						font-size: 2rem !important; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc h4 {
					font-size: 1.5rem;
					margin: 2rem 0 1rem; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc p {
					font-size: 1.125rem;
					padding: 0; }
				.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote {
					position: absolute;
					top: 0;
					right: 0;
					width: 31.5%;
					height: 685px;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					    -ms-flex-direction: column;
					        flex-direction: column;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
					border-top-right-radius: 10px;
					border-top: 1rem solid #ecab21;
					border-bottom: none;
					padding: 0 1.65rem;
					margin: 0; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote p:first-child {
						font-size: 1.875rem;
						border-top: 3px solid #483628;
						border-bottom: 3px solid #483628; }
					.erm-menu-single .menu-item-single .menu-item-content .menu-item-content-desc blockquote p:last-child {
						font-size: 1.15rem; }
			.erm-menu-single .menu-item-single .menu-item-content .menu-item-details {
				-webkit-box-flex: 3;
				    -ms-flex: 3;
				        flex: 3;
				border-bottom-left-radius: 0; } }

/*! Pulled from Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
.accordion input:checked ~ .accordion-header .icon,
.accordion[open] .accordion-header .icon {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg); }

.accordion input:checked ~ .accordion-body,
.accordion[open] .accordion-body {
	max-height: 50rem; }

.accordion .accordion-header {
	display: block;
	padding: .2rem .4rem;
	cursor: pointer; }

.accordion .accordion-header .icon {
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s; }

.accordion .accordion-body {
	margin-bottom: .4rem;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .25s;
	transition: max-height .25s; }

summary.accordion-header::-webkit-details-marker {
	display: none; }

.downloads-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1280px;
	margin: 0.6rem auto 0;
	position: relative; }
	.downloads-wrapper .dl-icon {
		background-image: url("../images/icon-download.svg");
		background-size: cover;
		width: 12px;
		height: 16px;
		display: block;
		margin-right: 0.5rem; }
	.downloads-wrapper .downloads-accordion {
		width: 275px;
		display: inline-block;
		margin-right: 0.6rem; }
		.downloads-wrapper .downloads-accordion .accordion-header {
			text-align: right;
			padding: .2rem .4rem .6rem;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			font-family: 'Futura Standard Book', 'Arial', sans-serif;
			font-size: 0.875rem; }
		.downloads-wrapper .downloads-accordion .accordion-body {
			position: absolute; }
			.downloads-wrapper .downloads-accordion .accordion-body ul {
				list-style-type: none;
				padding: 0;
				margin: 0; }
				.downloads-wrapper .downloads-accordion .accordion-body ul li, .downloads-wrapper .downloads-accordion .accordion-body ul li.menu-item {
					font-size: 0.8125rem;
					border: 1px solid #d99401;
					border-bottom: none;
					background-color: #ecab21;
					margin: 0; }
					.downloads-wrapper .downloads-accordion .accordion-body ul li:last-child, .downloads-wrapper .downloads-accordion .accordion-body ul li.menu-item:last-child {
						border-bottom: 1px solid #d99401; }
					.downloads-wrapper .downloads-accordion .accordion-body ul li:hover, .downloads-wrapper .downloads-accordion .accordion-body ul li.menu-item:hover {
						background-color: #eeb438; }
					.downloads-wrapper .downloads-accordion .accordion-body ul li a, .downloads-wrapper .downloads-accordion .accordion-body ul li.menu-item a {
						text-decoration: none;
						padding: 0.65rem 0.5rem;
						display: block; }
	@media screen and (min-width: 700px) {
		.downloads-wrapper {
			margin: 1.5rem auto 0; }
			.downloads-wrapper .downloads-accordion {
				margin-right: 1.5rem; }
				.downloads-wrapper .downloads-accordion .accordion-header {
					font-size: 0.95rem; } }

/*--------------------------------------------------------------
## Site Improve adjustments
--------------------------------------------------------------*/
.job-explorer .job-search .search-container button.search-btn.rounded.border-0 {
    border-color: #B36200; 
    color: #B36200; 
}

.h3 {
    font-family: 'Futura Standard Book', 'Arial', sans-serif !important;
    font-size: 1.25rem !important;
    color: #325598 !important;
    margin-bottom: 0.75rem !important;
}

.job-explorer .job a {
    font-family: Futura Standard Book,Arial,sans-serif;
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    color: #B36200;
    background-color: transparent;
    border: 2px solid #B36200;
    -webkit-transition: color .2s ease-in-out,-webkit-box-shadow .4s ease-in-out;
    transition: color .2s ease-in-out,-webkit-box-shadow .4s ease-in-out;
    transition: color .2s ease-in-out,box-shadow .4s ease-in-out;
    transition: color .2s ease-in-out,box-shadow .4s ease-in-out,-webkit-box-shadow .4s ease-in-out;
    padding: 0.7rem 0.6rem;
    margin-top: 0.55rem;
    border-radius: 0.15rem;
    text-decoration: none;
    display: inline-block;
}