/*
 * Real3D single-catalog pages render the viewer directly beneath the site
 * header, outside WordPress' normal content wrappers. Keep the embedded
 * viewer aligned to the site's wide desktop canvas while retaining its
 * native fluid behavior below 1440px.
 */
body.single-r3d {
	background: #eceeef;
}

body.single-r3d > [class^="real3dflipbook-"],
body.single-r3d > [class*=" real3dflipbook-"] {
	width: 100% !important;
	max-width: 1440px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	overflow: hidden;
}

.ptr-cr {
	--ptr-cr-blue: #185c6b;
	--ptr-cr-purple: #96588a;
	--ptr-cr-coral: #e76f51;
	--ptr-cr-gold: #e9a825;
	--ptr-cr-lime: #a8c545;
	--ptr-cr-ink: #263840;
	--ptr-cr-muted: #56686f;
	--ptr-cr-line: #c8e0e7;
	--ptr-cr-panel: #f6fafb;
	box-sizing: border-box;
	color: var(--ptr-cr-ink);
	container-type: inline-size;
	font-family: inherit;
	max-width: 1400px;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.ptr-cr *,
.ptr-cr *::before,
.ptr-cr *::after {
	box-sizing: border-box;
}

.ptr-cr__intro {
	margin-bottom: 24px;
}

.ptr-cr__eyebrow {
	color: var(--ptr-cr-purple);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.ptr-cr__heading {
	color: var(--ptr-cr-purple);
	font-size: 38px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
}

.ptr-cr__dek {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin: 8px 0 0;
	max-width: 720px;
}

.ptr-cr__stage {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(210px, 320px) minmax(0, 1fr);
	align-items: start;
	min-width: 0;
}

.ptr-cr__media {
	background: #fff;
	border: 1px solid var(--ptr-cr-line);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	padding: 16px;
	min-width: 0;
}

.ptr-cr__image-link {
	display: block;
	width: 100%;
}

.ptr-cr__image {
	display: block;
	height: 340px;
	margin: 0 auto;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.ptr-cr__details {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, .95fr) minmax(270px, 1fr);
	align-items: start;
	min-width: 0;
}

.ptr-cr__copy {
	min-width: 0;
	padding: 8px 0;
}

.ptr-cr__active-kicker {
	color: var(--ptr-cr-purple);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ptr-cr__active-title {
	color: var(--ptr-cr-blue);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 10px;
}

.ptr-cr__active-description {
	color: var(--ptr-cr-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0 18px;
}

.ptr-cr__button {
	color: var(--ptr-cr-purple);
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
}

.ptr-cr__button:hover,
.ptr-cr__button:focus {
	color: var(--ptr-cr-blue);
	text-decoration: underline;
}

.ptr-cr__items {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.ptr-cr__item {
	appearance: none;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	color: var(--ptr-cr-purple);
	cursor: pointer;
	display: block;
	font: inherit;
	padding: 12px 14px;
	text-align: left;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	width: 100%;
}

.ptr-cr__item-action {
	display: none;
}

.ptr-cr__item:hover,
.ptr-cr__item:focus,
.ptr-cr__item.is-active {
	background: var(--ptr-cr-panel);
	border-color: var(--ptr-cr-line);
	color: var(--ptr-cr-blue);
	outline: none;
}

.ptr-cr__item-title {
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.ptr-cr__item-description {
	color: var(--ptr-cr-muted);
	display: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	margin-top: 6px;
}

.ptr-cr__item.is-active .ptr-cr__item-description {
	display: block;
}

.ptr-cr--menu {
	display: block;
	background: #fff;
	border: 1px solid var(--ptr-cr-line);
	border-left: 5px solid var(--ptr-cr-lime);
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(24, 92, 107, .06);
	max-width: none;
	min-height: 0;
	padding: 16px 18px 18px;
	height: 100%;
}

.ptr-cr--menu .ptr-cr__intro {
	display: block;
	margin-bottom: 12px;
}

.ptr-cr--menu .ptr-cr__eyebrow {
	display: none;
}

.ptr-cr--menu .ptr-cr__heading {
	color: var(--ptr-cr-purple);
	font-size: 24px;
	line-height: 1.08;
	margin: 0 0 6px;
}

.ptr-cr--menu .ptr-cr__dek {
	color: var(--ptr-cr-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.28;
	margin: 0;
	max-width: none;
}

.ptr-cr--menu .ptr-cr__stage {
	align-items: start;
	gap: 14px;
	grid-template-columns: minmax(96px, 132px) minmax(0, 1fr);
}

.ptr-cr--menu .ptr-cr__media {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	padding: 0;
}

.ptr-cr--menu .ptr-cr__image {
	filter: drop-shadow(0 10px 12px rgba(24, 92, 107, .18));
	height: 150px;
}

.ptr-cr--menu .ptr-cr__details {
	display: block;
	min-width: 0;
}

.ptr-cr--menu .ptr-cr__copy {
	display: none;
}

.ptr-cr--menu .ptr-cr__items {
	gap: 8px;
}

.ptr-cr--menu .ptr-cr__item {
	align-items: center;
	background: #f8fbfc;
	border: 1px solid var(--ptr-cr-line);
	border-radius: 5px;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 40px;
	padding: 8px 10px;
}

.ptr-cr--menu .ptr-cr__item-title {
	color: var(--ptr-cr-blue);
	font-size: 14px;
	line-height: 1.15;
}

.ptr-cr--menu .ptr-cr__item-action {
	color: var(--ptr-cr-purple);
	display: inline-block;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
}

.ptr-cr--menu .ptr-cr__item-description {
	display: none !important;
}

.ptr-cr--menu .ptr-cr__item:hover,
.ptr-cr--menu .ptr-cr__item:focus,
.ptr-cr--menu .ptr-cr__item.is-active {
	background: #eef6f8;
	border-color: #b9d8e1;
	color: var(--ptr-cr-blue);
}

.ptr-cr--group-programs-outreach {
	border-left-color: var(--ptr-cr-gold);
}

.ptr-cr--group-featured {
	border-left-color: var(--ptr-cr-purple);
}

.ptr-cr--home {
	border-left: 6px solid var(--ptr-cr-purple);
	padding-left: 28px;
}

.ptr-cr--home .ptr-cr__items {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ptr-cr--home .ptr-cr__item.is-active {
	box-shadow: inset 4px 0 0 var(--ptr-cr-gold);
}

@container (max-width: 900px) {
	.ptr-cr__stage,
	.ptr-cr__details,
	.ptr-cr--menu .ptr-cr__stage,
	.ptr-cr--menu .ptr-cr__details {
		grid-template-columns: 1fr;
	}

	.ptr-cr__intro {
		margin-bottom: 16px;
	}

	.ptr-cr__heading {
		font-size: 30px;
	}

	.ptr-cr__dek {
		font-size: 17px;
	}

	.ptr-cr__image,
	.ptr-cr--menu .ptr-cr__image {
		height: 150px;
	}

	.ptr-cr--menu {
		min-height: 0;
	}

	.ptr-cr__active-title,
	.ptr-cr--menu .ptr-cr__active-title {
		font-size: 24px;
	}

	.ptr-cr--home .ptr-cr__items {
		grid-template-columns: 1fr;
	}
}

@container (max-width: 560px) {
	.ptr-cr__stage {
		gap: 18px;
	}

	.ptr-cr__details {
		gap: 16px;
	}

	.ptr-cr__heading {
		font-size: 24px;
	}

	.ptr-cr__dek {
		font-size: 15px;
	}

	.ptr-cr__image,
	.ptr-cr--menu .ptr-cr__image {
		height: 150px;
	}

	.ptr-cr__active-kicker {
		font-size: 10px;
		margin-bottom: 6px;
	}

	.ptr-cr__active-title,
	.ptr-cr--menu .ptr-cr__active-title {
		font-size: 20px;
	}

	.ptr-cr__active-description,
	.ptr-cr--menu .ptr-cr__active-description {
		font-size: 14px;
	}

	.ptr-cr__button {
		font-size: 14px;
	}

	.ptr-cr__item {
		padding: 8px 10px;
	}

	.ptr-cr__item-title,
	.ptr-cr--menu .ptr-cr__item-title {
		font-size: 14px;
	}

	.ptr-cr__item-description {
		display: none !important;
	}

.ptr-cr--home {
	border-left-width: 4px;
	padding-left: 16px;
}
}

.ptr-catalog-collection {
	--ptr-cr-blue: #185c6b;
	--ptr-cr-purple: #96588a;
	--ptr-cr-coral: #e76f51;
	--ptr-cr-gold: #e9a825;
	--ptr-cr-lime: #a8c545;
	--ptr-cr-copper: #c96a27;
	--ptr-cr-ink: #263840;
	--ptr-cr-muted: #56686f;
	--ptr-cr-line: #c8e0e7;
	--ptr-cr-panel: #f6fafb;
	box-sizing: border-box;
	color: var(--ptr-cr-ink);
	container-type: inline-size;
	font-family: inherit;
	width: 100%;
}

.ptr-catalog-collection *,
.ptr-catalog-collection *::before,
.ptr-catalog-collection *::after {
	box-sizing: border-box;
}

.ptr-catalog-collection__intro {
	margin: 0 0 22px;
}

.ptr-catalog-collection__eyebrow {
	color: var(--ptr-cr-purple);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.ptr-catalog-collection__title {
	color: var(--ptr-cr-blue);
	font-size: 38px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
}

.ptr-catalog-collection__description {
	color: var(--ptr-cr-muted);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	margin: 8px 0 0;
	max-width: 740px;
}

.ptr-catalog-collection__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ptr-catalog-collection__card {
	align-content: start;
	background: #fff;
	border: 1px solid var(--ptr-cr-line);
	border-left: 5px solid var(--ptr-cr-purple);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: 18px;
}

.ptr-catalog-collection__card--prevention-topics {
	border-left-color: var(--ptr-cr-lime);
}

.ptr-catalog-collection__card--programs-outreach {
	border-left-color: var(--ptr-cr-gold);
}

.ptr-catalog-collection__card-title {
	color: var(--ptr-cr-purple);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0 0 6px;
}

.ptr-catalog-collection__card-description {
	color: var(--ptr-cr-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.ptr-catalog-collection__image-link {
	align-items: center;
	background: #fff;
	border-radius: 7px;
	display: flex;
	height: 210px;
	justify-content: center;
	overflow: hidden;
	padding: 8px;
	width: 100%;
}

.ptr-catalog-collection__image {
	display: block;
	filter: drop-shadow(0 10px 14px rgba(24, 92, 107, .14));
	height: 100%;
	max-height: 190px;
	max-width: 190px;
	object-fit: contain;
	width: 100%;
}

.ptr-catalog-collection__items {
	display: grid;
	gap: 8px;
}

.ptr-catalog-collection__item {
	align-items: center;
	background: var(--ptr-cr-panel);
	border: 1px solid var(--ptr-cr-line);
	border-radius: 5px;
	color: var(--ptr-cr-blue);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 40px;
	padding: 9px 11px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ptr-catalog-collection__item:hover,
.ptr-catalog-collection__item:focus,
.ptr-catalog-collection__item.is-active {
	background: #eef6f8;
	border-color: #b9d8e1;
	color: var(--ptr-cr-blue);
	outline: none;
}

.ptr-catalog-collection__item-title {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.15;
}

.ptr-catalog-collection__item-action {
	color: var(--ptr-cr-purple);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

@container (max-width: 980px) {
	.ptr-catalog-collection__grid {
		grid-template-columns: 1fr;
	}

	.ptr-catalog-collection__card {
		grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
	}

	.ptr-catalog-collection__card-copy,
	.ptr-catalog-collection__items {
		grid-column: 1;
	}

	.ptr-catalog-collection__image-link {
		grid-column: 2;
		grid-row: 1 / span 2;
		height: 220px;
	}
}

@container (max-width: 620px) {
	.ptr-catalog-collection__title {
		font-size: 28px;
	}

	.ptr-catalog-collection__description {
		font-size: 15px;
	}

	.ptr-catalog-collection__card {
		grid-template-columns: 1fr;
	}

	.ptr-catalog-collection__card-copy,
	.ptr-catalog-collection__items,
	.ptr-catalog-collection__image-link {
		grid-column: auto;
		grid-row: auto;
	}

	.ptr-catalog-collection__image-link {
		height: 180px;
	}

	.ptr-catalog-collection__image {
		max-height: 160px;
		max-width: 170px;
	}
}

.ptr-catalog-request-card {
	--ptr-cr-blue: #185c6b;
	--ptr-cr-purple: #96588a;
	--ptr-cr-coral: #e76f51;
	--ptr-cr-lime: #a8c545;
	--ptr-cr-line: #c8e0e7;
	--ptr-cr-muted: #56686f;
	background: #fff !important;
	border: 1px solid var(--ptr-cr-line) !important;
	border-left: 5px solid var(--ptr-cr-coral) !important;
	border-radius: 6px !important;
	box-sizing: border-box;
	color: #263840 !important;
	font-family: inherit;
	height: 100%;
	padding: 20px 22px;
	width: 100%;
}

.ptr-catalog-request-card,
.ptr-catalog-request-card *,
.ptr-catalog-request-card *::before,
.ptr-catalog-request-card *::after {
	box-sizing: border-box;
}

.ptr-catalog-request-card__title {
	color: var(--ptr-cr-purple) !important;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.05;
	margin: 0 0 10px;
}

.ptr-catalog-request-card__description {
	color: var(--ptr-cr-muted) !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 14px;
}

.ptr-catalog-request-card__list {
	display: grid;
	gap: 8px;
	list-style: none !important;
	margin: 0 0 14px;
	padding: 0;
}

.ptr-catalog-request-card__list li {
	color: #263840 !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	padding-left: 26px;
	position: relative;
}

.ptr-catalog-request-card__list li::before {
	background: var(--ptr-cr-lime);
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: .3em;
	width: 10px;
}

.ptr-catalog-request-card__contact {
	color: #263840;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 16px;
}

.ptr-catalog-request-card__contact a {
	color: var(--ptr-cr-blue);
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.ptr-catalog-request-card__contact a:hover,
.ptr-catalog-request-card__contact a:focus {
	color: var(--ptr-cr-purple);
	text-decoration: underline;
}

.ptr-catalog-request-card__button {
	align-items: center;
	background: var(--ptr-cr-coral) !important;
	border-radius: 4px;
	color: #fff !important;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 12px 14px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.ptr-catalog-request-card__button:hover,
.ptr-catalog-request-card__button:focus {
	background: #d85f44;
	color: #fff;
	text-decoration: none;
}

.ptr-catalog-request-options {
	--ptr-cr-blue: #185c6b;
	--ptr-cr-purple: #96588a;
	--ptr-cr-line: #c8e0e7;
	--ptr-cr-panel: #f6fafb;
	display: grid;
	gap: 14px;
}

.ptr-catalog-request-options,
.ptr-catalog-request-options *,
.ptr-catalog-request-options *::before,
.ptr-catalog-request-options *::after {
	box-sizing: border-box;
}

.ptr-catalog-request-options__group {
	border: 1px solid var(--ptr-cr-line);
	border-radius: 6px;
	margin: 0;
	padding: 12px;
}

.ptr-catalog-request-options__group legend {
	color: var(--ptr-cr-purple);
	font-size: 16px;
	font-weight: 900;
	padding: 0 6px;
}

.ptr-catalog-request-options__option {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	color: #263840;
	display: grid;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr);
	line-height: 1.25;
	margin: 6px 0;
	padding: 8px 10px;
}

.ptr-catalog-request-options__option:hover {
	background: var(--ptr-cr-panel);
}

.ptr-catalog-request-options__option input {
	accent-color: var(--ptr-cr-blue);
}

.ptr-catalog-request-options-plain {
	background: #f6fafb;
	border: 1px solid #c8e0e7;
	border-radius: 6px;
	color: #263840;
	font-size: 13px;
	line-height: 1.5;
	padding: 12px;
	white-space: pre-wrap;
}

.ptr-dynamic-catalog-options .elementor-field-subgroup,
.elementor-field-group-requested_catalogs .elementor-field-subgroup,
.elementor-field-group-select_catalogs .elementor-field-subgroup {
	display: grid;
	gap: 7px 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ptr-catalog-form-group-heading {
	color: #96588a;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	margin: 10px 0 0;
	grid-column: 1 / -1;
}

.ptr-catalog-form-option {
	align-items: center;
	background: #f8fbfc;
	border: 1px solid #c8e0e7;
	border-radius: 4px;
	color: #263840;
	display: grid !important;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	grid-template-columns: auto minmax(0, 1fr);
	line-height: 1.25;
	min-height: 36px;
	padding: 7px 9px;
	width: 100%;
}

.ptr-catalog-form-option input {
	accent-color: #185c6b;
	margin: 0;
}

.ptr-catalog-popup {
	--ptr-cr-blue: #185c6b;
	--ptr-cr-purple: #96588a;
	--ptr-cr-coral: #e76f51;
	--ptr-cr-line: #c8e0e7;
	--ptr-cr-panel: #f6fafb;
}

.ptr-catalog-popup .elementor-heading-title,
.ptr-catalog-popup h1,
.ptr-catalog-popup h2 {
	color: var(--ptr-cr-blue);
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 8px;
}

.ptr-catalog-popup .elementor-widget-text-editor,
.ptr-catalog-popup .ptr-popup-subtext {
	color: #263840;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	max-width: 680px;
}

.ptr-catalog-popup .elementor-form .elementor-field-group {
	margin-bottom: 11px;
}

.ptr-catalog-popup .elementor-field-group-requested_catalogs {
	margin-top: 8px;
}

.ptr-catalog-popup .elementor-field-group-requested_catalogs > label,
.ptr-catalog-popup .elementor-field-group-requested_catalogs .elementor-field-label {
	display: none !important;
}

.ptr-catalog-popup .elementor-form .elementor-field-label {
	color: #263840;
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 5px;
}

.ptr-catalog-popup .elementor-field-textual {
	border: 1px solid #b8ccd3;
	border-radius: 4px;
	min-height: 40px;
}

.ptr-catalog-popup .elementor-button {
	background: var(--ptr-cr-coral);
	border-radius: 4px;
	font-weight: 900;
	min-height: 46px;
}

body.ptr-catalog-popup-active .elementor-widget-n-menu .e-n-menu-content,
body.ptr-catalog-popup-active .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-content,
body.ptr-catalog-popup-active .elementor-widget-n-menu .e-n-menu-dropdown,
body.ptr-catalog-popup-active .elementor-widget-n-menu [class*="e-n-menu-content"],
body.ptr-catalog-popup-active .elementor-widget-n-menu [class*="e-n-menu-dropdown"] {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

@media (max-width: 620px) {
	.ptr-dynamic-catalog-options .elementor-field-subgroup,
	.elementor-field-group-requested_catalogs .elementor-field-subgroup,
	.elementor-field-group-select_catalogs .elementor-field-subgroup {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.ptr-cr__heading {
		font-size: 30px;
	}

	.ptr-cr__dek {
		font-size: 17px;
	}

	.ptr-cr--home {
		border-left-width: 4px;
		padding-left: 18px;
	}

	.ptr-cr--home .ptr-cr__items {
		grid-template-columns: 1fr;
	}
}
