@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 770px;
	text-align: center;
	/*margin-bottom: 175px;*/
	font-family: 'open_sansregular';
	background-color: #eee;
}

body {
  height: 100%;
	position: relative;

}


/* Universal formats */

a:link {
	text-decoration:none;
	color: #666666;
}

a:visited {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #0099cc;
	text-decoration:underline;
}

h1 {

	color: #333;
	font-family: 'open_sanslight';
	font-size: 50px;
    font-weight: 100;
    letter-spacing: -0.012em;
	line-height: 2;
	padding-top: 25px;

}

h2 {
	font-family: 'open_sanslight';
	color: #666;
	font-size: 28px;
    font-weight: 200;
	line-height: 1;
	padding-bottom: 15px;

}

h3 {
	font-family: 'open_sansregular';
	color: #777;
	font-size: 20px;
    font-weight: 300;
	line-height: 1;
	padding-bottom: 15px;
	padding-top: 15px;

}

h4 {
	font-family: 'opensans-italic';
	color: #777;
	font-size: 18px;
    font-weight: 300;
	text-decoration: underline;
	line-height: 1;
	padding-bottom: 0px;
	padding-top: 5px;

}

.text {
	margin: 0 auto;
	margin-top: 0px;
	width: 750px;
	text-align: justify;
    font-size: 14px;
	font-weight: 400;
	color: #666;
	/*font-family: 'open_sanslight';*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	padding-bottom: 10px;
}

hr.gradient {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 35px;
	margin-bottom: 55px;
}

hr.dashed {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.photo-array {

	display: inline-block;
	width: 175px;
	height: 175px;
	margin: 1em;
	font-size: 10pt;
	color: #666;

}

.customer-array {

	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.customer-container {
	display: flex;
	display: -webkit-flex;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 50px;"
}

.column-body {

	width: 260px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.column-body:nth-child(even) {
		padding-left: 25px;
		padding-right: 25px;
}


.column-header {
	font-family: 'open_sansregular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smotting: grayscale;
	font-size: 19pt;
	font-weight: 300;
	padding-bottom: 20px;
}

.column-header-image{
	padding-bottom: 15px;
}

.column-header.light{
	color: #eee;
}

.column-header.dark{
	color: #333;
}

.column-text {

	font-family: 'open_sansregular';
	font-size:10pt;
	text-align: left;
	word-spacing: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smotting: grayscale;

}

.column-text.light {
	color: #eee;
}

.column-text.dark {
	color: $333;
}



/*End universal formats */

.wrapper{

margin-top: 0px;

}



.sub-banner{
	vertical-align: middle;
	height: 105px;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #eeeeee;
	border-bottom: solid 1px #333;
}

.sub-banner-icon {
	display: inline-block;
	width: 95px;
	height: 95px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	color: #333333;
}

.sub-banner-icon:hover{
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
    color: #999;
}

.sub-banner-icon a {
	text-decoration: none;
	color: inherit;
}

.sub-banner-icon-label {
	position: relative;
	margin-top: 5px;
	font-size: 9px;
	color: inherit;
	font-weight: 400;
	letter-spacing: 1px;
}

.banner-print{
	position: relative;
	top: 250px;
	color: #ffffff;
	text-shadow: 2px 2px #333333;
}

.banner-print#title{
	font-size: 60px;
	font-weight: 700;
}

.banner-print#sub-title{
	font-size: 25px;
	padding-top: 15px;
}

/* Background subclassing
   ---------------------- */
.spt-container {
	margin: 0 auto;
	width: 100%;
}

.spt-background-cover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 75%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%, #ffffff 75%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%, #fffff 75%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.spt-background-dark {
	background-image: url('/images/backgrounds/dark.jpg');
	/*background: #666;  Old browsers */
	/*background: -moz-linear-gradient(top,  #555 0%, #555 25%, #333 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  #555 0%, #555 25%, #333 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  #555 0%, #555 25%, #333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.spt-background-cover.tmc{
		position: relative;
		height: 600px;
}


/*  ---------------------- */


.spt-button {

	display:inline-block;
	font-family: 'opensans-semibold', arial, sans-serif;
	letter-spacing: 3px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	word-spacing: normal;
	-webkit-font-smoothing: antialiased !important;
}

.spt-button a {
	color: #fff;
	text-decoration: none;
}

.small {
	border-radius: 25px;
	color: #fff;
	font-size:11px;
	font-weight: 500;
	line-height:20px;
	padding: 3px 20px;
	margin-bottom: 8px;
}

.smaller {
	border-radius: 20px;
	color: #fff;
	font-size:10px;
	font-weight: 500;
	line-height:17px;
	padding: 3px 15px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.x-small {
	border-radius: 15px;
	color: #fff;
	font-size:8px;
	font-weight: 600;
	padding: 3px 10px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.grey {
	background-color:#666666;
}

.blue {
	background-color:#06C;
}

.grey:hover {
	background-color:#999999;
}

.blue:hover {
	background-color: #09F;
}

.spt-action {
	color: #0099cc;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
}

.spt-action:hover {
	text-decoration: underline;
}


/* --------------------------------------- */
/* SITE BANNER + NAVIGATION */

.banner {
	width: 100%;
	height: 60px;
	background-color: #333333;
  /*
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 900;
	*/
}

.navbar {
  background-color:rgba(255, 255, 255, 0.90);
  color: #666;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 35px;
  z-index: 1001;
  border-bottom: solid thin #ccc;

}

.navbar ul {
	margin: 0 auto;
	width: auto;
	padding: 0;
	padding-top: 6px;
}

.banner ul {
	margin: 0 auto;
	width: auto;
	padding: 0;
	padding-top: 20px;
}


.banner-nav-item {
	display: inline;
	color: #999999;
	font-family: 'open_sanssemibold';
	font-size: 13px;
	padding-right: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.banner-nav-item a {
	color: #999999;
	text-decoration: none;
	transition:.2s;-o-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;-webkit-transition:.2s;
}

.banner-nav-item-active a {
	color: #cccccc;
}

.banner-nav-item a:hover {
	color: #cccccc;
	text-decoration: none;
}

.banner-nav-logo {
	background-image: url('/images/logos/spectrum_logo_white.svg');
	background-size: 155px 35px;
	background-repeat: no-repeat;
	padding-left: 155px;
	margin-right: 0px;
	padding-bottom: 15px;
	padding-top: 8px;
	position: relative;
	transition:.2s;-o-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;-webkit-transition:.2s;
	overflow: none;
	opacity:0.75;
}

.button-next {
	background-image: url('/images/button_next_white.svg');
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: bottom;
	top: 5px;
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;

}

.section-content {
	margin: 0 auto;
	width: 975px;
}

.section-content.home{
	/*
	height: 290px;
	*/
}

.container {

	position: relative;
	background: #ffffff; /* Old browsers */
	border-top: solid thin white;
	margin: 0 auto;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 75%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%, #ffffff 75%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%, #fffff 75%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	min-height: calc(100vh - 499px);

}

.container.fixed{

	min-height: 300px;

}

.peds {

	height: 500px;
	background-color: #333;
	background-image: url('/images/backgrounds/pedestrian_bicycle_study.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	border-bottom: solid thin #ccc;
	vertical-align: middle;
	color: #fff;


}


.technology {
	height: 590px;
}

.container.technology.miovision{
	height: 660px;
	padding-top: 30px;
	margin: 0 auto;
	background: #333;
	color: #eee;
}

.container.technology.cloud{
	height: 550px;
	padding-top: 30px;
	margin: 0 auto;
	background: #444;
	color: #eee;
}

.container.technology.gis{
	height: 610px;
	padding-top: 30px;
	margin: 0 auto;
	background: #666;
	color: #fff;
}

#scout-feature{
	position: absolute;
	padding-top: 10px;
	bottom: 5;
	width: 100%;
	margin: 0 auto;

}

#cloud-feature{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 35px;
}

#osm-feature{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.section-content-technology{
	position: relative;
	top: 25px;
	font-family: 'open_sanslight';
}

.section-content-technology.headline{
	margin: 0 auto;
	color: #444;
	font-size: 50px;
    font-weight: 100;
    letter-spacing: -0.012em;
	line-height: 2;
	padding-bottom: 10px;
}

.headline {
	margin: 0 auto;
	color: #444;
	font-size: 50px;
    font-weight: 100;
    letter-spacing: -0.012em;
	line-height: 2;
	padding-bottom: 10px;
}

.subheadline {
	style="margin-bottom: 100px;"
	style="margin-top: 100px;"

}

.section-content-technology.subheadline {
	margin: 0 auto;
	font-size: 28px;
    line-height: 1;
    font-weight: 200;
	padding-bottom: 15px;
}

.section-content-technology.text {
	margin: 0 auto;
	margin-top: 0px;
	width: 750px;
	text-align: justify;
    font-size: 14px;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.section-content-technology.headline.light{
	color: #ccc;
	font-weight: 500;
	font-size: 20pt;
	width: 750px;
	text-align: left;
}

.section-content-technology.headline.white{
	color: #fff;
	font-weight: 500;
	font-size: 20pt;
	width: 750px;
	text-align: left;
}


.section-content-technology.text.light {
	color: #eee;
}

.section-content-technology.text.white {
	color: #fff;
}

.section-column-container {
     padding: 0px;
	 padding-bottom: 20px;
}

.section-column {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	margin-top: 30px;
	padding-bottom: 14px;
	padding-right: 15px;
	padding-left: 15px;
}

.section-column h3{
	font-family: 'open_sanslight';
	font-size: 20pt;
	font-weight: 500;
	color: #333333;
	padding-top: 0px;
	margin-top: 20px;
}

.section-column p{
	font-family: 'open_sanslight';
	font-size: 10pt;
	font-weight: 300;
	line-height: 18pt;
	color: #333333;
}

.section-column:nth-child(1) {
		border-right: #cccccc solid 1px;
}

.section-column:nth-child(2) {
		border-right: #cccccc solid 1px;
}

.spt-service {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
}

.spt-service.atr{
	background-image: url('/images/backgrounds/atr_background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}

.spt-service.drone{
	background-image: url('/images/backgrounds/drone-aerial-spectrum-1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}

.spt-service.gap{
	background-color: #ccc;
	padding-top: 75px;
	padding-bottom: 75px;
}

.spt-service-left {
	display: inline-block;
	vertical-align:middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.spt-service-left.drone {
	background-image: url('/images/backgrounds/blur.png');
	background-repeat: no-repeat;
	background-position:center;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.spt-service-left.atr {
	background-image: url('/images/backgrounds/blur_atr.png');
	background-repeat: no-repeat;
	background-position:center;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.spt-service-right.alpr {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 75px;
	padding-left: 75px;
}

.spt-service-right {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.spt-service-tmc {
	height: 100%;
	vertical-align: top;
	background-color: #FFF;
	font-family: 'open_sanslight';
}

.spt-service-tmc.spt-service-headline {
	margin-top: 30px;
}

.spt-service-tmc.spt-service-text {
	margin-top: 20px;
	width: 410px;
}

.spt-service-atr {
	height: 100%;
	vertical-align: top;
	font-family: 'open_sanslight';
	color: #000;
}

.spt-service-atr.spt-service-headline {
	margin-top: 30px;
	color: #000;
}

.spt-service-atr.spt-service-text {
	margin-top: 20px;
	width: 450px;
	color: #000;
}

.spt-service-alpr {
	height: 100%;
	vertical-align: top;
	font-family: 'open_sanslight';
	color: #fff;
}

.spt-service-alpr.spt-service-headline {
	margin-top: 30px;
	color: #fff;
}

.spt-service-alpr.spt-service-text {
	margin-top: 20px;
	width: 410px;
	color: #fff;
}

.spt-service-drone {
	height: 100%;
	vertical-align: top;
	font-family: 'open_sanslight';
	color: #fff;
}

.spt-service-drone.spt-service-headline {
	margin-top: 30px;
	color: #fff;
}

.spt-service-drone.spt-service-text {
	margin-top: 20px;
	width: 410px;
	color: #fff;
}

.spt-service-gap {
	height: 100%;
	vertical-align: top;
	font-family: 'open_sanslight';
}

.spt-service-gap.spt-service-headline {
	margin-top: 30px;
}

.spt-service-gap.spt-service-text {
	margin-top: 20px;
	width: 410px;
}

.spt-service-headline {
    font-family: 'open_sanslight';
	color: #444;
	font-size: 50px;
    font-weight: 100;
    letter-spacing: -0.012em;
	position: relative;
	line-height: 2;
	padding-bottom: 10px;

}

.spt-service-subheadline {
    font-size: 28px;
    line-height: 1;
    font-weight: 200;
	letter-spacing: normal;
	padding-bottom: 15px;
}

.spt-service-text {
    font-size: 14px;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: justify;
	margin: 0 auto;

}



/* --------------------------------------- */
/* FOOTER SYTLING */

.footer {
	height: 300px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 15px 0px;
	width: 100%;
	background-color:#fff;
	font-family: 'open_sanslight';

}

.footer h3 {
	font-weight: 900;
	font-size: 10pt;
	color: #666666;
}

.footer p {
	font-weight: 300;
	font-size: 9pt;
	color: #666666;
}

.footer A:link {
	text-decoration:none;
	color: #666666;
}

.footer A:visited {
	color: #666666;
	text-decoration:none;
}

.footer A:hover {
	color: #0099cc;
	font-size: 9pt;
	text-decoration:underline;
}

.footer-column {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
}

.copyright {
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
	font-size: 8pt;
	color: #666666;

}
