@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "canada-type-gibson", arial;
	color: black;
	font-size: 18px;
	font-weight: 300;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.6em;
}
#header {
	padding: 20px 0;
}
#header img {
	max-height: 39px;
}
#banner {
	padding: 90px 0;
	background-size: cover!important;
}
#banner img {
	max-width: 70%;
	margin-bottom: 20px;
}
#customers, #gallery {
	padding: 20px 0;
}
#gallery img {
	max-width: 100%;
}
.dark h1, .dark h2, .dark p {
	color: white!important;
}
.location {
	font-size: 1.7em;
	font-weight: 100;
	margin-bottom: 50px;
}
/* Footer Styles */
#footer {
    padding: 50px 0;
    border-top: 2px solid #afc9e5;
	background-color: #141534;
	color: white;
	margin-bottom: 0;
	border-bottom: none;
}
#footer img {
    padding-bottom: 20px;
}
.social {
    margin-top: 15px;
}
.social a {
    width: 30px;
    height: 30px;
    text-indent: -999px;
    display: inline-block;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.linkedin {
    background: url("https://www6.thalesgroup.com/l/51442/2019-10-08/chzclv/51442/241763/linkedin_icon.png") center center no-repeat;
    background-size: 100%;
}
.twitter {
    background: url("https://www6.thalesgroup.com/l/51442/2019-10-08/chzclx/51442/241765/twitter_icon.png") center center no-repeat;
    background-size: 100%;
}
.facebook {
    background: url("https://www6.thalesgroup.com/l/51442/2021-01-18/ddj86y/51442/1611006241lIfp9siA/facebook_icon.png") center center no-repeat;
    background-size: 100%;
}
.youtube {
    background: url("https://www6.thalesgroup.com/l/51442/2019-10-08/chzclz/51442/241767/youtube_icon.png") center center no-repeat;
    background-size: 100%;
}
.blog {
	background: url("https://www6.thalesgroup.com/l/51442/2021-01-18/ddj86w/51442/1611006241JYAZykBg/blog.png") center center no-repeat;
    background-size: 100%;
}
.podcast {
	background: url("https://www6.thalesgroup.com/l/51442/2021-01-18/ddj871/51442/1611006242ViQdOsfQ/podcast.png") center center no-repeat;
    background-size: 100%;
}
.privacy {
    font-size: 0.8em;
    margin-top: 30px;
	font-weight: 100;
	display: inline-block;
}
.privacy a {
    padding: 0 15px;
	color: white;
}
.mobalign p { 
	font-size: 0.8em;
	font-weight: 100;
}
.flex-services {
	display: flex;
}
.flex-services div {
	flex-basis: 17%;
}
.flex-services p {
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: 100;
}
.flex-services a {
	font-size: 0.8em;
	color: #9e9e9e;
}
.footer-logo {
	max-width: 70%;
}
#footer ul {
	list-style: none;
	font-size: 0.8em;
	margin-top: 30px;
	display: inline-flex;
	float: right;
	flex-wrap: wrap;
}
#footer ul li {
	padding: 0 15px;
	border-right: 1px solid #fff;
	font-weight: 100;
}
#footer ul li a {
	color: white;
}
.last {
	border: none !important;
	padding-right: 0 !important;
}
.galleryset1, .galleryset2, .galleryset3 {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.imgbox {
	width: 217px;
	height: 180px;
	border-radius: 3px;
	background-size: cover;
	background-position: center center;
	margin: 0 5px 5px 0;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.imgbox:hover {
	opacity: 0.7;
	cursor: pointer;
}
.bigimg {
	background-color: black;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	z-index: 3;
}
.bigimg img {
    max-height: 100%;
    max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.closebox {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: inline-block;
	position: absolute;
}
.leftarrow, .rightarrow {
    border: solid 2px white;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: inline-block;
    position: absolute;
    top: 50%;
	transform: translatey(-50%);
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.leftarrow {
    background: url(https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/arrow-left.png?version=0) 20px 50% no-repeat;
    left: 3%;
}
.leftarrow:hover {
    background-position: 15px center;
}
.rightarrow {
    background: url(https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/arrow-right.png?version=0) 25px 50% no-repeat;
    right: 3%;
}
.rightarrow:hover {
    background-position: 30px center;
}
.leftarrow:hover, .rightarrow:hover, .closebigphoto:hover {
    cursor: pointer;
}

@media (max-width: 1200px) {
	.imgbox {
		width: 227px;
		height: 190px;
	}
}
@media (max-width: 992px) {
	.imgbox {
		width: 225px;
	}
}
@media (max-width: 768px) {
	.imgbox {
		width: 165px;
		height: 145px;
	}
}
@media (max-width: 596px) {
	h1 {
		font-size: 2.6em;
	}
	h2 {
		font-size: 1.6em;
	}
	.location {
		font-size: 0.9em;
		letter-spacing: 6px;
	}
	.imgbox {
		width: 146px;
		height: 125px;
	}
	.flex-services {
		flex-wrap: wrap;
	}
	#footer ul {
		margin: 0;
		padding: 0;
	}
	#footer img {
		max-width: 60%;
	}
	#footer {
		padding: 20px;
	}
}