/**
 * Theme Name: Broadband.com    
 * Theme URI: http://broadband.com/
 * Description: A custom child theme of the Hybrid framework.
 * Author: Javon D. Hart 
 * Author URI: http://livingwordmedia.com/
 * Version: 0.1
 * Tags: threaded-comments, microformats, translation-ready, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2011 Broadband.com  All rights reserved.
 *
 * Outline is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Base CSS */
@import url('../hybrid/library/css/25px.css');

/* Plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

html { 
	background: #222; 
}

body {
    font: 13px/25px arial, Times, 'Times New Roman', serif;
    color: #444;
    background: #FFF;
    min-width: 1020px;
}
#body-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.edit { 
	display: none;
}

/**
* Elements
**************************************/

/* Links */
a {
    color: #215671;
    color: #680005;
    color: #75A944;
}   
a:hover, a:active {
    color: #243d61;
    text-decoration: none;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
}
.carriers-title {
	float: right;
	width: 418px;
}

/* Intergrated Google Map Drop Down */
#mdrop {
    background: #000; 
	height: auto;
	margin-top: -410px;
}

#broadbandMap {
    height: 300px;
    margin: 0 auto;
	width: auto;
}
.toptoggle {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: black;
    text-align: center;
}
.toptoggle #address-search {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #000 !important;
	border: none !important;
}
.fourFifth.last {
	width: 960px;
	margin: 0 auto;
}
.toptoggle h3 {
    float: left;
    margin-right: -10px;
    color: #fff;
}
.toptoggle a {
    padding: 10px 22px;
    background: #00C2F3;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.toptoggle a.off {
    background: #999;
}


/* Lists */
.singular-product .content ul {
    list-style: circle !important;
    padding-left: 15px;
}

.content ul {
    list-style: none;
    margin-left: 0px;
}
.content ul li {
    padding: 0 0 0 0px;
}
.content ul li li {
    padding-left: 15px;
}

/* Blockquotes */
blockquote {
    overflow: hidden;
    margin: 0 0 25px 0;
    padding: 25px 25px 0 25px;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #666;
    background: #f9f9f9;
    border: 1px dotted #ccc;
}

/* Code */
code {
    padding: 0 3px;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #666;
    background: #eee;
}
pre {
    overflow: auto;
    padding: 15px;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #666;
    background: #f7f7f7;
    border: 1px solid #eee;
}
pre code {
    padding: 0;
    background: transparent;
}

/* Object */
object {
    max-width: 600px;
}

/* Tables */
table {
    width: 100%;
    background: #fff;
    border: 1px dotted #ccc;
}
caption {
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    text-align: right;
    color: #666;
}
td {
    padding: 5px 2%;
    color: #444;
    border: 1px dotted #ccc;
}
tr {
    background: #fff;
}
tr.alt, tr.even {
    background: #f6f6f6;
}
th {
    padding: 5px 2%;
    font: normal normal bold 13px/25px Arial, Verdana, sans-serif;
    color: #333;
    background: #fff;
    border: 1px dotted #ccc;
}

/* Notes */
.note {
    padding: 25px;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #444;
    background: #eee;
    border: 1px dotted #ccc;
}

/* Warnings/Alerts */
.warning, .alert {
    padding: 25px;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #444;
    background: #fffbbc;
    border: 1px dotted #E6DB55;
}

/* Errors */
.error {
    padding: 25px;
    font: normal normal normal 19px/25px Arial, Verdana, sans-serif;
    color: #444;
    background: #b6d597;
    border: 1px dotted #75A944;
    border-bottom: 1px dotted #75A944 !important;
}

/* Downloads */
.download {
    margin: 0 0 25px 0;
    padding: 25px;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #444;
    background: #e7f7d3;
    border: 1px dotted #6c3;
}

/* Series */
.series {
    overflow: hidden;
    margin-bottom: 21px;
}

/* Alignment */
.left, .alignleft {
    float: left;
    margin: 0 18px 0 0;
}
.right, .alignright {
    float: right;
    margin: 0 0 0 18px;
}
.center, .aligncenter {
    display: block;
    margin: 0 auto 21px auto !important;
}
.block, .alignnone {
    display: block;
    margin: 0 0 18px 0;
}
.clear {
    clear: both;
}
span.pullquote {
    float: none;
    margin: 0;
}

/**
* Images
**************************************/
img {
    border: none;
    background: none;
}
.hentry img {
    max-width: 600px;
}
.singular-attachment .hentry img {
    max-width: 960px;
}
img.wp-smiley {
    max-height: 12px;
    margin: 0;
    padding: 0;
    border: none;
}

/* Gallery [gallery] */
.gallery {
    overflow: hidden;
    margin-bottom: 21px;
}

/* Captions [caption] */.wp-caption {
    overflow: hidden;
    max-width: 598px;
    padding: 4px 0 0 0;
    background: #f1f1f1;
    border: 1px dotted #ddd;
    text-align: center;
}
.wp-caption img {
    max-width: 586px;
    margin: 0;
    padding: 0;
    border: 1px dotted #ddd;
}
.wp-caption .wp-caption-text {
    margin: 0 0 2px 0;
    padding: 0 5px;
    font-size: 12px;
    font-style: italic;
    color: #ae1b22;
    text-align: right;
    background: #f7f7f7;
}

/* Thumbnails */
.thumbnail {
    float: left;
    margin: 0 15px 0px 0;
    background: #fff;
}
.singular-carriers .hentry .thumbnail {
	width: 250px;
	float: left;
}

/* Avatars */
.avatar {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 15px 6px 0;
    padding: 3px;
    background: #f1f1f1;
    padding: 9px;
    background: #f6f6f6;
}

/**
 * Secondary menu
 *************************************/
#secondary-menu {
    width: 100%;
    height: 36px;
    margin: 0 0 -22px 0;
}
#secondary-menu .menu {
    width: 960px;
    height: 36px;
    margin: 0 auto;
}
#secondary-menu ul {
    float: right;
    border-bottom: 3px solid #356e8b;
}
#secondary-menu ul li {
    font: normal normal bold 11px/13px Arial, Verdana, sans-serif;
    text-transform: uppercase;
}
#secondary-menu ul li a {
    padding: 11px 25px 11px 25px;
    color: #aaa;
    background: #222;
}
#secondary-menu li.current-menu-item a {
    color: #eee;
}
#secondary-menu li.current-menu-item li a {
    color: #aaa;
}

/* Drop-down styles */
#secondary-menu li ul {
    border: none;
}
#secondary-menu li:hover ul, #secondary-menu li.sfHover ul {
    top: 34px;
}
#secondary-menu li li:hover ul, #secondary-menu li li.sfHover ul {
    top: 0;
}
#secondary-menu li li {
    font-weight: normal;
    text-transform: none;
}
#secondary-menu li li a {
    padding: 9px 75px 9px 25px;
    border: none;
}
#secondary-menu li li a:hover {
    text-decoration: underline;
}

/* Sub-nav icon. */
#secondary-menu a.sf-with-ul {
    padding-right: 35px;
}
#secondary-menu .sf-sub-indicator {
    position: absolute;
    top: 11px;
    right: 18px;
    width: 12px;
    text-indent: -9999em;
    background: url(images/secondary-menu-sub-icon.png) no-repeat 3px 5px;
}
#secondary-menu li li .sf-sub-indicator {
    background: url(images/secondary-menu-sub-sub-icon.png) no-repeat 3px 0px;
}

/**
* Header
**************************************/
#header-container {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    border-top: 10px solid #000;
    padding-top: 3px;
}
#header {
    height: auto;
    width: 960px;
    margin: 0 auto;
    margin-bottom: 0px;
}
#site-title {
    margin: 5px 0 10px 0;
    font: normal normal bold 30px/30px Arial, Verdana, sans-serif;
    width: 35%;
}
#site-title a {
    color: transparent;
    background: url( images/broadbandlogo.png ) no-repeat transparent 0 0;
    padding: 0px 15px 20px;
}
#site-description {
    margin: 0;
    padding-left: 68px;
    margin-top: -18px;
    font-size: 13px;
    color: #828282;
    font-weight: normal;
	display: none;
}
.header-left {
    float: left;
}
.header-right {
    float: right;
    padding-top: 20px;
	margin-bottom: 20px;
}
#topPanel {
    margin: 0 auto;
    width: 960px;
    height: 22px;
}
#topPanelHandle {
    padding: 0px 15px 0px 25px;
    width: 287px;
}
#topPanelHandle {
    padding: 0px 15px;
    width: 297px;
}
#topPanelHandle {
    padding: 0px 25px 0px 15px;
    color: #FFF;
    background: url(images/dropdown_arrow.png) no-repeat 43px 5px black;
    width: 25px;
    float: left;
    margin-right: 3px;
    cursor: pointer;
}
.map {
	padding-right: 45px;
}
#topPanel .widget {
    float: right;
    margin-top: -3px;
    width: 299px;
	color: #FFF;
}
#topPanel .widget a:last-child {
    background: #2FB0C8 !important;
}
#topPanel .widget a {
    padding: 5px 15px;
    background: #000;
	color: #FFF;
}
.chat {
	float: left;
	margin-right: 3px;
	height: 20px;
	padding-top: 0px !important;
}
.chat-bubble {
    height: 19px;
    left: 98px;
    margin-left: -113px;
    position: relative;
    top: 5px;
    width: 115px;
}

/**
* Navigation
**************************************/
#primary-menu {
    height: 36px;
    margin: 0 auto;
}
#primary-menu .menu {
    height: 36px;
}
#primary-menu ul li {
    font: normal normal bold 11px/13px Arial, Verdana, sans-serif;
    text-transform: uppercase;
}
#primary-menu ul li a {
    padding: 5px 10px;
    color: #444444;
    background: #fff;
    text-transform: capitalize;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
}
#primary-menu ul li a:hover {
    background-color: #75a944;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#primary-menu li.current-menu-item a {
    background-color: #75a944;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.singular-tools-204 #primary-menu ul .menu-item-203 a {
    background-color: #75a944;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#primary-menu ul li:last-child {
    margin-right: 0px;
}
#primary-menu li li.current-menu-item a, #primary-menu li.current-menu-item li a {
}

/* Drop-down styles */
#primary-menu li ul {
    margin-left: -1px;
}
#primary-menu li:hover ul, #primary-menu li.sfHover ul {
    top: 36px;
    margin-left: -1px;
    background: #fff;
    border-bottom: 1px dotted #ccc;
}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul {
    top: 0;
}
#primary-menu li li {
    font-weight: normal;
    text-transform: none;
}
#primary-menu li li a {
    padding: 9px 75px 9px 25px;
    border: 1px dotted #ccc;
    border-bottom: none;
}
#primary-menu li li a:hover {
    background: #fff;
    text-decoration: underline;
}

/* Sub-nav indicator. */
#primary-menu a.sf-with-ul {
    padding-right: 35px;
}
#primary-menu .sf-sub-indicator {
    position: absolute;
    top: 11px;
    right: 18px;
    width: 12px;
    text-indent: -9999em;
    background: url(images/primary-menu-sub-icon.png) no-repeat 3px 5px;
}
#primary-menu li li .sf-sub-indicator {
    background: url(images/primary-menu-sub-sub-icon.png) no-repeat 3px 0px;
}

/* Search form. */
#primary-menu .search {
    float: right;
    width: 278px;
    height: 30px;
    background: #fff;
    border: 1px dotted #ccc;
}
#primary-menu input[type="text"] {
    float: left;
    width: 228px;
    padding: 7px 10px 5px 10px;
    font-size: 13px;
    font-style: italic;
    color: #666;
    background: #fff;
    border: none;
}
#primary-menu input[type="submit"] {
    float: left;
    font-size: 0px;
    color: #fff;
    padding-left: 10px;
    width: 30px;
    height: 30px;
    background: #fff url(images/search-icon.png) no-repeat 5px 3px;
    border: none;
    text-indent: -9999em;
}
#primary-menu ul li:last-child a {
    margin-right: 0px;
}

/**
* Content
**************************************/
#container {
    overflow: hidden;
    width: 960px;
    padding: 0px 25px 0 25px;
    margin: 0 auto 20px auto;
    background: #fff;
    min-height: 480px;
}
.singular-tools #container {
	padding: 0px 0px 0 0px;
	border-top: 1px solid #CCC;
}
.page-154 .content, .page-156 .content, .page-158 .content {
    padding-top: 0px !important;
}
.page-365 .content {
    padding-top: 25px;
    border-top: 1px solid #E2E2E2;
}
.blog .content {
	border-top: 1px solid #CCC;
	padding-top: 25px;
}
.content {
    overflow: visible;
    float: left;
    width: 683px;
}
#utility-after-content {
    width: 960px;
    float: left;
}
#utility-after-content .widget:nth-child(2), #utility-after-content .widget:nth-child(3), #utility-after-content .widget:nth-child(1) {
    border: 1px solid #CCC;
    width: 254px;
    height: 248px;
    float: left;
    padding: 0px 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}
#utility-after-content .widget:nth-child(4) {
    width: 1114px;
    height: 65px;
    margin-bottom: 20px;
    font-size: 16px;
    float: left;
}
#utility-after-content .widget:nth-child(4) div {
    float: left;
    /*margin-right: 30px;*/
}
#utility-after-content .widget:nth-child(4) strong {
    font-size: 25px;
    color: #2FB0C8;
}
#utility-after-content .widget:nth-child(4) h3 {
    font-weight: normal;
}
#utility-after-content .widget:nth-child(4) img {
    position: relative;
    top: 14px;
}
#utility-after-content .widget:nth-child(2) {
    margin: 0px 22px 0px 20px;
    margin-top: 10px;
}
#utility-after-content .widget:last-child {
    width: 50%;
    height: 176px;
    float: left;
    border-right: 1px solid #CCC;
}
#utility-after-content .widget:last-child img {
    float: left;
    padding-left: 35px;
}
#utility-after-content .widget:last-child p {
    float: right;
    width: 200px;
    padding: 0px 15px 0px;
}
#video-bubble {
    float: left;
}
#utility-after-content .widget:last-child h4 {
    font-size: 15px !important;
    float: right;
    margin-right: 47px;
}
#utility-after-content .widget-title a {
    float: right;
    padding: 20px 20px 10px 220px;
    position: relative;
    left: 25px;
    color: #444;
}
#utility-after-content .widget:nth-child(1) .widget-title a {
    background: url( images/busicon.png ) no-repeat transparent 23px 15px;
    padding-left: 195px;
    padding-right: 38px;
    left: 0px !important;
}
#utility-after-content .widget:nth-child(2) .widget-title a {
    background: url( images/aggicon.png ) no-repeat transparent 3px 15px;
    padding-right: 10px;
    padding-left: 230px;
    left: 28px !important;
}
#utility-after-content .widget:nth-child(3) .widget-title a {
    background: url( images/resicon.png ) no-repeat transparent 10px 15px;
    left: 21px;
}
#utility-after-content #smooth_slider {
    border: none !important;
    height: 96px;
    padding-top: 16px !important;
    width: 890px;
}
#utility-after-content #smooth_slider .more {
    display: none;
}
.netSpecs li.check {
    background-position: 0 -235px;
}
.netSpecs li {
    float: left;
    border-bottom: 2px dotted #CCC !important;
    width: 88px;
    margin-right: 15px !important;
    list-style: none;
    padding: 0 2px 11px 22px !important;
    background: url(images/sprite.png) no-repeat 0 -260px;
    height: 10px;
}
.netPrice {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 13px;
}
.netSpeed {
    margin-top: -15px;
    font-weight: bold;
    color: #009CBA;
    width: 137px;
    float: left;
    font-size: 12px;
}
.info {
    float: right;
    margin-top: -17px;
    padding: 0px 15px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #444; 
}
.info:hover {
    background-color: #000;
    color: #00C2F3 !important;
}
.customer-testimonial-widget {
    width: 46%;
    margin-bottom: 20px;
    position: relative;
    bottom: 178px;
    font-style: italic;
    padding: 10px;
}
.customer-testimonial-widget img {
    margin-bottom: 36px;
    float: left;
}

/* Page Title */
.loop-meta {
    display: none;
}
.page-title {
    margin-bottom: 25px;
    font-size: 25px;
}
.page-title a {
    font-size: 25px !important;
}
.page-8 .page-title {
    display: block !important;
}

/* Breadcrumbs */
.breadcrumb-trail {
    overflow: visible;
    margin-bottom: 25px;
    font-size: 12px;
    font-style: italic;
    line-height: 25px;
    color: #666;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.breadcrumb-title {
    display: none;
}
.breadcrumb-trail a[rel="home"] {
    padding-left: 18px;
    background: url(images/home.png) no-repeat 0 1px;
    font-weight: bold;
    color: #222;
}
.breadcrumb-trail .sep {
    color: #999;
    padding: 0 3px;
}
.breadcrumb-trail a {
    font-style: normal;
    color: #356e8b;
}
.breadcrumb-trail a:hover {
    color: #ac2e1b;
}
.breadcrumbs {
    display: none;
}
.page-345 .breadcrumbs {
    display: block;   
}
.singular-leaders .breadcrumbs .breadcrumb-trail a:nth-child(4), .singular-carriers .breadcrumbs .breadcrumb-trail a:nth-child(4) {
    display: none;
}
.singular-leaders .breadcrumbs .breadcrumb-trail .sep:nth-child(3), .singular-carriers .breadcrumbs .breadcrumb-trail .sep:nth-child(3) {
    display: none;
}
.page-161 .breadcrumbs, .archive-carriers .breadcrumbs, .archive-leaders .breadcrumbs, .page-163 .breadcrumbs {
    display: none
}
.singular-leaders .breadcrumbs {
    display: block;
}
.singular-carriers .breadcrumbs {
	display: block;
} 
.page-427 .breadcrumbs {
	display: block;
}
.singular-post .breadcrumb {
    display: block;
}
.singular-post .breadcrumbs {
    display: none;
}
.singular-product .breadcrumbs {
    display: block;
}
.singular-testimonial .breadcrumbs {
    display: block;
}
.singular-tools .breadcrumbs {
    display: block;
}
.singular-tools .breadcrumb {
    display: none;
}

/* Posts */
.hentry {
    clear: both;
    overflow: hidden;
}
.more-text {
    height: 35px;
}

/* Post titles */
.entry-title {
    margin-bottom: 10px;
}
.entry-title a {
    color: #444;
    font-size: 17px;
    margin-bottom: 10px;
}
.archive .entry-title, .search .entry-title, .home .entry-title, .blog .entry-title {
    font-size: 1.2em;
}
.singular .page-title {
    display: none;
    margin-bottom: 25px;
}
.singular-post .entry-title {
    margin-bottom: 10px;
}
.singular-post .entry-title a {
    color: #2FB0C8 !important;
}
/* Byline */
.byline {
    margin: 0 0 9px 0;
    font: normal normal normal 12px/24px Arial, Verdana, sans-serif;
    color: #999;
}
.singular .byline {
    margin-bottom: 25px;
}
.byline abbr {
    border: none;
}
.byline abbr:hover {
    border-bottom: 1px dotted #999;
}
.byline a {
    color: #356e8b;
}
.byline a:hover {
    color: #ac2e1b;
}

/* Entry content. */
.entry-summary p {
    margin: 0 0 10px 0;
}

/* <!--more--> link */
.more {
    font-style: italic;
}

/* Entry metadata */
.entry-meta {
    margin: 0;
    font: normal normal normal 12px/24px Arial, Verdana, sans-serif;
    color: #999;
}
.singular .entry-meta {
    clear: left;
}
.entry-meta a {
    color: #2FB0C8;
}
.entry-meta a:hover {
    color: #ac2e1b;
}

/* Single post author box. */
.singular-post .author-profile, .singular-post .content .series {
    overflow: hidden;
    margin-bottom: 48px;
    padding: 25px 25px 0 25px;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
}
.singular-post .author-profile .author-name {
    margin: 0 0 9px 0;
    font-size: 14px;
    color: #333;
}
.singular-post .author-profile .author-name a {
    font-style: normal;
}
.singular-post .author-profile .avatar {
    margin-bottom: 5px;
    padding: 9px;
    background: #fff;
}
.singular-post .author-profile .twitter {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
    text-align: right;
}
.singular-post .author-profile .twitter a {
    padding-left: 25px;
    background: url(images/twitter.png) no-repeat left bottom;
}

/* Archives, search, etc. */
.archive-info, .search-info {
    overflow: hidden;
    margin-bottom: 50px;
    padding: 25px 25px 12px 25px;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #666;
    background: #fff;
    border: 1px dotted #ccc;
}
.archive-info p {
    margin: 0 0 13px 0;
}
.archive-title, .search-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
}

/* Page links */
.wp-pagenavi {
    margin-bottom: 25px;
    text-align: center;
}
p.pages, .wp-pagenavi {
    color: #666;
    line-height: 24px !important;
}
p.pages a, .wp-pagenavi a {
    margin: 0 3px 0 2px;
    padding: 4px 10px;
    border: 1px solid #d3d3d3;
}
p.pages a:hover, .wp-pagenavi a:hover {
    background: #eee;
}

/**
* Previous/Next Page Navigation
*********************************************/
/* Navigation links */
.navigation-links {
    clear: both;
    overflow: hidden;
    margin: 0 0 25px 0;
    font-style: italic;
}
.navigation-links .previous {
    float: left;
    max-width: 49%;
}
.navigation-links .next {
    float: right;
    max-width: 49%;
    text-align: right;
}

/**
* Widgets
**************************************/
#primary, #secondary {
    float: right;
    width: 254px;
    max-height: 931px;
}
#secondary {
    clear: right;
    height: 576px;
    margin-top: -45px;
}
#primary .widget, #secondary .widget {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: arial;
}
.widget-title {
    margin-bottom: 0px;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: bold;
}
.widget ul, .content .widget ul {
    list-style: none;
    margin: 0 0 24px 0;
}
.widget ul ul, .content .widget ul ul {
    margin: 0;
}
.widget li, .content .widget li {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 3px 9px 0px;
}
.widget li li, .content .widget li li {
    margin: 5px 0 0 0;
    padding: 0 0 0 15px;
    background: url(images/bullet-sub.png) no-repeat 1px 7px;
    border: none;
}
.widget li a, .content .widget li a {
    color: #333;
}
/* Term/tag clouds. */
p.term-cloud, p.post_tag-cloud {
    overflow: hidden;
}
p.term-cloud a, p.post_tag-cloud a {
    float: left;
    display: block;
    height: 11px;
    margin: 0 6px 12px 6px;
    padding: 9px 21px 9px 10px;
    font-size: 11px !important;
    line-height: 11px;
    color: #fff;
    background: #000 url(images/tag-icon.png) no-repeat right 0;
}

/* Content area widgets. */
#content .widget {
    overflow: hidden;
    font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
    color: #666;
    background: #fff;
}

/**
* Comments
**************************************/
#comments-template h3 {
    font-size: 1.2em;
}
.comment-list {
    list-style: none;
    margin: 0;
    border-top: 1px solid #ccc;
}
.comment-list ol {
    list-style: none;
    margin: 0 0 21px 0;
    border-top: 1px solid #ccc; 
}
.comment-list li {
    overflow: hidden;
    margin: 0;
    padding: 21px 21px 0 21px;
    position: relative;
    background: #fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.comment-list li.alt {
    background: #fff;
}
.comment-list li.entry-author {
    background: #f1f1f1;
}
.comment-list .avatar {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    padding: 1px;
}
.comment-meta {
    color: #888;
    font: 12px Arial, sans-serif;
    margin: 3px 0 21px 0;
}
.comment-meta cite {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
.comment-meta cite a {
    color:#333;
}
.comment-meta abbr {
    border: none;
}
.comment-meta abbr:hover {
    border-bottom: 1px dotted #999;
}
.comment-list .comment-text {
    padding: 0 9px;
}
.singular-page #comments-template {
    display: none;
}

/* Comment form */
#respond {
    overflow: hidden;
    margin: 24px 0;
}
#commentform label, .contact-form label {
    font: 12px Arial, Verdana, sans-serif;
    color: #888;
}
#commentform input[type="text"], .contact-form input[type="text"] {
    display: block;
    width: 98%;
}
#commentform p.form-author {
    float: left;
    width: 45%;
    margin-right: 9%;
}
#commentform p.form-email {
    float: right;
    width: 45%;
    margin-right: 1%;
}
#commentform textarea, .contact-form textarea {
    display: block;
    width: 98.5%;
}
.contact-form div {
    margin-bottom: 21px;
}
.contact-form div.form-label {
    margin: 0;
}
.contact-form legend {
    display: none;
}
#submit {
    float: right;
    margin-left: 21px;
}
#submit:hover, .button:hover {
    cursor: pointer;
}
span.required {
    font-size: 16px;
    font-weight: bold;
    color: #FF4B33;
}

/**
* Subsidiary
**************************************/

#subsidiary {
    overflow: hidden;
    width: 960px;
    margin: 20px auto;
    padding-top: 20px;
}
#subsidiary .widget {
    float: left;
    width: 303px;
}
#subsidiary .widget h3 {
    height: 36px;
    padding-left: 45px;
    margin-bottom: 10px;
}
#subsidiary .widget:nth-child(2) {
    margin: 0 25px;
}
#subsidiary .widget:nth-child(1) h3 {
    background: url( images/quotes.png ) no-repeat transparent left 0px;
}
#subsidiary .widget:nth-child(1) li {
    margin-bottom: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #CCC;
}
.cat-post-item .post-title {
    color: #578F31;
    font-weight: bold;
    float: left;
    width: 100%;
}
.cat-post-item .post-date {
    width: 90px;
    float: left;
}
#subsidiary .widget:nth-child(2) h3 {
    background: url( images/mail.png ) no-repeat transparent left 0px
}
#subsidiary .widget:nth-child(3) h3 {
    background: url( images/socialicon.png ) no-repeat transparent left 0px;
}
#subsidiary input[ type="submit" ] {
    background-color: #444;
    color: #FFFFFF !important;
    float: right !important;
    font-style: normal;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-right: 5px;
}
#subsidiary input[ type="submit" ]:hover {
    background-color: #000;
    color: #00C2F3 !important;
}
.page-529 #subsidiary {
    border-top: 1px solid #CCC;
}
.cat-post-item a img {
    float: left;
    margin-right: 10px;
}
.Focusme .readmore { 
    display:none;
}

/**
* Footer
**************************************/
#footer-container {
    overflow: hidden;
    clear: both;
    background: #222;
    border-top: 4px solid #2FB0C8;
    margin-top: 20px;
}
#footer {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    padding: 48px 0 24px 0;
    color: #FFF;

    min-height: 133px;
    font-size: 11px;
}
#footer a {
    color: #00C2F3;
}
#footer a:hover {
}
#footer .copyright {
    float: left;
    width: 50%;
}
#footer .credit {
    float: right;
    width: 50%;
    text-align: right;
}
#footer .widget-title {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
}
#footer span {
    width: 100%;
    float: left;
}



/* Custom Footer Widgets*/
#footer .widget:first-child {
    width: 300px;
    float: left;
}
.mail {
    width: 100%;
    color: #00C2F3;
}
.add {
    margin-bottom: 5px;
}
#footer .widget .widget-title {
}
#footer .widget:nth-child(2) {
    width: 275px;
    border-right: 1px solid #CCC;
    float: left;
    margin-left: 24px;
    padding-right: 24px;
    border-left: 1px solid #CCC;
    padding-left: 25px;
}
#footer .widget:nth-child(2) ul {
    position: relative;
    left: 30px;
    margin: 0px;
}
#footer .widget:nth-child(2) li {
    width: 96px;
    float: left;
    background: url( images/sidebar-list-arrow.png ) no-repeat 9px -25px transparent;
}
#footer .widget:nth-child(3) {
    width: 283px;
    float: left;
    margin-left: 25px;
}
#footer .chat-bubble {
    display: none;
}
#footer #habla-callout-bubble-anchor {
    padding: 0px;
    margin-top: 5px;
    margin-left: -2px;      
}
#footer .widget:first-child img {
    margin-bottom: 5px;
    margin-right: 86px;
    margin-top: -20px;
}
.twitter-follow-button {
    margin-right: 14px;
}


/**
* Home Page Styling
**************************************/
.home #container {
    height: 890px;
}
.home .content {
    width: 706px;
    padding-top: 0px !important;
}
.home #primary {
    margin-top: 0px;
    height: 339px;
}
.home #header {
    margin-bottom: 0px;
}
.home .content {
    padding: 0 0 0px 0;
    height: 316px;
}
.home .call-to-action {
    width: 684px;
}
.home #subsidiary {
    display: block !important;
    height: 140px;
}
.home .customer-testimonial-widget {
    float: right;
    padding-top: 0px;
}
.home .customer-testimonial-widget .entry-summary {
    padding-left: 53px;
}
.home .page-title {
    display: none;
}
.connect_comment_widget .comment_content {
	display: none !important;
}
.connect_comment_widget .nub {
	display: none !important;
}

/* Product Page Styling */
.archive-product .hentry, .archive-tools .hentry, .archive-leaders .hentry {
    float: left;
    margin-bottom: 25px !important;
    margin-right: 25px;
    width: 326px;
    clear: none;
    border: none !important;
}
.archive-tools .hentry {
    width: 315px;
}
.archive-product .hentry {
    border-bottom: 1px solid #ccc !important;
    min-height: 180px;
}
.archive-product .hentry .entry-summary p {
    min-height: 100px;
}
#primary .hentry {
    border-bottom: none !important;
}
.archive-product .even, .archive-tools .even, .archive-leaders .even {
    margin-right: 0px;
}   
.archive-product .hentry img {
    float: left;
    margin-right: 10px;
}
.archive-product .titleline {
    width: 326px;
    height: 30px;
}
.archive-product .titleline .entry-title {
    float: left;
    margin-bottom: 10px;
    padding-top: 5px;
}
.archive-product .titleline p  {
    float: right;
    display: none;
}
.archive-product .entry-summary {
    width: 326px;
    float: left;
}
.learn-more-btn a {
    float: right;
    padding: 5px 15px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
}
.learn-more-btn a:hover {
    background-color: #000;
    color: #00C2F3 !important;
}
.archive-product .read-more {
    display: none;
}

 /* Singular Product */
.singular-product .content {
    padding-top: 0px !important;    
}


/* About Us Page Styling */
.singular-page-161 .page-title, .singular-page-162 .page-title, .singular-page-163 .page-title, .singular-page-164 .page-title {
    display: block;
}
.page-8 #box-1 p, .page-8 #box-2 p, .page-8 #box-3 p, .page-8 #box-4 p {
    margin: 0px;
}
.page-8 #box-1 h2, .page-8 #box-2 h2, .page-8 #box-3 h2, .page-8 #box-4 h2 {
    margin: 0px;
    padding-bottom: 10px;
}
#box-1, #box-2, #box-3, #box-4, #map-box, #speed-test-box {
    clear: none;
    float: left;
    margin-right: 25px;
    padding-left: 43px;
    padding-right: 0px;
    padding-top: 0px;
    width: 283px;
    margin-bottom: 25px;
}
#box-2, #box-4, #speed-test-box {
    margin-right: 0px;
}
.page-8 #box-1 {
    background: url( images/whoisbroadbandicon.png ) no-repeat 0 0;
}
.page-8 #box-2 {
    background: url( images/person.png ) no-repeat 0 0;   
}
.page-8 #box-3 { 
    background: url( images/contact.png ) no-repeat 0 0;
}
.page-8 #box-4 { 
    background: url( images/joinus.jpg ) no-repeat 0 0;
}


/* Contact Page Styling */
.page-163 #box-1, .page-163 #box-2, .page-163 #box-3 {
    background: #fff;
    padding-left: 0px;
    width: 326px;
}

/* Leaders Page Styling */
.archive-leaders .hentry img {
    border: 1px solid #e2e2e2;
}
.archive-leaders .hentry {
    width: 202px;
    margin-right: 25px;
    float: left;
    height: 225px;
}
.archive-leaders .post-4 {
    clear: left;
}       
.archive-leaders .entry-title {
    margin-bottom: 5px;
}
.archive-leaders .entry-summary {
    font-style: italic;
}
.archive-leaders .post-7 {
    clear: left;
}

/* Singular Leader Page Styling */
.singular-leaders .content {
    padding-top: 0px !important;    
}
.singular-leaders .leader-image img {
	padding-bottom: 400px;
}

/* Carriers Page Styling */
.singular-carriers .content ul {
	padding-left: 50px !important;
}
.singular-carriers .content ul li {
	list-style-type: circle !important;
}
.archive-carriers .content ul {
	padding-left: 50px !important;
}
.archive-carriers .content ul li {
	list-style-type: circle !important;
}
.singular-carriers .entry-content {
	float: right;
	width: 418px;
}


/* Blog Page Styling */
.blog #primary .widget:nth-child(1) .widget-title, .singular-post #primary .widget:nth-child(1) .widget-title  {
    background: transparent;
    border: none;
}
.blog #primary .widget-title, .singular-post #primary .widget-title {
    background: #444;
    color: #FFF;
    font-size: 15px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 4px solid #2FB0C8;
    margin-bottom: 0px;
}
.blog #primary ul li:hover, .singular-post #primary ul li:hover {
    background: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url( images/sidebar-list-arrow.png ) no-repeat 13px -20px #ececec;
}
.blog #primary ul, .singular-post #primary ul {
    background: url( images/widget-title-arrow.png ) no-repeat 4px 0 transparent;
    padding-top: 20px;
    font-weight: bold;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.blog #primary ul li, .singular-post #primary ul li {
    padding:  3px 0px 3px 30px;
    margin-left: 3px;
    margin-right: 3px;
    background: url( images/sidebar-list-arrow.png ) no-repeat 3px 3px;
}
.blog #primary .widget:nth-child(2) .widget-title {
    background: #FFF;
    color: #222;
    border: none;
    font-size: 17px;
    padding-left: 0px;
    padding-bottom: 3px;
}
.blog .read-more, .archive .read-more {
    color: #fff !important;
    padding: 5px 10px;
    background-color: #444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
}
.blog .read-more:hover {
    background: #000;
    color: #2FB0C8 !important;
}
.blog .hentry .entry-title a {
    color: #2FB0C8;
}
.blog .hentry {
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
}
.blog .add-this {
    padding-top: 4px;
}
.blog .categories {
    height: 223px;
    border-bottom: 1px solid #CCC;
}
.blog .archives {

    height: 182px;
    border-bottom: 1px solid #CCC;
}
.blog .entry-meta {
    float: left;
    margin-right: 10px;
}
.add-this {
    float: right;
}
.addthis_button_google_plusone.at300b {
    width: 61px;
}
.after-content {
    margin-top: 25px;
    height: 28px;
    background: #E2E2E2;
    padding: 9px 13px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius:
    border: 1px solid #CCC;
}

/* Singular Post Page Styling */
.singular-post #entry-meta-line {
    height: 87px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 25px;
}
.singular-post #entry-meta-line .byline {
    float: left;
}
.singular #entry-meta-line .add-this {
    float: right;
}
.singular-post .add-this {
    display: block !important;
}
.singular #subsidiary, .archive #subsidiary {
    display: none;
}
.singular-post .content {
    padding-top: 0px !important;
}
.singular .content {
    padding-top: 25px;
}
.page-161 .content, .archive-carriers .content, .archive-leaders .content, .page-163 .content, .singular-carriers .content {
    padding-top: 0px;
}



/* Testimonial Page Styling */
.archive-testimonial .hentry img, .archive-carriers .hentry img {
    float: left;
    margin-right: 15px;
    padding-top: 50px;
    max-width: 180px;
}
.no-entry-title {
    display: none;
}
.archive-testimonial .hentry {
    padding: 25px 0;
    border-bottom: 1px solid #CCC;
}
.archive-testimonial .entry-summary {
    font-style: italic;
    font-size: 13px;
    width: 451px;
    float: right;
    border: 2px solid #CCC;
    padding: 10px;
}
.archive-testimonial .post- {
    padding-top: 0px;
}
.archive-testimonial .even {
    margin-right: 0px;
}
.archive-testimonial .read-more {
    display: none;
}
.company, .customer {
    font-weight: bold;
}

/* Singular Testimonial */
.singular-testimonial .content {
    padding-top: 0px !important;
}


/* Tools Page Styling */
#map-box, #speed-test-box {
    padding-left: 0px;
    width: 326px;
} 
#map {
     height: 640px;
}
#utility-after-content .read-more {
    display: none;
}
#map-container {
    margin: 0 auto;
}
.archive-tools .entry-title {
    float: left;
    margin-bottom: 0px;
}
.archive-tools .entry-title a {
    position: relative;
    top: 5px;
}
.archive-tools .entry-summary {
    float: left;
}   
.archive-tools .hentry img {
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}

/* Tools / Map  Styling */
.singular-tools-204 #primary {
    display: none;
}
.singular-tools-204 #content {
    width: 960px;
}
.singular-tools-204 .map-options {
    margin-left: 25px;
    width: 200px;
    float: right;
    background: #e6e6e6;
    padding: 10px;
    border: 1px solid #CCC;
}
.singular-tools-204 #map {
    border: 1px solid #000 !important; 
}
.singular-tools-204 .content form {
    margin-bottom: 10px;
    width: 693px;
    background: #E6E6E6;
    padding: 10px;
    border: 1px solid #CCC;
}
.singular-tools-204 .button_link.btn_grey {
    background-color: #578F31;
    color: #FFFFFF !important;
    font-style: normal;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}

.singular .add-this {
    display: none;
}
#address-field {
    width: 625px;
    border: 1px solid #CCC;
	color: #444;
}
.nav-pills.map-layers {
    float: right;
    margin-left: 25px;
	margin-top: 87px;
}
.nav-pills.map-layers h3 {
    text-align: center;
}
.nav-pills.map-layers li {
	margin-bottom: 40px;
}
.nav-pills.map-layers li a {
    background: #999;
    border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	margin-bottom: 75px;
	padding: 18px 45px;
}
.nav-pills.map-layers li.active a {
    background: #00C2F3 !important;
}
.nav-pills.map-layers li a {
    color: #FFF;
    font-weight: bold;
}
.nav-pills.map-layers li a :hover {
    color: #FFFs;
}
#price_map a {
    padding: 18px 90px;
	
}
#centralOffices a {
    padding: 18px 66px;
	
}
#litBuildings a {
    padding: 18px 63px;
	
}
#fiber_map a {
    padding: 18px 80px;
	
}
#dslCoverage a {
    padding: 18px 68px;
	
}
#eocCoverage a {
	
}



/**
* Call To Action Global Styles
**************************************/
.call-to-action {
    width: 681px;
    height: 329px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 17%, #f7fcff 26%, #f6fcfc 27%, #f4fdfc 29%, #f5fafe 33%, #f1f9fc 33%, #effafc 42%, #ebf9fa 43%, #ecf7fb 47%, #e8f6f9 48%, #e6f3f9 54%, #e2f5f9 61%, #dff2f8 62%, #dcf1f6 71%, #daeef5 72%, #d9f0f8 73%, #d8f0f4 75%, #d6eff4 81%, #d7f0f7 81%, #d4edf4 82%, #d4edf4 84%, #cfecf2 86%, #d0edf5 89%, #ceebf1 95%, #c9eaf3 96%, #caebf4 99%, #c8e9f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(17%,#ffffff), color-stop(26%,#f7fcff), color-stop(27%,#f6fcfc), color-stop(29%,#f4fdfc), color-stop(33%,#f5fafe), color-stop(33%,#f1f9fc), color-stop(42%,#effafc), color-stop(43%,#ebf9fa), color-stop(47%,#ecf7fb), color-stop(48%,#e8f6f9), color-stop(54%,#e6f3f9), color-stop(61%,#e2f5f9), color-stop(62%,#dff2f8), color-stop(71%,#dcf1f6), color-stop(72%,#daeef5), color-stop(73%,#d9f0f8), color-stop(75%,#d8f0f4), color-stop(81%,#d6eff4), color-stop(81%,#d7f0f7), color-stop(82%,#d4edf4), color-stop(84%,#d4edf4), color-stop(86%,#cfecf2), color-stop(89%,#d0edf5), color-stop(95%,#ceebf1), color-stop(96%,#c9eaf3), color-stop(99%,#caebf4), color-stop(100%,#c8e9f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 17%,#f7fcff 26%,#f6fcfc 27%,#f4fdfc 29%,#f5fafe 33%,#f1f9fc 33%,#effafc 42%,#ebf9fa 43%,#ecf7fb 47%,#e8f6f9 48%,#e6f3f9 54%,#e2f5f9 61%,#dff2f8 62%,#dcf1f6 71%,#daeef5 72%,#d9f0f8 73%,#d8f0f4 75%,#d6eff4 81%,#d7f0f7 81%,#d4edf4 82%,#d4edf4 84%,#cfecf2 86%,#d0edf5 89%,#ceebf1 95%,#c9eaf3 96%,#caebf4 99%,#c8e9f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 17%,#f7fcff 26%,#f6fcfc 27%,#f4fdfc 29%,#f5fafe 33%,#f1f9fc 33%,#effafc 42%,#ebf9fa 43%,#ecf7fb 47%,#e8f6f9 48%,#e6f3f9 54%,#e2f5f9 61%,#dff2f8 62%,#dcf1f6 71%,#daeef5 72%,#d9f0f8 73%,#d8f0f4 75%,#d6eff4 81%,#d7f0f7 81%,#d4edf4 82%,#d4edf4 84%,#cfecf2 86%,#d0edf5 89%,#ceebf1 95%,#c9eaf3 96%,#caebf4 99%,#c8e9f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 17%,#f7fcff 26%,#f6fcfc 27%,#f4fdfc 29%,#f5fafe 33%,#f1f9fc 33%,#effafc 42%,#ebf9fa 43%,#ecf7fb 47%,#e8f6f9 48%,#e6f3f9 54%,#e2f5f9 61%,#dff2f8 62%,#dcf1f6 71%,#daeef5 72%,#d9f0f8 73%,#d8f0f4 75%,#d6eff4 81%,#d7f0f7 81%,#d4edf4 82%,#d4edf4 84%,#cfecf2 86%,#d0edf5 89%,#ceebf1 95%,#c9eaf3 96%,#caebf4 99%,#c8e9f2 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#ffffff 17%,#f7fcff 26%,#f6fcfc 27%,#f4fdfc 29%,#f5fafe 33%,#f1f9fc 33%,#effafc 42%,#ebf9fa 43%,#ecf7fb 47%,#e8f6f9 48%,#e6f3f9 54%,#e2f5f9 61%,#dff2f8 62%,#dcf1f6 71%,#daeef5 72%,#d9f0f8 73%,#d8f0f4 75%,#d6eff4 81%,#d7f0f7 81%,#d4edf4 82%,#d4edf4 84%,#cfecf2 86%,#d0edf5 89%,#ceebf1 95%,#c9eaf3 96%,#caebf4 99%,#c8e9f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8e9f2',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CCC;
    z-index: 9999;
}
.coa-left {
    float: left;
    height: 329px;
    padding: 25px 0 0 25px;
}
.coa-left a {
    background: white;
    padding: 15px 46px;
    border: 5px solid #2FB0C8;
    border-radius: 17px;
	-webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
    top: 25px;
    color: #2FB0C8;
}
.coa-left h3, .coa-right h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}
.coa-right {
    float: right;
    width: 338px;
    height: 329px;
    background: url(images/broadbandman.png) no-repeat -31px 30px transparent;
}


/**
* Salesforce Lead Form Styles
**************************************/
.indexForm {
    width: 238px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0 10px 15px;
    background: url( images/white-broadband-logo.png ) no-repeat 16px 15px #2fb0c8;
    height: 310px;
}
.indexForm h3 {
    text-align: center;
    color: #FFF;
    font-weight: lighter;
    padding-top: 8px;
}
.indexForm form label {
    color: #FFFFFF;
    display: block;
    float: left;
    line-height: 27px;
    font-size: 12px;
    padding: 0px 4px 15px;
}
.indexForm input[type="text"] {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    width: 145px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
	font-style: normal;
}
.indexForm select {
    margin-left: 18px;
}
.indexForm input[name="email"] {
    width: 145px;
    margin-left: 27px;  
}
.indexForm input[name="phone"] {
    width: 145px;
    margin-left: 24px;
}
.indexForm  textarea {
    border: 1px solid #CCC;
    height: 56px;
    width: 210px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.indexForm button[type="submit"] {
    float: right;
    margin-right: 17px;
    margin-top: 5px;
    color: #2fb0c8;
    background: #FFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
}

/* One Half Widget Area */

#gform_widget-2 {
    height: 151px;
}
input[type="text"], input[type="email"] {
    color: #444;
    font-size: 12px;
}
#gform_1 {
    position: relative;
    bottom: 16px;
}
.gform_heading {
    margin-top: -30px;
}
#field_1_1 {
    float: left;
}
#field_1_2 {
    float: left;
    width: 390px;
    clear: none;
}
#input_1_2_1_container {
    float: left;
}
#input_1_2_1 {
    width: 275px !important;
}
#input_1_2_1_label {
    display: none;
}
#input_1_2_5_label {
    display: none;
}
.gform_widget .gfield_label {
    display: none !important;
}
#input_1_2_3_container {
    display: none;
}
#input_1_1 {
    width: 250px;
}
#input_1_2_5 {
    width: 94px !important;
}
#input_1_2_5_container {
    width: 100px;
}
.gform_heading h3 {
    color: transparent;
}
.gform_footer.top_label {
    margin: 0px !important;
    padding: 0px !important;
}
.gform_edit_link {
    display: none;
}
#gform_submit_button_1 {
    position: relative;
    left: 881px;
    bottom: 55px;
    background: #444;
    border: 1px solid #444;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}
#gform_fields_1 {
    padding-top: 20px;
    position: relative;
    left: -25px;
    top: 7px;
}
.gform_body {
	font-style: normal;
	height: 43px;
}
#input_3_1 {
    width: 280px;
    background: #CCC;
    padding: 5px;
}
.lineInput {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    font-size: 12px;
    color: #CCC;
    font-style: italic;
    width: 220px;
}
.lineBtn {
    background: #444;
    border: 1px solid #444;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lineH {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background: url( images/bracket.jpg );
    background-origin: padding-box;
    background-position: 172px;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-top: 29px;
    padding-left: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lineH strong {
    color: #009CBA;
    font-size: 32px;
    font-weight: 600;
}
.lineForm {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 14px;
}

/* Taxonomy Page Styling */
.taxonomy .hentry {
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 25px;
}
.entry-summary span {
    font-family: "Lucida Grande" !important;
    color: #444 !important;
}

/* Business Page Styling */
.page-154 .coa-left {
    width: 300px;
}
 
/* Aggregation Page Styling */
.page-156 .coa-left {
    padding: 0px;
    width: 0px;
    overflow: visible;
}
.page-156 .coa-right {
    background: url( images/superaggman.png ) no-repeat -3px 33px transparent ;
    width: 100%;
    padding: 25px 0 0;
}
.page-156 .coa-right h3 {
    padding-left: 25px;
    width: 375px;
}

/* Residential Page Styling */
.page-158 .coa-left {
    padding: 0px;
    width: 0px;
    overflow: visible;
}
.page-158 .coa-right {
    background: url( images/resman.png ) no-repeat 0px 29px transparent ;
    width: 100%;
    padding: 25px 0 0;
}
.page-158 .coa-right h3 {
    padding-left: 25px;
    width: 300px;
}

/* Sidebar ( Business, Aggregation, Residential ) Pilot Navavigation */
.pilot-nav {
    height: 544px;
    width: 221px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 25px;
}
.nav {
    height: 435px;
}
.nav a {
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    background: #fff;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 9px 0;
    width: 221px;
    font-weight: bold;
}
.nav a h3, .nav a h4 {
    margin: 0px;
    padding-left: 80px;
    color: #75a944;
    padding-bottom: 10px;
    margin-bottom: -10px:
    text-transform: uppercase;
    font-size: 16px;
}
.nav a h4 {
    color: #444 !important;
    margin-top: -15px;
    font-weight: normal;
}
.nav .current {
    background: #75a944 !important;
    border: 1px solid #3a8810;
}
.nav .current h3, .nav .current h4 {
    color: #fff !important;
}
.item-1 h3 {
    background: url( images/busnavicon.png ) no-repeat 35px 5px transparent;
}
.item-2 h3 {
    background: url( images/aggnavicon.png ) no-repeat 35px 5px transparent;
}
.item-3 h3 {
    background: url( images/resnavicon.png ) no-repeat 35px 5px transparent;
}
.pilot-nav .widget {
    width: 220px;
}
.entry {
    height: 280px;
    font-style: italic;
    font-size: 12px;
    color: #444 !important;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    width: 215px;
}
.entry span {
    color: #000 !important;
}
.archive-testimonial #primary .hentry {
    border: none;
}
.page-154 #primary, .page-156 #primary, .page-158 #primary {
    height: 932px;
}

/* Entry Content Styling */

.page-entry-content {
    padding-top: 25px;
    text-align: left;
}
.page-entry-content .entry-title {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.entry-field {
    border-top: 1px solid #CCC;
    margin-bottom: 25px;
    padding-top: 25px;
}
.entry-content h4 {
    margin-bottom: 10px !important;
}
.entry-field {
    display: inline-block;
}
.info-text {
    width: 55%;
    float: left;
}
.info-image {
    float: right;
    display: block;
}
.info-image img {
    width: 280px;
    padding-left: 25px;
}
.archive .hentry { 
    margin-bottom: 25px;
    padding-bottom: 25px;
    
     border-bottom: 1px solid #CCC;
}
.archive-product .content, .archive-tools .content, .page-8 .content, .archive-testimonial .content {
    border-top: 1px solid #CCC !important;
    padding-top: 25px !important;
}
.archive-carriers .entry-summary {
	width: 434px;
	float: right;
	padding: 25px;
	border: 2px solid #CCC;
}
.archive-carriers .post-inner .entry-title a {
	width: 474px;
	float: right;
}
.archive-carriers #primary .hentry {
	border-bottom: none;
}

/* Thank You Page Styling */
.page-345 #primary, .page-427 #primary {
    
}
.page-345 #footer-container, .page-427 #footer-container {
    margin-top: 0px;
}
.page-345 .content, .page-427 .content {
    width: 575px;
    font-size: 15px;
    border: 2px solid #CCC;
    padding: 25px 0px 0px 25px;
    margin-bottom: 25px;
}
.page-427 .content {
	border: none;
	padding-top: 0px;
}
.page-345 .content {
    border: none;
    padding-top: 0px;
}
.page-345 .content ul, .page-427 .content ul {
    margin-left: 25px;
    list-style: disc;
}
.page-427 h1 {
    line-height: 30px;
}

/** 404 page styling **/

.error-404 #container {
    padding: 25px;
}
.error-404 .widget {
    width: 960px;
}
.error-404 .slides_container {
    float: left;
}
.error-404 .indexForm {
    float: right;
}
.whitelist {
    background: #E6E6E6;
    padding: 25px;
    width: 422px;
    border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-weight: bold;
    text-decoration: underline;
}

/** Legal page styling **/
.page-365 .page-title {
    display: block;
}
.page-365 .content {
    padding-top: 25px;
}
.legal_links li {
    font-size: 20px;
}
.ginput_container input {
    width: 98% !important;
}
.validation_error {
    display: none !important;
}