/* --------- This file contains the styles for the RefTech website, first created in April 2023 ----------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed');

/* --------- Colour Scheme ----------- */

:root {
    /* main colors */
    --color-primary: #3a3c54; /* Slate */
	--color-primary-dark: #232644; /* Dark Slate */
	--color-primary-light: #585b79; /* Light Slate */
	--color-primary-lighter: #b5b6c6; /* Lighter Slate */

    --color-cta: #ffd55a; /* Yellow */
	--color-cta-dark: #f1b729; /* Dark Yellow */
	--color-cta-light: #f5de98; /* Light Yellow */
	
	--color-secondary: #53bc64; /* Green */
	--color-secondary-opt2: #2b80c6; /* Blue */	
	
	--color-bkgnd-dark: #222344; /* Dark Blue */
	
	--color-mid: #cbd1d9; /* Grey */
	--color-mid2: #a1a2b3; /* Grey 2 - lighter option of Grey */	
	--color-bkgnd-light: #eceff3; /* Light Grey */
	--color-bkgnd-light2: #cdd4dc; /* Light Grey 2 - darker version of Light Grey */
	
	/* main Padding */
	--standard-padding: 30px 8% 30px 8%;
	--smaller-padding: 15px 8% 15px 8%;
	--top-padding: 30px 8% 0px 8%;
	--bottom-padding: 0px 8% 30px 8%;
	--side-padding: 0px 8% 0px 8%;
	--topbot-padding: 30px 0 30px 0;
	--toponly-padding: 30px 0 0 0;
	--minimum-padding: 1px 8% 1px 8%;
	--equal-padding: 30px 30px 30px 30px;
}

@media (min-width: 740px) {
	:root {
		--standard-padding: 40px 8% 40px 8%;
		--smaller-padding: 20px 8% 20px 8%;
		--side-padding: 0px 8% 0px 8%;
		--top-padding: 40px 8% 0px 8%;
		--bottom-padding: 0px 8% 40px 8%;
		--topbot-padding: 40px 0 40px 0;
		--toponly-padding: 40px 0 0 0;
		--equal-padding: 40px 40px 40px 40px;
	}
}

.roundcorners {
	border-radius: 30px;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}			

body, td {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	color: var(--color-bkgnd-dark);
	line-height:1.5;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height:1.5;
	margin-top: 0;
}

.blog-width h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height:1.5;
	margin-top: 0;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height:1.5;
	margin-top: 0;
	margin-bottom: 1.2rem;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height:1.5;
	margin-top: 0;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height:1.5;
	margin-top: 0;
}

.bigtext {
	font-size: 1.8rem;
}

.biggertext {
	font-size: 2rem;
}

.smalltext {
	font-size: 1.4rem;
}

.ctatext {
	font-size: 2rem;
}

.highlight-text {
	font-size: 1.2em;
}

.textcoldark {
	color: var(--color-bkgnd-dark);
}

.textcolmid {
	color: var(--color-primary);
}

.textcolcta {
	color: var(--color-cta);
}

.textcol2 {
	color: var(--color-secondary);
}

.textcolwhite {
	color: #ffffff);
}

@media (min-width: 740px) {
	h1 {
		font-size: 2.8rem;
		font-weight: 600;
	}
	.blog-width h1 {
		font-size: 2.6rem;
		font-weight: 600;
	}
	h2 {
		font-size: 2.4rem;
		font-weight: 600;
	}
	h3 {
		font-size: 2rem;
		font-weight: 600;
	}
	h3.blogbold {
		font-size: 2.2rem;
		font-weight: 600;
	}
	h4 {
		font-size: 1.8rem;
		font-weight: 600;
	}
	.bigtext {
		font-size: 2rem;
	}

	.biggertext {
		font-size: 2.4rem;
	}

	.ctatext {
		font-size: 2.4rem;
	}
	.highlight-text {
		font-size: 1.4em;
	}
}

@media (min-width: 1000px) {
	h1 {
		font-size: 3.4rem;
		font-weight: 500;
	}
	.blog-width h1 {
		font-size: 3.2rem;
		font-weight: 500;
	}
	h2 {
		font-size: 2.8rem;
		font-weight: 500;
	}
	h3 {
		font-size: 2.3rem;
		font-weight: 500;
	}
	h3.blogbold {
		font-size: 2.5rem;
	}
	h4 {
		font-size: 2rem;
		font-weight: 500;
	}
	.bigtext {
		font-size: 2.2rem;
	}

	.biggertext {
		font-size: 2.8rem;
	}

	.ctatext {
		font-size: 2.8rem;
	}
}

@media (min-width: 1400px) {
	h1 {
		font-size: 4rem;
	}
	.blog-width h1 {
		font-size: 3.7rem;
	}
	h2 {
		font-size: 3.2rem;
	}
	h3 {
		font-size: 2.7rem;
	}
	h3.blogbold {
		font-size: 2.9rem;
	}
	h4 {
		font-size: 2.2rem;
	}
	.bigtext {
		font-size: 2.6rem;
	}

	.biggertext {
		font-size: 3.2rem;
	}

	.ctatext {
		font-size: 3.2rem;
	}
}

.oncolour {
	color: #fff;
}

.textcentre {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.standardlist li {
	margin-top: 0;
	margin-bottom: 1em;
}

.contentpic {
	width: 100%;
	height: auto;
}

.incontentpic {
	width: 100%;
	max-width: 400px;
	height: auto;
}

@media (min-width: 1150px) {
	.contentpic {
		width: 100%;
		height: 100%;
	}
	.imgcover {
		object-fit: cover;
	}
}

.nomargin {
	margin: 0;
}

.videoframe {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.no-break {
	white-space: nowrap;
}

.bold-highlight {
	font-weight: 700;
	/* color: var(--color-cta-dark); */
	font-size: 1.1em;
}

.subtitle {
    font-size: 0.8em;
}

.nomargin {
	margin: 0;
}

.circle {
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
	font-size: 1.2em;
	font-weight: bold;
    background-color: var(--color-secondary);
    color: white;
	padding: 0.3em 0.55em;
}

/*
.circle span {
    display: inline-block;
    padding:0.3em;
	margin-left: 0.25em;
	margin-right: 0.25em;
}
*/
.circle.doubledigit {
    padding:0.3em;
	margin: 0.25em
}

/* --------- Main Structure ----------- */

header, section, footer, aside, nav, main, article, figure {
    display: block;
	box-sizing: border-box;
} /* to make older browsers display html5 elements correctly */

#wrapper {  /* This is the background for all content and also ensures that the footer sticks to the bottom of the screen */
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	min-height: 100vh;
}

header {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--color-bkgnd-dark);
	color: #fff;	
}

main {
	box-sizing: border-box;
	width: 100%;
	flex-grow: 1;	
}

footer {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--color-bkgnd-dark);
	color: #fff;	
}

header, main, footer {
    flex-shrink: 0;
}

/*------- General ------------------------------------------- */

.dark-txt {
	color: var(--color-primary-dark);
}

.standard-padding {
	padding: var(--standard-padding);
}

.smaller-padding {
	padding: var(--smaller-padding);
}

.top-padding {
	padding: var(--top-padding);
}

.bottom-padding {
	padding: var(--bottom-padding);
}

.side-padding {
	padding: var(--side-padding);
}

.topbot-padding {
	padding: var(--topbot-padding);
}

.toponly-padding {
	padding: var(--toponly-padding);
}

.minimum-padding {
	padding: var(--minimum-padding);
}

.equal-padding {
	padding: var(--equal-padding);
}

.secondary-divider {
	border-bottom: 20px solid var(--color-secondary);
}

.whitebkgnd {
	background-color: #fff;
}

.lightbkgnd {
	background-color: var(--color-bkgnd-light);
}

.lightbkgnd2 {
	background-color: var(--color-bkgnd-light2);
}

.midbkgnd {
	background-color: var(--color-primary);
}

.midlightbkgnd {
	background-color: var(--color-primary-light);
}

.midlightbkgnd2 {
	background-color: var(--color-mid2);
}

.darkbkgnd {
	background-color: var(--color-bkgnd-dark);
}

.ctabkgnd {
	background-color: var(--color-secondary);
}

.altcolourbkgnd {
	background-color: var(--color-cta);
}

/*------- General Layout ------------------------------------- */

.content-width {
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.reading-width {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.blog-width {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.split-screen {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.split-quarter {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.split-screen-buttons {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0;
}

.split-14 {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px 60px;
	margin: 0;
	padding: 0;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.no-break {
	flex-flow: column wrap;
}

@media (min-width: 750px) {
	.no-break {
		flex-flow: row nowrap;
	}
}

.splitq {
	flex: 1 1 100%;
}

.split2 {
	box-sizing: border-box;
	flex-basis: auto;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.split2centre {
	box-sizing: border-box;
	flex-basis: auto;
	text-align: center;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.split-screen-buttons .split2centre {
	box-sizing: border-box;
	flex: 0 1 300px;
	text-align: center;
}

.split-screen-buttons .split2centre.textleft {
	text-align: left;
}

.split-screen-buttons .split2centre.textright {
	text-align: right;
}

.splitpic {
	box-sizing: border-box;
	line-height: 0;
	order: -1;
}

.splittext {
	box-sizing: border-box;
	order: -1;
}

.split-14-1 {
	box-sizing: border-box;
	flex: 0 1 auto;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.split-14-2 {
	box-sizing: border-box;
	flex: 4 1 100%;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.qone {
	order: 1;
}

.qtwo {
	order: 2;
}

.qthree {
	order: 3;
}

.qfour{
	order: 4;
}

@media (min-width: 850px) {
	.split-quarter {
		flex-flow: row wrap;
	}
	.splitq {
		flex: 1 1 50%;
	}
	.qthree {
		order: 4;
	}

	.qfour{
		order: 3;
	}
}

@media (min-width: 1272px) {
	.split-screen {
		flex-flow: row wrap;
	}
	.split-14 {
		flex-flow: row nowrap;
	}
	.split-14-1 {
		flex: 1 1 35%;
	}
	.split-14-2 {
		flex: 4 1 55%;
	}
	.split2 {
		flex-basis: 50%;
	}
	.split2centre {
		flex-basis: 50%;
	}
	.splitpic {
		order: 0;
	}
	.splittext {
		order: 0;
	}	
}

@media (min-width: 1400px) {
	.split-14-1 {
		flex: 1 1 30%;
	}
	.split-14-2 {
		flex: 4 1 65%;
	}	
}

@media (min-width: 1600px) {
	.split-quarter {
		flex-flow: row nowrap;
	}
	.splitq {
		flex: 1 1 25%;
	}
	.qthree {
		order: 3;
	}

	.qfour{
		order: 4;
	}	
}

.mapframe {
	box-sizing: border-box;
	position: relative;
	min-height: 450px;
	width: 100%;
}

.mapframe iframe {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.split-14 .mapframe {
	box-sizing: border-box;
	position: relative;
	min-height: 450px;
}

.split-14 .mapframe iframe {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

@media (min-width: 1400px) {
	.split-14 .mapframe iframe {
		left: 9px;
	}
}

.vh-centre {
	display: grid;
    place-items: center;
	width: 100%;
    height: 100%;
}


.content-block {
	display: inline-block;
}

.hiddenpic {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

@media (min-width: 1150px) {
	.hiddenpic {
		display: none;
	}
}

.tablewrapper {
	
}

.table {
	display: inline-block;
}

.tableRow {
	position: relative;
	display: grid;
	text-decoration: none;
	color: inherit;
	grid-template-columns: 1fr 50px;
	column-gap: 30px;
	place-items: left;
	background: transparent;
	border-radius: 6px;
	font-size: 1em;
	line-height: 1.2em;
	padding: 5px 0;
}

@media (min-width: 890px) {
	.tableRow  {
		column-gap: 50px;
	}
}

.tableRow:hover {
	background: var(--color-cta);
	color: var(--color-bkgnd-dark);
	/* background: var(--color-mid); */
}

.oncolour .tableRow:hover {
	background: var(--color-cta);
	color: var(--color-bkgnd-dark);
	/* background: var(--color-primary-lighter); */
}

.tableCell {
	padding: 5px 10px;
	place-self: center start;
}

.tableRowLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contentlist li {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.contentlist li::marker {
  color: var(--color-secondary);
}

.smallsplit {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	gap: 0px 20px;
	margin: 30px auto;
	padding: 0;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.smallsplit p.vidtext {
	width: 100%;
	flex-grow: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.smallsplit p.vidbutton {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.centreobject {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 740px) {
	.smallsplit {
		width: 100%;
		max-width: 1272px;
		flex-flow: row nowrap;
	}
	.smallsplit p.vidtext {
		width: 300px;
		flex-grow: 1;
		margin: 0;
		padding: 0;
		text-align: left;
		overflow: clip;
		overflow-clip-margin: border-box;
	}
	.smallsplit p.vidbutton {
		width: 300px;
		margin: 0;
		padding: 0 0;
		text-align: right;
		overflow: clip;
		overflow-clip-margin: border-box;
	}
}

.picturesize {
	height: 100%;
	min-height: 200px;
}

.picturesize .vh-centre {
	min-height: 140px;
}

@media (min-width: 500px) {
	.picturesize {
		min-height: 300px;
	}
	.picturesize .vh-centre {
		min-height: 240px;
	}
}

@media (min-width: 740px) {
	.picturesize {
		min-height: 400px;
	}
	.picturesize .vh-centre {
		min-height: 320px;
	}
}

@media (min-width: 900px) {
	.picturesize {
		min-height: 500px;
	}
	.picturesize .vh-centre {
		min-height: 420px;
	}
}

@media (min-width: 1100px) {
	.picturesize {
		min-height: 600px;
	}
	.picturesize .vh-centre {
		min-height: 520px;
	}
}

@media (min-width: 2500px) {
	.picturesize {
		min-height: 700px;
	}
	.picturesize .vh-centre {
		min-height: 620px;
	}
}

hr.divider {
	width: 70%;
	margin: 2em auto;
	border: none;
	border-top: 3px solid var(--color-secondary);
}

.image-overlay-textbox {
	box-sizing: border-box;
	display: inline-block;	
	margin: 50px auto;
	padding: 50px;
	background-color: rgba(34,35,68,0.8);
	border-radius: 20px;
	line-height: 1.5;
}

ol.numberlist li {
	box-sizing:border-box;
	margin: 0 0 1em 0;
	counter-increment: reflist;
	position: relative;
}
ol.numberlist li:before {
	content: counter(reflist);
	font-weight: bold;
	color: #fff;
	font-size: 1.1em;
	position: absolute;
	--size: 29px;
	left: calc(-1 * var(--size) - 13px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	background: var(--color-secondary);
	border-radius: 50%;
	text-align: center;
}
ol.numberlist {
	list-style: none;
	counter-reset: reflist;
	padding-left: 50px;
}


/*------- Buttons and Links ------------------------------------------- */

a {
	text-decoration: none;
	color: var(--color-secondary);
	font-weight: bold;
}
	
a:hover {
	text-decoration: none;
	color: var(--color-cta);
}

a.anchor {					/* This moves anchor tags below the fixed header */
	margin-top: -46px;      /* Size of fixed header */
	padding-bottom: 46px; 
	display: block;
}

.altcolourbkgnd a {
	text-decoration: none;
	color: var(--color-secondary);
	font-weight: bold;
}
	
.altcolourbkgnd a:hover {
	text-decoration: none;
	color: var(--color-primary);
}

.buttonP {
	box-sizing: border-box;
	margin-top: 2em;
	margin-bottom: 2em;
}

.buttonP-topmargin {
	box-sizing: border-box;
	margin-top: 2em;
	margin-bottom: 0em;
}

a.cta {
	display: inline-block;
	padding: 6px 16px;
	background: var(--color-cta);
	text-decoration: none;
	color: var(--color-primary-dark);
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border-radius: 80px;
}

a.cta:hover {
	background: var(--color-primary);
	color: #fff;
}

.oncolour a.cta:hover {
	background: var(--color-primary-lighter);
	color: #fff;
}

a.more-txt-btn {
	display: inline-block;
	padding: 6px 50px 6px 16px;
	text-decoration: none;
	background: var(--color-secondary) url('../images/arrow-circle-right.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 80px;
}

a.more-txt-btn:hover {
	background: var(--color-primary) url('../images/arrow-circle-right.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
}

.ctabkgnd a.more-txt-btn {
	display: inline-block;
	padding: 6px 50px 6px 16px;
	text-decoration: none;
	background: var(--color-primary) url('../images/arrow-circle-right.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 80px;
}

.ctabkgnd a.more-txt-btn:hover {
	background: var(--color-primary-lighter) url('../images/arrow-circle-right.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
}

.oncolour a.more-txt-btn:hover {
	background: var(--color-primary-lighter) url('../images/arrow-circle-right.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
}

a.download-btn {
	display: inline-block;
	padding: 6px 50px 6px 15px;
	text-decoration: none;
	background: var(--color-secondary) url('../images/download-circle-white.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 80px;
}

a.download-btn:hover {
	background: var(--color-primary) url('../images/download-circle-white.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
}

.oncolour a.download-btn:hover {
	background: var(--color-primary-lighter) url('../images/download-circle-white.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
}

.ctabkgnd a.download-btn {
	display: inline-block;
	padding: 6px 50px 6px 15px;
	text-decoration: none;
	background: var(--color-cta) url('../images/download-circle-slate.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: var(--color-primary);
	font-weight: bold;
	font-size: 14px;
	border-radius: 80px;
}

.ctabkgnd a.download-btn:hover {
	background: var(--color-primary) url('../images/download-circle-white.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
}

a.back-btn {
	display: inline-block;
	padding: 6px 15px 6px 50px;
	text-decoration: none;
	background: var(--color-secondary) url('../images/arrow-circle-left.svg') no-repeat center left 3px;
	background-size: auto 82%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 80px;
}

a.back-btn:hover {
	background: var(--color-primary) url('../images/arrow-circle-left.svg') no-repeat center left 3px;
	background-size: auto 82%;
	color: #fff;
}

a.next-btn {
	display: inline-block;
	padding: 6px 50px 6px 15px;
	text-decoration: none;
	background: var(--color-secondary) url('../images/arrow-circle-right.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 80px;
}

a.next-btn:hover {
	background: var(--color-primary) url('../images/arrow-circle-right.svg') no-repeat center right 3px;
	background-size: auto 82%;
	color: #fff;
}

.pagenav {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
}

.pagenav div {
	flex-basis: 50%;
}

#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 0;
	cursor: pointer;
	padding: 6px 15px 6px 45px;
	text-decoration: none;
	background: var(--color-secondary) url('../images/arrow-circle-up.svg') no-repeat center left 3px;
	background-size: auto 82%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 80px 0 0 80px;
	transition: all .25s ease-in-out;
}

#topBtn:hover {
	background: var(--color-primary) url('../images/arrow-circle-up.svg') no-repeat center left 3px;
	background-size: auto 82%;
	color: #fff;
}

@media (min-width: 500px) {
	a.cta {
		display: inline-block;
		padding: 8px 20px;
		background: var(--color-cta);
		text-decoration: none;
		color: var(--color-primary-dark);
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		border-radius: 80px;
	}
	a.more-txt-btn {
		display: inline-block;
		padding: 8px 60px 8px 20px;
		text-decoration: none;
		background: var(--color-secondary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		border-radius: 80px;
	}

	a.more-txt-btn:hover {
		background: var(--color-primary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
	}

	.oncolour a.more-txt-btn:hover {
		background: var(--color-primary-lighter) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
	}
	
	.ctabkgnd a.more-txt-btn {
		display: inline-block;
		padding: 8px 60px 8px 20px;
		text-decoration: none;
		background: var(--color-primary) url('../images/arrow-circle-right.svg') no-repeat center right 3px;
		background-size: auto 80%;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		border-radius: 80px;
	}

	.ctabkgnd a.more-txt-btn:hover {
		background: var(--color-primary-lighter) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
	}

	a.download-btn {
		display: inline-block;
		padding: 8px 60px 8px 20px;
		text-decoration: none;
		background: var(--color-secondary) url('../images/download-circle-white.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		border-radius: 80px;
	}

	a.download-btn:hover {
		background: var(--color-primary) url('../images/download-circle-white.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
	}
	
	.oncolour a.download-btn:hover {
		background: var(--color-primary-lighter) url('../images/download-circle-white.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
	}
	
	.ctabkgnd a.download-btn {
		display: inline-block;
		padding: 8px 60px 8px 20px;
		text-decoration: none;
		background: var(--color-cta) url('../images/download-circle-slate.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: var(--color-primary);
		font-weight: bold;
		font-size: 16px;
		border-radius: 80px;
	}

	.ctabkgnd a.download-btn:hover {
		background: var(--color-primary) url('../images/download-circle-white.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
	}

	a.back-btn {
		display: inline-block;
		padding: 8px 20px 8px 60px;
		text-decoration: none;
		background: var(--color-secondary) url('../images/arrow-circle-left.svg') no-repeat center left 4px;
		background-size: auto 80%;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		border-radius: 80px;
	}

	a.back-btn:hover {
		background: var(--color-primary) url('../images/arrow-circle-left.svg') no-repeat center left 4px;
		background-size: auto 80%;
		color: #fff;
	}
	
	a.next-btn {
		display: inline-block;
		padding: 8px 60px 8px 20px;
		text-decoration: none;
		background: var(--color-secondary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		border-radius: 80px;
	}

	a.next-btn:hover {
		background: var(--color-primary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
		background-size: auto 80%;
		color: #fff;
	}
}

ul.pagemenu {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

ul.pagemenu li {
	display: inline-block;
	padding: 10px;
	min-width: 220px;
	text-align: left;
}

ul.pagemenu li a {
	display: block;
	padding: 8px 60px 8px 20px;
	text-decoration: none;
	background: var(--color-secondary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
	background-size: auto 80%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 80px;
}

ul.pagemenu li a:hover {
	background: var(--color-cta) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
	background-size: auto 80%;
	color: var(--color-primary);
}

/*------- Images ------------------------------------------- */

.picspace {
	padding: 2em 1em;
}

.pic500 {
	width: 100%;
	max-width: 500px;
	height: auto;
}

.pic600 {
	width: 100%;
	max-width: 600px;
	height: auto;
}

.fullwidth-pic img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}

/*------- HEADER ------------------------------------------- */	

/* ------- Contact bar --------- */

#contact-bar {
	box-sizing: border-box;
	padding: 15px 15px 1px 15px;
	text-align: center;
}

#contact-bar-inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px;
}

#header-logo {
	box-sizing: border-box;
	text-align: left;
	padding: 0px;
}

#header-logo img {
	width: 120px;
	height: auto;
}

#contact-bar-text {
	box-sizing: border-box;
	flex-grow: 1;
	text-align: right;
	font-size: 14px;
	color: #fff;
	display: none;
}

.contact-bar-seperator {
	color: #464b79;
	padding: 0 6px;
	font-weight: bold;
}

#contact-bar-text a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.50s ease-out;
	transition: all 0.50s ease-out;
}

#contact-bar-text a:hover {
	text-decoration: none;
	color: #ffd55a;
}

@media (min-width: 460px) {
	
	#contact-bar-text {
		display: block;
	}
}

@media (min-width: 610px) {
	#contact-bar {
		padding: 20px 30px 1px 30px;
	}
	#header-logo img {
		width: 150px;
		height: auto;
	}
	
	#contact-bar-text {
		font-size: 16px;
	}
}

/* ------- Nav bar --------- */

#main-nav {
	box-sizing: border-box;
	width: 100%;
	background-color: var(--color-bkgnd-dark);
	color: #fff;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	position: -webkit-sticky;
    position: sticky;
    top: 0px;
	z-index: 10;
}

a.navbtn {
	display: none;
	position: absolute;
	right: 30px;
	bottom: 6px;
	padding: 5px 15px;
	background: #ffd55a;
	text-decoration: none;
	color: var(--color-primary-dark);
	font-weight: bold;
	font-size: 16px;
	border-radius: 30px;
}

a.navbtn:hover {
	background: var(--color-primary-lighter);
	color: #fff;
}

@media (min-width: 1400px) {

	a.navbtn {
		display: inline-block;		
	}
}

/*------- FOOTER ------------------------------------------- */

.footertext {
	font-size: 1.4rem;
}

.innerFooter {
	width: 100%;
	max-width: 1482px;
	box-sizing: border-box;
	position: relative;
	padding-right: 0px;
	margin: 0 auto;
}

.footerMenu {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 20px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: stretch;
	gap: 40px 60px;
}

.col1 {
	flex-shrink: 0;
}

.col2 {
	flex-shrink: 0;
}

.col3 {
	flex-shrink: 0;
}

.footerMenu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}

.footerMenu ul a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.footerMenu ul a:hover {
	color: #ffd55a;
	text-decoration: none;
}

.footerMenu li {
	margin-bottom: 5px;
}

.socialMedia {
	flex-grow: 2;
}

.footerLogos {
	width: 100%;
	margin: 20px 0;
}

.footerLogos p {
	padding: 10px;
	margin: 0;
	text-align: center;
}

.footerLogos img {
	margin: 10px;
	vertical-align: middle;
	width: auto;
	height: 110px;
	border: none;
}

.footerLogos img.award-logo {
	margin: 10px;
	height: 70px;
}

.footerTitle {
	color: #ffffff;
	border-bottom: 2px solid #ffd55a;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#copyright {
	text-align: center;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:hover {
	color: #ffd55a;
	text-decoration: none;
}

.fcimage {
	box-sizing:border-box;
	text-align:center;
	flex-grow:1;
	padding-right:0;
}

.socialMedia {
	box-sizing: border-box;
	width: 100%;
	position: static;
	text-align: center;
}

.socialMedia ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}

.socialMedia li {
	display: inline-block;
	padding: 10px;
}

.socialMedia img {
	width: 40px;
	height: auto;
	opacity: 1;
}

.socialMedia img:hover {
	width: 40px;
	height: auto;
	opacity: 0.5;
}

@media (min-width: 900px) {
	.socialMedia {
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.socialMedia li {
		display: block;
		padding: 5px;
	}
}

@media (min-width: 1300px) {
	.footerMenu {
		flex-flow: row nowrap;
	}
	.fcimage {
		padding-right:90px;
	}
}

/*------- HOMEPAGE ------------------------------------------- */	

/* ------- Index Header --------- */

#index-header {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 5vw 0 5vw 0;
	background: #fff url(../images/index-header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-header-text {
	box-sizing: border-box;
	width: 60%;
	text-align: left;
}

.index-header-title {
	padding: 0 0 1vw 4vw;
	font-size: 5vw;
	color: #ffd55a;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}

.index-header-title-small {
	display: none;
	font-size: 1.8vw;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 2.5vw 0vw 0vw 4vw;
}

@media (min-width: 890px) {
	#index-header {
		padding: 4vw 0 4vw 0;
	}
	.index-header-title-small {
		display: block;
		font-size: 1.8vw;
		color: #fff;
		font-weight: normal;
		margin: 0 0 0 0;
		padding: 2.5vw 0vw 0vw 4vw;
	}
}

.secondary-bkgnd {
	background-color: var(--color-secondary);
	color: #fff;
}

.bluecircle-bkgnd {
	background-color: var(--color-primary);
	background-image: url("../images/blue-circle-bkgnd.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.whitecircle-bkgnd {
	background-color: #fff;
	background-image: url("../images/white-circle-bkgnd.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

/* ------- Index Secondary --------- */

.index-secondary {
	box-sizing: border-box;
	padding: var(--standard-padding);
	text-align: center;
	background-color: var(--color-secondary);
	color: #fff;
}

.index-secondary h1 {
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

.index-secondary h3 {
	margin-bottom: 0;
}

.index-icons {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px 20px;
}

.index-icon {
	box-sizing: border-box;
	width: 100%;
	max-width: 160px;
	text-align: center;
}

.index-icon img {
	box-sizing: border-box;
	width: 100%;
	max-width: 120px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.index-icon p {
	text-align: center;
}

@media (min-width: 1100px) {
	.index-icons {
		gap: 20px 40px;
	}
	.index-icon {
		max-width: 200px;
	}
	.index-icon img {
		max-width: 130px;
	}
}

@media (min-width: 1350px) {
	.index-icons {
		gap: 20px 80px;
	}
	.index-icon {
		max-width: 220px;
	}
	.index-icon img {
		max-width: 150px;
	}
}

.text-highlight {
	font-weight: bold;
	color: var(--color-secondary);
}

.c2grid {
	display: inline-grid;
	margin: 0 auto;
	grid-template-columns: 1fr 30px;
	column-gap: 30px;
	row-gap: 20px;
}

@media (min-width: 890px) {
	.c2grid {
		column-gap: 50px;
	}
}

.more-arrow {
	width: 30px;
	height: 30px;
}

.indexpic-cs {
	background-image: url("../images/indexpic-cs.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.videopic-scanpod-mobile {
	background-image: url("../images/contentpic-scanpod-mobile-3.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.productwrapper {
	box-sizing: border-box;
	width: 100%;
	margin: 40px auto 20px auto;
	padding: 0 0 40px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px 50px;	
}

.productbox {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-bottom: 60px;
	background: rgba(250, 250, 250, 0.2);
}

.nopics .productbox {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-bottom: 60px;
	background: none;
}

.productpic {
	box-sizing: border-box;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	display: block;
}

.product-title {
	font-size: 2.2rem;
	margin: 0 0 1em 0;
}

.nopics .product-title {
	font-size: 2.2rem;
	margin: 1.5em 0 1em 0;
}

.product-text {
	padding: 30px 30px 30px 30px;
}

.nopics {
	gap: 20px 50px;
}

.producticon {
	box-sizing: border-box;
	width: auto;
	height: 60px;
	vertical-align: middle;
	padding: 0 20px 0 0;
}

.productbox p.buttonP {
	box-sizing: border-box;
	position: absolute;
	bottom: 30px;
	left: 30px;
	margin: 0;
}

.productwrapper.nopics .productbox p.buttonP {
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
}

@media (min-width: 800px) {
	.productwrapper {
		gap: 30px 30px;
	}
	.productbox {
		max-width: 280px;
	}

	.productpic {
		max-width: 280px;
	}
	.nopics .product-title {
		font-size: 1.9rem;
		margin: 1.5em 0 1em 0;
	}
}

@media (min-width: 1300px) {
	.productwrapper {
		gap:40px 40px;
	}
	.productbox {
		max-width: 320px;
	}

	.productpic {
		max-width: 320px;
	}
	.nopics .product-title {
		font-size: 2.1rem;
		margin: 1.5em 0 1em 0;
	}
}

@media (min-width: 1500px) {
	.productwrapper {
		gap: 40px 40px;
	}
	.productbox {
		max-width: 350px;
	}

	.productpic {
		max-width: 350px;
	}
	.nopics .product-title {
		font-size: 2.1rem;
		margin: 1.5em 0 1em 0;
	}
}

@media (min-width: 1800px) {
	.productwrapper {
		gap: 50px 50px;
	}
	.productbox {
		max-width: 450px;
	}

	.productpic {
		max-width: 450px;
	}
	.nopics .product-title {
		font-size: 2.2rem;
		margin: 1.5em 0 1em 0;
	}
}

@media (min-width: 2200px) {
	.productwrapper {
		gap: 60px 80px;
	}
	.productbox {
		max-width: 500px;
	}

	.productpic {
		max-width: 500px;
	}
	.nopics .product-title {
		font-size: 2.4rem;
		margin: 1.5em 0 1em 0;
	}
}

.fullflex {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	gap: 40px 40px;
}

.flex2 {
	box-sizing: border-box;
	width: 100%;
	flex-gow: 1;
}

.flex4 {
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
}

.centreflex {
	justify-content: center;
	align-items: center;
}

@media (min-width: 750px) {
	.flex4 {
		max-width: 300px;
	}
}

@media (min-width: 1000px) {
	.flex2 {
		max-width: 400px;
	}
}

@media (min-width: 1200px) {
	.flex2 {
		max-width: 450px;
	}
	.flex4 {
		max-width: 220px;
	}
}

@media (min-width: 1400px) {
	.flex2 {
		max-width: 500px;
	}
	.flex4 {
		max-width: 250px;
	}
}


@media (min-width: 1600px) {
	.fullflex {
		gap: 40px 50px;
	}
	.flex2 {
		max-width: 600px;
	}
	.flex4 {
		max-width: 300px;
	}
}

@media (min-width: 1800px) {
	.flex2 {
		max-width: 700px;
	}
}

@media (min-width: 2000px) {
	.flex2 {
		max-width: 750px;
	}
}

@media (min-width: 2200px) {
	.fullflex {
		gap: 40px 60px;
	}	
	.flex2 {
		max-width: 800px;
	}
	.flex4 {
		max-width: 400px;
	}
}

.expertpic {
	text-align: center;
}

.expertpic img {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
}

.expertbox {
	padding: 30px 30px 20px 30px;
	border-radius: 50px 0px 50px 0px;
}

.expert-number {
	display: block;
	position: relative;
	top: -15px;
	left: -15px;
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 40px;
	border-radius: 100px;
	line-height: 60px;
	font-weight: bold;
}

.expert-title {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.3;
}

.expert-subtitle {
	font-weight: bold;
	font-size: 1.5rem;
}

@media (min-width: 1800px) {
	.expertbox {
		padding: 30px 40px 20px 40px;
		border-radius: 50px 0px 50px 0px;
	}
	.expert-title {
		font-weight: bold;
		font-size: 3rem;
		line-height: 1.3;
	}
	.expert-subtitle {
		font-weight: bold;
		font-size: 2rem;
	}
	.expert-number {
		display: block;
		position: relative;
		top: -15px;
		left: -20px;
		text-align: center;
		width: 80px;
		height: 80px;
		font-size: 60px;
		border-radius: 100px;
		line-height: 80px;
		font-weight: bold;
	}
}

.hometech {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	width: 260px;
	min-height: 260px;
	padding: 20px;
	background: #fff;
	border-radius: 140px;
	color: var(--color-bkgnd-dark);
	text-align: center;
}

.hometech:hover {
	background: var(--color-bkgnd-dark);
	color: #fff;
}

.techimg {
	box-sizing: border-box;
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

.techimg img {
	max-width: 150px;
	max-height: 100%;
	margin: auto auto;
}

.hometech h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

.hometech p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

@media (min-width: 750px) {
	.flex4.hometech {
		width: 260px;
		min-height: 260px;
		padding: 20px;
		border-radius: 140px;
	}
}

@media (min-width: 1200px) {
	.flex4.hometech {
		width: 220px;
		min-height: 220px;
		padding: 20px;
		border-radius: 140px;
	}
	.flex4.hometech h2 {
		font-size: 20px;
	}

	.flex4.hometech p {
		font-size: 13px;
	}
}

@media (min-width: 1400px) {
	.flex4.hometech {
		width: 250px;
		min-height: 250px;
		padding: 20px;
		border-radius: 140px;
	}
}


@media (min-width: 1600px) {
	.flex4.hometech {
		width: 260px;
		min-height: 260px;
		padding: 20px;
		border-radius: 140px;
	}
}

.dotpics {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	width: 260px;
	min-height: 260px;
	padding: 20px;
	background: #fff;
	border-radius: 140px;
	color: var(--color-bkgnd-dark);
	text-align: center;
}
/*
.dotpics:hover {
	background: var(--color-bkgnd-dark);
	color: #fff;
}
*/

.dotpics img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: auto auto;
}


.flex5.dotpics {
	width: 100px;
	min-height: 100px;
	padding: 20px;
	border-radius: 140px;
}


@media (min-width: 800px) {
	.flex5.dotpics {
		width: 100px;
		min-height: 100px;
		padding: 20px;
		border-radius: 140px;
	}
}

@media (min-width: 1000px) {
	.flex5.dotpics {
		width: 120px;
		min-height: 120px;
		padding: 20px;
		border-radius: 140px;
	}
}

@media (min-width: 1200px) {
	.flex5.dotpics {
		width: 150px;
		min-height: 150px;
		padding: 20px;
		border-radius: 140px;
	}

}

@media (min-width: 1400px) {
	.flex5.dotpics {
		width: 200px;
		min-height: 200px;
		padding: 20px;
		border-radius: 140px;
	}
}

@media (min-width: 1800px) {
	.flex5.dotpics {
		width: 250px;
		min-height: 250px;
		padding: 20px;
		border-radius: 140px;
	}
}

span.boxlink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.index-ct {
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
}

.index-ct.divider {
	border-bottom: 2px solid var(--color-secondary);
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.index-ct p {
	margin-bottom: 0;
}

.index-ct .ct-client {
	margin-top: 0.5em;
	font-style: italic;
}

/* 
	bxslider for Client logos
*/

.bx-wrapper, .bx-window { max-width: 100% !important;}

.bx-wrapper {
	margin-top: 2rem;
}

#logoSlider {
	list-style:none;
	padding: 0px;
	margin: 0;
}

#logoSlider img { 
	max-width:150px; 
	max-height:150px; 
	margin:0px; 
	display:inline-block  
}

#logoSlider li {
	max-width: 200px;
	line-height: 150px;
	vertical-align: middle;
	text-align: center;
}

/*------- ONSITE REGISTRATION ------------------------------------------- */	

/* ------- Page Header --------- */

.category-header {
	box-sizing: border-box;
	width: 100%;
	min-height: 140px;
	text-align: left;
	margin: 0;
	padding: 6vw 8% 4vw 8%;
	background: var(--color-primary) url(../images/blank-page-header.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.category-header-text {
	box-sizing: border-box;
	width: 60%;
	text-align: left;
}

.category-header-title {
	padding: 0 0 0.6vw 0;
	font-size: 7vw;
	color: #ffd55a;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}

.category-header-title-small {
	display: none;
	font-size: 1.8vw;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 1.5vw 0vw 0vw 0vw;
}

.category-header p.buttonP {
	display: none;
	margin: 0 0 0 0;
	padding: 2.5vw 0vw 2.5vw 0vw;
}

.titlebutton {
	display: none;
}

.page-header {
	box-sizing: border-box;
	width: 100%;
	min-height: 120px;
	text-align: left;
	margin: 0;
	padding: 6vw 8% 4vw 8%;
	background: var(--color-primary) url(../images/blank-page-header.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ffair-header {
	background: var(--color-primary) url(../images/ffair-page-header.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-header-text {
	box-sizing: border-box;
	width: 75%;
	text-align: left;
}

.page-header-title {
	padding: 0 0 0.6vw 0;
	font-size: 7vw;
	color: #ffd55a;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}

.page-header-title-small {
	display: none;
	font-size: 1.8vw;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 1.5vw 0vw 0vw 0vw;
}

.page-header p.buttonP {
	display: none;
	margin: 0 0 0 0;
	padding: 2.5vw 0vw 2.5vw 0vw;
}

@media (min-width: 480px) {
	.category-header {
		min-height: 145px;
	}
	.category-header-title {
		font-size: 6vw;
	}
	.page-header-title {
		font-size: 6vw;
	}
	.page-header {
		min-height: 145px;
	}
}

@media (min-width: 600px) {
	.category-header {
		min-height: 170px;
	}
	.category-header-title {
		font-size: 5vw;
	}
	.page-header-title {
		font-size: 5vw;
	}
	.page-header {
		min-height: 170px;
	}
}

@media (min-width: 700px) {
	.category-header {
		min-height: 220px;
	}
	.page-header {
		min-height: 220px;
	}
}

@media (min-width: 890px) {
	.category-header {
		min-height: 270px;
		padding: 5vw 8% 3vw 8%;
	}
	.category-header-title {
		font-size: 3.5vw;
	}
	.category-header-title-small {
		display: block;
		padding: 1.5vw 0vw 0vw 0vw;
	}
	.category-header p.buttonP {
		display: block;
	}
	.titlebutton {
		display: block;
	}
	.page-header {
		min-height: 245px;
		padding: 4.5vw 8% 2.5vw 8%;
	}
	.page-header-text {
		width: 50%;
	}
	.page-header-title {
		font-size: 3vw;
	}
	.page-header-title-small {
		display: block;
		padding: 1.5vw 0vw 0vw 0vw;
	}
	.page-header p.buttonP {
		display: block;
	}
}

@media (min-width: 1000px) {
	.category-header {
		min-height: 320px;
	}
	.page-header {
		min-height: 270px;
	}
}

@media (min-width: 1100px) {
	.category-header {
		min-height: 345px;
	}
	.page-header {
		min-height: 295px;
	}
}

@media (min-width: 1200px) {
	.category-header {
		min-height: 370px;
	}
	.page-header {
		min-height: 320px;
	}
}

@media (min-width: 1300px) {
	.category-header {
		min-height: 395px;
	}
	.page-header {
		min-height: 345px;
	}
}

@media (min-width: 1400px) {
	.category-header {
		min-height: 420px;
	}
	.page-header {
		min-height: 370px;
	}
}

@media (min-width: 1500px) {
	.category-header {
		min-height: 445px;
	}
	.page-header {
		min-height: 395px;
	}
}

@media (min-width: 1600px) {
	.category-header {
		min-height: 470px;
	}
	.page-header {
		min-height: 420px;
	}
}

@media (min-width: 1700px) {
	.category-header {
		min-height: 495px;
	}
	.page-header {
		min-height: 445px;
	}
}

@media (min-width: 1900px) {
	.category-header {
		min-height: 520px;
	}
	.page-header {
		min-height: 470px;
	}
}

@media (min-width: 2200px) {
	.category-header {
		min-height: 610px;
	}
	.page-header {
		min-height: 570px;
	}
}

@media (min-width: 2500px) {
	.category-header {
		min-height: 660px;
	}
	.page-header {
		min-height: 620px;
	}
}

.onsitereg-header {
	background: #fff url(../images/onsite-reg-header.jpg);
	background-size: cover;
}

.onlinereg-header {
	background: #fff url(../images/online-reg-header.jpg);
	background-size: cover;
}

.scanning-header {
	background: #fff url(../images/scanning-header.jpg);
	background-size: cover;
}

.badging-header {
	background: #fff url(../images/badging-header.jpg);
	background-size: cover;
}

.aboutus-header {
	background: #fff url(../images/aboutus-header.jpg);
	background-size: cover;
	background-position: center;
}

.reporting-header {
	background: #fff url(../images/reporting-header.jpg);
	background-size: cover;
	background-position: center;
}

.data-security-header {
	background: #fff url(../images/data-security-header.jpg);
	background-size: cover;
	background-position: center;
}

.blog-header {
	background: #fff url(../images/blog-header.jpg);
	background-size: cover;
	background-position: center;
}

.scanpod-header {
	background: #fff url(../images/ScanPod-header.jpg);
	background-size: cover;
	background-position: center top;
}

.confex25-header {
	background: #fff url(../images/confex25-header.jpg);
	background-size: cover;
	background-position: center top;
}

/* ------- M&IT Awards 2024 --------- */

.mitawards-2024-header {
	background: #014365;
	text-align: center;
}

.mitawards-2024-header img.mitawards-header-mobile {
	display: block;
	width: 100%;
	max-width: 640px ;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.mitawards-2024-header img.mitawards-header-main {
	display: none;
	width: 100%;
	max-width: 1892px ;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 541px) {
	.mitawards-2024-header img.mitawards-header-mobile {
		display: none;
	}
	.mitawards-2024-header img.mitawards-header-main {
		display: inline-block;
	}
}

.mitawards-clientbkgnd {
	background-image: url("../images/mitawards-clientbkgnd-2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mitawards-staffbkgnd {
	background-image: url("../images/mitawards-staffbkgnd.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* ------- Demec case Study --------- */

.demecbkgnd1 {
	background-image: url("../images/demecbkgnd1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.demecbkgnd2 {
	background-image: url("../images/demecbkgnd2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.demecbkgnd3 {
	background-image: url("../images/contentpic-demec-cs-4.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* ------- Product Pics --------- */

.product-title {
	text-align: left;
}

.product-split {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	margin: 0 auto;
	padding: 0;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.product-padding {
	padding: var(--topbot-padding);
}

.product-split .buttonP {
	text-align: center;
}

@media (min-width: 900px) {
	.product-padding {
		padding: var(--standard-padding);
	}
	.product-split {
		flex-flow: row wrap;
	}
	.product-split .split2 {
		flex-basis: 50%;
	}
	.product-split .split2centre {
		flex-basis: 50%;
	}
	.product-split .splitpic {
		order: 0;
	}
	.product-split .buttonP {
		text-align: left;
	}
}
/*
.productpic {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
}
*/

/*-------- Blog ---------*/

a.groupLink {
	color: #000000;
	text-decoration: none;
	padding: 0;
	border: none;
	font-weight: normal;
}

a.groupLink:hover {
	color: #5c6066;
	text-decoration: none;
}

a.groupLink span.boxlink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.blogWidth {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 30px;
}

.blogWidth p {
	font-size: 1rem;
}

.blogWidth ul li {
	font-size: 1rem;
	margin-bottom: 0.8em;
}

img.blogpic {
	width: 100%;
	height: auto;
	padding-top: 30px;
}

img.innerblogpic {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.blogColumnBoxes {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
}

.blogColumnBox {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
	max-width: 360px;
	padding: 0;
	background: var(--color-bkgnd-light);
}

.blogColumnBox:hover {
	background: var(--color-cta);
}

.blogColumnBox p.readMore {
	display: inline-block;
	position: absolute;
	left: 30px;
	bottom: 20px;
	font-style: normal;
	background: var(--color-secondary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
	background-size: auto 80%;
	padding: 8px 60px 8px 20px;
	color: #fff;
	border-radius: 80px;
}

.blogColumnBox:hover p.readMore {
	background: var(--color-primary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
	background-size: auto 80%;
	color: #fff;
}

img.blogColumnPic {
	width: 100%;
	height: auto;
}

.blogColumnIcon {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	margin-right: 20px;
}

.blogColumnIcon img {
	position: relative;
	top: 8px;
	left: 0px;
}

.blogColumnText {
	display: block;
	vertical-align: top;
	padding: 30px 30px 90px 30px;
	text-align: left;
	font-size: 0.8em;
}

h2.blogColumnTitle {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 0;
}

h2.blogColumnAward {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 0;
	font-weight: bold;
}

.blogColumnAwardType {
	font-size: 1.4em;
	line-height: 1.3;
	margin-top: 0;
}

.blogColumnBox p.readMore svg {
	margin-left: 6px;
}

.blogColumnBox p.readMore polygon {
	fill: #3a3c54;
}

.blogColumnBox  a:hover p.readMore polygon {
	fill: #000000;
}

.recblogs .blogColumnBoxes {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	padding-top: 20px;
}

.recblogs .blogColumnBox {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
	max-width: 260px;
	padding: 0;
	background: #fff;
}

.recblogs .blogColumnBox:hover {
	background: var(--color-cta);
}

.recblogs .blogColumnBox p.readMore {
	display: inline-block;
	position: absolute;
	left: 20px;
	bottom: 15px;
	font-style: normal;
	background: var(--color-secondary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
	background-size: auto 80%;
	padding: 8px 60px 8px 20px;
	color: #fff;
	border-radius: 80px;
}

.recblogs .blogColumnBox:hover p.readMore {
	background: var(--color-primary) url('../images/arrow-circle-right.svg') no-repeat center right 4px;
	background-size: auto 80%;
	color: #fff;
}

.recblogs img.blogColumnPic {
	width: 100%;
	height: auto;
	border-bottom: 2px var(--color-bkgnd-light) solid;
}

.recblogs .blogColumnText {
	display: block;
	vertical-align: top;
	padding: 20px 20px 80px 20px;
	text-align: left;
	font-size: 0.8em;
}

.recblogs h2.blogColumnTitle {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 0;
	font-weight:bold;
}

img.blog-text-pic {
	float: none;
	display: block;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 100%;
	max-width: 400px;
	height: auto;
	text-align: left;
}

@media (min-width: 600px) {
	img.blog-text-pic {
		float: left;
		display: initial;
		margin: 0 20px 20px 0;
		padding: 0;
		width: 100%;
		max-width: 250px;
		height: auto;
		vertical-align: text-top;
		text-align: left;
	}
}

.graphic-example {
	width: 90%;
	margin: 2rem auto;
	padding: 20px 10px;
	background-color: #ffd55a;
}

.graphic-example p {
	text-align:center;
	margin: 0;
	color: #3a3c54;
	font-size: 18px;
	font-weight: bold;
}

.graphic-example-rev-big {
	width: 100%;
	margin: 2rem auto;
	padding: 20px 10px;
	background-color: #3a3c54;
}

.graphic-example-rev-big p {
	text-align:center;
	margin: 0;
	color: #ffd55a;
	font-size: 20px;
	font-weight: bold;
}

.graphic-example-rev {
	width: 90%;
	margin: 2rem auto;
	padding: 20px 10px;
	background-color: #3a3c54;
}

.graphic-example-rev p {
	text-align:center;
	margin: 0;
	color: #ffd55a;
	font-size: 18px;
	font-weight: bold;
}

@media (min-width: 500px) {
	.graphic-example {
		padding: 20px 20px;
	}
	.graphic-example p {
		font-size: 24px;
	}
	.graphic-example-rev {
		padding: 20px 20px;
	}
	.graphic-example-rev p {
		font-size: 24px;
	}
	.graphic-example-rev-big {
		padding: 20px 20px;
	}
	.graphic-example-rev-big p {
		font-size: 2rem;
	}

}

.blog-back {
	margin-top: 40px;
	font-size: 16px;
	line-height: 16px;
}

.blog-back a {
	text-decoration: none;
}

.blog-back a .st0 {
	fill:#53bc64;
	}
.blog-back a:hover .st0 {
	fill:#ffd55a;
	}

.blog-arrow {
	fill: red;
}

.blog-back img {
	height: 14px;
	width: auto;
	padding-right: 6px;
}

.blog-back img .st0 {
	fill:black;
}

.pagebtn {
	text-align: center;
	padding: 20px;
	margin: 20px auto;
}

.pagebtn a {
	display: inline-block;
	font-weight: normal;
	background: #3a3c54;
	text-decoration: none;
	color: #fff;
	padding: 8px 20px;
}

.pagebtn a:hover {
	background: #ffd55a;
	color: #3a3c54;
}

.left-lozenge-outer {
	box-sizing: border-box;
	padding: 0 0 0 40px;
	margin: 20px 0;
}

.left-lozenge {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 200px 0 0 200px;
	padding: 15px;
	text-align: left;
	font-size: 1em;
    font-weight: bold;
	color:#fff;
}

.right-lozenge-outer {
	box-sizing: border-box;
	padding: 0 40px 0 0;
	margin: 20px 0;
	text-align: right;
}

.right-lozenge {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 0 200px 200px 0;
	padding: 15px;
	font-size: 1em;
    font-weight: bold;
	color:#fff;
}

.lozenge-number {
	display: inline-block;
	flex-basis: 70px;
	flex-shrink: 0;
	border-radius: 50%;
	width: 70px;
    line-height: 70px;
	margin: 10px;
	background: #ffd55a;
	text-align: center;
	font-size: 1.4em;
	color:#3a3c54;
}


@media (min-width: 600px) {
	.left-lozenge-outer {
		padding: 0 0 0 80px;
		margin: 30px 0;
	}

	.left-lozenge {
		padding: 30px;
		font-size: 1.4em;
	}
	.right-lozenge-outer {
		padding: 0 80px 0 0;
		margin: 30px 0;
	}

	.right-lozenge {
		padding: 30px;
		font-size: 1.4em;
	}
}

.blogdivider {
	width: 80%;
	border-top: 1px solid var(--color-bkgnd-light);
}

/* --------- Clients ----------- */

.clientQuoteBox {
	padding: 10px 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}

p.clientQuote {
	font-style: italic;
	margin-bottom: 0.5em;
}

p.clientName {
	text-align: right;
	margin-top: 0.5em;
	font-weight:700;
}

.divider {
	border-top: 2px solid var(--color-secondary);
	margin-top: 1em;
	padding-top: 1em;
}

.csbox {
	padding: 20px 20px;
	background-color: #ffd55a;
	color: #000;
}

.csbox-header {
	font-size: 1.3rem;
	font-weight: bold;
}

.csbox ol {
  margin-left: 1.5rem;
  padding-left: 0;
}

.cs-quote {
	font-size: 1.7rem;
	color: #53bc64;
	font-style: italic;
}

.blog-quote {
	color: #53bc64;
	font-style: italic;
}

.oncolour .cs-quote {
	color:#fff;
}

.altcolourbkgnd .cs-quote {
	color: var(--color-bkgnd-dark);
}

@media (min-width: 800px) {
	.cs-quote {
		font-size: 2.2rem;
	}

	.csbox {
		padding: 30px 40px;
	}

	.csbox-header {
		font-size: 1.6rem;
	}
	.csbox ol {
	  margin-left: 40px;
	  padding-left: 0;
	}
}

.cs-title-block {
	color: #fff;
}

.rightImage {
	float: right;
	margin-left: 50px;
	border: none;
}
	
.leftImage {
	float: left;
	margin-right: 50px;
	border: none;
}

/*-------- Meet the team ---------*/

.staff {
	box-sizing: border-box;
	width: 100%;	
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px 30px;
	margin: 1em 0 2em 0;
	padding: 0;
	overflow: clip;
	overflow-clip-margin: border-box;
}

.staff-pic {
	flex: 1;
	text-align: center;
}

.staff-text {
	flex: 1;
}

.staff-image {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0 20px 20px 0;
}

.staff-image::after {
	content: ""; 
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: url('../images/staff-frame.svg') no-repeat 0px 0px;
	background-size: contain;
}


.staff-name {
	font-weight:bold;
}

.staff-title {
	font-weight:bold;
	color: var(--color-secondary);
}

@media (min-width: 900px) {
	.staff {
		flex-flow: row wrap;
	}
	.staff-pic {
		flex: 0;
		text-align: left;
	}
	.staff-text {
		flex: 1;
	}
}

/*------- Data Security ------------------------------------- */

.big-iso-logo {
	width: 100%;
	max-width: 250px;
	height: auto;
}

/*------------------------------------------------------------------------------
  Video Page styles
---------------------------------------------------------------------------------*/	

.vid-wrapper {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.vidColumnBoxes {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 20px;
}

.vidColumnBox {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
	max-width: 360px;
	padding: 0;
	background: var(--color-bkgnd-light);
}

.vidColumnBox:hover {
	background: var(--color-cta);
	cursor: pointer;
}

img.vidColumnPic {
	width: 100%;
	height: auto;
}


.vidColumnText {
	display: block;
	vertical-align: top;
	padding: 30px 30px 30px 30px;
	text-align: left;
	font-size: 0.8em;
}

h2.vidColumnTitle {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 0;
	text-align: center;
}

/*------------------------------------------------------------------------------
  Join our team
---------------------------------------------------------------------------------*/

ul.bubble-menu {
	list-style-type: none;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 1px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	/*align-content: flex-start;*/
	align-items: stretch;
}

ul.bubble-menu li {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: 10px;
}

.bubble-menu a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffd55a;
	border-radius: 8px;
	border-bottom: none;
	color: #3a3c54;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
}

.bubble-menu a:hover {
	background-color: #3a3c54;
	color: #fff;
}

/*------------------------------------------------------------------------------
  FAQs
---------------------------------------------------------------------------------*/

.faq {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	gap: 0px 100px;
	padding: 1px 20px;
}

dl {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	margin: 0;
	padding: 0;
}	

dt {
	font-weight: bold;
	margin: 2em 0 0.8em 0;
}

dd {
	margin: 0.8em 0 0.8em 1.2em;
}

@media (min-width: 900px) {
	.faq {
		flex-flow: row nowrap;
	}
	dl {
		flex-basis: 50%;
	}
}

/*------------------------------------------------------------------------------
  Contact Us
---------------------------------------------------------------------------------*/

.contact-social {
	padding: 20px 0px 10px 0px;
}

.contact-social a {
	padding: 0px 10px 20px 0px;
}

.contact-social img {
	width: 40px;
	height: auto;
}

@media (min-width: 380px) {
	.contact-social a {
		padding: 0px 10px 0px 0px;
	}
}

@media (min-width: 530px) {
	.contact-social {
		padding: 40px 0px 20px 0px;
	}
	.contact-social a {
		padding: 0px 20px 0px 0px;
	}

	.contact-social img {
		width: 60px;
		height: auto;
	}
}

/* ------- Accordion Styles --------- */

.accordion {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 30px auto 10px auto;
}

.accordion .accordion-item {
	box-sizing: border-box;
  padding-bottom: 20px;
}

.accordion button {
	box-sizing: border-box;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 50px 1em 2em;
  color: #fff;
  background: var(--color-secondary);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 80px;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
  background: var(--color-primary);
}

.accordion button:focus[aria-expanded='false'] {
  background: var(--color-secondary);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 1.2em;
}

.accordion button .icon {
	box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
  border: none;
}

.accordion button .icon::before {
	box-sizing: border-box;
  display: block;
  position: absolute;
  content: '';
  background: url('../images/circle-down.svg') no-repeat center;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.accordion button .icon::after {
	box-sizing: border-box;
  display: none;
  position: absolute;
  content: '';
  background: url('../images/circle-up.svg') no-repeat center;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.accordion button[aria-expanded='true'] .icon::before {
  display: none;
}

.accordion button[aria-expanded='true'] {
  color: #fff;
}
.accordion button[aria-expanded='true'] .icon::after {
  display: block;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 2000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  box-sizing: border-box;
  opacity: 0;
  max-height: 0;
  padding: 0 30px;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

dl.faqs dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
}

dl.faqs dd {
	margin-inline-start: 0px;
	margin-top: 1em;
}

/* Gallery */

.gallery {
	display: flex;
	width: 100%;
	max-width: 1670px;
	flex-flow: column wrap;
	justify-content: center;
	align-content: center;
	align-items: top;
	gap: 10px;
	margin: 20px auto;
}
.gallery .galleryimageframe {
	flex: auto;
	max-width: 600px;
	height: auto;
	border-radius:10px;
	overflow: hidden;
	position: relative;
}

.gallery .galleryimageframe img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:10px;
	cursor: url("../images/zoomin-icon32.svg") 16 16, zoom-in;
	/* cursor:zoom-in; */
	opacity: 1;
	transition: transform .2s;
}

.gallery .galleryimageframe:hover img {
	transform: scale(1.5);
	opacity: 0.5;
}

@media (min-width: 700px) {
   .gallery {
		display: flex;
		width: 100%;
		max-width: 1670px;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: top;
		gap: 10px;
		margin: 20px auto;
	}

	.gallery .galleryimageframe {
		flex: auto;
		height: 220px;
		max-width: 632px;	
		border-radius:10px;
		overflow: hidden;
		position: relative;
	}

	.gallery .galleryimageframe img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius:10px;
		cursor: url("../images/zoomin-icon32.svg") 16 16, zoom-in;
		/* cursor:zoom-in; */
		opacity: 1;
		transition: transform .2s;
	}
	
	.gallery .galleryimageframe:hover img {
		transform: scale(1.5);
		opacity: 0.5;
	}
}

@media (min-width: 1250px) {
	.gallery .galleryimageframe {
		height: 240px;
		max-width: 600px;
	}
}

@media (min-width: 1550px) {
	.gallery .galleryimageframe {
		height: 250px;
		max-width: 600px;
	}
}

@media (min-width: 1750px) {
	.gallery .galleryimageframe {
		height: 270px;
		max-width: 600px;
	}
}


@media (min-width: 1850px) {
	.gallery .galleryimageframe {
		height: 300px;
		max-width: 600px;
	}
}

/* Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lightbox img {
  max-width: 80%;
  max-height: 80%;
}
.lightbox .prev,
.lightbox .next {
  height: 50px;
  width: 50px;
  position: absolute;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1001;
}

.lightbox .prev:hover,
.lightbox .next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.lightbox .prev {
  left: 20px;
}
.lightbox .next {
  right: 20px;
}
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  font-size: 2rem;
  color: #000;
  background: none;
  cursor: pointer;
  border: none;
  z-index: 1001;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.lightbox .close:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
