/* 4. Responsive Media Queries */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
@media only screen and (min-width: 1000px) {
	.hide-on-desktop {
		display: none;
	}
}
@media only screen and (max-width: 999px) {
	.hide-on-mobile {
		display: none;
	}
}
@media only screen and (min-width: 751px) {
	.hide-on-desktop-sm {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.hide-on-mobile-sm {
		display: none;
	}
}
.center-content {
	text-align: center;
}
.clear-margin {
	margin: 0;
}
.clear-padding {
	padding: 0;
}
.default-img-style {
	border: 1px solid #ACACAC;
	border-radius: 7px;
	margin: 10px;
}
a:hover .default-img-style {
	border: 1px solid #0066AA;
	border-radius: 7px;
}
.object-align-center {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
/* refactored zebra section start */
.stripes {
	clear: both;
	padding: 0;
	margin: 0;
}
.stripes:before, .stripes:after {
	content: "";
	display: table;
}
.stripes:after {
	clear: both;
}
.stripes .wrapper a {
	float: left;
	margin-right: 20px;
}
.stripes .wrapper div {
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 79%;
}
.stripes .even, .stripes .odd {
	clear: left;
	height: auto;
	overflow: auto;
	padding: 25px 0 0;
	width: auto;
}
.stripes .even {
	background-color: #EBEBEB;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}
..stripes .wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1000px;
}
.stripes .wrapper h2 {
	margin-top: 0;
}
.stripes .wrapper div a {
	float: none;
	margin-right: 0;
	position: relative;
}
.stripes .wrapper a span {
	background: url('../images/icon_magnifyingGlass.png') no-repeat 0 0;
	height: 35px;
	position: absolute;
	top: 5px;
	width: 36px;
	left: 152px;
}
.stripes .wrapper a img {
	border: 1px solid #ACACAC;
	border-radius: 7px;
	margin-bottom: 25px;
}
.stripes .wrapper a img:hover {
	border-color: #0070BB;
}
@media only screen and (min-width: 763px) {
	.iphone {
		position: relative;
		top: 0;
		left: 40px;
		float: right;
		margin: -60px 40px 30px 0;
	}
}
@media only screen and (min-width: 763px) {
	.styleguide ul.sibling {
		display: block;
		margin-right: 30px;
		margin-bottom: 0;
	}
	.styleguide ul.sibling.sibling-last {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 860px) {
}
.reveal-modal.features > :first-child {
	margin-top: 15px;
}
#features_page .columns img {
	margin-top: 31px;
}
#features_page .mobile img {
	margin-right: auto;
	margin-left: auto;
}
.document-assembly #features_page .wrapper h1 {
	padding-left: 0.3em;
}
.document-assembly #features_page .wrapper p.intro {
	padding-left: 0.65em;
}
@media only screen and (min-width: 722px) {
	.stripes .wrapper a {
		width: 185px;
	}
	.stripes .wrapper div {
		width: 70%;
	}
	#features_page .columns, .document-assembly #features_page .wrapper h1, .document-assembly #features_page .wrapper p.intro {
		padding-left: 0;
	}
}
@media only screen and (max-width: 721px) {
	.stripes .wrapper a {
		width: 185px;
	}
	.stripes .wrapper div {
		width: 62%;
	}
}
@media only screen and (max-width: 600px) {
	.stripes .wrapper a {
		width: 185px;
	}
	.stripes .wrapper div {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.stripes .wrapper a {
		display: block;
		float: none;
		margin: 0 auto;
		position: relative;
		width: 185px;
	}
	.stripes .wrapper a span {
		left: 145px;
	}
	.stripes .wrapper div a {
		display: inline;
		margin: 0;
		position: relative;
	}
	.stripes .wrapper div {
		width: 100%;
	}
	.video_iframe {
		width: 100%;
	}
}
@media only screen and (max-width: 410px) {
	.video_iframe {
		width: 100%;
		max-height: 300px;
	}
}
@media only screen and (min-width: 409px) {
	.video_iframe {
		width: 409px;
		max-height: 300px;
	}
}
#features_page .default-img-style {
	margin-left: 0;
}
/* videos - start */
.row .sub_head {
	margin-bottom: 40px;
	width: 53%;
}
.quickbooks .row .sub_head {
	margin-bottom: 0;
	width: 53%;
}
.row .sub_head p {
	background: none;
	color: #7D7D7D;
	font: normal 22px / 30px 'Helvetica Light', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 0 20px;
}
.row .sub_head p.normal {
	background: none;
	color: #5A5A5A;
	font: normal 16px / 25px Helvetica, Arial, sans-serif;
}
.row .video_player {
	float: left;
	margin-top: 5px;
	width: 400px;
}
/* Workflow page start */
@media only screen and (max-width: 970px) {
	.row .sub_head {
		margin-bottom: 20px;
		width: 43%;
	}
	.row .video_player {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 726px) {
	.row .sub_head {
		margin-bottom: 20px;
		width: 100%;
	}
	.row .video_player {
		margin-bottom: 40px;
	}
}
/* Quickbooks page */
@media only screen and (max-width: 875px) {
	.quickbooks .row .sub_head {
		width: 100%;
	}
}
/* Happy Customers */
/* Hack to fix left spacing of quote boxes under 560px and 450px wide */
@media only screen and (max-width: 560px) {
	.happy-customer-quotes-right-column {
		position: relative;
		left: -30px;
	}
	.happy-customer-quotes-left-column {
		position: relative;
		left: 0px;
	}
	.happy-customer-quotes-right-column p, .happy-customer-quotes-right-column h3 {
		position: relative;
		left: -12px;
	}
	.happy-customer-quotes-left-column p, .happy-customer-quotes-left-column h3 {
		position: relative;
		left: -12px;
	}
}
@media only screen and (max-width: 450px) {
	.happy-customer-quotes-right-column {
		position: relative;
		left: -30px;
	}
	.happy-customer-quotes-left-column {
		position: relative;
		left: 0px;
	}
}
@media only screen and (max-width: 400px) {
	.happy-customer-quotes-right-column {
		left: -22px;
	}
}
@media only screen and (max-width: 375px) {
	.happy-customer-quotes-right-column {
		left: -18px;
	}
}
.happy-customer-tile-even {
	margin: 20px;
	background-color: #F2F2F2;
	border: 10px #FFFFFF solid;
	border-radius: 20px;
	padding-top: 10px;
}
.happy-customer-tile-odd {
	margin: 20px;
	border: 10px #FFFFFF solid;
	border-radius: 20px;
	padding-top: 10px;
}
.happy-customer-tile-odd .columns, .happy-customer-tile-even .columns {
	margin: 0;
	/*padding: 8px;*/
}
.happy-customer-tile-odd h3, .happy-customer-tile-even h3 {
	font-family: Georgia, serif;
	color: #5A5A5A;
	font-weight: 200;
	font-style: italic;
	padding: 0;
}
.happy-customer-tile-more {
	background-color: #CCCCCC;
	border-radius: 10px;
}
.happy-customer-tile-more h3 {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	font-family: Georgia, serif;
	color: #5A5A5A;
	font-weight: 200;
	font-style: italic;
	padding: 0;
	color: #FFFFFF;
}
.happy-customer-tile-more h3:hover {
	cursor: pointer;
	color: #727272;
}
@media only screen and (min-width: 1000px) {
	.happy-customer-tile-odd h3, .happy-customer-tile-even h3 {
		margin: 18px 10px 10px 0;
	}
	.happy-customer-tile-odd img.tile-photo, .happy-customer-tile-even img.tile-photo {
		margin: 20px;
	}
}
@media only screen and (max-width: 999px) {
	.happy-customer-tile-odd h3, .happy-customer-tile-even h3 {
		margin: 0 10px 10px 0;
	}
	.happy-customer-tile-odd img.tile-photo, .happy-customer-tile-even img.tile-photo {
		margin: 0 auto;
	}
}
.happy-customer-tile-odd p.tile-quote, .happy-customer-tile-even p.tile-quote {
	font-family: Georgia, serif;
	color: #5A5A5A;
	size: 1em;
	font-weight: 100;
	margin: 0 10px 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px #E0E0E0 solid;
}
.cs-square-html-content {
	display: block;
	/*float: left;*/
	text-align: center;
	margin: 12px auto;
	min-height: 216px;
	max-width: 218px;
	border: 1px solid #D0D0D0;
	-moz-border-radius: 3px;
	/* Firefox */
	-webkit-border-radius: 3px;
	/* Safari, Chrome */
	-khtml-border-radius: 3px;
	/* KHTML */
	border-radius: 3px;
	/* CSS3 */
	-moz-box-shadow: 0 0 6px #c7c7c7;
	-webkit-box-shadow: 0 0 6px #c7c7c7;
	box-shadow: 0 0 6px #C7C7C7;
}
.cs-square-html-content:hover {
	border: 1px solid #767676;
}
.cs-square-html-content img {
	padding: 8px 0 5px 0;
	margin: 0 auto;
	border-bottom: 1px solid #D5D5D5;
}
.cs-square-html-content h5 {
	font-size: 0.9em;
	font-weight: 1000;
	text-align: center;
	color: #4E565E;
	margin: 15px 0 0 0;
}
a.cs-square-html-content {
	text-decoration: none !important;
}
a.cs-square-html-content p {
	font-size: 0.8em;
	text-align: center;
	color: #4E565E;
	margin: 2px 10px 0 10px;
	line-height: 1.3em;
	text-decoration: none;
}
/* Support Overview  start */
@media only screen and (min-width: 800px) {
	.styleguide .support-overview p.intro {
		width: 60%;
	}
	#support_ctr.support.overview .styleguide p.intro {
		border-right: 1px solid #BFBFBF;
		padding-right: 3.5%;
		width: 60%;
	}
}
@media only screen and (max-width: 799px) {
	.styleguide .support-overview p.intro {
		width: 100%;
	}
	#support_ctr.support.overview .styleguide p.intro {
		border-right: 1px solid #BFBFBF;
		padding-right: 3.5%;
		width: 100%;
	}
}
#support_ctr.support.overview aside {
	border-left: 0;
	margin-left: 0;
	padding-left: 3.5%;
}
/* boxes */
#support_ctr.support.overview .knowledge-center, #support_ctr.support.overview .webinars {
	padding: 3%;
}
#support_ctr.support.overview .webinars, #support_ctr.support.overview .knowledge-center {
	height: 210px;
}
@media only screen and (max-width: 924px) {
	#support_ctr.support.overview .webinars, #support_ctr.support.overview .knowledge-center {
		height: 240px;
	}
}
@media only screen and (max-width: 900px) {
	#support_ctr.support.overview .styleguide p.intro {
		padding-right: 3%;
		width: 56%;
	}
	#support_ctr.support.overview aside {
		padding-left: 3%;
	}
	#support_ctr.support.overview .webinars, #support_ctr.support.overview .knowledge-center {
		height: 240px;
	}
}
@media only screen and (max-width: 800px) {
	#support_ctr.support.overview .styleguide p.intro {
		width: 52%;
	}
	#support_ctr.support.overview aside {
		padding-left: 4%;
	}
	#support_ctr.support.overview h2:before {
		background: none;
	}
	#support_ctr.support.overview h2 {
		padding-left: 0;
	}
	#support_ctr.support.overview section p {
		margin-left: 0;
	}
	#support_ctr.support.overview section .btn {
		margin-left: 0;
	}
	#support_ctr.support.overview .webinars, #support_ctr.support.overview .knowledge-center {
		height: 210px;
	}
}
@media only screen and (max-width: 750px) {
	#support_ctr.support.overview .styleguide p.intro {
		width: 48.5%;
	}
	#support_ctr.support.overview aside {
		padding-left: 5%;
	}
}
@media only screen and (max-width: 700px) {
	#support_ctr.support.overview .styleguide p.intro {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
	}
	#support_ctr.support.overview aside {
		height: auto;
		padding: 0;
		width: 100%;
	}
	#support_ctr.support.overview h3 {
		border-right: solid 1px #BFBFBF;
		display: inline;
		float: left;
		line-height: 23px;
		margin-right: 2%;
		padding-right: 3%;
		top: 0;
	}
	#support_ctr.support.overview .tel, #support_ctr.support.overview .email {
		display: inline;
		line-height: 23px;
		top: -2px;
		position: relative;
	}
	#support_ctr.support.overview .tel {
		border-right: solid 1px #BFBFBF;
		margin-right: 2%;
		padding-right: 3%;
	}
}
@media only screen and (max-width: 756px) {
	#support_ctr.support.overview .webinars, #support_ctr.support.overview .knowledge-center {
		height: 230px;
	}
}
@media only screen and (max-width: 606px) {
	#support_ctr.support.overview .webinars, #support_ctr.support.overview .knowledge-center {
		height: 273px;
	}
}
@media only screen and (max-width: 532px) {
	#support_ctr.support.overview .webinars, #support_ctr.support.overview .knowledge-center {
		height: 170px;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	#support_ctr.support.overview .knowledge-center {
		height: 208px;
	}
	#support_ctr.support.overview .webinars {
		height: 201px;
	}
	#support_ctr.support.overview h3 {
		border-right: none;
		display: block;
		float: none;
		line-height: 23px;
		margin-right: 0;
		padding-right: 0;
		top: 0;
	}
	#support_ctr.support.overview .tel, #support_ctr.support.overview .email {
		display: block;
		line-height: 23px;
		top: 0;
		position: relative;
	}
	#support_ctr.support.overview .tel {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
}
/* Support Contact start */
#support_contact .styleguide p.intro {
	width: 100%;
}
@media only screen and (min-width: 700px) {
	#support_contact .main_contact {
		display: inline;
		float: left;
		width: 60%;
	}
	#support_contact .contact_form {
		display: inline;
		float: left;
		margin-top: 62px;
		width: 40%;
	}
}
@media only screen and (max-width: 699px) {
	#support_contact .main_contact {
		display: inline;
		float: left;
		width: 100%;
	}
	#support_contact .contact_form {
		display: inline;
		float: left;
		margin-top: 62px;
		width: 100%;
	}
}
#support_contact .developer-signup .captcha {
	margin: 0 auto;
	width: 100%;
}
#support_contact .developer-signup .captcha p {
	margin-right: 0;
	text-align: center;
}
#support_contact .developer-signup .captcha img {
	margin: 0 auto;
	width: 254px;
}
#support_contact .developer-signup p {
	margin-top: 5px;
	margin-right: 10%;
}
@media only screen and (max-width: 1000px) {
	#support_contact .main_contact {
		padding-right: 5%;
		width: 55%;
	}
}
@media only screen and (max-width: 950px) {
	#support_contact .main_contact {
		padding-right: 6%;
		width: 49%;
	}
}
@media only screen and (max-width: 850px) {
	#support_contact .main_contact {
		padding-right: 10%;
	}
}
@media only screen and (max-width: 800px) {
	#support_contact .main_contact {
		padding-right: 14%;
	}
}
@media only screen and (max-width: 700px) {
	#support_contact .main_contact {
		padding-right: 0;
		width: 100%;
	}
	#support_contact .styleguide p.intro {
		margin-bottom: 0;
	}
	#support_contact.contact .email_address {
		margin: 20px 0 0;
	}
	#support_contact aside.developer-signup {
		float: left;
		border-top: 1px solid #BFBFBF;
		border-left: 0;
		margin-left: 0;
		padding-top: 20px;
		padding-left: 0;
	}
	#support_contact .contact_form {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 480px) {
	#support_contact .developer-signup input, #support_contact .developer-signup textarea {
		width: 86%;
	}
	#support_contact .developer-signup .captcha {
		margin: 0;
		width: 100%;
	}
	#support_contact .developer-signup .captcha p {
		text-align: left;
	}
	#support_contact .developer-signup .captcha img {
		margin: 0;
	}
}
/* About start */
#team_members.container .intro {
	width: 100%;
}
#team_members.container h2 {
	background: none;
	clear: none;
	color: #7D7D7D;
	font: normal 22px / 30px "Helvetica Light", Helvetica, Arial, serif;
	float: none;
	left: 0;
	letter-spacing: 0px;
	margin: 45px 0px;
	position: static;
}
#team_members.container .wrapper div {
	margin-bottom: 50px;
}
#team_members.container .wrapper div h3 {
	color: #0070BB;
	display: inline-block;
	font: bold 20px / 22px Helvetica, Arial, serif;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
#team_members.container .wrapper div img {
	border: 1px solid #ACACAC;
	border-radius: 7px;
	float: left;
	margin: 2px 28px 10px 0;
	width: 120px;
}
/* image slider */
@media only screen and (max-width: 480px) {
	#main-slider .panel {
		padding: 0px 5px;
	}
}
/* image slider */
@media only screen and (max-width: 480px) {
	#main-slider .panel {
		padding: 0px 5px;
	}
}
.testimonial-no-img {
	padding-left: 20px;
}
