header {
	padding: 50px 0;

	/* We have to set this differently from the rest of the site so the gradient doesn't move when the demo results slide in */
	background: #222 url('//d79i1fxsrar4t.cloudfront.net/blackpaper--315b84edbfbe8f6c5baa67d33b27f1cb.png'); /* Fallback */
	background-image: -moz-radial-gradient(50% 400px, ellipse closest-side, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, .25) 500px), url('//d79i1fxsrar4t.cloudfront.net/blackpaper--315b84edbfbe8f6c5baa67d33b27f1cb.png');
	background-image: -webkit-radial-gradient(50% 400px, ellipse closest-side, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, .25) 500px), url('//d79i1fxsrar4t.cloudfront.net/blackpaper--315b84edbfbe8f6c5baa67d33b27f1cb.png');
	background-image: -o-radial-gradient(50% 400px, ellipse closest-side, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, .25) 500px), url('//d79i1fxsrar4t.cloudfront.net/blackpaper--315b84edbfbe8f6c5baa67d33b27f1cb.png');
	background-image: -ms-radial-gradient(50% 400px, ellipse closest-side, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, .25) 500px), url('//d79i1fxsrar4t.cloudfront.net/blackpaper--315b84edbfbe8f6c5baa67d33b27f1cb.png');
	background-image: radial-gradient(50% 400px, ellipse closest-side, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, .25) 500px), url('//d79i1fxsrar4t.cloudfront.net/blackpaper--315b84edbfbe8f6c5baa67d33b27f1cb.png');
}

header, header p {
	color: #D0D0D0;
	font-size: 16px;
}

header li {
	color: #E0E0E0;
	font-size: 16px;
}

header p, header li {
	line-height: 2em;
}

header h1 {
	line-height: 1.8em;
	font-size: 54px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	text-shadow: 0 -2px 1px black, 0 0 45px rgba(255, 255, 255, .6);

	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
}

header h2 {
	text-align: center;
	color: #AAA;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}





article .h1 {
	font-size: 50px;
	margin-bottom: 60px;
}

table.invisible {
	box-shadow: none !important;
	margin: 0px;
}

table.invisible td,
table.invisible th {
	border: none;
	background: none;
	font-family: inherit;
	font-size: 14px;
	text-shadow: none;
	padding: 2px 5px;
}

table.invisible th {
	font-weight: bold;
}







nav {
	position: relative;
	padding-top: 45px;
}

nav .top-links {
	padding-top: 0px;

}

nav .top-links li {
	margin-left: 15px;
}






#main-points a {
	color: #E0E0E0;
	text-decoration: none;
}

#main-points a:hover {
	color: #FFFFAA;
}





.img-homepage-arrow {
	background-image: url('//d79i1fxsrar4t.cloudfront.net/homepage-arrow--4bf20931b69a79f7c00d4c865e14eb27.png');
	width: 135px; height: 82px;
	
	position: relative;
	top: 55px;
	left: -40px;
	z-index: 1;
}



#demoForm {
	text-align: center;
	position: relative;
	white-space: nowrap;
}

#sample-link-container {
	text-align: right;
	padding-right: 10px;
}

#sample-link-container a {
	font-size: 12px;
	color: #CCC;
}

#sample-link-container a:hover {
	color: #FFF;
}

/* (For lighter backgrounds) ... 
#demoForm input[type=text] {
	/*border: none; 		* /
	box-shadow: none;
	padding: 7px 10px;
	/*border-bottom: 4px solid #E3BD1C;
	border-radius: 0;		 * /
	/*background: #666; (Fallback) 		* /
	/*background: rgba(255, 255, 255, .1); 		* /
	/*background: none;		 * /
	/*text-shadow: 1px 1px 1px black; 		* /
	color: white;
	font: 100 56px/1em 'Lato', sans-serif;
	position: relative;
	z-index: 10;
}*/

#demoForm input[type=text] {
	border: none;
	border-bottom: 1px solid black;
	box-shadow: none;
	padding: 15px 10px;
	border-radius: 0;
	background: #333; /* fallback */
	background: rgba(0, 0, 0, .4);
	text-shadow: 1px 1px 1px black;
	color: white;
	font: 300 56px/1em 'Lato', sans-serif;
	position: relative;
	z-index: 10;
	margin-right: 20px;
}



/* PLACEHOLDER STYLING */

::-webkit-input-placeholder {
   color: #666;
   font-size: 16px;
   position: relative;
   top: -25px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;
   font-size: 16px;	/* don't do the positioning in either of the MOZ ones like we do with WEBKIT; it moves the whole input box */
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;
   font-size: 16px;
}

:-ms-placeholder { 
   color: #666;
   font-size: 16px; /* the positioning as found in other browser's rules here breaks the appearance in IE if using :-ms-input-placeholder */
   position: relative;
   top: -25px;
}

::placeholder {
	color: #666;
	font-size: 16px;
    position: relative;
    top: -25px;
}

.placeholder {
	color: #555 !important;
}

/* K, ALL DONE WIT PLACEHOLDER STYLEZ */


#demoForm input[type=text]:active,
#demoForm input[type=text]:focus {
	background: #444; /* fallback */
	background: rgba(0, 0, 0, .2);
	border-bottom: 1px solid #E3BD1C;
}

#demoButton {
	border: 1px solid #000;
	border-radius: 6px;
	cursor: pointer;
	color: #FFF;
	font: 100 36px/1em 'Lato', sans-serif;

	background: #A38415;
	text-shadow: none;
	box-shadow: inset 0 3px 3px rgba(255, 255, 255, .6), inset 0 15px 50px #F2C41F;
	width: 350px;
	padding: 20px 0;
	text-transform: uppercase;
}

#demoButton:hover {
	background: #C6A119;
	box-shadow: inset 0 3px 3px rgba(255, 255, 255, .6), inset 0 25px 60px #F2C41F;
}

#demoButton:active, #demoButton:focus {
	box-shadow: inset 0 3px 3px rgba(255, 255, 255, .6), inset 0 15px 50px #9B7714;
}

#street {
	width: 900px;
	margin-bottom: 15px !important;
	margin-right: 0 !important;
}

#city {
	width: 420px;
}

#state {
	width: 160px;
}

#zipcode {
	width: 230px;
	margin-right: 0 !important;
}






header .slidein,
.blackbg .slidein {
	border-top: 5px solid #4D4D4D;
	border-bottom: 5px solid #4D4D4D;
	color: #333;
	background: #F0F0F0 url('//d79i1fxsrar4t.cloudfront.net/bgnoise--19196f9fe404bff07de1437f44309e0c.gif');
}


.slidein p,
.slidein span,
.slidein td,
.slidein li {
	color: #333;
	text-shadow: none;
}

.slidein h1,
.slidein h2,
.slidein h3,
.slidein h4,
.slidein h5,
.slidein h6 {
	text-shadow: none;
	color: black;
}

.slidein ul {
	margin-left: 20px;
}

.slidein li {
	font-size: 14px;
}

#results {
	padding-bottom: 0px;
}

.chk-big {
	font-size: 16px;
	line-height: 2.5em;
}

.chk-big li:before {
	font-size: 16px;
}

.clearbg, .graybg {
	padding: 100px 0;
}

.graybg {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #EFEFEF;
}

.output th {
	text-align: left;
	min-width: 150px;
}

.output .addr {
	background: white;
	padding: 15px;
	font-weight: bold;
}

.output .postnet {
	font-size: 18px;
}

.map {
	z-index: 1;
	position: relative;
	height: 250px;
	border: 1px solid #222;
}

.collapse, .close {
	cursor: pointer;
	background: #F0F0F0;
	font-size: 12px;
	text-align: center;
	color: #777;
}

.collapse {
	padding: 5px 0;
}

.collapse:hover, .close:hover {
	background: #EAEAEA;
	color: black;
}

.collapse:active, .close:active {
	background: #E0E0E0;
}

.close {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 5px 15px;
	border: 1px solid #CCC;
	border-top: none;
}

#basic-count {
	font-size: 20px;
}

#demoNotice {
	font-style: italic;
	display: none;
}

#demoNotice, #demoNotice * {
	color: #CC0000;
}

#es {
	display: none;
}

.counthash {
	font-size: 22px;
	vertical-align: 50%;
}

.countnum1 {
	font: 45px Arvo;
}

.countnum2 {
	font: 30px Arvo;
}

#regular-no-results h4 {
	font-family: Oswald, 'Helvetica Neue', Arial, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	margin: 3px 0 15px;
}

#no-results-top {
	font-size: 20px;
	color: #333;
}

#no-results-top > b {
	color: black;
}

#no-results-top .nox {
	font-family: 'Nanum Brush Script', 'Marker Felt', 'Comic Sans', 'Comic Sans MS', sans-serif;
	font-size: 46px;
	padding-right: 5px;
	vertical-align: bottom;
	color: #CC0000;
}

#no-results-explain {
	padding-top: 10px;
	font-size: 14px;
	color: #CC0000;
}

#no-results-suggestions li {
	font-size: 12px;
}





.buttons {
	margin: 10px auto;
	font-size: 30px;
	text-align: center;
	line-height: 1em;
	clear: both;
	background: white;
	border-radius: 15px;
}

.buttons a {
	text-decoration: none;
	padding: 0px 7px;
	color: #666;
}

.buttons a:hover {
	color: #119ff2;
}

.buttons a:active {
	text-shadow: 0 0 4px solid blue;
}

.buttons a.sel {
	color: #0055D4;
}







.img-addr-check {
	background: url('//d79i1fxsrar4t.cloudfront.net/address-validation--d83c9332660f3c8346dae4b9dcde89d3.png');
	width: 319px; height: 194px;
}

.img-mailing-discounts {
	background: url('//d79i1fxsrar4t.cloudfront.net/mailing-discounts--b96fe15dcc98518b8a3aa072ac88868b.png');
	width: 308px; height: 221px;
}

.img-low-prices {
	background: url('//d79i1fxsrar4t.cloudfront.net/low-prices--b3f1882af9b988616e147a0c2a906203.png');
	width: 318px; height: 174px;
}

.img-ss-speed {
	background: url('//d79i1fxsrar4t.cloudfront.net/ss-speed--83dc815faf9fb2710517538d7b869ae7.png');
	width: 255px; height: 201px;
}

.img-customers {
	background: url('//d79i1fxsrar4t.cloudfront.net/customers--2ede05fe0cfa9cdc9380f532456bc945.png') no-repeat;
	width: 3150px; height: 42px;
	position: relative;
}







#trustedby {
	font: 25px/42px "Palatino Linotype", Georgia, "Book Antiqua", Palatino, serif;
	padding-top: 5px;
	color: #444;
}

#customers-left,
#customers-right {
	font: 75px/42px Arial, Helvetica, Sans, Tahoma, sans-serif;
	color: #A0A0A0;
	display: block;
	position: relative;
	text-decoration: none;
}

	#customers-left:hover,
	#customers-right:hover {
		color: black;
		text-shadow: #666 1px 1px 5px;
	}

	#customers-left:active,
	#customers-right:active {
		top: 1px;
		left: 1px;
		text-shadow: #666 0 0 3px;
	}

	#customers-left {
		margin-left: -40px;
	}

#customers-list {
	width: 715px;
	margin-left: -60px;
	overflow: hidden;
	padding-top: 7px;
	position: relative;
}


/* Don't show the tips... joyride needs them, but they don't have to be visible */
#joyrideTips {
	display: none;
}









/*
 JOYRIDE.JS STYLES 
*/

/*  Artfully masterminded by ZURB */


#joyRideTipContent { display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #FFF;
  background: #FFF;
  display: none;
  color: #222;
  width: 250px;
  z-index: 101;
  top: 0; /* keeps the page from scrolling when calculating position */
  left: 0;
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
	 -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
		  border-radius: 4px;
}

.joyride-content-wrapper {
  padding: 10px 20px 15px 15px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .joyride-tip-guide {
	width: 95% !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	left: 2.5% !important;
  }
  .joyride-tip-guide-wrapper {
	width: 100%;
  }
}


/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
  border: solid 14px;
}

.joyride-tip-guide span.joyride-nub.top {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-bottom-color so here we set the border-color
  and override the top,left,right colors below.
  */
  border-color: #FFF;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.bottom {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-top-color so here we set the border-color
  and override the bottom,left,right colors below.
  */
  border-color: #FFF !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.right {
  border-color: #FFF !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  bottom: none;
  left: auto;
  right: -28px;
}

.joyride-tip-guide span.joyride-nub.left {
  border-color: #FFF !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  left: -28px;
  right: auto;
  bottom: none;
}

/* Typography */
.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.joyride-tip-guide h1 { font-size: 30px; }
.joyride-tip-guide h2 { font-size: 26px; }
.joyride-tip-guide h3 { font-size: 22px; }
.joyride-tip-guide h4 { font-size: 18px; }
.joyride-tip-guide h5 { font-size: 16px; }
.joyride-tip-guide h6 { font-size: 14px; }
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px;
}
.joyride-tip-guide a {
  color: rgb(0,0,0);
  text-decoration: none;
  border-bottom: dotted 1px rgba(0,0,0,0.6);
}
.joyride-tip-guide a:hover {
  color: rgba(0,0,0,0.8);
  border-bottom: none;
}

/* Button Style */
.joyride-tip-guide .joyride-next-tip {
  width: auto;
  padding: 6px 18px 4px;
  font-size: 13px;
  text-decoration: none;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,60,180);
  background: rgb(0,99,255);
  background: -moz-linear-gradient(top, rgb(0,99,255) 0%, rgb(0,85,214) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,99,255)), color-stop(100%,rgb(0,85,214)));
  background: -webkit-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -o-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -ms-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 );
  background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
		  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
	 -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
		  box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
}

.joyride-next-tip:hover {
  color: rgb(255,255,255) !important;
  border: solid 1px rgb(0,60,180) !important;
  background: rgb(43,128,255);
  background: -moz-linear-gradient(top, rgb(43,128,255) 0%, rgb(29,102,211) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(43,128,255)), color-stop(100%,rgb(29,102,211)));
  background: -webkit-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -o-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -ms-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b80ff', endColorstr='#1d66d3',GradientType=0 );
  background: linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px rgba(255,255,255,0.1);
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255,255,255,0.25);
}

.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #BBB !important;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-bottom: none !important;
}

.joyride-close-tip:hover {
  color: #FF0000 !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgb(0,0,0);
  background: transparent;
  background: rgba(0,0,0, 0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}
