/* Minification failed. Returning unminified contents.
(523,3): run-time error CSS1035: Expected colon, found 'margin-left'
 */
/* LayerSlider Styles */



.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-inner {
	position: relative;
	background-position: center center;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-layer * {
	margin: 0px;
	line-height: normal;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
}

.ls-shadow img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}



/* WP plugin fullWidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* Trying to remove all the default global styles of WordPress :) */

.ls-container img,
.entry-content .ls-container img,
.comment-content .ls-container img,
.widget .ls-container img {
	border-radius: 0px;
	box-shadow: none;
	max-width: none !important;
	transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}

.entry-content .ls-container *,
.comment-content .ls-container *,
.widget .ls-container * {
	line-height: normal;
	padding: 0px;
	outline: none;
	border: 0px;
}

.entry-content .ls-yourlogo,
.entry-content .ls-inner *,
.comment-content .ls-inner *,
.widget .ls-inner * {
	margin: 0px;
}

.entry-content .ls-tn,
.comment-content .ls-tn,
.widget .ls-tn {
	display: none;
}

/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

.ls-debug-console li ul {
	display: none;
	position: absolute !important;
	width: 260px;
	left: -10px;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

.ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}
/*
Theme Name: Pioneer Telephone
*/

/* Insert Coin - HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; position: relative;}

::-moz-selection { background: #00adef; color: #fff; text-shadow: none; }
::selection { background: #00adef; color: #fff; text-shadow: none; }

a { color: #00adef; text-decoration: none; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
div {position: relative;}
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 18px; }
td { vertical-align: top; padding:4px;}

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* Press Start */

h1 {
  color:#00adef;
  margin:10px 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "PTSansNarrowBold", sans-serif;
  font-style: italic;
  background:url(/images/h1Bg.png) bottom repeat-x;
  padding-bottom: 4px;
  display: block;
}

h2 {
  color:#757575;
  margin:10px 0;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "PTSansNarrowRegular", sans-serif;
}

h3 {
  color:#262626;
  margin:10px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
}

html {
  background: url(/images/bgBlue.png);
}

body {
  background: url(/images/bg.png) top repeat-x;
}


#wrap {
  width:960px;
  margin:0 auto;
}

/* Header */

input[type=text], input[type=password], input[type=email], input[type=tel] {
  background: #f0f0f0;
  border:1px solid #e2e2e2;
  font-size: 13px;
  padding: 2px 4px;
}

#header {
  height: 160px;
  width:100%;
  position: relative;
  z-index: 100;
  font-family: "PTSansNarrowRegular", sans-serif;
}

#logo {
  background: url(/images/logo.png) no-repeat;
  width: 245px;
  height: 72px;
  display: block;
  position: absolute;
  top:25px;
  left:0px;
}

#topLogin {
  display: none;
  position: absolute;
  top:42px;
  left: 365px;
  width:260px;
  height: 50px;
}

#topLogin label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color:#737373;
}

#topLogin div {
  float: left;
  margin-left:10px;
}

#topLogin div:first-child {k

  margin-left: 10px;
}

#userId {
  width:68px;
}

#userPass {
  width: 90px;
}

#buttonLogin {
  background: url(/images/buttonLogin.png) no-repeat;
  border:none;
  width:50px;
  height: 21px;
  margin-top: 15px;
}

.ls-shadow{ display: none !important;}
.ls-inner{  }

#headContact {
  position: absolute;
  top:20px;
  right:0;
  width:400px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
}

#headContact a {
  color: #aaaaaa;
  text-decoration:none;
}

#headContact #ptphn {
    margin-top: 5px;
}

#pioneerContact span {
  color:#00aef0;
  font-size: 28px;
  font-weight: bold;
  display: block;
  font-family: "PTSansNarrowBold", sans-serif;
}

#agentContact {
    position: absolute;
    top: 20px;
    right: 0;
    width: 400px;
    font-size: 13px;
    text-align: right;
}

#agentContact span {
  color:#000000;
  font-size: 14px;
  font-weight: bold;
  font-family: "PTSansNarrowRegular", sans-serif;
}

#search {
  position: absolute;
  top:78px;
  right:0;
  width:195px;
}

#buttonSearch {
  position: absolute;
  top:0;
  right:0;
  background: url(/images/buttonSearch.png) no-repeat;
  border: none;
  height: 23px;
  width:42px;
}

/* Navigation */
#mainNav {
    clear: both;
    width: 960px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 6px solid #ddd;
    font-family: "PTSansRegular", sans-serif;
    background: rgb(0,189,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,189,242,1) 0%, rgba(0,157,236,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,189,242,1)), color-stop(100%,rgba(0,157,236,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,189,242,1) 0%,rgba(0,157,236,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,189,242,1) 0%,rgba(0,157,236,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,189,242,1) 0%,rgba(0,157,236,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,189,242,1) 0%,rgba(0,157,236,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdf2', endColorstr='#009dec',GradientType=0 ); /* IE6-9 */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#mainNav.accountHover {
  background: rgb(170,170,170);
}

#mainNav ul {
  width:100%;
  margin:0;
  padding:0;
  display: block;
  list-style: none;
}
#mainNav li {
  display: block;
  float: left;
  margin:0;
  padding: 0px 0;
  position: relative;
}
#mainNav a {
  background: rgb(170,170,170); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(170,170,170,1) 0%, rgba(139,131,122,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(100%,rgba(139,131,122,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(139,131,122,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(139,131,122,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(139,131,122,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(170,170,170,1) 0%,rgba(139,131,122,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8b837a',GradientType=0 );
  color:#fff;
  font-size: 15px;
  text-transform: uppercase;
  padding:8px 33px;
  border-left:1px solid #77716a;
  border-right:1px solid #b4afa9;
  display: block;
}
#mainNav a:first-child {
  border-left: none;
}

#mainNav .order a:first-child {
    border-left: none;
    padding-left:31px;
}

.page-id-347 .entry-content ul{ list-style-type: none; padding-left: 10px !important;}

#mainNav .myAccount a {
  background: rgb(0,189,242); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,189,242,1) 0%, rgba(0,157,236,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,189,242,1)), color-stop(100%,rgba(0,157,236,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,189,242,1) 0%,rgba(0,157,236,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,189,242,1) 0%,rgba(0,157,236,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,189,242,1) 0%,rgba(0,157,236,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,189,242,1) 0%,rgba(0,157,236,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdf2', endColorstr='#009dec',GradientType=0 ); /* IE6-9 */
  padding:8px 28px;
  border-right:0;
  display: block;
  width:90px;
}


#mainNav a:hover {
   background: rgb(170,170,170);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

#mainNav a#myAccount:hover {
  background: #0b5d75 url(/images/accountArrow.png) 90% center no-repeat !important;
}

#mainNav ul li .sub-menu{ border: 4px solid #AAA; background: #fff; display: none; position: absolute; top: 34px; left: 0px; width: 250px; }
#mainNav ul li .sub-menu li{ display: block; float: none; margin: 0; padding: 0; }
#mainNav ul li .sub-menu li a{ filter: none !important; text-transform: none !important; display: block; color: #333;  border-right: 0px solid #fff; background: #fff; font-size: 15px; line-height: 19px; padding: 13px 5px; border-bottom: 1px dashed #ccc; }
#mainNav ul li .sub-menu li a:hover{ background: #eee; }

/* Content */

#middleQuotes {
  margin:20px 0;
}

#asFeatured {
  margin-left: 18px;
}

#content {
  background: #fff;
  box-shadow: 0 1px 10px 1px rgba(188, 228, 239, 0.2);;
  margin-bottom: 0px;
  margin-top:0px;
}

.home #content {
  margin-top:0;
}
#sidebar {
  width:257px;
  float: left;
  padding-top:0px;
  z-index:4;
}

#main {
  width:655px;
  float: left;
  padding:24px;
  font-family: "PTSansRegular", Arial, Helvetica, sans-serif;
}

#fullpage {
  padding:24px;
  font-family: "PTSansRegular", Arial, Helvetica, sans-serif;
}

#main p, #fullpage p {
  font:normal 13px/21px "PTSansRegular", Arial, Helvetica, sans-serif;
  color:#737373;
  margin:9px 0 9px;
}

#main ul, #fullpage ul {
  margin:8px 0 14px;
  padding-left: 32px;
}
#main li, #fullpage li {
  font:normal 14px/18px "PTSansRegular", Arial, Helvetica, sans-serif;
  margin:0 0 8px;
}
#ptfaq_searchform {
	margin-bottom: 35px;
	padding-bottom: 5px;
}
.ptfaq_search {
	width: 35%;
	margin: 0 42px 0 0;
	float: right;
}
.pt-faq-title a {
    color: #737373;
    font: 13px/21px "PTSansRegular",Arial,Helvetica,sans-serif;
    font-weight: bold;
}
.pt-faq-title a:hover {
    text-decoration: underline;
}

/* home page */
#homeTop {
  width:960px;
  margin:0 auto;
  border-left:1px solid #efefef;
  border-right:1px solid #efefef;
  border-bottom:1px solid #efefef;
  overflow: hidden;
  position: relative;
  left: -1px;
}
#ratesBox {
  background: url(/images/ratesBox.png) right top no-repeat;
  width:253px;
  height: 270px;
  float: left;
  color:#fff;
  font-size: 12px;
  line-height: 14px;
  border: 2px solid #555;
}
#ratesBox p {
  font-size: 12px;
  line-height: 14px;
  margin:0;
}
#ratesBox a{
  color: #ffe7df;
}
#ratesBox span.blue{ font-size: 12px; }
.dotted {
  background: url(/images/dottedDiv.png) bottom repeat-x;
  padding:5px 10px 15px;
  width:210px;
  margin:5px auto;
}

#ratesBox #switchphone {
  font-weight: bold;
  color: #a30606;
}

#ratesBox #switchphone:hover {
  text-decoration: underline;
}

.dotted:first-child {
  padding: 10px 10px 15px;
}

.bigHeading {
  font-family: "PTSansNarrowBold", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 2px;
}
.smallerHeading {
   font-family: "PTSansNarrowRegular", sans-serif;
   text-transform: uppercase;
   font-size: 13px;
   display: block;
}
#ratesBox a{

}
span.blue {
  color:#1e8fac;
  font-size: 18px;
  font-weight: bold;
}

.long_phone {
  width:40px;
  font-size: 14px;
  padding: 2px 4px;
}

#Plus7 {
  width: 50px;
}

.BusRes {
  margin:0 4px;

}

.uppercase {
  font-family: "PTSansNarrowRegular", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.uppercase .formErrorContent{
  text-transform: none !important;
}
#buttonGetRates {
  background: url(/images/buttonGetRates.png) no-repeat;
  border: none;
  width: 176px;
  height: 40px;
  display: block;
  margin: 15px auto 0;
}

#slideArea {
  float: right;
}

/* footer */

#footer {
  width:100%;
  background:#424242;
  color:#a9a9a9;
  font-size: 13px;
  font-family: "PTSansNarrowRegular", sans-serif;
  text-transform: uppercase;
}
#footLeft {
  width:700px;
  float: left;
  text-align: center;
}

#footRight {
  width:160px;
  height: 88px;
  float: right;
}
#footNav {
  margin:20px 0 5px;
  padding:0;
  display: block;
  text-align: center;
}
#footNav li {
  list-style: none;
  display: inline;
  border-left:1px solid #fff;
}
#footNav li:first-child {
  border-left: none;
}
#footNav a {
  color:#d7d7d7;
  font-size: 14px;
  font-weight: bold;
  padding: 0 8px;
}

#copyright {
  display: block;
}
#copyright a {
  color:#a9a9a9;

}

#footer a:hover {
  text-decoration: underline;
}
.container {
  width:900px;
  margin: 0 auto;
  padding: 12px 0;
}

#footRight .socialIcons {width:152px; height:21px; position:absolute; bottom:10px; right:7px; margin:0; padding:0;}
.socialIcons li {float:left; list-style:none; position:relative; margin-left: 5px;}
.socialIcons li:first-child {margin-left:0;}

.socialIcons a {background:url(/images/socialIcons.png) left no-repeat; display:block; width:21px; height:21px; text-indent: -6666px;}
.socialIcons a.facebook {background-position:0px 0px;}
.socialIcons a.pinterest {background-position:-21px 0px;}
.socialIcons a.youtube {background-position:-42px 0px;}
.socialIcons a.googleplus {background-position:-63px 0px;}
.socialIcons a.twitter {background-position:-84px 0px;}
.socialIcons a.rss {background-position:-105px 0px;}

#footRight #socialIcons {width:152px; height:21px; position:absolute; bottom:10px; right:7px; margin:0; padding:0;}
#socialIcons li {float:left; list-style:none; position:relative; margin-left: 5px;}
#socialIcons li:first-child {margin-left:0;}

#socialIcons a {background:url(/images/socialIcons.png) left no-repeat; display:block; width:21px; height:21px; text-indent: -6666px;}
#socialIcons a.facebook {background-position:0px 0px;}
#socialIcons a.pinterest {background-position:-21px 0px;}
#socialIcons a.youtube {background-position:-42px 0px;}
#socialIcons a.googleplus {background-position:-63px 0px;}
#socialIcons a.twitter {background-position:-84px 0px;}
#socialIcons a.rss {background-position:-105px 0px;}

.entry-content .socialIcons{  display: block; clear: both; width:169px; height:21px; margin:0 auto !important; padding:7px; background: #424242; border-radius: 7px; }
.entry-content .socialIcons li{ padding: 0 3px !important; }


/* Sticky Footer */

html, body {height: 100%; width: 100%; min-width: 1000px;}

#wrap {min-height: 100%;}

#content {  padding-bottom: 105px;}

#footer {position: relative;
  margin-top: -105px;
  height: 105px;
  clear:both;}


.home #content {
  padding-bottom: 0;
}

.home #footer {
  margin-top:0;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* =WordPress Core
-------------------------------------------------------------- */
article.post {
  overflow: hidden;
}

.entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  color:#777;
  margin:2px 0 8px;
}
.blog .post {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 12px 12px;
}

.alignleft {
    float:left;
    margin: 5px 12px 12px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 12px 12px;
}

a img.alignnone {
    margin: 5px 12px 12px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 12px 12px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
img.aligncenter {
  margin:18px auto !important;
}
img.alignleft,
img.aligncenter,
img.alignright {
  -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
        box-shadow: 0 8px 6px -6px #666;
    padding: 4px;
    border:1px solid #ccc;
    background: #fff;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; text-transform: capitalize;}
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; z-index: -1; }
.mailbox{ display: block; width: 49%; float: left; }
.contactwrapper{ background: url('/images/contactbg.jpg') no-repeat top left; position: relative; display: block; width: 100%; height: 618px; }
.contactwrapper h2{ font-size: 15px; text-transform: none; color: #4f4f4f;  }
#cemail{ display: block; width: 320px; position: absolute; top: 0; left: 0; padding-top: 50px; }
#cphone{ display: block; width: 320px; position: absolute; top: 0; right: 0; padding-top: 50px; }
#cfax{ display: block; width: 320px; position: absolute; top: 270px; left: 0; padding-top: 50px; }
#cmail{ display: block; width: 320px; position: absolute; top: 270px; right: 0; padding-top: 50px; }
#cphone p, #cmail p{ padding-left: 15px; }
.csmallt{ display: block; top: 33px; left: 76px; position: absolute; text-transform: uppercase;  }
.cbitgt{ display: block; top: 52px; left: 76px; position: absolute; text-transform: uppercase; font-size: 17px; line-height: 18px; font-stretch: condensed; font-family: "Arial Narrow", Sans-serif; font-weight: bold; }


/* RATES PAGE CSS */
.continuebar{ display: block; background: #f5f5f5; height: 50px; margin: 5px 0px; }
.havequestion{ float: left; margin: 0 10px; font-size: 18px; line-height: 20px; font-weight: bold; color: 0d0d0d; position: relative; top: 8px; }
.hqsmall{ display: block; font-size: 12px; line-height: 12px; text-transform: uppercase; }
.hqsmall .hqblue{ color: #0480af; }
.continuebtn{ float: right; position: relative; top: 10px; right: 10px; display: block; width: 230px; height: 30px; line-height: 30px; overflow: hidden; text-indent: -9999px; background: url('/images/continue.jpg') no-repeat top left; }
.continuebtn.complete{ background: url('/images/continuecomplete.jpg') no-repeat top left !important; }
.continuebtn:hover{ background-position: bottom left !important; }
.ratebox{ display: block; float: left; width: 443px; padding: 10px 5px; z-index: 3; position: relative; margin: 0; }
.ratesboxes{ overflow: hidden; }
.ratebox h2{ font-weight: bold; color: #3d3d3d; font-size: 30px; display: block; text-transform: none !important; background: url(/images/h1Bg.png) bottom repeat-x; }
#localpacks h2{ font-weight: bold; color: #3d3d3d; font-size: 30px; display: block; text-transform: none !important; background: url(/images/h1Bg.png) bottom repeat-x; }
.raicon{ width: 60px; height: 55px; position: relative; top: 5px; margin: 0 10px 0 0; display: inline-block; background: url('/images/localraicon.jpg') no-repeat center bottom; }
#rateslocal .raicon{ background: url('/images/localraicon.jpg') no-repeat center bottom !important; }
#rateslongdistance .raicon{ background: url('/images/longdistanceraicon.jpg') no-repeat center bottom !important; }
#ratescallingcard .raicon{ background: url('/images/callingcardraicon.jpg') no-repeat center bottom !important; }
#ratestollfree .raicon{ background: url('/images/tollfreeraicon.jpg') no-repeat center bottom !important; }
.packsep{background: url(/images/h1Bg.png) bottom repeat-x; display: block; width: 100%; height: 5px; zoom: 1;
  filter: alpha(opacity=30);
  opacity: 0.3; }
.pack, .ldpack{
  background: #FAFAFA;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FAFAFA), to(#ededed));
  background: -webkit-linear-gradient(#FAFAFA, #ededed);
  background: -moz-linear-gradient(#FAFAFA, #ededed);
  background: -ms-linear-gradient(#FAFAFA, #ededed);
  background: -o-linear-gradient(#FAFAFA, #ededed);
  background: linear-gradient(#FAFAFA, #ededed);
  -pie-background: linear-gradient(#FAFAFA, #ededed);
  behavior: url(/pie/PIE.php);
  margin: 2px 0;
  cursor: pointer;}
.packactive, .ldpackactive{
  background: #F6FBFE;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F6FBFE), to(#ddeffd));
background: -webkit-linear-gradient(#F6FBFE, #ddeffd);
background: -moz-linear-gradient(#F6FBFE, #ddeffd);
background: -ms-linear-gradient(#F6FBFE, #ddeffd);
background: -o-linear-gradient(#F6FBFE, #ddeffd);
background: linear-gradient(#F6FBFE, #ddeffd);
-pie-background: linear-gradient(#F6FBFE, #ddeffd);
behavior: url(/pie/PIE.php);
margin: 2px 0;
}
.packactive{
    margin: 2px 0;
}
.ls-nav-prev, .ls-nav-next{
  background:none\9; /* Targets IE only */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader();
}
#customizeform .localaddlinecont{ display: none; padding: 6px 15px; background: #f9f9f9; margin: 0px; border-bottom: 1px dashed #DDD;}
.localaddlineshow{ display: block !important; }
.selectmoreinput{  padding: 6px 15px !important; margin: 0px !important; }
.localaddlinecont1{ border-top: 1px dashed #ddd; }

#customizeform .tfInLine{ 
    padding: 6px 15px; 
    background: #f9f9f9; 
    margin: 0px; 
    border-bottom: 1px dashed #DDD; 

}
.tfInLine1{ border-top: 1px dashed #ddd; }

#customizeform .tfExistLine{ display: none; padding: 6px 15px; background: #f9f9f9; margin: 0px; border-bottom: 1px dashed #DDD; }
.tfExistLine1{ border-top: 1px dashed #ddd; }

#customizeform .longaddlinecont{ display: none; padding: 6px 15px; background: #f9f9f9; margin: 0px; border-bottom: 1px dashed #DDD;}
.longaddlinecont1{ border-top: 1px dashed #ddd; }

#customizeform .ccaddlinecont{  padding: 6px 15px; background: #f9f9f9; margin: 0px; }
.ccaddlineshow{ display: block !important; }
.ccaddlinecont1{ border-top: 1px dashed #ddd; }
.rateactive{
  background: #F6FBFE;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F6FBFE), to(#fff));
background: -webkit-linear-gradient(#F6FBFE, #fff);
background: -moz-linear-gradient(#F6FBFE, #fff);
background: -ms-linear-gradient(#F6FBFE, #fff);
background: -o-linear-gradient(#F6FBFE, #fff);
background: linear-gradient(#F6FBFE, #fff);
-pie-background: linear-gradient(#F6FBFE, #fff);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
behavior: url(/pie/PIE.php);
}
.rateactive .addcallingcard{ background-position: 0 -90px !important;}
.rateactive .addtollfree{ background-position: 0 -90px !important;}
.rateactive .addT1{ background-position: 0 -90px !important;}
.pack h3, .ldpack h3{ display: inline-block; margin: 0; padding: 0; line-height: 20px; font-size: 20px; color: #00adef; text-transform: uppercase; }
.pack h4, .ldpack h4{ display: inline-block; margin: 0; padding: 0; line-height: 17px; font-size: 13px; color: #959595 !important; text-transform: uppercase; }
.pack h4 a, .ldpack h4 a{color: #959595 !important; }
.pack table table, .ldpack table table{ margin-bottom: 15px;}
.pack .raprice, .ldpack .raprice{ display: inline-block; float: right; font-weight: bold; text-transform: uppercase; font-size: 24px; line-height: 30px; color: #ec6c48;}
.pack td, .ldpack td{ padding: 0px 8px;}
.pack td.localpacktitle, .ldpack td.localpacktitle{ padding: 15px 15px 0 8px !important;}
.pack .localpackradio, .ldpack .localpackradio{ position: relative; top: 25px; margin-left: 10px; }
.pack .longpackradio, .ldpack .longpackradio{ position: relative; top: 25px; margin-left: 10px; }
.listcheck{ display: block; width: 11px; height: 11px; margin-right: 5px; background: url('/images/listcheck.png') no-repeat top left; float: left; position: relative; top: 3px;  }
.pack td td, .ldpack td td{ padding: 2px 10px 2px 3px !important; color: #444444; }
#rateslongdistance td td{ color: #444444; font-size: 12px;font-weight: bold; }
#rateslongdistance table table{ }
.viewalllocal{ display: block; overflow: hidden; text-indent: -9999px; height: 45px; width: 443px; margin-top: 3px; background: url('/images/viewalllocal.jpg') no-repeat top left; }
.viewalllocal:hover{ background-position: 0 -50px !important; }
#localpacks .packhalf{ float: left; width: 443px !important; }
#localpacks .pack{ margin: 5px; }
.addcallingcard{ display: block; width: 325px; height: 45px; margin: 0 auto; overflow: hidden; text-indent: -999px; background:url('/images/addcallingcard.jpg') no-repeat top left; }
.addcallingcard:hover{ background-position: 0 -45px; }
.addtollfree{ display: block; width: 355px; height: 45px; margin: 0 auto; overflow: hidden; text-indent: -999px; background:url('/images/addtollfree.jpg') no-repeat top left; }
.addtollfree:hover{ background-position: 0 -45px; }
.addT1{ display: block; width: 355px; height: 45px; margin: 0 auto; overflow: hidden; text-indent: -999px; background:url('/images/addtollfree.jpg') no-repeat top left; }
.addT1:hover{ background-position: 0 -45px; }
.ccratecont{ width: 320px; display: block; margin: 0 auto 15px auto; font-weight: bold; color: #5c5c5c; }
.ccrateleft{ display: inline-block; width: 49%; }
.ccrateright{ display: inline-block; width: 49%; text-align: right; }
#finalqs{ display: block; width: 682px; height: 342px; padding: 25px; background: url('/images/finalqbg.jpg') no-repeat top left; }
.lefthalf{ min-height: 100px; display: block; width: 49%; float: left; padding-right: 1%; background: url('/images/smalldot.jpg') repeat-y right top;}
.righthalf{ min-height: 100px; display: block; width: 50%; float: left; }
#finalqs .notice{ margin: 0  0 5px 0 !important; }
#finalqs input{ background: #fff !important;}
/* END RATES PAGE CSS */

/* CHECKOUT CUSTOMIZE STEP 1 CSS */
.stepbar{ display: block; background: #f5f5f5; }
.stepbar img{ display: block; width: 654px; margin: 0 auto; }
#s1customize{ display: block; position: relative; min-height: 400px;  }
#customizesum{ display: block; width: 255px; position: absolute; top: 0px; }
#customizeform{ font-family: Helvetica, Arial, Sans-serif; display: block;  width: 640px; padding-left: 12px; float: right; background: url('/images/smalldot.jpg') repeat-y 0px 0; }
.cuformsec{ display: block; margin-bottom: 15px; padding-bottom: 15px; background: url(/images/h1Bg.png) bottom repeat-x;  }
.cusumservice, .cusumservice .service, .cusumservice .servicetitle, .cusumservice .servicepackage, .cusumservice .serviceorange{ line-height: 15px; font-size: 13px !important; }
#customizesum .cusumservice .servicelist{ display: none; }
.cusumservice{ display: block; background: url('/images/smalldot.jpg') repeat-x left bottom; padding: 0 0 13px 0; margin: 0 0 7px 0;  }
.plusminus{ display: inline-block; width: 8px; cursor: pointer; height: 8px; background: url('/images/plusminus.jpg') no-repeat top left; margin: 0 4px 0 0px; }
.plusminus.openedd{ background-position: 0 -8px; }
.cuinputcont{ display: block; padding: 0 15px; clear: both; margin: 10px 0; }
.culabel{ display: block; width: 68%; float: left; font-size: 15px; line-height: 22px; font-weight: bold; }
.culabelbig{ display: block; width: 30%; float: left; font-size: 18px; line-height: 22px; font-weight: bold; }
.cuinputcheck{ display: block; width: 7%; float: right; font-size: 14px; line-height: 22px; position: relative; top: 2px; }
.culabelcheck{ display: block; width: 92%; float: left; font-size: 15px; line-height: 22px; }
.cuinputcheck span{ float: right; }
.cuinput{ display: block; width: 30%; float: right; font-size: 14px; line-height: 22px; position: relative; top: 2px; }
.cuinputbig{ display: block; width: 68%; float: right; font-size: 14px; line-height: 22px; position: relative; top: 2px; }
.cuinput input, .cuinput select, .cuinput textarea, .cuinputbig input, .cuinputbig select, .cuinputbig textarea, .cuinput label{ display: block; float: right; line-height: 20px; }
.cuinput label{ padding: 0 5px; }
.cuinput input[type=radio]{ position: relative; top: 5px; margin-right: 10px; }
#localserviceselection{ width: 100%; position: relative; top: 3px; }
.localselection{ display: block; font-size: 12px; margin-top: 15px; padding-top: 10px; background: url('/images/tinydot.jpg') repeat-x top left; }
.localselleftcol{ float: left; width: 170px; margin-left: 15px; display: block; background: url('/images/tinydot.jpg') repeat-y top right; }
.localselincluded{ margin: 0 0 10px 0; display: block; }
#customizeform .localselincluded ul{ list-style-type: none; padding: 0; margin: 0; }
#customizeform .localselincluded ul li{ list-style-type: none; padding: 0; margin: 0; line-height: 1.6em; font-size: 12px; color: #4b6977; }
.localselselected{ display: block; margin: 10px 0; }
.localseleaturescont{ float: right; width: 430px; }
.localseladdhead{ display: block; width: 44%; float: left; }
.localseladdhead2{ display: block; width: 56%; float: right; font-size: 11px; text-align: right; position: relative; top: 7px; }
.lsnotice{ color: #333; font-size: 11px; }
.localselfeatures{ display: block; margin: 15px 0; }
#customizeform h4{ margin: 0; padding: 0; }
.listx{ display: inline-block; color: #ff0000; padding: 0 5px 0 0; }
#customizeform .localselselected ul{ list-style-type: none; padding: 0; margin: 0; }
#customizeform .localselselected ul li{ list-style-type: none; padding: 0; margin: 0; line-height: 1.6em; font-size: 12px; color: #4b6977; cursor: pointer; }
#customizeform .localselselected ul li{ display: none; }
#customizeform .localselfeatures ul{ list-style-type: none; margin: 0; padding: 0; }
#customizeform .localselfeatures ul li{ list-style-type: none; margin: 0; padding: 0; font-size: 13px; line-height: 23px; color: #4b6977; }
#customizeform .localselfeatures ul li input{ display: inline-block; margin: 0 7px 0 0; position: relative; top: 2px;}
.cutoplabel{ display: block; font-size: 18px; line-height: 22px; font-weight: bold;  }
.lsfprice{ color: #418618; }
#customizeform p{ line-height: 1.2em; }
.curadiooption{ line-height: 16px;
font-size: 12px;
clear: both; display: block;
display: block;
padding: 2px 150px 2px 20px;
margin: 5px 0;}
.curadiooption input{ display: inline-block; margin: 0 5px 0 0; position: relative; top: 2px; }
#wrap .reviewnoticesolo{ font-size: 12px; color: #727272; margin: 5px 0 15px 0; padding: 0 15px; font-family: "PTSansRegular", Arial, Helvetica, sans-serif; }
/* END CHECKOUT CUSTOMIZE STEP 1 CSS */

/* CHECKOUT CUSTOMER INFORMATION STEP 2 CSS */
h2.s2title{ font-weight: bold; color: #3d3d3d; font-size: 30px; display: block; margin: 20px 0; text-transform: none !important; background: url(/images/h1Bg.png) bottom repeat-x; }
.s2cont{ display: block; width: 100%; padding-bottom: 10px; background: url(/images/h1Bg.png) bottom repeat-x; }
.s2left{ display: block; width: 50%; float: left; }
.s2right{ display: block; width: 49%; float: left; margin-left: 1%; }
.s2cont .cuinputcont, #finalqs .cuinputcont{ height: 26px; padding: 8px 15px; margin: 0px !important;}
.s2cont .cuinputcont.odd, #finalqs .cuinputcont.odd{ background: #f6f6f6; }
.s2cont .cuinputcont input{ background: #fff; color: #576a72; height: 26px; line-height: 26px; padding: 0 5px; font-size: 14px; }
.s2cont .cuinputcont select{ font-size: 12px; line-height: 26px; height: 26px; }
h3.botborh3{ padding: 0 15px; font-weight: bold; color: #3d3d3d; font-size: 24px; display: block; margin: 25px 0 10px; border-bottom: 3px solid #ebebeb; text-transform: none !important; }
.taccont{ width: 782px; margin: 0 auto; display: block; padding-bottom: 60px; position: relative; }
.taccont #tactext, .taccont #promoText{ border: 2px solid #f1f1f1; color: #787878; font-size: 11px; line-height: 14px; padding: 5px; display: block; width: 782px; height: 125px; margin: 18px 0 10px 0; overflow-y: scroll; }
.taccont #tactext p, .taccont #promoText p{ font-size: 11px !important; }
.taccont p{ font-size: 14px !important; color: #576a72 !important; line-height: 18px !important; margin: 5px 0 10px 0 !important;  }
.numcont{ font-family: "Arial Narrow", san-serif; font-stretch: condensed;display: block; padding: 15px; position: relative; }
.numcontleft{ padding: 10px 5px 0 5px; display: block; width: 250px; }
.numtodisplay{ color: #576a72 !important; font-weight: bold; display: inline-block; position: absolute; top: 46px; right: 43px; font-size: 18px; }
.notice{ color: #576a72 !important; font-size: 14px; line-height: 18px; }
.numtochange{ position: absolute; top: 69px; right: 63px; }
.culabelbig input{ position: relative; top: 9px; margin: 0 7px 0 0; }
.s2right .culabelbig{ font-size: 14px !important; }
#tacnodiv, #promoDiv{ position: absolute; bottom: 30px; left: 38%; }
#tacyesdiv{ position: absolute; bottom: 30px; left: 50%; }
.cusnotice{ display: block; padding: 15px; text-align: center; font-size: 15px; color: #650f0f; line-height: 17px; background: #f0e4e4; border: 1px dashed #b45454; }
/* END CHECKOUT CUSTOMER INFORMATION STEP 2 CSS */

/* CHECKOUT REVIEW STEP 3 CSS */
.orderreview{ display: block; width: 908px; overflow: hidden; background: url('/images/smalldot.jpg') repeat-x bottom left; }
.reviewrow{ display: block; width: 912px; background: url('/images/smalldot.jpg') repeat-x top left; }
.review2col{ display: block; width: 426px; float: left; }
.review1col{ display: block; width: 912px; float: left; }
.reviewbox{ padding: 15px; background: url('/images/smalldot.jpg') repeat-y top right; font-family: "Arial Narrow", Arial, Sans-serif; font-stretch: condensed; }
.reviewbox p{ padding: 0 15px; }
#wrap .reviewnotice{ font-size: 12px; color: #727272; margin: 0 0 0px 0 !important; font-family: "PTSansRegular", Arial, Helvetica, sans-serif; }
.darkgrayheader{ display: block; background: #dfdfdf; text-transform: none !important; color: #1e1e1e; font-size: 24px; line-height: 35px; height: 35px; padding: 0 15px; }
.reviewbox .reperleft{ display: inline-block; width: 190px; float: left; font-size: 18px; color: #ee714c; padding: 0 0 0 15px; }
.reviewbox .reperright{ display: inline-block; width: 190px; float: right; font-size: 14px; color: #ee714c; padding: 0 15px 0 0; }
.reviewbox .rebilllabels{ display: inline-block; width: 90px; float: left; font-size: 14px; color: #4a4a4a; padding: 0 10px; }
.reviewbox .rebillinfo{ display: inline-block; width: 80px; float: left; font-size: 14px; color: #ee6a45; padding: 0 10px; text-align: right; background: url('/images/smalldot.jpg') repeat-y top right;   }
.servicecont{ display: block; padding: 0 15px;  }
.reviewservice{ width: 33%; display: block; float: left; padding: 10px 0; }
.service{ font-size: 16px; line-height: 22px; font-family: "Arial Narrow", Arial, Sans-serif; font-stretch: condensed; letter-spacing: 0px; color: #576a72; text-transform: none; text-decoration: none; }
.servicetitle{ display: block; color: #353535; font-size: 18px; font-weight: bold; }
.servicepackage{ color: #ee714c; }
.serviceorange{ color: #ee714c; }
#wrap .servicelist{ list-style-type: disc; margin: 0; }
#wrap .servicelist li{ font-size: 12px; line-height: 16px; margin: 0; padding: 0; }
.serviceline{ display: block;}
/* END CHECKOUT REVIEW STEP 3 CSS */

/* END CHECKOUT RECEIPT CSS */
.checkreceiptcont{ background: url('/images/receiptbg.jpg') no-repeat top left; }
h2.checktitle{ font-weight: bold; color: #3d3d3d; font-size: 30px; display: block; text-transform: none !important; margin: 0px !important; padding: 0 !important; }
.receiptheadcont{ font-family: "Arial Narrow", Arial, Sans-serif;  font-stretch: condensed; color: #576a72; display: block; height: 80px; padding-top: 30px; }
.receiptordernumcont{ display: block; float: left; width: 261px; padding-left: 175px; margin-top: 10px; }
.receiptordercomplete{ color: #00ADEF; text-transform: uppercase; font-style: italic; font-weight: bold; font-size: 28px; line-height: 29px; display: block; }
.receiptordernumber{ position: relative; top: -6px; text-transform: uppercase; font-size: 13px; font-weight: bold; font-style: italic; }
.receiptordernumber span{ position: relative; top: 6px; }
.receipttext{ font-size: 15px; display: block; width: 440px; float: left; }
.receiptprint{ display: block; overflow: hidden; text-indent: -999px; z-index: 3; position: absolute; top: 139px; right: 210px; width: 293px; height: 46px; background: url('/images/pleaseprint.png') no-repeat top left; }
/* END CHECKOUT RECEIPT CSS */

/*About Us Page Css*/
.page-id-7 #main{ background: url('/images/aboutbg.jpg') no-repeat bottom right; }
.page-id-7 #main ul{ list-style-type: none; padding: 0px; }
.page-id-7 #main ul li{ padding-left: 32px; background: url('/images/listcheck.png') no-repeat left center;}
.entry-content h2{ color: #00ADEF;
margin: 20px 0 3px 0;
font-size: 16px;
line-height: 16px;
font-weight: normal;
text-transform: uppercase;
font-family: "PTSansNarrowBold", sans-serif;
font-style: italic;
background: url(/images/h2Bg.png) bottom repeat-x;
padding-bottom: 7px;
display: block; }
.sidebar2{
  display: block; width: 227px; padding: 24px 24px 24px 0; float: left;
}
.homeEntry{ display: block; width: 214px; padding: 12px 0px 12px 10px;background: url(/images/h2Bg.png) bottom repeat-x;  }
.headline{ font-weight: 400; color: #05535d; text-decoration: underline; font-size: 14px; }
.postedOn{ display: block; font-weight: 800; font-size: 14px; line-height: 20px; color: #363636; }
.sidebar2 h2{
  color: #00ADEF;
margin: 20px 0 3px 0;
font-size: 16px;
line-height: 16px;
font-weight: normal;
text-transform: uppercase;
font-family: "PTSansNarrowBold", sans-serif;
font-style: italic;
background: url(/images/h2Bg.png) bottom repeat-x;
padding-bottom: 7px;
display: block;
}
h2#relatedh2{ color: #00ADEF;
margin: 20px 0 3px 0;
font-size: 21px;
line-height: 26px;
font-weight: normal;
text-transform: uppercase;
font-family: "PTSansNarrowBold", sans-serif;
font-style: italic;
background: url(/images/h2Bg.png) bottom repeat-x;
padding: 6px 20px 6px 0;
display: block; overflow: visible; width: auto !important; }
.entry-content h3{ font-size: 14px; line-height: 14px; margin: 10px 0; padding: 0;}
.page-id-7 .bottomp{ display: block; width: 477px; }
#relatedpagesul{ list-style-type: circle; padding: 0 0 0 25px !important; }
#relatedpagesul li a:hover{ color: #333; }
/*End About Us Page Css*/

#relatedpagesul .current_page_item{ display: none !important; }

/*Agent Page CSS*/
.agentbg{ padding: 0 !important; background: #fff no-repeat right bottom !important; min-height: 550px; }
.agentbg #main ul{ list-style-type: none; padding: 0px 0 0 25px; }
.agentbg #main ul li{ padding-left: 26px; font-size: 16px; background: url('/images/listcheck.png') no-repeat left center;}
.requestagent{ display: block; background: url('/images/becomeagent.jpg') no-repeat top left; width: 238px; height: 36px; text-indent: -999px; overflow: hidden; }
.requestagent:hover{ background-position: 0 -36px; }
.agentlogin{ position: absolute; top: 16px; right: 23px; display: block; background: url('/images/agentlogin.jpg') no-repeat top left; width: 182px; height: 44px; text-indent: -999px; overflow: hidden; }
.agentlogin:hover{ background-position: 0 -44px; }
/*End Agent Page CSS*/

/*Contact Form CSS*/
#contactform{ width: 800px; }
#contactform h2{ font-weight: bold; color: #3d3d3d; font-size: 30px; display: block; text-transform: none !important; background: url(/images/h1Bg.png) bottom repeat-x; }
#cfproblemtype{ display: none; }
.wpcf7-list-item { display:block }
/*End Contact Form CSS*/

/*Business Services CSS*/
h2.toph2{ font-size: 18px; color: #757575;}
/*End BS CSS*/


#Text1{ display: none; }

/* fonts */

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('/fonts/PTN57F-webfont.eot');
    src: url('/fonts/PTN57F-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/PTN57F-webfont.woff') format('woff'),
         url('/fonts/PTN57F-webfont.ttf') format('truetype'),
         url('/fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('/fonts/PTC75F-webfont.eot');
    src: url('/fonts/PTC75F-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/PTC75F-webfont.woff') format('woff'),
         url('/fonts/PTC75F-webfont.ttf') format('truetype'),
         url('/fonts/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('/fonts/PTC55F-webfont.eot');
    src: url('/fonts/PTC55F-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/PTC55F-webfont.woff') format('woff'),
         url('/fonts/PTC55F-webfont.ttf') format('truetype'),
         url('/fonts/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('/fonts/PTS76F-webfont.eot');
    src: url('/fonts/PTS76F-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/PTS76F-webfont.woff') format('woff'),
         url('/fonts/PTS76F-webfont.ttf') format('truetype'),
         url('/fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('/fonts/PTS75F-webfont.eot');
    src: url('/fonts/PTS75F-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/PTS75F-webfont.woff') format('woff'),
         url('/fonts/PTS75F-webfont.ttf') format('truetype'),
         url('/fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('/fonts/PTS56F-webfont.eot');
    src: url('/fonts/PTS56F-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/PTS56F-webfont.woff') format('woff'),
         url('/fonts/PTS56F-webfont.ttf') format('truetype'),
         url('/fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('/fonts/PTS55F-webfont.eot');
    src: url('/fonts/PTS55F-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/PTS55F-webfont.woff') format('woff'),
         url('/fonts/PTS55F-webfont.ttf') format('truetype'),
         url('/fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('/fonts/PTN77F-webfont.eot');
    src: url('/fonts/PTN77F-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/PTN77F-webfont.woff') format('woff'),
         url('/fonts/PTN77F-webfont.ttf') format('truetype'),
         url('/fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
#wrap .agentbg{ margin-bottom: 100px !important; }
#middleQuotes{position: relative;}
#savedtext{ position: absolute; width: 700px; text-align:center; right:0px; top: 17px; font-size: 24px; text-transform: uppercase; color: #00b1ed; font-weight: bold; font-stretch: condensed;font-family: "Arial Narrow", Arial, Sans-serif;}
#savedsmall{ position: absolute; display: block; color: #515151; width: 610px; right: 35px; text-align: center; font-size: 15px; line-height: 19px; font-stretch: condensed;font-family: "arial narrow", arial, sans-serif; top: 50px; }
#faqcolumns{ width: 623px;}
#content h2{ position: relative; }
.totop{ position: absolute; right: 0; bottom: 4px; font-size: 12px; }
.cfq{ display: block; margin: 0px 0px 10px 0; padding: 0px 0px 10px 0; border-bottom: 1px dashed #ccc; }
.cfhalf{ display: inline-block; width: 30%; margin-right: 10%; }
.cftoggle, .cfmessage, .cflocalspecs, .cfcantdialout, .cfotherlocalprob{ display: none; }
.cftitle{ font-size: 16px; font-weight: bold; line-height: 24px; }
#cfcomment{ display: block; width: 97%; height: 100px; margin: 5px 0; }
.cfsubmitcont{ text-align: right; clear: both; border-bottom: 0px solid #000; }
#cfsubmit{  clear: right; }
.entry-content img{position: relative; z-index:1; }
.page-id-7 .taf{ display: none !important; }
.agentcontinq p{ font-size: 12px; display: inline-block; width: 377px; margin: 15px 20px 0px 0; padding-bottom: 15px; border-bottom: 1px dashed #ccc;}
.agentcontinq p.fullwidthai{ width: 690px; }
.agentcontinq p input, .agentcontinq p select{ width: 200px; float: right;}
.agentcontinq h2{ font-weight: bold; font-size: 16px; margin: 20px 0 10px 0; border-bottom: 1px solid #666;}

.nccontinq p{ font-size: 12px; display: inline-block; width: 477px; margin: 15px 20px 0px 0; padding-bottom: 15px; border-bottom: 1px dashed #ccc;}
.nccontinq p.fullwidthai{ width: 690px; }
.nccontinq p input, .agentcontinq p select{ width: 200px; float: right;}
.nccontinq h2{ font-weight: bold; font-size: 16px; margin: 20px 0 10px 0; border-bottom: 1px solid #666;}
.nccomment{ display: block; width: 97%; height: 100px; margin: 5px 0; }

#ncinput{ width: 200px; float: right;}

#pole-private { color:Red; }


#ncprivatepole{ width: 50px; float: right;}


#ratescallingcard{  }
.rateboxodd{ clear: left; }
#customizeform .localselfeatures ul li{ cursor: pointer !important;}
#respond {
background: #ececec;
padding:0 5px 0 5px;
}

/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}


#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
#author {
font-family: Lobster, "Lobster 1.4", "Droid Sans", Arial;
font-size: 16px;
color:#1d1d1d;
letter-spacing:.1em;
}

#url  {
color: #21759b;
font-family: "Luicida Console", "Courier New", "Courier", monospace;
}
#submit {
font-family: Arial;
border: 0px !important;
border-radius: 6px;
color: #ffffff;
font-size: 16px;
padding: 4px 6px;
line-height: 21px;
text-decoration: none;
box-shadow: 0px 1px 3px #666666;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#5499b0), to(#174f6c));
background: -moz-linear-gradient(top, #5499b0, #174f6c);
}

#submit:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#236581), to(#3d859e));
  background: -moz-linear-gradient(top, #236581, #3d859e)
}
#comments .form-allowed-tags{ font-size: 12px; padding: 0px;}
#comments{ padding: 20px; }
#respond{ border-radius: 7px; padding: 20px; }
#comments label{ display: inline-block; margin-right: 20px; }
#age18no, #age18yes{ display: inline-block; margin-left: 20px; }
#existphonenumber{ display: block; font-size: 24px; font-weight: bold; line-height: 35px;}

.localseladdhead2 a{ display: none; }
.fancybox-inner{ overflow: visible !important; }
#promoTermsAndConditions_LightBox{ width: 500px; }
#tempphone, #tempstate{ display: none; }
.tmpactive{ display: block !important; }

#cuQuestion2 label{ line-height: 33px !important; }
.fancybox-inner{ height: auto !important; }
.subsidebar{ padding: 0 15px; }

#isptype { 
	float:right;
	width: 210px;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/wp-content/themes/pioneer/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/wp-content/themes/pioneer/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/wp-content/themes/pioneer/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow-x: hidden !important;
    overflow-y: hidden !important;
    width: auto
	}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/wp-content/themes/pioneer/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll; 
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

