/*
Theme Name: VirtualPBX
Theme URI: http://wordpress.org/
Description: WordPress Theme
Author: Webimax - http://www.webimax.com
Version: 1.0
Tags: 
*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
}
iframe {
	max-width: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #707070;
	font-family: 'Source Sans Pro', arial;
	background: #fff;
	word-wrap: break-word;
}
:focus {
	outline: 0;
}
a {
	outline: none !important;
	color: #2b96bd;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
a:hover {
	color: #93c950;
	text-decoration: none;
}
.clear {
	clear: both;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
img {
	border: none;
	height: auto;
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
}
.alignleft {
	float: left;
	margin: 0 2em 2em 0;	
}
.alignright {
	float: right;
	margin: 0 0 2em 2em;
}
.alignright, .alignleft {
	max-width: 300px;	
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
	text-align: center;
}
.wp-caption {
	border: none;
	/*text-align: center;
	background: #eee;
	padding: 10px;
	margin: 10px; */
	font-size: 11px;
	line-height: 1.75em;
	font-style: italic;
	padding: 5px 0 20px 0;
}
.wp-caption.alignleft {
	padding-right: 35px;
}
.wp-caption.alignright {
	padding-left: 35px;
}
[hidden] {
    display: none;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
	line-height: normal;
	*overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input {
	*overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"], [role="button"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
*[hidden] {
	display: none;
}
.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
}
.topBar {
	float: left;
	width: 100%;
	padding: 14px 0;
	background: #343434;
	color: #fff;
}
.topBar h3 {
	padding: 0 0 0 32px;
	margin: 0px;
	font: 600 17px/120% 'Source Sans Pro';
	background: url(assets/images/icon-phone.png) left center no-repeat;
}
.topBar h3 a {
	color: #fff;
	text-decoration: none;
}
.topBar h3 a:hover {
	color: #fff;
	text-decoration: none;
}
.pageHeader {
	float: left;
	position: relative;
	z-index: 200;
	clear: both;
	width: 100%;
	background: #fff;	
	border-bottom: 1px solid #cdcdcd;
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.25);
}
.pageHeader .logo {
	float: left;
	width: 20%;
	margin: 25px 0 0 0;
}
.pageHeader .toggleMenu {
	display: none;
	position: absolute;
	top: 24px;
	right: 20px;
	width: 45px;
	height: 33px;
	text-indent: -500px;
	overflow: hidden;
	background: url(assets/images/icon-menu.png) left top no-repeat;
	background-size: 100% 100%;
}
.pageHeader .mobileWrapper {
	position: relative;
	float: right;
	width: 70.25%;
}
.pageHeader nav.mobileMenu {
	display: none;
}
.pageHeader nav {
	float: right;
	width: 104.75%;
	position: relative;
	z-index: 20;
	text-transform: uppercase;
	font: 600 22px/120% 'Source Sans Pro';
	text-align: center;
}
.pageHeader nav ul {
	float: left;
	width: 100%;
	display: table;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pageHeader nav ul li {
	display: table-cell;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.pageHeader nav ul li a {
	display: block;
	padding: 40px 35px 30px;
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	border-width: 0 1px;
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.pageHeader nav ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #e1e1e1;
	border-color: #bfbfbf;
}
.pageHeader nav ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	text-align: left;
	width: 566px;
	padding: 37px 0 31px;
	background: url(assets/images/subnav-bg.png) left top repeat-x #e1e1e1;
	font-weight: normal;
	font-size: 19px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.pageHeader nav ul li ul li {
	width: 50%;
	float: left;
}
.pageHeader nav ul li:nth-child(n+4) ul {
	left: auto;
	right: 0px;
	-moz-box-shadow: -1px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: -1px 2px 4px rgba(0,0,0,0.3);
	box-shadow: -1px 2px 4px rgba(0,0,0,0.3);
}

.pageHeader nav ul li ul li:nth-child(2n+1) {
    clear: both;
}
.pageHeader nav ul li ul li a {
	padding: 14px 12px 12px 38px;
	border: none;
}
.pageHeader nav ul li ul li a:hover {
	background: #2b96bd;
	color: #fff;
}
.pageHeader nav ul li:hover > ul {
	display: block;
}
.pageHeader nav ul li:hover > a {
	background: #e1e1e1;
	border-color: #bfbfbf;
}
.pageHeader .topRight {
	position: absolute;
	top: -45px;
	right: 0px;
	padding:4px 0;
}

@media screen and (max-width: 1000px){.pageHeader .topRight {padding:0;}}

.pageHeader .loginLink {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 0 32px;
	font: 600 17px/120% 'Source Sans Pro';
	background: url(assets/images/icon-lock.png) left 1px no-repeat;
	
}
.pageHeader .loginLink a {
	color: #fff;
	text-decoration: none;	
}
.pageHeader .loginLink a:hover {
	color: #fff;
	text-decoration: underline;
}
.pageHeader .searchNode {
	float: left;
	position: relative;
	margin: 0 0 0 42px;
}
.pageHeader .searchNode .field {
	float: left;
	width: 265px;
	height: 33px;
	padding: 0 10px 0 37px;
	font: 600 italic 17px/120% 'Source Sans Pro';
	color: #8b8b8b;
	border: none;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pageHeader .searchNode .field:focus {
	background: #efefef;
}
.pageHeader .searchNode .submit {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 18px;
	height: 19px;
	background: url(assets/images/icon-search.png) left top no-repeat;
	padding: 0px;
	margin: 0px;
	border: none;
	text-indent: -5000px;
	overflow: hidden;
}


.pageBanner {
	float: left;
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	z-index: 10;
	background: #f4f5f9;
	border-bottom: 1px solid #eeeef1;
}
.pageBanner figcaption {
	position: absolute;
	top: 127px;
	left: 50%;
	width: 500px;
	margin-left: -535px;
	text-align: left;
	font: normal 19px/150% 'Source Sans Pro';
	color: #666;
}
.pageBanner h2 {
	padding: 0 0 20px 0;
	margin: 0px;
	font: 600 42px/115% 'Source Sans Pro';
	color: #2b96bd;
}
.pageBanner p {
	padding: 0px;
	margin: 0px;
}
.pageBanner p.btns {
	padding: 55px 0 0 0;
	font: normal 18px/120% 'Source Sans Pro';
}
.pageBanner p.btns a {
	float: left;
	min-width: 125px;
	padding: 9px 15px 10px;
	margin: 0 7px 0 0;
	background: #2b96bd;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pageBanner p.btns a:hover {
	background: #1782a9;
	color: #fff;
	text-decoration: none;
}
.pageBanner p.btns a.green {
	background: #97c652;
	font-size: 26px;
	font: 600 26px/120% 'Source Sans Pro';
	min-width: 170px;
	padding: 11px 15px;
	margin-top: -8px;
}
.pageBanner p.btns a.green:hover {
	background: #7fbf3c;
}
.pageBanner .videoNode {
	position: absolute;
	left: 50%;
	top: 127px;
	width: 480px;
	margin-left: 40px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-width: 100%;
}
.awardsNode {
	float: left;
	clear: both;
	width: 100%;
	padding: 115px 0 45px 0;
	text-align: center;
	background: #fff;
	font: normal 18px/185% 'Source Sans Pro';
}
.awardsNode h2 {
	padding: 12px 0;
	margin: 0px;
	font: normal 32px/120% 'Source Sans Pro';
	color: #2b96bd;
}
.awardsNode p {
	padding: 12px 60px;
	margin: 0px;
}
.awardsNode figure {
	padding: 44px 0;
}
.awardsNode figure img {
	margin: 0 25px;
}
.homeCallouts {
	float: left;
	width: 100%;
	padding: 80px 0 65px 0;
	clear: both;
	text-align: center;	
	font: normal 16px/120% 'Source Sans Pro';
	background: #f9fafc;
	border: 1px solid #eeeef1;
	border-width: 1px 0;
}
.homeCallouts ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.homeCallouts ul li {
	display: inline-block;
	max-width: 340px;
	padding: 28px 0;
	margin: 0 7px;
	vertical-align: top;
}
.homeCallouts ul li img {
	margin: 17px 0;
}
.homeCallouts ul li h3 {
	padding: 4px 10px;
	margin: 0px;
	font: 600 18px/140% 'Source Sans Pro';
}
.homeCallouts ul li p {
	padding: 8px 20px;
	margin: 0px;
}
.homeCallouts ul li a {
	color: #2b96bd;
	text-decoration: none;
}
.homeCallouts ul li a:hover {
	color: #97c652;
	text-decoration: none;
}
.testimonialNode {
	float: left;
	clear: both;
	width: 100%;
	padding: 90px 0 100px 0;
	font: 400 17px/120% 'Source Sans Pro';	
}
.testimonialNode .wrapper {
	padding: 0 100px 0 250px;
}
.testimonialNode h2 {
	padding: 20px 0;
	margin: 0px;
	color: #2b96bd;
	font: 400 42px/100% 'Source Sans Pro';
}
.testimonialNode blockquote {
	padding: 0px;
	margin: 20px 0;
	position: relative;
	font: 400 17px/33px 'Source Sans Pro';
	border: none;
}
.testimonialNode blockquote:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -23px;
	width: 14px;
	height: 13px;
	background: url(assets/images/quote-before.png) left bottom no-repeat;
}
.testimonialNode blockquote img.client {
	position: absolute;
	left: -150px;
	top: 3px;
}
.testimonialNode blockquote img.quoteEnd {
	margin: -7px 0 0 14px;
}
.testimonialNode h4 {
	padding: 30px 0 0 0;
	margin: 0px;
	font: 400 23px/120% 'Source Sans Pro';
}
.testimonialNode p {
	padding: 6px 0;
	margin: 0px;
}
.freeTrial {
	float: left;
	width: 100%;
	padding: 125px 0 100px 0;
	clear: both;
	text-align: center;	
	font: normal 17px/120% 'Source Sans Pro';
	background: #f9fafc;
	border: 1px solid #eeeef1;
	border-width: 1px 0;
}
.freeTrial h2 {
	padding: 5px 0;
	margin: 0px;
	color: #2b96bd;
	font: normal 50px/100% 'Source Sans Pro';
}
.freeTrial p {
	padding: 25px 0;
	margin: 0px;
}
.freeTrial p strong {
	font-weight: normal;
	color: #2b96bd;
}
.freeTrial p a.btn {
	display: inline-block;
	min-width: 290px;
	padding: 13px 15px 12px;
	background: #97c652;
	color: #fff;
	font: normal 20px/22px 'Source Sans Pro';
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.freeTrial p a.btn:hover {
	background: #7fbf3c;
	color: #fff;
	text-decoration: none;
}
.pageFooter {
	float: left;
	width: 100%;
	padding: 35px 0 0 0;
	clear: both;
	font: normal 14px/120% 'Source Sans Pro';
	background: #343434;
	color: #fff;
}
.pageFooter a {
	color: #fff;
	text-decoration: none;
}
.pageFooter a:hover {
	color: #97c652;
	text-decoration: none;
}
.pageFooter nav {
	float: left;
	width: 20%;
}
.pageFooter nav h3 {
	padding: 7px 0;
	margin: 0px;
	font: 600 20px/24px 'Source Sans Pro';
}
.pageFooter nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pageFooter nav ul li {
	padding: 7px 0;
	margin: 0px;
}
.pageFooter figure {
	float: right;
	width: 20%;
	padding: 0;
	text-align: right;
}
.pageFooter figure img {
	float: right;
	clear: right;
	margin: 12px 0;
}
.pageFooter aside {
	clear: both;
	padding: 20px 0;
	font: normal 13px/120% 'Source Sans Pro';
}
.pageFooter aside ul {
	padding: 5px 0;
	margin: 0px;
	list-style-type: none;
}
.pageFooter aside ul li {
	display: inline-block;
	padding: 0 30px 0 0;
	margin: 0px;
}
.pageFooter aside p {
	padding: 5px 0;
	margin: 0px;
}
.postPageFooter {
	float: left;
	width: 100%;
	padding: 21px 0 16px 0;
	clear: both;
	background: #000;
}
.postPageFooter img {
	margin: 0 15px 0 0;
}
/*Inner Page*/
.contentWrapper {
	float: left;
	width: 100%;
	background: #fff;
	padding: 45px 0 55px;
}
.leftNav {
	float: left;
	width: 20%;
	font: normal 18px/120% 'Source Sans Pro';	
}
.leftNav nav {
	padding: 0 0 40px 0;
}
.leftNav h3 {
	padding: 10px 0;
	margin: 0px;
	font: 600 24px/120% 'Source Sans Pro';
	color: #000;
	border-bottom: 1px solid #d7d7d7;
}
.leftNav ul {
	padding: 7px 0;
	margin: 0px;
	list-style-type: none;
}
.leftNav ul li {
	padding: 8px 20px 8px 0;
	margin: 0px;
	position: relative;
}
.leftNav ul > li.page_item_has_children > span, .leftNav ul > li.menu-item-has-children > span {
	position: absolute;
	right: 5px;
	top: 12px;
	width: 14px;
	height: 14px;
	background: url(assets/images/accordion-arrow.png) center top no-repeat;
	cursor: pointer;
	background-size: 100% 100%;
}
.leftNav ul > li.active > span {
	background: url(assets/images/accordion-arrow-active.png) center top no-repeat;
	background-size: 100% 100%;
}
.leftNav ul li ul {
	margin: 0 0 0 20px;
	font-size: 16px;
	display: none;
}
.leftNav ul li ul li {
	padding: 5px 0;
}
.leftNav ul li ul li.page_item_has_children, .leftNav ul li ul li.menu-item-has-children {
	padding-right: 20px;
}
.leftNav ul > li.page_item_has_children ul li.page_item_has_children > span,
.leftNav ul > li.menu-item-has-children ul li.menu-item-has-children > span {
	right: 5px;
	top: 8px;
	width: 12px;
	height: 12px;
}
.leftNav a {
	color: #505050;
	text-decoration: none;
}
.leftNav a:hover, .leftNav a:focus, .leftNav .current_page_item > a, .leftNav ul > li.active > a {
	color: #2b96bd;
	text-decoration: none;
}
.leftNav h3 a {
	color: #000;
}
.leftNav h3 a:hover, .leftNav h3 a:focus {
	color: #2b96bd;
}
.leftNav .sidebarForm {
	padding: 20px 0 0 0;
}
.leftNav .sidebarForm h3 {
	margin-bottom: 20px;
}
.blogNav a {
	color: #2b96bd;
}
.blogNav a:hover, .blogNav a:focus {
	color: #93c950;
}
.mainContent {
	float: right;
	width: 70.25%;
	font: normal 18px/150% 'Source Sans Pro';	
}
.mainContent a {
	color: #2b96bd;
	text-decoration: none;
}
.mainContent a:hover, .mainContent a:focus {
	color: #93c950;
	text-decoration: none;
}
.mainContent p, .mainContent h1, .mainContent h2, .mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6 {
	padding: 5px 0 10px 0;
	margin: 0px;
}
.mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6 {
	padding-bottom: 3px;
}
.mainContent h1, .mainContent h2, .mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6 {
	color: #000;
	font-weight: 600;
	line-height: 130%;
}
.mainContent h1 {
	font-size: 36px;
}
.mainContent h2 {
	font-size: 32px;
}
.mainContent h3 {
	font-size: 24px;
}
.mainContent h4 {
	font-size: 21px;
}
.mainContent ol, .mainContent ul {
	padding: 5px 0 10px 0;
	margin: 0 0 0 30px;
}
.mainContent li {
	padding: 2px 0;
}
.mainContent h4 {
	padding-top: 20px;
}
.mainContent h1 + h2{
	margin-top: 20px;
}
/*.mainContent .blueBtn {
	display: inline-block;
	padding: 9px 20px 6px;
	font: normal 20px/24px 'Source Sans Pro';
	text-transform: uppercase;
	margin-right:15px;
	color: #fff;
	text-decoration: none;
	background: #2b96bd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.mainContent .blueBtn:hover {
	color: #fff;
	text-decoration: none;
	background: #97c652;
}*/
.mainContent hr, hr {
	background-color: #d7d7d7;
	height: 1px;
	border: 0;
	width: 99%;
	margin: 40px 0;
	clear: both;
}
.fullContent {
	width: 100%;	
}
.partition {
	clear: both;
	display: block;
	margin: 30px auto;
}
.mainContent a.greenBtn, .mainContent a.blueBtn {
	display: inline-block;
	font-size: 15px;
	text-transform:uppercase;
	line-height: 24px;
	background: #93c950;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    color: #fff;
	text-decoration: none;
    letter-spacing: 1px;
    padding: 5px 17px;
	margin-top: 15px;
	margin-right:15px;
}
.mainContent a.greenBtn:hover, .mainContent a.blueBtn:hover {
	background: #7fbf3c;
	text-decoration: none;
}
.mainContent a.blueBtn {
	background: #2b96bd;
}
.mainContent a.blueBtn:hover {
	background: #1782a9;
}
.mainContent a.bigBtn {
	font-size: 21px;
	line-height: 32px;
    padding: 6px 17px;
}
/*Two Columns Plans*/
.planContainer {
	clear: both;	
}
.planCtable {
	float: left;
  	width: 50%;
	min-height: 465px;
	background:url(assets/images/plans-bg.png) left top repeat-x #e9e9e9;
	margin: 20px 0 0 0; 
  	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
  	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  	z-index:99;
}

.planCtable.last-table {
	z-index:98;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
}
.planCtable.learnMore {
	min-height: 720px;
}
.planCtable h2 {
	background: #f3f3f5;
	padding: 20px 5%;
	margin: 0 0 20px 0;
	font-size: 28px;
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
}
.planCtable.last-table h2 {
	-moz-border-radius: 0px 8px 0 0;
	-webkit-border-radius: 0px 8px 0 0;
	border-radius: 0px 8px 0 0;
}
.planCtable h3 {
	color: #707070;
	font-size: 21px;
	text-transform: uppercase;
	font-style: italic;
}
.planCtable .planContent {
	padding: 0 5% 15px;
}
.terms {
	font-size: 11px;
	line-height:14px;
	color: #b1b1b1;
	font-style: italic;
}
/*Get Personal Tour*/
.personalTour {
	float: left;
	position: relative;
	width: 100%;
	padding: 25px 260px 25px 25px;
	background: #ebebeb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
}
.personalTourBig {
	padding-right: 280px;
}
.personalTour h3 {
	color: #707070;
}
.personalTour iframe, .personalTour .downloadNode {
	position: absolute;
	top: 50px;
	right: 25px;
	padding-left:30px;
	width: 235px;
	border: none;
}
.personalTourBig iframe {
	width: 240px;
}
.glossaryLink {
	font-size: 22px;	
}
.glossaryLink a, .glossaryLink a:hover {
	text-decoration: none;
}
table.ACDQtable, table.PlanComparison {
	width:100%;
	word-wrap: break-word;
}
table.ACDQtable tr th, table.ACDQtable tr td {
	text-align:center;
	padding: 5px;
	vertical-align: middle;
}

table.PlanComparison tr th, table.PlanComparison tr td{
	text-align:left;
	padding:5px;
	vertical-align:middle;}


table.ACDQtable td:first-child, table.ACDQtable th:first-child, table.PlanComparison th:first-child {
	text-align: left;
	padding-left: 10px;}

table.options {
	width: 325px;
	float:left;}

table.ACDQtable tr th, table.options tr th {
	padding-bottom:5px;
	padding-top:10px;}

table.PlanComparison tr th{
	padding-bottom:9px;
	padding-top:10px;
	font-size:26px;
	font-weight:600;}

table.options tr td {
	text-align:left;
	height:25px;
}
.ACDQtable tr:nth-child(2n+0), table.options tr:nth-child(2n+0), table.PlanComparison tr:nth-child(2n+0){
	background:#f5f5f5;
}
table.ACDQtable2 tr th, table.ACDQtable2 tr td {
	text-align:left;
}

/*Accordion*/
/*#accordion h4 {
	color: #2B95BB!important;
	font-size: 1.2em!important;
	line-height: 15px!important;
	margin: 10px 0;
	font-style: italic;
	padding: 0 0 10px;
}*/
/*#accordion {
	width: 335px;
	float: left;
	margin-bottom: 20px;
}*/
#accordion p, .accordionG + p {
	line-height: 0!important;
	margin: -12px 0 0!important;
}
/*.accordionG {
	border: medium none;
	padding-top: 3px;
}*/
.accordionButton {
	cursor: pointer;
	margin-top: 5px;
}
.accordionButton:hover {
	text-decoration: none;
}
.over {
	color: #71BC2F;
	text-decoration: underline;
}
/*.c_title {
	height: 12px;
	line-height: 0;
	margin: 0;
	padding: 4px 0 0;
	border-bottom: 0 none;
	display: block;
}*/
.accordionContent {
	display: none;
	margin: 1px 0 15px;
	max-width: 210px;
	font-size: 0.85em;
	padding: 2px 15px;
	color: #717171;
}
.inner_accordionContent {
	font-size: 0.85em;
	margin: 0;
	padding: 2px 15px;
	color: #717171;
}
/*#accordion_two {
	width: 330px;
	float: left;
	margin-bottom: 20px;
}
#accordion_two h4 {
	color: #2B95BB!important;
	font-size: 1.2em!important;
	line-height: 15px!important;
	margin: 10px 0;
	font-style: italic;
	padding: 0 0 10px;
}
#accordion_two p {
	line-height: 0!important;
	margin: -12px 0 0!important;
}
.accordionG_two {
	border: medium none;
	border-radius: 4px;
	margin-bottom: 2px;
}
.accordionButton_two {
	color: #717171;
	font-family: 'Source Sans Pro', sans-serif;
	cursor: pointer;
	padding: 0;
	margin-top: 20px;
}
.over_two {
	color: #71BC2F;
	text-decoration: underline;
}
.c_title_two {
	height: 12px;
	line-height: 0;
	margin: 0;
	padding: 4px 0 0;
	border-bottom: 0 none;
	display: block;
}
.accordionContent_two {
	background: #FFFFFF;
	display: none;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height: auto;
	margin: 3px 0 10px;
}
.inner_accordionContent_two {
	background-color: #F3F3F3;
	border: 6px solid #FFFFFF;
	font-size: 0.85em;
	margin: 0;
	padding: 10px 25px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #717171;
}*/
img.shadow {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}
/*New Techology Grid*/
.newTechnology {
	padding: 20px 0 !important;
	margin: 0px !important;
	list-style-type: none;	
}
.newTechnology li {
	padding: 20px 20px 20px 70px;
	margin: 0px;
	background: url(assets/images/new-technology-blue-bg.png) left top repeat-y #f5f5f5;
	position: relative;
	min-height: 260px;
}
.newTechnology li:nth-child(even) {
	background: url(assets/images/new-technology-dark-blue-bg.png) left top repeat-y #ebebeb;
}
.newTechnology li h3 {
	position: absolute;
	left: 0px;
	top: 0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	align:top;
	padding-top:10px;
	text-align:left;
	font-size: 21px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	
	transform-origin: 115px 100px 0;
	-webkit-transform-origin: 115px 100px 0;
	-moz-transform-origin: 115px 100px 0;
	-ms-transform-origin: 115px 100px 0;
	-o-transform-origin: 115px 100px 0;
}

/*Awards Page*/
.awardsPage {
	clear: both;	
}
.awardsPage ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.awardsPage ul li {
	float: left;
	display: table;
	width: 100%;
	clear: both;
	padding: 10px 20px 10px 0;
	margin: 0 0 20px 0;
	border: 1px solid #808080;
	text-align: center;
	cursor: pointer;
}
.awardsPage ul li figure {
	float: left;
	width: 30%;
	height: 100px;
	display: table-cell;
	padding: 5px 10px;
	vertical-align: middle;
}
.awardsPage ul li figure img {
	max-width: 200px;
	max-height: 90px;
}
.awardsPage ul li .awardtitle {
	float: left;
	width: 70%;
	display: table-cell;
	vertical-align: middle;
	min-height: 100px;
	padding: 20px 10px;
	border: 1px solid #cccccc;
}
.awardsPage ul li .awardtitle strong {
	display: block;
}
/*Tabs*/
.nav-tabs {
	margin: 20px 0 10px 0 !important;
	padding: 0 0 0 10px !important;
}
.nav-tabs > li {
	margin: 0px !important;
	padding: 0px !important;
}
.nav-tabs > li > a {
	outline: none;
}
.tab-content > .tab-pane {
	padding: 20px 0;	
}
.toChangeh2, .toChangeh1 {
    display: none;
}
.mainContent .tab-content > .tab-pane {
	padding: 20px 10px;
}
.mainContent.pressRelease .tab-content > .tab-pane {
	padding: 0 10px;
}
.mainContent.pressRelease .tab-content h4 {
	padding-bottom: 0px;
}
.mainContent.pressRelease .tab-content p {
	padding-top: 0px;
}
.upperCase {
	text-transform: uppercase;	
}
.awardsTabs {
	width: 100%;
}
.awardsTabs td {
	padding: 20px 5px;
	vertical-align: middle;
}
.awardsTabs td:first-child {
	width: 140px;
	text-align: center;
}
.awardsTabs td img {
	max-width: 100px;
}
.mainContent .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mainContent .panel-heading {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.mainContent .panel-title {
	font-size: inherit;	
}
.mainContent .panel-title > a {
	color: #2b96bd;	
	outline: none;
	text-decoration: none;
}
.mainContent .panel-title > a:hover, .mainContent .panel-title > a:focus {
	color: #93c950;
	text-decoration: none;
}
.mainContent .panel-body {
	border-top: none !important;
	padding-left: 25px;
	padding-right: 25px;
}
.mainContent .row {
	padding: 5px 0 15px 0;
}
/*Case Study Page*/
.caseStudy {
	clear: both;
}
.caseStudy figure {
	float: left;
	width: 30%;
	padding: 25px 15px 0 0;
}
.caseStudy figure img {
	max-width: 100% !important;
}
.caseStudy .caseStudyDetails {
	float: left;
	width: 70%;
	padding: 0 0 25px 0;
}
/*Testimonials Page*/
.mainContent fieldset {
	padding: 20px;
	border: 1px solid #757575;
	margin: 15px 0 30px 0;
}
.mainContent legend {
	margin: 0 20px;
	padding: 0 10px;
	border: none;
	width: auto;
	max-width: 80%;
}
.mainContent fieldset h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 0px;
}

.socialList {
	float: left;
	width: 100%;
	padding: 20px 0 20px !important;
	margin: 0px !important;
	list-style-type: none;
	text-align: center;
}
.socialList li {
	float: left;
	width: 25%;
	padding: 0 10px;
}
.socialList2 {
	padding: 20px 0 20px !important;
	margin: 0px !important;
	list-style-type: none;
}
.socialList2 li {
	clear: both;
}

/*Pricing Tables */
.mainContent div.p_table_1 {
	font-family: 'Source Sans Pro', arial !important;
}

.mainContent div.p_table_1 li.row_style_1 span, .mainContent div.p_table_1 li.row_style_2 span, .mainContent div.p_table_1 li.row_style_3 span, .mainContent div.p_table_1 li.row_style_4 span {
	font-size: 15px !important;
}
.mainContent div.p_table_1 a.sign_up {
	font-size: 15px;
}
.mainContent .tableValues {
	font-size: 17px;
	line-height:24px;
	padding-right: 10px;	
}
.mainContent .tableValues i {
	margin: 4px 4px 0px 4px;	
}
.mainContent div.p_table_1 h1.strikeout, .mainContent div.p_table_1_10 h1.strikeout span {
	font-size: 32px !important;
	text-decoration: line-through;
}
.mainContent div.p_table_1 h2, .mainContent div.p_table_1 h3 {
	color: #fff !important;
}
.mainContent div.p_table_1 li.css3_grid_row_1 span.css3_grid_vertical_align {
	vertical-align: bottom !important;
}
.mainContent div.p_table_1 h2.secondPrice {
	font-size: 36px !important;
}
.mainContent div.p_table_1 h3.spaceTop {
	padding-top: 10px !important;
}
.callRecordingPricing div.p_table_1 h1 {
	font-size: 36px !important;
}
.callRecordingPricing div.p_table_1 h2 {
	font-size: 24px !important;
}
.mainContent div.p_table_1 {
	color: #717171;
	font-weight: bold;
}
.mainContent div.p_table_1 h2 {
	font: normal 28px/120% 'Source Sans Pro', arial !important;
	color: #707070 !important;
	font-weight:600!important;
}
.mainContent div.p_table_1 h2 span {
	display: block;
	font: 600 15px/120% 'Source Sans Pro', arial !important;
	color: #2b96bd !important;
}
.mainContent div.p_table_1 h1, .mainContent div.p_table_1 h1 span {
	color: #707070 !important;
	font: normal 37px/120% 'Source Sans Pro', arial !important;
}
.mainContent div.p_table_1 h3 {
	font: normal 11px/120% 'Source Sans Pro', arial !important;
	color: #707070 !important;
}
.mainContent div.p_table_1_10 h1.col1,
.mainContent div.p_table_1_10 h1.col2,
.mainContent div.p_table_1_10 h1.col3,
.mainContent div.p_table_1_10 h1.col4,
.mainContent div.p_table_1_10 h2.col1,
.mainContent div.p_table_1_10 h2.col2,
.mainContent div.p_table_1_10 h2.col3,
.mainContent div.p_table_1_10 h2.col4,
.mainContent div.p_table_1_10 h3.col1,
.mainContent div.p_table_1_10 h3.col2,
.mainContent div.p_table_1_10 h3.col3,
.mainContent div.p_table_1_10 h3.col4 {
	color: #707070 !important;
}
.mainContent div.p_table_1 li.row_style_1,
.mainContent div.p_table_1 li.row_style_2,
.mainContent div.p_table_1 li.row_style_3,
.mainContent div.p_table_1 li.row_style_4,
.mainContent .threeColumnPricing div.p_table_1 div.caption_column li.header_row_2,
.mainContent .threeColumnPricing div.p_table_1 div.caption_column li.header_row_1,
.mainContent div.p_table_1_10 div.column_1 li.header_row_1,
.mainContent div.p_table_1_10 div.column_1 li.header_row_2,
.mainContent div.p_table_1_10 div.column_2 li.header_row_1,
.mainContent div.p_table_1_10 div.column_2 li.header_row_2,
.mainContent div.p_table_1_10 div.column_3 li.header_row_1,
.mainContent div.p_table_1_10 div.column_3 li.header_row_2,
.mainContent div.p_table_1_10 div.column_4 li.header_row_1,
.mainContent div.p_table_1_10 div.column_4 li.header_row_2 {
	background: none !important;
}
.mainContent div.p_table_1_10 div.column_1 li.header_row_1,
.mainContent .threeColumnPricing div.p_table_1 div.caption_column li.header_row_1,
.mainContent div.p_table_1_10 div.column_2 li.header_row_1,
.mainContent div.p_table_1_10 div.column_3 li.header_row_1,
.mainContent div.p_table_1_10 div.column_4 li.header_row_1 {
	background: url(assets/images/pricing-top-breaker.png) left bottom repeat-x !important;
}
.mainContent div.p_table_1 span.css3_grid_icon.icon_yes_01::after {
	color: #333333 !important;
	font-weight: bold !important;
}
.mainContent div.p_table_1 div.column_1, .mainContent div.p_table_1 div.column_3 {
	background: #f5f5f5;	
}
.mainContent div.p_table_1 div.column_2 {
	background: #f0f0f0;
	margin-top: -20px;
}
.mainContent div.p_table_1 div.column_4 {
	background: #fafafa;
}
.mainContent div.p_table_1 div.column_2 .header_row_1, .mainContent .threeColumnPricing div.p_table_1 div.caption_column .header_row_1{
	height: 70px !important;
}
.mainContent .callRecordingPricing div.p_table_1 div.column_2 {
	margin-top: 0px;
}
.mainContent .callRecordingPricing div.p_table_1 div.column_1 {
	background: #f0f0f0;	
	margin-top: -20px;
}
.mainContent .callRecordingPricing div.p_table_1 div.column_2, .mainContent .callRecordingPricing div.p_table_1 div.column_1,
.mainContent .callRecordingPricing div.p_table_1 div.column_4 {
	background: #f5f5f5;
}
.mainContent .callRecordingPricing div.p_table_1 div.column_3 {
	background: #fafafa;
}
.mainContent .callRecordingPricing div.p_table_1 div.column_2 .header_row_1 {
	height: 50px !important;
}
.mainContent .callRecordingPricing div.p_table_1 div.column_1 .header_row_1 {
	height: 70px !important;
}
.mainContent .callRecordingPricing div.p_table_1 h1 {
	font-size: 32px !important;
}
.mainContent .callRecordingPricing div.p_table_1 h2 {
	font-size: 21px !important;
	color: #2b96bd !important;
}
.mainContent div.p_table_1 div.column_1,
.mainContent div.p_table_1 div.column_2,
.mainContent div.p_table_1 div.column_3,
.mainContent div.p_table_1 div.column_4 {
	-moz-border-radius: 11px 11px 0px 0px;
	-webkit-border-radius: 11px 11px 0px 0px;
	border-radius: 11px 11px 0px 0px;
}
.mainContent div.p_table_1 li {
	border-bottom: 1px solid #ebebeb;	
}
.mainContent div.p_table_1 li.header_row_1 {
	border-bottom: none;	
}
.mainContent div.p_table_1 li.footer_row {
	display: none;	
}
.mainContent div.p_table_1 a.sign_up,
.mainContent div.p_table_1 .css3_grid_hidden_rows_control,
.mainContent div.p_table_1 a.sign_up:hover,
.mainContent div.p_table_1 .css3_grid_hidden_rows_control:hover,
.mainContent div.p_table_1 a.sign_up.sign_up_green,
.mainContent div.p_table_1 a.sign_up.sign_up_green:hover {
	width: auto !important;
	height: auto !important;
	padding: 7px 15px 8px 18px !important;
	margin: 5px 0 0 0;
	font: normal 14px/120% 'Source Sans Pro', arial !important;
	color: #fff !important;
	display: inline-block;
	text-shadow: none;
	border: none;
	outline: none;
	background-image: none;
	filter: none;
	-ms-filter: none;
	background: none !important;
	background-color: #93c950 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}
.mainContent div.p_table_1 a.sign_up:hover,
.mainContent div.p_table_1 .css3_grid_hidden_rows_control:hover,
.mainContent div.p_table_1 a.sign_up.sign_up_green:hover {
	background-color: #7fbf3c !important;
}
.mainContent div.p_table_1 a.sign_up_blue {
	background-color: #2b96bd !important;
}
.mainContent div.p_table_1 a.sign_up_blue:hover {
	background-color: #1782a9 !important;
}

.mainContent .threeColumnPricing div.p_table_1 div.caption_column:hover,
.mainContent div.p_table_1.p_table_hover_light div.column_1:hover,
.mainContent div.p_table_1.p_table_hover_light div.column_2:hover,
.mainContent div.p_table_1.p_table_hover_light div.column_3:hover,
.mainContent div.p_table_1.p_table_hover_light div.column_4:hover,
.mainContent div.p_table_1.p_table_hover_light div.active_column,
.mainContent div.p_table_1.p_table_hover_light div.active_column:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: #ebebeb;
}
.mainContent .threeColumnPricing {
	padding: 40px 0 20px 0;	
}

.mainContent .threeColumnPricing div.p_table_1 li {
	border-bottom: none;	
}
.mainContent .threeColumnPricing div.p_table_1 {
	font-weight: normal;
}
.mainContent .threeColumnPricing div.p_table_1 div.caption_column li.header_row_2,
.mainContent .threeColumnPricing div.p_table_1 div.column_1 li.header_row_2,
.mainContent .threeColumnPricing div.p_table_1 div.column_2 li.header_row_2,
.mainContent .threeColumnPricing div.p_table_1 div.column_3 li.header_row_2,
.mainContent .threeColumnPricing div.p_table_1 div.column_4 li.header_row_2 {

}
.mainContent .threeColumnPricing div.p_table_1 div.column_1,
.mainContent .threeColumnPricing div.p_table_1 div.caption_column,
.mainContent .threeColumnPricing div.p_table_1 div.column_2,
.mainContent .threeColumnPricing div.p_table_1 div.column_3,
.mainContent .threeColumnPricing div.p_table_1 div.column_4 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.mainContent .threeColumnPricing div.p_table_1 div.column_2,
.mainContent .threeColumnPricing div.p_table_1 div.caption_column,
.mainContent .threeColumnPricing div.p_table_1 div.column_3 {
	background: #f4f4f4;
	border: 1px solid #ebebeb;

}
.mainContent .threeColumnPricing div.p_table_1 div.column_1 {
	background: #fafafa;
	border: 1px solid #f4f4f4;
}
.mainContent .threeColumnPricing div.p_table_1 h1, .mainContent .threeColumnPricing div.p_table_1 h1 span {
	font-size: 50px !important;
	font-weight: 600 !important;
}

.mainContent .threeColumnPricing div.p_table_1 h3 {
	font-size: 13px !important;
}
.mainContent .threeColumnPricingOffice div.p_table_1 h2, h2.headercategory{
	font-size: 28px !important;
	font-weight: 600 !important;
}
.mainContent .threeColumnPricingOffice div.p_table_1 h2 span {
	color: #2b96bd !important;
	display: block;
	font: 600 14px/120% 'Source Sans Pro', arial !important;
}
.mainContent .threeColumnPricing div.p_table_1 div.column_1,
.mainContent .threeColumnPricing div.p_table_1 div.caption_column,
.mainContent .threeColumnPricing div.p_table_1 div.column_2,
.mainContent .threeColumnPricing div.p_table_1 div.column_3,
.mainContent .threeColumnPricing div.p_table_1 div.column_4 {
	width: 32% !important;
	margin: 0 0.6% !important;
}
.mainContent .threeColumnPricing div.p_table_1 div.column_1 {
	margin-top: -40px !important;
	padding-bottom: 20px !important;
}
.mainContent .threeColumnPricing div.p_table_1_10 div.column_1 li.header_row_1 {
	height: 90px !important;
}

/*404 Page*/
.errorWrapper {
	clear: both;	
}
.errorWrapper figure {
	float: left;
	width: 40%;	
	padding: 0 5%;
}
.errorWrapper .errorContent {
	float: left;
	width: 60%;
	padding: 0 5%;	
}

.addthis_toolbox {
	clear: both;
	padding: 25px 0 0 0;	
}
.mainContent .page-list li {
	width: 40%;
	float: left;
}
.postNode {
	clear: both;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #d7d7d7;	
}
.postNode .postTitle {
	padding-bottom: 0px;
}
.postNode .postMeta {
	padding-top: 0px;
	padding-bottom: 25px;
}

/*New Price Tables*/
.nav-btns {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0 !important;
	padding: 20px 0 30px 0 !important;
	border-bottom: 1px solid #d7d7d7;
}
.nav-btns > li {
	display: inline-block !important;
	margin: 0 4px !important;
}
.nav-btns > li > a {
	background: #f4f4f4;
	color: #707070;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	padding-right:25px!important;
	padding-left:25px!important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav-btns > li > a:hover, .nav-btns > li > a:focus {
	background: #e8e8e8;
	color: #575757;
	border: 1px solid #cfcfcf;
}
.nav-btns > li.active > a, .nav-btns > li.active > a:hover, .nav-btns > li.active > a:focus {
	background: #2b96bd;
	color: #fff;
	border: 1px solid #2b96bd;
}


.threeColumnPricing div.p_table_2 {
	font-family: 'Source Sans Pro', arial !important;
}
.threeColumnPricing div.p_table_2 li.row_style_1 span, .threeColumnPricing div.p_table_2 li.row_style_2 span, .threeColumnPricing div.p_table_2 li.row_style_3 span {
	font-size: 15px !important;
}
.threeColumnPricing div.p_table_2 a.button_1, .threeColumnPricing div.p_table_2 a.button_2, .threeColumnPricing div.p_table_2 a.button_3, .threeColumnPricing div.p_table_2 a.button_4 {
	padding-top: 8px !important;
	width: 170px !important;
}
/*Personal Tour*/
.personalTourBanner {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	background: #2b96bd;
	color: #fff;
	position: relative;
}
.personalTourBanner figcaption {
	position: absolute;
	top: 35%;
	width: 100%;
	padding: 0 10px;
}
.personalTourBanner h1 {
	font: bold 44px/120% 'Source Sans Pro';
	margin: 0px;
	padding: 4px 0 6px;
}
.personalTourBanner h4 {
	font: normal 27px/120% 'Source Sans Pro';
	margin: 0 0 10px 0;
	padding: 0px;
}
.personalTourPage {
	text-align: center;
	padding-top: 80px;
}
.personalTourPage h1 {
	color: #2b96bd;
	font-size: 40px;
	font-weight: bold;
}
.personalTourPage p {
	line-height: 175%;
}
.personalTourPage iframe {
	margin-top: 30px;
}
/*-  MEDIA QUERIES
----------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
.pageHeader .logo {
	margin: 12px 0 10px;	
}
.pageHeader nav {
	font-size: 18px;
	width: 105.5%;
}
.pageHeader nav ul li a {
	padding-top: 30px;
	padding-bottom: 20px;
}
.pageHeader nav ul li ul {
	font-size: 16px;	
}
.pageHeader nav ul li ul {
	padding: 15px 0;
	width: 450px;	
}
.pageHeader nav ul li ul li a {
	padding-left: 20px;	
}
.mainContent, .leftNav {
	font-size: 16px;	
}
.leftNav h3 {
	font-size: 21px;	
}
.mainContent h1 {
	font-size: 32px;
}
.mainContent h2 {
	font-size: 28px;
}
.mainContent h3 {
	font-size: 21px;
}
.mainContent h4 {
	font-size: 18px;
}
.wrapper {
	padding: 0 20px;	
}
}

@media screen and (max-width: 1150px) {

.pageHeader .logo {
	min-width: 220px;
}

.leftNav {
	min-width: 240px;
}
.officePlansPriceTable div.p_table_1 > div {
	width: 33% !important;	
}
.officePlansPriceTable div.p_table_1 div.column_3 {
	margin-left: 33% !important;
}
}
@media screen and (max-width: 1050px) {
.pageHeader nav {
	width: 105%;
}
.pageHeader nav ul li a {
	padding-left: 30px;
	padding-right: 30px;
}
}
@media screen and (max-width: 1024px) {
.pageBanner figcaption {
	left: 2%;
	margin: 0px;
	width: 50%;
}
.pageBanner .videoNode {
	right: 2%;
	left: auto;
	width: 40%;
	margin: 0px;
}
.awardsNode figure img {
	margin: 0 8px;
}
.homeCallouts ul li {
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
}
@media screen and (max-width: 1000px) {
.topBar {
	padding: 12px 0;	
}
.topBar h3 {
	font-size: 16px;
	padding-left: 24px;
	background-size: 14px 16px;	
}
.pageHeader .topRight {
	top: -37px;	
}
.pageHeader .loginLink {
	font-size: 16px;
	padding-left: 26px;
	background-size: 14px 15px;	
}
.pageHeader .searchNode .field {
	width: 230px;
	height: 30px;
	font-size: 16px;
}
.pageHeader .searchNode .submit {
	width: 16px;
	height: 17px;
	background-size: 100% 100%;	
}
.pageHeader .logo {
	margin: 15px 0 10px;	
}
.pageHeader nav {
	font-size: 16px;
}
.pageHeader nav ul li a {
	padding: 25px 30px;
}
.pageHeader nav ul li ul {
	font-size: 14px;	
}
.pageHeader nav ul li ul {
	padding: 10px 0;
	width: 400px;	
}
.pageHeader nav ul li ul li a {
	padding-left: 15px;	
}
.leftNav {
	min-width: 200px;	
}
.pageHeader .logo {
	min-width: 200px;
}
.anyPlansPriceTable div.p_table_1 > div {
	width: 33% !important;	
}
.anyPlansPriceTable div.p_table_1 div.column_3 {
	margin-left: 33% !important;
}
}
@media screen and (max-width: 950px) {
.pageHeader nav {
	width: 104.75%;	
}
.pageHeader nav ul li a {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media screen and (max-width: 900px) {
.pageHeader nav {
	width: 104.25%;	
}
}
@media screen and (max-width: 800px) {
.pageHeader nav {
	width: 103.25%;
}
.pageHeader nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (max-width: 768px) {
.wrapper {
	padding: 0 15px;	
}
.topBar {
	padding: 0px;
}
.topBar h3 {
	position: absolute;
	top: 30px;
	right: 85px;
	padding: 0px;
	background: none;
	z-index: 30;
}
.topBar h3 a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(assets/images/icon-phone-mobile.png) left top no-repeat;
	background-size: 100% 100%;
}
.pageHeader .logo {
	min-width: auto;
	width: auto;
	max-width: 65%;
	margin: 15px 0 15px 5px;
}
.pageHeader .toggleMenu {
	display: block;
}
.pageHeader .mobileWrapper {
	position: absolute;
	top: 100%;
	right: 0px;
	width: auto;
	max-width: 300px;
}
.pageHeader nav.desktopMenu {
	display: none;
}
.pageHeader nav.mobileMenu {
	display: block;
}
.pageHeader nav {
	font: normal 17px/120% 'Source Sans Pro';
	width: 100%;
	text-align: left;
}
.pageHeader nav ul {
	display: block;
	width: 100%;
	margin: 1px 0 0 0;
}
.pageHeader nav ul li {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #a7a7a7;
}
.pageHeader nav ul li a {
	padding: 18px 50px 17px 20px;
	color: #505050;
	background: url(assets/images/menu-bul-mobile.png) right center no-repeat #ebebeb;
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.pageHeader nav ul li a:hover {
	color: #fff;
	background: url(assets/images/menu-bul-hover-mobile.png) right center no-repeat #2b96bd;
}
.pageHeader nav ul li ul {
	display: block;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 10px 0;
	background: none;
	background: #e1e1e1;
	font-size: 15px;
	text-transform: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pageHeader nav ul li ul li {
	width: 100%;
	border-bottom: none;
}

.pageHeader nav ul li ul li a {
	padding: 7px 50px 7px 22px;
	color: #505050;
	background: none;
}
.pageHeader nav ul li ul li a:hover {
	color: #2b96bd;
	background: none;
}
.pageHeader nav ul li:hover > ul {
	display: block;
}
.pageHeader nav ul li:hover > a {
	color: #fff;
	background: url(assets/images/menu-bul-hover-mobile.png) right center no-repeat #2b96bd;
}
.pageHeader nav ul li.hover > a {
	color: #fff;
	background: url(assets/images/menu-bul-active-mobile.png) right center no-repeat #2b96bd;
}

.pageHeader .topRight {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 20;
}
.pageHeader .loginLink {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: 400 17px/120% 'Source Sans Pro';
	background: none;
	color: #505050;
	text-transform: uppercase;
}
.pageHeader .loginLink a {
	display: block;
	padding: 21px 20px 17px 44px;
	background: url(assets/images/icon-lock-mobile.png) 19px 19px no-repeat #f0f0f0;
	color: #505050;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.pageHeader .loginLink a:hover {
	color: #fff;
	text-decoration: none;
	background: url(assets/images/icon-lock-hover-mobile.png) 19px 19px no-repeat #2b96bd;
}
.pageHeader .searchNode {
	width: 100%;
	margin: 0px;
}
.pageHeader .searchNode .field {
	width: 100%;
	height: 55px;
	padding: 0 20px 0 44px;
	font: 400 italic 17px/120% 'Source Sans Pro';
	color: #fff;
	background: #b7b7b7;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.pageHeader .searchNode .field:focus {
	background: #b7b7b7;
}
.pageHeader .searchNode .submit {
	top: 21px;
	left: 19px;
	width: 15px;
	height: 15px;
	background: url(assets/images/icon-search-mobile.png) left top no-repeat;
}
.pageBanner > img {
	display: none;
}
.pageBanner figcaption {
	position: relative;
	float: left;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 50px 20px;
	text-align: center;
	background: url(assets/images/banner-bg.jpg) center top no-repeat;
	border-bottom: 1px solid #eeeef1;
}
.pageBanner p.btns a {
	float: none;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.pageBanner .videoNode {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 30px 15%;
	margin-left: 0px;
}
.awardsNode figure img {
	width: 12.5%;	
}
.awardsNode p {
	padding: 12px 20px;
}
.homeCallouts ul li h3 br {
	display: none;	
}
.testimonialNode .wrapper {
	padding: 0 50px 0 150px;
}
.testimonialNode blockquote img.client {
	left: -130px;
}
.leftNav {
	display: none;
}
.mainContent {
	width: 100%;
	padding: 0 5px;	
}
.ezcol-one-half.twoColumns {
	width: 100% !important;
	margin: 0px !important;
}
.mainContent .ezcol-last + .ezcol-divider {
	display: block !important;
	clear: both !important;
}
.mainContent .ezcol-divider + p {
	clear: both !important;
}
.mainContent .page-list li {
	width: 90%;
}
.personalTourBanner h1 {
	font-size: 32px;
}
.personalTourBanner h4 {
	font-size: 21px;
}
.personalTourPage p br {
	display: none;
}
.anyPlansPriceTable div.p_table_1 > div {
	width: 25% !important;	
}
.anyPlansPriceTable div.p_table_1 div.column_3 {
	margin-left: 0 !important;
}
}
@media screen and (max-width: 667px) {
.pageBanner .videoNode {
	padding: 30px 10%;
}
.testimonialNode h2 {
	font-size: 36px;
}
.awardsNode p {
	padding: 12px 10px;
}
.freeTrial h2 {
	font-size: 36px;	
}
.pageFooter nav {
	width: 33%;	
	text-align: center;
}
.pageFooter nav:nth-child(4) {
	display: none;
}
.pageFooter figure {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
.pageFooter figure img {
	float: none;
	clear: none;
	margin: 0 10px;
}
.pageFooter aside {
	text-align: center;
}
.pageFooter aside ul {
	
}
.pageFooter aside ul li {
	padding: 0 10px;
}
.pageFooter aside p {
	
}
.postPageFooter {
	text-align: center;
	padding-bottom: 50px;
}
.postPageFooter img {
	margin: 0 7px;
}
.planCtable, .planCtable.last-table, .planCtable.learnMore {
	width: 100%;
	min-height: 200px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;		
}
.planCtable h2, .planCtable.last-table h2 {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.awardsPage ul li {
	padding: 10px;
}
.awardsPage ul li figure {
	width: 100%;
	height: auto;
	margin: 20px 0 10px 0;
}
.awardsPage ul li .awardtitle {
	width: 100%;
}
.anyPlansPriceTable div.p_table_1 > div {
	width: 33% !important;	
}
.anyPlansPriceTable div.p_table_1 div.column_3 {
	margin-left: 33% !important;
}
body {
	overflow: hidden;
	position: relative;	
}
#livechat-compact-container, #livechat-full {
	position: absolute !important;
	left: 50% !important;
	right: auto !important;
	margin-left: -125px;
}
#livechat-full {
	margin-left: -200px;
}
.threeColumnPricing div.p_table_2 > div {
	width: 100% !important;
	margin-bottom: 20px !important;
}
.personalTourBanner h1 {
	font-size: 24px;
}
.personalTourBanner h4 {
	font-size: 16px;
}
.mainContent .threeColumnPricing div.p_table_1 div.column_1,
.mainContent .threeColumnPricing div.p_table_1 div.column_2,
.mainContent .threeColumnPricing div.p_table_1 div.column_3 {
	width: 48% !important;
	margin: 0 1% !important;
}
.mainContent .threeColumnPricing div.p_table_1 div.column_2 {
	margin-top: -40px !important;
}
}

@media screen and (max-width: 480px) {
.pageHeader .logo {
	width: 65%;
}
.pageHeader .toggleMenu {
	width: 10%;
	height: 40%;
}
.pageBanner h2 {
	font-size: 36px;	
}
.pageBanner p.btns a.green {
	min-width: 130px;
	font-size: 24px;
}
.pageBanner p.btns a, .pageBanner p.btns a.green {
	margin: 5px 10px;
}
.pageBanner .videoNode {
	padding: 30px 20px;
}
.awardsNode {
	padding: 40px 0 30px;
	font-size: 16px;
	line-height: 150%;
}
.awardsNode h2 {
	font-size: 24px;	
}
.awardsNode figure img {
	width: 20%;
}
.testimonialNode {
	text-align: center;	
}
.testimonialNode .wrapper {
	padding: 0 40px;
}
.testimonialNode h2 {
	font-size: 32px;
}
.testimonialNode blockquote:before {
	left: -17px;	
}
.testimonialNode blockquote img.client {
	display: none;	
}
.homeCallouts {
	padding: 40px 0 30px;
}
.homeCallouts ul li {
	width: 49%;
	padding: 15px 10px;
}
.testimonialNode {
	padding: 40px 0 30px;
}
.testimonialNode .wrapper {
	padding: 0 30px;
}
.freeTrial {
	padding: 40px 0 30px;
}
.freeTrial h2 {
	font-size: 32px;	
}
.pageFooter nav {
	width: 50%;
	padding-bottom: 20px;
}
.pageFooter nav:nth-child(3) {
	margin-left: 25%;
}
.alignright, .alignleft {
	max-width: 50%;	
}
.personalTour, .personalTourBig {
	padding: 20px;
}
.personalTour iframe, .personalTour .downloadNode {
	position: relative;
	top: 0px;
	right: 0px;
}
#accordion h4:first-child {
	 margin-top: 30px;
}
.socialList li {
	width: 50%;
	padding: 0 10px 30px 10px;
}
.officePlansPriceTable div.p_table_1 > div {
	width: 50% !important;	
}
.officePlansPriceTable div.p_table_1 div.column_2, .officePlansPriceTable div.p_table_1 div.column_3, .officePlansPriceTable div.p_table_1 div.column_4 {
	margin-left: 50% !important;
}
.anyPlansPriceTable div.p_table_1 > div {
	width: 50% !important;	
}
.anyPlansPriceTable div.p_table_1 div.column_2, .anyPlansPriceTable div.p_table_1 div.column_3, .anyPlansPriceTable div.p_table_1 div.column_4 {
	margin-left: 50% !important;
}

.errorWrapper figure, .errorWrapper .errorContent {
	width: 100%;
}
#livechat-full {
	width: 96% !important;
	left: 2% !important;
	margin-left: 0px;
	max-height: 320px !important;
}
.mainContent .threeColumnPricing {
	padding: 0px;	
}
.mainContent .threeColumnPricing div.p_table_1 div.column_1,
.mainContent .threeColumnPricing div.p_table_1 div.column_2,
.mainContent .threeColumnPricing div.p_table_1 div.column_3,
.mainContent .threeColumnPricing div.p_table_1 div.column_4 {
	width: 97% !important;
	margin: 10px 2% !important;
}
.mainContent div.p_table_1 div.column_2 {
	margin-top: 0px;
}
.officePlansPriceTable div.p_table_1 > div, .anyPlansPriceTable div.p_table_1 > div {
	margin-bottom: 10px;
}
}

@media screen and (max-width: 320px) {
.awardsNode figure img {
	width: 25%;
}
.homeCallouts ul li {
	width: 100%;
}
.freeTrial p a.btn {
	min-width: 200px;	
}
.alignright, .alignleft {
	max-width: 100%;
	margin: 10px auto;
	float: none;
	display: block;
}
.wp-caption, .wp-caption.alignleft, .wp-caption.alignright { 
	padding-left: 0px;
	padding-right: 0px;
}
table.ACDQtable {
	font-size: 0.75em;
	line-height: 120%;
}
table.ACDQtable tr th, table.ACDQtable tr td {
	padding: 8px 3px !important;
}
.officePlansPriceTable div.p_table_1 > div {
	width: 100% !important;	
}
.officePlansPriceTable div.p_table_1 div.column_2, .officePlansPriceTable div.p_table_1 div.column_3, .officePlansPriceTable div.p_table_1 div.column_4 {
	margin-left: 0 !important;
}
.anyPlansPriceTable div.p_table_1 > div {
	width: 100% !important;
}
.anyPlansPriceTable div.p_table_1 div.column_2, .anyPlansPriceTable div.p_table_1 div.column_3, .anyPlansPriceTable div.p_table_1 div.column_4 {
	margin-left: 0 !important;
}
#livechat-full {
	max-height: 240px !important;
}
.personalTourBanner figcaption {
	top: 25%;
}
.personalTourBanner h1 {
	font-size: 16px;
	padding-bottom: 0px;
}
.personalTourBanner h4 {
	font-size: 12px;
}
.pageHeader .toggleMenu {
	top: 33%;
	width: 12%;
}
.mainContent div.p_table_1 div.caption_column {
	text-align: left;
}
.mainContent .callRecordingPricing div.p_table_1 div.column_1 {
	margin-top: 0px;
}
}

@media screen and (max-width: 240px) {
.socialList li {
	width: 100%;
}
#livechat-full {
	width: 99% !important;
	left: 0.5% !important;
}
.personalTourBanner h1 {
	font-size: 12px;
}
.personalTourBanner h4 {
	font-size: 10px;
}
}

.thirtySpace{
	clear:both;
	height:30px;}

.threecol{
	width:30%; 
	float:left;
	margin-right:5%;}
	
.threecollast{
	width:30%; 
	float:left;
	margin-right:0;}

@media screen and (max-width: 600px) {
.threecol, .threecollast{
	width:100%; }
}



.leftNav .current_page_item .children {display:block!important;}