@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--wrap: 1520px;
	--paraheight: 600px;
	--oddcolor: #26493b;
	--evencolor: #242531;
	--pagebg: #fff;
}

html {
	height: 100%;
}

html, body {
	margin: 0;
	padding: 0;
	zoom: 1;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

p, table tr td {
	font-size: 1em;
	vertical-align: top;
}

h1, h2, h3, h4, p {
	margin: 15px auto 20px;
}

strong {
	font-weight: 600;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	outline: none;
}

span.br {
	display: block;
	font-size: 0;
}

img {
	max-width: 100%;
	height: auto;
}

#bodyCss {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #000;
	line-height: 1.3;
	text-align: center;
	background: var(--pagebg);
}

.parallax-mirror {
	text-align: left;
}

.mm-wrapper_opened .parallax-mirror {
	z-index: 2 !important;
}

	.wrapper {
		width: var(--wrap);
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.full-width .wrapper {
		width: auto;
	}

#header {
	text-align: right;
}

.customLogo {
	float: left;
	margin: 0;
	padding: .5em 0;
	z-index: 999;
}

	.mod-custom img.logo {
		width: 2.5em;
		height: 2.5em;
		vertical-align: middle;
	}

	.customLogo em {
		display: inline-block;
		padding: .25em .5em;
		width: 10em;
		vertical-align: middle;
		font-size: 1em;
		font-style: normal;
		font-weight: 400;
		color: #000;
		text-align: left;
		text-transform: uppercase;
		line-height: 1;
	}

.lead-items .item-content {
	position: relative;
	margin: 0 auto;
	padding: 5em 0 7em;
	color: #000;
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

	.lead-items .item-title {
		font-size: 1.5em;
		font-weight: 800;
	}

.lead-items p.readmore {
	text-align: center;
}

	p.readmore > a {
		display: inline-block;
		margin: 1em auto;
		padding: .85em 3.5em;
		color: #fff;
		font-size: .65em;
		text-transform: uppercase;
		background: #0272bc;
	}

	.intro-items p.readmore > a {
		margin: 1em 0;
		background: #02bcae;
	}

figure.item-image.left {
	position: relative;
	float: left;
	margin: 1em 3em 2em 0;
}

	figure.item-image.left:before,
	figure.item-image.left:after {
		content: '\00a0';
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

	figure.item-image.left img {
		position: relative;
		z-index: 1;
	}

	figure.item-image.left:before {
		left: -2em;
		top: 2em;
		background: #0002;
	}

	figure.item-image.left:after {
		left: 1em;
		top: -1em;
		background: #0001;
	}

.intro-items .item-content {
	padding: 3em 0;
	text-align: left;
}

	.neat h1.item-title {
		position: relative;
		display: inline-block;
		min-width: 8em;
		padding: .5em 0 .35em;
		border-bottom: 7px solid #fdd326;
		font-size: 2em;
	}

	.neat h1.item-title:before,
	.neat h1.item-title:after {
		position: absolute;
		right: -7px;
		bottom: -7px;
		width: 35px;
		height: 7px;
		content: '\00a0';
		font-size: 0;
		background: #fdd326;
		border-left: 10px solid white;
	}

	.neat h1.item-title:after {
		right: -30px;
		width: 20px;
	}

.intro-items .item-content.parallax {
	padding: 2.5em 0 3.5em;
	color: #fff;
	text-align: center;
}

	.intro-items h1 {
		padding: 1em 0;
		font-size: 2em;
	}

#footer {
	padding: 2em 0 3em;
	color: #999;
	background: #3f3f3f linear-gradient(#2b2b2b, #3f3f3f) no-repeat center center;
}

	#footer a {
		color: #9bc595;
		text-decoration: none;
	}

	#footer strong {
		color: #aaa;
	}

.customCopyright table td {
	font-size: 1em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

	.customCopyright > table td {
		padding: 1em;
	}

	.customCopyright > table tr td:first-child {
		text-align: center;
	}

	.customCopyright table tr td:first-child strong {
		font-weight: 400;
	}

	table.contact td {
		padding: 0;
	}

	table.contact tr td:first-child {
		padding-right: .5em;
		text-align: left;
	}

.soc {
	display: inline-block;
	width: 57px;
	height: 57px;
	font-size: 0;
	vertical-align: top;
	background-image: url(../../../images/soc.png);
}

	.soc.fb {
		margin: 0 7px 0 0;
		background-position: 0 0;
	}

	.soc.tw {
		margin: 0 7px;
		background-position: 50% 0;
	}

	.soc.ig {
		margin: 0 0 0 7px;
		background-position: 100% 0;
	}

form.mod-finder {
	display: inline-block;
	margin-left: 1em;
}

	.mod-finder input.form-control {
		display: inline-block;
		margin: 0 1em 0 0;
		padding: .85em 1.5em;
		border: 0 none;
		vertical-align: middle;
	}

	.mod-finder button.btn-primary {
		display: inline-block;
		padding: 0;
		font-size: 0;
		border: 0 none;
		background: none;
		vertical-align: middle;
	}
	
		.mod-finder .btn-primary .icon-search {
			display: block;
			font-size: initial;
			width: 2em;
			height: 2em;
			background: transparent url(../images/s.png) no-repeat center center;
		}

/* Tweaks */

.wrapper:before,
.wrapper:after {
	content: "\00a0";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.visually-hidden {
	display: none;
}