  @charset "utf-8";

/* html5doctor.com Reset v1.6.1 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}

/* additional custom resets... */

/* width & height */
img,
svg,
object,
embed,
video {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
/* box sizing */
html {
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
/* remove focus styles: dotted outline in Firefox & blue border in Chrome */
a:focus,
a:active,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}
a::-moz-focus-inner {
	border: 0;
}

/* framework */

/* widths */
.Width650,
.Width800,
.Width1000,
.Width1200,
.Width1350,
.Width1500,
.WidthMax,
article > *:not(.CustomBlock):not(.SectionBtmMargin) {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.Width650,
article > .wp-block-quote {
	max-width: 650px;
}
article > *:not(.CustomBlock):not(.SectionBtmMargin) {
	max-width: calc(650px + 10%) !important;
}
.Width800 {
	max-width: 800px;
}
.Width1000 {
	max-width: 1000px;
}
.Width1200 {
	max-width: 1200px;
}
.Width1350 {
	max-width: 1350px;
}
.Width1500 {
	max-width: 1500px;
}
.WidthMax {
	max-width: 1920px;
}
.PadLR,
article > *:not(.CustomBlock):not(.SectionBtmMargin) {
	padding-left: 5%;
	padding-right: 5%;
}
article > ul,
article > ol {
	padding-left: calc(5% + 20px) !important;
}

/* columns: block editor (with top & btm margin) */
.wp-block-columns {
	justify-content: space-between;
	margin: 1em 0;
}
.wp-block-column:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
	/* 2% gutter */
	.wp-block-column {
		margin-left: 0 !important;
		margin-right: 0 !important;
		flex-basis: 49%;
	}
	/* custom 2/3 1/3 layout (add OneThirdFirst or TwoThirdsFirst class to 2 column block) */
	.wp-block-columns.has-2-columns.OneThirdFirst .wp-block-column:last-child,
	.wp-block-columns.has-2-columns.TwoThirdsFirst .wp-block-column:first-child {
		flex-basis: 64%;
	}
	.wp-block-columns.has-2-columns.OneThirdFirst .wp-block-column:first-child,
	.wp-block-columns.has-2-columns.TwoThirdsFirst .wp-block-column:last-child {
		flex-basis: 34%;
	}
	/* custom 3/4 1/4 layout (add OneQuarterFirst or ThreeQuartersFirst class to 2 column block) */
	.wp-block-columns.has-2-columns.OneQuarterFirst .wp-block-column:last-child,
	.wp-block-columns.has-2-columns.ThreeQuartersFirst .wp-block-column:first-child {
		flex-basis: 74%;
	}
	.wp-block-columns.has-2-columns.OneQuarterFirst .wp-block-column:first-child,
	.wp-block-columns.has-2-columns.ThreeQuartersFirst .wp-block-column:last-child {
		flex-basis: 24%;
	}
}
@media only screen and (min-width: 782px) {
	.wp-block-column {
		margin-bottom: 0;
	}
	/* 2% gutter */
	.wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: 32%;
	}
	.wp-block-columns.has-4-columns .wp-block-column {
		flex-basis: 24%;
	}
	.wp-block-columns.has-5-columns .wp-block-column {
		flex-basis: 18.4%;
	}
	.wp-block-columns.has-6-columns .wp-block-column {
		flex-basis: 15%;
	}
}
/* columns: custom */
.TwoColumns,
.ThreeColumns,
.FourColumns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.CenterColumns {
	/* last row centered */
	justify-content: center;
}
.TwoColumns.GapSm,
.ThreeColumns.GapSm,
.FourColumns.GapSm {
	margin-bottom: -2% !important;
}
.TwoColumns.GapLg,
.ThreeColumns.GapLg,
.FourColumns.GapLg {
	margin-bottom: -5% !important;
}
.TwoColumns > *,
.ThreeColumns > *,
.FourColumns > * {
	flex-basis: 100%;
}
.TwoColumns.GapSm > *,
.ThreeColumns.GapSm > *,
.FourColumns.GapSm > * {
	margin-bottom: 2%;
}
.TwoColumns.GapLg > *,
.ThreeColumns.GapLg > *,
.FourColumns.GapLg > * {
	margin-bottom: 5%;
}
/* remove margin for spacer elements */
/*.TwoColumns > *:nth-last-child(1),*/
.ThreeColumns:not(.CenterColumns) > *:nth-last-child(1),
.ThreeColumns:not(.CenterColumns) > *:nth-last-child(2),
.FourColumns:not(.CenterColumns) > *:nth-last-child(1),
.FourColumns:not(.CenterColumns) > *:nth-last-child(2),
.FourColumns:not(.CenterColumns) > *:nth-last-child(3) {
	margin-bottom: 0;
}
/* columns: 2 */
@media only screen and (min-width: 481px) {
	/* 0 gap */
	.TwoColumns > *,
	.ThreeColumns > *,
	.FourColumns > * {
		flex-basis: 50%;
	}
	/* 2% gap */
	.TwoColumns.GapSm > *,
	.ThreeColumns.GapSm > *,
	.FourColumns.GapSm > * {
		flex-basis: 49%;
	}
	.TwoColumns.GapSm.CenterColumns > *:not(:nth-child(2n + 1)),
	.ThreeColumns.GapSm.CenterColumns > *:not(:nth-child(2n + 1)),
	.FourColumns.GapSm.CenterColumns > *:not(:nth-child(2n + 1)) {
		margin-left: 2%;
	}
	/* 5% gap */
	.TwoColumns.GapLg > *,
	.ThreeColumns.GapLg > *,
	.FourColumns.GapLg > * {
		flex-basis: 47.5%;
	}
	.TwoColumns.GapLg.CenterColumns > *:not(:nth-child(2n + 1)),
	.ThreeColumns.GapLg.CenterColumns > *:not(:nth-child(2n + 1)),
	.FourColumns.GapLg.CenterColumns > *:not(:nth-child(2n + 1)) {
		margin-left: 5%;
	}
}
/* columns: 3*/
@media only screen and (min-width: 768px) {
	/* 0 gap */
	.ThreeColumns > *,
	.FourColumns > * {
		flex-basis: 33.33%;
	}
	/* 2% gap */
	.ThreeColumns.GapSm > *,
	.FourColumns.GapSm > * {
		flex-basis: 32%;
	}
	.ThreeColumns.GapSm.CenterColumns > *:not(:nth-child(2n + 1)),
	.FourColumns.GapSm.CenterColumns > *:not(:nth-child(2n + 1)) {
		/* reset */
		margin-left: 0;
	}
	.ThreeColumns.GapSm.CenterColumns > *:not(:nth-child(3n + 1)),
	.FourColumns.GapSm.CenterColumns > *:not(:nth-child(3n + 1)) {
		margin-left: 2%;
	}
	/* 5% gap */
	.ThreeColumns.GapLg > *,
	.FourColumns.GapLg > * {
		flex-basis: 30%;
	}
	.ThreeColumns.GapLg.CenterColumns > *:not(:nth-child(2n + 1)),
	.FourColumns.GapLg.CenterColumns > *:not(:nth-child(2n + 1)) {
		/* reset */
		margin-left: 0;
	}
	.ThreeColumns.GapLg.CenterColumns > *:not(:nth-child(3n + 1)),
	.FourColumns.GapLg.CenterColumns > *:not(:nth-child(3n + 1)) {
		margin-left: 5%;
	}
}
/* columns: 4 */
@media only screen and (min-width: 900px) {
	/* 0 gap */
	.FourColumns > * {
		flex-basis: 25%;
	}
	/* 2% gap */
	.FourColumns.GapSm > * {
		flex-basis: 23.5%;
	}
	.FourColumns.GapSm.CenterColumns > *:not(:nth-child(3n + 1)) {
		/* reset */
		margin-left: 0;
	}
	.FourColumns.GapSm.CenterColumns > *:not(:nth-child(4n + 1)) {
		margin-left: 2%;
	}
	/* 5% gap */
	.FourColumns.GapLg > * {
		flex-basis: 21.25%;
	}
	.FourColumns.GapLg.CenterColumns > *:not(:nth-child(3n + 1)) {
		/* reset */
		margin-left: 0;
	}
	.FourColumns.GapLg.CenterColumns > *:not(:nth-child(4n + 1)) {
		margin-left: 5%;
	}
}

/* vertical padding & margins */
.CustomBlock,
.SectionBtmMargin {
	margin-bottom: 40px;
}
article *:not(.CustomBlock):not(script) + .CustomBlock,
article *:not(.CustomBlock):not(script) + h2,
article *:not(.CustomBlock):not(script) + .PostAuthorSection {
	margin-top: 40px;
}
@media only screen and (min-width: 768px) {
	.CustomBlock,
	.SectionBtmMargin {
		margin-bottom: 80px;
	}
	article *:not(.CustomBlock):not(script) + .CustomBlock,
	article *:not(.CustomBlock):not(script) + h2,
	article *:not(.CustomBlock):not(script) + .PostAuthorSection {
		margin-top: 80px;
	}
}

/* centering */
.CenterXYFrame {
	display: flex;
	justify-content: center;
	align-items: center;
}
.CenterXFrame {
	display: flex;
	justify-content: center;
}
.CenterYFrame {
	display: flex;
	align-items: center;
}
.TxtCenter {
	text-align: center;
}

/* clearfix */
.cf::after {
	content: "";
	display: table;
	clear: both;
}

/* backgrounds */
.BgCover {
	background-size: cover !important;
	background-position: center !important;
}
.BgGray {
	background-color: #f6f4f2;
}
.BgBlueLight {
	background-color: #97c4df;
}
/* .planet-friendly-style .BgBlueLight {
	background-color: #A1CC3A;
} */
.BgBlueDark {
	background-color: #223faa;
}
.planet-friendly-style .BgBlueDark {
	background-color: #48612d;
}

/* font: sans-serif */
@font-face {
	font-family: "SophiaPro";
	src: url("/wp-content/themes/pcc-custom/font/sofia-pro-light.woff2") format("woff2"), url("/wp-content/themes/pcc-custom/font/sofia-pro-light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SophiaPro";
	src: url("/wp-content/themes/pcc-custom/font/sofia-pro-semi-bold.woff2") format("woff2"), url("/wp-content/themes/pcc-custom/font/sofia-pro-semi-bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SophiaPro";
	src: url("/wp-content/themes/pcc-custom/font/sofia-pro-bold.woff2") format("woff2"), url("/wp-content/themes/pcc-custom/font/sofia-pro-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
.SophiaProSemiBold {
	font-weight: 600;
}
.SophiaProBold {
	font-weight: 700;
}

/* text: general */
body,
button,
input,
select,
textarea {
	font-family: "SophiaPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 1.5;
	/* font smoothing */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* text: sizes */
.Txt12 {
	font-size: 12px;
	line-height: normal;
}
.has-small-font-size,
.Txt14 {
	font-size: 14px;
	line-height: normal;
}
.Txt16 {
	font-size: 16px;
}
.has-regular-font-size {
	font-size: 18px;
}
.has-large-font-size,
.Txt24 {
	font-size: 20px;
}
@media only screen and (min-width: 768px) {
	.has-large-font-size,
	.Txt24 {
		font-size: 24px;
	}
}
/* text: colors */
.TxtWhite {
	color: #fff;
}
.TxtBlueLight {
	color: #97c4df;
}
.TxtBlueDark {
	color: #223faa;
}
.planet-friendly-style .TxtBlueDark {
	color: #48612d;
}
.TxtRed {
	color: #ff0000;
}
.TxtGray {
	color: #959595;
}
/*.has-gray-background-color {
    background-color: #444;
}
.has-gray-color {
    color: #444;
}*/
/* text: headings */
h1,
.h1,
.h2,
.h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.5em;
}
h1,
.h1 {
	font-size: 28px;
}
h2,
.h2 {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
@media only screen and (min-width: 768px) {
	h1,
	.h1 {
		font-size: 36px;
	}
	h2,
	.h2 {
		font-size: 30px;
	}
}
/* text: misc. */
p,
figure,
ul,
ol {
	margin-bottom: 1.5em;
}
blockquote cite {
	display: block;
}
ul,
ol {
	margin-left: 20px;
}
.ListStyleNone,
#NavMenu,
.wp-block-gallery {
	list-style: none;
	margin: 0;
}
.NoBtmMargin,
p:last-child,
figure:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}
.TxtCaps {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/* text: highlight color */
::-moz-selection {
	color: #fff;
	background: #000;
}
::selection {
	color: #fff;
	background: #000;
}

/* links */
a,
a:link,
a:visited,
[role="tab"] {
	color: #ff0000;
	text-decoration: none;
	transition: all 0.3s;
}
.planet-friendly-style a,
.planet-friendly-style a:link,
.planet-friendly-style a:visited {
	color: #a1cc3a;
}
.ColorlessLinks a,
.ColorlessLinks a:link,
.ColorlessLinks a:visited {
	color: inherit;
}
a:hover,
a:active,
a:focus,
[role="tab"]:hover,
[role="tab"]:active,
[role="tab"]:focus,
[role="tab"][aria-selected="true"],
.ColorlessLinks a:hover,
.ColorlessLinks a:active,
.ColorlessLinks a:focus {
	color: #b20000;
}
.planet-friendly-style a:hover,
.planet-friendly-style a:active,
.planet-friendly-style a:focus,
.planet-friendly-style [role="tab"]:hover,
.planet-friendly-style [role="tab"]:active,
.planet-friendly-style [role="tab"]:focus,
.planet-friendly-style [role="tab"][aria-selected="true"],
.planet-friendly-style .ColorlessLinks a:hover,
.planet-friendly-style .ColorlessLinks a:active,
.planet-friendly-style .ColorlessLinks a:focus {
	color: #86aa30;
}
/* links: border gray */
.GrayBtmLinks a,
.GrayBtmLinks a:link,
.GrayBtmLinks a:visited,
.GrayBtmLink,
.GrayBtmLink:link,
.GrayBtmLink:visited {
	display: inline-block;
	padding-bottom: 5px !important;
	border-bottom: 3px solid #f6f4f2 !important;
}
/* links: border white */
.WhiteBtmLinks a,
.WhiteBtmLinks a:link,
.WhiteBtmLinks a:visited,
.WhiteBtmLink,
.WhiteBtmLink:link,
.WhiteBtmLink:visited {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 3px solid #fff;
}
/* links: borderless */
/*a.BorderlessLink, .BorderlessLinks a,
a.wp-block-button__link,
.ui-datepicker a {
	border: none;
}*/
/* links: Google Maps */
.acf-map .gm-iv-address-link a {
	color: #fff;
}

/* buttons */
button,
button svg {
	transition: all 0.3s;
}
a.wp-block-button__link,
a.wp-block-button__link:link,
a.wp-block-button__link:visited,
button:not(.BtnStyleNone),
.Btn,
input[type="submit"] {
	display: inline-block;
	color: #ff0000;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 35px;
	background: #fff;
	border: 3px solid #ff0000;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s;
}
.planet-friendly-style a.wp-block-button__link,
.planet-friendly-style a.wp-block-button__link:link,
.planet-friendly-style a.wp-block-button__link:visited,
.planet-friendly-style button:not(.BtnStyleNone),
.planet-friendly-style .Btn,
.planet-friendly-style input[type="submit"] {
	color: #a1cc3a;
	border: 3px solid #a1cc3a;
}
a.wp-block-button__link:hover,
button:not(.BtnStyleNone):hover,
.Btn:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #ff0000;
}
.planet-friendly-style a.wp-block-button__link:hover,
.planet-friendly-style button:not(.BtnStyleNone):hover,
.planet-friendly-style .Btn:hover,
.planet-friendly-style input[type="submit"]:hover {
	color: #fff;
	background: #a1cc3a;
}
.acf-map button {
	background: none !important;
	padding: 0 !important;
}
button.BtnStyleNone {
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
button.BtnStyleNone:not([role="tab"]) {
	color: inherit;
}

/* button: skip link */
a[href="#MainContent"] {
	position: fixed;
	top: -300px;
	left: 0px;
	transition: all 0.3s, top 1s ease-out;
	z-index: 2000;
	color: #ff0000;
}
a[href="#MainContent"]:focus {
	top: 0px;
	transition: all 0.3s, top 0.1s ease-in;
}

/* block: image */
figure {
	max-width: 100% !important;
}
figure.wp-block-image {
	/* non-floated img child */
	/*	display: inline-block;*/
}
div.wp-block-image {
	/* floated img child */
	display: inline;
	margin: 0;
}
.wp-block-image img,
svg,
.DisplayBlock {
	display: block;
}
/* block: image: captions */
.wp-block-image figcaption {
	color: inherit;
	margin: 0;
	padding: 0.5em;
	border: 1px solid #000;
	border-top: none;
}
/* image: photo credit */
[data-credit] {
	position: relative;
}
[data-credit]::after {
	content: attr(data-credit);
	position: absolute;
	bottom: 5px;
	left: 5%;
	width: calc(90% - 80px);
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px #656565;
	opacity: 0.8;
}
/*.cycle-slideshow [data-credit]::after {
	width: calc(90% - 100px);
	left: calc(5% + 50px);
}*/

/* forms */
label {
}
input:not([type="button"]):not([type="reset"]):not([type="submit"]),
select,
textarea {
	border: 1px solid transparent;
	transition: all 0.3s;
}
input:not([type="button"]):not([type="reset"]):not([type="submit"]),
select {
	line-height: 1;
}
textarea {
}
input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus,
select:focus,
textarea:focus {
	border-color: #97c4df;
}
input[type="submit"] {
}
/* Gravity Forms */
body .gform_wrapper ul li.gfield:first-of-type {
	/* first field */
	margin-top: 0 !important;
}
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
	/* labels */
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	/* sublabels */
}
.gform_wrapper .gfield_required {
	/* required asterisk */
}
.grecaptcha-badge {
	/* invisible reCAPTCHA badge */
	visibility: hidden;
	/* if hidden, must include: This site is protected by reCAPTCHA and the Google <a href="none" target="_blank" rel="noopener">Privacy Policy</a> and <a href="none" target="_blank" rel="noopener">Terms of Service</a> apply.*/
}
@media only screen and (min-width: 641px) {
	.gform_wrapper .gform_body {
		/* counter right padding so form fills width */
		width: calc(100% + 16px);
	}
}
.gform_wrapper div.validation_error {
	/* error: message above form */
	border: none !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	/* error: wrapper around each field */
	padding-top: 0 !important;
	border: none !important;
	background: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	/* error: wrapper around label */
	margin-top: 0 !important;
}

/* text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 0.5em;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 0.5em;
	width: auto;
	z-index: 100000; /* above WP toolbar */
}

/* site header */
body {
	padding-top: 66px;
	transition: all 0.3s;
}
body.NavOpen {
	overflow: hidden;
}
.SiteHead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 5000;
}
.SiteHeadNav {
	height: 66px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
.SiteHeadNav > * {
	position: relative;
	height: 100%;
}
#TopNote {
	display: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#TopNote p {
	padding-right: calc(5% + 20px);
}
#TopNoteX {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
#TopNoteX svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
#TopNoteX svg:hover {
	fill: #ff0000;
}
.planet-friendly-style #TopNoteX svg:hover {
	fill: #a1cc3a;
}
.TopLogo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 501;
}

/* top nav: hamburger */
#HamburgerBtn {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 1001;
}
#Hamburger {
	position: relative;
	height: 25px;
	width: 25px;
}
#Hamburger div {
	position: absolute;
	width: 25px;
	height: 4px;
	left: 0;
	background: #ff0000;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.planet-friendly-style #Hamburger div {
	background: #a1cc3a;
}
#Hamburger div.first {
	top: 0;
}
#Hamburger div.second {
	top: calc(50% - 2px);
}
#Hamburger div.third {
	top: calc(100% - 4px);
}
#HamburgerBtn.NavOpen div.first {
	top: calc(50% - 2px);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
#HamburgerBtn.NavOpen div.second {
	opacity: 0;
}
#HamburgerBtn.NavOpen div.third {
	top: calc(50% - 2px);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* top nav: menu */
#NavFrame {
	position: fixed;
	top: 66px;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 20px 5%;
	background: #fff;
	opacity: 0;
	transition: all 0.5s;
	z-index: 500;
}
#NavFrame.NavOpen {
	right: 0;
	opacity: 1;
}
#NavMenu > li {
	display: block;
	margin-bottom: 10px;
}
#NavMenu > li:last-child {
	margin-bottom: 0;
}
#NavMenu > li:nth-last-child(2) {
	display: none;
}
#NavMenu a,
#NavMenu a:link,
#NavMenu a:visited {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.1em;
}
#NavMenu a:hover,
#NavMenu a:active,
#NavMenu a:focus {
	color: #ff0000;
}
.planet-friendly-style #NavMenu a:hover,
.planet-friendly-style #NavMenu a:active,
.planet-friendly-style #NavMenu a:focus {
	color: #a1cc3a;
}
#NavMenu .current_page_item > a {
	color: #ff0000;
}
.planet-friendly-style #NavMenu .current_page_item > a {
	color: #a1cc3a;
}
#NavMenu a[href="#"] {
	cursor: default;
	color: inherit !important;
}
/* top nav: submenu */
#NavMenu .sub-menu {
	margin: 10px 0 0 5%;
}
#NavMenu .sub-menu a,
#NavMenu .sub-menu a:link,
#NavMenu .sub-menu a:visited {
	color: #959595;
}
#NavMenu .sub-menu a:hover,
#NavMenu .sub-menu a:active,
#NavMenu .sub-menu a:focus,
#NavMenu .sub-menu .current_page_item > a {
	color: #ff0000;
}
.planet-friendly-style #NavMenu .sub-menu a:hover,
.planet-friendly-style #NavMenu .sub-menu a:active,
.planet-friendly-style #NavMenu .sub-menu a:focus,
.planet-friendly-style #NavMenu .sub-menu .current_page_item > a {
	color: #a1cc3a;
}
@media only screen and (min-width: 481px) {
	/* site header */
	body {
		padding-top: 106px;
	}
	.SiteHeadNav {
		height: 106px;
	}
	.TopLogo img {
		width: 250px;
	}
	/* top nav: hamburger */
	#HamburgerBtn {
		width: 100px;
		height: 100px;
	}
	#Hamburger {
		width: 50px;
		height: 40px;
	}
	#Hamburger div {
		width: 50px;
	}
	/* top nav: menu */
	#NavFrame {
		width: 50%;
		border-left: 3px solid #000;
		top: 106px;
	}
}
@media only screen and (min-width: 1000px) {
	#NavFrame {
		width: 33.33%;
	}
}
@media only screen and (min-width: 1250px) {
	/* site header */
	body {
		padding-top: 150px;
	}
	.SiteHeadNav {
		height: 150px;
	}
	/* top nav: hamburger */
	#HamburgerBtn {
		display: none;
	}
	/* top nav: menu */
	#NavFrame,
	#NavFrame.NavOpen {
		position: absolute;
		width: calc(90% - 400px);
		top: 0 !important;
		left: 50%;
		transform: translateX(-50%);
		opacity: 1;
		background: none;
		padding: 0;
		border: none;
	}
	#NavMenu {
		text-align: center;
	}
	#NavMenu > li {
		display: inline-block;
		position: relative;
		margin-right: 10px;
		margin-bottom: 0;
	}
	#NavMenu > li:nth-last-child(2) {
		display: inline-block;
	}
	#NavMenu > li:nth-last-child(2) {
		margin-right: 0;
	}
	#NavMenu > li:not(:last-child) > a {
		display: inline-block;
		line-height: 144px;
		padding: 0 10px;
	}
	#NavMenu > li:last-child {
		margin-right: 0;
		position: absolute;
		right: -200px;
		top: 50%;
		transform: translateY(-50%);
	}
	#NavMenu > li:last-child a,
	#NavMenu > li:last-child a:link,
	#NavMenu > li:last-child a:visited {
		display: inline-block;
		color: #ff0000;
		padding: 10px 35px;
		border: 3px solid #ff0000;
		background: #fff;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.planet-friendly-style #NavMenu > li:last-child a,
	.planet-friendly-style #NavMenu > li:last-child a:link,
	.planet-friendly-style #NavMenu > li:last-child a:visited {
		display: inline-block;
		color: #a1cc3a;
		border: 3px solid #a1cc3a;
	}
	#NavMenu > li:last-child a:hover,
	#NavMenu > li:last-child a:active,
	#NavMenu > li:last-child a:focus {
		color: #fff;
		background: #ff0000;
	}
	.planet-friendly-style #NavMenu > li:last-child a:hover,
	.planet-friendly-style #NavMenu > li:last-child a:active,
	.planet-friendly-style #NavMenu > li:last-child a:focus {
		color: #fff;
		background: #a1cc3a;
	}
	/* top nav: submenu */
	#NavMenu li .sub-menu {
		position: absolute;
		min-width: 160px;
		top: -5000px;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px;
		margin: 0;
		background: #fff;
		border: 3px solid #000;
		z-index: 500;
		opacity: 0;
		transition: opacity 0.5s;
	}
	#NavMenu li:hover .sub-menu {
		top: 110px;
		opacity: 1;
	}
	#NavMenu .sub-menu li:not(:last-child) {
		margin-bottom: 7px;
	}
	#NavMenu .sub-menu a {
		white-space: nowrap;
	}
	#NavMenu .sub-menu a,
	#NavMenu .sub-menu a:link,
	#NavMenu .sub-menu a:visited {
		color: #000;
	}
	#NavMenu .sub-menu a:hover,
	#NavMenu .sub-menu a:active,
	#NavMenu .sub-menu a:focus,
	#NavMenu .sub-menu .current_page_item > a {
		color: #ff0000;
	}
	.planet-friendly-style #NavMenu .sub-menu a:hover,
	.planet-friendly-style #NavMenu .sub-menu a:active,
	.planet-friendly-style #NavMenu .sub-menu a:focus,
	.planet-friendly-style #NavMenu .sub-menu .current_page_item > a {
		color: #a1cc3a;
	}
}
@media only screen and (min-width: 1500px) {
	/* site header */
	.TopLogo img {
		width: 300px;
	}
	/* top nav: menu */
	#NavMenu > li {
		margin-right: 20px;
	}
	#NavMenu > li:not(:last-child) > a {
		padding: 0 20px;
	}
	/* top nav: submenu */
	#NavMenu li .sub-menu {
		padding: 20px;
	}
}

/* site footer */
footer {
	margin-top: 80px;
}
.FooterTop {
	margin-bottom: 20px;
}
.FooterGreen img {
	width: 85px;
	height: 85px;
	display: inline-block;
	border: 3px solid #f6f4f2;
	border-radius: 50%;
	margin: -42.5px auto 5px auto;
}
.FooterGreen .WhiteBtmLink,
.FooterGreen .WhiteBtmLink:link,
.FooterGreen .WhiteBtmLink:visited {
	color: #77b434;
}
.FooterGreen .WhiteBtmLink:hover,
.FooterGreen .WhiteBtmLink:active,
.FooterGreen .WhiteBtmLink:focus {
	color: #b20000;
}
.FooterInstaCTA {
	padding-top: 20px;
}
#sb_instagram {
	padding-bottom: 0 !important;
}
.sbi_photo {
	border: 3px solid transparent;
	opacity: 1 !important;
}
.sbi_photo:hover,
.sbi_photo:active,
.sbi_photo:focus {
	border-color: #ff0000;
}
.FooterCTA {
	text-align: center;
	padding: 20px 0;
}
.FooterCTA h3 {
	text-transform: uppercase;
}
.FooterCTA .Btn {
	margin-top: 10px;
}
.FooterSkyline img {
	position: relative;
	margin: 0 auto;
	bottom: -4px;
}
.FooterBtm {
	padding-top: 20px;
	padding-bottom: 20px;
}
.FooterBtm img {
	margin: 0 auto 20px auto;
}
.FooterBtm .Txt16 {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #b5dbf1;
	margin-bottom: 10px;
}
.FooterBtm .Txt12 {
	margin-bottom: 10px;
}
.SocialList li {
	display: inline-block;
	margin-right: 20px;
}
.SocialList li:last-child {
	margin-right: 0;
}
.SocialList svg {
	width: 20px;
	height: 20px;
	fill: #4989af;
	transition: all 0.3s;
}
.SocialList svg:hover {
	fill: #b20000;
}
.planet-friendly-style .SocialList svg:hover {
	fill: #fff;
}
@media only screen and (min-width: 481px) {
	.FooterTop {
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 768px) {
	footer {
		margin-top: 165px;
	}
	.FooterGreen img {
		width: 170px;
		height: 170px;
		margin: -85px auto 10px auto;
	}
	.FooterInstaCTA {
		padding-top: 40px;
	}
	.FooterCTA {
		padding: 40px 0;
	}
	.FooterBtm {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.FooterBtm img {
		margin: 0 auto 40px auto;
	}
	.FooterBtm .Txt16 {
		display: inline-block;
		padding-bottom: 20px;
		border-bottom: 3px solid #b5dbf1;
		margin-bottom: 20px;
	}
	.FooterBtm .Txt12 {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.FooterTop {
		padding-bottom: 160px;
		margin-bottom: 160px;
	}
	.FooterInstaCTA {
		position: absolute;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.FooterCTA {
		flex-basis: 25%;
		text-align: left;
		padding: 0 0 0 2%;
	}
}
@media only screen and (min-width: 1500px) {
	.FooterCTA .Btn {
		margin-top: 25px;
	}
}

/* Google Map */
.acf-map {
}
.acf-map img {
	max-width: none; /* fix img sizes */
}

/* post: archive */
.RecipeTaxList {
	text-align: center;
}
.RecipeTaxList li {
	display: inline-block;
}
.RecipeTaxList li:not(:last-child)::after {
	content: "|";
	display: inline-block;
	padding: 0 5px 0 10px;
}
.PostArchiveList {
	margin-bottom: -5% !important;
}
.PostThumb {
	margin-bottom: 5%;
}
.PostThumb a {
	position: relative;
	padding: 40px 0;
	border: 3px solid #97c4df;
	color: inherit !important;
	height: 100%;
}
.PostThumb a:hover,
.PostThumb a:active,
.PostThumb a:focus {
	border-color: #ff0000;
}
.PostThumbImg {
	position: absolute;
	width: 95%;
	height: calc(100% - 40px);
	left: 0;
	top: 20px;
	z-index: -1;
}
.PostThumbTxt {
	float: right;
	padding: 20px 5%;
	width: 95%;
}
.PostThumbTxt h2 {
	font-size: 20px;
}
.PostThumbTxt .Txt24 {
	font-size: 18px;
}
.PostThumbTxt .TxtRed {
	margin-top: 20px;
}
@media only screen and (min-width: 481px) {
	.PostThumbImg {
		width: calc(100% - 40px);
	}
	.PostThumbTxt {
		width: calc(100% - 40px);
	}
}
@media only screen and (min-width: 768px) {
	.PostThumb a {
		padding: 80px 0;
	}
	.PostThumbImg {
		width: calc(100% - 80px);
	}
	.PostThumbTxt {
		padding: 40px 5%;
		width: calc(100% - 80px);
	}
	.PostThumbTxt h2 {
		font-size: 30px;
	}
	.PostThumbTxt .Txt24 {
		font-size: 24px;
	}
}
@media only screen and (min-width: 900px) {
	.PostArchiveList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.PostThumb {
		flex-basis: 47.5%;
	}
}

/* post: archive pagination */
.PaginationFrame {
	margin-top: 40px;
}
.PaginationFrame .page-numbers {
	display: inline-block;
	height: 50px;
	line-height: 45px; /* hacked due to odd font */
	margin-right: 20px;
}
.PaginationFrame .page-numbers:last-child {
	margin-right: 0;
}
.PaginationFrame .page-numbers:not(.prev):not(.next) {
	/* all numbers */
	width: 50px;
	font-weight: bold;
}
.PaginationFrame .page-numbers:not(.current):not(.prev):not(.next) {
	/* all non-current numbers */
	border: 3px solid #ff0000;
	color: #ff0000;
}
.PaginationFrame .page-numbers:not(.current):not(.prev):not(.next):not(.dots):hover,
.PaginationFrame .page-numbers:not(.current):not(.prev):not(.next):not(.dots):active,
.PaginationFrame .page-numbers:not(.current):not(.prev):not(.next):not(.dots):focus {
	/* all non-current numbers: hover */
	background: #ff0000;
	color: #fff;
}
.PaginationFrame .page-numbers.current {
	/* current number */
	color: #223faa;
	background-color: #f6f4f2;
}
.PaginationFrame .page-numbers.prev,
.PaginationFrame .page-numbers.next {
	/* prev/next */
}
@media only screen and (min-width: 768px) {
	.PaginationFrame {
		margin-top: 80px;
	}
}

/* post: single */
.PostAuthorSection {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.PostAuthorSection [role="img"] {
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 20px;
	width: 220px;
	height: 220px;
	max-width: 100%;
}
.PostAuthorSection .Txt14 {
	margin-bottom: 10px;
}
.PostTaxSection li {
	display: inline-block;
}
.PostTaxSection li:not(:last-child) {
	margin-right: 10px;
}
.PostTaxSection h6,
.SharePostSection h6,
.RelatedPostsSection h6 {
	margin-bottom: 20px;
}
.SharePostFrame a {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	border-radius: 50%;
}
.SharePostFrame a:last-child {
	margin-right: 0;
}
.SharePostFrame a.ShareFacebook {
	background: #3b5998;
}
.SharePostFrame a.ShareTwitter {
	background: #38a1f3;
}
.SharePostFrame a.SharePinterest {
	background: #c8232c;
}
.SharePostFrame a.ShareLinkedIn {
	background: #0077b5;
}
.SharePostFrame a.ShareEmail {
	background: #223faa;
}
.SharePostFrame a:hover,
.SharePostFrame a:active,
.SharePostFrame a:focus {
	background: #ff0000;
}
.SharePostFrame svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}
.RelatedPostsSection img {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.PostAuthorSection {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: left;
	}
	.PostAuthorSection > div {
		padding-left: 240px;
	}
	.PostAuthorSection [role="img"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		margin-bottom: 0;
	}
}

/* block: big links */
article *:not(.CustomBlock):not(script) + .BigLinksBlock {
	margin-top: 20px;
}
.BigLinksBlock > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -10px;
}
.BigLinksBlock a {
	text-align: center;
	margin: 0 10px 10px 10px;
}

#block_5e4c220b96611 {
	margin-bottom: 30px !important;
}

@media only screen and (min-width: 481px) {
	.BigLinksBlock a {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 768px) {
	article *:not(.CustomBlock):not(script) + .BigLinksBlock {
		margin-top: 30px;
	}
	.BigLinksBlock a {
		margin-left: 30px;
		margin-right: 30px;
	}
}

/* block: hero large */
.HeroLgBlock {
	position: relative;
}
.HeroLgVideoFrame,
.HeroLgSlideshow {
	position: relative;
	height: 330px;
}
.HeroLgVideoFrame > div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.HeroLgVideoFrame video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.HeroOverlay > div {
	padding: 20px 5%;
	text-align: center;
	background: #fff;
	border: 3px solid #97c4df;
}
.HeroOverlay > div > div {
	margin-bottom: 10px;
}
.HeroFooter {
	padding: 20px 5%;
}
.HeroFooter .TxtCaps {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.HeroLgVideoFrame,
	.HeroLgSlideshow {
		height: 660px;
	}
	.HeroOverlay {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0 5%;
		display: flex;
		flex-flow: row-reverse;
		z-index: 200;
	}
	.HeroOverlay > div {
		padding: 30px;
		text-align: left;
		flex-basis: 60%;
	}
	.HeroOverlay > div > div {
		margin-bottom: 20px;
	}
	.HeroFooter {
		padding: 30px 5%;
	}
}
@media only screen and (min-width: 1200px) {
	.HeroOverlay > div {
		padding: 60px;
		flex-basis: 40%;
	}
}

/* block: hero small (and blog hero) */
.HeroSmBlock,
.BlogHeroBlock {
	position: relative;
}
.HeroSmBlock h1,
.BlogHeroBlock h1,
.BlogHeroBlock .h1 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	padding: 20px 50px;
	z-index: 101;
	overflow: auto;
}
.HeroSmSlideshow,
.BlogHeroBlock [role="img"] {
	height: 240px;
}
@media only screen and (min-width: 768px) {
	.HeroSmBlock h1,
	.BlogHeroBlock h1,
	.BlogHeroBlock .h1 {
		padding: 30px 110px;
	}
	.HeroSmSlideshow,
	.BlogHeroBlock [role="img"] {
		height: 480px;
	}
}

/* block: intro & menus */
.IntroTabs_IntroFrame {
	position: relative;
	padding: 20px 5%;
	margin-bottom: 30px;
}
.IntroTabs_IntroFrame.HasImg {
	padding: 20px 5% 110px 5%;
}
.IntroTabs_IntroFrame .Txt12 {
	margin-top: 20px;
	margin-right: 110px;
}
.IntroTabs_IntroFrame img {
	position: absolute;
	right: -5%;
	bottom: -5%;
	border-radius: 50%;
	width: 130px;
	height: 130px;
}
.IntroTabs_TabsFrame {
	padding-top: 20px;
	border: 3px solid #97c4df;
}
.IntroTabs_TabsFrame [role="tab"]:not(:last-of-type) {
	margin-right: 20px;
}
.IntroTabs_TabsFrame_TabContent {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 20px 0;
}
.IntroTabs_TabsFrame_TabContent .TabContent_Text {
	text-align: left;
}
.IntroTabs_TabsFrame_TabContent .TabContent_Text a.PfLink,
.IntroTabs_TabsFrame_TabContent .TabContent_Menus a.PfLink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.IntroTabs_TabsFrame_TabContent .TabContent_Text a.PfLink svg,
.IntroTabs_TabsFrame_TabContent .TabContent_Menus a.PfLink svg {
	display: inline-block;
	width: 45px;
	margin-right: 10px;
}
.IntroTabs_TabsFrame_TabContent::before,
.IntroTabs_TabsFrame_TabContent::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 6%;
	background-color: #f6f4f2;
	z-index: -1;
}
.IntroTabs_TabsFrame_TabContent::before {
	right: 100%;
}
.IntroTabs_TabsFrame_TabContent::after {
	left: 100%;
}
.IntroTabs_TabsFrame_TabContent a {
	font-weight: bold;
	margin-bottom: 10px;
}
.IntroTabs_NutritionFrame {
	padding-bottom: 20px;
}
.IntroTabs_NutritionFrame a:not(:last-of-type) {
	margin-right: 10px;
}
.IntroTabs_ConclusionFrame {
	padding-top: 10px;
	padding-bottom: 10px;
}
.IntroTabs_ConclusionFrame .Txt14 {
	padding-bottom: 10px;
}
.IntroTabs_ConclusionFrame .Txt14 a {
	text-decoration: underline;
}
.IntroTabs_ConclusionFrame img {
	max-width: 50px;
	max-height: 30px;
}
@media only screen and (min-width: 481px) {
	.IntroTabs_TabsFrame_TabContent .TabContent_Menus {
		column-count: 2;
		column-gap: 40px;
		column-rule: 3px solid #fff;
	}
}
@media only screen and (min-width: 768px) {
	.IntroTabs_IntroFrame .h1 {
		font-size: 28px;
	}
	.IntroTabs_IntroFrame .Txt24 {
		font-size: 20px;
	}
}
@media only screen and (min-width: 900px) {
	.IntroTabs_IntroFrame {
		width: 47%;
		float: left;
		padding: 20px 30px;
		margin-bottom: 0;
		margin-top: 130px;
	}
	.IntroTabs_IntroFrame.HasImg {
		padding: 20px 30px 230px 30px;
	}
	.IntroTabs_IntroFrame .Txt12 {
		margin-top: 30px;
		margin-right: 170px;
	}
	.IntroTabs_IntroFrame img {
		width: 260px;
		height: 260px;
		right: -30px;
		bottom: -30px;
	}
	.IntroTabs_TabsFrame {
		float: right;
		width: 47%;
		padding-top: 30px;
	}
	.IntroTabs_TabsFrame [role="tab"]:not(:last-of-type) {
		margin-right: 50px;
	}
	.IntroTabs_TabsFrame_TabContent::before {
		width: 65%;
	}
	.IntroTabs_TabsFrame_TabContent::after {
		width: 12.4%;
	}
	.IntroTabs_TabsFrame_TabContent {
		padding-top: 60px;
		padding-bottom: 60px;
		margin: 30px 0;
	}
	.IntroTabs_TabsFrame_TabContent a {
		margin-bottom: 30px;
	}
	.IntroTabs_NutritionFrame {
		padding-bottom: 30px;
	}
	.IntroTabs_ConclusionFrame {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.IntroTabs_IntroFrame {
		width: 47%;
		float: left;
		padding: 50px 60px;
	}
	.IntroTabs_IntroFrame.HasImg {
		padding: 50px 60px 230px 60px;
	}
}

/* block: image & text (and block: map & text, and block: alternating rows) */
.MapTxtBlock .acf-map,
.ImgTxtBlock [role="img"],
.AltRowsSlideshow {
	min-height: 300px;
}
.MapTxtBlock ul,
.ImgTxtBlock ul,
.AltRowsTxt {
	padding: 20px 5%;
}
.AltRowsBlock li:not(:last-child) {
	margin-bottom: 40px;
}
.MapTxtBlock li:not(:last-child),
.ImgTxtBlock li:not(:last-child) {
	border-bottom: 3px solid #3c53a9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.AltRowsBlock .GrayBtmLink {
	margin-top: 20px;
}
.MapTxtBlock .BgBlueDark .Btn {
	margin-top: 10px;
}
@media only screen and (min-width: 768px) {
	.MapTxtBlock > div,
	.ImgTxtBlock > div,
	.AltRowsBlock li {
		min-height: 570px;
		position: relative;
	}
	.AltRowsBlock li:not(:last-child) {
		margin-bottom: 80px;
	}
	.MapTxtBlock .acf-map,
	.ImgTxtBlock [role="img"],
	.AltRowsSlideshow {
		position: absolute !important;
		height: 100%;
		width: 90%;
	}
	.AltRowsBlock li:nth-child(even) .AltRowsSlideshow {
		right: 0;
	}
	.MapTxtBlock ul,
	.ImgTxtBlock ul,
	.AltRowsTxt {
		position: relative;
		float: right;
		width: 47%;
		padding: 30px 40px;
		margin: 40px 0;
		z-index: 101;
	}
	.AltRowsBlock li:nth-child(even) .AltRowsTxt {
		float: left;
	}
}
@media only screen and (min-width: 900px) {
	.MapTxtBlock ul,
	.ImgTxtBlock ul,
	.AltRowsTxt {
		padding: 60px 80px;
		margin: 80px 0;
	}
}

/* block: four columns */
.FourColBlock {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.FourColBlock ul {
	border: 3px solid #97c4df;
	padding: 10px;
}
.FourColBlock li {
	position: relative;
	padding: 20px 5%;
}
.FourColBlock li:nth-child(2),
.FourColBlock li:nth-child(3) {
	border-bottom: 3px solid #fff;
}
.FourColBlock .Txt24:not(:last-of-type) {
	margin-bottom: 10px;
}
.FourColBlock h3 + .ColorlessLinks,
.FourColBlock .Txt24 + .Btn,
.FourColBlock .ColorlessLinks + .Btn {
	margin-top: 20px;
}
/* block: four columns: gray extensions */
.FourColBlock::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f6f4f2;
	z-index: -2;
}
.FourColBlock li:nth-child(1)::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 220%;
	right: -50%;
	bottom: 0;
	background-color: #fff;
	z-index: -1;
}
@media only screen and (min-width: 768px) {
	.FourColBlock ul {
		padding: 20px;
	}
}
@media only screen and (min-width: 900px) {
	.FourColBlock {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.FourColBlock ul {
		display: flex;
		flex-wrap: wrap;
		padding: 30px;
	}
	.FourColBlock li {
		flex-basis: 50%;
	}
	.FourColBlock li:nth-child(1) {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.FourColBlock li:nth-child(3) {
		border-right: 3px solid #fff;
		border-bottom: none;
	}
	/* block: four columns: gray extensions */
	.FourColBlock li:nth-child(1)::before {
		right: 0;
	}
}
@media only screen and (min-width: 1500px) {
	.FourColBlock {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.FourColBlock ul {
		padding: 50px;
	}
	.FourColBlock li {
		padding: 30px;
	}
	.FourColBlock li:nth-child(1) {
		flex-basis: 20%;
	}
	.FourColBlock li:not(:nth-child(1)) {
		flex-basis: 26.66%;
	}
	.FourColBlock li:nth-child(2),
	.FourColBlock li:nth-child(3) {
		border-bottom: none;
		border-right: 3px solid #fff;
	}
	.FourColBlock h2 {
		font-size: 22px;
	}
	/* block: four columns: gray extensions */
	.FourColBlock li:nth-child(1)::before {
		bottom: -60%;
	}
}

/* block: awards */
.AwardsBlock {
	--pad: 10px;
}
.AwardsBlock .Width1500 {
	padding: var(--pad);
}
.AwardsBlock .Width1500::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px solid #97c4df;
}
.AwardsBlock h2 {
	text-align: center;
	padding: 20px 5%;
}
.AwardsBlock ul {
	margin: -10px;
	padding: 20px 5%;
	text-align: center;
}
.AwardsBlock li {
	display: inline-block;
	margin: 10px;
}
.AwardsBlock img {
	max-width: 150px;
	max-height: 150px;
}
@media only screen and (min-width: 768px) {
	.AwardsBlock {
		--pad: 20px;
	}
}
@media only screen and (min-width: 900px) {
	.AwardsBlock {
		--pad: 30px;
		--h2-width: 200px;
	}
	.AwardsBlock h2 {
		display: flex;
		align-items: center;
		position: absolute;
		width: var(--h2-width);
		height: calc(100% + var(--pad));
		top: calc((var(--pad) / 2) * -1);
		text-align: left;
		padding: var(--pad);
	}
	.AwardsBlock ul {
		display: flex;
        justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 0 0 calc(var(--h2-width) + 10px + var(--pad));
		text-align: left;
	}
}
@media only screen and (min-width: 1500px) {
	.AwardsBlock {
		--pad: 50px;
		--h2-width: 250px;
	}
}

/* block: reviews */
.ReviewsSlideshow .slide {
	padding: 0 45px;
}
.ReviewsBlock .Txt24 {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.ReviewsSlideshow .slide {
		padding: 0 calc(40px + 5%);
	}
	.ReviewsBlock .Txt24 {
		margin-bottom: 30px;
		font-size: 20px;
	}
}

/* block: image slideshow */
.ImageSlideshowBlock > div {
	text-align: right;
}
.ImageSlideshowBlock [data-credit]::after {
	text-align: left;
}
.ImageSlideshow {
	display: inline-block;
	height: 300px;
	max-width: 1350px;
	width: 100%;
}
.ImageSlideshow .BgBlueDark {
	position: absolute;
	top: -10px;
	left: -5%;
	padding: 10px;
	text-align: left;
}
@media only screen and (min-width: 768px) {
	.ImageSlideshow {
		height: 570px;
	}
	.ImageSlideshow .BgBlueDark {
		top: 50%;
		transform: translateY(-50%);
		padding: 30px;
	}
}

/* block: slideshows */
.cycle-slideshow {
	background-image: url("/wp-content/themes/pcc-custom/img/spinner.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px 64px !important;
	position: relative;
}
/*.cycle-slideshow[data-cycle-fx="carousel"] {
	width: 100%;
}*/
.cycle-slideshow.NoBgImg {
	background-image: none;
}
.cycle-slideshow .slide {
	width: 100%;
}
.cycle-slideshow:not([data-cycle-auto-height="calc"]) .slide {
	height: 100%;
}
.cycle-slideshow .slide > [role="img"] {
	width: 100%;
	height: 100%;
}
.cycle-slideshow .slide:not(:first-of-type) {
	display: none;
}
/* block: slideshow: prev/next */
button.cycle-prev,
button.cycle-next {
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 40px;
	z-index: 101;
	background: #f6f4f2;
}
button.cycle-prev {
	right: 40px;
}
button.cycle-next {
	right: 0;
}
.ReviewsSlideshow button.cycle-prev,
.ReviewsSlideshow button.cycle-next {
	background: none;
	bottom: initial;
	top: 50%;
	transform: translateY(-50%);
}
.ReviewsSlideshow button.cycle-prev {
	right: initial;
	left: 0;
}
.ReviewsSlideshow button.cycle-next {
	right: 0;
}
button.cycle-prev svg,
button.cycle-next svg {
	width: 15px;
	height: 15px;
	fill: #000;
}
button.cycle-prev:hover svg,
button.cycle-next:hover svg {
	fill: #ff0000;
}

/* block: team (1 column) */
.TeamFilterList {
	margin-bottom: 20px;
}
.TeamFilterList li {
	margin-bottom: 10px;
}
.TeamFilterList button.active {
	background-color: #ff0000;
	color: #fff;
}
ul.TeamList {
	overflow: hidden;
	margin-bottom: -3%;
}
.TeamList li {
	margin-bottom: 3%;
	opacity: 1;
	/*	transform: scale(1);*/
	transition: all 0.5s;
}
.TeamList li.FadeOut {
	position: absolute;
	opacity: 0;
	-moz-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	-o-transform: scale(0.01);
	-ms-transform: scale(0.01);
	transform: scale(0);
	z-index: 1;
}
.TeamClickFrame {
	width: 100%;
}
.TeamClickFrame img {
	width: 100%;
}
.TeamClickFrame div {
	transition: all 0.3s;
	padding: 10px 5%;
}
.TeamClickFrame[aria-expanded="true"] div {
	background-color: #b20000;
}
.TeamExpandFrame {
	display: none;
}
.TeamExpandFrame.open {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	max-width: 90%;
	background: #fff;
	border: 3px solid #97c4df;
	z-index: 200;
}
.TeamExpandFrame > .Width650 {
	padding-top: 50px;
	margin-bottom: 20px;
}
.TeamExpandFrame .BgGray {
	margin-bottom: 30px;
	position: relative;
}
.TeamExpandFrame .BgGray .Width650 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.TeamExpandFrame .BgGray .TxtCaps:not(:first-of-type) {
	margin-top: 20px;
}
.TeamClose {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 10px !important;
}
.TeamClose svg {
	width: 20px;
	height: 20px;
	fill: #223faa;
}
.TeamClose:hover svg {
	fill: #ff0000;
}
/* block: team (2 columns) */
@media only screen and (min-width: 481px) {
	.TeamFilterList {
		margin-bottom: 30px;
	}
	.TeamList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		margin: 0 -1.5% -3% -1.5% !important;
	}
	.TeamList li {
		margin: 0 1.5% 3% 1.5%;
		flex-basis: 47%;
	}
}
/* block: team (3 columns) */
@media only screen and (min-width: 600px) {
	.TeamFilterList {
		margin-bottom: 60px;
	}
	.TeamFilterList li {
		float: left;
		width: 30%;
		margin-right: 5%;
		margin-bottom: 0;
	}
	.TeamFilterList li:last-child {
		margin-right: 0;
	}
	.TeamList li {
		flex-basis: 30.33%;
	}
}

/* services pg: fixed position menu button */
a.FixedPosMenuBtn {
	position: fixed;
	left: 10px;
	bottom: 10px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 200;
	border-color: #97c4df;
	background-color: #97c4df;
	color: #fff;
}
a.FixedPosMenuBtn:hover,
.FixedPosMenuBtn:active,
.FixedPosMenuBtn:focus {
	background-color: #ff0000;
	border-color: #ff0000;
}
@media only screen and (min-width: 481px) {
	a.FixedPosMenuBtn {
		left: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 768px) {
	a.FixedPosMenuBtn {
		left: 50px;
		bottom: 50px;
	}
}

/* block: question & answer */
.QABlock > div {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 3px solid #97c4df;
}
#QuestionList li:not(:last-child),
.AnswerList li:not(:last-child) {
	margin-bottom: 20px;
}
#QuestionList a {
	font-weight: bold;
}
.AnswerList li p:last-of-type {
	margin-bottom: 0;
}
.AnswerList h3,
.AnswerList h4 {
	margin-bottom: 5px;
}
.AnswerList h4 {
	color: #97c4df;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
@media only screen and (min-width: 481px) {
	.QABlock > div {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#QuestionList li:not(:last-child),
	.AnswerList li:not(:last-child) {
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 768px) {
	.QABlock > div {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/* block: menu */
.MenuBlock {
	position: relative;
}
.MenuLegend {
	display: none;
	padding: 20px 5%;
	margin-bottom: 20px;
}
.MenuLegend div,
.DietaryKey div {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.MenuLegend img,
.DietaryKey img {
	width: 15px;
}
.MenuLegend li {
	display: none; /* will be shown via JS */
	position: relative;
	padding-left: 25px;
}
.MenuLegend li.show {
	display: block;
}
.MenuLegend li.show {
	margin-bottom: 10px;
}
.MenuLegend div,
.MenuLegend img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.MenuSections > li:not(:last-child) {
	margin-bottom: 30px;
}
.MenuSectionDesc {
	font-weight: bold;
}
.MenuSectionDesc + a.GrayBtmLink {
	margin-top: 10px;
}
.MenuItems,
.MenuAdds,
.MenuImg {
	margin-top: 30px;
}
.MenuItems > li {
	margin-bottom: 20px;
}
.MenuItems > li:last-child {
	margin-bottom: 0;
}
.MenuItemsDietaryKeys {
	float: left;
}
.MenuItems .MenuItemsDietaryKeys {
	margin-top: 8px;
}
.MenuAdds .MenuItemsDietaryKeys {
	margin-top: 6px;
}
.MenuItemsDietaryKeys li:not(:last-child) {
	margin-bottom: 5px;
}
.MenuItems .MenuItemTxt {
	margin-left: 25px;
}
.MenuAdds .MenuItemTxt {
	margin-left: 20px;
}
.MenuItemLimitations {
	padding: 5px 0;
}
.MenuItemLimitations li:not(:last-child) {
	margin-bottom: 5px;
}
.MenuAdds {
	padding: 20px 5%;
}
.MenuAdds h4 {
	margin-bottom: 20px;
}
.MenuAddsList > li:not(:last-child) {
	margin-bottom: 20px;
}
.MenuImg {
	height: 300px;
}
.MenuSectionNotes {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
@media only screen and (min-width: 768px) {
	.MenuLegend {
		position: absolute;
		top: 0;
		right: 0;
		padding: 40px 30px 20px 30px;
		z-index: 200;
		margin-bottom: 0;
	}
	.MenuLegend.PosFixed {
		position: fixed;
	}
	.MenuLegend.PosAbsolute {
		bottom: 0;
		top: initial;
	}
	.MenuLegend li.show {
		margin-bottom: 20px;
	}
	.MenuItems.WidthFull > li,
	.MenuItems.WidthHalf,
	.MenuAdds,
	.MenuImg {
		float: left;
		width: 45%;
		margin-right: 10%;
	}
	.MenuItems.WidthFull > li:nth-child(even),
	.MenuAdds,
	.MenuImg {
		margin-right: 0;
	}
	.MenuSections > li:not(:last-child) {
		margin-bottom: 60px;
	}
	.MenuItems,
	.MenuAdds,
	.MenuImg {
		margin-top: 60px;
	}
	.MenuItems > li {
		margin-bottom: 40px;
	}
	.MenuAdds {
		padding: 40px 5%;
	}
	.MenuAdds h4 {
		margin-bottom: 30px;
	}
	.MenuSectionNotes {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 40px;
	}
	.MenuImg {
		height: 610px;
	}
}

/* block: contact form */
.ContactFormBlock {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media only screen and (min-width: 481px) {
	.ContactFormBlock {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media only screen and (min-width: 768px) {
	.ContactFormBlock {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.ContactFormBlock .Txt14 {
		margin-top: 50px;
	}
}

/* block: recipe */
.RecipeBlock {
	overflow: hidden;
}
.RecipeBlock > div {
	border: 3px solid #97c4df;
}
.RecipeBlock h1 {
	padding: 20px 0;
}
.RecipeSlideshow {
	height: 200px;
}
.RecipeBlock .BgGray {
	position: relative;
	padding: 20px 0;
	margin-bottom: 20px;
}
.RecipeBlock .BgGray::before {
	content: "";
	position: absolute;
	width: 400%;
	height: 100%;
	top: 0;
	left: -200%;
	background: #f6f4f2;
	z-index: -1;
}
.RecipeBlock .BgGray .TxtCenter {
	padding-bottom: 20px;
}
.RecipeBlock .BgGray .TxtCenter p:last-of-type {
	margin-bottom: 10px;
}
.RecipeNotes {
	padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.RecipeBlock h1,
	.RecipeBlock .BgGray {
		padding: 40px 0;
	}
	.RecipeSlideshow {
		height: 400px;
	}
	.RecipeBlock .BgGray {
		margin-bottom: 40px;
	}
	.RecipeNotes {
		padding-bottom: 40px;
	}
}

/* print styles */
@media only print {
	.SiteHead,
	a[href="#MainContent"],
	.HeroFooter,
	.HeroSmSlideshow,
	.PrintLink,
	.MenuImg,
	.ImageSlideshowBlock,
	.PostAuthorSection,
	.SharePostSection,
	.RelatedPostsSection,
	.ArchiveReturnSection,
	.FooterTop,
	.FooterSkyline,
	.FooterBtm img,
	.SocialList {
		display: none !important;
	}
	body {
		padding-top: 0 !important;
	}
	.HeroSmBlock {
		margin-bottom: 20px;
	}
	.HeroSmBlock h1 {
		position: initial;
		width: 100%;
		transform: none;
		left: 0;
	}
	.MenuLegend {
		position: initial;
		margin-bottom: 20px;
	}
}

/* page: safety: new framework */
.SafetyWidthSm {
	margin: 0 auto;
	max-width: 760px;
}
.SafetyWidthLg {
	margin: 0 auto;
	max-width: 1200px;
}
.SafetyParentFrame section:not(:last-of-type) {
	margin-bottom: 50px;
}
@media only screen and (min-width: 600px) {
	.SafetyParentFrame section:not(:last-of-type) {
		margin-bottom: 100px;
	}
}
.SafetyH1 {
	font-size: 40px;
}
.SafetyH2 {
	font-size: 35px;
}
.SafetyH3 {
}
.SafetyH4 {
}
.SafetyTxTiny {
	font-size: 12px;
}
.SafetyTxSm {
	font-size: 14px;
}
.SafetyTxMd {
	font-size: 16px;
}
/*.SafetyTxLg {
	font-size: 20px;
}*/
@media only screen and (min-width: 600px) {
	.SafetyH1 {
		font-size: 60px;
	}
	.SafetyH2 {
		font-size: 42px;
	}
}
.SafetyCaps {
	text-transform: uppercase;
	font-weight: bold;
}
.SafetyTxCenter {
	text-align: center;
}
.SafetyParentFrame input:not([type="button"]):not([type="reset"]):not([type="submit"]),
.SafetyParentFrame textarea {
	border-radius: 5px;
	padding: 10px !important;
	border: 1px solid #cdcdcd; /* gray */
}
.SafetyParentFrame .ginput_complex input {
	margin-bottom: 0 !important;
}
.SafetyParentFrame .gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}
.SafetyParentFrame .gfield .ginput_container {
	margin-top: 0 !important;
}
.SafetyParentFrame .gform_wrapper {
	margin-bottom: 0;
}
.SafetyParentFrame .gform_footer {
	padding-bottom: 0 !important;
}
.SafetyParentFrame .validation_error {
	display: none;
}
.SafetyParentFrame .validation_message {
	padding: 5px 15px 0 15px !important;
	font-size: 12px !important;
}
.SafetyTxCoGray,
#SafetyEventChangesPager a,
.SafetySubscribe .GfCaptchaLegal,
.SafetyContact .GfCaptchaLegal {
	color: #727272; /* gray */
}
.SafetyUpdatesList li {
	border: 1px solid #727272; /* gray */
}
.SafetyTxCoHighlightDark,
.SafetyH2,
#SafetyEventChangesPager a:hover,
#SafetyEventChangesPager a:focus,
#SafetyEventChangesPager a:active,
.SafetyAccordionControl:hover,
.SafetyAccordionControl:focus,
.SafetyAccordionControl:active {
	color: #223faa; /* dark blue */
}
#SafetySubscribeWindow .gform_confirmation_message {
	color: #26bd7e; /* success green */
}
.SafetyAccordionControl:hover svg,
.SafetyAccordionControl:focus svg,
.SafetyAccordionControl:active svg {
	fill: #223faa; /* dark blue */
}
.SafetyAccordionControl.open {
	color: #fff;
	background-color: #223faa; /* dark blue */
}
.SafetyAccordionControl.open svg {
	fill: #fff;
}
#SafetyEventChangesPager a.cycle-pager-active {
	color: #223faa; /* dark blue */
	border-color: #223faa; /* dark blue */
}
.SafetyBgHighlightGray {
	background-color: #eae9e7; /* gray */
}
#SafetyEventChangesPager a {
	border-bottom: 2px solid #eae9e7; /* gray */
}
.SafetyBgHighlightDarkTrans {
	background-color: rgba(34, 63, 170, 0.67); /* dark blue */
	transition: all 0.3s;
}
.SafetyMediaLink:hover .SafetyBgHighlightDarkTrans,
.SafetyMediaLink:focus .SafetyBgHighlightDarkTrans,
.SafetyMediaLink:active .SafetyBgHighlightDarkTrans,
.SafetyEventChangesSlideTxt ul li::before {
	background-color: #223faa; /* dark blue */
}
.SafetyBgHighlightLight {
	background-color: #97c4df; /* light blue */
}
#SafetyUpdatesShowMore,
#SafetyFaqsShowMore {
	color: #223faa; /* dark blue */
	text-decoration: underline;
}
#SafetyUpdatesShowMore:hover,
#SafetyFaqsShowMore:hover,
.mfp-close:hover {
	text-decoration: none;
	background: none !important;
}
/**.SafetyBtn, .SafetyParentFrame input[type="submit"] {
    display: inline-block;
	line-height: 1;
	font-weight: bold;
	color: #fff !important;
	padding: 15px 40px;
	border-radius: 10px;
	background-color: #223FAA;	 dark blue
	border: 1px solid #223FAA;	 dark blue
	text-decoration: none;
	transition: all .3s;
}
*.SafetyBtn:hover, *.SafetyBtn:active, *.SafetyBtn:focus,
.SafetyParentFrame input[type="submit"]:hover, .SafetyParentFrame input[type="submit"]:focus, .SafetyParentFrame input[type="submit"]:active {
	color: #223FAA !important;	 dark blue
	background-color: #97C4DF;	 light blue
}*/
button.SafetyNoBtnStyle {
	color: inherit;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
.SafetyListStyleNone {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* page: safety: hero */
.SafetyHero {
	position: relative;
	display: flex;
	align-items: center;
	height: 360px;
	background-position: center;
}
.SafetyHero > div {
	position: relative;
	z-index: 2;
}
.SafetyHero .SafetyCaps {
	margin-bottom: 10px;
}
.SafetyHero .SafetyH1 {
	margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
	.SafetyHero {
		height: 560px;
	}
}
/* page: safety: large media */
.SafetyLgMedia {
	position: relative;
	margin-top: -65px;
	text-align: center;
}
.SafetyMediaLink {
	display: block;
	position: relative;
}
.SafetyLgMedia img,
#SafetyEventChangesSlides img {
	display: block;
	border-radius: 12px;
}
.SafetyPlayIcon {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.SafetyPlayIcon svg {
	width: 30px;
}
.SafetyLgMedia .SafetyTxCoGray {
	margin-top: 5px;
}
@media only screen and (min-width: 600px) {
	.SafetyLgMedia {
		margin-top: -130px;
	}
}
/* page: safety: updates */
.SafetyUpdatesList {
	margin-bottom: -10px;
}
.SafetyUpdatesList li {
	margin-bottom: 10px;
}
.SafetyUpdatesList li[aria-hidden] {
	display: none;
}
.SafetyAccordionControl {
	position: relative;
	display: block !important;
	width: 100%;
	padding: 15px 40px 15px 10px !important;
	text-align: left !important;
}
.SafetyAccordionControl time {
	display: block;
}
.SafetyAccordionControl svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	transition: all 0.3s;
}
.SafetyAccordionControl.open svg {
	transform: translateY(-50%) rotate(180deg);
}
.SafetyAccordionContent {
	display: none;
	padding: 15px 40px 15px 10px;
}
#SafetyUpdatesShowMore {
	margin-top: 10px;
}
@media only screen and (min-width: 600px) {
	.SafetyAccordionControl {
		padding: 30px 65px 30px 115px !important;
	}
	.SafetyAccordionControl time {
		position: absolute;
		left: 25px;
	}
	.SafetyAccordionControl svg {
		right: 25px;
	}
	.SafetyAccordionContent {
		padding: 30px 65px 30px 115px;
	}
}
/* page: safety: separator */
.SafetyHr {
	width: 10%;
	height: 4px;
	border: none;
	margin: 0 auto;
}
/* page: safety: icon sets */
.SafetyIconSet1 h2,
.SafetyIconSet2 h2 {
	margin-bottom: 40px;
}
.SafetyIconSetList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: -5% !important;
}
.SafetyIconSetList li {
	flex-basis: 100%;
	margin-bottom: 5%;
}
.SafetyIconImgFrame {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
}
.SafetyIconImgFrame img {
	max-width: 80px;
	max-height: 80px;
}
@media only screen and (min-width: 481px) {
	/* 2 columns, 5% gap */
	.SafetyIconSetList li {
		flex-basis: 47.5%;
	}
	.SafetyIconSetList li:not(:nth-child(2n + 1)) {
		margin-left: 5%;
	}
}
@media only screen and (min-width: 768px) {
	.SafetyIconSet1 h2,
	.SafetyIconSet2 h2 {
		margin-bottom: 80px;
	}
	/* 3 columns, 5% gap */
	.SafetyIconSetList li {
		flex-basis: 30%;
	}
	.SafetyIconSetList li:not(:nth-child(2n + 1)) {
		/* reset */
		margin-left: 0;
	}
	.SafetyIconSetList li:not(:nth-child(3n + 1)) {
		margin-left: 5%;
	}
}
/* page: safety: event changes */
.SafetyEventChanges {
}
#SafetyEventChangesSlides {
	background: none;
}
#SafetyEventChangesPager {
	margin-bottom: 30px;
}
#SafetyEventChangesPager a {
	display: inline-block;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
}
.SafetyEventChangesSlideMedia {
	margin-bottom: 20px;
}
.SafetyEventChangesSlideTxt ul {
	list-style: none;
	margin-left: 0;
}
.SafetyEventChangesSlideTxt ul li {
	position: relative;
	padding-left: 20px;
}
.SafetyEventChangesSlideTxt ul li:not(:last-child) {
	margin-bottom: 10px;
}
.SafetyEventChangesSlideTxt ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
@media only screen and (min-width: 768px) {
	#SafetyEventChangesPager {
		margin-bottom: 60px;
	}
	.SafetyEventChangesSlideMedia {
		float: left;
		width: 50%;
		margin-bottom: 0;
	}
	.SafetyEventChangesSlideTxt {
		float: right;
		width: 45%;
	}
}
/* page: safety: FAQs */
.SafetyFaqs {
	padding-top: 40px;
	padding-bottom: 60px;
}
.SafetyFaqs h2 {
	color: inherit;
}
.SafetyFaqsList {
	margin-bottom: -20px;
}
.SafetyFaqsList li {
	margin-bottom: 20px;
}
.SafetyFaqsList li[aria-hidden] {
	display: none;
}
.SafetyFaqsQ {
	margin-bottom: 10px;
}
.SafetyFaqsA > strong:first-child {
	float: left;
}
#SafetyFaqsShowMore {
	margin-top: 20px;
}
@media only screen and (min-width: 600px) {
	.SafetyFaqs {
		padding-top: 80px;
		padding-bottom: 120px;
	}
}
/* page: safety: FAQs */
.SafetyContact > div,
#SafetySubscribeWindow {
	border: 1px solid #cdcdcd;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.SafetyContact > div {
	padding: 40px 5%;
	margin-top: -70px;
}
@media only screen and (min-width: 600px) {
	.SafetyContact > div {
		padding: 80px 5%;
		margin-top: -140px;
	}
}
/* page: safety: subscribe */
.SafetySubscribe {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 500;
	display: flex;
	flex-wrap: wrap;
}
.SafetySubscribe > div:nth-child(1) {
	order: 2;
	width: 100%;
}
.SafetySubscribe > div:nth-child(2) {
	order: 1;
}
#SafetySubscribeBtn {
	width: 100%;
	border-radius: 0;
}
#SafetySubscribeWindow {
	display: none;
	width: 90%;
	padding: 10px;
	margin: 0 auto 10px auto;
}
#SafetySubscribeWindow .gform_confirmation_message {
	margin-top: 20px;
}
#SafetySubscribeWindow .gform_confirmation_message::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(/wp-content/themes/pcc-custom/img/icon-checkmark.svg) no-repeat center;
	background-size: cover;
	float: left;
	margin-right: 5px;
}
@media only screen and (min-width: 600px) {
	.SafetySubscribe {
		bottom: 80px;
		top: initial;
		right: 2.5%;
		width: 280px;
		max-width: 95%;
	}
	.SafetySubscribe > div:nth-child(1) {
		text-align: right;
		order: 1;
	}
	.SafetySubscribe > div:nth-child(2) {
		order: 2;
	}
	#SafetySubscribeBtn {
		width: auto;
	}
	#SafetySubscribeWindow {
		width: 100%;
		padding: 20px;
		margin: 10px 0 0 0;
	}
}
