body { font-weight: 400; font-size: 16px; }

/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: none; }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}
.responsive-tabs__list { position:relative; height: 60px; clear: both; text-align:center; display: inline-block; margin: 0 auto; padding: 0; }

.responsive-tabs__list__item { float: left; display: inline; font-size: 16px; line-height: 18px; background: #eee; padding: 20px 5px;  border-top-left-radius: 5px; border-top-right-radius: 5px;border: 1px solid #ddd; }
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #fff; }

.responsive-tabs__panel { clear: both; overflow: hidden; padding: 40px 20px 20px; }

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0; border-radius: 5px;
		background: #e5e5e5;
		-moz-transition:all .2s ease-in;	
		-o-transition:all .2s ease-in;	
		-webkit-transition:all .2s ease-in;
		position: relative;
		display: block; cursor: pointer; font-size: 16px; padding: 10px; font-weight: 400; margin-bottom: 10px; color: #333; }
	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #333; color: #fff; }
	.responsive-tabs__heading--active { background: #00a9e2; color: #fff; }
	.responsive-tabs__heading--active:after {
		border-top:0;
	 }
 	.responsive-tabs__list { display: none;}
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

/* END - Optional - Basic Skin */


.appath { background-color: #fff; }

.appath .head-wrap {
	position: fixed;
	width: 100%;
	height: 55px;
	margin: 0;
	z-index: 1020;
	border-bottom: 1px solid #fff;
}
.appath.appath-pricing .head-wrap {
	border-color: #ccc;
}
.appath-flexible-content,
.appath-features-content,
.appath-ecommerce-content,
.site-inner { 
	margin-top: 55px;
}

.appath-flexible-content { background-color: #333; }
.appath-flexible-content .with-bg,
.appath-flexible-content .with-bg h1,
.appath-flexible-content .with-bg a {
	color: #fff;
}
.appath-flexible-content .with-bg h1 + p {
	font-size: 120%;
	font-weight: 500;
}
.appath-flexible-content .with-bg {
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
.appath-flexible-content h1 {
	font-size: 40px;
	line-height: 1.25;
}
.appath_title {
	font-size: 34px;
	line-height: 1.25;
}
.appath_title.center { text-align: center; }
.appath_features_title {
	text-align: center;
	font-weight: 300;
}

.appath_flexible_full_width {
	position: relative;
	min-height: 600px;
	padding: 40px 0;
	background-position: center top;
	-webkit-background-size: cover;
	 -moz-background-size: cover;
	   -o-background-size: cover;
	background-size: cover;
}
.appath_flexible_full_width .wrap,
.appath_flexible_tabs .wrap,
.appath_features_top .wrap {
	clear: both;
	position: relative;
	overflow: hidden;
}

.appath_flexible_tabs {
	background-color: #fff;
	padding: 40px 0;
}

/* Features Content */
.appath-features-content .white {
	background-color: #fff;
}
.appath-features-content .gray {
	background-color: #f2f2f2;
}
.appath-features-content .dark {
	background-color: #1a1a1a;
	border-top: 1px solid #fff;
	color: #fff;
}
.appath-features-content .cyan {
	background-color: #00a9e2;
	border-top: 1px solid #fff;
	color: #fff;
}

.cyan + .white { border-color: #fff; }

.appath-features-content .dark h1,
.appath-features-content .dark h2, .appath-features-content .dark h3,
.appath-features-content .dark h4, .appath-features-content .dark h5,
.appath-features-content .dark h6, .appath-features-content .dark a {
	color: #fff;
}
.appath-features-content .cyan h1,
.appath-features-content .cyan h2, .appath-features-content .cyan h3,
.appath-features-content .cyan h4, .appath-features-content .cyan h5,
.appath-features-content .cyan h6, .appath-features-content .cyan a {
	color: #fff;
}

/* Features Top */
.appath_features_top {
	position: relative;
	padding: 40px 0 0;
	border-top: 0px !important;
}
.appath_features_top .appath-entry {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.appath_features_top_img_box {
	position: relative;
	height: 350px;
}
.appath_features_top_img_box:empty {
	height: 1px;
	margin-bottom: 40px;
}
.appath_features_top_img-1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.appath_features_top_img-2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.padding-box { padding: 40px 0; }


/* Features Middle */
.appath_features_middle {
	position: relative;
	padding: 40px 0;
	border-top: 1px solid #ccc;
}

.appath-text-only {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400;
	margin-top: -20px;
	margin-bottom: -25px;
}
.appath-text-only > *:first-child {
	font-weight: 700;
	margin: 0;
}

/* Partner Page Template */
.partners, .partners:after {
	clear: both;
}
.partners {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.partner-logo {
	position: relative;
	width: 100%;
	height: 220px;
	display: block;
	margin: 0 auto 30px;
}
.partner-logo a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.partner-logo a:hover {
	background-color: #fff;
	border-color: #666;
}
.partner-logo a img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Single Post Type: Partners */
.appath-twocols {
	overflow: hidden;
	position: relative;
	padding: 40px 0 0;
}

/* Free Trial Box */
.with-bg .appath-free-trial {
	background-color: #fff;
	width: 100%;
	min-height: 60px;
	padding: 20px;
}
.be-the-first {
	display: inline-block;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
}
.signup-now {
	font-size: 80%;
	margin: 0;
}
.with-bg .signup-now {
	display: inline-block;
	background-color: #fff;
	padding: 5px 20px;
	color: #000;
}

.appath_flexible_welcome.welcome .wrap { padding: 40px 0; }
.appath_cta .wrap { padding: 60px 0; }
.appath_cta.two { background-color: #f2f2f2; }

/* CTA */
.cta {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	max-width: 80%;
}
.cta-text {
	float: left;
	display: inline-block;
	font-size: 48px;
	font-size: 2.666666666666667rem;
	font-weight: 300;
	line-height: 1.25;

}
.cta-button {
	float: left;
	display: inline-block;
	margin-left: 20px;
}

/* Gravity Form */
.gform_fields .gfield {
	list-style: none;
}
.gfield_label { font-weight: normal; }
.validation_error,
.gfield_description.validation_message{ 
	font-size: 14px;
	color: #333;
}
.gform_confirmation_message { 
	font-size: 24px;
	color: #333;
	font-weight: 500;
	text-align: center;
}


/* Free Trial Form */
.threefield { overflow: hidden; }
.threefield .gform_body { 
	float: left;
	width: 80%;
}
.threefield .gform_fields { overflow: hidden; }
div.gform_wrapper.threefield_wrapper .gfield { 
	width: 32%;
	float: left;
	display: inline;
	margin: 0 2% 0 0;
}
div.gform_wrapper.threefield_wrapper .gfield:last-child { margin-right: 0; }
div.gform_wrapper.threefield_wrapper .gfield .ginput_container {
	width: 100%;
	float: left;
	text-align: left !important;
	position: relative;
	margin: 0;
}
.threefield .gform_footer {
	float: left;
	width: 18.5%;
	margin-left: 1.5%;
}
div.gform_wrapper.threefield_wrapper input[type="email"], div.gform_wrapper.threefield_wrapper input[type="text"] {
	padding: 12px;
}

#gform_submit_button_1 { width: 100%; }
.threefield .gform_body label { display: none; }
.threefield .validation_message { clear: both; float: left; margin-top: 5px; }


/* Contact Appath */
.contact-appath-form select {
	padding: 8px;
	padding: 0.5rem;
}
#gform_submit_button_2 {
	background: #00a9e2;
	color: #fff;
}
#gform_submit_button_2:hover {
	background: #222;
}

/* Misc */
.play-video {
	position: relative;
	left: 50%;
	margin-left: -80px;	
}
.play-video, .play-video a {
	display: inline-block;
	cursor: pointer;
}
.no-text-shadow,
.before-apart-free-trial { text-shadow: none; }
.before-apart-free-trial {  margin-top: 25px; }
.appath-left {
	float: left;
	display: inline-block;
	width: 50%;
	padding-right: 2.5%;
}
.appath-right {
	float: right;
	display: inline-block;
	width: 50%;
	padding-left: 2.5%;
}
.appath-left img, .appath-right img {
	margin: 0 auto;
	display: block;
}

.textleft { font-size: 40px; font-weight: 300; margin-bottom: 40px; text-align: left; }
.textright { font-size: 40px; font-weight: 300; margin-bottom: 40px; text-align: right; }
.textcenter { font-size: 40px; font-weight: 300; margin-bottom: 40px; text-align: center; }

/* Appath Entry */
.appath-entry {
	min-width: 100%;
	display: inline-block;
}
.appath-entry .appath-left,
.appath-entry .appath-right {
}
.appath-entry h2 {
	font-size: 27px;
	line-height: 1.25;
	font-weight: 500;
}

/* Features Menu */
.features-menu-container-top {
	background: #ebebeb;
	border-bottom: 1px solid #fff;
}
.features-menu-container-bottom {
	clear: both;
	background: #303236;
}
#menu-features, #menu-features-1 {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#menu-features li, #menu-features-1 li {
	float: left;
	display: inline;
	list-style-position: inside;
	width: 12.5%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}
#menu-features li a, #menu-features-1 li a {
	color: #00a9e2;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 20px 0px;
}
#menu-features li a:hover, #menu-features-1 li a:hover {
	background-color: rgba(0,0,0,.3);
	color: #fff;
}
#menu-features li.current-menu-item a, #menu-features-1 li.current-menu-item a {
	color: #fff;
	background-color: #00a9e2;
}
#menu-features li.current-menu-item a:hover, #menu-features-1 li.current-menu-item a:hover {
	color: #fff;
}
#menu-features li a span, #menu-features-1 li a span {
	display: block;
	content: '';
	margin-bottom: 3px;
}

/* Page Blog */
.appath .entry-header {
	margin-top: 60px;
}
.appath.page-template-page_partner-php .entry-header,
.appath.page-template-page_pricing-php .entry-header,
.appath.page-template-page_team-php .entry-header { margin-top: 0; }

.appath.page-template-page_pricing-php .entry-header {
	margin-left: -15px;
	margin-right: -15px;
}
.appath.page-template-page_pricing-php .entry-title {
	padding: 0;
	margin: 20px 0 60px;
	text-align: center;
}
.appath.page-template-page_team-php .entry-title { text-align: center; }

.sidebar-primary .fa {
	margin-right: 15px;
	color: #00a9e2;
}
#menu-social-contact li {
	float: left;
	display: inline;
}
#menu-social-contact a .fa.fa-2x {
	font-size: 22px;
	color: #333;
	width: 40px;
	height: 40px;
	border: 1px solid #333;
	border-radius: 50%;
	margin: 2px 5px;
	line-height: 40px;
	text-align: center;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
#menu-social-contact a .fa.fa-2x:hover {
	color: #00a9e2;
	border: 1px solid #00a9e2;
}
.sidebar-primary a {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	text-decoration: none;
}

/* Footer Social Icons */
#menu-social a > i {
	width: 24px;
	height: 22px;
	padding: 4px;
	text-align: center;
	background-color: #666;
	color: #1a1a1a;
	border-radius: 50%;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
}
#menu-social a:hover > i {
	color: #fff;
}
#menu-social a:hover > i.fa-facebook {
	background-color: #4c66a4;
}
#menu-social a:hover > i.fa-twitter {
	background-color: #00a0d1;
}
#menu-social a:hover > i.fa-youtube {
	background-color: #e50000;
}
#menu-social a:hover > i.fa-google-plus {
	background-color: #c63d2d;
}
#menu-social a:hover > i.fa-linkedin {
	background-color: #00a0d1;
}

/* Footer */
.footer-link a { margin-left: 5px; margin-right: 5px; }


@media only screen and (max-width: 1023px) {
	.appath-flexible-content .wrap,
	.appath_features_top,
	.appath_features_middle {
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden;
	}
	#menu-features li a, #menu-features-1 li a  { padding: 10px 0; }
	#menu-features li a span:first-child, #menu-features-1 li a span:first-child  { margin-top: 5px; }
	#menu-features li a span + span, #menu-features-1 li a span + span {
		display: none;
	}
	.appath_features_top_img_box {
		height: 280px;
	}	
	.appath_features_top_img-1,
	.appath_features_top_img-2 {
		max-width: 75%;
	}
	
}
@media only screen and (max-width: 767px) {
	.appath-flexible-content .with-bg { background-position: -200px top; }
	.appath-flexible-content .with-bg h1 + p {
		font-size: 100%;
	}
	.appath-flexible-content h1, .cta-text {
		font-size: 30px;
		line-height: 1.25;
	}
	.be-the-first {
		display: block;
		font-size: 14px;
		line-height: 20px;
	}
	.be-the-first > br { width: 20px; }
	.be-the-first + .clearfix { display: none; }
	.with-bg .signup-now { display: block; padding-top: 10px; padding-bottom: 0; }

	/* Free Trial Form */
	.threefield .gform_body { 
		float: none;
		width: 100%;
	}
	div.gform_wrapper.threefield_wrapper .gfield { 
		width: 100%;
		margin: 0 0 10px;
	}
	.threefield .gform_footer {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	
	/* CTA */
	.appath_cta .wrap {
		padding: 40px 0;
	}
	.cta-button {
		float: none;
		display: inline-block;
		margin-top: 10px;
		margin-left: 0;
	}

	.appath-left {
		float: none;
		display: inline-block;
		width: 100%;
		padding-right: 0;
	}
	.appath-right {
		float: none;
		display: inline-block;
		width: 100%;
		padding-left: 0%;
	}
	.appath-text-only {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.appath-text-only > *:first-child {
		font-size: 36px;
		font-size: 2rem;
	}
	.appath_features_top_img_box {
		height: 200px;
	}

}

@media only screen and (max-width: 580px) {
	.textleft, .textright, .textcenter { font-size: 30px; }

	.appath-flexible-content .wrap {
		text-align: center;
	}
	.play-video {
		width: 50%;
		position: relative;
		left: 0;
		margin-left: 0px;
		margin-bottom: 20px;
	}	

	#menu-features li, #menu-features-1 li {
		width: 25%;
	}

	.appath_features_top_img_box {
		height: 100px;
	}	

	/* Footer */
	.footer-link { display: block; }
	
	.entry-likebox  { padding: 0; }
}

@media only screen and (min-width: 768px) {
	.responsive-tabs__list { width: 100%; }
	.responsive-tabs__list__item { width: 25%; }
	
	.appath-partners.single .appath_title.center {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media only screen and (min-width: 1023px) {
	.appath.page-template-page_pricing-php .entry-title {
		padding: 0 200px;
		margin: 20px 0 60px;
	}
	.be-the-first {
		background-color: rgba(0,0,0,0.8);
	}
	.with-bg .signup-now, .with-bg .appath-free-trial {
		background-color: rgba(255,255,255,0.8);
	}
	.responsive-tabs__list { width: 90%; margin-left: 5%; }
	.responsive-tabs__list__item { width: 25%; padding: 20px; }
	
	.genesis-nav-menu .menu-item.menu-login { margin-left: 40px; }
}

.error404 .entry {margin-top:40px;}
.signup-modal div.gform_wrapper .gform_footer input[type="submit"] { margin-top: 20px; }
.signup-modal .modal-header {
	background-color: #00a9e2;
	border-bottom: 1px solid #fff;
}
.signup-modal h4 {
	color: #fff;
}
.home .menu-trial { display: none !important; }
.menu-login a, .menu-trial a {
	line-height: 0.5;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	margin: 0 3px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background: #25aa65;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	   -o-user-select: none;
		  user-select: none;
}
.menu-login a:hover, .menu-trial a:hover {
	color: #fff !important;
}

/* Sitemap */
ul.sitemap-list {
	margin: 0;
	padding: 0;
}
ul.sitemap-list + h2 { margin-top: 20px; }
ul.sitemap-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	line-height: 30px;
}
ul.sitemap-list a {
	color: #333;
}

.appath-modal .modal-dialog { margin-top: 100px; }
.appath-modal .modal-content iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
button.video-close {
	width: 34px;
	height: 34px;
	position: absolute;
	right: -34px;
	background: #000;
	color: #fff;
	border-radius: 0;
	padding: 5px;
}
@media only screen and (min-width: 980px) {
	.appath-modal .modal-dialog { width: 853px; }
}
@media only screen and (max-width: 768px) {
	.appath-modal .modal-dialog {

	}
	.appath-modal .modal-content {

	}
	.appath-modal .modal-content iframe {
		width: 100% !important;
		max-height: 280px;
	}
}
@media only screen and (max-width: 580px) {
	.appath-modal .modal-content iframe {
		max-height: 220px;
	}
}


.home-checklist {
	position: relative;
	list-style: none;
}
@media only screen and (max-width: 580px) {
	.home-checklist {
		top: -20px;
	}
}
@media only screen and (min-width: 980px) {
	.home-checklist {
		position: absolute;
		top: 130px;
		left: 100px;
		width: 40%;
		font-size: 24px;
	}
}


/* =Bootstrap Helper
----------------------------------------------- */
.ipt-kb-popover-target {
	display: none;
}
body .popover {
	min-width: 600px;
	max-width: 680px;
}


.popover-content p, .taxonomy-description p {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	font-weight: 400;
}
.page-title {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
}
.tax-title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}
.label-info {
	background-color: #00a9e2;
	font-weight: 400;
}
.appath-tax-description-box {
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.taxonomy-description {
	padding: 20px;
	margin-bottom: 40px;
}
.taxonomy-description p:last-child {
	margin-bottom: 0;
}

#breadcrumbs {
	margin: 40px 40px 0;
	font-size: 14px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

#nav-below .glyphicon-arrow-left { margin-right: 5px; }
#nav-below .glyphicon-arrow-right { margin-left: 5px; }

.smallsize { font-size: 11px; }

.appath-ecommerce-content {
	clear: both;
	padding: 60px 0;
	overflow: hidden;
}
.appath-ecommerce-content .search-form {
	width: 100%;
	margin-bottom: 30px;
}
h2.knowledgebase-title {
	font-size: 18px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 30px;
}
h2.knowledgebase-title > a { margin-right: 10px; font-weight: 700; }

/* List Group */
.list-group-item h3,.list-group-item.text-muted {
	font-size: 16px;
	font-size: 0.8888888888888889rem;
	font-weight: 400;
	margin: 0;
}
.list-group-item > h3 span,.list-group-item.text-muted span { margin-right: 8px; }

.navbar-default { 
	background: none; 
	border: none;
}



/* Page Pricing*/
#table-zone {
	margin-bottom: 40px;
}

.table-price {
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
}
.table-price ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.table-header {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.table-header h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.table-header p {
	margin: 20px 0 0;
	padding: 0;
}
.price-amount {
	display: block;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	color: #00a9e2;
}
.price-amount .currency {
	font-size: 24px;
	vertical-align: top;
	font-weight: normal;
}
.price-term {
	font-size: 14px;
}
.table-details {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
}
.table-cta {
	margin-top: 20px;
	padding: 0;
}
.btn-price-table {
	display: block;
	background-color: #00a9e2;
	color: #fff;
}
.btn-price-table:hover, .btn-price-table:focus {
	background-color: #222;
	color: #fff;
}
.btn-price-table-outline {
	background: #fff;
	font-size: 15px;
	color: #00a9e2;
	border: 1px solid #00a9e2;
	padding: 6px 10px;
}
.btn-price-table-outline:hover, .btn-price-table-outline:focus {
	border-color: #222;
}

.table-price-side {
}
.table-price-side .table-price {
	padding: 0 15px;
}
.table-price-side .table-price:first-child {
	margin-top: 0;
}
.table-price-side p.intro {
	margin: 0 0 10px;
}
.table-price-side p.table-phone {
	margin: 0;
}
.table-price-side .ppm { margin-top: 10px; }
.table-price-side .price-amount {
	font-size: 36px;
	display: inline;
}
.table-price-side .table-details {
	padding: 15px;
	font-size: 14px;
}

#price-includes h2 {
	font-weight: 400;
}
#price-includes ul {
	margin-left: 30px;
	font-size: 15px;
	line-height: 2;
}
#package-questions-wrapper {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 40px;
}
#package-questions-wrapper h2 {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 300;
}
.question-answer {
	margin: 10px 0 30px;
}
.question {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}
.answer {
	font-size: 15px;
	line-height: 1.5;
}

@media only screen and (max-width:767px) {
	.table-price {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width:768px) {
	.table-price {
		margin-top: 30px;
	}
	.table-price-side {
		padding-left: 40px;
	}
	.table-left {
		margin-right: -1px;
	}
	.table-right {
		margin-left: -1px;
	}
	.table-price.table-featured {
		margin-top: 0px;
	}
	.table-price.table-featured .table-header {
		padding-top: 35px;
	}
	.table-price.table-featured .table-cta {
		margin-top: 35px;
	}
}

#member-row {
	margin-top: 60px;
	margin-bottom: 60px;
}
#member-row .col-sm-4 h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
}

#member-row .col-sm-2 img {
	display: block;
	border-radius: 50%;
	max-width: 150px;
	height: auto;
	margin: 0 auto 20px;
}
#member-row .col-sm-4 p {
	font-size: 15px;
	line-height: 1.5;
}
#member-row .col-sm-6 h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
}
#member-row .col-sm-6 p {
	font-size: 15px;
	line-height: 2;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}

.after-package {
	margin: 30px 0 10px;
}