@charset "UTF-8";

@import url(fontawesome.min.css); /* Font Awesome 7 */
@import url(brands.min.css); /* Font Awesome 7 */
@import url(regular.min.css); /* Font Awesome 7 */
@import url(solid.min.css); /* Font Awesome 7 */

@font-face {
	font-family: 'Poppins';
	src: url('../webfonts/Poppins/Poppins-Thin.ttf') format('truetype');
	font-display: swap;
	font-weight: 100;
}
@font-face {
	font-family: 'Poppins';
	src: url('../webfonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
	font-display: swap;
	font-style: italic;
	font-weight: 100;
}
@font-face {
	font-family: 'Poppins';
	src: url('../webfonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
	font-display: swap;
	font-weight: 200;
}
@font-face {
	font-family: 'Poppins';
	src: url('../webfonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
	font-display: swap;
	font-style: italic;
	font-weight: 200;
}
@font-face {
	font-family: 'Poppins';
	src: url('../webfonts/Poppins/Poppins-Medium.ttf') format('truetype');
	font-display: swap;
	font-weight: 500;
}
@font-face {
	font-family: 'Poppins';
	src: url('../webfonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
	font-display: swap;
	font-style: italic;
	font-weight: 500;
}
/* only used for 'ROLLING THUNDER MEDIA' - LMP */
@font-face {
	font-family: 'Poppins';
	src: url('../webfonts/Poppins/Poppins-Black.ttf') format('truetype');
	font-display: swap;
	font-weight: 900;
}
@font-face {
	font-family: 'Poppins';
	src: url('../webfonts/Poppins/Poppins-BlackItalic.ttf') format('truetype');
	font-display: swap;
	font-style: italic;
	font-weight: 900;
}

/*
	Story by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

	modified for Rolling Thunder Media by LMP --
	see '.assets/css/RollingThunderMedia.css' for details.
*/

/* syntactic tag 'main' added - LMP */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video,
main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

/* syntactic tag 'main' added - LMP */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
	display: block;}

/*
body {
	line-height: 1;
} overridden below - why is this here? - LMP */

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {
		html, body {
			min-width: 320px;
		}
	}

	html {
		box-sizing: border-box;
		-o-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
 		hyphens: auto; /* added by LMP */
		scroll-behavior: smooth; /* added by LMP */
	/*	text-wrap: pretty; */ /* added by LMP */
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

/* Type */

	html {
		font-size: 18pt;
	}

		@media screen and (max-width: 1680px) {
			html {
				font-size: 14pt;
			}
		}

		@media screen and (max-width: 1280px) {
			html {
				font-size: 12pt;
			}
		}

		@media screen and (max-width: 736px) {
			html {
				font-size: 11pt;
			}
		}

		@media screen and (max-width: 360px) {
			html {
				font-size: 10pt;
			}
		}

	body {
		background: #100c08; /* added, just in case - LMP */
		background-color: #100c08; /* was '#ffffff' - LMP */
		color: #f4f0ec; /* was '#000000' - LMP */
	}

	body, input, select, textarea {
		font-family: Poppins,
			"Helvetica Neue Light", HelveticaNeue-Light, HelveticaNeueLight,
			"Helvetica Light", Helvetica-Light, HelveticaLight,
			"Helvetica Neue", HelveticaNeue,
			Helvetica,
			sans-serif; /* font stack revised by LMP */
		font-size: 1rem;
		font-weight: 100; /* was '300' - LMP */
		line-height: 1.5rem; /* was 1.65 - LMP */
	}

	a {
	/*	-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out; all transitions removed by LMP - */
		text-decoration: none;
	}
		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 500; /* was '400' - LMP */
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.5rem 0; /* was '0 0 2rem 0' (for 'Poppins') - LMP */
	}
		p.major {
			font-size: 1.25rem;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 100; /* was '300' - LMP */
		line-height: 1; /* was '1.375' - LMP */
	/*	letter-spacing: -0.05em; not for 'Poppins' - LMP */
		margin: 0 0 1rem 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

/* '.subhead' classes added to avoid using <h> elements for sub-headings */
/*	(trying to maintain a syntactic layout) - LMP */

	 .subhead1, .subhead2, .subhead3, .subhead4, .subhead5, subhead6 {
		font-weight: 100;
	 }
		.subhead1 a, .subhead2 a, .subhead3 a, .subhead4 a, .subhead5 a, .subhead6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 3.5rem;
		line-height: 1; /* was '1.2' - LMP */
		margin: 2rem 0 2rem 0; /* added by LMP */
		text-align: center; /* added by LMP */
	}

	h2 {
		font-size: 2.25rem;
		margin: 1.5rem 0 1.5rem 0; /* added by LMP */
		text-align: center; /* added by LMP */
	}

	h3 {
		font-size: 1.5rem;
		margin: 1rem 0 1rem 0; /* added by LMP */
		text-align: center; /* added by LMP */
	}

	h4 {
		font-size: 1.125rem; /* was '1.1' - LMP */
	}

	h5 {
		font-size: 1rem; /* was '0.9rem' - LMP */
	}

	h6 {
		font-size: 0.75rem; /* was '0.7rem' - LMP */
	}

	.subhead1 {
		font-size: 2.25rem;
		margin: -2rem 0 2rem 0;
		text-align: center;
	}

	.subhead2 {
		font-size: 1.5rem;
		margin: -1.5rem 0 1.5rem 0;
		text-align: center;
	}

	.subhead3 {
		font-size: 1.125rem; /* was '1.1rem' - LMP */
		margin: -1rem 0 1rem 0;
		text-align: center;
	}

	.subhead4 {
		font-size: 1rem; /* was '0.9rem' - LMP */
	}

	.subhead5 {
		font-size: 0.75rem; /* was '0.7rem' - LMP */
	}

	.subhead6 {
		font-size: 0.625rem;
	}

	sub {
		font-size: 0.75rem; /* was '0.8rem' - LMP */
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.75rem; /* was '0.8rem' - LMP */
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px;
	/*	font-style: italic; removed, add back case-by-case - LMP */
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		border-radius: 4px;
		font-family: Courier, "Courier New", monospace;
		font-size: 0.875em; /* was '0.9rem' - LMP */
		margin: 0 0.25rem;
		padding: 0.25rem 0.325rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: Courier, "Courier New", monospace;
		font-size: 0.875em; /* was '0.9rem' - LMP */
		margin: 0 0 2rem 0;
	}
		pre code {
			display: block;
			line-height: 1.5;
			padding: 0.75rem 1rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2.5rem auto;	/* was '2.5rem 0;' */
		width: 80%;				/* added by LMP */
	}
	/*	hr.major {
			margin: 3.5rem 0;
		} not used - LMP */

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

	@media screen and (max-width: 736px) {
		p.major {
			font-size: 1.1rem;
		}
		h1 {
			font-size: 2.5rem;
		}
		h2, .subhead1 {
			font-size: 2rem;
		}
		h3, .subhead2 {
			font-size: 1.25rem;
		}
		h4, .subhead3 {
			font-size: 1rem;
		}
		.subhead4 {
			font-size: 0.75rem;
		}
	}

	input, select, textarea {
		color: #f4f0ec; /* was '#000000' - LMP */
	}

	a {
		color: #f4f0ec; /* was '#000000' - LMP */
	}
		a:hover {
			color: #ff2400; /* was '#47D3E5' - LMP */
		}

	strong, b {
		color: #f4f0ec; /* was '#000000' - LMP */
	}

	h1, h2, h3, h4, h5, h6 {
		color: #f4f0ec; /* was '#000000' - LMP */
	}

	blockquote {
		border-left-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
	}

	code {
		background: rgba(244, 240, 236, 0.05); /* was 'rgba(0, 0, 0, 0.05)' - LMP */
		border-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
	}

	hr {
		border-bottom-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
	}

/* Row (removed by LMP) */

/* Box (removed by LMP) */

/* Button (removed by LMP) */

/* Form (removed by LMP) */

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		margin: 0 2.25rem 0 0; /* added to fix Font Awesome 7 - LMP */
		position: relative;
		text-align: center;
	}
		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			text-shadow: 1px 1px 1px rgba(16, 12, 8, 0.1666); /* added by LMP */
			line-height: 1; /* added by LMP */
		/*	text-transform: none !important; why not? - LMP */
			font-family: 'Font Awesome 7 Free'; /* was '5' - LMP */
		/*	font-weight: 400; removed - not needed - LMP */
		}
	/*	.icon > .label {
			display: none;
		} removed, not used - see 'iconlabel' - LMP */

		.icon:before {
			line-height: inherit;
		}
/*		.icon.solid:before {
			font-weight: 100;
		} class '.solid' no longer used - LMP */

		.icon.brands:before {
			font-family: 'Font Awesome 7 Brands'; /* was '5' - LMP */
		}
		.icon.style2:before {
			border-radius: 2.75em;
			display: inline-block;
			height: 2.75em;
			line-height: 2.75em;
			width: 2.75em;
		}
		.icon.major {
			display: block;
			margin: 0 0 1rem 0;
		}
			.icon.major:before {
				font-size: 1.25rem;
			}
/*	a.icon.style2:before {
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	} all transitions removed by LMP - */
/* color the 'style2' icons & rollovers - LMP */
	a.icon.style2 {
		color: #f4f0ec;
	}
/* color the 'style2' icon & rollover borders - LMP */
	a.icon.style2:before {
		box-shadow: inset 0 0 0 1px #f4f0ec;
	}
	.icon.style2:before {
		box-shadow: inset 0 0 0 1px rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
	}
	a.icon.style2:hover:before {
		box-shadow: inset 0 0 0 1px #ff2400; /* was '#47D3E5' - LMP */
		color: #ff2400; /* was '#47D3E5' - LMP */
	}
/*	a.icon.style2:active:before {
		background-color: rgba(255, 38, 0, 0.1);
		box-shadow: inset 0 0 0 1px #ff2400;
		color: #ff2400;
	} removed by LMP */
/* dim the menu icons over the front page video - LMP */
	.icon.style2.dim {
		color: rgba(244, 240, 236, 0.5); /* 'dim' added by LMP */
	}
	.icon.style2.dim:before {
		box-shadow: inset 0 0 0 1px rgba(244, 240, 236, 0.5), 1px 1px 1px rgba(16, 12, 8, 0.1666); /* 2nd shadow added by LMP */ /* 'dim' added by LMP */
	}

/* Image */

	.image {
		border: 0;
		border-radius: 4px;
		display: inline-block;
		position: relative;
	}
		.image img {
			display: block;
			border-radius: 4px;
		}
		.image.left, .image.right {
			width: 40%;
			max-width: 10rem;
		}
			.image.left img, .image.right img {
				width: 100%;
			}
		.image.left {
			float: left;
			margin: 0 1.5rem 1rem 0;
			top: 0.25rem;
		}
		.image.right {
			float: right;
			margin: 0 0 1rem 1.5rem;
			top: 0.25rem;
		}
		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}
			.image.fit img {
				width: 100%;
			}
		.image.mainimg {	/* rename '.image.main' to '.image.mainimg' - LMP */
			display: block;
			margin: 0 0 3rem 0;
			width: 100%;
		}
			.image.mainimg img {	/* rename '.image.main' to '.image.mainimg' - LMP */
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25rem;
	}
		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}
		ul li {
			padding-left: 0.5rem;
		}
		ul.alt {
			list-style: none;
			padding-left: 0;
		}
			ul.alt li {
				border-top: solid 1px;
				padding: 0.5rem 0;
			}
				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}
		dl dt {
			display: block;
			font-weight: 500; /* was '400' - LMP */
			margin: 0 0 1rem 0;
		}
		dl dd {
			margin-left: 2rem;
		}
		dl.style2 dt {
			width: 25%;
			float: left;
		}
		dl.style2 dd {
			width: 70%;
			float: left;
		}
		dl.style2:after {
			content: '';
			display: block;
			clear: both;
		}

	ul.alt li {
		border-top-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
	}

/* Actions (removed by LMP) */

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}
		ul.icons li {
			display: inline-block;
			padding: 0 0.75rem 0 0;
		}
			ul.icons li:last-child {
				padding-right: 0;
			}

/* Section/Article (removed by LMP) */

/* Table (removed by LMP) */

/* Banner (transitions) (removed by LMP) */

/* Banner (style1) (removed by LMP) */

/* Banner (style2) (removed by LMP) */

/* Banner (style3) (removed by LMP) */

/* Banner (style4) (removed by LMP) */

/* Banner (style5) (removed by LMP) */

/* Spotlight (transitions) (removed by LMP) */

/* Spotlight (style1) */

	.spotlight.style1 {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		position: relative;
		overflow-x: hidden;
		text-align: left;
	}
		.spotlight.style1 .content {
			padding: 7rem 7rem 5rem 7rem ;
			-moz-align-self: center;
			-webkit-align-self: center;
			-ms-align-self: center;
			align-self: center;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			width: 65%;
			max-width: 64rem;
			margin: 0 auto;
		}
		.spotlight.style1 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			width: 35%;
			min-width: 25rem;
			border-radius: 0;
		}
			.spotlight.style1 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {
			.spotlight.style1 .content {
				padding: 5rem 5rem 3rem 5rem ;
			}
		}

		@media screen and (max-width: 1280px) {
			.spotlight.style1 .content {
				padding: 4rem 4rem 2rem 4rem ;
			}
		}

		@media screen and (max-width: 980px) {
			.spotlight.style1 .content {
				padding: 3.75rem 3rem 1.75rem 3rem ;
				width: 50%;
				min-width: 0;
			}
			.spotlight.style1 .image {
				width: 50%;
				min-width: 0;
			}
		}

		@media screen and (max-width: 736px) {
			.spotlight.style1 .content {
				padding: 2.5rem 2rem 0.5rem 2rem ;
			}
		}

	@media screen and (max-width: 736px) and (orientation: portrait) {
		.spotlight.style1 {
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
			text-align: center !important;
		}
			.spotlight.style1 .content {
				width: 100%;
			}
			.spotlight.style1 .image {
				width: 100%;
			}
				.spotlight.style1 .image img {
					position: relative;
				}
	}

		.spotlight.style1.orient-right {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

	@media screen and (max-width: 736px) and (orientation: portrait) {
		.spotlight.style1.orient-right {
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
		}
	}

		.spotlight.style1.content-align-center {
			text-align: center;
		}

		.spotlight.style1.content-align-right {
			text-align: right;
		}

		.spotlight.style1.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style1.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Spotlight (style2) */

	.spotlight.style2 {
		padding: 7rem 7rem 5rem 7rem ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		overflow-x: hidden;
		text-align: left;
	}
		.spotlight.style2 .content {
			width: 44.5rem;
			max-width: 100%;
		}
		.spotlight.style2 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			width: 21rem;
			height: 21rem;
			border-radius: 100%;
			margin: 0 3.5rem 2rem 0;
		}
			.spotlight.style2 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 100%;
			}

		@media screen and (max-width: 1680px) {
			.spotlight.style2 {
				padding: 5rem 5rem 3rem 5rem ;
			}
		}

		@media screen and (max-width: 1280px) {
			.spotlight.style2 {
				padding: 4rem 4rem 2rem 4rem ;
			}
		}

		@media screen and (max-width: 980px) {
			.spotlight.style2 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}
				.spotlight.style2 .image {
					width: 18.375rem;
					height: 18.375rem;
				}
		}

		@media screen and (max-width: 736px) {
			.spotlight.style2 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
			}
				.spotlight.style2 .image {
					width: 15.75rem;
					height: 15.75rem;
					margin: 0 2rem 2rem 0;
				}
		}

		@media screen and (orientation: portrait) {
			.spotlight.style2 {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center !important;
			}
				.spotlight.style2 .content {
					width: 34rem;
					max-width: 100%;
				}
				.spotlight.style2 .image {
					margin-right: 0;
				}
		}

		.spotlight.style2.orient-left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}
			.spotlight.style2.orient-left .image {
				margin: 0 0 2rem 3.5rem;
			}

			@media screen and (max-width: 736px) {
				.spotlight.style2.orient-left .image {
					margin: 0 0 2rem 2rem;
				}
			}

			@media screen and (orientation: portrait) {
				.spotlight.style2.orient-left {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}
					.spotlight.style2.orient-left .image {
						margin-left: 0;
					}
			}

		.spotlight.style2.content-align-center {
			text-align: center;
		}

		.spotlight.style2.content-align-right {
			text-align: right;
		}

		.spotlight.style2.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style2.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Spotlight (style3) */

	.spotlight.style3 {
		padding: 7rem 7rem 5rem 7rem ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		overflow-x: hidden;
		text-align: left;
	}
		.spotlight.style3 .content {
			width: 44.5rem;
			max-width: 100%;
		}
		.spotlight.style3 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			border-radius: 0;
			border: solid 1px;
			width: 13rem;
			height: 23.11111rem;
			margin-top: 2.5rem;
			margin-bottom: 5rem;
			margin-right: 3.5rem;
		}
			.spotlight.style3 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}
			.spotlight.style3 .image:before {
				content: '';
				display: block;
				background-position: center;
				background-repeat: no-repeat;
				border: solid 1px;
				border-bottom: 0;
			}
			.spotlight.style3 .image:after {
				content: '';
				display: block;
				background-position: center;
				background-repeat: no-repeat;
				border: solid 1px;
				border-top: 0;
			}
			.spotlight.style3 .image:before {
				height: 2.5rem;
				background-size: 64px 32px;
				margin-top: -2.5rem;
				border-radius: 1rem 1rem 0 0;
			}
			.spotlight.style3 .image:after {
				height: 3rem;
				background-size: 64px 32px;
				margin-bottom: -3rem;
				border-radius: 0 0 1rem 1rem;
			}

		@media screen and (max-width: 1680px) {
			.spotlight.style3 {
				padding: 5rem 5rem 3rem 5rem ;
			}
		}

		@media screen and (max-width: 1280px) {
			.spotlight.style3 {
				padding: 4rem 4rem 2rem 4rem ;
			}
		}

		@media screen and (max-width: 980px) {
			.spotlight.style3 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}
				.spotlight.style3 .image {
					width: 11.375rem;
					height: 20.22222rem;
					margin-top: 2.1875rem;
					margin-bottom: 4.625rem;
				}
					.spotlight.style3 .image:before {
						height: 2.1875rem;
						background-size: 56px 28px;
						margin-top: -2.1875rem;
						border-radius: 0.875rem 0.875rem 0 0;
					}
					.spotlight.style3 .image:after {
						height: 2.625rem;
						background-size: 56px 28px;
						margin-bottom: -2.625rem;
						border-radius: 0 0 0.875rem 0.875rem;
					}
		}

		@media screen and (max-width: 736px) {
			.spotlight.style3 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
			}
				.spotlight.style3 .image {
					width: 8.125rem;
					height: 14.44444rem;
					margin-top: 1.5625rem;
					margin-bottom: 3.875rem;
				}
					.spotlight.style3 .image:before {
						height: 1.5625rem;
						background-size: 40px 20px;
						margin-top: -1.5625rem;
						border-radius: 0.625rem 0.625rem 0 0;
					}
					.spotlight.style3 .image:after {
						height: 1.875rem;
						background-size: 40px 20px;
						margin-bottom: -1.875rem;
						border-radius: 0 0 0.625rem 0.625rem;
					}
		}

		@media screen and (orientation: portrait) {
			.spotlight.style3 {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center !important;
			}
				.spotlight.style3 .content {
					width: 34rem;
					max-width: 100%;
				}
				.spotlight.style3 .image {
					margin-right: 0;
					margin-left: 0;
				}
		}

		.spotlight.style3.orient-left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}
			.spotlight.style3.orient-left .image {
				margin-right: 0;
				margin-left: 3.5rem;
			}

			@media screen and (orientation: portrait) {
				.spotlight.style3.orient-left {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}
					.spotlight.style3.orient-left .image {
						margin-right: 0;
						margin-left: 0;
					}
			}

		.spotlight.style3.content-align-center {
			text-align: center;
		}

		.spotlight.style3.content-align-right {
			text-align: right;
		}

		.spotlight.style3.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style3.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Spotlight (style4) */

	.spotlight.style4 {
		padding: 7rem 5.25rem 5rem 5.25rem ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: inherit;
		position: relative;
		overflow-x: hidden;
		text-align: center;
	}
		.spotlight.style4 .content {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			position: relative;
			width: 40rem;
			max-width: 50%;
			background-color: inherit;
			border-radius: 0.5rem;
			margin-bottom: 2rem;
			z-index: 1;
		}
		.spotlight.style4 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border-radius: 0;
		}
			.spotlight.style4 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {
			.spotlight.style4 {
				padding: 5rem 3.75rem 3rem 3.75rem ;
			}
				.spotlight.style4 .content {
					padding: 2.5rem 2.5rem 0.5rem 2.5rem ;
				}
		}

		@media screen and (max-width: 1280px) {
			.spotlight.style4 {
				padding: 4rem 3rem 2rem 3rem ;
			}
				.spotlight.style4 .content {
					padding: 3rem 3rem 1rem 3rem ;
				}
		}

		@media screen and (max-width: 980px) {

			.spotlight.style4 {
				padding: 3rem 2.25rem 1rem 2.25rem ;
			}
				.spotlight.style4 .content {
					padding: 2.25rem 2.25rem 0.25rem 2.25rem ;
				}
		}

		@media screen and (max-width: 736px) {
			.spotlight.style4 {
				padding: 2rem 1.5rem 0.1rem 1.5rem ;
			}
				.spotlight.style4 .content {
					padding: 1.5rem 1.5rem 0.1rem 1.5rem ;
				}
		}

		@media screen and (max-width: 480px) {
			.spotlight.style4 .content {
				max-width: 80%;
			}
		}

		.spotlight.style4.fullscreen {
			min-height: 100vh;
		}

		.spotlight.style4.halfscreen {
			min-height: 50vh;
		}

		.spotlight.style4.orient-left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
			padding-left: 0;
		}
			.spotlight.style4.orient-left .content {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}

		.spotlight.style4.orient-right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
			padding-right: 0;
		}
			.spotlight.style4.orient-right .content {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}

		.spotlight.style4.content-align-left {
			text-align: left;
		}

		.spotlight.style4.content-align-right {
			text-align: right;
		}

		.spotlight.style4.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style4.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Spotlight (style5) */

	.spotlight.style5 {
		padding: 7rem 5.25rem 5rem 5.25rem ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: transparent; /* added by LMP */
	/*	background-color: rgba(16, 12, 8, 0.5); removed by LMP */
	/*	background-color: inherit; replaced by LMP */
		position: relative;
		overflow-x: hidden;
		text-align: center;
	}

		.spotlight.style5 .content {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			position: relative;
			width: 40rem;
			max-width: 52.5%;
			background-color: inherit;
		/*	border-radius: 0.5rem; removed by LMP */
			margin-bottom: 2rem;
			z-index: 1;
		}

		.spotlight.style5 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border-radius: 0;
		}
			.spotlight.style5 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {
			.spotlight.style5 {
				padding: 5rem 3.75rem 3rem 3.75rem ;
			}
				.spotlight.style5 .content {
					padding: 2.5rem 2.5rem 0.5rem 2.5rem ;
				}
		}

		@media screen and (max-width: 1280px) {
			.spotlight.style5 {
				padding: 4rem 3rem 2rem 3rem ;
			}
				.spotlight.style5 .content {
					padding: 3rem 3rem 1rem 3rem ;
				}
		}

		@media screen and (max-width: 980px) {
			.spotlight.style5 {
				padding: 3rem 2.25rem 1rem 2.25rem ;
			}
				.spotlight.style5 .content {
					padding: 2.25rem 2.25rem 0.25rem 2.25rem ;
				}
		}

		@media screen and (max-width: 736px) {
			.spotlight.style5 {
				padding: 2rem 1.5rem 0.1rem 1.5rem ;
			}
				.spotlight.style5 .content {
					padding: 1.5rem 1.5rem 0.1rem 1.5rem ;
				}
		}

		@media screen and (max-width: 480px) {
			.spotlight.style5 .content {
				max-width: 80%;
			}
		}

		.spotlight.style5.fullscreen {
			min-height: 100vh;
		}

		.spotlight.style5.halfscreen {
			min-height: 50vh;
		}

		.spotlight.style5.orient-left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
		}

		.spotlight.style5.orient-right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
		}

		.spotlight.style5.content-align-left {
			text-align: left;
		}

		.spotlight.style5.content-align-right {
			text-align: right;
		}

		.spotlight.style5.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style5.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

	.spotlight .image {
		background-color: rgba(244, 240, 236, 0.125); /* was 'rgba(0, 0, 0, 0.125)' - LMP */
	}

	.spotlight.invert .image {
		background-color: rgba(16, 12,8, 0.125); /* was 'rgba(255, 255, 255, 0.125)' - LMP */
	}

	.spotlight.style3 .image {
		border-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
		background-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
		border-width: 0;
	}
		.spotlight.style3 .image:before {
		/*	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(244, 240, 236, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); */ /* was 'rgba(0, 0, 0, 0.2)' - LMP */
			border-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
			width: 100%;
		}
		.spotlight.style3 .image:after {
		/*	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(244, 240, 236, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); */ /* was 'rgba(0, 0, 0, 0.2)' - LMP */
			border-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
			width: 100%;
		}

	.spotlight.style3.android .image:after {
	/*	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(244, 240, 236, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); */ /* was 'rgba(0, 0, 0, 0.2)' - LMP */
	}

	.spotlight.style3.invert .image {
		border-color: white;
		background-color: white;
		border-width: 1px;
	}
		.spotlight.style3.invert .image:before {
		/*	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); */
			border-color: white;
			width: calc(100% + 2px);
			margin-left: -1px;
		}
		.spotlight.style3.invert .image:after {
		/*	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); */
			border-color: white;
			width: calc(100% + 2px);
			margin-left: -1px;
		}

	.spotlight.style3.invert.android .image:after {
	/*	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E"); */
	}

/* Gallery (transitions) (removed by LMP) */

/* Gallery (style1) (removed by LMP) */

/* Gallery (style2) (removed by LMP) */

/* Gallery (lightbox) (removed by LMP) */

/* Wrapper (style1) */

	.wrapper.style1 > .inner {
		padding: 7rem 3.5rem 5rem 3.5rem ;
		margin: 0 auto;
		max-width: 100%;
		width: 64rem;
	}

		.wrapper.style1 > .inner.medium {
			width: 48rem;
		}

		.wrapper.style1 > .inner.small {
			width: 32rem;
		}

	@media screen and (max-width: 1680px) {

		.wrapper.style1 > .inner {
			padding: 5rem 2.5rem 3rem 2.5rem ;
		}

	}

	@media screen and (max-width: 1280px) {

		.wrapper.style1 > .inner {
			padding: 4rem 4rem 2rem 4rem ;
		}

	}

	@media screen and (max-width: 980px) {

		.wrapper.style1 > .inner {
			padding: 4.5rem 3rem 2.5rem 3rem ;
		}

	}

	@media screen and (max-width: 736px) {

		.wrapper.style1 > .inner {
			padding: 3rem 2rem 1rem 2rem ;
		}

	}

/* Wrapper (style2) */

	.wrapper.style2 {
		padding: 7rem;
		background-color: #eeeeee;
	}

		.wrapper.style2 > .inner {
			padding: 5.25rem 3.5rem 3.25rem 3.5rem ;
			background-color: #100c08; /* was '#ffffff' - LMP */
			border-radius: 0.5rem;
			margin: 0 auto;
			max-width: 100%;
			position: relative;
			width: 64rem;
			z-index: 1;
		}

			.wrapper.style2 > .inner.medium {
				width: 48rem;
			}

			.wrapper.style2 > .inner.small {
				width: 32rem;
			}

		@media screen and (max-width: 1680px) {

			.wrapper.style2 {
				padding: 5rem;
			}

				.wrapper.style2 > .inner {
					padding: 3.75rem 2.5rem 1.75rem 2.5rem ;
				}

		}

		@media screen and (max-width: 1280px) {

			.wrapper.style2 {
				padding: 4rem;
			}

				.wrapper.style2 > .inner {
					padding: 3rem 2rem 1rem 2rem ;
				}

		}

		@media screen and (max-width: 980px) {

			.wrapper.style2 {
				padding: 2.25rem;
			}

				.wrapper.style2 > .inner {
					padding: 3rem 2.25rem 1rem 2.25rem ;
				}

		}

		@media screen and (max-width: 736px) {

			.wrapper.style2 {
				padding: 1.5rem;
			}

				.wrapper.style2 > .inner {
					padding: 2rem 1.5rem 0.1rem 1.5rem ;
				}

		}

/* Items (transitions) (removed by LMP) */

/* Items (style1) */

	.items.style1 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		margin: 3rem 0;
		position: relative;
	}

		.items.style1 > * {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			border-style: solid;
			border-left-width: 1px;
			border-top-width: 1px;
		}

		.items.style1.big > * {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			width: 50%;
		}

			.items.style1.big > *:nth-child(-n + 2) {
				border-top-width: 0;
			}

			.items.style1.big > *:nth-child(2n + 1) {
				border-left-width: 0;
			}

		.items.style1.medium > * {
			padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
			width: 33.3333%;
		}

			.items.style1.medium > *:nth-child(-n + 3) {
				border-top-width: 0;
			}

			.items.style1.medium > *:nth-child(3n + 1) {
				border-left-width: 0;
			}

		.items.style1.small > * {
			padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
			width: 25%;
		}

			.items.style1.small > *:nth-child(-n + 4) {
				border-top-width: 0;
			}

			.items.style1.small > *:nth-child(4n + 1) {
				border-left-width: 0;
			}

		@media screen and (max-width: 1280px) {

			.items.style1.small > *:nth-child(-n + 4) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(4n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
				width: 33.3333%;
			}

				.items.style1.small > *:nth-child(-n + 3) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(3n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 980px) {

			.items.style1.medium > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style1.medium > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style1.medium > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style1.medium > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style1.medium > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

			.items.style1.small > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style1.small > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 480px) {

			.items.style1.big > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.big > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.big > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.big > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.big > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.medium > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.medium > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.medium > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.medium > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.medium > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.small > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.small > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.big > *, .items.style1.medium > *, .items.style1.small > * {
				padding-left: 0;
				padding-right: 0;
			}

			.items.style1.big > :first-child, .items.style1.medium > :first-child, .items.style1.small > :first-child {
				padding-top: 0;
			}

			.items.style1.big > :last-child, .items.style1.medium > :last-child, .items.style1.small > :last-child {
				padding-bottom: 0;
			}

				.items.style1.big > :last-child > .inner > :last-child, .items.style1.medium > :last-child > .inner > :last-child, .items.style1.small > :last-child > .inner > :last-child {
					margin-bottom: 0;
				}

		}

/* Items (style2) */

	.items.style2 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		margin: 3rem 0;
		position: relative;
		border: solid 1px;
		border-radius: 4px;
	}

		.items.style2 > * {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			border-style: solid;
			border-left-width: 1px;
			border-top-width: 1px;
		}

		.items.style2.big > * {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			width: 50%;
		}

			.items.style2.big > *:nth-child(-n + 2) {
				border-top-width: 0;
			}

			.items.style2.big > *:nth-child(2n + 1) {
				border-left-width: 0;
			}

		.items.style2.medium > * {
			padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
			width: 33.3333%;
		}

			.items.style2.medium > *:nth-child(-n + 3) {
				border-top-width: 0;
			}

			.items.style2.medium > *:nth-child(3n + 1) {
				border-left-width: 0;
			}

		.items.style2.small > * {
			padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
			width: 25%;
		}

			.items.style2.small > *:nth-child(-n + 4) {
				border-top-width: 0;
			}

			.items.style2.small > *:nth-child(4n + 1) {
				border-left-width: 0;
			}

		@media screen and (max-width: 1280px) {

			.items.style2.small > *:nth-child(-n + 4) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(4n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
				width: 33.3333%;
			}

				.items.style2.small > *:nth-child(-n + 3) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(3n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 980px) {

			.items.style2.medium > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style2.medium > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style2.medium > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style2.medium > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style2.medium > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

			.items.style2.small > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style2.small > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 480px) {

			.items.style2.big > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.big > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.big > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.big > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.big > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style2.medium > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.medium > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.medium > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.medium > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.medium > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style2.small > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.small > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

		}

/* Items (style3) */

	.items.style3 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		margin: 3rem 0;
		position: relative;
	}

		.items.style3 > * {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
		}

		.items.style3.big > * {
			padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
			width: 50%;
		}
	/* '.medium' added by LMP */
		.items.style3.medium > * {
			padding: 1.09375rem 1.09375rem 0.1rem 1.09375rem ;
			width: 33.3333%;
		}

		.items.style3.small > * {
			padding: 0.65625rem 0.65625rem 0.1rem 0.65625rem ;
			width: 25%;
		}

	/* used for associate producers, etc. on executive page - LMP */
		.minor {
			width: 66.6667%;
			border-radius: 100%;
		}

		@media screen and (max-width: 1280px) {
			.items.style3.small > * {
				padding: 1.09375rem 1.09375rem 0.1rem 1.09375rem ;
				width: 33.3333%;
			}
		}

		@media screen and (max-width: 980px) {
			.items.style3.medium > * {
				padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
				width: 50%;
			}
			.items.style3.small > * {
				padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
				width: 50%;
			}
		}

		@media screen and (max-width: 736px) {
			.items.style3 {
				margin: 2rem 0;
			}
		}

		@media screen and (max-width: 480px) {
			.items.style3.big > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}
			.items.style3.medium > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}
			.items.style3.small > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}
			.items.style3.big > *, .items.style3.medium > *, .items.style3.small > * {
				padding-left: 0;
				padding-right: 0;
			}
			.items.style3.big > :first-child, .items.style3.medium > :first-child, .items.style3.small > :first-child {
				padding-top: 0;
			}
			.items.style3.big > :last-child, .items.style3.medium > :last-child, .items.style3.small > :last-child {
				padding-bottom: 0;
			}
				.items.style3.big > :last-child > .inner > :last-child, .items.style3.medium > :last-child > .inner > :last-child, .items.style3.small > :last-child > .inner > :last-child {
					margin-bottom: 0;
				}
		}

	.items.style1 > * {
		border-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
	}

	.items.style2 {
		border-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
	}
		.items.style2 > * {
			border-color: rgba(244, 240, 236, 0.2); /* was 'rgba(0, 0, 0, 0.2)' - LMP */
		}

/* Index (removed by LMP) */

/* Wrapper (removed by LMP) */
