/*   
Theme Name: Avoxi Theme
Theme URI: http://brandfeverinc.com/
Description: We use this theme to start our Theme development.
Author: Evan Mullins
Author URI: http://brandfeverinc.com/
Template: thematic
Version: 1.5
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/*
Fonts from account at fonts.com
-------------------------------------
//sans-serif
font-family:'Aller Typo W01 Bold';
font-family:'Aller Typo W01 Regular';
//serif
font-family:'Diverda Serif W01 Bold';
font-family:'DiverdaSerifW01-Italic';
font-family:'DiverdaSerifW01-Medium';
font-family:'DiverdaSerifW01-Regular';

*/

/* Apply basic typography styles */
/*@import url('../thematic/library/styles/typography.css');*/
/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#6D6E71;    
    font: 14px Arial,sans-serif;
    line-height:25px!important;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
    font-weight:normal;
    clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
    margin: 0 0 18px 2.5em;
}
ol {
    margin: 0 0 18px 2.5em;
}
ul {
    list-style:disc;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style:upper-alpha;
}
ol ol ol {
    list-style:lower-roman;
}
ol ol ol ol {
    list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom:0;
}
dl  {
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
    margin-bottom:18px;
}
strong {
    font-weight: bold;
    font-family:'Aller Typo W01 Bold';
}
cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style:normal;
}
pre {
    font:11px Monaco, monospace;
    line-height:18px;
    margin-bottom:18px;
}
code {
    font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
    text-decoration:none;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    
}
sup {
    bottom: 1ex;
    font-size: 55%;
}
sub {
    top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
    float: left;
    margin-left:0;
    margin-right:20px;
    text-align: right;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left:20px;
    margin-right:0;
    text-align: left;
    width: 33%;
}
.alignleft {
    float:left;
    margin: 0 2em 1em 0;
}
.alignright {
    float:right;
    margin: 0 0 1em 2em;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
    font:--px Monaco, monospace;
    line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/2c-r-fixed.css');*/
/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

#header {
    position:relative;
}
#branding {
    width:94%;
    margin:0 auto;
    padding-top: 44px!important;
    
}
#access {
    position:relative;
    overflow:hidden;
}

#main {
    width:1100px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

#container {
    width:64%;
    float:left;
    margin: 0 0 0 0;

}

.tptn_counter {display: none;}

body.page-template-template-page-newquote-php #container, body.page-template-template-page-thankyou-php #container, body.page-template-template-page-newquote-sa-php #container, .page-template-template-page-partner-php #container, .page-template-template-page-offerdetails-php #container, .slug-privacy-policy #container, .page-template-template-page-newfullwidth-php #container {
    width:100%;
    float:left;
    margin: 0px;
    padding: 0px;
}

#content {
    margin:0 0 0 10px;
    width:90%;
    overflow:hidden;
}

body.page-template-template-page-newfullwidth-php #content, .page-template-template-page-offers-php #content, .page-template-template-page-offerdetails-php #content {
	width: 100%!important;
}

body.page-template-template-page-newquote-php #content, body.page-template-template-page-thankyou-php #content, body.page-template-template-page-newquote-sa-php #content, .page-template-template-page-partner-php #content {width:100%;}

.main-aside {
    width:30%;
    float:right;
    position:relative;
    right:10px;
    margin: 0 2% 0 0;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:94%;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:30%;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:96%;
    margin:0 auto;
}

.access-nav-open, .access-nav-close {display:none;}


/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Load helper styles 
@import url('styles/helpers.css');
*/

/* http://paulirish.com/2012/box-sizing-border-box-ftw/
Browser support - Due to browser support, this recommendation is only for projects that support IE8 and up. (Full browser compat at MDN) Firefox still needs the -moz- prefix, and <= iOS4, Android <= 2.3 need the -webkit-, but everyone else uses the unprefixed. You can find more info about a box-sizing polyfill for IE6 & 7 at html5please.us/#box-sizing (which was developed with * { box-sizing: border-box!).
*/
* { 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(/wp-content/themes/avoxi/js/Schepp-box-sizing-polyfill-9aa197d/boxsizing.htc);
}
#fancybox-wrap, #fancybox-content, .landing-page-cycle div {
    -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
}
/*
Fonts from account at fonts.com
-------------------------------------
//sans-serif
font-family:'Aller Typo W01 Bold';
font-family:'Aller Typo W01 Regular';
//serif
font-family:'Diverda Serif W01 Bold';
font-family:'DiverdaSerifW01-Italic';
font-family:'DiverdaSerifW01-Medium';
font-family:'DiverdaSerifW01-Regular';

*/
/*
Begin Default CSS - ../thematic/library/styles/default.css
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* Clear Fix - http://css-tricks.com/snippets/css/clear-fix/
-------------------------------------------------------------- */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


/* =Global Elements
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

body, input, textarea {
/*     font:15px 'DiverdaSerifW01-Regular',serif; */
font-family:'Aller Typo W01 Regular',sans-serif;
    line-height:22px;
}

p, ul, ol, dd, pre {
    margin-bottom:15px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    color: #58595b;
}
pre, code {
    font:14px Monaco, monospace;
    line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
    font-family:'Aller Typo W01 Regular',sans-serif;
}
table {
    border:0px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
    font-family:'Aller Typo W01 Regular',sans-serif;
}
caption {
    text-align:left;
}
tr {
    border-bottom:0px solid #ccc;
    font-family:'Aller Typo W01 Regular',sans-serif;
}
th, td {
    padding: .7em 1.25em;
    font-family:'Aller Typo W01 Regular',sans-serif;
}
hr {
    background-color:#ccc;
    border:0;
    height:1px;
    margin-bottom:22px;
}
.ie7 hr {
    background-color:transparent;
    color:#ccc;
}
a:link {
    color:#00A4E4;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
a:visited {
    color:#08a4da;
}
a:active,
a:hover {
    color: #166EB4;
}


/* =Header
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#wrapper{
    /* background: url(img/backgroundwith_Lines.png) 90% 0 repeat-x; */
}
#header {
    z-index:10;
    overflow:visible;
    width: 1100px;
    margin: 0px auto 30px;
}
#branding {
    padding: 44px 30px 0px 0px;
    width: 100%;
	max-width: 1100px;
    position:relative;
    z-index: 2;
    margin: 0px auto;
}
#header_wrap {
    position:relative;
    z-index: 100;
    height: 120px;
}
.header_wrap_bg {
    /* position:fixed; 
    position: relative;
    height: 164px;
    width: 100%;
    margin: 0px auto;
    overflow:visible !important;*/
}
.header_bg{
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index:0;
    opacity:0;
  /* -webkit-box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, .3); */ /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     /* box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, .3); */ /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#blog-title {
    font-family:'Aller Typo W01 Regular',Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
    /* position:fixed; */
    position: relative;
    padding: 0px 0;
    float: left;
}

body.page-template-template-page-newquote-php #blog-title {
	margin: -65px 0px 0px!important;
}

/*#blog-title a {
    color:#000;
    text-decoration:none;
}*/
#blog-title a {
  display: block;
  height: 0;
  width: 0;
  margin: -20px 0px 0px 0px;
  text-indent: -9999px;
  padding: 47px 145px;
  overflow: hidden;
  background: url(images/avoxilogo.jpg) center center no-repeat transparent;
}
/*#blog-title a:active,
#blog-title a:hover {
    color: #166EB4;
}*/
#blog-description {
  display: block;
  height: 0;
  width: 0;
  /* margin: 0; */
  margin: -115px 0px 0px 0px;
  text-indent: -9999px;
  padding: 57px 53px;
  overflow: hidden;
  position: absolute;
  left: 330px;
  display:none;
}


.homeheader {
	background: url('images/bannerimg.jpg') no-repeat;
	width: 100%;
	height: auto;
	max-width: 1920px;
	margin: -20px 0px 0px 0px;
	float: left;
	
}

.homeheadercontainer {
	width: 1000px;
	margin: 0px auto;
	
}

.homeheadertext {
	width: 40%;
	float: left;
	margin: 140px -42px 0px;
}

.homeheadertext p.headline {
	font-weight: bold;
	font-size: 45px;
	line-height: 60px;
	color: #FFF;	
	font-family:'Aller Typo W01 Regular',Arial,sans-serif;
	margin-bottom: 35px;
}
.homeheadertext p {
	font-weight: normal;
color: #FFF;
font-size: 15px;
font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
line-height: 20px;
margin: 10px 0px 35px;
	
}
a.ctabtn, a.ctabtn:visited {
	padding: 15px 25px;
	background: #24c83a;
	border: 1px solid #26e546;
	margin: 0px 0px;
	color: #FFF!important;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
	text-transform: uppercase;
	
}


a.ctabtn:hover {
background: #26e546;
border: 1px solid #24c83a;
}

.devices {
	float: right;
	width: 65%;
	margin: 40px 0px 0px 0px;
	
}



body.page-id-11994 #blog-description {display:none;}

body.page-template-template-page-newquote-php #blog-description, 
body.page-template-template-page-thankyou-php #blog-description, body.page-template-template-page-newquote-sa-php #blog-description  {display:none;}

.itfs-pageheader {
	background: #ebebeb;
	width: 100%;
	height: 250px;
	max-width: 1920px;
	margin: 90px 0px 0px 0px;
	color: #58595b;
}

.itfs-pageheader .pageheadertext #left {
	width: 70%;
	float: left;
	margin: 0px 20px 0px 0px;
}

.itfs-pageheader .pageheadertext #right {
	width: 27%;
	float: right;
	text-align: center;
}

.single-itfs .entry-content h1 {
	color: #08a4da;
	font-size: 25px;
}


#shortlist {
	float: left;
	width: 270px;
}

.itfs-pageheader .pageheadertext #right a {
	background: #24c83a;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 65px;
	text-decoration: none;
	display: block;
	width: 260px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px auto 20px;
	}
	
.itfs-pageheader .pageheadertext #right a:hover {
	background: #2ae944;
}
	
.itfs-pageheader .pageheadertext #right strong {	
	color: #08a4da;
	font-size: 18px;
	 }
	 
	 

.itfs-pageheader p.ctatitle {font-size: 30px; font-weight: bold; line-height: 37px; margin: 0px;}

.itfs-pageheader p {margin: 0px; font-size: 14px;line-height: 20px;}

#features {
	background: url("images/checkmark.png") no-repeat 0% 5%;
	padding: 0px 0px 0px 25px;
	float: left;
	width: 50%;
	margin: 20px 0px 0px;
}

#features strong {
color: #08a4da;
}

.itfs-pageheader .pageheadertext {
width: 100%;
max-width: 1000px;
margin:0px auto 0px;
padding: 40px 0px 0px 0px;
font-family:'Aller Typo W01 Regular',sans-serif;
color: #FFF;
}


.pageheader {
	background: url('images/bkg-pageheader.jpg');
	width: 100%;
	height: 179px;
	max-width: 1920px;
/* 	margin: -20px 0px 0px 0px; */
	margin: 70px 0px 0px 0px;
}

.quotenumber {width: 30%;
max-width: 1000px;
margin:60px auto 0px;
padding: 0px 0px 0px 0px;
font-family:'Aller Typo W01 Regular',sans-serif;
float: right;}

.page-template-template-page-thankyou-php .quotenumber {width: 30%;
max-width: 1000px;
margin:0px auto 0px;
padding: 0px 0px 0px 0px;
font-family:'Aller Typo W01 Regular',sans-serif;
float: right;}

.callus {float:right; font-size: 25px; font-weight: bold;font-family:'Aller Typo W01 Regular',sans-serif;color: #00b1eb;line-height: 35px;}

.pageheader .pageheadertext {
width: 100%;
max-width: 1100px;
margin:0px auto 0px;
padding: 70px 0px 0px 0px;
font-family:'Aller Typo W01 Regular',sans-serif;
color: #FFF; }



.pageheader h1 {float:left; font-size: 35px; font-weight: bold; line-height: 37px;}

.pageheader h2.blogtitle {
	float: left;
font-size: 35px;
font-weight: bold;
line-height: 38px;
margin-top: -15px;		
}



.pageheader p.quote {
background-image: url('images/quote.png');
float:right;
text-align: right;
font-size: 14px;
line-height: 17px;
background-repeat: no-repeat;
padding: 5px 0px 0px 23px;
color: #FFF;
}

.pageheader p.header-tagline {
float:right;
text-align: right;
font-size: 14px;
line-height: 17px;
background-repeat: no-repeat;
padding: 5px 0px 0px 23px;
color: #FFF;
}

.pageheader .quoteauthor {color: #FFF;}
.quoteauthor {font-size: 11px; font-style: italic; }


.quoteform {
float: left;
width: 45%;
margin-top: -25px;
min-width: 450px;
}

.demoform {
float: right;
width: 45%;
margin-top: -25px;
min-width: 460px;
}

.productinfo {
	float: right;
	width: 52%;
}

.demoproductinfo {
	float: left;
	width: 52%;
}

.smartqueue {
width: 262px;
float: left;
}

.avoxicore {
width: 250px;
float: left;
padding: 5px 0px 0px 15px;
}

.demovideo {background: #000;
padding: 130px 190px 130px 190px;
float: left;
color: #FFF;
margin: 30px 0px 0px 0px;}

body.page-template-template-page-newquote-php #content #page-top, body.page-template-template-page-thankyou-php #content #page-top, body.page-template-template-page-newquote-sa-php #content #page-top {border-bottom: none;}

.productinfo h3 {
	font-size: 25px!important;
color: #58595b;
margin: 0px 0px 0px 0px;
font-style: normal!important;
font-weight: normal;
padding: 0px 0px 5px 0px!important;
	
}


.tollfree img, .callcenter img, .cloud img {float:left;}
.tollfreeinfo, .callcenterinfo, .cloudinfo{float: left;
width: 70%;
margin: 5px 0px 15px 15px;}
.tollfreeinfo p, .callcenterinfo p, .cloudinfo p {
	font-size: 13px;
line-height: 17px;	
}
p.productname,  .productname a:link, .productname a:visited, .productname a:hover {
text-decoration: none;
font-size: 20px;
font-weight: bold;
color: #58595b;
margin: 0px;
}


.logos {
	float:left;
	clear:both;
	width: 100%;
	text-align: center;
	margin: 55px auto;
	font-weight: 500;
font-size: 17px;
}

.logos img {margin: 20px 0px;}

body.page-id-11994 #fixed-header-aside, body.page-template-template-page-newquote-php #fixed-header-aside, body.page-template-template-page-thankyou-php #fixed-header-aside, body.page-template-template-page-newquote-sa-php #fixed-header-aside {display:none;}

.container {
	margin: 50px auto 50px;
text-align: center;
float: left;
width: 100%;
}

.newquotesection {
	width: 917px;
	margin: 60px auto;
	background: url('images/quotebkgd.jpg');
	padding: 40px;
	height: 150px;
}

.container h1, h1.credtitle, .container p.success {font-size: 48px; color: #58595b; text-align: center; font-family:'Aller Typo W01 Regular',sans-serif; line-height: 60px;}
.container p, p.creddesc {font-size: 24px; color: #58595b; text-align: center; font-family:'Aller Typo W01 Regular',sans-serif;
	line-height: 32px;
font-weight: normal;
}

#bundleus {
	border-bottom: #ccc 1px solid;
padding: 0px 0px 20px;
margin: 0px 0px 40px;
}

#bundleus p {
	font-size: 18px;
	font-weight: normal;
	color: #58595b;
	
}

#bundleus a {
	color: #13abe0!important;
}

.bundletitle {
	color: #13abe0!important;
	font-weight: bold!important;
	margin: 0px 0px 0px;
	padding: 0px;
	line-height: 20px!important;
	font-size: 25px!important;
}


#cred{
width: 1100px;
/* max-width: 1100px; */
margin: 60px auto 60px;
}
#inc {float: left; width:50%;
border-right: 1px solid #c2c2c2; padding: 0px 70px; margin-left: 15px;
}
#testquote {float: left; width: 48%;
padding: 16px 75px; font-family:'Aller Typo W01 Regular',sans-serif; }
.quotecopy {background: url(images/quote-blue.jpg) no-repeat; padding: 10px 38px;text-align: left;font-family:'Aller Typo W01 Regular',sans-serif; font-size: 14px;
line-height: 17px;}
.inccopy {line-height: 18px;padding: 25px 0px 0px 0px; text-align: left;font-family:'Aller Typo W01 Regular',sans-serif; font-size: 14px;}
.incimage {width: 99px;
float: left;
font-family:'Aller Typo W01 Regular',sans-serif; margin-right: 25px;}

.questions {
	float: left;
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
padding: 0px 0px 10px 0px;
	}

.questions p {float:left;}

.q1, .q2, .q4, .q5 {width: 30%; float: left; padding: 0px; margin: 0px 50px 30px 0px;}
.q3, .q6 {width: 30%; float: left; padding: 0px; margin: 0px 0px 30px 0px;}
p.question {font-family:'Aller Typo W01 Regular',sans-serif; font-size: 16px!important; line-height: 20px!important; padding-bottom: 10px; color: #58595b; margin: 0px;}
.q1 p, .q2 p, .q3 p, .q4 p, .q5 p, .q6 p {font-family:'Aller Typo W01 Regular',sans-serif; font-size: 14px; line-height: 20px; color: #58595b;}
.questions a:link, .questions a:visited {text-decoration: none; padding-top: 3px; color: #00a4de;}


.producttour {
	width: 100%;
	float: left;
	margin: 40px 0px 40px 0px;
	border-bottom: 1px solid #aaaaaa;
	padding: 0px 0px 10px 0px;}

.p5 {
	width: 30%; float: left; padding: 0px;
	margin: 25px 50px 0px 0px!important;
}

.p6 {
	width: 30%; float: left; padding: 0px;
	margin: 22px 0px 0px 0px!important;
}

.p1, .p2, .p4 {width: 30%; float: left; padding: 0px; margin: 0px 50px 30px 0px;}
.p3 {width: 30%; float: left; padding: 0px; margin: 0px 0px 30px 0px;}


body.slug-voip-academy #container, .page-template-template-page-offers-php #container {
width: 100%;
float: left;
margin: 0px;
padding: 0px;
}

.newquotecontent2 {
	float: left;
width: 65%;
margin-left: 20px;
}

.newquotecontent img {
	float: left;
	padding: 0px;
	width: 69px;
}

.newquotecontent h1 {
	font-family:'Aller Typo W01 Regular',sans-serif;
	color: #58595b;
	font-size: 25px;
}

.newquotecontent p {
	font-family:'Aller Typo W01 Regular',sans-serif;
	color: #58595b;
	font-size: 16px;
	
}

.newquotesection a:link, 
.newquotesection a:visited {
	float: right;
	width: 193px;
	padding: 12px 14px;
background: #FFF;
border: 1px solid #cbcbcb;
color: #00a4de!important;
font-size: 20px!important;
text-decoration: none!important;
font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
margin-top: 10px;
}

.newquotesection a:hover {
	background: #00a4de;
border: 1px solid #363636;
color: #FFF!important;
	
}

.sidebarbtns a:link, .sidebarbtns a:visited {
padding: 12px 55px;
background: #08a4da;
border: 1px solid #067ea7;
color: #FFF!important;
font-size: 20px!important;
text-decoration: none!important;
font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
margin: 0px 0px 25px;
float: left;
width: 275px;
}

.sidebarbtns a:hover {
	background: #067ea7;
	border: 1px solid #08a4da;
}

.sidebarbtns a.green {
	background: #24c83a;
border: 1px solid #26e546;
margin: 20px 0px;
}

.sidebarbtns a.green:hover {
	background: #26e546;
border: 1px solid #24c83a;
}

.sidebarbtns p {
	float: left;
}

.sidebarproducts {
	
}

.sidebarproducts h2 {
	font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
	font-size: 17px;
	color: #08a4da!important;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.sidebarproducts ul {
	list-style: none!important;
	margin: 0px 0px 0px 0px!important;
}


.sidebarproducts ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
}

.sidebarproducts ul li a {
	color: #58595b!important;
	text-decoration: none;
}

/* =Menu
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


.skip-link {
   /*
 background: #58595b;
    position: absolute;
    width: 52%;
    right: 0px;
    height: 33px;
    text-indent: -9999px;
*/
display:none;
}

#access {
    height: 33px;
    font-size: 15px;
    overflow: visible;
    z-index: 101;
    position: absolute;
    top: 0;
    width: 100%; 
    font-family:'Aller Typo W01 Regular',sans-serif;
}
body.page-template-template-page-newquote-php #access, body.page-template-template-page-thankyou-php #access, body.page-template-template-page-newquote-sa-php #access {
    display: none;
    }
#access .menu { 
    height: 33px;
    /*
float: left;
    width: 94%;
*/
float: right;
width: 70%;
}
.menu-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 78px auto;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
.sf-menu {
    line-height:1.0;
}
.sf-menu ul {
    position:absolute;
    top:-999em;
    width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:100%;
}
.sf-menu li:hover {
    visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:left;
    /*position:relative;*/
    background: rgb(88,89,91);
    z-index: 1;
}
.sf-menu a {
    display:block;
    position:relative;
}
.sf-menu a b {
    font-weight: normal;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:0;
    top:2.5em; /* match top ul list item height */
    z-index:102;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:10em; /* match ul width */
    top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:10em; /* match ul width */
    top:0;
}
.sf-menu li:hover.closeit ul {
    top:-999em;
}
/*** THEMATIC SKIN ***/
.sf-menu {
    /*
background-color: #58595b;
    -webkit-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
*/
    float:right;
    position: relative;
    height: 33px;
    padding: 0px 0px 0px 20px;
}
.sf-menu a {
    /*border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;*/
    padding:10px 15px;
    text-decoration:none;
    text-transform: none;
    /*margin-left:-1px;*/
}
.ie7 .sf-menu a {
    width:100%;
}
.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #58595b;
}

.sf-menu .quote a {background: #00a4de;
color: #FFF;}

.sf-menu .quote a:hover {color: #58595b;}

#text-13 a.quote {
background: #00a4de;
padding: 7px 10px;
text-decoration: none;
color: #FFF;
border: 1px solid #00a4de;
margin-left: 5px;
}


#text-13 a.quote:hover {
background: #FFF;
padding: 7px 10px;
text-decoration: none;
color: #00a4de;
border: 1px solid #00a4de;
margin-left: 5px;
}



.sf-menu li {
    background:transparent;
}
.sf-menu li li {
    background:#fff;
}
.sf-menu li li li {
    background:#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background:#fff;*/
    outline: 0;
    color: #00a4de;
}
.sf-menu ul a:hover{
    color: #FFF!important;
    background: #00a4de;
}
.sf-menu ul {
}

.sf-menu li.productmenu ul {
margin-left: 15px;
}

.sf-menu li.whymenu ul {
margin-left: 105px;
}

.sf-menu li.resourcesmenu ul {
margin-left: 507px;
}

.sf-menu li.supportmenu ul {
margin-left: 507px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fff;
    color:#000;
}
.sf-menu ul a:hover {
    color: #a7a9ac;
}
.sf-menu .sub-menu .menu_title{
    display:block;
    font-size: 15px;
    text-transform: capitalize;
    font-family:'Aller Typo W01 Regular',sans-serif;
    /*padding: 0 0 16px;*/
    padding: 0px 5px 0px;
}
.sf-menu .menu_description{
    display:block;
    font-size: 14px;
    text-transform: none;
   /*  font-family:'DiverdaSerifW01-Regular',serif; */
   font-family:'Aller Typo W01 Regular',sans-serif;
    color:#523062;
}




/*FOOTER MENU*/



/*
#menu-new-footer-menu, 
#menu-new-footer-menu ul.submenu {
list-style: none;
}
*/


#third ul.xoxo li {
    float: left;
    list-style-type: none;
    padding: 0 15px 0px 10px;
}

ul#menu-new-footer-menu li ul.sub-menu li {
    float: none;
    padding-left: 5px;
}

.footerproducts {margin: 0px 0px 0px 10px;}
.footerresources {width: 148px;}
.footerhelp {width: 163px;}

.footercontact, .footerquote {
/* clear: both; */
margin: 0px 0px 10px 0px;

}

ul#menu-new-footer-menu ul.sub-menu {
	margin: 0px 0px!important;
	
	
	
}













#menu-main-menu li.contact-menu ul {display: none!important;}

.menu-how-it-works {
    display:none !important;
}
/*.superhide .sub-menu { display:none !important; }*/

#menu-main-menu .menu-how-it-works {
    display:block !important;
    padding-left: 15px;
}
#menu-main-menu .menu-how-it-works ul{
    width: 940px !important;
    background: #dddfe0;
    color: #FFF;
    overflow:hidden;
    border: 10px solid #999;
    border-width: 10px 0 2px 0;
    left:-400px;
    min-height: 630px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
}
#menu-main-menu .menu-how-it-works .pager {
    width: 100%;
    overflow:hidden;
    padding: 100px 210px 350px 225px;
}
#menu-main-menu .menu-how-it-works .pager_{ 
    width: 32% !important;
    float:left;
    background: transparent;
    height: 180px;
    cursor: pointer;
}
#menu-main-menu .menu-how-it-works .pager_ b{
    font-size: 11px;
    text-align:center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
    margin: 150px auto 0;
    display: block;
    color: #808285;
    padding: 9px 20px;
    width: 80%;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
#menu-main-menu .menu-how-it-works .pager_ b:hover{
    margin: 146px auto 0;
    color: #333;
    background: #f4f4f4;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}
#menu-main-menu .menu-how-it-works .pager_1 { 
    margin-right: 2%;
}
#menu-main-menu .menu-how-it-works .pager_2 { 
    margin-right: 2%;
}
#menu-main-menu .menu-how-it-works .pager_3 { 

}
#menu-main-menu .menu-how-it-works ul li { 
    width: 100% !important;
    min-height: 630px;
}
#menu-main-menu .menu-how-it-works ul li.how-how { 
    background: url(img/how-it-works-bg-.png) no-repeat center center;
    color: #FFF;
 }
.how-how:before {
    content: 'HOW IT WORKS';
    position:absolute;
    top: 40px;
    left: 50px;
    font-size: 16px;
    color:#000;
}
.how-how a { display:none; }
#menu-main-menu .menu-how-it-works ul li.how-itfs { 
    background: url(img/how-it-works-toll-free.png) no-repeat center center;
}
#menu-main-menu .menu-how-it-works ul li.how-core { 
    background: url(img/how-it-works-core.png) no-repeat center top;
}
#menu-main-menu .menu-how-it-works ul li.how-queue { 
    background: url(img/how-it-works-queue.png) no-repeat center top;
}
.menu-how-it-works .tool { 
    display:block;
    position: absolute;
    width: 200px;
    height: 100px;
}
.menu-how-it-works .tool .tip{
    display:none;
    background: rgb(51, 51, 51);
    color: white;
    padding: 12px;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .5);
    z-index: 200;
    text-align: left;
    left: 35px;
    top: -12px;
    line-height: 1.5em;
}
.menu-how-it-works .tool:hover .tip {
    display:block; 
}
.menu-how-it-works .how-itfs .tool_1 {
    top: 200px;
    left: 300px;
}
.menu-how-it-works .how-itfs .tool_2 {
    top: 200px;
    left: 500px;
}
.menu-how-it-works .how-itfs .tool_3 {
    top: 200px;
    left: 700px;
}
.menu-how-it-works .how-itfs .tool_4 {
    top: 350px;
    left: 300px;
}
.menu-how-it-works .how-itfs .tool_5 {
    top: 350px;
    left: 500px;
}
.menu-how-it-works .how-itfs .tool_6 {
    top: 350px;
    left: 700px;
}
.menu-how-it-works .how-core .tool { 
    width: 150px;
    height: 100px;
}
.menu-how-it-works .how-core .tool_1 {
    top: 450px;
    left: 0px;
}
.menu-how-it-works .how-core .tool_2 {
    top: 450px;
    left: 150px;
}
.menu-how-it-works .how-core .tool_3 {
    top: 450px;
    left: 300px;
}
.menu-how-it-works .how-core .tool_4 {
    top: 450px;
    left: 450px;
}
.menu-how-it-works .how-core .tool_5 {
    top: 450px;
    left: 600px;
}
.menu-how-it-works .how-core .tool_6 {
    top: 450px;
    left: 750px;
}
.menu-how-it-works .how-queue .tool { 
    width: 150px;
    height: 100px;
}
.menu-how-it-works .how-queue .tool_1 {
    top: 300px;
    left: 0px;
}
.menu-how-it-works .how-queue .tool_2 {
    top: 300px;
    left: 150px;
}
.menu-how-it-works .how-queue .tool_3 {
    top: 300px;
    left: 300px;
}
.menu-how-it-works .how-queue .tool_4 {
    top: 420px;
    left: 0px;
}
.menu-how-it-works .how-queue .tool_5 {
    top: 420px;
    left: 150px;
}
.menu-how-it-works .how-queue .tool_6 {
    top: 420px;
    left: 300px;
}

#menu-main-menu .menu-how-it-works ul a,
#menu-main-menu .menu-how-it-works ul a:hover { 
    background: transparent;
}
.menu-how-it-works .how-back{
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 14px;
    color: #808285;
    background:#eee;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
    padding: 9px 20px;
    cursor:pointer;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.menu-how-it-works .how-back:hover {
    background-color: #ddd;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}
.menu-how-it-works .slider_title{
    position: absolute;
    top: 40px;
    left: 50px;
    font-size: 16px;
    color: #000;
}
.menu-how-it-works .slide_title{
    position: absolute;
    top: 70px;
    left: 50px;
    font-size: 14px;
    color: #808285;
}

.menu-how-it-works .how-get-quote{
    position: absolute;
    bottom: 50px;
    right: 200px;
    font-size: 14px;
    background:#00A4E4;
    color: #FFF;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
    padding: 9px 20px;
    cursor:pointer;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.how-itfs .how-get-quote { 
    background:#6CB33F;
}
.how-core .how-get-quote { 
    background:#00A4E4;
}
.how-queue .how-get-quote { 
    background:#9A4E9E;
}
.how-itfs .how-get-quote:hover { 
    background:#5d9a36;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}
.how-core .how-get-quote:hover { 
    background:#008cc2;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}
.how-queue .how-get-quote:hover { 
    background:#844387;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}
#menu-main-menu .menu-how-it-works ul .how-learn-more{
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-size: 14px;
    background: #FFFFFF;
    color: #808285;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
    padding: 9px 20px;
    cursor:pointer;
    display:block;
    text-transform: lowercase;
}
#menu-main-menu .menu-how-it-works ul .how-learn-more:hover{
    background: #f4f4f4;
    color:#333;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}
.menu-how-it-works .how-learn-more .menu_title{ 
    padding:0; 
    font-size: 14px;
}
#menu-main-menu .products ul {
    width: 940px !important;
    background:#fff;
    color: #000;
    overflow:hidden;
    border: 10px solid #00A4E4;
    border-width: 10px 0 2px 0;
    left:-400px;
    display: none !important; /* hide the mega menu on the main nav bar */
}
#access .products ul li { 
    width: 25% !important;
}
#access .products ul li a { 
    padding: 16px;
    min-height: 170px;
}
.sf-menu .products .sub-menu .menu_title{
    color: #00A4E4;
}
#access .products .itfs .menu_title,  #access .products .itfs .menu_description{
    color: #54B948;
}
#access .products .core .menu_title,  #access .products .core .menu_description{
    color: #026CB6;
}
#access .products .queue .menu_title, #access .products .queue .menu_description{
    color: #9A4E9E;
}
#access .products .voip .menu_title,  #access .products .voip .menu_description{
    color: #E86D1F;
}
#access .products .itfs .menu_title, 
#access .products .core .menu_title, 
#access .products .queue .menu_title, 
#access .products .voip .menu_title {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 58px 0 16px;
    background-size: 42px auto;
}
#access .products .itfs .menu_title {
    background-image: url(img/star_green.png);
}
#access .products .core .menu_title {
    background-image: url(img/star_blue.png);
}
#access .products .queue .menu_title {
    background-image: url(img/star_purple.png);
}
#access .products .voip .menu_title {
    background-image: url(img/star_orange.png);
}
.ie8 #access .products .menu_title {
    background-image: none !important;
    padding: 16px 0 !important;
}
#access .products .ddi {
    clear:left;
}
#menu-main-menu .support ul {
    /*width: 720px !important;*/
    width: 200px!important;
    background:#fff;
    color: #000;
    overflow:hidden;
    border: 10px solid #9A4E9E;
    border-width: 10px 0 2px 0;
    /*left:-180px;*/
    left: 100px;
}
#access .support ul li { 
    /*width: 33% !important;*/
    width: 100%!important;
}
#access .support ul li a {
    padding: 16px;
    /*min-height: 150px;*/
}
#access .support .sub-menu .menu_title{
    color: #9A4E9E;
}

#access .support .chat-support {
    float:left;
    height: 120px;
    margin-top: -130px;
    width: 32% !important;
}

#access .support .chat-support a {
    background: url(img/liveChatSupport.png) center top no-repeat #eee;
    padding: 130px 0 0;
    display:block;
    text-align:center;
    text-decoration: none;
    color: #00A88F;
    font-weight: bold;
}

#access .support .chat-support .menu_description { display:none; }
#menu-main-menu .about ul {
    /*width: 720px !important;
    background:#fff;
    color: #000;
    overflow:hidden;
    border: 10px solid #E20177;
    border-width: 10px 0 2px 0;
    left:-180px;*/
    

    width: 200px!important;
    background:#fff;
    color: #000;
    overflow:hidden;
    border: 10px solid #9A4E9E;
    border-width: 10px 0 2px 0;
    left: 100px;
    
    
}

#access .about ul li { 
    /* width: 33% !important; */
    padding: 16px 0 26px;
    min-height: 192px;
    width: 100%;
}

#access .about ul li a {
    padding: 16px;
    min-height: 140px;
}

#access .about .sub-menu .menu_title{
    color: #E20177;
}

#menu-main-menu .contact ul {
    width: 480px !important;
    background:#fff;
    color: #000;
    overflow:hidden;
    border: 10px solid #00A88F;
    border-width: 10px 0 2px 0;
    left: 60px;
}

#access .contact ul li { 
    width: 50% !important;
    padding: 16px 0 26px;
    min-height: 180px;
}

#access .contact ul li a {
    padding: 16px;
    min-height: 140px;
}

#access .contact .sub-menu .menu_title{
    color: #00A88F;
}

#access .contact .chat-sales {
    float:right;
    height: 120px;
    width: 47% !important;
}

#access .contact .chat-sales a {
    background: url(img/liveChatSales.png) center top no-repeat #eee;
    padding: 130px 0 0;
    display:block;
    text-align:center;
    text-decoration: none;
    color: #00A88F;
    font-weight: bold;
}

#access .contact .chat-sales .menu_description { display:none; }
#menu-main-menu .menu-blog, #menu-main-menu-1 .login { display: none; }
#menu-main-menu .login { 
    display: block; 
    margin-top: 33px; 
    position: absolute;
    left: 530px; 
    background-color: rgb(209,211,212);
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .5);
    z-index: 0;
    white-space:nowrap;
}
#menu-main-menu .phone {
    position: absolute;
    top: 50px;
    right: 160px;
}
#menu-main-menu .phone a{
    color: rgb(88,89,91);
    font-size: 22px;
}
#menu-main-menu .phone .menu_description{
    text-align:right;
}
li.login a,
li.login a:link,
li.login a:visited,
li.login a:hover { color: rgb(88,89,91); }


/* =Header Aside
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#header-aside {
/*     width: 930px; */
    margin: 0px -10px 0px 0px;
/* margin: -80px 20px 0px 0px; */
    padding: 0px 0px 0px;
    /* width: 120%; */
/*     max-width: 530px; */
    float: right;
    z-index: 100000;
    
}
#header-aside .xoxo {
    margin: 0;
    float: left;
width: 620px;
}
body.page-id-11994 #header-aside, body.page-template-template-page-newquote-php #header-aside, body.page-template-template-page-thankyou-php #header-aside, body.page-template-template-page-newquote-sa-php #header-aside {
   display:none;
}

#text-9, #text-13 {	
	width: 430px;
	float: left;
margin-right: 20px;
   color: #58595b;
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 14px;
    line-height: 15px;
}

#text-9 .phonenumber, #text-13 .phonenumber {color: #08a4da;}

#search-3, #search-7 {float:left ;margin: -7px 0px 0px;}

.utility {
    position:fixed; 
    top: 250px;
    right:0;
    width: 75px;
    z-index:100;
    margin: 0;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;

}
.utility .menu { 
    margin: 0;
    font-family:'Aller Typo W01 Regular',sans-serif;
}
.utility .menu li {
    list-style:none;
}
.utility .menu li a{
    display:block;
    padding: 10px 100px 5px 20px;
    width: 165px;
    background: #333;
    border-radius: 100px;
    text-align:right;
    color: #fff;
    text-decoration:none;
    height: 50px;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
}
.utility .menu li a:hover{
    margin-left: -10px;
}
.utility .menu .blog-feed a {
    background: #00a6e2;
    padding-top: 18px;
}
.utility .menu .chat-with-sales a {
    background: #e56a2a;
    height: 50px;
    padding: 5px 100px 1px 20px;
    line-height: 14px;
}
.utility .menu .free-quote a {
    background: #984f9d;
}
#header-aside .search {
   /*
 position: fixed;
    top: 200px;
    z-index:100;
    right: 0;
    width: 370px;
    margin: 0px -295px 0 0;
    background: #70B245;
    border-radius: 100px;
    height: 50px;
    padding: 13px 20px 5px 20px;
*/
  /* -webkit-transition: all 0.2s ease-out;  */ /* Saf3.2+, Chrome */
/*      -moz-transition: all 0.2s ease-out;  /* FF4+ */ 
/*       -ms-transition: all 0.2s ease-out;  /* IE10 */ 
/*        -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */ 
/*           transition: all 0.2s ease-out; */
          
}
#header-aside .search:hover {
/*     margin-right: -70px; */
}
#header-aside .search .widgettitle{

display:inline;
    color: #58595b;
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 14px;
    line-height: 15px;
    /* text-transform: uppercase; */
    font-style: normal;

}
#header-aside .search #searchform, #header-aside .search #searchform div{
    display:inline;
}
#header-aside #s {
    background: #FFF;
    color: #58595b;
    border:1px solid #d0d0d0;
    padding: 2px 10px;
    margin: 0 3px;
    width: 115px;
}

/* =Content
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* Hello Bar */
.aside .hellobar {
    position:fixed;
    top:0;
    left:0;
    height: 31px;
    margin-top: -31px;
    width:100%;
    z-index: 100000;
}
.aside .hellobar a {
    display:block;
    background: #e24192;
    border-bottom: 1px solid #58595b;
    text-align:center;
    padding: 6px;
    color:#fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Aller Typo W01 Regular';
    text-shadow: 1px 1px 0 #58595b;
}
.aside .hellobar a:hover{
    color:#fff;
    background: #984f9d;
}

/* Subnav */
#content #page-top{
    /*
margin: 0 -30px 24px;
    padding: 12px 0;
    border-bottom: 1px #ddd solid;
*/
display:none;
}
#page-top.aside ul.xoxo { 
    margin: 0; 
    padding:0; 
}
#page-top .subnav .menu {
    margin:0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
#page-top .subnav .menu a {
    font-family:'Aller Typo W01 Regular',sans-serif;
    text-decoration:none;
    padding: 0 12px 0 0;
    display:block;
    font-size: 12px;
}
#page-top .subnav .menu li, #page-top .subnav .menu > li.current-menu-item > a, #page-top .subnav .menu > li.current-menu-ancestor > a {
    display:none;
}
#page-top .subnav .menu li.current-menu-item, #page-top .subnav .menu li.current-menu-ancestor, #page-top .subnav .menu > li.current-menu-item li, #page-top .subnav .menu > li.current-menu-ancestor li {
    display:block;
}
#page-top .subnav .menu li li {
    width: 20%;
    float:left;
}
#page-top .subnav .menu .products li {
    width: 16.4%;
}
#page-top .subnav .menu .sub-menu ul { display:none; }

#itfs_filter, .itfs_filter {
    color: #fff;
    border-radius: 100px;
    border: 0px none;
    background-color: #aaa;
    padding: 4px 16px;
}
#itfs_filter_button, .itfs_filter_button {
    color: #333;
    display:none;
}
#itfs_list li, .itfs_list li {
    display:none;
    padding: 0;
}
.itfs_list li.none {
    display:block;
}
.search-shortcode,
.ddi-search-shortcode{  
    padding: 2em 2em 1em;
    background: #eee;
    margin: -.5em 0 2em;
}
.search-shortcode .itfs_filter{
    padding: 8px 24px;
    font-size: 18px;
    background: rgb(128, 130, 133);
}

.search-shortcode .itfs_list {
    margin: 1em 0;
    list-style: none;
    border-top: 1px dashed #fff;
    padding: 1em 0;
}
.search-shortcode .show_all,
.search-shortcode .hide_all {
    cursor: pointer;
    font-size: 12px;
    padding: 0 20px;
}

.single-itfs #page-top .menu .products, .single-itfs #page-top .menu .products li {
    display:block;
}
.single-itfs #page-top .menu .products > a {
    display:none;
}

.single-did #page-top .menu .products, .single-did #page-top .menu .products li {
    display:block;
}
.single-did #page-top .menu .products > a {
    display:none;
}


#page-top .subnav .menu .support li {
    width: 16%;
}
#page-top .chat_link { background:none; display:none; }


#page-top .clearfix{
    clear:none;
}
#main {
    clear:both;
    /*padding:66px 0 22px 0;*/
    padding:0;
    margin:20px auto 0;
    /* background: url(img/main-bg-white.png) center top no-repeat; */
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #166EB4;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:'Aller Typo W01 Regular',Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
body.page-template-template-page-newfullwidth-php .entry-title, body.page-template-template-page-fullwidth-php .entry-title, .page-template-template-page-press-releases-php .entry-title, .page-template-template-page-partner-php .entry-title, .page-template-template-page-offerdetails-php .entry-title, .page-template-template-page-fullwidth-ddi-php .entry-title, .page-template-template-page-fullwidth-support-php .entry-title, .page-template-template-page-newfullwidth-php .entry-title {display:none;}

.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #166EB4;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n, .entry-meta .nickname {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #166EB4;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:'Aller Typo W01 Regular',Arial,sans-serif;
    font-size:19px;
    font-weight: normal;
    padding:0 0 1em 0;
}
.page-template-template-page-offers-php .entry-content h2, .page-template-template-page-offerdetails-php .entry-content h2{
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
font-size: 30px;
font-weight: normal;
padding: 0px 0px 16px;
color: #08a4da;
text-align: center;
}
.page-template-template-page-offers-php .entry-content p.offersubtitle, .page-template-template-page-offerdetails-php .entry-content p.offersubtitle {
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
font-size: 20px;
font-weight: normal;
padding: 0px 0px 0px 0px;
color: #58595b;
text-align: center;
}
.page-template-template-page-offers-php .entry-content h3{
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
font-size: 20px;
font-weight: bold;
padding: 10px 0px 35px;
font-style: normal;
color: #58595b;
text-align: center;
}
.entry-content h3 {
    font-size:17px;
    font-style: normal;
    padding:0 0 1em 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:'Aller Typo W01 Regular',Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
    padding:0 0 1em 0;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #166EB4;
}
.page .edit-link {
    clear:both;
    display:block;
}
.page-link {
    clear:both;
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #166EB4;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #166EB4;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
    float: left;
    width:50%;
}
.nav-next {
    float: right;
    width:50%;
    text-align:right;
}
#nav-above,#nav-below {
    width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/* =Fanciest Author Box
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.ts-fab-text h4 {
clear: none;
font-size: 18px;
line-height: 1 !important;
font-weight: bold;
margin: 0 0 0.2em !important;
line-height: 1;
padding: 0;
}

/* =Comments
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#comments, #respond {
    clear:both; overflow:hidden;
}
#form-allowed-tags{
    display:none;
}

#comments .form-label {
    display:none;
}
.form-section, #respond #login {
    width: 51%;
    float:left;
}
#form-section-comment {
    float:right;
    width: 48%;
    margin: -108px 0 0;
}
.logged-in #form-section-comment {
    width: 100%;
    margin: 0;
}
.loggedin #form-section-comment {
    margin:0;
    width: 75%;
}
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="tel"],
#comments textarea {
    padding: 10px 20px;
    background: #444;
    border-radius: 100px;
    margin: 0 0 10px;
    border: 1px solid #008000;
    width: 240px;
    outline:none;
    color: #fff;   
    width: 96%;
}
#comments textarea {
    border-radius: 16px;
    height: 152px;
}
#comments .form-textarea{
    height: 152px;

}
#comments .form-input{
    height: 54px;
}
.form_submit{
    clear:both;
}
#comments input[type="submit"]{
    font-family:'Aller Typo W01 Bold',sans-serif;
    text-transform: capitalize;
    background: #D4CF2A;
    color: #58595B;
    text-align:center;
    border: 1px solid #D4CF2A;
    border-radius: 100px;
    display:inline-block;
    cursor:pointer;
    height: auto;
    width: auto;
    position: relative;
    text-transform: none;
    font-size: 16px;
    padding: 5px 20px;
    float: right;
    margin: 6px 10px;
      -webkit-box-shadow: 0px 0px 8px 0px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
              box-shadow: 0px 0px 8px 0px #000; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
#comments input[type="submit"]:hover {
    background: #dad646;
      -webkit-box-shadow: 0px 0px 10px 0px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
              box-shadow: 0px 0px 10px 0px #000; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}

/* =Asides, Sidebars & Widget-Ready Areas
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current-menu-item a,
.aside .current_page_item a {
    color: #166EB4;
}
.aside .current-menu-item .menu-item a,
.aside .current_page_item .menu-item a {
    color:#666;
}
.aside .current-menu-item .menu-item a:hover,
.aside .current-menu-item .menu-item a:active,
.aside .current_page_item .menu-item a:hover,
.aside .current_page_item .menu-item a:active {
    color: #166EB4;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #08a4da;
}
.aside h3 {
    font-size:15px;
    line-height:22px;
    font-family:'Aller Typo w01 Regular',sans-serif;
}
.aside #text-11 { margin-bottom: 25px; border-bottom: 1px solid #dcdcdc; padding-bottom: 25px; width: 110%;}


.aside #text-11 h3 {
    font-size:15px;
    line-height:20px;
    font-family:'Aller Typo w01 Regular',sans-serif;
    margin-bottom: 5px;
}
.aside #text-11 p {
    font-size:13px;
    line-height:14px;
    font-family:'Aller Typo w01 Regular',sans-serif;
    margin-bottom: 15px;
}

.aside #text-10 { margin-bottom: 25px; }
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
    display: none;  
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    /*border:1px solid #ccc;*/
    padding:30px 30px 30px 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    /*border:1px solid #ccc;*/
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
/*     font-family:'DiverdaSerifW01-Regular',serif; */
font-family:'Aller Typo W01 Regular',sans-serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#footer {
  margin-top:22px;
  background: #58595B;
}
#footer .aside {
  width: 100%;
  margin: 0;
  float: none;
  padding: 10px 20px;
}
#footer .aside, #footer .aside a {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
}
#footer .aside a:hover, #footer .aside a:focus {
  color: #00a4de;
}
#footer .aside .xoxo{
/*     padding: 0 30px; */
    padding: 0px;
}
#subsidiary {
  width: 100%;
  padding: 0;
}
#first{
    width: 100%;
    background: #fff;
}

.ctabox {
	float: left;
	width: 33%;
	margin-bottom: 30px;
}

.ctabox-1, .ctabox-2, .ctabox-3, .ctabox-4 {float: left; width: 23%; background: url(images/geopattern.png) #e5e5e5 no-repeat;
	border: 1px solid #c8c8c8; padding: 30px 30px 50px; color: #58595b; text-align: center; margin-right: 15px;    font-family:'Aller Typo W01 Regular',sans-serif;
}

.ctaplaceholder {float:left; width: 15%;}

.ctabox-3 {padding-bottom: 50px;}

.ctabox-1 p.title, .ctabox-2 p.title, .ctabox-3 p.title, .ctabox-4 p.title {
	font-size: 21px;
font-weight: bold;
color: #58595b;
padding: 0px 0px;
margin: 15px 0px 25px;
line-height: 25px;
}

.ctabox-1 p, .ctabox-2 p, .ctabox-4 p {margin-bottom: 35px;}
.ctabox-3 p.title {margin-bottom: 50px;}

a.ctabtn-blue, a.ctabtn-blue:visited {
	padding: 12px 14px;
background: #FFF;
border: 1px solid #cbcbcb;
color: #00a4de!important;
font-size: 20px!important;
text-decoration: none!important;
font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
	
}


a.ctabtn-blue:hover {
background: #00a4de;
border: 1px solid #363636;
color: #FFF!important;
}

#second{
    background: #00A4E4;
}
#third {
    background: transparent;
}
#subsidiary .xoxo {
    width: 1100px; 
    margin: 0 auto;
/*     max-width: 1100px; */
}
#first .widget_text, #second .widget_text{
    overflow:hidden;
}
#first .widget_text ul, #second .widget_text ul{
    margin: 0;
}
#first .widget_text li{
    list-style:none; 
    float:left; 
    width: 33%;
    padding: 0 100px 100px 0;
}
#second .widget_text li {
    list-style:none; 
    float:left; 
    width: 33%;
    padding: 0 100px 0 0;
}

#first .cfca{
    background: url(img/OFCA.jpg) left center no-repeat;
    text-indent: -9999px;
}
#first .bpesa{
    background: url(img/BPeSA.jpg) left center no-repeat;
    text-indent: -9999px;
}
#first .inc-500{
    background: url(img/INC500.jpg) left center no-repeat;
    text-indent: -9999px;
}
.main-footer-nav .menu-main-menu-container {
    width: 100%;
}
.main-footer-nav {
  margin-bottom: 0;
  overflow: hidden;
}
.main-footer-nav .menu > li {
  width: 14%;
}
.main-footer-nav .menu > li.support {
  width: 25%;
}
.main-footer-nav li {
  list-style: none;
  float: left;
  margin-right: 4%;
}
.main-footer-nav .menu-blog {
  margin-right: 0;
  display: inline-block;
    width: 16%;
    line-height: 1.25;
    text-align: center;
    float: right;
}
.main-footer-nav .phone { display:none; }
#footer .aside .menu .menu-blog a {
  font-size: 3.17em;
  font-family:'Aller Typo W01 Regular';
}
#footer .aside .menu .menu-home,
#footer .aside .menu .menu-quote,
#footer .aside .menu .menu-testimonials,
#footer .aside .menu .menu-case-studies {
    display:none;
}
#footer .aside .menu li a {
  font-weight: bold;
  text-transform: uppercase;
  /*background: url(img/oblong-dotted-border.png) repeat-x center bottom;*/
  display: block;
  /*
padding-bottom: 4px;
  margin-bottom: 6px;
*/
  font-family:'Aller Typo W01 Regular';
  font-size: 14px;
}
.main-footer-nav ul ul {
  margin: 0;
}
.main-footer-nav li li {
  float: none;
  margin: 0;
}
#footer .aside .sub-menu li a {
  /*font-weight: normal;*/
  text-transform: none;
  background: none;
  padding-bottom: 6px;
  margin-bottom: 0;
  font-size: 12px;
}
.main-footer-nav li li li {
  display: none;
}
.aside ul .main-footer-nav .menu{
  margin-left: 0;
  margin-right: 0;
}

.main-footer-nav .chat_link { background:none; text-align:left; float:none; }

.since-stamp {
    display: block;
    height: 0;
    width: 16%;
    margin: 0;
    text-indent: -9999px;
    padding: 43px 43px;
    overflow: hidden;
    background: url(img/Since2001_white.png) center center no-repeat transparent;
    float: right;
    margin-right: 3%;
}
.footer_phone {
    text-align:right;
    float:right;
    margin: 30px;
}
.footer_phone h3{
    font-size: 27px;
}
.footer_phone h4{
    font-size: 13px;
}
.footer_search {
    display:none;
}
#siteinfo {
    color:#eee;
    font-size:11px;
    line-height:18px;
    padding:0 30px 44px 30px;
}
#siteinfo a {
    color:#eee;
    text-decoration: none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #166EB4;
}
#siteinfo .credit { display:inline-block; text-indent: -999em; cursor:default; }





/* = Heaser Aside AVOXI widget 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.clearfix { 
    display:block;
    clear:both; 
}
.section{
    position:relative;
    z-index:1;
}
.home_text{ display: none; }
.home .home_text{
    font-family:'Aller Typo W01 Regular';
    width: 960px;
    margin: 50px auto;
    padding: 10px 120px 0 30px;
    color: #166eb4;
    font-size: 20px;
    line-height: 28px;
    display: block;
}
.avoxi_widget_content {
    margin: 0 auto;
}
.section_header{
    width: 100%;
    padding: 0 0 24px;
}
.avoxi_widget_content_notfront .links_small { 
    display:none;
}
.avoxi_contents_container .avoxi_widget_content_notfront { 
    display:none;
}

.links { 
    display: none;
    margin: 80px auto 40px;
    width: 960px;
}
.links a { 
    display:inline-block;
    float:left;
    width: 33%;
    height: 130px;
    margin: -32px 0;
    padding: 40px 55px 0 120px;
    text-decoration: none;
    font-family:'Aller Typo W01 Regular';
    font-size: 18px;
}
.links a span { 
    float: left;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #58595B;
    width: 100%;
}
.links a.link_right {
    background: url(img/IsAVOXIright.png) 0 10px no-repeat; 
    color: #984f9d;
}
.links a.link_learn {
    background: url(img/Praises.png) 0 10px no-repeat;
    color: #70b245;
    padding: 40px 10px 0 120px;
}
.links a.link_quote {
    background: url(img/CustomSolution.png) 0 10px no-repeat;    
    color: #00a6e2;
}
.links_small {
    position: absolute;
    bottom: 0;
    width: 50% !important;
    padding: 0 30px;
    z-index: 200;
}
.links_small a { 
    text-indent: -999em;
    width: 50px;
    padding: 10px;
    float:left;
}
.links_small a.link_right {
    background: url(img/isAVOXIright_SMALL.png) 0 10px no-repeat; 
}
.links_small a.link_learn {
    background: url(img/Praises_SMALL.png) 0 10px no-repeat;
    padding: 10px;
}
.links_small a.link_quote {
    background: url(img/CustomSolution_SMALL.png) 0 10px no-repeat;    
}
.links a:hover {
    background-position: 0 0;
}
.avoxi_widget_content_notfront .section {
    height:0;
    overflow:hidden;
}
.quote .section_wrap { 
    background: url(img/CustomSolution.png) 20px 85px no-repeat transparent;
}
.ie8 .quote .section_wrap { 
    background: none;
}
.quote-slider, .quote-slide {
    height: 572px;
    width: 960px;
    margin:0 auto;
    padding:0;
    color: #fff;
    background: none !important;
}
#quote {
    background: url(img/quote_bg.png) center top repeat-x #00aa4f;
}
.home #quote, .home #right {

  -webkit-box-shadow: inset 0px  8px 6px 0px rgba(0, 0, 0, .3),
                      inset 0px -8px 6px 0px rgba(0, 0, 0, .3); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow: inset 0px  8px 6px 0px rgba(0, 0, 0, .3),
                      inset 0px -8px 6px 0px rgba(0, 0, 0, .3); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.quote_wrap{
    height: 572px;
}
.hidden-form { display:none; }
.create{
    font-family:'Aller Typo W01 Bold',sans-serif;
    font-size: 22px;
    padding: 12px 30px 0;
    margin: 22px 0;
}
.quote-slide h3{
    padding: 0 0 0 14%;
    margin: 18px 0 0 0;
/*     font-family: 'DiverdaSerifW01-Regular',serif; */
font-family:'Aller Typo W01 Regular',sans-serif;
    font-weight: normal;
    color: white;
    display: inline-block;
    letter-spacing: 1px;
    float:left;
    min-height: 79px;
    width: 55%;
    font-size: 54px;
    line-height: 66px;
    clear:none;
    font-style:normal;
}
.quote_form {
    width: 50%;
    float:left;
    margin:0 !important;
}
.quote_form {
    margin: 0 0 10px;
}
.q-01 label { 
    display:none;
}
.quote label.label {
    float: left;
    width: 50%;
    color: white;
    font-size: 18px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    padding: 4px 0 0 10px;
    line-height: 24px;
}
.quote li{ 
    list-style: none;
    min-height: 42px;
    clear:left;
}
.quote input[type="text"],
.quote input[type="email"],
.quote input[type="tel"],
.quote textarea{
    padding: 10px 20px;
    background: #444;
    border-radius: 100px;
    margin: 0 8px 10px;
    border: 1px solid #008000;
    width: 260px;
    outline:none;
    color: #fff;
}
.quote textarea{
    height: 200px;
    border-radius: 10px;
}
.quote select{
    padding: 10px 20px;
    background: #444;
    border-radius: 100px;
    margin: 0 8px 10px;
    border: 1px solid #008000;
    width: 260px;
    height: 42px;
    outline:none;
    color: #fff;
    -webkit-appearance: none;   -moz-appearance: none;
}
.quote input[type="checkbox"]:checked ~ .quantity {
    display:block;
}
.ie8 .quantity.checked {
    display:block;
}
.required_error {
    border: 1px solid red !important;
}

.quote input[type="checkbox"] {
    display: none;
}
 
.quote input[type="checkbox"] + .checkbox {
    float:left;
    clear:left;
    -webkit-appearance: none;
    background-color: #58585a;
    border: 1px solid #00aa4f;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 16px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
 
.quote input[type="checkbox"]:checked + .checkbox:after {
    content: ' ';
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
    border-radius: 50px;
    position: absolute;
    background: #00aa4f;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    font-size: 32px;
}
 
.quote input[type="checkbox"]:checked + .checkbox {
    background-color: #58585a;
    color: #00aa4f;
    border: 1px solid #00aa4f;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
 
.quote input[type="checkbox"] + .checkbox:active,
.quote input[type="checkbox"] + .checkbox:hover,
.quote input[type="checkbox"]:checked + .checkbox:active {
    box-shadow: 0 1px 3px rgba(0,0,0,0.33), inset 0px 1px 3px rgba(0,0,0,0.33);
}
.ie8 .quote input[type="checkbox"]{
    display:inline;
    width: 24px;
    height: 24px;
    border: 2px solid #008000;
    background: rgb(68, 68, 68);
    -webkit-appearance: none;   -moz-appearance: none;
    border-radius: 100px;
    margin: 0 0 15px 0;
    float:left;
    clear:left;
}
.ie8 .quote input[type="checkbox"]:checked {
    background: #008000;
    border: 2px solid #444;
}
.ie8 .quote .checkbox {
    display:none !important;
}

.required_error ~ .required_message {
    display:block;
    padding: 0 10px;
    color: #eee;
    font-size: 10px;
    padding: 0;
    margin: -10px 0 0px;
}
.required_message { display:none; }
.next, .prev, .begin {
    cursor: pointer;
    height: 100px;
    width: 50%;
    position: absolute;
    bottom:0;
    right:0;
    text-transform: uppercase;
    font-family:'Aller Typo W01 Regular',sans-serif;
    text-align:right;
}
.prev { 
    text-align:left;
    float:left;
    bottom:0;
    left:0;
}
.asterix {
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 11px;
    padding: 6px 0;
    display:block;
    text-transform: none;
    cursor: default;
}
.button {
    position: relative;
    display:inline-block;
    margin: 5px 10px;
    padding: 4px 30px;
    width: auto;
    height: auto;
    border: 1px solid #D4CF2A;
    border-radius: 100px;
    background: #D4CF2A;
      -webkit-box-shadow: 0px 0px 8px 0px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
              box-shadow: 0px 0px 8px 0px #000; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    color: #58595B;
    text-align:center;
    text-transform: uppercase;
    font-size: 16px;
    font-family:'Aller Typo W01 Bold',sans-serif;
    cursor:pointer;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.button:hover {
    background: #dad646;
      -webkit-box-shadow: 0px 0px 12px 0px #000; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
              box-shadow: 0px 0px 12px 0px #000; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.q-04 .button{
    float: left;
    text-transform: capitalize;
}
.q-01 .begin{
    position:relative;
}
.q-01 {
}
.q-01 h3 {
    font-size: 50px;
    line-height: 50px;
}
.q-01 .quote_form {
    text-align:right;
    float:right;
    padding: 40px 0 0 0;
    width: 40%;
}
.q-01 .next {
    height: 195px;
    padding: 20px 90px;
}
.q-01 .prev {
    display:none;
}
.q-02 {
}
.q-02 h3 {
    width: 40%;
    font-size: 50px;
    line-height: 50px;
}
.q-02 .quote_form {
    padding: 18px 0 0 0px;
    float: right;
}
.q-02 .prev {
    display:none;
}
.q-02 .begin {
    padding: 10px 40px;
    clear:both;
    float:right;
    margin-top: 2em;
}
.q-03 {
}
.q-03 h3 {
    width: 50%;
    font-size: 50px;
    line-height: 50px;
}
.q-03 .quote_form {
    padding: 14px 0 0 100px;
    float: right;
}
.q-03 label.label {
    width: 75%;
}
.q-03 .next, .q-03 .prev {
    padding: 12px 50px;
}
.q-03 .begin {
    padding: 10px 40px;
    clear:both;
    float:right;
    margin-top: 2em;
}
.response {
    font-size: 14px;
    display: block;
    height: 190px;
    line-height: 18px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    text-align: right;
    padding: 12px 0 0 0;
}
.q-04 h3 {
    width: 45%;
    font-size: 50px;
    line-height: 50px;
}
.q-04 .h5 {
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 24px 0;
}
.q-04 .quote_form {
    width: 55%;
    text-align: right;
    padding: 50px 0 0;
}
.q-04 .prev {
    padding: 12px 50px;
}
.quote-price {
    font-size: 70px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-weight: bold;
}
.q-05 {
}
.q-05 h4, .q-05 h5 {
    float: left;
    clear: both;
    font-size: 36px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    padding: 0 0 0 200px;
    margin:36px 0;
}
.q-05 h5 {
    font-size: 24px;
}

.quantity { 
    display:none;
    float: left;
    padding: 5px;
    background: #00AA4F;
    color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 10;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    margin: 0px 0px 0 20px;
}
.quantity_offset{
    margin: 5px 10px 0 -120px;
}
.quantity input[type="text"]{
    border-radius: 0;
    width: 25px;
    height: 25px;
    padding: 5px 0 0;
    text-align:center;
    margin: 0px 10px 0 0;
    float:left;
}
.quantity label {
    display:inline-block;
    width: 100px;
    float:left;
}

.section_wrap{
    width:1100px;
    margin:0 auto;
    position:relative;
}
.learn {
    /*background: url(img/lines-on-white.jpg) right 0 no-repeat #fff;*/
/*     background-color: #E6E7E8; */
}
.learn .section_wrap {
    min-height: 571px;
}
.learn .section_wrap {
/*     background: url(images/testimonial-icon.png) 30px 36px no-repeat; */
/*     padding: 44px 0 0; */
}
.learn h3,
.learn h4 {
    color:rgb(112, 178, 69);
    font-size: 22px;
    font-weight:bold;
/*     padding: 0 0 0 110px; */
padding: 8px 0px 35px;
text-align: center;
margin-top: 35px;
    font-family:'Aller Typo W01 Bold',sans-serif;
}
.learn h4 {
    color: #58595b;
    font-weight: normal!important;
    font-size: 19px;
    font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
    padding-top: 8px;
}
.learn .next, .learn .prev {
    position:absolute;
    right:-30px;
    top: 46.5%;
    background: url(images/testimonial-pager-blue.png) -100px 0 no-repeat;
    width: 30px; 
    height: 46px;
}
.learn .prev {
    left: -30px;
    background-position: 0 0;
}
.learn .testimonials_nav {
    margin: 0;
    list-style:none;
}
.learn .testimonials_nav li{
    float:left;
    width: 32.3404255319149%;
    height: 196px;
    margin: 0 14px 14px 0;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}
.learn .testimonials_nav li.nav_3,
.learn .testimonials_nav li.nav_6 { margin-right: 0; }

.learn .testimonials_nav li.nav_4,
.learn .testimonials_nav li.nav_5,
.learn .testimonials_nav li.nav_6 { margin-bottom: 0; }

.learn .testimonial_nav a.testimonial-slide-down {
    color: #555;
    font-size:13px;
    text-decoration:none;
    line-height: 15px;
    display: block;
    margin: 0;
/*     background: url(images/testimonial-vig.png) center 0 no-repeat; */
	background: #08a4da;
	
    width: 100%;
    height: 138px;
    max-height: 138px;
    padding: 50px 30px;
    font-family:'Avenir LT W01 55 Roman',sans-serif;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    top: -138px;
    left: 0px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;  
}
.learn .testimonial_nav:hover a.testimonial-slide-down {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
}

.learn .testimonials_nav span {
    display: block;
}
.learn .testimonials_nav span.company {
    font-size: 14px;
    padding-top: 4px;
}
.learn .testimonial_nav .excerpt {
/*     font-family:'DiverdaSerifW01-Medium',serif; */
font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 18px;
    padding: 10px 25px 0;
    color: #58595b;
    line-height: 25px;
}
.learn .testimonial_nav a.read-more-button {
    font-family: 'Aller Typo W01 Regular',sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    color: white;
    padding: 6px 6px;
    position: absolute;
    bottom: 65px;
    right: 40px;
    background-color: #6D6E71;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    letter-spacing: .1em;
}
.learn .testimonial_nav a.read-more-button span {
    display: inline-block;
    font-size: 14px;
    padding-left: 2px;
}
.learn .testimonial_nav a.read-more-button:hover {
    background-color: #6CB33F;}
.learn .testimonials {
    width:94% !important;
    float:left;
    overflow:hidden;
    min-height: 571px;
    margin: 10px 0 0 3%;
    font-size:20px;
    line-height:36px;
    color: #ea302b;
    list-style:none;
}
.learn .testimonial {
    width: 100% !important;
    /*min-height: 571px;*/
    background-color: #FFF;
    height: 406px !important;
/*     font-family:'DiverdaSerifW01-Medium',serif; */
font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 24px;
    color: #58595b;
    line-height: 1.1;
}
.learn .testimonial.nav-container { background-color: transparent; }
.learn .testimonial.nav-container { padding: 0; }
.learn .testimonial h4 {
    padding: 0 135px 0 0;
}
.learn .testimonial_content {
    width: 100%;
    /*font-style: italic;*/
    font-size:18px;
    line-height:30px;
    padding: 52px;
}
.learn .signature-wrap span {
    display: block;
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 16px;
    color: #58595B;
    font-style: italic;
    line-height: 23px;
}
.learn .signature-wrap {
    position: absolute;
    right: 52px;
    bottom: 52px;
}
.learn .signature-wrap {
    
}
.learn .video_container {
    width: 560px;
    height: 315px;
    margin: 0 auto;
    padding:0;
}
.right {
    background: #fff;
}
.right .section_wrap {
    min-height: 538px;
    background: url(images/case-study-icon.png) 30px 36px no-repeat;
    padding: 44px 0 0;
}
.right h3 {
    color: #984f9d;
    font-size: 22px;
    font-weight:bold;
    padding: 12px 0 0 110px;
    font-family:'Aller Typo W01 Bold',sans-serif;
}
.right ul {
    list-style:none;
}
.case_study .section_wrap { position: relative; }
.right .not_intro .case_studys_nav {
    width: 100%;
    list-style:none;
    margin: 32px 26px 0;
}
.case_studys_nav a.nav_lead {
    display:none;
}
.not_intro .case_studys_nav a {
    font-family:'Aller Typo W01 Bold',sans-serif;
    font-size:12px;
    color: #FFF;
    text-decoration:none;
    line-height: 1;
    float: left;
    margin-left: 14px;
    /*background: url(img/casestudyICons.jpg) 0 -10px no-repeat;*/
    padding: 10px 15px;
    background-color: #6D6E71;
    -webkit-border-radius: 8px;    
    border-radius: 8px;
}
.not_intro .case_studys_nav a:hover,
.not_intro .case_study_nav.activeSlide a {
    background-color: #9A4E9E;
}
.case_study_label {
    display:block;
    text-transform: uppercase;
    font-size: 8px;
}
.case_studys_nav .financial-services {
    /*color: #00a6e2;*/
    background-position: 0 -5px;
}
.case_studys_nav .gaming {
    /*color: #e56a2a;*/
    background-position: 0 -56px;
}
.case_studys_nav .hotel-and-resorts {
    /*color: #00a88f;*/
    background-position: 0 -110px;
}
.case_studys_nav .insurance {
    /*color: #ea302b;*/
    background-position: 0 -160px;
}
.case_studys_nav .multinational {
    /*color: #984f9d;*/
    background-position: 0 -213px;
}
.right .case_studys{
    width:920px;
    min-height: 570px;
    float:left;
    overflow:hidden;
    margin: 20px 40px 0;
    font-size:20px;
    line-height:36px;
    color: #6d6e71;
    list-style:none;
}
.right .intro .case_studys_nav {
    width: 920px;
    margin: 0 40px;
    overflow: hidden;
    min-height: 571px;
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 138px;
    left: -8px;
}
.intro .case_studys_nav li,
.case_studys .intro-text {
    float: left;
    width: 24%;
    height: 196px;
    margin: 0 10px 10px 0;
    /*background-color: gray;*/
    position: relative;
    overflow: hidden;
}
.intro .case_studys_nav li {
    background: url(images/case-study-vig.png) 0 0 no-repeat;
}
.intro .case_studys_nav li.nav_3, 
.intro .case_studys_nav li.nav_7 { margin-right: 0; }
.case_studys .intro-text {
    font-family:'Aller Typo W01 Bold';
    font-size: 16px;
    line-height: 1.28;
    padding: 56px 14px 0 5px;
}
.intro .case_studys_nav a {
    font-family:'Aller Typo W01 Bold',sans-serif;
    font-size:20px;
    color: #FFF;
    text-decoration:none;
    line-height: 1;
    padding: 150px 16px 0;
    display: block;
    text-align: center;
    background: url(images/case-study-icon-sprite_100x1400.png) 50% 40px no-repeat;
}
.intro .case_studys_nav a.gaming {
    background-position: 50% -168px;
}
.intro .case_studys_nav a.hotel-and-resorts {
    background-position: 50% -350px;
}
.intro .case_studys_nav a.insurance {
    background-position: 50% -566px;
}
.intro .case_studys_nav a.multinational {
    background-position: 50% -760px;
}
.intro .case_studys_nav a.construction {
    background-position: 50% -950px;
}
.intro .case_studys_nav a.bpo {
    background-position: 50% -1160px;
    padding: 132px 16px 0;
}
.intro .case_studys_nav li:hover {
    background-color: #9A4E9E;
    background-image: none;
}
.intro .case_studys_nav li.nav_lead_wrap,
.intro .case_studys_nav li.nav_lead_wrap a {
    background-image: none;
    visibility: hidden;
}
.intro .case_studys_nav li.nav_lead_wrap:hover {
    background-color: transparent;
}
.right .case_study {
    width: 100% !important;
    min-height: 538px;
}
.right .case_study h4 {
    font-size: 18px;
    color: #000;
    line-height: 23px;
    padding: 0 74px 0 0;
}
.right .case_study h5 {
    font-size: 16px;
    line-height: 23px;
    color: #00a6e2;
    padding: 44px 0 0;
}
.right .case_study_content {
    font-family:'Aller Typo W01 Bold';
    letter-spacing: .1em;
    font-size:16px;
    line-height:1;
    padding: 0 0 150px 0 !important;
}
.case_study_content p {
    margin-left: 24px;
}
.case_study_content a.fancybox_inline,
.case_study_content a.download {
    display: block;
    width: 216px;
    height: 44px;
    position: absolute;
    bottom: 96px;
    left: 10px;
    font-family:'Aller Typo W01 Bold';
    font-size:13px;
    line-height:1;
    padding: 16px 0 0;
    background-color: #9A4E9E;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 12px;    
    border-radius: 12px;
    background: #e44397; /* Old browsers */
    background: -moz-linear-gradient(left,  #e44397 0%, #99509c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e44397), color-stop(100%,#99509c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e44397 0%,#99509c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e44397 0%,#99509c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e44397 0%,#99509c 100%); /* IE10+ */
    background: linear-gradient(to right,  #e44397 0%,#99509c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44397', endColorstr='#99509c',GradientType=1 ); /* IE6-9 */
}
.case_study_content a.fancybox_inline:hover,
.case_study_content a.download:hover {
    background: #99509c; /* Old browsers */
    background: -moz-linear-gradient(left,  #99509c 0%, #e44397 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#99509c), color-stop(100%,#e44397)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #99509c 0%,#e44397 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #99509c 0%,#e44397 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #99509c 0%,#e44397 100%); /* IE10+ */
    background: linear-gradient(to right,  #99509c 0%,#e44397 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99509c', endColorstr='#e44397',GradientType=1 ); /* IE6-9 */
}
.protected_testimonial_video, .protected_testimonial_video > div{
    width: 620px;
    height: 360px;
    background: #00A88F;
    color: #fff;
}
.protected_testimonial_video label { display:none; }
.protected_testimonial_video h2 { width: 50%; float:left; font-size: 24px; padding: 60px 40px; color:#fff !important; }
.protected_testimonial_video form { width: 50%; float:right; padding: 50px 0; }
.protected_testimonial_video .letmein { text-align:right; font-size: 14px; padding: 0 40px; cursor: pointer; }
.protected_testimonial_video .youtube { display:none; }

.protected_case_study {
    width: 700px;
    height: auto;
    background: #FFF;
    color: #000;
    padding: 54px 48px 60px;
}
.protected_case_study .excerpt {  
    font-family:'Aller Typo W01 Bold';
    font-size: 16px;
}
.protected_case_study > div p {  
    font-family:'DiverdaSerifW01-Medium';
    font-size: 18px;
    line-height: 1.422777777777778;
}
.protected_case_study label { display:none; }
.protected_case_study h2 { width: 50%; float:left; font-size: 24px; padding: 60px 40px; color:#fff !important; display: none; }
.protected_case_study form { width: 50%; float:right; padding: 50px 0; }
.protected_case_study .letmein { text-align:right; font-size: 14px; padding: 0 40px; cursor: pointer; }
.protected_case_study .youtube { display:none; }
.protected_case_study .case_study_content a{
    display: block;
    min-height: 72px;
    padding: 72px 72px 72px 144px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    background: url(img/Products_Download.png) 60px center no-repeat #fff;
    color: #6D6E71;
    text-transform: uppercase;
    text-decoration: none;
    width: 300px;
    margin: 72px auto;
}


/* = Front page
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.page-template-template-page-front-php #wrapper{
background: #FFF;
}
.page-template-template-page-front-php .main.top,
.page-template-template-page-front-php .main.top2,
.page-template-template-page-login-php .main.top2 { 
    overflow: hidden;
    font-family: 'Aller Typo W01 Bold'; 
    margin-top: 26px;
}
.page-template-template-page-front-php .main.top2 { 
    padding-bottom: 20px; 
    margin-top: 10px;
    float: left;
    width: 100%;
}
.page-template-template-page-front-php .main.top2 a:link,
.page-template-template-page-login-php .main.top2 a:link,
.page-template-template-page-front-php .main.top2 a:hover,
.page-template-template-page-login-php .main.top2 a:hover,
.page-template-template-page-front-php .main.top2 a:visited,
.page-template-template-page-login-php .main.top2 a:visited { 
    color: #58595B;

}
.page-template-template-page-front-php .blurb-one {
    width: 520px;
    float: left;
    font-size: 20px;
    line-height: 1.1;
    color: #808285;
    text-align: right;
}
.page-template-template-page-front-php .blurb-two {
    margin: 4px 0 0 16px;
    padding: 6px 0 6px 36px;
    background: url(images/arrow-blurb2.png) 0 center no-repeat;
    color: #00A4E4;
    font-size: 30px;
    float: left;
    display: block;
}
.page-template-template-page-front-php .one-third {
    float: left;
    width: 33.3%;
    margin: 26px 0 20px;
    padding: 180px 0 0;
    background: url(images/hero-sprite.png) 70px 11px no-repeat;
    text-align: center;
}
.page-template-template-page-front-php .pbx.one-third {
    background-position: center -610px;
}
.page-template-template-page-front-php .vccs.one-third {
    background-position: center -1187px;
}
.page-template-template-page-front-php .one-third .content {
    padding: 0 20px;
    background: url(images/top-divider.gif) right bottom no-repeat;
}
.page-template-template-page-front-php .vccs.one-third .content{
    background-image: none;
}
.page-template-template-page-front-php .one-third .title {
    font-size: 21px;
    line-height: 1.19;
    color: #00A94F;
}
.page-template-template-page-front-php .one-third .title.two,
.page-template-template-page-front-php .one-third .title.three {
    display: block;
    padding-bottom: 20px;
    color: #00A4E4;
    background: url(images/hero-sprite.png) center -1771px no-repeat;
}
.page-template-template-page-front-php .one-third .title.three {
    background-position: center -2071px;
    color: #9A4E9E;
}
.page-template-template-page-front-php .one-third .text {
    font-family:'DiverdaSerifW01-Regular';
    font-size: 17px;
    line-height: 1.17;
}
.page-template-template-page-front-php .one-third span,
.page-template-template-page-login-php .link-container span {
    color: #FFF;
    font-size: 11px;
    display: inline-block;
    padding: 5px 22px 3px;
    background-color: #6CB33F;
    border: 1px solid #FFF;
    -webkit-border-radius: 2px;    
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, .2);        
    box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, .2);
    text-decoration: none;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.page-template-template-page-front-php .one-third span.blue { background-color: #00A4E4; }
.page-template-template-page-front-php .one-third span.purple { background-color: #9A4E9E; }

.page-template-template-page-login-php b.tool-tip { 
    position: absolute;
    top: 262px;
    left: 0;
    width: 900px;
    font-size: 20px;
    display: none;
}
.page-template-template-page-login-php .link-container:hover b.tool-tip { display: block; }

/*styles for touch devices*/
.touch div.touch { margin-top: 20px; }
.touch .page-template-template-page-login-php .link-container:hover b.tool-tip { display: none; }
.touch .page-template-template-page-login-php .main.top2 { margin-bottom: 20px; }
.touch .page-template-template-page-login-php .touch b.tool-tip { 
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 8px 0;
    font-family:'Aller Typo W01 Bold',Arial,sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 1.25;
}
.page-template-template-page-login-php .link-container span.blue.lt-blue { background-color: #00A4E4; }
.page-template-template-page-login-php .link-container span.blue.dk-blue { background-color: #026BB5; }
.page-template-template-page-login-php .link-container span.blue.pink { background-color: #E30C77; }
.page-template-template-page-login-php .link-container span.blue.purple { background-color: #994D9D; }
.page-template-template-page-login-php .link-container span.blue.orange { background-color: #EE3423; }
.page-template-template-page-login-php .link-container span.blue.gray { background-color: #939598; }
.page-template-template-page-front-php .one-third:hover span  { background-color: #166EB4; }
.page-template-template-page-login-php .link-container:hover span.blue { bottom: 6px; }
.page-template-template-page-front-php .blue-bar { 
    background: url(images/split-blue-bar.png) center top repeat-y;
    overflow: hidden; 
    font-family:'Aller Typo W01 Regular';
    color: #FFF;
      -webkit-box-shadow: inset 0px  1px 6px 0px rgba(0, 0, 0, .3),
                      inset 0px -1px 6px 0px rgba(0, 0, 0, .3); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow: inset 0px  1px 6px 0px rgba(0, 0, 0, .3),
                      inset 0px -1px 6px 0px rgba(0, 0, 0, .3); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
                      display:none;

}
.page-template-template-page-front-php .blue-bar a { 
    text-decoration: none;
    color: #FFF; 
}
.page-template-template-page-front-php .blue-bar .left,
.page-template-template-page-front-php .blue-bar .right {
    float: left;
    width: 666px;
    padding: 6px 0 0 32px;
}
.page-template-template-page-front-php .blue-bar .right {
    width: 326px;
    background-color: transparent;
    text-align: center;
    padding: 16px 0 30px 0;
    text-shadow: 1px 1px 0px #036CB6;
    filter: dropshadow(color=#036CB6, offx=1, offy=1);
}
.page-template-template-page-front-php .blue-bar .right:hover {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .3);
    filter: dropshadow(color=#FFF, offx=1, offy=1);
}
.page-template-template-page-front-php .blue-bar a:hover { 
    color: #036CB6; 
}
.page-template-template-page-front-php .blue-bar .bar-left-intro {  
    font-size: 21px;
}
.page-template-template-page-front-php .blue-bar .bar-left {  
    font-size: 15px;
    line-height: 1.62;
}
.page-template-template-page-front-php .blue-bar .bar-right {  
    font-size: 16px;
    line-height: 1.4;
}
.page-template-template-page-front-php .blue-bar .right p { margin: 0; }
.page-template-template-page-front-php .blue-bar .bar-right span {  
    font-size: 45px;
    line-height: 1.1;
    display: inline-block;
    padding-top: 4px;
}
.page-template-template-page-front-php .gray-bar {
    overflow: hidden;
    margin-bottom: -20px;
    background-color: #E6E7E8;
    display:none;
    /*position: relative;
    z-index: 20;
    -webkit-box-shadow:  0px 0px 16px 1px rgba(0, 0, 0, .5);        
        box-shadow:  0px 0px 16px 1px rgba(0, 0, 0, .5);*/
}
.page-template-template-page-front-php .gray-bar .links {
    margin: 45px 0 20px;
    text-align: center;
    width: 100%;
}
.page-template-template-page-front-php .links .content {
    background: url(images/bottom-divider.gif) right bottom no-repeat;
    float: left;
    width: 33%;
}
.page-template-template-page-front-php .links .content.last {
    background-image: none;
}
.page-template-template-page-front-php .gray-bar .links a {
    display: inline-block;
    /*float: left;*/
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 130px 0 0;
    text-decoration: none;
    font-family: 'Aller Typo W01 Regular';
    font-size: 18px;
}
.page-template-template-page-front-php .gray-bar .links a.link_right {
    background: url(img/IsAVOXIright.png) center 0 no-repeat;
    color: #984F9D;
}
.page-template-template-page-front-php .gray-bar .links a.link_learn {
    background: url(img/Praises.png) center 0 no-repeat;
    color: #70B245;
}
.page-template-template-page-front-php .links a.link_quote.top {
    background: url(img/CustomSolution.png) center 0 no-repeat;
    color: #00A6E2;
}
.page-template-template-page-front-php .gray-bar .links a:hover { background-position: center -10px; }
.page-template-template-page-front-php .links a span {
    float: none;
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
    color: #58595B;
    /*width: 59%;*/
}
.page-template-template-page-front-php .gray-bar .links a.link_learn span {
    padding: 0 70px;
}
.page-template-template-page-front-php .provides-links {
    padding: 0 0 50px 30px;
    overflow: hidden;
}
.page-template-template-page-front-php .provides-links p {
    font-family:'Aller Typo W01 Bold',sans-serif;
    color: #000;
    font-size: 16px;
}
.page-template-template-page-front-php .provides-links ul {
    list-style: none;
    margin: 0;
}
.page-template-template-page-front-php .provides-links a {
    float: left;
    width: 24%;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-family:'Diverda Serif W01 Bold';
    line-height: 1.2;
    margin-right: 3%;
}
.page-template-template-page-front-php .provides-links .link1 a {
    width: 26.5%;
}
.page-template-template-page-front-php .provides-links .link2 a {
    width: 21.5%;
    margin-left: 8%;
}
.page-template-template-page-front-php .provides-links .link3 a {
    margin-left: 7%;
    width: 28%;
}
.page-template-template-page-front-php  {}



.page-template-template-page-front-php #main {
  background-color: #e24192;
  background-image:none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e24192), to(#984f9d)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e24192, #984f9d); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #e24192, #984f9d); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #e24192, #984f9d); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #e24192, #984f9d); /* Firefox 16+, IE10, Opera 12.50+ */
  width: 100%;
  padding:0;
  display:none;
}

.page-template-template-page-front-php #learn_wrap, 
.page-template-template-page-front-php #right_wrap {display:none;}

.page-template-template-page-front-php #container, .page-template-template-page-front-php #content { 
    width: 960px;
    margin: 0 auto;
    float:none;
}
.page-template-template-page-front-php #content h3{
    color:#523062;
    font-size: 22px;
    padding: 40px 0;
    font-family:'Aller Typo W01 Bold',sans-serif;
}
.page-template-template-page-front-php .post { 
    width: 25%;
    padding: 0 20px 20px 0;
    float:left;
    font-size: 16px;
    color:#fff;
    text-decoration: none;
}
.page-template-template-page-front-php .google-plus,
.page-template-template-page-front-php .twitter {
    width: 25%;
    padding: 27px 0 20px 60px;
    float: right;
    background: url(img/googleplus.png) 28px center no-repeat;
    text-align: right;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 14px;
}
.page-template-template-page-front-php .twitter {
    background: url(img/Twitter.png) 17px center no-repeat;
    padding: 24px 30px 20px 64px;
    margin-right: 5px;
}
.page-template-template-page-front-php .post .excerpt{
    font-size: 14px;
    padding: 10px 0;
}
.page-template-template-page-front-php .post:hover {
    color: #bcbec0;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

body[class*="-template-page-fullwidth-"] #main, body[class*="-template-page-fullwidth-"] .main, 
.single-itfs #main, .single-itfs .main,
.single-did #main, .single-did .main {
    margin:0 auto;
    width:1100px;
    /*position:relative;
    z-index: 11;*/
}
body[class*="-template-page-fullwidth-"] #container, body[class*="-template-page-fullwidth-"] .container,
.single-itfs #container, .single-itfs .container,
.single-did #container, .single-did .container,
.page-template-template-page-press-releases-php #container, .page-template-template-page-press-releases-php .container,
.page-template-template-page-products-php #container, .page-template-template-page-products-php .container,
.page-template-template-page-login-php #container, .page-template-template-page-login-php .container, .page-template-template-page-careers-php #container {
    margin:0 auto;
    width:100%;
    background: #fff;
    float:none;
/*     padding: 0 30px; */
}
body[class*="-template-page-fullwidth-"] #content, body[class*="-template-page-fullwidth-"] .content,
.single-itfs #content, .single-itfs .content, 
.single-did #content, .single-did .content,
.page-template-template-page-press-releases-php #content, .page-template-template-page-careers-php #content {
    margin: 0;
    width:100%;
    /* padding: 0 30px; */ /* 900px leftover */
}
body[class*="-template-page-fullwidth-"] .bar,
.single-itfs .bar,
.single-did .bar,
.page-template-template-page-hot-kw-lp-php .bar {
    background: #e5e5e5;
    color: #fff;

/*   -webkit-box-shadow: inset 0px  8px 6px 0px rgba(0, 0, 0, .3), */
                      /* inset 0px -8px 6px 0px rgba(0, 0, 0, .3); */ /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          /*
box-shadow: inset 0px  8px 6px 0px rgba(0, 0, 0, .3),
                      inset 0px -8px 6px 0px rgba(0, 0, 0, .3);
*/ /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
body[class*="-template-page-fullwidth-"] .bar .container, 
.single-itfs .bar .container,
.single-did .bar .container {
    background: none transparent;
}
.bar .post-bar * {
    color: #fff;
}
.bar img { 
/*
    width: 100%;
    height: auto;
*/
}

.supportdiv {
	width: 125%;
	margin: 0px auto;
}

.supportc1, .supportc2, .supportc3, .supportc4 {
	float: left;
	width: 20%;
	color: #58595b!important;
	margin: 30px auto 20px;
	text-align: center;
}

.supportc1 a, .supportc2 a, .supportc3 a, .supportc4 a, .supportc5 a, .supportc1 strong, .supportc2 strong, .supportc3 strong, .supportc4 strong {
	color: #00A4E4!important;
}

.supportchat {
	float: left;
	clear: both;
	margin: 15px auto 30px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0px 70px;
}

/*
body[class*="-template-page-fullwidth-"] .page.post_has_sidebar {
	width: 100%;
}
*/

body[class*="-template-page-fullwidth-"] .page.post_has_sidebar,
body[class*="-template-page-singleproducts-"] .page.post_has_sidebar,
.single-itfs .page.post_has_sidebar,
.single-did  .page.post_has_sidebar {
    width: 70%;
    float:left;
    padding: 0 100px 0 0;
}


/*
body[class*="-template-page-fullwidth-"] .post-sidebar {
	display:none;
}
*/

body[class*="-template-page-fullwidth-"] .post-sidebar,
body[class*="-template-page-singleproducts-"] .post-sidebar,
.single-itfs .post-sidebar
{
    width: 30%;
    float:right;
/*     padding: 50px 0 32px; */
    padding: 0px 0px;
}

.single-did  .post-sidebar {
	width: 25%;
	float: right;
	padding: 0px 0px;
	
}

body[class*="-template-page-fullwidth-"] .post-sidebar.has-form,
.single-itfs .post-sidebar.has-form,
.single-did  .post-sidebar.has-form {
    width: 25%;
    float:right;
    padding-top: 32px !important;
    background-image: none;
}
body[class*="-template-page-fullwidth-"] .post-sidebar-form,
.single-itfs .post-sidebar-form,
.single-did  .post-sidebar-form {
    width: 25%;
    float:right;
    padding: 1em;
    background-image: -ms-linear-gradient(top, #1782D6 0%, #166FB5 100%);
    background-image: -moz-linear-gradient(top, #1782D6 0%, #166FB5 100%);
    background-image: -o-linear-gradient(top, #1782D6 0%, #166FB5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1782D6), color-stop(1, #166FB5));
    background-image: -webkit-linear-gradient(top, #1782D6 0%, #166FB5 100%);
    background-image: linear-gradient(to bottom, #1782D6 0%, #166FB5 100%);
    font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
    text-align:center;
    color: #fff;
}
.post-sidebar-form h3,
.post-sidebar-form h4 {
    text-align:center;
}
.post-sidebar-form h3 {
    font-size: 16px;
}
.post-sidebar-form h4 {
    font-size: 13px;
    margin-bottom:.5em;
}
.post-sidebar-form .headline{
    margin: .5em 0;
}
.post-sidebar-form .product_phone{
    padding-bottom: .5em;
    border-bottom: 1px solid #fff;
    margin-bottom: .5em;
}
.post-sidebar-form label {
    display:none;
}
.post-sidebar-form em {
    font-style: normal;
    color: #ffff26;
}
.post-sidebar-form h3{
    font-size:18px;
}
.post-sidebar-form input,
.post-sidebar-form textarea,
.post-sidebar-form select{
    background-color: #effafe;
    padding: 4px 8px;
    width:90%;
    height:2.3em;
    border:0;
    color:#222;
    outline:none;
    border-radius: 0;
    -webkit-appearance: none;   -moz-appearance: none;
    margin: .5em auto;
}
.post-sidebar-form textarea{
    height: 4em;
}
.post-sidebar-form select{
    height:3em;
}
.post-sidebar-form .privacy {
    color: #3fb3f4;
    font-size:12px;
}
.post-sidebar-form .submitButton{
    border: 1px solid #6bd33a;
    font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: .5em;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.5);
    background-image: -ms-linear-gradient(top, #45C709 0%, #3AB907 100%);
    background-image: -moz-linear-gradient(top, #45C709 0%, #3AB907 100%);
    background-image: -o-linear-gradient(top, #45C709 0%, #3AB907 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #45C709), color-stop(1, #3AB907));
    background-image: -webkit-linear-gradient(top, #45C709 0%, #3AB907 100%);
    background-image: linear-gradient(to bottom, #45C709 0%, #3AB907 100%);
}
.post-sidebar-form .form-slide-01,
.post-sidebar-form .form-slide-02 {
    width:100%;
}
.post-sidebar-form .form-slide-02 {
    display:none;
}
.post-sidebar-form .testimonial_header {
    margin-top: 32px;
}
.post-sidebar-form .testimonial {
    background: #fff;
    padding: 10px;
    color: rgb(108, 179, 63);
    font-size: 13px;
    line-height: 1.3em;
    margin: 0 0 24px;
}
.post-sidebar-form .testimonial .testimonial_content {
    padding:0;
    text-align: left;
}
.burst-12 {
    float:right;
    font-size: 10px;
    font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
    line-height: 1.3em;
    color: #fff;
    margin: 0 -10px -30px 0;
    background: purple;
    width: 66px;
    height: 66px;
    padding: 12px 0;
    position: relative;
    text-align: center;
}
.burst-12 span {
    position: relative;
    z-index: 1;
}
.burst-12 strong {
    font-size:14px;
    line-height: 1.3em;
}
.burst-12:before, .burst-12:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 66px;
    width: 66px;
    background: purple;
}
.burst-12:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
.burst-12:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}
.tooltip {
    background: #fff;
    border-radius: 100%;
    font-size: 10px;
    line-height: 1.66em;
    width: 14px;
    height: 14px;
    text-align: center;
    color: #1782D6;
    float: left;
    margin: 18px -10px 0;
    position: relative;
}
.tooltip_content{
    display:none;
    padding: 10px;
    background: #111;
    position: absolute;
    top: -10px;
    right: 26px;
    color: #fff;
    width: 200px;
    text-align:left;
    z-index:1000;
}
.tooltip_content:after {
    content: '';
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left:10px solid #111; 
    position: absolute;
    top: 8px;
    right:-10px;
}
.tooltip:hover .tooltip_content {
    display: block;
}





.related_pages ul, .sidebar_content ul{
    list-style:none;
    margin: 0;
}
.related_pages li {
    padding-bottom: 16px;
}
.related_pages h4 {
    font-family: 'Aller Typo W01 Bold';
    text-transform: uppercase;
    padding: 0 0 12px 0;
}

.page-id-11931 .related_pages h4, 
.page-id-11933 .related_pages h4, .page-id-11935 .related_pages h4, .page-id-11936 .related_pages h4, .page-id-11937 .related_pages h4, .page-id-11938 .related_pages h4, ..page-template-template-page-fullwidth-php .related_pages h4 {display:none;}

.related_pages a {
    text-decoration: none;
}

.related_pages_list li,
.related_pages_list li.products.current-menu-ancestor > a  { display:none; }
.related_pages_list li.current-menu-ancestor,
.related_pages_list li.current-menu-ancestor li.current-menu-ancestor li,
.related_pages_list li.current-menu-parent li.current-menu-item,
.related_pages_list li.current-menu-parent li.current-menu-item .sub-menu li,
.related_pages_list li.related_page { display:block; }
li.current-menu-item > a { color: #58595b; }

.page-id-11931 .sidebar_content, .page-id-11933 .sidebar_content, .page-id-11935 .sidebar_content, .page-id-11936 .sidebar_content, .page-id-11937 .sidebar_content, .page-id-11938 .sidebar_content, .page-template-template-page-fullwidth-php .sidebar_content {
	border-top: 1px #ccc solid;
/* border-bottom: 1px #ccc solid; */
padding: 35px 0px 15px;
text-align: center;
margin-top: 35px;
}



.page-id-11931 .sidebar_content a, 
.page-id-11933 .sidebar_content a, 
.page-id-11935 .sidebar_content a, 
.page-id-11936 .sidebar_content a, 
.page-id-11937 .sidebar_content a,
.page-id-11938 .sidebar_content a,
.page-template-template-page-fullwidth-php .sidebar_content a

{
	min-height: 40px;
	padding: 0px 0px 0px 0px;
	background: none;
	text-transform: none;
}

.page-id-11931 .sidebar_content a.bluebtn,
.page-id-11933 .sidebar_content a.bluebtn, 
.page-id-11935 .sidebar_content a.bluebtn, 
.page-id-11936 .sidebar_content a.bluebtn, 
.page-id-11937 .sidebar_content a.bluebtn, 
.page-id-11938 .sidebar_content a.bluebtn,
.page-template-template-page-fullwidth-php .sidebar_content a.bluebtn {


margin: 0px auto 15px;
width: 250px;

padding: 12px 55px;
background: #08a4da;
border: 1px solid #067ea7;
color: #FFF!important;
font-size: 18px!important;
text-decoration: none!important;
font-family: 'Aller Typo W01 Regular',Arial,sans-serif;

}



.sidebar_content {
    margin: 24px 0;
    clear:both;

}
.sidebar_content h4 {
    font-family: 'Aller Typo W01 Bold';
    text-transform: uppercase;
    padding: 0 0 12px 0;
}
.sidebar_content a{
    display: block;
    min-height: 70px;
    padding: 12px 12px 12px 84px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    background: url(img/Products_link.png) left center no-repeat;
    color: #6D6E71;
    text-transform: uppercase;
    text-decoration: none;
}

.sidebar_content a[href$=".pdf"], .sidebar_content a.pdf{
    display: block;
    min-height: 70px;
    padding: 12px 12px 12px 84px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    background: url(img/Products_Download.png) left center no-repeat;
    color: #6D6E71;
    text-transform: uppercase;
    text-decoration: none;
}
.sidebar_content a.youtube{
    display: block;
    min-height: 70px;
    padding: 12px 12px 12px 84px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    background: url(img/ProductsPlaySidebar.png) left center no-repeat;
    color: #6D6E71;
    text-transform: uppercase;
    text-decoration: none;
}
.subscribe_cycle{
    margin-left: -70px;
    width: 230px;
}
.avoxi_subscribe {
    padding: 36px 0 24px 70px;
    background: url(img/newslettersignup.png) 0 0 no-repeat transparent;
    font-family:'Aller Typo W01 Bold';
    font-size:12px;
    width:230px;
    float:left;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
          display:none;
}
.avoxi_subscribe:hover {
    background-position: 6px 0;
}
.avoxi_subscribe .widgettitle{
    padding: 0 8px 0 0;
    text-transform: uppercase;
    color: #808285;
    float:right;
    font-size:13px;
}
.avoxi_subscribe input[type='button'] {
    border:none;
    outline: 0;
    background: transparent;
    background: rgba(0,0,0,0);
    cursor:pointer;
    padding: 4px 18px;
    border-radius: 24px;
    font-family:'Aller Typo W01 Bold';
    font-size: 13px;
    color: #59585B;
    float:right;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.avoxi_subscribe:hover input[type='button']{
    background: #eee;
    background: rgba(0,0,0,.1);
}
.avoxi_subscribe input[type='text']{
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-size:13px;
    padding: 6px 18px;
    background: #808285;
    border-radius: 100px;
    border: 1px solid #666;
    width: 230px;
    outline:none;
    color: #fff;
}
.avoxi_subscribe p.thanks {
    margin: 6px 0 0 90px;
    font-size: 13px;
}
.avoxi_subscribe .required_message { 
    color: #555;
    padding: 6px;
    text-align: right;
}
#footer .avoxi_subscribe h3,
#footer .avoxi_subscribe input[type='button'],
#footer .avoxi_subscribe .required_message {
    color:#fff;
}
.sidebar_content a:hover {
    background-position: 12px center;
}
.col, .col-left {
    float:left;
    padding-right: 5%;
}
.col-left {
    clear:both;
}
.col-pad {
    padding-right: 10%;
}
.col-right {
    float:right;
}
.col-50 {
    width: 50%;
}
.col-25 {
    width: 25%;
}
.col-33 {
    width: 33%;
}
.col-66 {
    width: 66%;
}
.col-75 {
    width: 75%;
}
.col img, .col-left img, .col-right img {
    max-width: 100%;
    height: auto;
}
.post-bar {
    overflow:hidden;
    padding: 24px 0;
}
.bar .col, .bar .col-left, .bar .col-right {
    padding-top: 18px;
    padding-bottom: 18px;
}
.post-bar h2 {
    font-size: 24px;
    line-height: 32px;
/*     font-style: italic; */
    font-weight: normal;
}
.col h2 {
    padding: 0 100px 0 0;
}
.post-bar ul {
    list-style:none;
    margin:0;
}
.post-bar li {
    padding: 0 0 10px 0;
}
.entry-title span {
    display:block;
    font-size: 42px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    line-height: 42px;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-weight: normal;
}
.entry-title strong{
    font-family: 'Aller Typo W01 Bold';
    font-weight: normal;
}
.post-content-below{
    padding: 32px 0;
}

/* SMART ITFS section styles */
.single-itfs .type-itfs{
    float:left;
    width: 70%;
}
.green h2 {
    color: #00A94F;
}
.green .bar,
.single-itfs .bar {
    background: #00A94F !important;
}
.green .entry-title span {
/*     background: url(img/star_green.png) left center no-repeat; */
    background-size: auto 36px;
    padding-left: 50px;
}
.green .post-sidebar {
/*     background: url(img/star_green.png) center top no-repeat; */
    padding-top: 0px !important;
}
.slug-toll-free-number-features .post-sidebar{
    background: none; 
    padding-top: 50px !important;
}

.green .post-bar, .single-itfs .post-bar {
    min-height: 300px;
    padding: 66px 0;
}
.green .post-bar h2, .single-itfs .post-bar h2{
    padding: 12px 0 24px;
}
.single-itfs .navigation, .single-itfs .entry-meta, .single-itfs .entry-utility{
        display:none;
}
ul.tff {
    background: url(images/FeaturesInfographic-07-trimmed.png) -5px top no-repeat;
    background-size: 100% auto;
    padding: 400px 0 0 0;
    list-style:none;
    margin: 0;
    width: 100%;
    overflow:hidden;
}
ul.tff .col-left{ 
    padding: 0 20px 0 0;
}
/*ul.tff ul { list-style: none; margin:0; padding:0; }*/
ul.tff li {
    width: 100%;
    padding: 0 0 14px 86px;
}
ul.tff h3 {
    font-family: 'Aller Typo W01 Bold';
    font-size: 15px;
    padding-bottom: 0;
    font-style: normal;
}
ul.tff .tff-attendant {
    background: url(img/tf-icon-auto-attendant.png) left top no-repeat;
}
ul.tff .tff-forwarding {
    background: url(img/tf-icon-forwarding.png) left top no-repeat;
}
ul.tff .tff-voicemail {
    background: url(img/tf-icon-voicemail.png) left top no-repeat;
}
ul.tff .tff-recording {
    background: url(img/tf-icon-recording.png) left top no-repeat;
}
ul.tff .tff-hunt {
    background: url(img/tf-icon-hunt.png) left top no-repeat;
}
ul.tff .tff-routing {
    background: url(img/tf-icon-routing.png) left top no-repeat;
}
ul.tff .tff-conf {
    background: url(img/tf-icon-conf.png) left top no-repeat;
}

.post-bar h2, .post-content-below h2 {
    font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
}
/* AVOXI Core section styles */
.slug-avoxi-core h2, .parent-slug-avoxi-core h2, .blue h2 {
    color: #00A4E4;
}
.slug-avoxi-core .bar, .parent-slug-avoxi-core .bar, .blue .bar {
    background: #026CB6 !important;
}
.slug-avoxi-core .bar h2 {
    margin: 80px 0;
}
.slug-avoxi-core .entry-title span, .parent-slug-avoxi-core .entry-title span, .blue .entry-title span {
/*     background: url(img/star_blue.png) left center no-repeat; */
    background-size: auto 36px;
    padding-left: 50px;
}
.slug-avoxi-core .post-sidebar, .parent-slug-avoxi-core .post-sidebar, .blue .post-sidebar {
    /*
background: url(img/star_blue.png) center top no-repeat;
    padding-top: 160px !important;
*/
}
.core-features {
    list-style:none;
    text-align:center;
    padding: 18px 0;
    margin: 0;
}
.core-features li {
    float:left; display:block; width: 33%; padding: 55px 10px 0;
}
.core-features .vqe { background: url(img/AVOXICore_Experts.jpg) center top no-repeat;  }
.core-features .all-hours { background: url(img/AVOXICore_247.jpg) center top no-repeat;  }
.core-features .int { background: url(img/AVOXICore_international.jpg) center top no-repeat;  }


/* -------------------------------------------------------------------------------------------
Hot 100 Keyword styles */

.page-template-template-page-hot-kw-lp-php .bar .landing-page-cycle div { display: none; }
.page-template-template-page-hot-kw-lp-php .bar .landing-page-cycle div.landing-page-cycle_01 { display: block; }
.page-template-template-page-hot-kw-lp-php #wrapper {
/*     background: url(images/hot-100-wrapper-background.jpg) 0 0 repeat-x; */
}
.page-template-template-page-hot-kw-lp-php #container {
    width: 100%;
    padding: 0 30px 30px;
}
.page-template-template-page-hot-kw-lp-php #content {
    margin: 0;
    width: 95%;
    overflow: hidden;
}
.page-template-template-page-hot-kw-lp-php #header-aside {
    padding: 0;
}
.page-template-template-page-hot-kw-lp-php .page {
    width: 70%;
    float:left;
    padding-top: 30px;
}
.page-template-template-page-hot-kw-lp-php .related_pages_list li {
    display:block;
}
.page-template-template-page-hot-kw-lp-php .bar {
    background: #00A88F !important;
}
.page-template-template-page-hot-kw-lp-php #menu-main-menu{
    padding: 0 200px 0 62px;
}
.page-template-template-page-hot-kw-lp-php #menu-main-menu .support, 
.page-template-template-page-hot-kw-lp-php #menu-main-menu .contact,
.page-template-template-page-hot-kw-lp-php #menu-main-menu .login,
.page-template-template-page-hot-kw-lp-php #avoxi_widget-2 { 
    display: none; 
}
.page-template-template-page-hot-kw-lp-php .entry-content {
    padding: 0;
}
.page-template-template-page-hot-kw-lp-php .skip-link { width: 30% }
.page-template-template-page-hot-kw-lp-php .entry-title,
.page-template-template-page-hot-kw-lp-php .entry-content h2 {
    font-family: 'Aller Typo W01 Bold',Arial,sans-serif;
    font-size: 26px;
    line-height: 1;
    padding: 16px 0 14px 0;
    color: #00A88F;
}
.page-template-template-page-hot-kw-lp-php .kw_definition {
    font-family:'DiverdaSerifW01-Italic';
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    margin: 20px 0 16px 0;
}
.page-template-template-page-hot-kw-lp-php .entry-content h2 {
    font-size: 19px;
    line-height: 1.21;
}
.page-template-template-page-hot-kw-lp-php p {
    font-size: 16px;
    line-height: 1.25;
}
.page-template-template-page-hot-kw-lp-php .post-sidebar {
    font-family: 'Aller Typo W01 Bold',Arial,sans-serif;
    font-size: 18px;
    line-height: 1.25;
    position: relative;
    padding: 20px 0 0;
}
.page-template-template-page-hot-kw-lp-php .ctas {
    font-size: 18px;
    text-align: center;
}
.page-template-template-page-hot-kw-lp-php .ctas p {
    font-size: 14px;
}
/*
    Phone Numbers
*/
.phone-numbers { 
    width: 960px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 1;
 }
.phone-numbers .number-container {

}
.phone-numbers .number-wrap {
    display:none;
}
.phone-numbers .toll-free-800-number{
    display:block;
    /* margin: 36px 100px 0 0; */
    margin: -55px 20px 0 0;
}
.toll-free-800-number .contact-phone-vanity {
    font-size: 22px;
    display:block;
    text-align: left;
    margin: 0 0 6px;
}
.toll-free-800-number .contact-phone-digits {
    font-size: 14px;
}
.toll-free-800-number .contact-global {
    font-size: 14px;
    text-decoration: underline;
    margin: 0 0 0 33px;
}
.page-template-template-page-hot-kw-lp-php #header {   
    height: 160px;
}
.page-template-template-page-hot-kw-lp-php .lp-number {
    /*display: block;*/
    margin: 36px 72px 0 0;
}
.page-template-template-page-hot-kw-lp-php .phone-numbers .toll-free-800-number{
    /*display:none;*/
}
.number-wrap {
    float: right;
    margin-right: 66px;
    font-family: 'Aller Typo W01 Bold',Arial,sans-serif;

}
.page-template-template-page-hot-kw-lp-php .number-wrap h3 {
    font-size: 18px;
    margin-bottom: 16px;
}
.page-template-template-page-hot-kw-lp-php  .number-wrap p {
    font-size: 14px;
}

.page-template-template-page-hot-kw-lp-php .landing-page-button a,
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact,
.page-template-template-page-hot-kw-lp-php .bar #landing-page-nav li a {
    display: block;
    width: 202px;
    height: 44px;
    font-family: 'Aller Typo W01 Bold',Arial,sans-serif;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    margin-left: 16px;
    padding-top: 13px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00A94F;
    -webkit-border-radius: 5px;    
    border-radius: 5px;
    -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .5);        
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact {
    background-color: #00A4E4;
    overflow: hidden;
    margin-top: 16px;
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact.closed { cursor: pointer; }

.page-template-template-page-hot-kw-lp-php .landing-page-button a:hover {
    color: #005c2b;
}
.page-template-template-page-hot-kw-lp-php h3.landing-page-button {
    margin-bottom: 1em;
}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact h3 { 
    font-family: 'Aller Typo W01 Bold',Arial,sans-serif;
    color: #FFF;
      -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact.closed h3:hover { color: #006c96; }
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact ul {
    margin: 0;
    list-style: none;
}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact label {
    font-size: 12px;
    float: left;
    margin-left: 12px;
    margin-top: 20px;
    margin-bottom: 4px;
    text-transform: none;
    font-family:'Aller Typo W01 Regular',sans-serif;

}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact input {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 10px;
    background: #58595B;
     -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, .5);        
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, .5);
    color: #FFF;
    font-size: 16px;
    font-family:'Aller Typo W01 Regular',sans-serif;
    padding: 0 8px;
}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact select {  width: 94%;}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact .hot-submit {
    float: right;
    border-radius: 12px;
    background: white;
    color: #00A4E4;
    font-size: 12px;
    font-family: 'Aller Typo W01 Bold',sans-serif;
    padding: 8px 22px 6px;
    text-transform: uppercase;
    margin-right: 12px;
    margin-top: 20px;
    line-height: 1;
    cursor: pointer;
     -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 135, 189, .5);        
    box-shadow: inset 0px 0px 6px 0px rgba(0, 135, 189, .5);
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact .hot-submit:hover {
    color: #FFF;
    background: #006e99;
}
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact.closed form { display: none; }
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact form { padding-bottom: 12px; }
.page-template-template-page-hot-kw-lp-php .landing-page-button.contact form .required_message { 
    margin: 3px 0 -15px; 
    text-transform: none; 
    text-align: left; 
    padding: 0 20px;
}

.page-template-template-page-hot-kw-lp-php .related_pages h4,
.page-template-template-page-hot-kw-lp-php .hot-testimonials h4,
.page-template-template-page-hot-kw-lp-php .related_pages a {
    font-size: 14px;
    margin-top: 60px;
}
.page-template-template-page-hot-kw-lp-php .related_pages a {
    font-family:'Aller Typo W01 Regular',Arial,sans-serif;
}
.page-template-template-page-hot-kw-lp-php .excerpt {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 12px;
}
.page-template-template-page-hot-kw-lp-php .related_pages,
.page-template-template-page-hot-kw-lp-php .hot-testimonials {
    padding-left: 26px;
}
.page-template-template-page-hot-kw-lp-php .bar .container {
    padding-bottom: 75px;
}
.page-template-template-page-hot-kw-lp-php .landing-page-cycle {
    margin: 0;
}
.page-template-template-page-hot-kw-lp-php .bar .content {
    padding: 30px 0 0 20px;
    width: 940px;
    margin: 0 auto;
}
.page-template-template-page-hot-kw-lp-php .bar #landing-page-nav {
    list-style: none;
    margin: 0;
}
.page-template-template-page-hot-kw-lp-php .bar #landing-page-nav li a {
    float: left;
    margin: 0 26px 0 0;
    background-color: #FFF;
    color: #6D6E71;
    font-size: 14px;
    height: auto;
    padding: 14px;
    text-transform: none;
    border: 1px solid #005c4e;
}
.page-template-template-page-hot-kw-lp-php .bar #landing-page-nav li a:hover,
.page-template-template-page-hot-kw-lp-php .bar #landing-page-nav li.activeSlide a {
    background-color: #007564;
    color: #FFF;
}
.page-template-template-page-hot-kw-lp-php .bar .landing-page-cycle,
.page-template-template-page-hot-kw-lp-php .bar .landing-page-cycle div {
    overflow: hidden;
    height: auto;
    width: 95%;
}
.page-template-template-page-hot-kw-lp-php .bar .landing-page-cycle div {
    padding-top: 50px;
}
.page-template-template-page-hot-kw-lp-php .bar .landing-page-cycle div {
    font-size: 20px;
    font-size: 1.25rem;
}
.page-template-template-page-hot-kw-lp-php .bar a,
.page-template-template-page-hot-kw-lp-php .bar a:visited { 
    color: #551A8B; 
    text-decoration: underline;
} 
.page-template-template-page-hot-kw-lp-php .bar a:hover { text-decoration: none; }


/* Smart Queue section styles */
.slug-smart-queue h2, .parent-slug-smart-queue h2, .purple h2 {
    color: #08a4da;
}
.slug-smart-queue .bar, .parent-slug-smart-queue .bar, .purple .bar {
    background: #9A4E9E !important;
}
.slug-smart-queue .bar h2, .purple .bar h2 {
    margin: 40px 0;
}
.slug-smart-queue .entry-title span, .parent-slug-smart-queue .entry-title span, .purple .entry-title span {
/*     background: url(img/star_purple.png) left center no-repeat; */
    background-size: auto 36px;
    padding-left: 50px;
}
.slug-smart-queue .post-sidebar, .parent-slug-smart-queue .post-sidebar, .purple .post-sidebar {
    /*
background: url(img/star_purple.png) center top no-repeat;
    padding-top: 160px !important;
*/
}

.core-features .int-voip { background: url(img/SmartQueue_Global.jpg) center top no-repeat;  }
.core-features .tbf { background: url(img/SmartQueue_TechBudget.jpg) center top no-repeat;  }
.core-features .scalable { background: url(img/SmartQueue_Scalable.jpg) center top no-repeat;  }

/* VoIP Gateway section styles */
.slug-voip-gateway-solution h2, .parent-slug-voip-gateway-solution h2, .orange h2 {
    color: #E86D1F;
}
.slug-voip-gateway-solution .bar, .parent-slug-voip-gateway-solution .bar, .orange .bar {
    background: #E6E7E8 !important;
}
.slug-voip-gateway-solution .bar h2, .orange .bar h2 {
    color: #08a4da;
}
.slug-voip-gateway-solution .entry-title span, .parent-slug-voip-gateway-solution .entry-title span, .orange .entry-title span {
/*     background: url(img/star_orange.png) left center no-repeat; */
    background-size: auto 36px;
    padding-left: 50px;
}
.slug-voip-gateway-solution .post-sidebar, .parent-slug-voip-gateway-solution .post-sidebar, .orange .post-sidebar {
    /*
background: url(img/star_orange.png) center top no-repeat;
    padding-top: 160px !important;
*/
}
.ie8 .entry-title span {
    background-image: none !important;
    padding-left: 0 !important;
}

/* DDI section styles */
.slug-did-ddi-local-numbers .post-sidebar {
    background:none;
    padding: 50px 0 32px;
}
.slug-did-ddi-local-numbers h2, .parent-slug-did-ddi-local-numbers h2,
.single-did h2 {
    color: #00A4E4;
}
.single-did h2 {
    font-size: 18px;
    font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
    margin: 1.5em 0 .6em;
}
.slug-did-ddi-local-numbers .bar, .parent-slug-did-ddi-local-numbers .bar,
.single-did .bar {
    background: #026CB6 !important;
}
.single-did .navigation, .single-did .entry-meta, .single-did .entry-utility{
        display:none;
}
.single-did  .did-content {
    width: 70%;
    float:left;
}
.post-sidebar{
    width: 25%;
    float: right;
    padding: 36px 0 0;
}
.post-sidebar h3{
    font-size: 18px;
    font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 .75em;
    color: rgb(0, 164, 228);
}
.sidebar_content .order_now a{
    
}
.sidebar_content .quote_link a{
    background-image: url('img/icon-get-quote.png');
}
.sidebar_content .chat_link a{
    background-image: url('img/icon-chat.png');
}

/* VoIP Trunk section styles */
.slug-voip-termination-sip-iax-trunking h2, .parent-slug-voip-termination-sip-iax-trunking h2 {
    color: #00A4E4;
}
.slug-voip-termination-sip-iax-trunking .bar, .parent-slug-voip-termination-sip-iax-trunking .bar {
    background: #E6E7E8 !important;
}
/* Web Callback section styles */
.slug-web-callback h2, .parent-slug-web-callback h2 {
    color: #00A4E4;
}
.slug-web-callback .bar, .parent-slug-web-callback .bar {
    background: #E6E7E8 !important;
}




/* About Us section styles */
.slug-about-us h2, .parent-slug-about-us h2, .parent-slug-about-us h1, .slug-management-team h3 {
    color: #08a4da;
}
.slug-about-us .col-33 h2, .parent-slug-about-us .col-33 h2 {
    font-size: 32px;
    line-height: 40px;
}
.slug-about-us .bar, .parent-slug-about-us .bar {
    background: #08a4da !important;
}
.parent-slug-about-us .post-bar h3 {
    text-transform: uppercase;
    font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
    font-size: 14px;
}
.what-spacer {
    margin: -66px 0 12px;
}
.slug-management-team .col-left{
    margin: 0 0 24px 0;
    width: 250px!important;
}

.slug-management-team .col-66 {
	width: 76%!important;
	margin-top: 25px;
}


h2.abouttitle {
	color: #58595b!important;
	text-align: center;
	font-size: 22px;
	font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
	padding: 20px 0px 40px;
	font-style: normal!important;
}

.c1, .c2, .c3 {
	width: 30%;
	float: left;
	text-align: left;
}

.c2, .c3 {
	margin-left: 48px;
}


.c1 h3, .c2 h3, .c3 h3 {
	color: #58595b!important;
	font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
	font-style: normal;
	font-size: 22px; 
	padding-bottom: 7px;
	
}

.c1 p, .c2 p, .c3 p {
	color: #58595b!important;
	font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	
}

/* Press Release */
.hide { display: none;}

.pr_list {
    list-style:none;
    margin: 0;
    padding: 0;
}
.pr_list li {
    margin: 0 0 .5em;
    overflow:hidden;
}
.pr_date {
    display:block;
    float:left;
    clear:left;
    width: 120px;
    text-decoration: none;
    font-weight: bold;
    color: #999;
}
.pr_title{
    display:block;
    float:left;
    color: #08A4DA;
}
/* Single Press Release Pages */
.single-press_release .meta-prep-author, .single-press_release .vcard, .single-press_release .meta-sep-entry-date, .single-press_release .meta-prep-entry-date, .single-press_release .navigation {
    display:none; 
}


/* Contact Us section styles */
.slug-contact-us h2, .parent-slug-contact-us h2, .parent-slug-contact-us h1, .parent-slug-contact-us h3 {
    color: #00A88F;
}
.slug-contact-us .bar, .parent-slug-contact-us .bar,
.slug-office-locations .bar {
    background: #00A88F !important;
}
.slug-office-locations .col.col-25.last,
.slug-contact-us .col.col-25.last { padding-right: 0%; }
a.chat-sales:link,
a.chat-sales:visited {
    position: relative;
    /*
top: -38px;
    background: url(img/liveChatSalesSmaller.png) center 18px no-repeat;
*/
    padding: 5px 0px 0px 0px;
    display:block;
    text-align:center;
    text-decoration: none;
    color: #00A88F;
    font-weight: bold;
    margin-left: -30px;
}
.slug-office-locations a.chat-sales {
    top: -30px;
    width: 150px;
    float: right;
}
.page-template-template-page-products-php.slug-office-locations #container,
.page-template-template-page-products-php.slug-contact-us #container { padding: 0; }
.page-template-template-page-products-php.slug-office-locations #content,
.page-template-template-page-products-php.slug-contact-us #content { padding: 0 22px; }

.page-template-template-page-products-php.slug-contact-us #content #page-top,
.page-template-template-page-products-php.slug-office-locations #content #page-top {
    padding: 0;
    border-bottom: none;
}
.page-template-template-page-products-php.slug-contact-us #content #page-top ul.xoxo,
.page-template-template-page-products-php.slug-office-locations #content #page-top ul.xoxo {
    display: none;
}
.slug-office-locations .locations,
.slug-contact-us .locations {
    overflow: hidden;
}
.slug-office-locations .sales-support,
.slug-contact-us .sales-support {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.slug-office-locations .sales-support {
    padding-top: 70px;
    border-top: 6px solid #D1D3D4;
    margin-top: 26px;
}
.slug-office-locations .sales-support .last p {
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: #939598;
}
.slug-office-locations .entry-content h3,
.slug-contact-us .entry-content h3 { 
    font-family:'Aller Typo W01 Bold',sans-serif;
    color: #08a4da; 
    font-style: normal;
}
.slug-contact-us .entry-content .sales-support h3 { 
    padding-top: 30px;
}
.slug-office-locations .maplink,
.slug-contact-us .maplink { 
    display: inline-block;
    padding-top: 6px;
    font-family:'Aller Typo W01 Bold',sans-serif;
    color: #00A4E4; 
    text-decoration: none;
}
.slug-office-locations .maplink {
    margin-top: -20px;
}
.slug-contact-us .international-locations {
    display: block;
    padding: 18px 12px;
    background-color: #E6E7E8;
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 20px;
    color: #00A4E4; 
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.slug-office-locations .maplink:hover,
.slug-contact-us .maplink:hover,
a.chat-sales:hover {
    color: #166EB4;
}
.slug-contact-us .international-locations:hover {
    color: #FFF;
    background-color: #026CB6;
}
.slug-contact-us .post-bar .message-title,
.slug-office-locations .post-bar .message-title {
    font-family:'Aller Typo W01 Regular',sans-serif;
    font-size: 24px;
    margin-bottom: -20px;
}



.parent-slug-contact-us .bar input, .parent-slug-contact-us .bar select, .parent-slug-contact-us .bar textarea {
    background-color: #6D6E71;
}
.parent-slug-contact-us .post-bar label { 
    display:none;
}
.parent-slug-contact-us .post-bar .button{
    float:right;
    margin: 2px 20px;
    padding: 8px 30px;
    width: 50%;
}
.parent-slug-contact-us .post-bar h3{
    font-size: 18px;
    margin: 0 0 1.25em;
}
.parent-slug-contact-us .contact.cycle, .parent-slug-contact-us .contact.cycle > div{
    width: 100%;
    min-height: 310px;
    background: #00A88F;
    color: #fff;
}

.quote .contact label {
    display:block;
    padding-left: 20px;
}
.quote .contact .button {
    float: right;
    margin-right: 44px;
}

.extracontact {
	width: 100%;
	max-width: 1020px;
	margin: 30px auto 0px;
	float: left;
	padding: 0px 230px 75px;
	border-bottom: 1px solid #e5e5e5;
	
}

.contactlocation {
	float: left; 
	width: 50%;
	
}

.contactchat {
	float: left;
	width: 25%;
	border-left: 1px solid #e5e5e5;
	padding: 0px 0px 0px 40px;
}

/* Videos */
.video  {margin: 46px 0 75px 0; text-align: center;
}
.video h2 {clear: none; padding-top: 20px;}
.video h2 a {text-decoration: none;}
.video img {float: left; margin: 34px 20px 54px 0;}
.slug-enhanced-hosted-pbx-solution-avoxi-core .video img {margin-top: 50px; }
.video p {font-family:'DiverdaSerifW01-Regular'; font-size: 1.866666666666667em; line-height: 1.107142857142857; color: #026CB6;}
.slug-smart-queue .video p { color: #9A4E9E;}
.slug-smart-queue .video h2 a {text-decoration: none; color: #E20177;}

/*  Testomonials  */
.testimonial-wrapper {
    width: 90%;
    border-bottom: 1px solid #00A88F;
    overflow: hidden;margin-bottom: 50px;
}
.testimonial_content-page {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 16px;
}
.testimonial_title-page {
  text-align: right;
  margin-bottom: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  font-style: italic;
  color: #00A88F;
}
.video-testimonial {
    /*float: left;
    margin-right: 24px;
    margin-bottom: 12px;*/
    position: absolute;
    bottom: 34px;
    left: 34px;
}

/* Customer Support
-------------------------------------------------------------- */
.parent-slug-customer-support h2, .parent-slug-customer-support h1 {
    color: #9A4E9E;
}
.parent-slug-customer-support .bar {
    background: #9A4E9E !important;
}
.chat-support {
    /*
background: url(img/liveChatSupport.png) center top no-repeat;
    padding: 130px 0 0;
*/
    display:block;
    text-align:center;
    text-decoration: none;
    color: #00A88F;
    font-weight: bold;
}
/* FAQs */
.slug-faq .entry-content h1 {
font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
font-size: 20px;
margin: 20px 0px 0px;
padding: 0px 0px 0px;
color: #08a4da;
}

ul.accordion {
  margin: 0;
  background: url(img/accordion/oblong-dotted-border-accordion.png) repeat-x center bottom;
  width: 85%;
}
.answer {
    margin: 0;
    padding: 1em 0;
/*     font-family:'DiverdaSerifW01-Regular'; */
font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    width: 90%;
}
.accordion li {
  background: url(img/accordion/oblong-dotted-border-accordion.png) repeat-x center top;
  padding: 9px 0px;
  color: #6D6E71;
  display: block;
}
.accordion li:first-child { 
  background: none; 
}
.entry-content .accordion h2 {
  cursor: pointer;
  padding: 0;
  font-size: 17px;
  line-height: 35px;
  background: url(img/accordion/accordion-open-close.png) no-repeat 99.5% 5px;
}

.entry-content .accordion h2:hover {
  color: #08a4da;
  background: url(img/accordion/accordion-open-close.png) no-repeat 99.5% -45px;
}
.entry-content .accordion li.open h2 {
  background: url(img/accordion/accordion-open-close.png) no-repeat 99.5% -95px;
}
.entry-content .accordion li.open h2:hover {
  color: #08a4da;
  background: url(img/accordion/accordion-open-close.png) no-repeat 99.5% -145px;
}

/* Industry Terms */
.slug-industry-terms .entry-title {color: #9A4E9E;}
.term-links {
  margin-left:1px;
  list-style:none;
  margin-bottom: 100px;
}
.term-links li {float: left; }
.term-links a {
  padding:6px 4px;
  text-decoration:none;
  text-transform: uppercase;
  display:block;
  position:relative;
  font-family:'Aller Typo W01 Bold',Arial,sans-serif;
  font-size: 20px;
}
.term-links a:link, .term-links a:visited {
    color:#08a4da;
}
/*
.term-links a:visited {
    color:#9A4E9E;
}
*/
.term-links a:active,
.term-links a:hover {
    color: #08a4da;
}

.term-links li:first-child a {padding-left: 0;}

.term-links a:hover {text-decoration: underline;}

.entry-content .term-letter {
  font-family:'Aller Typo W01 Bold',Arial,sans-serif;
  font-size: 80px;
  float: left;
  color: #08a4da;
}
.description-wrap {float: right; width: 86%; margin-top: -25px; margin-bottom: 50px; }
.description-wrap p {font-size: 15px; line-height: 1.266666666666667;}
p.term-title {
  font-family:'Aller Typo W01 Bold',Arial,sans-serif;
  font-size: 16px;
  color: #08a4da;
  margin-bottom: 1px;
}


#support_form label { 
    display:none;
}

/* Videos */
.slug-tutorial-videos a.youtube{
    /*
width: 28%;
    display:block;
    float:left;
    padding: 50px;
    color: #eee;
    background: url(img/Playbutton.png) 95% center no-repeat #9A4E9E;
    text-decoration:none;
    margin: 1%;
*/
}
.slug-tutorial-videos a.youtube:hover {
/*     color: #fff; */
/*     background: url(img/Playbutton.png) 90% center no-repeat #793d7c; */
}

.videos {
	width: 30%;
	float: left;
	margin: 0px 48px 0px 0px;
	padding: 0px 0px;
}

.last {margin: 0px 0px 0px 0px!important;}

.videotitle {
	font-family:'Aller Typo W01 Bold',Arial,sans-serif;
	font-size: 17px;
	margin-bottom: 5px!important;
}


/* BLOG
-------------------------------------------------------------- */
.blog .meta-prep-author, .blog .vcard, .blog .meta-prep-entry-date {
    display:none; 
} 
.blog #main, .single-post #main, .archive #main {
    /* background-position: center 70px; */
    background-position: center 110px;
    /*padding-top: 70px;*/
    padding-top: 0px;
    z-index: 1;
}
.blog #main,
.single #main{
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
/*.blog #main:before, .single-post #main:before, .archive #main:before {
    content: 'AVOXI';
    position: absolute;
    top: 0;
    font-size: 70px;
    color: white;
    font-family: 'Aller Typo W01 Bold', Arial, sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    margin: 35px 0 0 40px;
    z-index: 0;
    display: block;
}*/

.blog #main:before, .single-post #main:before, .archive #main:before {
/*content: 'Welcome to the Most Educational VOIP Call Center Software and Business Phone System Blog in the World!';*/
position: absolute;
top: 0;
font-size: 26px;
color: 000;
font-family: 'Aller Typo W01 Bold', Arial, sans-serif;
margin: 0px 70px 0px 30px;
z-index: 0;
display: block;
line-height: 31px;
width: 70%;
}

.blog #main #container, 
.single #main #container
{
	/* padding: 60px 30px 30px!important; */
	padding: 60px 0px 30px!important;
}

.blog #main #primary,
.single #main #primary {
	/* padding: 60px 30px 30px 0!important; */
	padding: 90px 0px 30px 0px!important;
	
}

/*.blog #main:after, .single-post #main:after, .archive #main:after {
    content: 'Blog';
    position: absolute;
    top: 0;
    font-size: 70px;
    color: white;
    font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    margin: 35px 0 0 262px;
    z-index: 0;
    display: block;
}*/

.blog .entry-title a, .archive .entry-title a, .search .entry-title a {
    color: #00A4E4;
    padding: 24px 0 0;
    display: block;
}
.entry-thumb img {
    width: 100%;
    height: auto;
    background: #E6E7E8;
}

.blog .entry-thumb img {
	width: 50%!important;
	float: left;
	clear: both; 
	text-align: center;
	margin-top: 10px;
}

.blog .entry-date, .archive .entry-date, .search .entry-date {
    float:left;
    color:#939598;
    font-size: 11px;
    text-transform: uppercase;
    background: url(img/Calendar-Icon.jpg) left center no-repeat;
    padding: 12px 0 0 20px;
}
.blog .entry-comment, .archive .entry-comment, .search .entry-comment {
    float:left;
    color:#939598;
    font-size: 11px;
    text-transform: uppercase;
    background: url(img/CommentIcon.jpg) left center no-repeat;
    padding: 12px 0 0 20px;
    text-decoration:none;
    margin: 0 0 0 12px;
}

#text-13 .widgettitle {
font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
font-size: 16px;
color: #58595b;
margin: 20px 0px 10px 0px;
padding: 0px 0px 0px 0px;	
}

#search-5 {
	margin: 20px 0px 0px 0px;
	background: #e5e5e5;
	padding: 10px 10px 15px 20px;
}

#search-5 form {margin-bottom: 0px!important;}

#search-5 form#searchform div input#s {
	width: 220px;
}

#categories-3 h3.widgettitle, #recent-posts-2 h3.widgettitle, #widget_tptn_pop-2 h3.widgettitle {
	font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
font-size: 16px;
color: #58595b;
margin: 20px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

#categories-3 ul, #recent-posts-2 ul, #widget_tptn_pop-2 ul {
	list-style: none!important;
	margin: 0px 0px 0px 0px!important;
}

#categories-3 ul li, #recent-posts-2 ul li, #widget_tptn_pop-2 ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}

#categories-3 ul li a, #recent-posts-2 ul li a, #widget_tptn_pop-2 ul li a {
	text-decoration: none;
}

.continue_reading {
    display: block;
    padding: 6px 32px;
    margin: 12px 0 50px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Aller Typo W01 Regular', Arial, sans-serif;
    background: #D1D3D4 url(img/ContinueArrow.png) 90% center no-repeat;
}
.continue_reading:hover{
    background-position: 95% center;
    background-color: #ccc;
    /*padding: 6px 32px 6px 50px;*/
}

a[href="http://www.avoxi.com/es/"] { display:none; }
.social-share {overflow: hidden; margin-bottom: 20px; /*display: none;*/}
.social-toggle {overflow: hidden; margin-bottom: 0;}
.social-toggle span {
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    padding: 16px 75px; /* = size of image */
    text-indent: -9999px;
    overflow: hidden;
    background: url(img/social/share.png) 0 0 no-repeat transparent;
    border: 1px solid #bcdab2;
    display: none;
}
.social-content ul, .social-content li { list-style: none; margin: 0;}
.social-content .icon a {
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    padding: 22px 22px; /* = size of image */
    text-indent: -9999px;
    overflow: hidden;
    background: url(img/social/facebook.png) 0 0 no-repeat transparent;
    margin-right: 20px;
}
.social-content .icon-twitter a { background-image: url(img/social/twitter.png); }
.social-content .icon-google-plus a { background-image: url(img/social/google.png); }
.social-content .icon-linkedin a { background-image: url(img/social/linkedin.png); }
.social-content .icon-envelope a { background-image: url(img/social/mail.png); }
.social-content .icon-rss a { background-image: url(img/social/rss.png); }

.ctc .ctc {
    margin: 0 0 22px;
}

.slug-get-quote #main,
.slug-get-quote .links_small,  
.slug-thank-requesting-quote #main,
.slug-thank-requesting-quote .links_small {
/*     display: none; */
}
.page-template-template-page-testimonials-php #main,
.slug-testimonials .links_small {
    display: none;
}
.slug-case-studies #main,
.slug-case-studies .links_small {
    display: none;
}
.comment-subscription-form{
    display: none;
}

/* =Products Page
************************************************************** */

.slug-products .entry-title {display: none;}
.page-template-template-page-products-php.slug-products #content {
    margin: 0;
    padding: 0;
    width: 100%;
}
.slug-products .row-one,
.slug-products .row-two {
    overflow: hidden;
}
.slug-products .col {
    position: relative;
    float: left;
    width: 33.33%;
    min-height: 526px;
    padding: 0 3%;
    border-right: 1px solid #A7A9AC;
    font-family:'Aller Typo W01 Regular', sans-serif;
    text-align: center;
}
.slug-products .row-one .col.one,
.slug-products .row-two .col.one {
    width: 32.33%;
    padding: 0 3% 0 0;
}
.slug-products .row-one .col.two,
.slug-products .row-two .col.two {
    width: 35.33%;
}
.slug-products .row-one .col.three,
.slug-products .row-two .col.three {
    float: right;
    width: 32.33%;
    padding: 0 0 0 3%;
    border-right: none;
}
.slug-products .divider {
    height: 1px;
    background-color: #A7A9AC;
    margin: 70px 0 80px;
}
.slug-products .col .products-wrap {
    background: url(images/product-icon-sprite-onecolor.png) center -28px no-repeat;
    padding-top: 160px;
}
.slug-products .row-two .col .products-wrap {
    padding-top: 140px;
}
.slug-products .products-wrap.vccs {
    background-position: center -630px;
}
.slug-products .products-wrap.chs {
    background-position: center -1230px;
}
.slug-products .products-wrap.ln {
    background-position: center -1810px;
}
.slug-products .products-wrap.vtt {
    background-position: center -2424px;
}
.slug-products .products-wrap.vgs {
    background-position: center -3030px;
}
.slug-products h4 {
    font-family:'Aller Typo W01 Bold', sans-serif;
    font-size: 17px;
    line-height: 21px;
    text-transform: none;
}
/*
.slug-products .itfs h4 {
    color: #6CB33F;
}
*/
.slug-products .vccs h4 {
    margin-bottom: -31px;
/*     color: #9A4E9E; */
}
.slug-products .vccs p img {
    margin-bottom: -18px;
}
.slug-products .chs h4 {
    margin-bottom: -48px;
/*     color: #026CB6; */
}
.slug-products .chs p img {
    margin-bottom: -34px;
}
.slug-products .ln h4,
.slug-products .vtt h4,
.slug-products .vgs h4,
.slug-products .chs h4,
.slug-products .vccs h4,
.slug-products .itfs h4 {
    color: #00A4E4;
}
/*
.slug-products .vgs h4 {
    color: #E86D1F;
}
*/
.slug-products .ln h4,
.slug-products .vgs h4 {
    padding-bottom: 39px;
}
.slug-products p {
    font-family:'DiverdaSerifW01-Regular' serif;
    font-size: 16px;
    line-height: 19px;
    color: #6D6E71;
}
.slug-products .row-one .learn-more,
.slug-products .row-two .learn-more {
    position: absolute;
    bottom: 0;
    left: 15%;
    display: block;
    padding-top: 5px;
    width: 220px;
    height: 46px;
    background-color: #00A4E4;
    font-family: 'Aller Typo W01 Regular', sans-serif;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
      -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.slug-products .row-one .col.one .learn-more,
.slug-products .row-two .col.one .learn-more {
    left: 8%;
}
.slug-products .row-one .learn-more-small,
.slug-products .row-two .learn-more-small {
    font-size: 12px;
    line-height: 1;
}
.slug-products .row-one a:hover .learn-more,
.slug-products .row-two a:hover .learn-more {
    background-color: #026CB6;
}


/* Customer Login Page
************************************************************** */

.page-template-template-page-login-php #content {
    margin: 0;
    padding: 0;
    width: 100%;
}
.page-template-template-page-login-php .container { width: 100%; }
.page-template-template-page-login-php #content #page-top { display: none; }
.page-template-template-page-login-php .top2 a {
    display: block;
    float: left;
}
.page-template-template-page-login-php .link-container {
    position: relative;
    float: left;
    min-height: 237px;
    width: 150px;
    background: url(images/customer-login-sprite.png) center 4px no-repeat;
      -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.page-template-template-page-login-php .main.top2 a {
    text-decoration: none;
}
.page-template-template-page-login-php .main.top2 .fade-me .link-container{
     -khtml-opacity: .30;
       -moz-opacity: .30;
            opacity: .30;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}


.page-template-template-page-login-php .main.top2 {
    overflow: visible;
    height: 210px;
    margin: 0px 60px 100px;
    /* margin-bottom: 100px; */
}
.page-template-template-page-login-php .title,
.page-template-template-page-login-php .link-container b.tool-tip {
    font-family:'Aller Typo W01 Bold',Arial,sans-serif;
    font-size: 16px;
    text-align: center;
}
.page-template-template-page-login-php .link-container b.tool-tip,
.touch .page-template-template-page-login-php .link-container b.tool-tip { color: #58595B; }
.page-template-template-page-login-php .link-container.avoxi-core-pro b.tool-tip { left: -150px; }
.page-template-template-page-login-php .link-container.avoxi-core-s-africa b.tool-tip { left: -300px; }
.page-template-template-page-login-php .link-container.smart-que-atl b.tool-tip { left: -450px; }
.page-template-template-page-login-php .link-container.smart-que-afr b.tool-tip { left: -600px; }
.page-template-template-page-login-php .link-container.case-mgmt b.tool-tip { left: -750px; }
.page-template-template-page-login-php .link-container span.blue {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 110px;
    padding: 4px 22px 1px;
    text-align: center;
}
.page-template-template-page-login-php .link-container.avoxi-core-pro {
    background-position: center -298px;
}
.page-template-template-page-login-php .link-container.smart-que-atl {
    background-position: center -598px;
}
.page-template-template-page-login-php .link-container.smart-que-afr {
    background-position: center -898px;
}
.page-template-template-page-login-php .link-container.case-mgmt {
    background-position: center -1198px;
}
.page-template-template-page-login-php .link-container.avoxi-core-s-africa {
    background-position: center -1498px;
}
.page-template-template-page-login-php .entry-title { 
    margin-top: 40px;
    font-family: 'Aller Typo W01 Bold',Arial,sans-serif; 
}   

/* login modals */
.page-template-template-page-login-php .hide-me { display: none; }
.page-template-template-page-login-php .login_wrap {
  width: 680px;
  /*margin: 150px auto;*/
  font-family: 'Aller Typo W01 Bold',sans-serif;
  line-height: normal;
  color: #6D6E71;
}
.page-template-template-page-login-php .login_wrap p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.page-template-template-page-login-php .login_wrap__contact {
  width: 350px;
  height: 314px;
  float: left;
  background-color: #E6E7E8;
  padding-left: 56px;
}
.page-template-template-page-login-php .contact--title {
  font-size: 26px;
  color: #00A4E3;
  margin: 26px 0 42px;
}
.page-template-template-page-login-php p.contact--help { margin-bottom: 56px; }
.page-template-template-page-login-php a.contact--button {
  display: block;
  width: 76px;
  /*height: 24px;*/
  float: left;
  margin: 16px 16px 0 0;
  padding: 4px 0 3px 0;
  background-color: #00A4E3;
  font-size: 15px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 12px;    
  border-radius: 12px;
}
.page-template-template-page-login-php a.contact--button:hover { background-color: #166EB4; }
.page-template-template-page-login-php .login_wrap__login {
  padding: 22px 0 0 40px;
  width: 330px;
  height: 314px;
  float: right;
  background-color: #BBBDBF;
}
.page-template-template-page-login-php .login_wrap__login h3 {
  padding-left: 18px;
  margin-bottom: 22px;
  font-size: 18px;
}
.page-template-template-page-login-php .login_wrap label {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 4px;
    float: left;
}
.page-template-template-page-login-php .login_wrap input[type="text"],
.page-template-template-page-login-php .login_wrap input[type="password"] {
    padding: 4px 20px;
    background: #6D6E70;
    border-radius: 20px;
    margin: 0 0 22px;
    border: 1px solid #6D6E70;
    width: 228px;
    outline: none;
    color: #FFF;
    font-size: 16px;
}
.page-template-template-page-login-php .login_wrap .login--button {
    /*position: relative;*/
    /*display: inline-block;*/
    float: right; 
    margin: 0 64px 26px 0;
    padding: 2px 30px 0;
    width: auto;
    height: auto;
    border: 1px solid #D4CF2A;
    border-radius: 100px;
    background: #D4CF2A;
    -webkit-box-shadow: 0px 0px 8px 0px #000;
    box-shadow: 0px 0px 8px 0px #000;
    color: #58595B;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Aller Typo W01 Bold',sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.page-template-template-page-login-php .login--button:hover {
    background: #DAD646;
    -webkit-box-shadow: 0px 0px 12px 0px #000;
    box-shadow: 0px 0px 12px 0px #000;
}
.page-template-template-page-login-php a.login--reminder {
    display: inline-block;
    padding-bottom: 4px;
    margin-left: 18px;
    font-family: 'Aller Typo W01 Bold',sans-serif;
    font-size: 18px;
    color: #6D6E71;
    text-decoration: none;
}
.page-template-template-page-login-php a.login--reminder:hover { 
  color: #166EB4; 
  border-bottom: 2px solid #166EB4; 
}
.page-template-template-page-login-php .login--help {
    display: block;
    background-color: #00A4E3;
    font-size: 13px;
    padding: 9px 0 9px 57px;
    float: left;
    width: 100%;
    color: #FFF;
    text-decoration: none;
}
.page-template-template-page-login-php .login--help:hover { background-color: #166EB4; }


/* Careers Page
************************************************************** */

.page-template-template-page-careers-php .career_list { 
    font-family:'Aller Typo W01 Regular', sans-serif;
    margin: 0; 
}
.page-template-template-page-careers-php .career_list > li { list-style-type: none; }
.page-template-template-page-careers-php .career_list p { margin-bottom: 12px; }
.page-template-template-page-careers-php .career_list .career_title {
    margin-bottom: 2px;
    color: #00a6e2;
    display: block;
    font-size: 20px;
}
.page-template-template-page-careers-php .career_list a[href$=".pdf"] {
    background: url(img/pdf-icon.png) left 4px no-repeat;
    padding-left: 20px;
}
.page-template-template-page-careers-php .career_list .career_description_download {
    margin-bottom: 12px;
    display: inline-block;
}
.page-template-template-page-careers-php .career_list hr {
    display: block;
    margin: 40px 0 30px;
}
.page-template-template-page-careers-php .career_list h3,
.page-template-template-page-careers-php .entry-content h3 {
    font-style: normal;
}
.page-template-template-page-careers-php .career_list strong {
    font-family:'Aller Typo W01 Bold', sans-serif;
}
.page-template-template-page-careers-php .career_list .career_description {
    padding: 12px 0 24px;
}


/* = Media Queries
-------------------------------------------------------------- */

/*SEE MEDIA CSS FILE*/


/*OFFERS & BUNDLES PAGE*/

.bundlegroup {
	width: 85%;
	margin: 0px auto;
	position: relative;
}

.MeteredPlan, .UK500, .AU500 {
	background: url(images/bundlebkg-dark.png) no-repeat;
	width: 450px;
	height: 390px;
	margin: 25px -20px 0px 0px;
	padding: 40px 40px 0px 35px;
	float: left;
	text-align: center;
}

.UnlimitedBusiness, .UK1000, .AU1000 {
	background: url(images/bundlebkg-light.png) no-repeat;
	width: 480px;
	height: 473px;
	margin: 0px 0px 0px 0px;
	padding: 65px 0px 0px 0px;
	float: left;
	text-align: center;
}

.MeteredPlan p, .UK500 p, .AU500 p, .UnlimitedBusiness p, .UK1000 p, .AU1000 p {color: #FFF; font-size: 18px; line-height: 25px;}

.fineprint {font-size: 11px!important; }

p.planname {
	color: #FFF;
font-size: 28px;
font-family: 'Aller Typo W01 Regular', sans-serif;
margin-bottom: 45px;
}

.price {
	color: #FFF;
	font-size: 75px;
	font-family: 'Aller Typo W01 Regular', sans-serif;
	font-weight: bold;
	line-height: 65px;
}

.pricedesc {
	color:#FFF;
	font-size: 30px;
	font-family: 'Aller Typo W01 Regular', sans-serif;
}

.bundlesleft .price {
	color: #08a4da;
	font-size: 75px;
	font-family: 'Aller Typo W01 Regular', sans-serif;
	font-weight: bold;
	line-height: 65px;
}

.bundlesleft .pricedesc {
	color:#08a4da;
	font-size: 30px;
	font-family: 'Aller Typo W01 Regular', sans-serif;
}

.bundleheader {
	float: left;
	border-bottom: 1px solid #c2c2c2;
	padding: 0px 0px 0px 20px;
}

.bundlesleft {
	float: left;
	width: 50%;
	
}

.signupform {
	float: right;
	width: 43%;
}

.bundlesicon {
	float: left;
	width: 90px;
}
.bundlestitle {
	float: left;
	width: 370px;
	margin: 0px 20px 0px;
}
.bundlestitle h3 {
	font-family: 'Aller Typo W01 Regular', sans-serif;
	font-size: 30px;
	margin: 15px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;

}

 h3.bundlesname {
	font-size: 23px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.bundlesleft ul {
	float: left;
	margin: 10px 0px;
	padding: 0px 0px;
	clear: both;
	width: 100%;
}

.bundlesleft ul li {
	font-size: 18px;
	line-height: 30px;
}

.bundlesleft .blue {color: #08a4da;}

.priceline {
	float: left;
	width: 100%;
	clear: both;
	margin: 20px 0px 15px;	
}

.offerfeaturesbkg {
	width: 100%;
	height: auto;
	background: #e5e5e5;
	float: left;
	padding: 30px 0px 55px;
}

.offerfeatures {
	width: 100%;
	max-width: 1024px;
	margin: 10px auto;
	color: #58595b;
}


.offerfeatures h4 {
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
font-size: 20px;
font-weight: bold;
padding: 10px 0px 35px;
font-style: normal;
color: #58595b;
border-bottom: 1px solid #e2e2e2;
}

.offerfeatures ul {
	list-style-image: url('images/bullet.png');
}




.list1, .list2, .list3 {
	width: 25%;
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
	font-size: 16px;
	line-height: 30px;
	float: left;
}

.list1 {
	margin: 10px 95px 0px 20px;
}

.list2 {
	margin: 10px 95px 0px 0px;
}

.list3 {
	margin: 10px 0px 0px 40px;
}


.phones {
		width: 100%;
	height: auto;
	float: left;
	padding: 30px 0px 55px;
}

.phonesection {
		width: 100%;
	max-width: 1024px;
	margin: 10px auto;
	color: #58595b;
}

.phoneimg {
	float: left; 
	width: 45%;
}

.phonecontent {
	float: left;
	width: 55%;
	margin-top: 40px;
}

.phonecontent h4 {
	font-size: 20px;
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	
}
.phonecontent p {
	font-size: 14px;
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
	line-height: 24px;
}
.phonecontent span.blue {
	color: #00a4de;
}

.popular {
	background: url('images/starburst.png') no-repeat;
width: 150px;
float: right;
padding: 42px 30px 49px 25px;
z-index: 100000;
text-align: center;
line-height: 19px;
font-size: 17px;
margin: -70px 0px 0px 820px;
position: absolute;
color: #0f88b2;
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
}

#wistia_video_grid_below 
{display:none!important;}

.socialbar_container {display:none!important;}

.reseller {
	width: 30%;
	float: left;
	margin: 0px 35px 0px 0px;
}

.referral {
	width: 30%;
	float: left;
	margin: 3px 35px 0px 0px;
}

.integration {
	width: 30%;
	float: left;
	margin: 0px 0px 40px 0px;
}

.partners p.title, .formtitle {
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 15px!important;
	color: #1eaae4;
}


p.subtitle {
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
	font-size: 17px!important;
	font-weight: bold;
	font-style: normal;
	padding: 0px;
	margin: 10px 0px 0px!important;
	color: #58595b;
}


.partners p {
	font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
font-size: 13px;
padding: 0px;
margin: 8px 0px 0px 0px;
color: #58595b;
line-height: 20px;
}

.partnerform {
	background: #e5e5e5;
	width: 100%;
	
}

.partnerformcopy {
	max-width: 1080px;
	margin: 0px auto;
	padding: 60px 0px;
	width: 100%;
}

/*
.partnerformcopy h2 {
		font-family: 'Aller Typo W01 Regular',Arial,sans-serif;
		font-size: 17px;
		color: #58595b;
		font-weight: bold;
}
*/


.partnerformcopy p {
line-height: 25px!important;
margin: 0px;

}


/*--guide page style--*/

.guideform {
float: right;
width: 45%;
margin-top: -25px;
min-width: 460px;
}

.checklistinfo {
	width: 45%;
	float: left;
	margin: 5px 0px 15px 15px;
}

.page-id-12533 #container {
	width: 100%!important;
}

/*-------- New Form Pages ----------*/

html body.page-template-template-page-freetrial-php {
	margin-top: -40px;
}

#formtemplate-bkg {
	background: url('images/bkg-bluepattern.jpg');
	width: 100%;
	padding: 60px 0px 110px;
	float: left;
}

#formtemplate-body {
	background: #FFF;
	padding: 45px;
	float: left;
}

#formtemplate-body h1 {
	text-align: center; 
	margin: 15px 0px 50px;
	font-size: 45px;
	font-family: 'Bree Serif', serif;
	color: #08a4d6;
}

#form-testimonials {
	float: left;
	width: 100%;
	background: url('images/bkg-quote.jpg');
}

#testimonialquotes {
	margin: 0px auto;
	width: 100%;
	max-width: 1100px;
	
}

#formtemplate-copy {
	float: right;
	width: 60%;
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 55px;
}

#testimonialquotes {
	margin: 0px auto;
	max-width: 1100px;
	}
	
#t1 {
	float: left;
	width: 45%;
	background: url("images/quotes.png") 0% 0% no-repeat;
	padding: 0px 0px 0px 40px;
	margin: 60px 25px 67px;
	}
	
#t1 p {
	font-size: 17px;
	margin: 5px 0px;
	}
	
p.small {
	font-size: 12px;
	font-style: italic;
	margin: 0px 0px;
		}

