@charset "UTF-8";

@import url('careers.css');

body, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: arial;
    position: relative;
}

h1 {
	font-family: 'OCR A Extended', arial;
	color: #51709b;	
}

h2, h3, h4, h5 {
	color: #153157;
}

a {
	color: #153157;
}

a img {
	border-width: 0;
}

header {
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 0 9px #ddd inset, 0 0 5px #fff;
}

header a.logo {
	width: 56px;
	height: 51px;
	display: inline-block;
	padding-left: 60px;
	padding-top: 5px;
	font-size: 1.5em;
	background-image: url('../images/logo.png');
	background-image: url('../images/logo.svg'), linear-gradient(transparent, transparent);	
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
}

header a.logo .slogan {
	font-size: 12px;
	display: block;
	white-space: nowrap;
}

header nav {
	display: inline-block;
}

#menu {
	height: 56px;
	float: right;
	clear: both;
}

#menu ul {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
}

#menu ul > li {
	float: left;
}

#menu ul > li > a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
	color: #337ab7;
	font-size: 0.95em;
	transition: background-color 0.3s;
}

#menu ul > li > a:hover {
	background-color: #fff;
}

/* active links get highlighted */
body.home #menu ul > li > a.home,
body.contact #menu ul > li > a.contact,
body.news #menu ul > li > a.news,
body.careers #menu ul > li > a.careers,
body.release #menu ul > li > a.release {
	color: #000;
}

body.home {
	background-image: url('../images/team.jpg');
	background-position: right 65px;
	background-position: calc(100% - 5px) 65px;
	background-repeat: no-repeat;
}

.about-team-progress {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
    text-align: justify
    line-height: 120%;
}

.home .prentation-and-demo-links {
	background-color: #fff;
	text-align: center;
	padding-bottom: 15px;
}

.demo {
	background-color: #889dba;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 15px 15px -15px #fff inset, 0 -15px 15px -15px #fff inset;
}

.demo .inner-container {
	margin: auto;
	text-align: center;
}

.demo .inner-container > div {
	display: inline-block;
	padding: 5px;
	border: 2px solid 6c819d;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 10px 6c819d;
	margin: 10px;
}

.demo a {
	display: block;
	width: 550px;
	height: 373px;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}

.demo .inner-container > div a {
	width: 550px;
}

.demo p {
	text-align: center;
	margin: 5px 0 5px 0;
	color: #223;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}

.demo div.home a {
	background-image: url('../images/home_550.jpg');
}

.demo div.signup a {
	background-image: url('../images/signup_800.jpg');
}

.demo div.universal-personal-view a {
	background-image: url('../images/universalpersonalview800.jpg');
    background-position: 8px 25px;
}

.demo div.profile a {
	background-image: url('../images/profile_800.jpg');
}

.demo div.universal-rating-design a {
	background-image: url('../images/location_report_design.jpg');
    background-position: 8px 25px;
   }

.demo div.universal-rating-overview a {
	background-image: url('../images/map.jpg');
}

.demo div.proposed-rating-layout a {
	background-image: url('../images/proposed_rate_parking.jpg');
    background-position: 8px 35px;
}

.demo .status {
	position: relative;
	height: 30px;
}

.demo .status > div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.company-logos {
	text-align: center;
}

.company-logos > div {
	display: inline-block;
}

/* Used in the contact page */
.contact-message {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
	line-height: 30px;
}

.contact-box {
	margin-left: 10vw;
	margin-right: 10vw;
}

.contact-box textarea {
	height: 200px;
	resize: vertical;
}

.contact-box input[type="email"], 
.contact-box textarea {
	width: 100%;
	box-sizing: border-box;
	display: block;
	font-size: 1.3em;
	padding: 7px;
	margin-bottom: 5px;
}

.contact-box input[type="submit"] {
	height: 38px;
    font-size: 18px;
    margin-top: 10px;
	background-color: #f8f8f8;
    border: 1px solid #337ab7;
    color: #337ab7;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
	cursor: pointer;
    border-radius: 19px;
	transition: border-color 0.4s, background-color 0.4s, color 0.4s;
}

.news img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
}

.news p {
	padding-left: 10px;
	padding-right: 10px;
}

.news h2 {
	margin-bottom: 25px;
}

.release .card,
.news .card {
  background: #fff;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 580px;
}

.release .card h2,
.news .card h2 {
	text-align: center;
}

.release .card-5,
.news .card-5 {
      box-shadow: 0 10px 38px rgba(0,0,0,0.30), 0 10px 12px rgba(0,0,0,0.22);
}

.release .date {
	display: inline-block;
}

.contact-box input[type="submit"]:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

.contact-box #validation {
	list-style-type: none;
}

.contact-box #validation li {
	color: #400;
}

.presentation .box {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.presentation .video-player {
	text-align: center;
}

.presentation video {
	width: 70%; /* in case the browser doesn't support vw units */
	width: 70vw;
	max-width: 1280px;
	max-height: 800px;
	border: 1px solid #aaa;
	box-shadow: 0 0 25px #aaa;
}

.presentation h1,
.careers h1 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

a.team {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    height: 490px;
    width: 680px;
}

/* blockquote styling is used for a blockquote on the index page */
blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: auto;
	margin: 0.25em 0;
	padding: 0.35em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	text-align: left
}

blockquote:before {
	display: block;
	padding-left: 20px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

@media screen and (max-width: 1829px) {
	body.presentation .box {
		max-width: 70vw;
	}
}

@media screen and (min-width: 2000px) and (max-width: 3600px) {
	/* demo should have 2 pictures per row */
	body.home .demo .inner-container {
		width: 1800px;
	}
}

@media screen and (min-width: 1170px) and (max-width: 1999px) {
	/* demo should have 2 pictures per row */
	body.home .demo .inner-container {
		width: 1165px;
	}
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
	/* demo should have 2 pictures per row but they should shrink a little to fit.  */
	body.home .demo a {
		/* in case vw isn't supported by the browser */
		height: 258px;

		/* scale relative to viewport width */
		height: 27.16vw;	
	}
	
	body.home .demo a,
	body.home .demo .inner-container p,
	body.home .demo .status {
		/* in case vw isn't supported by the browser */
		width: 380px;
		/* scale relative to viewport width */
		width: 40vw;
	}
}

@media screen and (max-width: 600px) {
	/* demo should have 1 picture per row and should shrink to fit */
	body.home .demo a {
		/* in case vw isn't supported by the browser */
		height: 258px;

		/* scale relative to viewport width */
		height: 54.3vw;		
	}
	
	body.home .demo a,
	body.home .demo .inner-container > div p,
	body.home .status > div {
		/* in case vw isn't supported by the browser */
		width: 380px;

		/* scale relative to viewport width */
		width: 80vw;
	}
}

@media screen and (min-width: 1800px) {
	body.home .about-team-progress {
		font-size: 20px;
		font-size: 0.95vw;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1799px) {
	body.home .about-team-progress {
		font-size: 18px;
		font-size: 1.05vw;
        
	}
    	body.home .quoteblock {
		margin-bottom: 50px;
        margin-top: 200px;
        padding-right: 800px;
        padding-bottom: 400px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	body.home .about-team-progress {
		font-size: 16px;
		font-size: 1.1vw;
    }
    
    
}


@media screen and (min-width: 1200px) {
	body.home .about-team-progress {
		display: table-cell;
        
	}

	body.home .prentation-and-demo-links {
		background-color: transparent;
		width: 700px;
		display: table-cell;
		vertical-align: bottom;
		text-align: center;
		padding-top: 530px;
	}

	body.home .prentation-and-demo-links a:first-child {
		margin-left: 20px;
	}
	
	body.home .demo-link {
		margin-left: 95px;
	}

	body.home .about-team-progress p {
		margin-top: 5px;
	}

	body.home .about-team-progress h3 {
		margin-bottom: 3px;
	}	
}

@media screen and (max-width: 1199px) {
	html body.home {
		background-position: center 95px;
		background-position: center calc(3vw + 60px);
		background-color: #889dba;
	}
    
    body.home a.team {
        width: 100%;
        top: 58px;
        height: 585px;
    }
	
	body.home .about-team-progress {
		margin-top: 585px;
		margin-right: 0;
		padding-top: 2px;
        padding-right: 20px;
        padding-left: 20px;
		background-color: #fff;
	}

	body.home .quoteblock {
		margin-bottom: 50px;
        margin-top: 200px;
        padding-right: 800px;
        padding-bottom: 400px;
	}
    
    body.home .demo-link {
		margin-left: 65px;
    }
	
	body.home .company-logos {
		background-color: #fff;
		padding-top: 50px;
	}

	body.home .company-logos > div {
		text-align: center;
		padding-bottom: 30px;
	}
	
	body.home .header-slogan {
		background-color: #fff;
	}
}

@media screen and (max-width: 700px) {
	body.home {
		background-size: 95% auto;
	}
	

	html body.home .about-team-progress {
		padding-right: 10px;
	}
	
	html > body .contact-box input[type="submit"] {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

@media screen and (max-width: 700px) and (min-width: 450px) {
	html body.home .about-team-progress {
		margin-top: 78%; /* for browsers not supporting the vw unit */
		margin-top: 78vw;
	}
    
    html > body.home a.team {
        height: 78%; /* for browsers not supporting the vw unit */
        height: 78vw;
    }
}

@media screen and (max-width: 700px) and (min-width: 470px) {
	html body.home .demo-link {
		margin-left: 50px;
		margin-left: 8vw;
	}
}



@media screen and (max-width: 550px) {
	body.contact .contact-message {
		font-size: 0.7em; /* for browsers not supporting vw units */
		font-size: 4vw;
	}
    
    body.home .quoteblock {
        max-width:  width: 100%;
		margin-left: 0px;
        padding-right: 800px;
	}

}

@media screen and (max-width: 500px) {
	html body.home .demo-link {
		margin-left: 0;
	}

	body.home .prentation-and-demo-links > a {
		
		margin-bottom: 30px;
	}
	
	body.home .prentation-and-demo-links > a > img {
		max-width: 100%;
	}
}

/* Bring the menu to a new line when extremely narrow */
@media screen and (max-width: 800px) {
	html > body #menu {
		display: block;
		float: none;
	}

	html > body.home {
		background-position: center 125px;
		background-position: center calc(3vw + 115px);
	}
	
	html body.home .about-team-progress {
		margin-top: 78%; /* for browsers not supporting the vw unit */
		margin-top: 77vw;
	}
    
    html > body.home a.team {
        height: 78%; /* for browsers not supporting the vw unit */
        height: 78vw;
        top: 110px;
    }
	
	body.home .demo .inner-container > div p {
		font-size: 4vw;
	}

	body nav {
		text-align: center;
	}
	
	body nav ul {
		display: inline-block;
	}
}

@media screen and (max-width: 490px) {
	body  nav#menu ul > li > a {
		padding: 8px;
		padding: 2.8vw;
		font-size: 12px;
		font-size: 3.1vw;
	}
}

@media screen and (max-width: 350px) {
	body.home .company-logos > div img  {
		max-width: 98%;
	}
}

@media screen and (max-width: 600px) {
	html > body .card.card-5 {
		width: 100%;
	}
}

@media screen and (max-width: 470px) {
	html body .card.card-5 h2 a {
			font-size: 5vw;
	}
}
