/*
	(c)2020 - visuallizard.com

	General styles.
	Template, view, plugin and element specific, etc.
*/

/*
.primary a {
	text-decoration: underline;
	text-decoration-color: #ffd41c;
}
.primary a:hover {
	text-decoration-style: double;
}
*/

mark {
	background-color: rgba(255, 213, 29, 0.3);
}

.more a,
.back a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #999;
}
.more a:hover,
.back a:hover {
	color: #001135;
	background-color: transparent;
}

/* Announcement Ribbon */
.announcement {
	display: block;
	background: #001135;
	padding: .75rem 0;
	color: #fff;
	font-size: 100%;
	text-align: center;
}
	.announcement > .container div > * {
		margin-bottom: .25em;
	}
	.announcement > .container div > *:last-child {
		margin-bottom: 0;
	}
	.announcement a {
		color: inherit;
		text-decoration: underline;
		text-decoration-thickness: 1.5px;
	}
	.announcement a:hover {
		color: #000;
	}

	/* 	Hide Announcement on COVID-19 page */
	.covid-19 .announcement {
		display: none;
	}

/* ! Home Featured area */
.featured-section {
	margin: 2rem 0 0;
	background: url(../img/bg-navy-stripes.jpg) center center no-repeat #2b3242;
	background-size: cover;
	color: #fff;
}
	.featured-container {
		display: flex;
		flex-wrap: wrap;
	}
	.featured-container > div {
		width: 50%;
	}

		.monitor {
			display: block;
			width: 100%;
/* 			width: 600px; */
/* 			height: 342px; */
			max-width: 600px;
			max-height: 360px;
			margin: -2rem 0 6rem;
			padding: 2% 1.8%;
			position: relative;
			background: url(../img/monitor.png) center top no-repeat transparent;
			background-size: contain;
/* 			overflow: hidden; */
		}
		.monitor:after {
			content: '';
			display: block;
			position: absolute;
			top: 102%;
			left: 0;
			right: 0;
			width: 100%;
			min-height: 80px;
			background: url(../img/monitor-reflection.png) center top no-repeat transparent;
			background-size: cover;
			opacity: .4;
		}

		.featured-search {
			padding: 2rem;
		}



/* ! Featured Search */
.featured-search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 5%;
}
	.featured-search h2 {
		text-transform: uppercase;
		font-size: 40px;
		color: #ffd41c;
		margin-bottom: 0;
	}
	.featured-search h1:only-child {
		text-transform: uppercase;
		font-size: 70px;
		color: #ffd41c;
		margin: 0;
	}
	.featured-search-form {
		position: relative;
	}
	.featured-search-form .search-label {
		font-size: 130%;
		font-weight: normal;
	}
	.featured-search-form .search-input {
		max-width: none;
		width: calc(100% + 1rem);
		padding: 1rem .5rem;
		margin: .5rem -.5rem 0;
		background-color: #fff;
		-webkit-appearance: none;
	}
	.featured-search-form .search-button {
		position: absolute;
		right: -.5rem;
		bottom: 0;
		padding: 1em;
		background-color: transparent;
		color: #001135;
		border: none;
	}
		.featured-search-form .search-button .icon {
			width: 1.25em;
			height: 1.25em;
		}


/* ! Quick Links */
.quicklinks-area {
	width: 100%;
	background-color: rgba(0,17,53,.45);
}

.quicklinks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 102%;
	margin: 2em -1%;
	padding: 0;

	width: 100%;
	margin: 0 auto;
}
	.quicklinks .banner {
		display: inline-block;
		width: 100%;
		max-width: 18%;
		min-width: 200px;
		padding: 0;
		margin: 0 auto;
/* 		background: rgba(70,20,150, .35); */
	}
	.quicklinks .banner-link {
		display: block;
		padding: 1rem 2rem;
		width: 100%;
		transition: all .3s ease-in-out;
		color: inherit;
		text-decoration: none;
	}
	.quicklinks .banner-figure {
		margin: 0 0 1.5rem 0;
		max-width: 60px;
	}
	.quicklinks .banner-img {
		display: block;
		transition: transform .3s;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.quicklinks .banner-link:hover .banner-img {
		transform: scale(1.1);
	}
	.quicklinks .banner-text {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0 auto 0;
		text-transform: none;
		text-shadow: none;
		color: inherit;
		transform: none;
		transition: all .2s;
	}
	.quicklinks .banner-title {
		margin: 0;
		font-weight: 600;
		font-size: 20px;
		font-size: calc(.1em + 1vw);
		position: relative;
		text-transform: uppercase;
	}
	.quicklinks .banner-subtitle {
		margin: .5rem 0 0 0;
		border-top: 2px solid currentColor;
		padding-top: .5rem;
	}

	.quicklinks .banner-link:hover {
		text-decoration: none;
		background-color: #ffd41c;
		color: #001135;
	}

	/* ! Featured Quick Links */
	.featured-section .quicklinks .banner-subtitle {
		border-color: #fff;
	}
	.featured-section .quicklinks .banner-link {
		padding: 2rem 1rem;
	}
	.featured-section .quicklinks .banner-link:hover {
		background-color: transparent;
		color: #ffd41c;
	}

	/* ! Quick links in sidebar */
	.sidebar .quicklinks {
		flex-direction: column;
		margin: 0 0 2rem 0;
		width: auto;
	}
	.sidebar .quicklinks .banner {
		max-width: 100%;
		margin-bottom: 2rem;
		margin-left: -1rem;
	}


	main .quicklinks {
		flex-direction: row-reverse;
	}

	/* 	style MyCentre quicklink banner differently, but not the one in featured setion: */
	:not(.featured-section) .quicklinks #banner-8 .banner-link {
/* 		background-color: #ffd41c; */
/* 		box-shadow: 200px 0px 0px 0px #ffd41c, 400px 0px 0px 0px #ffd41c, 600px 0px 0px 0px #ffd41c, 800px 0px 0px 0px #ffd41c; */
	}


/* Banners Grid */
.grid-items {
	position: relative;
	margin: 0 auto 3em;
	max-width: 1300px;
	height: 0;
	padding-top: 48%;
}
	.grid-items.permanent-items {
		padding-top: 26%;
		margin-bottom: 0;
	}
.grid-item {
	position: absolute;
	display: block;
	width: 30%;
	height: 0%;
	color: #444;
	background: center center no-repeat #ccc;
	background-size: cover;
	padding: 1em;
	padding-top: 21.4%;
	padding-bottom: 0;

	overflow: hidden;

	transition: all .3s ease-in-out;
}
.grid-item > .cover {
	position: absolute;
	display: block;
	width: 100%;
	min-height: 100%;
	top: 100%;
	left: 0;
	padding: 0 1em;
	margin-top: -4em; /* pull the heading up */

	background: rgba(255,255,255,.8);
	transition: all .2s ease-in-out;
}
.grid-item:hover > .cover {
	top: 0;
	margin-top: 0;
	background: rgba(255,255,255,.9);
}

.grid-item:nth-child(1) { left: 0;   top: 0; }
.grid-item:nth-child(2) { left: 35%; top: 0; }
.grid-item:nth-child(3) { left: 70%; top: 0; }

.grid-item:nth-child(4) { left: 0;   bottom: 0; padding-top: 21.5%; }
.grid-item:nth-child(5) { left: 35%; bottom: 0; padding-top: 21.5%; }
.grid-item:nth-child(6) { left: 70%; bottom: 0; padding-top: 21.5%; }


.grid-item-img {
	position: absolute;
	top: 0;
}
.grid-item h3 {
	font: 300 20px/1.2 'Helvetica Neue', sans-serif;
	margin: .5em 0 .5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 2.5em;
}
.grid-item h3 b {
	display: block;
	font-weight: inherit;
	color: #ffd41c;
}

.grid-item h3 a {
	display: block;
	transition: transform .2s ease-in;
	transform-origin: left center;
}
.grid-item h3 a:hover {
	text-decoration: none;
	transform: scale(1.05);
	background: none;
}
	.grid-item .more {
		display: block;
		color: #001135;

/*
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		text-indent: -300%;
		overflow: hidden;
*/
	}
	.grid-item .more:hover {
		text-decoration: underline;
		background: none;
	}

/* Special case when there is no image but text */
.grid-item.no-image {
	background: url(../img/bg-navy-stripes.jpg) center center no-repeat #001135;
	background-size: cover;
	color: #fff;
}
	.grid-item.no-image > .cover {
		top: 0;
		margin-top: 0;
		padding: 0 2em;
		background-color: transparent;
		display: flex;
		flex-direction: column;
		justify-content: center;

	}
	.grid-item.no-image h3 {
		font-size: 2.5em;
		text-align: left;
	}
	.grid-item.no-image h3 a:hover {
		color: inherit;
	}
	.grid-item.no-image .more {
		color: #fff;
		display: none;
	}

.grid-item a {
	display: block;
	color: inherit;
	text-decoration: none;
}
	.grid-item a:hover {
		text-decoration: underline;
	}


/* ! Breadcrumbs [default] */
.breadcrumbs {
	list-style: none;
	margin: 0 0 2rem -1em;
	padding: 0;
	overflow: hidden;
	font-size: 13px;

	display: flex;
	flex-wrap: nowrap;
	align-content: center;
}
	.breadcrumbs .brcr-item {
		padding: .5em 1.25em .5em 1em;
/* 		background: #eee; */
	}
	.breadcrumbs .brcr-item + .brcr-item::before {
		content: '›';
		font-size: 100%;
		line-height: 1;
		position: relative;
		left: -.9rem;
	}

/* ! Knowledge base */

.knowledge-base .quicklinks {
	display: none; /* Do not display Quicklinks on KB */
}

/* ! Google Search form  */
.gsc-search-box table.gsc-input {
	margin-bottom: 0;
}
.gsc-search-box td.gsc-input {
	padding: 0;
}

/* ! KB Articles */
.kb-article-list {
/* 	list-style: none; */
	margin-left: 0;
/* 	padding-left: 0; */
}
.kb-article-list-item {
	position: relative;
/* 	overflow: hidden; */

	padding: .75rem 1rem .01rem;
	margin: 0 -1rem 0;
	width: calc(100% + 2rem);
}
.kb-article-list-item:hover {
	background-color: #ffd41c;
	text-decoration: none;
}
.kb-article-list-item .kb-more {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -200%;
	background: transparent;
}
.kb-article-list-item > h3 {
	margin-top: 0;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #ffd41c;
}
.kb-article-list-item > p {
/* 	margin-bottom: 0; */
}
.kb-article-list-item > .breadcrumbs {
	position: relative;
	z-index: 1;
	margin: -1rem 0 0 -1rem;
}
.kb-article-list-item > .breadcrumbs .brcr-item:first-child,
.kb-article-list-item > .breadcrumbs .brcr-item:first-child + li:before {
	display: none;
}
.kb-article-list-item > .breadcrumbs a:hover {
	text-decoration: underline;
	text-decoration-color: #000;
}



.kb-button-list {
	list-style: none;
	margin: 0 0 2rem 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.kb-button-list > li {
	margin: 0 .5rem .5rem 0;
}
.kb-download {
	padding: .25rem 1rem;
	display: flex;
	align-items: center;
	width: 230px;
	text-align: left;
}
	.kb-download .icon {
		width: 3em;
		height: 3em;
		min-width: 3em;
		margin-right: .5rem;
	}

/* ! Right Sidebar */
.sideright ul,
.sideright ol {
	list-style: none;
	padding-left: 0;
	font-size: 90%;
}
	.sideright ul a,
	.sideright ol a {
		display: flex;
		justify-content: space-between;
		padding: 0 .25em;
	}
	.sideright ul a span,
	.sideright ol a span {
		padding-left: .5em;
	}
	.sideright ul a:hover,
	.sideright ol a:hover {
		background-color: #ffd41c;
	}



/* !Toggles */
	.toggle {
		position: absolute;
		border: none;
		padding: 0;
		margin: 0;
		background: transparent;
		border-radius: 50%;
		left: -.25rem;
		top: 0.1rem;
		width: 2em;
		height: 2em;
		min-width: 0;
		cursor: pointer;
		transform-origin: center;
		transition: transform .2s;
	}
	.toggle:hover {
		background: transparent;
		color: inherit;
	}
	.is-toggle-on .toggle {
		transform: rotate(90deg);
	}

	.toggle-details {
		margin-left: 1.5rem;
		overflow: hidden;
	}
		.is-toggle-on .toggle-details {
			opacity: 1;
			max-height: 9999px;
			margin-bottom: 2em;
			will-change: opacity, max-height, margin-bottom;
		}
		.is-toggle-off .toggle-details {
			opacity: 0;
			max-height: 0;
			margin-bottom: 0;
		}
	.toggle-title {
		position: relative;
		padding: .25rem .25rem .25rem 1.5rem;
		margin-top: 0;
		margin-bottom: .75rem;

		font-weight: bold;
		cursor: pointer;
		transition: .2s all;
	}
	.toggle-title:hover {
		background-color: #ffd41c;
	}



/* filter-form */
.filter-form {
	display: flex;
	margin-bottom: 3rem;
}
	.filter-form > * {
		flex-grow: 1;
	}
	.filter-form .input-button {
		flex-grow: 0;
	}
	.filter-form input,
	.filter-form select {
		width: 100%;
	}

/* ! Courses */
.course-item-title {
/* 	font-size: 1rem; */
	font-weight: bold;
	margin-bottom: .75rem;
	color: #001135;
}

/* Webinars */
.webinar-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.webinar-item {
		width: 48%;
		overflow: hidden;
		margin-bottom: 2rem;

		display: flex;
		flex-direction: column;
		font-size: small;
	}
	.webinar-item iframe,
	.webinar-item .fluid-width-video-wrapper {
		order: -1;
	}



/* add vertical spacing to responsive video wrapper */
.fluid-width-video-wrapper {
	margin-block: .5rem;
}
/* Don't display Cookie Consent Opt Message if iFrame video wrapper is visible (happens in FF ) */
.fluid-width-video-wrapper + .cookieconsent-optout-marketing {
	display: none;
}


/* News [Index, Read & Archive] */
.news-list {
	list-style: none;
	margin: 0 0 2em 0;
}

.news-item.index {
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding: 1em 0 0em;
}
	.news-item.index > * {
		max-width: 700px;
	}
	.news-item.index .item-image {
		float: left;
		margin: 0 3em 1em 0;

		max-width: 42%;
	}
	.news-item.read .item-image {
		margin-bottom: 3em;
	}
	.news-item .item-content {

	}

	.item-image img {
		display: block;
		width: 100%;
		height: auto;
	}

	.news-item .title {
		position: relative;
	}
		.news-item .title:hover{

		}

	.news-item .meta,
	.archive-item .meta  {
		color: #b9b9b9;
		font-size: 13px;
		margin-bottom: 1em;
	}
		.news-item .meta a {
/* 			text-decoration: none; */
			color: inherit;
		}
		.news-item .meta a:hover {
			color: #ff890c;
		}
	.news-item .tags  {
		list-style: none;
		margin: 0 0 2em 0;
	}
		.news-item .tags a {
			text-decoration: none;
			color: inherit;
		}
		.news-item .tags a:hover {
			color: #ff890c;
		}



	.archive-block {
		padding: 0 0 3em 3em;
	}
	.archive-list {
		list-style: none;
		margin: 0;
		padding: 0;

	}
		.archive-list .archive-item {
			margin-bottom: .5em;
		}
		.archive-list li a {
			display: block;
			text-decoration: none;
		}
		.archive-list li.on > a {
			font-weight: bold;
		}
		.archive-list ul {
			list-style: none;
		}

		.archive-year {

		}



/* ! Events */
.events-block {
	display: flex;
	flex-direction: column;
}
	.events-item {
		display: flex;
		flex-direction: row;
		margin-bottom: 3rem;

		position: relative;
	}
		.events-date-link {
			min-width: 200px;
			width: 200px;
			height: 200px;
			background: #ffd41c;
			color: #000;
			padding: 2rem;
			margin-right: 2rem;

			text-decoration: none;

			display: flex;
			flex-direction: column;
			justify-content: center;
			align-content: center;
		}
		.events-date {

		}
			.events-item b {
				display: block;
				font-size: 3rem;
				text-transform: uppercase;
				letter-spacing: .01em;
				line-height: 1;
			}
			.events-item span {
				font-size: 2rem;
				font-weight: 700;
			}
		.events-details {
			flex-grow: 1;

			display: flex;
			flex-direction: column;

			width: calc(100% - 200px); /* width of image */
		}
		.events-details .events-title {
			margin-top: 0;

		}
		.events-details .events-title:hover {

		}
		.events-details .events-title a {
			transition: all .2s;

			display: block;
			margin: 0 -.5rem;
			padding: 0 .5rem;
		}
		.events-details .more {
			margin-top: auto;
			margin-bottom: 0;
		}
		.events-details .message {
			position: absolute;
			top: 0;
			left: .5rem;
			width: calc(200px - .5rem);
			color: #ffd41c;
			border-radius: 0;
			pointer-events: none;
		}

.event-full {
	display: flex;
	flex-direction: column;
}
	.event-full figure {
		order: -2;
	}
	.event-full figure img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.event-full .event-figure + .event-dates {
		order: -1;
		position: relative;
		top: -100%;
		padding: .5rem 1rem;

		background: #001135;
		color: #fff;
		font-size: 2rem;
		font-weight: 700;
		text-transform: uppercase;
	}
	.event-links a {

	}

	.event-ticket-title {
		margin-bottom: .25em;
	}
	.event-tickets {
		margin: 0 0 2rem 0;
		display: flex;
		flex-wrap: wrap;
	}
		.event-tickets > .event-ticket-price {
			margin: 0;
			display: flex;
			flex-grow: 1;
			align-items: center;
			min-width: 150px;
		}
		.event-tickets > .event-ticket-price b {
			margin-left: .5rem;
		}
		.event-tickets form {
			margin: 0;
			display: flex;
			padding-left: 2rem;
		}
		.event-tickets form .input-number {
			display: flex;
			margin: 0 .5rem 0 0;

			flex-grow: 1;
		}
		.event-tickets form .input-number label {
			margin-right: .5rem;
			display: flex;
			align-items: center;
			font-weight: normal;
			font-size: 1rem;
		}
		.event-tickets form .input-number input {
			width: 3rem;
		}
		.event-tickets .message {
			width: 100%;
		}

	/* Attendees Panel */
	.attendees h3 {
		margin-top: 2rem;
	}

	.attendees-set {
		border: none;
		padding: 0;
		margin: 0;
	}
		.attendee-item {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin-bottom: 1rem;
		}
		.attendee-item [class^="input-text"],
		.attendee-item [class^="input-radio"],
		.attendee-item [class^="input-select"] {
			padding-left: 1rem;
		}
		.attendee-item [class^="input-select"] {

		}
		.attendee-item [class^="input-text"] input,
		.attendee-item [class^="input-select"] select,
		.attendee-item [class^="input-textarea"] textarea {
			min-width: 0;
			width: 100%;
		}
		.attendee-item .single-option > label {
/* 			font-weight: bold; */
			display: block;
		}
		.attendee-item .single-option .input-radio-option {
			display: inline-block;
			min-width: 0;
			width: auto;
			padding-left: 0;
			margin-top: 5px;
		}

		.attendee-list {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin-left: -1rem;
		}


		/* Cart  */
		.cart-table {
			margin-bottom: 2em;
		}
		.cart-table th,
		.cart-table td {
			padding: .25em;
		}
		.cart-table td {
			border-top: 1px solid #eee;
			vertical-align: top;
		}

		.cart-action {
			display: block;
			font-size: small;
		}
			.cart-action-icon {
				line-height: 1;
			}

		.cc_form {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			flex-wrap: wrap;
			max-width: 560px;
		}
			.cc_form .input-select {
				max-width: 80px;
				width: 100%;
			}
			.cc_form .input-select select {
				min-width: 0;
				max-width: 100%;
				width: 100px;
			}
			.payment-method-selector:focus-within ~ .error-message {
				display: none;
			}

		.order-total,
		.order-collected,
		.order-owing {
			font-weight: bold;
		}



/* General form styles (typically shared with Admin) */

form .inline-block {
	display: inline-block;
	vertical-align: top;
}
.inline-block + .inline-block,
.inline-block + input[type="hidden"] + .inline-block {
	padding-left: 1rem;
}
.inline-block.input-first,
.inline-block.w100 {
	padding-left: 0; /* reset for inputs that start new row */
}
.input-checkbox.inline-block {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 1.85rem;
/* 	margin-bottom: 0; */
	vertical-align: baseline;
}
.check-button.inline-block {
	margin-top: .5rem;
	vertical-align: baseline;
}
.check-button.inline-block {
	padding-top: 0;
	margin-top: 1.5rem;
	vertical-align: baseline;
}

.form-block {
	overflow: hidden;
}
.form-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1200px;
}
.form-subrow {
	display: flex;
	max-width: 600px;
}
.form-subrow +.form-subrow {
	padding-left: 1rem;
}


/* hide plain text value for Contact and Support forms as it contains only &nbsp; thta couses new line. */

#contact-form .input-plaintext-label,
#support-form .input-plaintext-label {
	margin-top: 1.5rem;
}
#contact-form .input-plaintext-value,
#support-form .input-plaintext-value {
	display: none;
}

#contact-form .g-recaptcha,
#support-form .g-recaptcha {
	float: left;
}
#contact-form .g-recaptcha + noscript + .button,
#support-form .g-recaptcha + noscript + .button {
	float: right;
	margin-top: 1.5rem;
}




/* PDF Flip */
/* documents */
.document-cat-details {

}
    .document-cat-desc {
        width: 100%;
        margin-bottom: 1rem;
    }

    .document-title {
        margin: 0 0 .5rem 0;
    }
        .document-title a {

        }
        .document-title a:hover {

        }
        .document-title a .doc-icon {
            width: 2rem;
            height: 2rem;
            min-width: 2rem;
            margin-right: 1rem;
        }
    .document-desc {

    }

/* 	Documents: download-links */
.documents-list {
    list-style: none;
    margin-top: 0;
}

.issues {
    margin-bottom: 4rem;
    width: 100%;
}
.issues .document-item {
    min-width: 0;
    margin-bottom: 2rem;
}
.issues .document-item:only-child {
    margin-right: auto;
}
.issues .documents-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}
    .issues .documens-item {
        box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
        max-width: 100%;
    }


.issues .document-desc {
    margin-top: auto;
    margin-left: 0;
    padding: 0 .25rem;
    font-size: 80%;
}
    .issues .issue-figure {
        transition: transform .2s;
    }
    .issues .issue-link:hover .issue-figure {
        transform: scale(1.03);
    }
    .issues .issue-img {
        background-color: #ddd;
    }
    .issues .placeholder {
        /* filter: saturate(0); */
        background-color: #ddd;
    }
    .issues .download {
        margin-top: auto;
        margin-bottom: 0;
        color: #00a5a5;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 80%;
    }
    .issues .download .download-link {
        text-decoration: none;
    }
    .issues .download .download-icon {
        display: inline-block;
        vertical-align: middle;
        width: 1.25em;
        height: 1.25em;
    }

    /* PDF Flip customisations */
    .pdff-lightbox-wrapper .pdff-container { background: #f2f2f2 !important; }
    .pdff-lightbox-wrapper { max-width: min(2000px, 90vw); margin-left: auto; margin-right: auto; }
