
body {
	font-family: "adelle",serif;
	color: rgb(82,89,91);
	margin: 0;
	/*line-height: 1.8em;*/
	font-size: 120%; 
}
p,li{
	line-height: 1.7em;
}
a:link {
	text-decoration: none;
	color: cornflowerblue;
}
a:hover { text-decoration: underline; }
#page1, #page2 {
	min-height: 35em; /* #todo make sure content fits on pages now that min-height is smaller */
}
	@media (max-width: 480px) { 		#page1, #page2 {
			min-height: 40em;
		}
	}
	/*
	@media (max-width: 640px) and (orientation: landscape) { 		body {
			font-size: 85%;
		}
	}
	*/
	@media (min-width: 1600px) { 		body {
			font-size: 120%;
		}
	}
	@media (min-width: 2400px) { 		body {
			font-size: 120%;
		}
	}

.cap { text-transform: uppercase; }

#header {
	padding: 0 10%;
}
	.subtitle { font-size: 70%; }
	#logo {
		vertical-align: middle;
		max-height: 4em;
		line-height: 4em;
		max-width: 50%;
		cursor: pointer;
	}
	#header_menu {
		line-height: 4em; /* #todo figure out how to vertical-align: middle this float-right'd menu */
		max-width: 50%;
		white-space: nowrap;
		/* float: right; in HTML */
	}
		@media (max-width: 640px) { 			#header {
				padding-left: .1em;
				padding-right: .1em;
			}
			#header_menu {
				line-height: initial;
				text-align: right;
			}
		}
	#header_menu span {
		margin: auto .5em;
	}
	#header_menu span, #header_menu a {
		text-decoration: none;
		color: rgb(82,89,91);
	}
	#header_phone a {
		color: cornflowerblue;
		font-size: 150%;
	}
	#login_link a, #top_menu a#top_menu_login_link, #top_menu a#top_menu_menu_phone {
		color: cornflowerblue;
	}
	a.link {
		color: cornflowerblue !important;
	}
	#footer_login_link, #footer_menu_phone {
		display: none;
	}

		@media (max-width: 640px) { 			#header_phone,#blog_link,#login_link,#jobs_link {
				display: none;
			}
			#top_menu_menu_phone {
				margin-top: 0;
			}
		}
		@media (min-width: 641px) { 			#top_menu_login_link, #top_menu_menu_phone, #top_menu_jobs_link {
				display: none !important;
			}
		}

	#header_menu a:hover {
		text-decoration: underline;
	}
	#navicon {
		font-size: 200%;
		position: relative;
		bottom: .075em;
		margin-right: 0 !important;
		cursor: pointer;
	}
	#navicon:hover {
		color: lightgrey;
	}
	#header_menu > * {
		vertical-align: middle;
	}

#page1 {
	background: url(https://images.servicedirect.com/images/shared/cmp/hero-background.jpg) no-repeat 70% 50%;
	position: relative; /*for <img> instead of background*/
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-color: #ddd;*/ /* #aha #weird, our image has some transparency so this grey shows through and makes a weird horizontal bar */
	/* padding: 4em 0; caused background images to wrap */
	/*height: 400px;*/ /* #todo #fixme */
	/* #todo backwards-compatible-ness for vh: maybe use modernizr */
}
	h1, h2 {
	   color: rgb(39,104,124) /* teal */;
	   font-family: "refrigerator-deluxe",sans-serif;
		line-height: .85em;
	}
	h1 {
		font-size: 360%;
	}
		@media (max-width: 641px) { 			h1 {
				margin: 0.3em 0;
				font-size: 340%;
			}
		}

	#page1_content {
		/*position: absolute; for <img> instead of background
		top: 0; left: 0;*/
		/*padding: 9em 9em;*/
	}
		@media (min-width: 481px) { 			#page1_content {
				padding: 6% 12%; /*9em 9em;*/
				width: 50%;
				font-size: 100%;
			}	
		}
		@media (max-width: 1000px) { 			#page1_content {
				font-size: 80%;
			}
		}
		@media (max-width: 640px) { 			#page1_content {
				padding: 1em;
				width: 70%;
				color: black;
			}	
			.get_started {
				font-size: 140%;
			}
		}
		.call_to_action {
			margin: 3em 0;
			font-family: "refrigerator-deluxe",sans-serif;
			word-spacing: 1.3em;
			line-height: 2.3em;
		}
		.call_to_action > * {
			word-spacing: normal;
		}
		.call_to_action.in_what_you_get {
			margin: 1em 0;
		}
		.call_to_action #top_phone {
			white-space: nowrap;
		}
		a.get_started {
			background-color: #ab3923;
			color: white;
			padding: .8em;
			cursor: pointer;
		}
		.in_what_you_get a.get_started {
			margin-right: 0;
			width: 10em;
			font-size: 120%;
		}
		a.get_started:hover {text-decoration: none;}
		a.get_started:hover {
			background-color: #f05f43;
		}
		.button {
			border-radius: 6px;
			font-weight: bold;
		}
		.button_arrow {
			margin-left: .6em;
			font-size: 70%;
			opacity: .6;
			position: relative;
			bottom: .1em;
		}
		#top_phone {
			font-weight: bold;
			font-size: 200%;
		}
		.phone {
			color: rgb(39,104,124) /* teal */;
			text-decoration: none;
		}
		#bottom_phone {
			font-size: 200%;
		}
		@media (max-width: 480px) { 			#top_phone { font-size: 180%; }
			/* #bottom_phone { font-size: 120%; } */
			.get_started {
				margin-right: 0;
			}
		}
		@media (max-width: 640px) { 			.phone {
				margin-top: 1em;
				display: block;
				color: rgb(29,84,104) /* darker teal */;
				text-decoration: underline;
			}
		}

#video_page {
	background: #ddd;
	padding: 2em;
	padding-top: 5em;
	padding-bottom: 5em;
}

#video {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 95%;
	height: 450px;
	max-width: 800px;
}

#page2 {
	background: url(https://images.servicedirect.com/images/shared/cmp/leads-today-background.jpg) no-repeat center center; /* #todo there's a transparent white row of pixels on top of this image, #fixme */
	background-size: cover;
	/*background-color: brown;*/
	text-align: center;
	/* height: 1021px; */
	position: relative;
	z-index: 1; /* to cover up #page1_content if it slides down due to a menuclick */
}
	#page2_content {
		padding: 5% 0; /*9em 0;*/
	}
	#page2 h2 {
		color: white;
	}
	h2 {
		font-size: 280%;
		font-weight: 300;
	}
	#lead_ticker {
		background-color: rgba(59, 134, 154, 0.8);
		color: white;
		/*padding: 1.7em;*/
		width: 40%;
		margin: auto;
		font-size: 150%;
	}
	#lead_ticker p {
		margin: 0;
	}
	#lead_ticker_tape {
		margin-top: .5em;
	}
	@media (max-width: 640px) { 		#lead_ticker_tape {
			margin-top: 0; /*.2em;*/
		}
		#lead_ticker {
			width: 70%;
			padding: .5em;
			font-size: 115%;
		}
		#lead {
			height: 6em;
			width: 100%;
		}
	}
		.smaller { font-size: 70%; }

#page3 {
	text-align: center;
	padding: 4em 0 6em;
}
	.selling_point {
		margin: 1.5em 1.5em 0 1.5em; /* make them stackable whether they're 1 col or 2 */
	}
	.selling_point img.icon {
		margin: .5em;
		vertical-align: middle;
	}
	@media (max-width: 480px) { 		#selling_points {
			text-align: left;
		}
		.selling_point {
			margin: .3em .6em 0 .3em;
		}
		.selling_point .icon_wrapper {
			min-width: 5em;
			display: inline-block;
			vertical-align: middle;
			width: 35%;
			text-align:center;
		}
		.selling_point_content {
			display: inline-block;
			vertical-align: middle;
			width: 65%;
		}
	}

#carousel_container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#carousel {
	color: white;
	background-color: black;
	width: 400%;
	white-space: nowrap;
	font-size: 120%;
	position: relative;
}
	#carousel h2 {
		color: white;
		line-height: 1.3em;
		margin: .3em auto;
		/* font-weight: 300; #todo maybe even thinner - how to get thinner font? */
	}
	#carousel p {
		margin: .3em auto;
	}
	.carousel_icon {
	}
	.carousel_slide {
		white-space: normal;
		vertical-align: top;
		/* height: 955px; */
		height: 40em; /* same as #arrow_overlay */
		width: 25%;
		position: relative;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: white;
	}
	.carousel_slide_content {
		padding: 4em;
		position: absolute;
		bottom: 0; left: 0;
		width: 50%;
		font-size: 75%;
	}
	@media (max-width: 480px) { 		.carousel_slide_content {
			width: 80%;
			font-size: 60%;
			padding: 1em 3em;
		}
	}
	#carousel_slide_1 {
		background-image: url("https://images.servicedirect.com/images/shared/cmp/slide-1-background.jpg");
		background-position: 30% 20%;
	}
	#carousel_slide_2 {
		background-image: url("https://images.servicedirect.com/images/shared/cmp/slide-2-background.jpg");
	}
	#carousel_slide_3 {
		background-image: url("https://images.servicedirect.com/images/shared/cmp/slide-3-background.jpg");
		background-position: 70% center;
	}
	#carousel_slide_4 {
		background-image: url("https://images.servicedirect.com/images/shared/cmp/slide-4-background.jpg");
		background-position: 40% center;
	}
	#arrow_overlay {
		position: absolute;
		width: 100%;
		height: 40em; /* same as .carousel_slide */
		left: 0; top: 0;
	}
		#carousel_container .arrow {
			position: absolute;
			cursor: pointer;
			opacity: .7;
			top: 38%;
		}
		#carousel_container .arrow:hover {
			opacity: 1;
		}
		#carousel_left_arrow { left: .5em; }
		#carousel_right_arrow { right: .5em; }
		#carousel_left_arrow, #carousel_right_arrow {
			width: 41px; height: 142px; 
		}
		@media (max-width: 480px) { 			#carousel_container .arrow {
				/*top: 37%;*/
				width: 20px;
				height: 35px;
			}
		}

#page4 {
	text-align: center;
}
	#call_to_action_2 {
	}
		#are_you_ready {
			margin-top: 2em;
		}
		.price {
			color: olivedrab;
			font-size: 180%;
			font-weight: bold;
		}
	h3, #form {
		color: #809F35;
		font-family: "refrigerator-deluxe",sans-serif;
		font-size: 115%;
	}
	#gear_divider {
		max-width: 80%;
	}
	#form {
		margin-bottom: 3em;
		text-align: center;
	}
		.form_row {
			text-align: left;
			margin: .5em auto;
			width: 25%;
			min-width: 250px;
		}
		#form input, #form textarea {
			vertical-align: middle;
			margin: 0;
			padding: .8em;
			font-size: 75%;
			border: solid 2px #7E8385;
			border-radius: 6px;
			box-sizing: border-box;
			width: 100%;
			color: black; /*#486010;*/
			font-family: "refrigerator-deluxe",sans-serif; 
			font-weight: bold;
			background: none;
		} 		#form input {
			height: 2.75em; /* same as #go_button */
		}
		#form textarea {
			overflow: hidden;
			height: 4em; /* same as #go_button */
		}
		#form input::-webkit-input-placeholder { color: gray; font-family: "refrigerator-deluxe",sans-serif; font-weight: normal; }
		#form input:-moz-placeholder { /* Firefox 18- */ color: gray; font-family: "refrigerator-deluxe",sans-serif; font-weight: normal; }
		#form input::-moz-placeholder {  /* Firefox 19+ */ color: gray; font-family: "refrigerator-deluxe",sans-serif; font-weight: normal; }
		#form input:-ms-input-placeholder {  color: gray; font-family: "refrigerator-deluxe",sans-serif; font-weight: normal; }
		#form .shared_input_row {
			position: relative; /* to enable pos abs of child */
			white-space: nowrap;
		}
		input#phone_input {
			width: 100%;
		}
		#go_button, input#ask_question {
			margin: 0;
			padding: .7em 1.5em; /* #todo better way to vertical center this? */
			color: white;
			background-color: #809F35 /*olivedrab*/;
			border: solid 2px #486010;
			font-family: "adelle",serif;
			font-size: 75%;
			font-style: italic;
			cursor: pointer;
		}
		#go_button {
			box-sizing: border-box;
			height: 2.75em; /* same as #form input */
			position: absolute;
			right: 0px;
			border-radius: 0 6px 6px 0;
		}
		input#ask_question {
		}
		@media (max-width: 480px) { 			#page4_call_to_action {
				margin-bottom: 2em;
			}
			#form {
				margin-top: 1.5em;
			}
		}


#footer {
	padding: 2em auto;
}
#footer, #top_menu {
	font-size: 70%;
}
	#footer_top {
		background-color: #eee;
		padding: 3em;
		text-align: center;
	}
		#footer_email {}
		#footer_phone {}
	#footer_top, #footer_bottom {
		margin: 0 auto;
	}
	#footer_bottom {
		background-color: #ddd;
		padding: 3em 10%;
		position: relative;
		min-height: 11em;
	}
		#adwords_partner, #bing_partner {
			position: relative;
			bottom: 2em;
			text-align: center;
			float:right;
		}
		#adwords_partner_logo, #bing_partner_logo, #inc_5000_logo {
			border: none;
            max-width: 200px;
		}
	#footer a {
		color: #555;
	}
		#footer_textcols {
			display: inline-block;
			white-space: nowrap;
		}
		.footer_col {
			white-space: normal;
			vertical-align: top;
		}
		#footer_top_content {
			margin: auto;
		}
			ul.footer_list {
				text-align: left;
				list-style-type:none;
				margin: 1em;
			}
			@media (max-width: 640px) { 				#content {
					width: 95%;
				}
				#adwords_partner, #bing_partner {
					position: static;
					float: none;
					text-align: left;
				}
				#footer { font-size: 100%; }
				#footer_top {
					text-align: left;
					margin: 0;
					padding: 0 0 1em 0;
				}
				#footer_bottom {
					font-size: 70%;
					padding: 1em 1em;
				}
				.footer_col {
					display: block;
				}
				.footer_list {
					padding: 0;
				}
				#footer_email {
					font-size: 80%;
				}
				#footer_phone {
					margin-top: 0;
				}
				#contact_list li {
					margin: .5em auto;
				}
			}
			@media (min-width: 640px) { 				.footer_col {
					display: inline-block;
				}
			}
			ul.footer_list li.header {
				font-weight: bold;
			}

img.social {
	border: none;
}


#hero_banner {
	background: url(https://images.servicedirect.com/images/shared/cmp/hero-background.jpg) no-repeat 70% 20%;
	position: relative; }

#content {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	font-size: 90%;
}
#content img {
	max-width: 100%;
}
@media (max-width:480px) { 	#content {
		width: 95%;
	}
}

#top_menu {
	position: absolute;
	font-size: 80%;
	right: 10%;
	padding: .5em 1em;
	/*text-align: right;*/
	background-color: rgba(255,255,255,.9);
	display: inline-block;
	overflow-y: hidden;
	box-sizing: border-box;
	box-shadow: rgba(50,50,50,.3) 0 0 .3em;
}
#top_menu ul {
	list-style-type: none;
	padding-left: 0;
}
#top_menu li, #top_menu a,
#footer li, #footer a {
	cursor: pointer;
	text-decoration: none;
}
#top_menu .link_list li:hover,
#footer .link_list li:hover {
	text-decoration: underline;
}

#top_menu li.header {
	font-size: 120%;
}
@media (min-width:481px) { 	#top_menu li.collapsed {
		margin-left: 1em;
	}
}

#top_menu .collapsed {
	display: none;
}

#top_menu ul {
	margin: 0;
	padding: 0;
}

#top_menu a {
	color: rgb(82,89,91);
	display: block;
	width: 100%;
}
#top_menu .collapsed, #top_menu .collapsed a {
	color: rgb(29,84,104) /* darker teal */;
}
#top_menu li {
	margin: .4em auto;
}
@media (max-width:480px) { 	#top_menu {
		position: static;
		width: 100%;
		text-align: center;
		font-size: 100%;
	}
	#top_menu li {
		background: rgba(0,0,0,.1);
		margin: .2em;
		padding: .3em;
	}
	#top_menu li.collapsed {
		background: rgba(0,0,0,.2);
	}

}


#plansAndPricingTable .contactForm label { }
#plansAndPricingTable .contactForm input { width: 12em; }
#plansAndPricingTable #contactForm {
	color: #333;
	font-size: 80%;
	max-width: 25em;	
	text-align: left;
}
#plansAndPricingTable #contactForm .submitSection2 {
	padding: 1em 2em;
	text-align: center;
}
#plansAndPricingTable #contactForm .submitSection2 input {
	width: 10em;
}




#plansAndPricingTable {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	border-collapse: collapse;
}

#plansAndPricingTable td.feature {
	text-align: left;
	color: #333;
	padding: .4em;
	padding-left: 3em;
	/*width: 40%;*/
	font-size: 80%;
}
#plansAndPricingTable td.feature.main {
	padding-left: .5em;
	font-size: 180%;
}

td.checks, th.checks {
	background-color: rgba(255,215,0,.45);
	border-left: solid 2px gold;
	border-right: solid 2px gold;
}

td.main {
	font-size: 180%;
}

#plansAndPricingTable td {
	color: green;
}

#plansAndPricingTable th.plan {
	font-size: 140%;
	color: #333;
	width: 300px;
	/*background: lightgray;*/
}

#plansAndPricingTable td.price {
	font-size: 140%;
	font-style: italic;
	color: #333;
	position: relative;
}

th h1 {
	margin: 0;
	text-align: left;
	font-size: 300%;
}

#plansAndPricingTable .plan1, #plansAndPricingTable th.plan1, #plansAndPricingTable .plan1.price {
	background: #f3f3f3;
	/*color: #bbb;*/
}
#plansAndPricingTable .plan2, #plansAndPricingTable th.plan2, #plansAndPricingTable .plan2.price {
	background: #e8e8e8;
	/*color: #888;*/
}
#plansAndPricingTable .plan3{
	/*background: #d8d8d8;*/
	background: #f3f3f3;
	border-left: solid 2px gold;
	border-right: solid 2px gold;
}
#plansAndPricingTable .plan3.feature{
	border-left: none;
	border-right: none;
}
#plansAndPricingTable .white{
	background: white;
}

#plansAndPricingTable .small {
	font-size: 80%;
}

#plansAndPricingTable .button {
	display: inline-block; *display:inline; zoom:1;
	text-align: center;
	color: white;
}

#plansAndPricingTable .details {
	font-size: 75%;
}

#plansAndPricingTable tr.feature {
	/*display: none;*/
}

.startupFeeDetails {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#cost_description {
	font-size: 80%;
}

/*
#plansAndPricingTable h3 {
	margin-top: 0;
}
*/

#plansAndPricingTable .startupFeeDetails ul {
	text-align: left;
	padding-left: 2em; 
}
#plansAndPricingTable .startupFeeDetails li {
	margin-bottom: .4em;
}





#FAQ_page .back {
	text-decoration: none;
	color: #ab3923;
	font-size: 60%;
	margin-left: 1em;
	opacity: .5;
}
#FAQ_page .back:hover {
	opacity: .7;
}
#FAQ_page .question {
	margin-top: 2em;
	margin-bottom: 2em;
	background: #f8f8f8;
	padding: 1em;
}

.pic_caption {
	display: block;
	font-style: italic;
	font-size: 80%;
	text-align: center;
}


.button.learn_more { 	background-color: rgb(39,104,124) /* teal */;
	color: white;
	padding: .8em;
	cursor: pointer;
}
a.learn_more.button, a.learn_more.button:hover { text-decoration: none; }
.button.learn_more:hover {
	background-color: cornflowerblue;
}

.centered {
	text-align: center;
}

div#services_steps {
	margin-left: 2em;
}

.next_step {
	margin-bottom: 5em;
}
.learn_more {
	display: inline-block;
}

.bio img {
	border-radius: 50%;
	width: 150px;
}
.bio img, .bio p {
	display: inline-block;
	vertical-align: middle;
	margin: 1em;
}
.bio p {
	width: 70%;
	font-size: 90%;
}

.blog_snippet, .testimonial {
	background: #f8f8f8;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 1em;
	padding-top: .5em;
}


.author {
	font-size: 95%;
	font-style: italic;
}
.blog_entry .author {
	position: relative;
	bottom: .8em;
}

#footer_bottom a:hover {
	text-decoration: underline;
}

.blog_entry_content img {
	max-width: 80%;
}
.blog_entry_content img.limit_height {
	max-height: 15em;
}

.blog_entry_10-14-14-great-apps-for-contractors img {
	max-height: 8em;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#new-testimonials {
	max-width: 90%; 
	font-size: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
#new-testimonials, #new-testimonials * {
	box-sizing: border-box;
}
.new-testimonial {
	display: inline-block;
	vertical-align: top;
	/*min-height: 15em;*/
	width: 40%;
	margin: 1em;
	border-radius: 5px;
	padding: 10px;
	color: white;
}

.new-testimonial .testimonial-attribution, .new-testimonial .content {
	display: inline-block;
	vertical-align: middle;
}

.new-testimonial .testimonial-attribution {
	max-width: 29%;
	padding-right: 5px;
}

.testimonial-attribution img {
	width: 100%;
}

.new-testimonial .content {
	color: #707070;
	text-align: left;
	line-height: 1.3;
	max-width: 69%;
	background: white;
	border-radius: 5px;
	padding: 15px;
	min-height: 15em;
}

.new-testimonial .person {
	margin-top: 1em;
}

#new-testimonials .test1 {
	width: 29%;
	background-color: rgb(59, 134, 154);
}
#new-testimonials .test2 {
	width: 51%;
	background-color: #ab3923;
}
#new-testimonials .test3 {
	width: 50%;
	background-color: #809F35;
}
#new-testimonials .test4 {
	width: 30%;
	background-color: #7E8385;
}

@media (max-width:1000px) { 	/* testimonials 1 on each line */
	.new-testimonial {
		display: block;
		width: initial !important;
	}
}

.list-3-column {
	display: inline-block;
	vertical-align: top;
	min-width: 25%;
	margin-top: 0%;
	margin-bottom: 0%;
}

.indent-p {
	margin-left: .5em;
}

#here_to_help_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
    max-height: 400px;
}

.here_to_help_company_logos {
	float: right;
	margin: 0.5em 1em;
	max-width: 200px !important;
}

a.nolinkstyle {
	text-decoration: none;
	color: inherit;
}
#here_to_help_blurb_page {
	background-color: #ffffdd;
	padding-top: 3em;
	padding-bottom: 2em;
}
#here_to_help_blurb_page:hover {
	background-color: #ffffcc;
}
#here_to_help_blurb {
	text-align: center;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}
