﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset */

body {
}

#wrapper {
	font-family: 'Lato',sans-serif;
}

#headerwrapper {
	position:fixed;
	top:0;
	left:0 !important;
	right:0;
	z-index:103;
	background-color:white;
}

.scrolled {
	margin: 0px 0;
	background: white;
	-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

@media (max-width:700px)
{
	.menucontainer {
		float:unset;
	}
	#chartcontainer img{
		width:350px;
	}
	.toolvideo {
		width:250px;
	}
	#boxcontent img {
		padding-bottom:0px;
	}
}

@media (min-width:701px)
{
	#header {
		width:750px;
	}
	.container {
		width:750px;		
	}
	#boximg {
		padding-bottom:80px;
	}
	#boxcontent img {
		padding-bottom:90px;
	}
	.menucontainer {
		float:left;
	}
	#chartcontainer img{
		width:500px;
	}
	.toolvideo {
		width:300px;
	}
}
@media (min-width:992px)
{
	#header {
		width:970px;
	}
	.container {
		width:970px;		
	}
	#boximg {
		padding-bottom:10px;
	}
	#boxcontent img {
		padding-bottom:40px;
	}
	.menucontainer {
		float:left;
	}
	#chartcontainer img{
		width:600px;
	}
	.toolvideo {
		width:400px;
	}
}
@media (min-width:1200px)
{
	#header {
		width:1170px;
	}
	.container {
		width:1170px;		
	}
	#boximg {
		padding-bottom:10px;
	}
	#boxcontent img {
		padding-bottom:0px;
	}
	.menucontainer {
		float:left;
	}
	#chartcontainer img{
		width:800px;
	}
	.toolvideo {
		width:450px;
	}
}
#headernarrow {
	height:44px;
	background-color:white;
	display:block;
}

#headernarrow h1 {
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:bold;
	line-height:44px;
	box-sizing:border-box;
	text-align:center;
}
#headernarrow h1 a {
	border-bottom:none;
	color:#2e2e2e;
	letter-spacing:3px;
	text-decoration:none;
}
#headernarrow #menuicon {
	top:0;
	left:0;
	height:34px;
	background-color:rgb(240,118,45);
	position: absolute;
	z-index:1001;
	padding:10px 10px 0px 10px;
	display: inline-block;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 20px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

#header {
	height:80px;	
	margin: 0 auto;
	padding: 0 15px;
}

#header #logo {
	float:left;
	width:133px;
	height:80px;
	background: #fff url(../images/ppconsult.png) scroll no-repeat left;
	vertical-align:middle;
	cursor:pointer;
}

#header #menuitems {
	float:right;
	list-style-type:none;
	height:80px;
	font-size:13px;
	color:#666;
	margin-top:5px;
	font-weight:300;
}

#header #menuitems li {
	display:inline;
	margin-right:60px;
	line-height:80px;
	letter-spacing:1px;
}
#header #menuitems li:hover {
	color:rgb(240,118,45);
	cursor:pointer;
	font-weight:bold;
	transition: 0.3s;
}

#content {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center left;
	height:600px;
	position:fixed;
	top:80px;
	left:0;
	right:0;
	z-index:5;
}

.contentlabel {
	color:white;
	font-size:28px;
	font-weight:bold;
	position:relative;
	left:10px;
	top:295px;
}

#offset {
	width:80%;
	/* float:left; */
	position:relative;
	min-height:1px;
	/* padding-left:133px; */
	/* padding-right:15px; */
	margin:0 auto;
}

#boxwrap {
	display:table;
	height:600px;
	width:80%;
	box-sizing:border-box;
	color:white;
	margin:0 auto;
}

#box {
	/*opacity:0.9;*/
	display:table-cell;
	vertical-align:middle;
	padding-bottom:170px;
}

#boxcontent {
	background-color: rgba(0,0,0,0.6); 
	overflow:auto;

}

#boxcontent img {
	float: left;
	vertical-align: middle;
	padding-top:10px;
	padding-right:20px;
	padding-left:10px;
	border:0;
}

#boxcontent h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 62px;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin-bottom:10px;
	padding:10px 10px;
}
#boxcontent h2 {
	letter-spacing: 4px;
	font-size: 16px;
	text-transform: uppercase;
	padding:0px 10px 20px 10px;
	padding-bottom: 20px;
	position: relative;
	color: #fff;
	line-height:30px;
}

#footer {
	margin-top:600px;
	z-index:102;
	position:relative;
	height:100%;
	background-color:rgb(246,249,250);
}

#section {
	display:block;
	height: 100%;
	background-color:white;
	padding-bottom:50px;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	padding-top:50px;
}
#section .container #row1 {
	padding:0px 15px 0px 15px;	
}

#section .container #row1 h2 {
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #7b7b7b;
	text-align:center;
	margin-bottom:20px;
}
#section .container #row2 h2 {
	font-size: 45px;
	line-height: 57px;
	color: #000;
	text-align:center;
	margin-bottom:0px;
}
#section .container #row3 h2 {
	font-size: 18px;
	line-height: 30px;
	color: #777;
	text-align:center;
	margin-bottom:20px;
}

#footermenu  {
	display:table;
	margin:0 auto;
	padding:50px 0 0 0;
	background-color:rgb(246,249,250);
}
.menucontainer {
	width:240px;
	padding:0px 40px;
	color:rgb(127,127,127);
}
.menuimage {
	margin-bottom:20px;
	cursor:pointer;
}
.menuimageitem {
	width:120px;	
	margin:0 auto;
	display:block;
}
.menutitle {
	text-align: center;
	margin-bottom:20px;
	letter-spacing: 1px;
	font-size:16px;
}
.menudesc {
	text-align: center;
	margin-bottom:20px;	
	letter-spacing: 1px;
	font-size:12px;
	line-height: 14px;
}
.menubutton {
	margin:30px 0 50px 0;
}
.buttonimage {
  margin:0 auto;
  border-radius: 15px;
  background: rgb(240,118,45);
  width: 150px;
  height: 30px;
  color:white;
  text-align:center; 
  font-size:16px;  
  line-height:28px;  
}
.buttonimage:hover {
	cursor:pointer;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	background-color:#2e2e2e;
	transition: 0.3s;
}

#framemenu {
    position: fixed;
    display: none;
    visibility: visible;
    z-index: 1011;
    top: 44px;
    left: 0px;
    height: 115px;
    overflow: auto;
    background-color: #333;
    border-top: 0;
    padding: 5px 0;
    width: 160px;
	font-family: 'Lato',sans-serif;
	font-size:14px;
	letter-spacing: 1px;
}

.menulistitem {
	padding: 10px 10px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;

}
.menulistitem:hover {
	color:rgb(240,118,45);
}

.titlesection {
	letter-spacing: 1px;
	padding-bottom:20px;
	padding-left:15px;
	color:#666;
	
}
.titleheader {
	font-size:25px;
	padding-bottom:8px;
	font-weight: bold;
	
}
.titledesc {
	font-size:12px;
	padding-bottom:10px;
	line-height:16px;
	
}
.toolcontainer {
	letter-spacing: 1px;
	padding-bottom:20px;
	padding-left:15px;
}
.tooltitle {
	font-size:16px;
	padding-bottom:4px;
	font-weight: bold;
}
.tooldesc {
	font-size:12px;
	padding-bottom:10px;
	line-height:14px;
}
.tooldesc ul {
	color:rgb(240,118,45);
}
.tooldesc li {
	margin-bottom:7px;
}
.tooldoclink {
	font-size:10px;
	color:rgb(240,118,45);
	cursor:pointer;
	padding:5px 0 5px 0;
}
.toolvideo {
	border:solid #ddd 1px;
	display:none;
}
.toolvideoicon {
	width:115px;
	cursor:pointer;
}
.toolsubtitle {
	font-style:italic;
	margin: 15px 0 5px 0;
}

#video1 {
	display:none;
}

.servicecontainer {
	letter-spacing: 1px;
	padding-bottom:20px;
	padding-left:15px;
}
.servicetitle {
	font-size:16px;
	padding-bottom:4px;
	font-weight: bold;
}
.servicedesc {
	font-size:12px;
	padding-bottom:10px;
	line-height:14px;
}

.imagecontainer {
	margin:10px 10px;
}
.imagecontainer img {
	width:80%;
}
.app2chart img {
	width:100%;
}
#apps2chart {
	padding-left:15px;	
	margin-bottom:20px;
}
#instancegrid {
	display:grid;
	grid-template-columns:30% 70%;
}
#instancegridimg {
	margin-right:10px;
}
#instancegridimg img {
	width:100%;
}
#specificationchart img {
	width:80%;	
}
.querytoolmodules {
	font-size:14px;
	line-height:1.1; 
	margin-top:10px
}


#contactcontainer {
	position: relative;
	top: 121px;
	left: 0px;	
}
#contactcontainer img{
	width:200px;
}
#contactinfo {
	width:100%;
	letter-spacing: 1px;
	color:#666;
	float:left;
	margin-bottom:20px;
}
#contacttitle {
	font-size: 25px;
	padding-bottom: 20px;
	font-weight: bold;
	padding-left:5px;
}
#contactdesc {
	float:left;
	width:60%;
	font-size:14px;
	line-height:22px;
	margin-bottom:25px;
	padding-left:5px;
}
#contactdesc h2 {
	padding-bottom:10px;
}

#contactdetails {
	float:right;
	font-size:14px;
	line-height:14px;
}
/* #contactdetails img { */
	/* width:110px; */
}
#contactdetails ul {
	padding-left:4px;
	line-height: 17px;
}
#contactdetails ul a {
	color:rgb(240,118,45);
	text-decoration:none;
}

.lbclass {
	margin: 10px 20px 0px 0px;
	display:block;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	box-sizing:border-box;
	color:#73746f;
	padding-bottom:4px;
}

.tbclass {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px 4px 3px 4px;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: 4px;
    transition: border-color 0.15s;
	font-family: 'Lato',sans-serif;
    font-size:14px;
    text-shadow:0 0 0 #000;
}
.textareaclass {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px 4px 3px 4px;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: 4px;
    transition: border-color 0.15s;
    font-size:14px;
    text-shadow:0 0 0 #000;
    resize:none;
	height:100px;
	font-family: 'Lato',sans-serif;
}
#btSend {
	text-align:right;
}
#btSend:hover {
	color:rgb(240,118,45);
	cursor:pointer;
	font-weight:bold;
	transition: 0.3s;
}

.submenu {
	float:left;
	width:100%;
    font-size:15px;
	letter-spacing: 1px;
}
.submenu .submenuitems {
	float:left;
	margin-right:7px;
}
.submenu .selected {
	color:#fff;
	background-color:#999;	
	padding:7px;
}
.submenu .notselected {
	color:#666;
	background-color:#fff;
	padding:7px;
}
.submenu hr {
	margin:0px;
	margin-bottom:30px;
	border: 1px solid #999;
}
.submenu .submenuitems .notselected:hover {
	color:rgb(240,118,45);
	cursor:pointer;
	font-weight:bold;
	transition: 0.3s;
}

.showpointer {
	cursor:pointer;
}

