/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6em;
	font-family: gill-sans-nova, verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	font-size: 12px;
	background-color: #20184C;

}
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;
}
img, video {
	max-width: 100%;
	height: auto;
}

video {
	width: 100%;
	height: calc(100% - 4px);
	object-fit: cover;
	margin-top: 4px;
}
.inner {
	position: relative;
	margin: 0 auto;
	width: 95%;
}
.inner-narrow {
	width: 55%;
}
#container {
	padding-top: 1em;
	background-color: #FFFFFF;	
	background-image: url(img/watermark.svg);
	background-size: 55%;
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#container > .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 3em;
	margin-bottom: 3em;
}

.left {
	/*padding: 1em 2em 1em 0;*/
}

.right {
	display: grid;
	grid-template-rows: 1fr 2fr;
	grid-row-gap: 3em;
	flex-direction: column;
	justify-content: flex-end;
	/*padding-top: 1em;*/
   /*padding-bottom: calc(2em + 15px); */
}

.logo {
	width: 100%;
	height: calc(100% + 2px);
	display: flex;
	align-items: center;
	justify-content: center;
	/*max-width: 350px;*/
	/*display: block;*/
	/*padding: 2em;*/
	/*margin: 2em auto;*/
}
.logo img {
	object-fit: contain;
	height: 100%;
	width: 100%;
	max-width: 350px;
}

.logos-container {
	padding: 2em 0 0 0;

}

.logos-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 3em;
	margin: 0 auto;
}
.logos-grid div.ownz-square {
	/*padding: 4em;*/
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);
	/*padding-top: 75%;*/
	width: 100%;
	position: relative;
	transition: 0.6s all;
}

.logos-grid div.ownz-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.logos-grid div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65%;
}
h6 {
	font-size: 18px;
}
.sister-companies-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 3em;
	margin-bottom: 1em;
	transition: 0.6s all;
}
.sister-companies-grid > div {
	display: flex;
	align-items: center;
	transition: 0.6s all;
}
.sister-companies-grid > div img {
	width: 60%;
	max-width: 60%;
}

.footer {
	background-color: #20184C;
	color: #fff;
	text-transform: uppercase;
	padding: 1.5em 0;
}

.footer-email {
	text-transform: lowercase;
	font-size: 1.2em;
	margin-bottom: 0;
}

.footer .inner > div:first-of-type {
	display: flex;
	justify-content: center;
	/*padding-right: 100px;*/
}

.footer .inner > div > div {
    margin-left: 20px;
    margin-right: 20px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer-registered {
	font-size: 0.8em;
}

.footer-careers {
	position: absolute;
	right: 0;
	top: 0;
}


.footer-careers a {
	color: #8B88AD;
	text-decoration: none;
	text-transform: uppercase;
}


/* Background Colours */
.ownz-int {
	background-color: rgba(115, 122, 124, 0.05);
	background-color: #F1F6F2;
}
.ownz-who {
	background-color: rgba(1, 158, 164, 0.05);
	background-color: #EEF8F4;
}
.ownz-man {
	background-color: rgba(1, 113, 174, 0.05);
	background-color: #ECF6F5;
}
.ownz-mai {
	background-color: rgba(43, 174, 75, 0.05);
	background-color: #EEF9EF;
}
.ownz-clu {
	background-color: rgba(193, 43, 39, 0.05);
	background-color: #F5F3ED;
}
.ownz-onl {
	background-color: rgba(245, 194, 65, 0.05);
	background-color: #F8FAF0;
}
.ownz-med {
	background-color: rgba(230, 23, 130, 0.05);
	background-color: #FFF5F9;
}
.ownz-pro {
	background-color: rgba(184, 103, 89, 0.05);
	background-color: #FCF7F7;
}
.ownz-inv {
	background-color: rgba(200, 179, 52, 0.05);
	background-color: #FCFBF5;
}

/* Hover states */
.ownz-int:hover {
	background-color: rgba(115, 122, 124, 0.15);
	background-color: #E4E9E6;
}
.ownz-who:hover {
	background-color: rgba(1, 158, 164, 0.15);
	background-color: #DAEFEC;
}
.ownz-man:hover {
	background-color: rgba(1, 113, 174, 0.15);
	background-color: #D8E9EE;
}
.ownz-mai:hover {
	background-color: rgba(43, 174, 75, 0.15);
	background-color: #DDF2E0;
}
.ownz-clu:hover {
	background-color: rgba(193, 43, 39, 0.15);
	background-color: #F1DFDA;
}
.ownz-onl:hover {
	background-color: rgba(245, 194, 65, 0.15);
	background-color: #F8F4DF;
}
.ownz-med:hover {
	background-color: rgba(230, 23, 130, 0.15);
	background-color: #FDE0ED;
}
.ownz-pro:hover {
	background-color: rgba(184, 103, 89, 0.15);
	background-color: #F5E9E7;
}
.ownz-inv:hover {
	background-color: rgba(200, 179, 52, 0.15);
	background-color: #F6F4E2;
}

.mobile-break {
	display: none;
}


@media only screen and (max-width: 1280px) {
	.footer .inner > div {
		flex-direction: column;
	}
	.footer .inner > div > div {
   	margin-left: 0;
	}
	.footer-careers {
		position: relative;
	}
	.footer-logo {
		margin-bottom: 3em;
	}
}

@media only screen and (max-width: 1024px) {
	.hide-tablet {
		display: none;
	}
	.inner {
		width: 85%;
	}
	#container .inner {
		display: flex;
		flex-direction: column-reverse;
	}
	#container .footer .inner {
		flex-direction: column;
	}
	.logos-grid {
		grid-template-columns: repeat(3,1fr);
	}
	h6 {
		margin-bottom: 2em;
		text-align: center;
	}
	.sister-companies-grid {
		margin-bottom: 2em;
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}	
	.sister-companies-grid img {
		max-width: 25%;
		margin: 0 auto;
		margin-bottom: 2em;
	}
	.footer-logo {
		margin-bottom: 3em;
	}
	.footer-right {
		width: 100%;
	}

}

@media only screen and (max-width: 768px) {
	.left, .right {
		display: block;
	}
	.logo {
		margin-bottom: 3em;
	}
	.mobile-break {
		display: block;
	}
	.logos-grid {
		grid-template-columns: repeat(2,1fr);
	}

}
@media only screen and (max-width: 640px) {
	.logos-grid {
		grid-template-columns: 1fr;
		width: 60%;
	}

}