html, body {padding: 0; margin: 0; font-family: 'DM Sans', sans-serif; overflow-x: hidden; width: 100%;}
body	{font-size: 18px; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale; line-height: 1.33em; color: #0A1322; overflow-x: hidden; }
/* .font2 {font-family: 'Akkurat Mono'; } */
.textright {text-align: right}

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

.text60 {font-size: 3.333em; line-height: 1.3em}
.text50 {font-size: 2.777em; line-height: 1.3em; padding-bottom: 0; }
.text30 {font-size: 1.667em; line-height: 1.3em}
.text20 {font-size: 1.11em; 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}

.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;}

.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;}


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;
}







.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; z-index: 100; -webkit-transition: all 0.5s;  transition: all 0.5s}
.headerpad {height: 120px;}
.intro 	{ background-color: #FF6A84; font-weight: bold; color: #fff; }
.pink-bg {background: none}

.relative {position: relative}
.logo {padding-top: 55px; -webkit-transition: all 0.5s;  transition: all 0.5s; width:230px}




.logo-pinned {opacity: 0;}
.logo-start {opacity: 1; position: absolute; top:0; left: 0;}

header.pinned .logo-pinned {opacity: 1;}
header.pinned .logo-start {opacity: 0;}



.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 #FF6A84; background: #FF6A84;}
header.pinned .logo {padding-top: 20px; width:145px}
header.pinned .menu {padding-top: 23px;}



.menu a{color: #fff; text-decoration: none}
.menu a.active {color: #FFFF00; text-decoration: underline}
.menu a:hover {color: #FFFF00; text-decoration: none}



.mobilemenubtn {display: inline-block}



.mobilemenu {position: fixed; top:0;  width:100vw; height: 100%;background: #49CB99; 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;}

.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}
*/


section.header 	{ overflow: unset; }
.header 		{ background: url('../images/savvy.jpg') no-repeat center; background-size: cover; height: 700px; }
.header-content { position: absolute; bottom: 0; }
.header-content img { margin-bottom: -140px; margin-left: -100px;}
.header-content p { position: absolute; z-index: 1; color: #fff; top: 50%; left: 50px; top: 55px; line-height: 1em;}

.yellow-bg 		{ position: absolute; right: 0; margin-top: -100px; }
.yellow-bg-2 	{ position: absolute; left: 0; margin-top: -150px; z-index: -1; }


.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}


.ptopvh16 {padding-top: 10vh;}


/**************************************************************************************************************************************************/
/********************************************************************** 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[type=text], input[type=email], input[type=tel] {
	border-radius: 0 !important;
}


input[type=text], input[type=email], input[type=tel] {
	color: #FF6A84;
	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%;
	padding-top: 0;
	font-weight: 600;
	background: #6ADDFF;
	font-size: 26px;
	line-height: 46px;
	color: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 0;
	display: block;
	max-width: 260px;
	border: none;
	border-radius: 25px;
	transition: background-color 0.2s ease;;
}


input[type=submit]:hover {
	background: #FF6A84; color: #fff	
}


/**************** CUSTOM CHECKBOX ****************/

/* The container */
.checkbox-wrap {
	display: block;
	position: relative;
	cursor: pointer;
	padding-right: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	height: 40px;
	margin-bottom: 15px;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	padding: 8px 20px;
	background-color: #CCCCCC;
	color: #fff;
	border-radius: 25px;
	font-weight: bold;
	transition: all 0.2s ease;
  }
.checkmark i { font-size: 0.8em; }
  
  /* On mouse-over, add a grey background color */
  .checkbox-wrap:hover input ~ .checkmark {
	background-color: rgb(171, 171, 171);
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-wrap input:checked ~ .checkmark {
	background-color: #6ADDFF;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-wrap input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  /* .checkbox-wrap .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  } */

::-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: #6ADDFF !important;
	border-bottom: 2px solid #6ADDFF !important;
}
 .form-error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #6ADDFF !important;
}
.form-error::-moz-placeholder { /* Firefox 19+ */
 color: #6ADDFF !important;
}
.form-error::-ms-input-placeholder { /* IE 10+ */
 color: #6ADDFF!important;
}
.form-error::-moz-placeholder { /* Firefox 18- */
 color: #6ADDFF !important;
}
.formmessage {
	font-weight: bold;
	color: #6ADDFF;
}


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

input[type="submit"] { -webkit-appearance: none; }



.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 { padding-top: 25px; }
.footer-logo { margin-top: 120px; margin-bottom: 80px; }
.footer-bg { background: url(/images/footer-bg.svg); background-size: cover; background-repeat: no-repeat; background-position: bottom center; }

.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:#FF6A84}
.socialicon svg:hover .logoicon {fill:#fff;}





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

@media only screen and (min-width: 1768px) {

.footer-logo {
	margin-top: 250px;
	margin-bottom: 100px;
	}
}
@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}
.footer-logo {     margin-top: 50px;
    margin-bottom: 20px; }
}



.mobileshow {display: block;}
@media only screen and (max-width: 767px) {
	.mobile-logo { width: 100px; padding-top: 25px; }
	.pinned .mobile-logo { padding-top: 20px; }
	.footer-logo {
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.footer-logo img 	{ width: 100px; }
	.checkbox-wrap 		{ padding-right: 5px; height: 30px; margin-bottom: 8px; }
	.checkmark 			{ padding: 8px 12px; font-size: 0.63em; }
	.ptop65 			{ padding-top: 0; }
	.header-content 	{ width: 100%; left: 0; }
	.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.5em; line-height: 1.1em}
.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: 70vh;}
	header { height: 90px;}
	header .logo {padding-top: 25px; width: 145px}
	header .menu {padding-top: 25px;}
	header.pinned .menu { padding-top: 20px; }
	.headerpad {height: 60px;}

	.menupad {height: 90px;}
	
	.volumecontrol {
		position: absolute;
		top: 25px;
		right: 25px;
		width: 30px;
		}
	.solutions {padding-bottom: 40px; position: relative; z-index: 1; }
	.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: 60px !important;
}
	
	
	.background-video {background-size: 140% auto}
	.socialicon {width: 18%;}
	.desktopshow {display: none !important}
	.solution-title {cursor: pointer; text-decoration: underline}
	
	.socialicon svg 	{ width: 100%; height: auto; transform: scale(1); }

	.careers .button {width: 100%; max-width: 900px;}
	
	
	.mpbase20 {padding-bottom: 20px;}



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



@media only screen and (max-width: 500px) {
	.icon { display: block; margin: 15px auto; }
	.solution { text-align: center; }
	.header-content 	{ width: 100%; left: 0; bottom: -200px; }
	.footer-logo 		{ margin-top: 20px; margin-bottom: 15px; }

}





@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);
}

.spacer.s2 {
	min-height: 330px;
}

.splat2{
	transform: rotate(-80deg);
}

.splat3{
	transform: rotate(0deg);
}

.trigger{
	display: block;
	width: 100%;
	/* height: 100px; */
	position: absolute;
}

.icon1 {
	position: absolute;
	left: 66px;
	top: 28px;
}
.icon2 {
	position: absolute;
	left: 42px;
	top: 33px;
	z-index: 2;
	width: 66px;
}
.icon3 {
	position: absolute;
	left: 76px;
	top: 16px;
	z-index: 2;
}

#process{
	position: relative;
}
#trigger2{top: 0;}
#trigger3{top: 50%;}
#trigger4{top: 100%;}
@media only screen and (max-width: 768px){
	#trigger2{top: 20vh;}
	#trigger3{top: 40vh;}
	#trigger4{top: 50vh;}
	.icon1 {
		left: 50%;
		top: 28px;
		margin-left: -24px;
	}
	.icon2 {
		left: 50%;
		top: 33px;
		z-index: 2;
		width: 66px;
		margin-left: -44px;
	}
	.icon3 {
		left: 50%;
		top: 16px;
		z-index: 2;
		margin-left: -16px;
	}
}
