/* @override 
	https://www.pennypipe.com/css/main.css */

/* 92cfd8 - light blue background
/* 2341b8 - dark blue accent
/* 15266d - darker blue font color
/* 41423e - dark grey p font
/* d6b648 - dark yellow accent
/* d6cbb6 - tan background /accent
/* e3e1e1 - light grey background / accent

/**************/
/* Main Setup */
/**************/
html, body {
  font-size: 16px;
  font-family:  "Lato", Arial, sans-serif;
}

html {
  padding: 0px;
  margin: 0px;
  height: 100%;
}
 
body {
  padding: 0px;
  margin: 0px;
  background-color: #eee;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 25px;
  overflow-x: hidden;
  height: 100%;
  font-size: 20px;
  color: #333;
}

ul{
	padding-left: 20px;
}

ul li{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}

td {
  font-size: 14px;
}


p {
  color: #41423e;
  font-weight: normal;
  line-height: 27px;
}

.clearfix{
	clear: both; 
}

li {
  font-size: 16px;
  color: #41423e;
  font-weight: normal;
}

h1 {
  margin-top: 20px;
  font-size: 50px;
  line-height: 42px;
  color: #000;
  font-weight: bold;
}

	#info-pricing h1{
		text-align: center;
	}

h2 {
  margin-top: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  color: #000;
}

h3.faq-q{
	border-left: 6px solid #eee;
	padding-left: 30px;
}

h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  color: #41423e;
}

h5 {
  font-size: 18px;
  color: #fff;
}

h6 {
  font-size: 16px;
  color: #41423e;
  font-weight: bold;
}

/* CSS3 only tooltip hover */

a span.grey-hover{ 
  display:none;
  color:#fff;
  background:rgba(51,51,51,0.75);
  padding:20px;
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  width:300px;
  text-align:center;
  position: absolute;
  z-index:10;
}
a.grey-hover { display: inline-block;}
a:hover span.grey-hover{ display:block; }

input[type=text].small {
  width: 60px;
}

.container {
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.container-less {
  width: 980px;
  margin: 0 auto;
}

div#upgrade {
  padding: 15px 20px;
  background-color: #edca52;
  border-style: none;
  color: #555 !important;
}

#upgrade a:link, #upgrade a:visited {
  color: #fff !important;
}

#upgrade a:hover {
  color: #fff5c2 !important;
  transition: color .5s;
  -webkit-transition: color .5s;
}

div#content {
  background: #fff;
  padding: 40px;
  clear: both;
  box-sizing: border-box;
}

	#home-home #content{
		display: none;
	}
	
	#home-home .content .container{
		text-align: center;
		background: #fff;
		padding: 1px 40px;
	}

#dashboard-home #content{
	background: none;
	padding: 30px 0px;
}

div.margin-bottom72{
	margin-bottom: 72px;
}

#info-support #content{
	margin-top: 0px;
}

div#content-less {
  padding-top: 16px;
  padding-bottom: 20px;
}

div#header {
  width: 100%;
  font-size: 14px;
  background: #222;
  float: left;
}

div.home-callout{
  background-position: bottom right;	
  background: #8BDCF2 url("/images/background6.jpg");
  background-size: cover;
  text-align: center;
  padding-top: 1px;
  clear: both;
  padding-top: 10px;
  padding-bottom: 30px;
}

.header-content {
  margin: 0 auto;
  position: relative;
  width: 980px;
}

div#footer {
  width: 100%;
  height: 10%;
}

.new-sign {
  width: 400px; 
  height: 313px;
  float: left;
}

.homepage-tagline {
	clear: both;
 	font-size: 37px;
 	line-height: 40px;
 	margin-bottom: 20px;
 	width: 70%;
 	margin-left: auto;
 	margin-right: auto;
}

	.homepage-tagline h2{
		font-weight: normal;
		margin-top: 10px;
	}
	
	.homepage-tagline h3{
		font-size: 25px;
		line-height: 30px;
	}

/******************/
/* USEFUL CLASSES */
/******************/

.center {
  margin: 0 auto;
  text-align: center;
}

.text-left {
  text-align: left;
}

img {
  /* ADJ: this causes some wierd errors in the admin section */
  /*max-width: 100%;*/
}

body {
  background: #8BDCF2;
}

div.content {
  background: #f5f5f5;
}

.yellowbg {
  background-color: #facd2f;
}

div.whitepage {
  background-color: #FFF;
  padding: 40px 60px;
}

	#dashboard div.whitepage{
		width: 675px;
		padding: 20px;
	}

	body#blog-home div.whitepage{
		padding: 0px;
	}

.circle {
  border-radius: 50%;
}

.border {
  border-style: solid;
  border-width: 1px;
  border-color: #FFF;
}

.soft-border {
  box-shadow: 0 0 2px 2px #bbb;
  -moz-box-shadow: 0 0 2px 2px #bbb;
  -webkit-box-shadow: 0 0 2px 2px #bbb;
}

p.label label {
  font-weight: bold;
  display: inline-block;
  width: 200px;
  text-align: right;
  line-height: 32px;
}

div.message {
  margin: 0px 0px 12px 0px;
  padding: 15px 20px;
  background-color: #ddddff;
  border-radius: 3px;
}

div.issue {
  margin: 0px 0px 12px 0px;
  padding: 15px 20px;
  background-color: #fff5c2;
  border-radius: 3px;
}

div.error {
  margin: 4px 0px 4px 0px;
  padding: 15px 20px;
  background-color: #f04b4b;
  color: #fff;
}

.no-title .ui-dialog-titlebar { 
  display: none;
}

ul.simple {
  list-style-type: none;
  padding-left: 0;
}

ul.simple li {
  list-style-type: none;
  margin-left: 0;
}

img.home-image {
  max-width: 100%;
  height: auto;
}

div.home-vid {
  position: relative;
  padding-bottom: 55%/*56.25%*/;
  padding-top: 25px;
  height: 0;
}

.home-vid iframe,
.home-vid object,
.home-vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.pop {
  padding: 4px 8px 4px 8px;
  background-color: #edca52;
  border-style: none;
  color: #555 !important;
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  letter-spacing: .1em;
}

div.pop a:hover {
  color: #FFF5C2 !important;
  transition: color .5s;
  -webkit-transition: color .5s;
}


/**********************/
/*   TEST PAGE CSS    */
/**********************/

.dashboard {
  width: 45%;
  height: 50px;
  float: left;
  margin: 0 2.1%;
  padding: 0px 0px 5px;
}

.tab {
  width: 300px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  border-bottom-style: none;
  margin-top: 50px;
  padding-left: 10px;
}


/**********************/
/* SPACING AND SIZING */
/**********************/

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.one-third {
  float: left;
  width: 28.9%;
  margin: 0 2.1%;
  padding: 0px 0px 30px;
}

	#info-pricing .one-third{
		background: #eee;
		text-align: center;
	}
	
	#info-pricing .one-third.most-popular{
		background: #efb637;
	}
	
	#info-pricing .one-third.enterprise{
		background: #bbbbff;
	}
	

.half {
  float: left;
  width: 45.5%;
  margin: 0 2.1%;
  padding: 0px 0px 30px;
}

.half-small {
  float: left;
  width: 28%;
  margin: 0 2.1%;
  padding: 0px 0px 30px;
}

.white-bar {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFF;
}

/*******************/
/* MENUS AND LISTS */
/*******************/
div.menu-container {
  text-align: center;
  float: right;
  position: relative;
  z-index: 1;
}

div#header-logo {
	width: 150px;
	height: 40px;
	background: url(/images/pplogo3.png) top left no-repeat;
	float: left;
	margin-top: 8px;
}

div#header-logo a{
	display: block;
	width: 150px;
	height: 40px;
}

#home-home .home-banner-image{
	background: url("/images/logos.png");
	height: 320px;
	width: 777px;
	margin-left: auto;
	margin-right: auto;
}

	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
		
			div#header-logo {
				background: url(/images/pplogo3-2x.png) top left no-repeat;
				background-size: 150px 40px;
			}
			
			#home-home .home-banner-image{
				background: url("/images/logos-2x.png") top left no-repeat;
				background-size: 770px 320px;
			}
				
		
		}



div#header-logo img {
  width: 200px;
  margin-right: 180px;
}

ul.menu {
  margin-top: 0px;
  float: right;
  padding: 0px 15px;
  margin-bottom: 0px;
}

ul.menu li{
	font-size: 16px;
}

li.menu-item {
  z-index: 3;
  display: inline-block;
  font-style: normal;
  margin-bottom: 0px;
}

li.menu-item a {
  color: #ddd;
  padding: 15px;
  display: block;
 }
 
li.menu-item a i{
	margin-right: 3px;
}

li.menu-item a:hover {
  background-color: #fff;
  transition: color .7s;
  color: #000;
  -webkit-transition: background-color .7s;
}

div.footer-menu-container {
  text-align: center;
  width: 100%;
  height: 55px;
  position: relative;
  z-index: 1;
  padding-top: 1px;
}

div.footer-social-container {
  text-align: center;
  width: 400px;
  height: 55px;
  position: relative;
  z-index: 1;
}

ul.footer-menu {
  list-style-type: none;
  margin-top: 10px;
  overflow: hidden;
  z-index: 2;
  padding: 0;
}

li.footer-menu-item {
  display: inline-block;
  font-size: 14px;
  margin-right: 25px;
  letter-spacing: normal;
} 

ul.footer-menu.social li{
	margin-right: 10px;
}

ul.footer-menu.social li a i{
	color: rgba(255,255,255,.8)
}

li.footer-menu-item  a i{
	font-size: 36px;
} 

li.footer-menu-item  a{
	color: rgba(0,0,0,.5);
}

li.footer-menu-item a:hover {
  color: #000;
}

/*********************/
/*--Misc Containers--*/
/*********************/    

.gettingstarted-arrows {
  margin: 30px auto 0 auto;
  height: 60px;
  padding-top: 25px;
  background-image: url(/images/gettingstarted_arrow.png);
  background-repeat: no-repeat;
  background-position: 800px 10px;
}

div.overlay-container {
  width: 5000px;
  background-color: rgba(000,0,0,0.75);
  position: absolute;
  left: -800px;
  top: 140px;
  z-index: 1;
  overflow: hidden;
}

div.overlay-line-top {
  width: 5000px;
  height: 8px;
  background-color: rgba(249, 212, 85, 0.9);
  position: relative;
  left: -800px;
  top: -15px;
  z-index: 2;
  overflow: hidden;
}


div.overlay-line-bttm {
  width: 5000px;
  height: 8px;
  background-color: rgba(249, 212, 85, 0.9);
  position: relative;
  left: -800px;
  top: 15px;
  z-index: 2;
  overflow: hidden;
}


.new-sign {
  margin: 5px auto 0 auto;
  height: 60px;
  padding-top: 25px;
  background-image: url(/images/new_sign.png);
  background-repeat: no-repeat;
  background-position: 800px 10px;
}


.divider {
  border-top: solid;
  border-width: 3px;
  border-color: #efb637;
  padding-top: 5px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.dividersm {
  border-top: solid;
  border-width: 1px;
  border-color: #C5D9DB;
  padding-top: 5px;
  margin-bottom: 10px;
  margin-left:20%;
  margin-right:20%;
}

.feature-box {
  margin-bottom: 50px;
  height: 150px;
}

	.feature-box i{
		font-size: 60px;
		color: #2fbee4;
	}

.button-box {
  margin-bottom: 50px;
  margin-left: 27%;
}

.pricing-box {
  margin-bottom: 100px;
  height: 400px;  
}

p.input label {
  display: inline-block;
  width: 120px;
  text-align: right;
  margin-right: 20px;
}

div.account_select {
  padding: 12px 12px 12px 12px;
}

#home-home .content.box-1{
	background: #fff;
	padding-bottom: 50px;
}

#home-home .content.box-2{
	background: #eee;
}

#home-home .content .container{
	background: none;
}

#home-home .content.box-5{
	background: #efb637;
}

#home-home .content.box-3{
	background: #fff;
	padding-top: 30px;
	padding-bottom: 10px;
}

#info-contact{
	text-align: Center;
}

.home-callout h3{
	font-weight: normal;
}

#info-pin #content{
	display: none;
}

#info-pin div.content.box-1{
	padding-top: 80px;
}