html, body {padding: 0; margin: 0;  font-family: 'Px Grotesk';}
body	{font-size: 18px; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale; line-height: 1.33em; color: #0A1322; background: #F8FAFE}
.font2 {font-family: 'Akkurat Mono'; }
.textright {text-align: right}
.textcenter {text-align: center}

a {color: #0A1322; }
p {padding: 0; margin: 0; padding-bottom: 20px;}


.text60 {font-size: 3.333em; line-height: 1.3em}
.text50 {font-size: 2.777em; line-height: 1.3em}
.text40 {font-size: 2.2em; line-height: 1.3em}
.text34 {font-size: 1.8889em; line-height: 1.3em}
.text30 {font-size: 1.667em; line-height: 1.3em}
.text28 {font-size: 1.555em; line-height: 1.3em}
.text22 {font-size: 1.222em; line-height: 1.3em}
.text16 {font-size: 0.888em; line-height: 1.3em}
.text15 {font-size: 0.83em; line-height: 1.3em}
.text14 {font-size: 0.777em; line-height: 1.3em}

.opacity60 {opacity: 0.6}
.opacity40 {opacity: 0.4}



.ptop85 {padding-top: 85px;}
.ptop75 {padding-top: 75px;}
.ptop65 {padding-top: 65px;}
.ptop40 {padding-top: 40px;}
.ptop30 {padding-top: 30px;}
.ptop25 {padding-top: 25px}
.ptop20 {padding-top: 20px}
.ptop10 {padding-top: 10px;}

.pbase150 {padding-bottom: 150px;}
.pbase75 {padding-bottom: 75px;}
.pbase65 {padding-bottom: 65px;}
.pbase60 {padding-bottom: 60px}
.pbase50 {padding-bottom: 50px;}
.pbase45 {padding-bottom: 45px;}
.pbase40 {padding-bottom: 40px;}
.pbase30 {padding-bottom: 30px;}
.pbase20 {padding-bottom: 20px;}
.pbase10 {padding-bottom: 10px;}
.pbase5 {padding-bottom: 5px;}

.underline {text-decoration: underline;}
.inline-block {display:inline-block;}


h1, h2, h3, h4, h5,h6 {padding: 0; margin: 0; font-weight: normal; line-height: 1.3em; font-size: 1em;}
}

ul, li {list-style: none; padding: 0; margin: 0;}
.clear {clear: both}

/**************************************************************************************************************************************************/
/********************************************************************** BUTTONS *******************************************************************/
/**************************************************************************************************************************************************/

a.button {
	display: block;
	padding: 8px;
	font-weight: 600;
	background-color: #0A1322;
	color: #fff;
	text-align: center;
	max-width: 260px;
	border: 2px solid #0A1322;
	text-decoration: none;
	margin-right: 0;
	margin-left: auto;
}
a.button:hover {
	display: block;
	padding: 8px;
	background-color: #1971FF;
	color: #fff;
	text-align: center;

	border: 2px solid #1971FF;
	text-decoration: none
}




a.button-small {
	display: block;
	padding: 8px;
	font-weight: 600;
	background-color: #1971FF;
	color: #fff;
	text-align: center;
	max-width: 260px;
	border: 2px solid #1971FF;
	text-decoration: none;
	margin-right: 0;
	margin-left: auto;
}
a.button-small:hover {
	display: block;
	padding: 8px;
	background-color: #fff;
	color: #1971FF;
	text-align: center;
	max-width: 260px;
	border: 2px solid #1971FF;
	text-decoration: none
}
a.button-small-inverted {
	display: block;
	padding: 8px;
	font-weight: 600;
	background-color: #fff;
	color: #0A1322;
	text-align: center;
	max-width: 260px;
	border: 2px solid #0A1322;
	text-decoration: none;
}
a.button-small-inverted:hover {
	display: block;
	padding: 8px;
	background-color: #1971FF;
	color: #fff;
	text-align: center;
	border: 2px solid #1971FF;
	text-decoration: none
}
.beep-button {
	display: block;
	font-size: 26px;
	padding: 10px;
	background-color: #1971FF;
	color: #fff;
	text-align: center;
	max-width: 260px;
	border: solid 2px transparent;
	transition: all .3s ease;
}
.careers-submit {
	background-color: #1971FF !important;
	color: #fff !important;
	border: solid 2px transparent !important;
	transition: all .3s ease;
}
.careers-button {
	text-decoration: none;
	line-height: 1;
	padding: 10px 30px;
	max-width: 300px;
	transition: all .3s ease;
	border: solid 2px transparent;
}
.careers-button:hover,
.beep-button:hover,
.careers-submit:hover {
	background-color: transparent !important;
	color: #1971FF !important;
	border: solid 2px #1971FF !important;
}

.no-underline {
	text-decoration: none !important;
}


.table {display: table; width:100%; height: 100%}
.tablecell {display: table-cell; width:100%; height: 100%; vertical-align: middle}

header {height: 120px; position: fixed; width:100%; top:0; left:0; background: #fff; z-index: 100; -webkit-transition: height 0.5s, background 0.3s;  transition: height 0.5s, background 0.3s}
.headerpad {height: 120px;}

.row img.logo {padding-top: 55px; -webkit-transition: all 0.5s;  transition: all 0.5s; width:88px}
.menu {padding-top: 75px; -webkit-transition: all 0.5s;  transition: all 0.5s;}
.menu ul, .menu li{ padding: 0; margin: 0; list-style: none; display: inline}
.menu li {padding-left: 25px;}

header.pinned {height: 65px;  border-bottom: 1px solid #f5f5f5}
header.pinned .logo {padding-top: 20px; width:60px}
header.pinned .menu {padding-top: 29px;}



.menu a{color: #18223A; text-decoration: none}
.menu a.active {color: #0676FF; text-decoration: underline}
.menu a:hover {color: #0676FF; text-decoration: none}



.mobilemenubtn {display: inline-block}



.mobilemenu {position: fixed; top:0;  width:100vw; height: 100%;background: #0A1322; z-index: 101; left:140vw;  -webkit-transition: all 0.5s;  transition: all 0.5s; color: #fff }
.mobilemenu header {background: none; display: none; border-bottom: 0}

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

.mobilemenu ul a{font-weight: bold;  border-bottom: 1px solid #fff; line-height: 1.1em}

.mobilemenu ul li {padding-top: 20px; list-style: none}

.mobilemenu.display {left:0;}





section {width:100vw; padding: 0; margin: 0; overflow: hidden}
/*

section.video {width:100%; height: auto; position: relative; padding-top: 41.66%; overflow: hidden}

.background-video {width:100%; position: absolute;left:0; top:0; display: block; bottom: 0; right:0;}
.background-video video {width: 100%; position: absolute; top:0; left:0; bottom: 0; right:0}
*/



.background-video {background: url('../images/video.jpg') no-repeat center;  background-size: 100% auto; /*position: absolute; top:0; left: 0; width: 100%; height: 100%; overflow: hidden */}
.background-video.loaded { background: 0 0; }
.background-video video {opacity: 0; }
.background-video.loaded video { opacity: 1}


video {
  width: 100vw    !important;
  height: 42vw   !important;
 display: block;
}

.video { position: relative}



.volumecontrol {position: absolute; top:40px; right: 40px; width:30px; z-index: 10; -webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out; opacity: 0;}

	.volumecontrol.loaded {opacity: 1;}
.volumecontrol img {width:100%; position: absolute; top:0; right:0; cursor: pointer}


.volumecontrol img.turnaduiooff {width:90%; height: auto; right:6%;}






.powersurgelabel {letter-spacing: 3px; font-weight: bold}


.solution {padding-bottom: 60px;}
.solution-title {font-size: 1.6667em; line-height: 1.2em; padding-bottom: 20px;}





.logosbg {background: #F4F5F5; width: 100%; border-radius: 10px;padding: 50px 50px 0 50px}

.logosbg img {Width:80%; margin: 0 auto; display: block;}
.logosbg .logosameheight {padding-bottom: 50px}









.teamrow img {width: 100%; height: auto}




.locations iframe {width: 100%; height: 320px;}
.mapborder {opacity: 0.5; height: 2px; overflow: hidden; width: 100%; background: #0A1322}





/**************************************************************************************************************************************************/
/********************************************************************** FORM  *********************************************************************/
/**************************************************************************************************************************************************/





input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}


input::-webkit-contacts-auto-fill-button {
 visibility: hidden;
 display: none !important;
 pointer-events: none;
 position: absolute;
 right: 0;
}
:target:before {
	content: "";
	display: block;
	height: 80px; /* fixed header height*/
	margin: -80px 0 0; /* negative fixed header height */
}
input {
	border-radius: 0 !important;
}


input[type=text], input[type=email], input[type=tel] {
	color: #1971FF;
	height: 60px;
	width: 100%;
	border: none;
	border-bottom: 2px solid #CECFD2;
	/* padding-top: 10px; */
	font-weight: 600;
	background: none;
	font-size: 1.66em;
	margin-bottom: 35px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	padding-left: 0; padding-right: 0
}
input[type=text]:focus {
	border-bottom: 2px solid #CECFD2;
}
.textarealabel {
	font-size: 1.66em;
	font-weight: 600
}
textarea {
	height: 245px;
	width: 100%;
	border: 2px solid #CECFD2;
	/* padding-top: 10px; */
	font-weight: 600;
	background: none;
	font-size: 1em;
	margin-bottom: 25px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
textarea:focus {
	border: 2px solid #CECFD2;
}
.inputfile + label {
	position: relative;
	display: block;
	background: url(images/up-arrow.png) no-repeat right center;
	color: ;
	height: 60px;
	padding-top: 18px;
	width: 100%;
	border: none;
	border-bottom: 2px solid #CECFD2;
	/* padding-top: 10px; */
	font-weight: 600;
	font-size: 1.555em;
	margin-bottom: 22px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	cursor: default
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile:focus + label, .inputfile + label:hover {
}
/* Input White */


.white-contact input[type=text], .white-contact input[type=email], .white-contact input[type=tel], .white-contact textarea {
	color: #fff;
	height: 40px;
	width: 100%;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	/* padding-top: 10px; */
	font-weight: 600;
	background: none;
	font-size: 28px;
	margin-bottom: 25px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.white-contact input[type=text]:focus {
	border-bottom: 2px solid #ffffff;
}
.white-contact textarea {
	height: 245px;
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	/* padding-top: 10px; */
	font-weight: 300;
	background: none;
	font-size: 18px;
	margin-bottom: 25px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.white-contact textarea:focus {
	border: 2px solid #fff;
}
.textarealabel {
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 10px;
}
input[type=submit] {
	height: 46px;
	width: 45%;
	border: none;
	border: 0px !important;
	padding-top: 0;
	font-weight: 600;
	background: #0A1322;
	font-size: 26px;
	line-height: 46px;
	color: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 0;
	display: block;
	max-width: 260px;
	border: 2px solid #0A1322;
}
input[type=submit].careers-submit {
	border: solid 2px transparent !important;
}

input[type=submit].careers-submit:hover {
	border: solid 2px #1971FF !important;
}

input[type=submit]:hover {

	background:  #1971FF; color: #fff

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #0A1322; line-height: normal;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #0A1322; line-height: normal;
}
::-ms-input-placeholder { /* IE 10+ */
 color: #0A1322; line-height: normal;
}
::-moz-placeholder { /* Firefox 18- */
 color: #0A1322;  line-height: normal;
}
.white input {
	border-bottom: 2px solid #8AB6FF;
}
.white textarea {
	border: 2px solid #8AB6FF;
}




/* White Paceholder Focus */

.white:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: rgba(255, 255, 255, 0.5);
}
.white:focus::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
}
.white:focus::-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
}
.white:focus::-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
}
textarea {
	width: 100%;
	height: 170px;
	font-weight: 300;
	padding: 10px;
	background: none;
	font-size: 1em;
	margin-bottom: 18px;
}
/* Custom dropdown */
.custom-dropdown {

	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.custom-dropdown select {
	background: url(images/down-arrow.png) no-repeat right center;
	color: #0A1322;
	font-size: 1.66em;
	font-weight: 600;
	border: 0;
	border-bottom: 2px solid #CECFD2;
	padding-bottom: 17px;
	padding-top: 18px;
	margin: 0;
	/* height: 50px; */
	width: 100%;
	border-radius: 0px;
	text-indent: 0.01px;
	text-overflow: '';
	/*Hiding the select arrow for firefox*/
	-moz-appearance: none;
	/*Hiding the select arrow for chrome*/
	-webkit-appearance: none;
	/*Hiding the select arrow default implementation*/
	appearance: none;
	margin-bottom: 35px;
	padding-left: 0; padding-right: 0;
}
/* Custom dropdown white */
.white-custom-dropdown {
	font-size: 1.66em;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.white-custom-dropdown select {
	background: url(images/down-arrow-white.png) no-repeat right center;
	color: #fff;
	font-size: 1.66em;
	font-weight: 600;
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 5px;
	margin: 0;
	/* height: 50px; */
	width: 100%;
	border-radius: 0px;
	text-indent: 0.01px;
	text-overflow: '';
	/*Hiding the select arrow for firefox*/
	-moz-appearance: none;
	/*Hiding the select arrow for chrome*/
	-webkit-appearance: none;
	/*Hiding the select arrow default implementation*/
	appearance: none;
}



.form-error {
	color: #FF0085 !important;
	border-bottom: 2px solid #FF0085 !important;
}
 .form-error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #FF0085 !important;
}
.form-error::-moz-placeholder { /* Firefox 19+ */
 color: #FF0085 !important;
}
.form-error::-ms-input-placeholder { /* IE 10+ */
 color: #FF0085 !important;
}
.form-error::-moz-placeholder { /* Firefox 18- */
 color: #FF0085 !important;
}
.formmessage {
	font-weight: bold;
	color: #FF0085;
}


input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}



.contactlinks a {color: #0A1322; text-decoration: none;}

.vacancysocialshare a{margin-right: 15px; font-size: 1.4em}


.entry.vacancy li {list-style: square}
.entry.vacancy ul {margin-left: 22px; padding-bottom: 30px}
.entry.vacancy p{padding-bottom: 30px}



footer {height: 250px;}

.socialicon {Width:130px; display: inline-block}
.backgroundicon {fill: #f4f5f5; -webkit-transition: all 0.5s;  transition: all 0.5s;}
.logoicon {fill: #0a1322;-webkit-transition: all 0.2s;  transition: all 0.2s; }



.socialicon svg:hover .backgroundicon {fill:#0676FF}
.socialicon svg:hover .logoicon {fill:#fff;}


.blue {
	color: #0076FF;
}



@media screen and (max-width: 991px)
.marquee .item img {
height: 90px !important;
}


@media only screen and (min-width: 768px) {
.mobileshow {display: none !important;}
}

@media only screen and (min-width: 990px) {
.solutions .solution:nth-child(3n+1) { clear: both}
}

@media only screen and (max-width: 989px) {
.solutions .solution:nth-child(2n+1) { clear: both}
}



.mobileshow {display: block;}
@media only screen and (max-width: 767px) {

	.locations iframe {width: 100%; height: 280px;}

	.formmessage {padding-bottom: 20px}

.text60 {font-size: 2.777em; line-height: 1.3em}

.text50 {font-size: 2.222em; line-height: 1.25em}

.text30 {font-size: 1.3333em; line-height: 1.3em}


.text34 {font-size: 1.8889em; line-height: 1.3em}

.text28 {font-size: 1.555em; line-height: 1.3em}
.text16 {font-size: 0.888em; line-height: 1.3em}
.text14 {font-size: 0.777em; line-height: 1.3em}


.mptop85 {padding-top: 85px;}
.mptop75 {padding-top: 75px;}
.mptop65 {padding-top: 65px;}
.mptop40 {padding-top: 40px;}
.mptop30 {padding-top: 30px;}
.mptop25 {padding-top: 25px}
.mptop20 {padding-top: 20px}
.mptop10 {padding-top: 10px;}

.mpbase75 {padding-bottom: 75px;}
.mpbase65 {padding-bottom: 65px;}
.mpbase60 {padding-bottom: 60px}
.mpbase50 {padding-bottom: 50px;}
.mpbase45 {padding-bottom: 45px;}
.mpbase40 {padding-bottom: 40px;}
.mpbase30 {padding-bottom: 30px;}
.mpbase20 {padding-bottom: 20px;}
.mpbase10 {padding-bottom: 10px;}
.mpbase5 {padding-bottom: 5px;}



	.mobiletext60 {font-size: 3.333em; line-height: 1.25em}
.mobiletext50 {font-size: 2.777em; line-height: 1.25em}
.mobiletext40 {font-size: 2.222em; line-height: 1.25em}
.mobiletext34 {font-size: 1.8889em; line-height: 1.25em}
.mobiletext30 {font-size: 1.667em; line-height: 1.25em}
.mobiletext28 {font-size: 1.555em; line-height: 1.25em}
.mobiletext24 {font-size: 1.333em; line-height: 1.25em}
.mobiletext20 {font-size: 1.111em; line-height: 1.25em}
.mobiletext16 {font-size: 0.888em; line-height: 1.25em}
.mobiletext14 {font-size: 0.777em; line-height: 1.25em}
.mobiletext12 {font-size: 0.666em; line-height: 1.25em}


	body{ font-size: 18px; line-height: 1.3em}


	header { height: 90px;}
	header .row img.logo {padding-top: 25px; width: 60px}
	header .menu {padding-top: 33px;}
	.menupad {height: 90px;}

	.volumecontrol {
		position: absolute;
		top: 25px;
		right: 25px;
		width: 30px;
		}
	.solutions {padding-bottom: 40px;}
	.solution {padding-bottom: 0px}
	.solution-text {/* display: none ;  */padding-bottom: 50px;}

	video {
	  width: 140vw    !important;
	height: 59vw   !important;
	margin-left: -20vw;





	}

	.marquee .item img {
height: 80px !important;
}


	.background-video {background-size: 140% auto}
	.socialicon {width: 76px}
	.socialicon svg {transform: scale(0.62); transform-origin: 00% 0%;}
	.desktopshow {display: none !important}
	.solution-title {cursor: pointer; text-decoration: underline}


	.careers .button {width: 100%; max-width: 900px;}


	.mpbase20 {padding-bottom: 20px;}



input[type=submit] {margin-top: 0; width: 100%; max-width: 1000px}
}









@media (prefers-color-scheme: dark1) {
	body, header{ background: #191919 ;
			color: #fff;
	}

	.menu a{color: #e2e2e2; text-decoration: none}
	.mapborder {background: #ffffff;}


	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ffffff; line-height: normal;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff; line-height: normal;
}
::-ms-input-placeholder { /* IE 10+ */
 color: #ffffff; line-height: normal;
}
::-moz-placeholder { /* Firefox 18- */
 color: #ffffff;  line-height: normal;
}
	.custom-dropdown select {color: #ffffff}

}














/* The container must be positioned relative: */
.custom-select {
  position: relative;
  margin-bottom: 35px;

}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
/*
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
*/
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-selected {
 color: #0A1322;
padding: 10px 0px 9px 0;
border-bottom: 2px solid #CECFD2;
cursor: pointer;
font-weight: bold;
background: no-repeat right url(../images/dropdown_bg.png);
}




/* style the items (options), including the selected item: */
.select-items div{
 color: #0A1322;
padding: 4px 0px;
font-size: .6em;
font-weight: normal;
border-bottom: 2px solid #CECFD2;
cursor: pointer;
font-weight: bold;
}




/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/*
** New Styles - October 2020
*/
@media screen and (max-width: 767px) {
	.mob-ptop30 {
		padding-top: 30px;
	}
}

/* Single Vacancy */
.vacancy.wysiwyg ul {margin-left: 0;}
.vacancy.wysiwyg li {margin-bottom: 10px; list-style: none; position: relative;}
.vacancy.wysiwyg li::before {content: ''; display: block; position: absolute; background-color: #0676FF; left: -20px; top: 8px; height: 8px; width: 8px;}

.intro .intro-scene {
	overflow: visible;
	position: relative;
	top: 0;
	left: 0;
	height: 540px;
	width: 110%;
	background-image: url('/images/careers/intro-bg-back.svg');
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

/* Ordered from furthest back to foreground elements */
.intro-scene .bg-back-blue-circle {
	position: absolute;
	width: 248px;
	left: 0;
	bottom: 0;
	transform: translate(-20%, 20%);
}
.intro-scene .bg-back-pink-circle {
	position: absolute;
	width: 102px;
	top: 0;
	right: 0;
	transform: translate(50%, 0);
}
.intro-scene .bg-back-blue-circle img,
.intro-scene .bg-back-pink-circle img {
	width: 100%;
}
.intro-scene .bg-back-lines {
	position: absolute;
	width: 440px;
	left: 0;
	bottom: 0;
}
.intro-scene .intro-1 {
	width: 440px;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.intro-scene .intro-2 {
	width: 176px;
	position: absolute;
	top: 60px;
	right: 0;
}
.intro-scene .intro-3 {
	width: 137px;
	position: absolute;
	right: 0;
	bottom: 20%;
}
.intro-scene .intro-4 {
	width: 115px;
	position: absolute;
	top: 120px;
	right: 200px;
}
.intro-scene .pink-invader {
	position: absolute;
	width: 30px;
	top: 250px;
	right: 23%;
}
.intro-scene .yellow-invader {
	position: absolute;
	width: 42px;
	left: 30%;
	top: 150px;
}
.intro-scene .blue-squiggle-1 {
	position: absolute;
	width: 25px;
	top: 75px;
	left: 60%;
}
.intro-scene .blue-squiggle-2 {
	position: absolute;
	width: 25px;
	transform: rotate(100deg);
	bottom: 50px;
	right: 10%;
}
.intro-scene .blue-ring {
	position: absolute;
	width: 20px;
	right: -30px;
	top: 150px;
}
.intro-scene .red-invader {
	position: absolute;
	width: 110px;
	right: -30px;
	opacity: 0.3;
	bottom: 50px;
	position: absolute;
	left: 50px;
}
@media screen and (max-width: 992px) {
	.intro .intro-scene {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.careers .pbase150 {
		padding-bottom: 75px;
	}
	.intro .intro-scene-wrapper {
		padding: 0;
	}
	.intro .intro-scene {
		height: 408px;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		background-size: contain;
	}
	.intro-scene .bg-back-lines {
		width: 310px;
		left: 0;
		bottom: 20px;
	}
	.intro-scene .bg-back-blue-circle {
		width: 175px;
		bottom: -20px;
	}
	.intro-scene .bg-back-pink-circle {
		width: 72px;
		right: 15%;
	}
	.intro-scene .intro-1 {
		width: 310px;
		left: 10%;
		bottom: 20px;
	}
	.intro-scene .intro-2 {
		width: 125px;
		right: 15%;
		top: 100px;
	}
	.intro-scene .intro-4 {
		width: 82px;
		left: 28%;
		top: 100px;
	}
	.intro-scene .yellow-invader {
		width: 30px;
		left: 12%;
		top: 120px;
	}
	.intro-scene .pink-invader {
		width: 22px;
		right: 20%;
		top: 220px;
	}
	.intro-scene .red-invader {
		width: 78px;
		left: 12%;
	}
	.intro-scene .blue-squiggle-1 {
		width: 18px;
		left: 44%;
		top: 60px;
	}
}

/* Perks */
.single-perk {
	margin-bottom: 50px;
}
.single-perk .icon-wrapper {
	height: 150px;
	margin-bottom: 30px;
}
.single-perk .icon-wrapper img, .single-perk .icon-wrapper svg {
	height: 100%;
	width: auto;
}

@media screen and (min-width: 1200px) {
	.single-perk p {
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.clear-both {
		clear: both;
	}
}
@media screen and (max-width: 578px) {
	.single-perk {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 578px) {
	.single-perk .icon-wrapper {
		height: 100px;
	}
}

/* Full Width Image Scene */
.fw-image-scene-wrap {
	width: 100%;
	overflow-x: hidden;
}
.fw-image-scene {
	position: relative;
	height: 610px;
	background-image: url('/images/careers/intro-bg-back.svg');
	background-position: 35%;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 1530px;
	margin: 0 auto 75px auto;
}
.fw-image-scene .bg-back-lines {
	width: 33%;
	position: absolute;
	right: 20%;
	top: 55px;
}
.fw-image-scene .bg-back-red-lines {
	width: 25%;
	position: absolute;
	left: 16%;
	top: 350px;
}
.fw-image-scene .bg-back-orange-circle {
	width: 90px;
	position: absolute;
	left: 5%;
	top: 110px;
}
.fw-image-scene .bg-back-blue-circle {
	width: 28%;
	position: absolute;
	right: 40%;
	top: 0;
}
.fw-image-scene .fw-5 {
	width: 33%;
	position: absolute;
	right: 15%;
	top: 90px;
}
.fw-image-scene .fw-4 {
	width: 22%;
	position: absolute;
	top: 165px;
	left: 0;
}
.fw-image-scene .fw-3 {
	position: absolute;
	width: 25%;
	top: 125px;
	right: 0;
}
.fw-image-scene .fw-2 {
	width: 25%;
	position: absolute;
	top: 285px;
	left: 24%;
}
.fw-image-scene .fw-1 {
	width: 15%;
	position: absolute;
	top: 120px;
	left: 34%;
}

.fw-image-scene .pink-invader {
	width: 30px;
	position: absolute;
	right: 10%;
	top: 400px;
}
.fw-image-scene .yellow-invader {
	width: 42px;
	position: absolute;
	right: 44%;
	top: 110px;
}
.fw-image-scene .blue-squiggle-1 {
	width: 25px;
	position: absolute;
	left: 13%;
	top: 120px;
}
.fw-image-scene .blue-squiggle-2 {
	width: 25px;
	position: absolute;
	transform: rotate(100deg);
	left: 48%;
	top: 50%;
}
.fw-image-scene .blue-invader {
	width: 41px;
	position: absolute;
	left: 8%;
	bottom: -5%;
}
@media screen and (max-width: 1250px) {
	.fw-image-scene {
		height: 550px;
	}
}
@media screen and (max-width: 767px) {
	.fw-image-scene {
		height: 485px;
		max-width: 375px;
		margin: 0 auto 75px auto;
	}
	.fw-image-scene .bg-back-red-lines {
		width: 278px;
		left: -50%;
		top: 45%;
	}
	.fw-image-scene .bg-back-orange-circle {
		top: -25%;
	}
	.fw-image-scene .fw-4 {
		width: 252px;
		top: 5%;
	}
	.fw-image-scene .fw-2 {
		width: 278px;
		right: 5%;
		top: auto;
		bottom: 0;
	}
	.fw-image-scene .fw-1 {
		width: 157px;
		left: auto;
		right: -15%;
		top: 10%;
	}
	.fw-image-scene .blue-squiggle-1 {
		left: auto;
		right: 20%;
		top: 35%;
		width: 20px;
	}
	.fw-image-scene .blue-invader {
		bottom: 4%;
		left: 26%;
		width: 32px;
	}
}

/* Vacancies */
.single-vacancy {
	border-top: solid 2px #707070;
	padding: 30px 0;
	display: block;
}
.careers .single-vacancy.last-vacancy {
	border-bottom: solid 2px #707070;
}
.single-vacancy p {
	padding: 0;
}

.squiggle-anim {
	stroke-dasharray: 100;
	animation-name: draw;
	animation-iteration-count: 1;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
}
.squiggle-anim.delayed {
	animation-delay: .5s;
}

.invader-anim-1 {
	animation-name: invader-1;
	animation-iteration-count: infinite;
	animation-duration: 3.5s;
}
.invader-anim-2 {
	animation-name: invader-2;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}
.plane-anim {
	/* stroke-dasharray: 100;
	animation-name: draw;
	animation-iteration-count: infinite;
	animation-duration: 2s; */
}
.plane-anim.delayed {
	animation-delay: .1s;
}
.wave-anim {
	/* stroke-dasharray: 100;
	animation-name: draw;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-direction: reverse; */
}
.wave-anim.delayed {
	animation-delay: 1.5s;
}

/* Anims */
@keyframes draw {
	to {
		stroke-dashoffset: -200;
	}
}
@keyframes invader-1 {
	25% {
		transform: translateY(-20%);
	}
	50% {
		transform: translateY(-10%);
	}
	75% {
		transform: translateY(-20%);
	}
}
@keyframes invader-2 {
	25% {
		transform: rotate(10deg);
	}
	50% {
		transform: rotate(0);
	}
	75% {
		transform: rotate(-10deg);
	}
}


@media screen and (max-width: 767px) {
	.show-xs {
		display: block !important;
	}
}

/**
** Whats Next page
**/
.lightblue {
	color: #3DC8FF;
}
.relative {
	position: relative;
}
header.header-trans {
	background: transparent;
	border: none;
}
header.header-trans.pinned {
	background: #000;
}
header.header-trans-white .menu a {
	color: #fff;
	transition: all 0.3s;
}
header.header-trans-white .menu a:hover {
	color: #0076FF;
}


header.header-trans-white .menu a.active {
	color: #0076FF;
	text-decoration: none;
	}

footer.footer-dark a {
	color: #fff;
}
footer.footer-dark .backgroundicon {
	fill: #000;
}
footer.footer-dark .logoicon {
	fill: #fff;
}
.header-offset {
	padding-top: 120px;
}
.ceslogopage {margin-top: 50px; width: 229px;}
@media screen and (max-width: 767px) {
	.header-offset {
		padding-top: 70px;
	}
	.ceslogopage {margin-top: 00px; width: 160px;}
}




.whats-next {
	color: #fff;
}
.whats-next .header-bg {
	position: fixed;
	width: 100%;
	z-index: 0;
	
	
	
	
	
}
.whats-next .header-bg img {
	width: 100%;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.whats-next .header-bg img {
		width: 300%;
		position: relative;
		z-index: 1;
	}
	}


.whats-next .header {
	position: relative;
	z-index: 1;
}
.whats-next .header .header-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.whats-next .header .logo-video {
	max-width: 400px;
	width: 100% !important;
	height: auto !important;
	display: inline-block;
	margin: 0 0 !important;
}
.whats-next .intro {
	text-align: center;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.whats-next .whats-next-items {
	padding-top: 70px;
}
.whats-next .whats-next-items .row {
/* 	margin-bottom: 75px; */
}
.whats-next .whats-next-items img {
	max-width: 100%;
	border: solid 2px #1C2B50;
	position: relative;
	z-index: 2;
}
.whats-next .whats-next-items .img-wrap {
	position: relative;
	display: block;
}
.whats-next .whats-next-items .img-wrap .highlight {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: all .6s ease;
}
.whats-next .whats-next-items .img-wrap .highlight::before {
	content: '';
	display: block;
	position: absolute;
	background: #1fd4ff;
	height: 2px;
	width: 0;
	top: -2px;
	left: 0px;
	transition: all .3s ease;
}
.whats-next .whats-next-items .img-wrap:hover .highlight {
	border-color: #1fd4ff;
    box-shadow: 0 0 20px #1fd4ff;
}
.whats-next .whats-next-items .img-wrap:hover .highlight::before {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	transition: width .3s ease 0s, height .3s ease .3s;
}
.whats-next .whats-next-items .img-wrap .highlight::after {
	content: '';
	display: block;
	position: relative;
	background: #1fd4ff;
	height: 0;
	width: 2px;
	top: 0px;
	left: -2px;
	transition: all .3s ease;
}
.whats-next .whats-next-items .img-wrap:hover .highlight::after {
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	transition: height .3s ease 0s, width .3s ease .3s;
}
.whats-next .whats-next-items .item {
	text-align: center;
}
.whats-next .whats-next-items .item .text50 {
	padding-bottom: 0;
}
.whats-next .whats-next-items .item .upcoming-overlay {
	border: solid 2px #1C2B50;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.form-whatsnext input[type=text],
.form-whatsnext input[type=email] {
	color: #fff;
}
.form-whatsnext input[type=text]::placeholder,
.form-whatsnext input[type=email]::placeholder {
	color: #fff;
	transition: all .3s ease;
}
.form-whatsnext input[type=text].hasError::placeholder,
.form-whatsnext input[type=email].hasError::placeholder {
	color: #FF00A5;
}
.form-whatsnext .formerrors {
	color: #FF00A5;
	opacity: 0;
	transition: all .3s ease;
}
.form-whatsnext input[type=submit] {
	background: #0076FF;
}



.form-whatsnext
.select-selected {
color: #ffffff;
padding: 10px 0px 9px 0;
border-bottom: 2px solid #CECFD2;
cursor: pointer;
font-weight: bold;
background: no-repeat right url(../images/dropdown_bg_whatsnext.png);
}

.form-whatsnext
.select-items div {
color: #ffffff;
padding: 4px 0px;
font-size: .6em;
font-weight: normal;
border-bottom: 2px solid #CECFD2;
cursor: pointer;
font-weight: bold;
}
.form-whatsnext
.select-items {
	background: #000;
	}



.whats-next .whats-next-video-outer {
	max-width: 810px;
	margin: 0 auto;
	width: 100%;
}
.whats-next .whats-next-video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	background: #000;
	cursor: pointer;
}
.whats-next .whats-next-video-wrap .main-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin-left: 0 !important;
	border: solid 2px #1C2B50;
	transition: 0.3s all;
	cursor: pointer;
}




.whats-next .whats-next-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin-left: 0 !important;
	border: solid 2px #1C2B50;
	transition: 0.3s all;
	
}


.whats-next .whats-next-video-wrap .playicon {
		position: absolute;
		top:50%;
		left: 50%;
		margin-left: -22px;
		margin-top: -25px;
		z-index: 5;
		display: block;
		cursor: pointer;
	}


.whats-next-video-wrap:hover .main-video{
	opacity: 0.8;
	
}


.whats-next .video-text {
	width: 100%;
	max-width: 525px;
	margin: 0 auto;
}




	
/* LOGO WHATS NEXT ANIMATION*/	
	
.whatsnextvideologo.page {
	max-width: 400px;
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    margin: 0 0 !important;
    position: relative;
	}	
	
	
.whatsnextvideologo img {width: 100%; height: auto; display: block}

.whatsnextvideologo img.base  { position: relative; display: block; z-index: 2;
/*
	-webkit-animation: flickerAnimation 6s infinite;
   -moz-animation: flickerAnimation 6s infinite;
   -o-animation: flickerAnimation 6s infinite;
    animation: flickerAnimation 6s infinite;
*/
}


.whatsnextvideologo img.bright  { position: absolute; top:0; left: 0; display: block; z-index: 3;
	-webkit-animation: flickerAnimationBright 6s infinite;
   -moz-animation: flickerAnimationBright 6s infinite;
   -o-animation: flickerAnimationBright 6s infinite;
    animation: flickerAnimationBright 6s infinite;
}


.whatsnextvideologo img.w { position: absolute; top:0; left: 0; z-index: 4;display: block;
	-webkit-animation: flickerAnimationW 6s infinite;
   -moz-animation: flickerAnimationW 6s infinite;
   -o-animation: flickerAnimationW 6s infinite;
    animation: flickerAnimationW 6s infinite;
}

.whatsnextvideologo img.question { 
	position: absolute; 
	top:0; 
	z-index: 4; display: block;
	left: 0; 
	-webkit-animation: flickerAnimationQ 6s infinite;
   -moz-animation: flickerAnimationQ 6s infinite;
   -o-animation: flickerAnimationQ 6s infinite;
    animation: flickerAnimationQ 6s infinite;
}








@keyframes flickerAnimation {
  0%   { opacity:1; }
/*
  9%   { opacity:1; }
  10%   { opacity:0; }
  11%   { opacity:0; }
  12%   { opacity:1; }
  29%   { opacity:1; }
  30%   { opacity:0; }
  31%   { opacity:1; }
*/
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
 0%   { opacity:1; }
/*
  9%   { opacity:1; }
  10%   { opacity:0; }
  11%   { opacity:0; }
  12%   { opacity:1; }
  29%   { opacity:1; }
  30%   { opacity:0; }
  31%   { opacity:1; }
*/
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
/*
  9%   { opacity:1; }
  10%   { opacity:0; }
  11%   { opacity:0; }
  12%   { opacity:1; }
  29%   { opacity:1; }
  30%   { opacity:0; }
  31%   { opacity:1; }
*/
  100% { opacity:1; }
}

@-webkit-keyframes flickerAnimation{
 0%   { opacity:1; }
/*
  9%   { opacity:1; }
  10%   { opacity:0; }
  11%   { opacity:0; }
  12%   { opacity:1; }
  29%   { opacity:1; }
  30%   { opacity:0; }
  31%   { opacity:1; }
*/
  100% { opacity:1; }
}





@keyframes flickerAnimationBright {
  0%   { opacity:0; }
  9%   { opacity:0; }
  15%   { opacity:0; }
  16%   { opacity:0.2; }
  17%   { opacity:0; }
  18%   { opacity:0.3; }
  19%   { opacity:0; }
  45%   { opacity:0; }
  46%   { opacity:0.2; }
  47%   { opacity:0; }
  48%   { opacity:0.3; }
  49%   { opacity:0; }
  100% { opacity:0; }
}
@-o-keyframes flickerAnimationBright{
 0%   { opacity:0; }
  9%   { opacity:0; }
  15%   { opacity:0; }
  16%   { opacity:0.2; }
  17%   { opacity:0; }
  18%   { opacity:0.3; }
  19%   { opacity:0; }
  45%   { opacity:0; }
  46%   { opacity:0.2; }
  47%   { opacity:0; }
  48%   { opacity:0.3; }
  49%   { opacity:0; }
  100% { opacity:0; }
}
@-moz-keyframes flickerAnimationBright{
 0%   { opacity:0; }
  9%   { opacity:0; }
  15%   { opacity:0; }
  16%   { opacity:0.2; }
  17%   { opacity:0; }
  18%   { opacity:0.3; }
  19%   { opacity:0; }
  45%   { opacity:0; }
  46%   { opacity:0.2; }
  47%   { opacity:0; }
  48%   { opacity:0.3; }
  49%   { opacity:0; }
  100% { opacity:0; }
}

@-webkit-keyframes flickerAnimationBright{
   0%   { opacity:0; }
  9%   { opacity:0; }
  15%   { opacity:0; }
  16%   { opacity:0.2; }
  17%   { opacity:0; }
  18%   { opacity:0.3; }
  19%   { opacity:0; }
  45%   { opacity:0; }
  46%   { opacity:0.2; }
  47%   { opacity:0; }
  48%   { opacity:0.3; }
  49%   { opacity:0; }
  100% { opacity:0; }
}








@keyframes flickerAnimationQ {
 0%   { opacity:0; }
  29%  { opacity:0; }
  30%  { opacity:1; }
  31%  { opacity:1; }
  32%  { opacity:0; }
  100% { opacity:0; }
}
@-o-keyframes flickerAnimationQ{
 0%   { opacity:0; }
  29%  { opacity:0; }
  30%  { opacity:1; }
  31%  { opacity:1; }
  32%  { opacity:0; }
  100% { opacity:0; }
}
@-moz-keyframes flickerAnimationQ{
 0%   { opacity:0; }
  29%  { opacity:0; }
  30%  { opacity:1; }
  31%  { opacity:1; }
  32%  { opacity:0; }
  100% { opacity:0; }
}
@-webkit-keyframes flickerAnimationQ{
 0%   { opacity:0; }
  29%  { opacity:0; }
  30%  { opacity:1; }
  31%  { opacity:1; }
  32%  { opacity:0; }
  100% { opacity:0; }
}




@keyframes flickerAnimationW {
  0%   { opacity:0; }
  9%  { opacity:0; }
  10%  { opacity:1; }
  11%  { opacity:1; }
  12%  { opacity:0; }
  100% { opacity:0; }
  
}
@-o-keyframes flickerAnimationW{
     0%   { opacity:0; }
  9%  { opacity:0; }
  10%  { opacity:1; }
  11%  { opacity:1; }
  12%  { opacity:0; }
  100% { opacity:0; }
}
@-moz-keyframes flickerAnimationW{
    0%   { opacity:0; }
  9%  { opacity:0; }
  10%  { opacity:1; }
  11%  { opacity:1; }
  12%  { opacity:0; }
  100% { opacity:0; }
}
@-webkit-keyframes flickerAnimationW{
   0%   { opacity:0; }
  9%  { opacity:0; }
  10%  { opacity:1; }
  11%  { opacity:1; }
  12%  { opacity:0; }
  100% { opacity:0; }
}	
	
/* LOGO WHATS NEXT ANIMATION*/	








.homebrick {
	background-image: url('/images/home-wn/brick.jpg');
	background-position: center center; background-size: cover;
	width: 100%;
	position: relative; color: #fff;
	}
	
.homebrick .whatsnextvideologo {width:90%; height: auto; margin: 0 0 0 auto; display: block; position: relative;
	
	
	
}	
.homebrick .ces {
	position: absolute;
	top:25px;;
	left:25px;
	width: 188px;
	height: auto;
	}	
.homebrick .board {
	position: absolute;
	top:25px;
	right: -55px;
	width: auto;
	height: 105%;
}
.homebrick p {padding-right: 35px; padding-bottom: 35px;}
	
.homebrick .beep-button {
display: block;
font-size: 26px;
padding: 10px;
background-color: #1971FF ;
color: #fff;
text-align: center;
max-width: 260px;
border: solid 2px transparent;
transition: all .3s ease;
text-decoration: none;
}


 

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

	.homebrick .whatsnextvideologo {width:90%; height: auto; margin: 0 0 0 auto; display: block; }	
	
	.padtopmobile {padding-top: 50px;}

}

@media screen and (max-width: 990px) {
	
	.homebrick .ces {
	position: absolute;
	top:25px;
	left:50%;
	width: 188px;
	margin-left: -94px;
	height: auto;
	}
	
	
	.homebrick .whatsnextvideologo {width:95%; max-width: 400px; height: auto; margin: 0 auto; display: block;}	
	.homebrick .board {
	position: absolute;
	top:auto;
	right: -55px;
	bottom: -35px;
	width: auto;
	height: 45%;
	}
	
	.mobilepad {padding-left: 25px;}
	
	}
	
	
	
	@media screen and (max-width: 767px) {
		
		
		.homebrick .beep-button {
display: block;
font-size: 20px;
padding: 7px;
background-color: #1971FF;
color: #fff;
text-align: center;
max-width: 198px;
border: solid 2px transparent;
transition: all .3s ease;
}
	
	.homebrick {
		
		width:100vw;
		margin-left: -25px;
		font-size: 20px !important;
	}
	
	.homebrick .text22 {
		font-size: 20px;
	}
	
	.homebrick p {
padding-right: 24px;
padding-bottom: 35px;
}
	
	.homebrick .board{position: absolute;
top: auto;
right: -4px;
bottom: -20px;
width: auto;
height: 35%;}
	
	}
	
	
	
	