/*@import 'http://www.jgroupmarketing.com/NVC/css/style.css';*/

/* 

CSS file for NVC Website

Author: Nathan J. Eggert

*/


/* Reset Styles ----------------------------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	outline: 0;
	background: transparent;
}
table td {
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /Reset Styles ----------------------------------------------------------------- */


body {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	min-height: 100%;
	color: rgb(67,72,70);
	line-height: 1.5;
}
h1 {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	font-weight: 400;
	line-height: 1;
	font-size: 32px;
	position: relative;
	vertical-align: bottom;
	color: rgb(67,72,70);
}
h2 {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	font-weight: 400;
	line-height: 1;
	font-size: 28px;
	position: relative;
	vertical-align: bottom;
	color: rgb(101,101,101);
}
h3 {
	display: block;
	font-size: 22px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: rgb(252,181,25);
}
a:hover, a:active {
	text-decoration: none;
	outline: none;
	color: rgb(31,30,29);
}
a img {
	border: none;
}
strong {
	font-weight: 700;
}
hr.shadow {
	/* box-shadow: 0px -1px 5px 1px; */
	color: rgb(185,185,185);
	width: 75%;
	background: url("../img/hr.png") no-repeat scroll 50% 2px transparent;
	height: 20px;
	border: none;
}
.gray-box {
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	width: 100%;
}
.empha {
	/*	color: rgb(91,131,164);   */
	font-size: 19px;
}
#logo {
	position: relative;
	padding: 5px;
	width: 250px;
}
#logo img {
	width: 230px;
}
/*----------------   Sections   ------------------------------------------------------------------------------------------------------- */

#top-sections-wrap {
	background: url("../img/top-section-background.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*
	-moz-box-shadow: inset 0 -100px 300px rgb(200,200,200);
	-webkit-box-shadow: inset 0 -100px 300px rgb(200,200,200);
	box-shadow: inset 0 -100px 300px rgb(200,200,200);
*/
}
section, header {
	display: block;
}
.section {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	margin: 0 auto;
}
.section-info {
	padding-bottom: 10px;
	width: 960px;
	margin: 0 auto;
	color: rgb(31,30,29);
	font-size: 16px;
	line-height: 1.7;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
.section-topnav {
	width: 100%;
	height: 85px;
}
.section-topnav .inner {
	position: relative;
}
.section-topnav ul {
	float: left;
}
.section-topnav ul li {
	color: rgb(71,71,71);
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	float: left;
	font-size: 13px;
	padding: 5px 7px;
}
.section-topnav ul li a {
	color: rgb(71,71,71);
}
.section-topnav ul li a:hover {
	color: rgb(83,81,52);
}
.section-mainnav {
	height: 67px;/* 	background: rgb(255,255,255); */
}
#update-wrap {
	width: 400px;
	height: 30px;
	float: left;
	position: relative;
	top: -10px;
}
#update-wrap .yellow-button:hover {
	color: rgb(255,255,255);
}
.internal-page-header {
	margin-top: 10px;
	color: rgb(48,48,48);
	clear: both;
}
.internal-page-header header {
	width: 100%;
	text-align: center;
}
.internal-page-header-image {
	float: left;
	position: relative;
	top: -8px;
	padding-right: 25px;
}
.internal-page-header-text {
	/* float: left; */
	margin-left: 30px;
	margin-top: 0px;
	height: 0px;
	text-align: left;
	padding-top: 35px;
}
.internal-page-header-small-text {
	/* float: left; */
	margin-left: 30px;
	text-align: left;
	line-height: 1;
	margin-top: 7px;
	font-size: 17px;
}
.iph.bg-blue {
	width: 100%;
	height: 135px;
	background: url("../img/internal-header-blue.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iph.bg-gray {
	width: 100%;
	height: 135px;
	background: url("../img/internal-header-gray.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iph.bg-green {
	width: 100%;
	height: 135px;
	background: url("../img/internal-header-green.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iph.bg-orange {
	width: 100%;
	height: 135px;
	background: url("../img/internal-header-orange.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iph.bg-purple {
	width: 100%;
	height: 135px;
	background: url("../img/internal-header-purple.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iph.bg-yellow {
	width: 100%;
	height: 135px;
	background: url("../img/internal-header-yellow.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section-left-sidebar-layout {
	width: 100%;
}
.section-left-sidebar-layout .left-column-left {
	float: left;
	width: 250px;
	margin-right: 5px;
	margin-top: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
}
.section-left-sidebar-layout .left-column-left h2 {
	font-size: 20px;
	border-bottom: solid 1px rgb(200,200,200);
	max-width: 75%;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
.section-left-sidebar-layout .left-column-left {
	font-size: 16px;
}
.section-left-sidebar-layout .left-column-left ul li a:link, .section-left-sidebar-layout .left-column-left ul li a:visited {
	color: rgb(80,80,80);
}
.section-left-sidebar-layout .left-column-left ul li a:hover, .section-left-sidebar-layout .left-column-left ul li a:active {
	color: rgb(252, 181, 25);
}
.section-left-sidebar-layout .left-column-left .nav-selected .nav-path-selected {
	/* color: rgb(255, 91, 11); */
	color: rgb(252, 181, 25);
}
.section-left-sidebar-layout .left-column-main {
	float: right;
	width: 700px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
}
.left-column-main ol, .left-column-main ul {
	list-style: disc;
	padding-left: 30px;
}
.left-column-main table, .left-column-main table tr td {
/* border: solid 1px rgb(222,222,222); */
}
.left-column-main #mc_embed_signup input {
	display: block;
}
.left-column-main #mc_embed_signup .input-group input {
	display: inline;
}
.left-column-main #mc_embed_signup label {
	margin-top: 5px;
}
.section-slider {
	height: 372px;
	margin: 0 auto;
	width: 100%;
	clear: both;
}
.section-main1 {
	width: 100%;
	height: 395px;
	background: url("../img/section-background.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 10px;
}
.section-main2 {
	width: 100%;
	height: 410px;
	background: url("../img/section-background.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section-main2 .section-info-description {
	margin-top: 110px;
}
.section-main2 .section-info-image {
	margin-top: 25px;
}
.section-main3 {
	padding-top: 35px;
	height: 345px;
}
.section-main4 {
	width: 100%;
	height: 467px;
	background: url("../img/section-background3.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section-info-description {
	width: 255px;
}
.section-info-description p {
	font-size: 18px;
	color: rgb(77,77,77);
}
.under-slider {
	position: relative;
	top: 120px;
}
footer {
	background: url("../img/section-background3.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	clear: both;
	height: 375px;
}
footer a:link, footer a:visited {
	color: rgb(77,77,77);
}
footer a:hover, footer a:active {
	color: rgb(255, 91, 11);
}
footer .inner {
	padding-top: 34px;
}
footer .inner span {
	margin-left: 20px;
}
footer .inner ul {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
footer .inner ul li {
	font-size: 12px;
}
footer .inner ul li span {
	font-size: 18px;
}
footer .internal-menu-children {
	margin: 0;
}
footer .internal-menu-children ul {
	padding: 0;
	margin: 0;
}
/*----------------   /Sections   ------------------------------------------------------------------------------------------------------- */

#slider {
	height: 440px;
	-moz-box-shadow: 0 20px 30px rgb(180,180,180);
	-webkit-box-shadow: 0 20px 30px rgb(180,180,180);
	box-shadow: 0 20px 30px rgb(180,180,180);
}
#slider img {
	height: 434px;
}
.slider-wrapper {
	height: 440px;
}
.slider-wrapper img {
	/* height: 440px; */
	height: 434px;
}
.nivo-main-image {
	height: 100%;
}
#slider .nivo-caption .yellow-button {
	float: left;
	position: relative;
	left: -35px;
}
.button-holder {
	float: right;
	clear: both;
	margin-top: 15px;
}
.pic-box {
	/* width: 32%; */
	width: 280px;
	padding: 0px;
	/* float: left; */
	font-size: 13px;
	vertical-align: top;
}
.first-pic-box {
	margin-right: 60px;
}
.last-pic-box {
	/* margin-left: 60px; */
	float: right;
}
.pic-box-pic {
	width: 279px;
	height: 200px;
}
.pic-box-text {
	width: 239px;
	max-width: 239px;
	background: rgb(241,241,241);
	padding: 20px;
}
.pic-box-text a {
	color: rgb(0,0,0);
	font-weight: 600;
}
#social-media-feed {
	width: 535px;
	height: 320px;
	float: left;
	border: solid 1px rgb(210,210,210);
	margin-top: 73px;
	background: rgb(255,255,255);
}
#social-media-buttons {
	position: relative;
	top: -49px;
	left: -1px;
	border-top: solid 1px rgb(210,210,210);
	border-left: solid 1px rgb(210,210,210);
	border-right: solid 1px rgb(210,210,210);
	padding: 10px;
	padding-bottom: 11px;
	width: 120px;
	height: 27px;
	background: url("../img/shadow-line.png") no-repeat 0px 1px rgb(255,255,255);
}
#social-media-buttons ul {
	float: left;
}
#social-media-buttons ul li {
	margin-left: 10px;
}
#twitter {
	background: url("../img/social-media-icons.png") no-repeat scroll 0px 0px;
	width: 27px;
	height: 27px;
	float: left;
}
#twitter:hover {
	background: url("../img/social-media-icons.png") no-repeat scroll 0px -28px;
}
#facebook {
	background: url("../img/social-media-icons.png") no-repeat scroll -28px 0px;
	width: 27px;
	height: 27px;
	float: left;
}
#facebook:hover {
	background: url("../img/social-media-icons.png") no-repeat scroll -28px -28px;
}
#rss {
	background: url("../img/social-media-icons.png") no-repeat scroll -56px 0px;
	width: 27px;
	height: 27px;
	float: left;
}
#rss:hover {
	background: url("../img/social-media-icons.png") no-repeat scroll -56px -28px;
}
#email-signup {
	font-size: 18px;
	width: 380px;
	height: 320px;
	float: right;
	border: solid 1px rgb(210,210,210);
	margin-top: 73px;
	/* background: url("../img/email-signup-background.jpg") no-repeat rgb(255,255,255); */
	background: rgb(255,255,255);
}
#email-signup-top {
	width: 290px;
	height: 66px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;/* 	background: url("../img/shadow-line2.jpg") no-repeat 0px 26px rgb(255,255,255); */
}
#email-signup-bottom {
	width: 332px;
	margin: 0 auto;
	margin-top: 15px;
}
#email-signup form input {
	width: 326px;
	height: 39px;
	font-size: 1.3em;
	border: 1px solid rgb(183,183,183);
	background: rgb(245,245,245);
}
.email-signup-button {
	position: relative;
	top: 42px;
}
#find-us {
}
#copyright {
	font-size: 13px;
	width: 290px;
}
/*----------------   Topnav and Menu   ------------------------------------------------------------------------------------------------------- */

#topnav {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	width: 690px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	color: rgb(117,117,117);
}
#topnav ul li {
	display: inline;
}
#topnav .paybill-button {
	position: relative;
	top: -1px;
	right: 0px;
}
#search-box {
	margin-left: 15px;
}
#search-button {
	background: url("../img/search-icon.png");
	width: 24px;
	height: 21px;
	border: none;
	vertical-align: top;
}
#search-input {
	/* 	height: 13px; */
	margin-right: -3px;
	height: 15px;
	vertical-align: top;
}
#filetab-menu {
	background: url("../img/filetab-background2.png") no-repeat scroll 210px 8px transparent;
	float: right;
	width: 100%;
	height: 30px;
	margin-top: -30px;
}
#filetab-menu ul {
	float: right;
	height: 30px;
}
#filetab-menu ul li {
	padding: 0px 7px;
	margin-left: 8px;
}
#menu {
	font-size: 15px;
	text-align: left;
	list-style: none;
	width: 960px;
	padding: 0;
	/* height: 35px; */
	position: relative;
	background: rgb(255,255,255);
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*
  	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
*/
	z-index: 900;
}
#menu li {
	/*     float: left;   */
	text-align: center;
	/*
	width: 14%;
	height: 100%;
	padding: 0;
*/
	
	padding: 0px 10px;
	display: table-cell;
	/* background: rgb(255,255,255); */
	color: rgb(54,54,54);
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#menu li ul {
}
#menu li:hover {
	color: rgb(255,255,255);
	background: rgb(61,61,61);/* height: 35px; */ 
}
#menu li a {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: rgb(54,54,54);
	display: block;
	outline: 0;
	text-decoration: none;
	height: 100%;
	padding: 20px 0px;
}
#menu li:hover a {
	color: rgb(255,255,255);
}
/* Drop Down */  

#menu li:hover .dropdown_4columns {
	display: block;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 45px;
	padding-bottom: 10px;
	background: rgb(233,233,233);
	border: solid 1px rgb(217,217,217);
}
.dropdown_4columns {
	display: none;
}
.dropdown_4columns a {
	padding: 10px;
}
#menu li:hover .dropdown_4columns li a {
	margin-top: 0px;
}
/* Columns */

.col_1 {
	display: inline;
	float: left;
	position: relative;
	margin: 0 auto;
	width: 25%;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Drop Down Content Stylings */  
  
#menu p, #menu h2, #menu h3, #menu ul li {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	line-height: 21px;
	font-size: 12px;
	text-align: left;
}
#menu h2 {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 7px 0 14px 0;
	padding-bottom: 14px;
}
#menu h3 {
	font-size: 14px;
	margin: 7px 0 14px 0;
	padding-bottom: 7px;
	padding-left: 10px;
}
#menu p {
	line-height: 18px;
	margin: 0 0 10px 0;
}
#menu li:hover div a {
	font-size: 13px;
	color: rgb(55,55,55);
}
#menu li ul {
	list-style: none;
	padding-bottom: 10px;
	margin: 10px 20px 12px 0px;
	background: rgb(233,233,233);
}
#menu li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	margin-left: 10px;
	float: none;
	text-align: left;
	width: 100%;
	background: rgb(233,233,233);
	border-bottom: solid 1px rgb(172,172,172);
}
#menu li ul li:hover {
	background: none;
	border: none;
	padding-left: 0px;
	margin: 0 auto;
	margin-left: 10px;
	background: rgb(203,203,203);
	border-bottom: solid 1px rgb(172,172,172);
}
.internal-menu-children {
	margin-left: 20px;
	margin-bottom: 10px;
}
/*----------------   /Menu   ------------------------------------------------------------------------------------------------------- */





/*------------------------------------------------   Buttons   ------------------------------------------------*/   

.yellow-button, .yellow-button:link, .yellow-button:visited {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgb(252,187,43)), color-stop(1, rgb(232,167,23)));
	background: -moz-linear-gradient(top, rgb(252,187,43) 5%, rgb(232,167,23) 100%);
	background: -webkit-linear-gradient(top, rgb(252,187,43) 5%, rgb(232,167,23) 100%);
	background: -o-linear-gradient(top, rgb(252,187,43) 5%, rgb(232,167,23) 100%);
	background: -ms-linear-gradient(top, rgb(252,187,43) 5%, rgb(232,167,23) 100%);
	background: linear-gradient(to bottom, rgb(252,187,43) 5%, rgb(232,167,23) 100%);
 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(252,187,43)', endColorstr='rgb(232,167,23)', GradientType=0);
	background-color: rgb(252,187,43);
	/*
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
*/
	border: 1px solid rgb(229,229,229);
	display: inline-block;
	color: rgb(8,8,8);
	font-size: 15px;
	padding: 6px 20px;
	text-decoration: none;
}
.yellow-button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgb(232,167,23)), color-stop(1, rgb(252,187,43)));
	background: -moz-linear-gradient(top, rgb(232,167,23) 5%, rgb(252,187,43) 100%);
	background: -webkit-linear-gradient(top, rgb(232,167,23) 5%, rgb(252,187,43) 100%);
	background: -o-linear-gradient(top, rgb(232,167,23) 5%, rgb(252,187,43) 100%);
	background: -ms-linear-gradient(top, rgb(232,167,23) 5%, rgb(252,187,43) 100%);
	background: linear-gradient(to bottom, rgb(232,167,23) 5%, rgb(252,187,43) 100%);
 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(232,167,23)', endColorstr='rgb(252,187,43)', GradientType=0);
	background-color: rgb(232,167,23);
	color: rgb(8,8,8);
}
.yellow-button:active {
	position: relative;
}
.paybill-button {
	background: rgb(237,237,237);
	padding: 5px;
	border: solid 1px rgb(205,205,205);
}
.paybill-button:hover {
	background: rgb(207,207,207);
}
#home-button {
	background: url("../img/menu-tabs6.png") no-repeat scroll -16px -49px transparent;
	width: 16px;
	height: 29px;
}
#home-button:hover {
	background: url("../img/menu-tabs6.png") no-repeat scroll -16px -50px transparent;
}
#home-button a {
	padding: 0px 19px 11px 11px;
	margin-left: -7px;
}
#residential-button.current {
	background: url("../img/menu-tabs6.png") no-repeat scroll -57px -6px transparent;
	width: 92px;
	height: 30px;
}
#residential-button:hover {
	background: url("../img/menu-tabs6.png") no-repeat scroll -57px -6px transparent;
	width: 92px;
	height: 30px;
}
#residential-button {
	background: url("../img/menu-tabs6.png") no-repeat scroll -57px -51px transparent;
	width: 92px;
	height: 30px;
}
#residential-button a {
	padding: 1px 104px 11px 0px;
	margin-left: -6px;
}
#business-button.current {
	background: url("../img/menu-tabs6.png") no-repeat scroll -169px -51px transparent;
	width: 92px;
	height: 30px;
}
#business-button:hover {
	background: url("../img/menu-tabs6.png") no-repeat scroll -169px -51px transparent;
	width: 92px;
	height: 30px
}
#business-button {
	background: url("../img/menu-tabs6.png") no-repeat scroll -169px -6px transparent;
	width: 92px;
	height: 30px;
}
#business-button a {
	padding: 1px 104px 11px 0px;
	margin-left: -6px;
}
/*------------------------------------------------   /Buttons   ------------------------------------------------*/   

.phone-block {
	width: 100%;
	clear: both;
}
.phone-block img {
	width: 200px;
	float: left;
}
.phone-details {
	width: 480px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	float: left;
}
/*------------------------------------------------   Browsers   ------------------------------------------------*/   
.logos td {
	vertical-align: top;
	padding: 10px;
	border: medium none;
	background: none repeat scroll 0% 0% transparent;
	width: 25%;
}
a.l {
	display: block;
	padding: 110px 4px 4px;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	text-align: center;
}
.bs a {
	background-image: url("../img/sa.png");
}
.bc a {
	background-image: url("../img/ch.png");
}
.bo a {
	background-image: url("../img/op.png");
}
.bf a {
	background-image: url("../img/ff.png");
}
/* self-clear floats
---------------------------------------------------------------------------------------------------  */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: 600;
}
.inline {
	display: inline;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.padding10 {
	padding: 10px;
}
.width100 {
	width: 100%;
}
.phone-pic {
	float: left;
	margin-right: 45px;
}
.mb-nav-main {
	padding: 12px 0 0;
	position: relative;
	width: 100%;
	display: none;
}
.droupnav {
	display: none;
}
.menu {
	background: url(../img/menu-icon.jpg) no-repeat;
	height: 42px;
	width: 42px;
	display: block;
	cursor: pointer;
	font-size: 0px;
	margin-right: 15px;
	float: right;
}
.droupnav, .droupnav ul ul li a {
	background: #3d3d3d url(../img/hover-menuimage.png) no-repeat 17px 9px;
	color: #fcb519 !important;
}
.droupnav #menu {
	margin-top: 0px;
}
.droupnav #menu li {
	display: block;
	float: none;
	text-align: left;
	padding: 0px;
}
.droupnav #menu li a {
	font-size: 12px;
	padding: 3px 0 3px 28px;
	text-transform: none;
}
.mb-nav-main ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: none;
}
.droupnav {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 62px;
	left: 0;
}
.droupnav li {
	border-top: 1px solid #000;
}
.droupnav > ul li {
	background: #2f2f2f;
	float: none;
	clear: both;
	padding: 0;
}
.droupnav > ul > li > a, .droupnav .otherlinks li a {
	display: block;
	text-transform: uppercase;
	padding-left: 17px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
}
.mobiletabs-waper {
	display: none;
	float: left;
	width: 100%;
	clear: both;
	margin: -8px 0 0;
}
.mobile-tabs {
	width: 100%;
	clear: both;
	background: url(../img/filetab-background2.png) no-repeat 210px 8px;
	position: relative;
}
.mobile-tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.residential-tab {
	background: url(../img/menu-tabs6.png) no-repeat -57px -6px;
	height: 30px;
	width: 107px;
	float: left;
}
.residential-tab a, .business-tab a {
	display: block;
	width: 100%;
	height: 30px;
	cursor: pointer;
	font-size: 0;
}
.residential-menu, .business-menu {
	display: none;
	top: 29px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
.mdropmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: none;
}
.mdropmenu ul li {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	text-transform: uppercase;
	background: #ccc;
	border-bottom: 1px solid #ccc;
}
.mdropmenu ul li a {
	color: #000;
}
.mdropmenu #menu {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
}
.mdropmenu #menu li {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mdropmenu #menu li a {
	font-size: 13px;
	padding: 3px 0 3px 32px;
	text-transform: none;
	background: #fff url(../img/hover-menuimage.png) no-repeat scroll 17px 9px;
	color: rgb(54, 54, 54);
	font-weight: normal;
}
.business-tab {
	background: url(../img/menu-tabs6.png) no-repeat -169px -6px;
	height: 30px;
	width: 107px;
	float: left;
}
.tablebuss-cellphone img {
	padding-right: 30px;
}

/*-------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
.inner {
	margin: 0 auto;
	width: 800px;
}
#topnav {
	/* width: 500px;*/
	width: 519px;
	margin-bottom: 10px;
}
/*.section-topnav ul {
    margin: 10px 0;
}*/
.section-topnav ul {
	margin: 10px 0 10px 19px;
}
#search-box {
	float: right;
	margin-left: 0px;
	margin-right: 19px;
}
.section-info {
	width: 100%;
}
#menu {
	width: 100%;
	margin-top: 35px;
}
#menu li {
	padding: 0 5px;
}
#menu li a {
	padding: 10px 0;
}
#filetab-menu {
	background: url("../img/filetab-background2.png") no-repeat scroll 210px 17px;
	height: 45px;
	margin-top: -5px;
	margin-right: 20px;
}
.section-mainnav {
	height: 44px;
}
/*Slider Start*/
.section-slider {
	height: auto;
}
.slider-wrapper {
	height: auto;
	position: relative;
}
#slider {
	height: auto;
}
#slider img {
	height: auto;
	width: 100% !important;
}
.nivo-main-image {
	height: auto !important;
}
.nivo-caption {
	padding: 5px 20px !important;
	width: 241px !important;
}
.nivo-slice {
	height: auto !important;
	width: 100% !important;
}
.nivo-slice img {
	width: 100% !important;
}
/*Slider End*/
.section-main1 {
	height: auto;
	width: 100%;
	clear: both;
	float: left;
	padding: 20px 0px;
}
.under-slider {
	position: static;
}
.right p img {
	height: auto !important;
	width: 100%;
}
.section-info-description {
	width: 28%;
}
.right {
	width: 72%;
}
.right p img {
	width: 100%;
}
.section-main2 {
	height: auto;
	width: 100%;
	clear: both;
	float: left;
	padding: 20px 0px;
}
.section-main2 .section-info-description {
	width: 40%;
}
.section-info-description p {
	float: right;
}
.section-main2 .section-info-description p a {
	display: inline-block;
}
.yellow-button, .yellow-button:link, .yellow-button:visited {
	padding: 6px 25px;
}
.section-main2 .section-info-image {
	width: 60%;
}
/*.section-main2 .section-info-image img{
	width:460px;
	height:350px;
}*/
.section-main2 .section-info-image img {
	width: 100%;
	height: auto;
	display: block;
}
.section-main3 {
	width: 100%;
	float: left;
	clear: both;
	padding: 20px 0px;
	height: auto;
}
/*.pic-box {
    width: 33.33%;
}*/
.pic-box {
	display: inline-block;
	margin: 0 4% 0 0;
	width: 30.33%;
}
.section-info .pic-box:last-child {
	margin: 0px;
}
.pic-box-pic {
	/*height: 200px;*/
	height: auto;
	width: 100%;
}
.pic-box-text {
	box-sizing: border-box;
	max-width: 100%;
	text-align: left;
	width: 100%;
}
.pic-box-pic img {
	display: block;
	height: auto;
	width: 100%;
}
.section-main4 {
	width: 100%;
	clear: both;
	float: left;
	padding: 20px 0px;
	height: auto;
}
#social-media-feed {
	width: 57%;
	height: auto;
	margin: 0px;
}
.fb-like-box.fb_iframe_widget, .fb-like-box.fb_iframe_widget > span {
	height: auto;
	width: 100% !important;
}
.fb-like-box, .fb_iframe_widget span, .fb_iframe_widget iframe {
	width: 100% !important;
}
#email-signup {
	width: 40%;
	height: auto;
	margin: 0px;
}
.gray-box {
	padding: 30px;
}
.padding10 {
	box-sizing: border-box;
	min-height: 190px;
	padding: 10px 5px;
	width: 33%;
}
footer img {
	display: none;
}
footer {
	width: 100%;
	float: left;
	clear: both;
	height: auto;
	padding: 0 0 20px;
}
footer .inner ul {
	padding-right: 10px;
	padding-left: 20px;
}
#find-us {
	clear: both;
	margin: 0 0 20px;
	width: 100%;
}
#find-us iframe {
	width: 100%;
}
#copyright {
	clear: both;
	text-align: center;
	width: 100%;
}
.section-left-sidebar-layout .left-column-main {
	width: 590px;
}
.section-left-sidebar-layout .left-column-left {
	width: 200px;
}
#social-media-feed iframe {
	width: 100%;
}
.internal-page-header-text {
	padding-top: 15px;
}
td.bod-none {
	display: block;
	width: 120px;
}
.tablehtc-cellphone {
	width: 100% !important;
}
.d-leftcol {
	margin-right: 10px !important;
	width: 63% !important;
}
.d-rightcol {
	width: 30% !important;
}
.buss-accesimage img {
	width: 100%;
	height: auto;
}
#HTMLBlock359 iframe {
	height: 490px !important;
}
.total-talk-width p {
	padding: 0px !important;
}
}

@media only screen and (max-width: 799px) {
.mb-nav-main {
	display: block;
}
#top-sections-wrap {
	float: left;
	width: 100%;
}
.mobiletabs-waper {
	display: block;
}
.inner {
	margin: 0 auto;
	width: 600px;
}
.section-mainnav, #filetab-menu {
	display: none;
}
.section-topnav header {
	position: relative;
	height: 63px;
	width: 100%;
}
.paybill-button {
	background: none;
	border: none;
	padding: 0px;
}
#topnav {
	width: 350px;
}
.section-topnav ul {
	margin: 0px;
}
#search-box {
	margin: 0px;
	position: absolute;
	right: 75px;
	top: -40px;
}
.nivo-caption {
	padding: 5px 10px !important;
	width: 180px !important;
	height: 96% !important;
}
.nivo-caption br {
	display: none;
}
.nivo-caption h2 {
	font-size: 25px;
	margin-bottom: 15px;
}
.nivo-caption > span {
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
.nivo-caption .yellow-button {
	font-size: 13px;
}
h1 {
	font-size: 26px;
	margin-bottom: 10px;
}
.section-info-description p {
	font-size: 16px;
	line-height: 23px;
}
.section-main1 {
	height: auto;
}
.section-main2 .section-info-description {
	margin-top: 75px;
}
.pic-box {
	margin: 0 2% 0 0;
	width: 31.5%;
}
.pic-box-text {
	padding: 10px;
	font-size: 11px;
}
footer .inner ul {
	padding-left: 20px;
	padding-right: 20px;
}
.gray-box {
	padding: 31px 30px;
}
.gray-box h3 {
	line-height: 30px;
}
.section-left-sidebar-layout .left-column-main {
	width: 400px;
}
.section-left-sidebar-layout .left-column-left {
	width: 190px;
}
.internal-page-header {
	margin-top: 0;
}
.section-topnav {
	height: auto;
}
#logo {
	float: left;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 180px !important;
}
#logo img {
	width: 100%;
	height: auto;
}
#topnav {
	width: 100%;
	position: relative;
	padding: 0;
}
#topnav ul {
	display: none;
}
#search-box {
}
#topnav ul li {
	display: inline-block;
	float: none;
	margin: 0 0 10px 10px;
	padding: 0;
}
.nivo-controlNav {
	position: static !important;
}
#slider .nivo-caption .yellow-button {
	left: 0;
}
.nivo-directionNav {
	display: none;
}
.section-info-description p {
	float: none;
}
.section-main2 .section-info-description p a {
	width: auto;
}
.left-column-main iframe {
	height: 790px !important;
}
.left-column-main #HTMLBlock342 iframe {
	height: 381px !important;
}
.authorize-leftcol iframe {
	height: 1162px !important;
}
.bod-block img {
	height: auto;
	width: 100%;
	display: block;
}
td.bod-none {
	display: block;
	width: 30px;
}
.thenetwork-table td {
	float: left;
	width: 50%;
	padding-bottom: 25px;
}
.tablehtc-cellphone td {
	display: block;
	float: left;
	width: 50% !important;
}
.tablehtc-tdnone {
	clear: both;
	width: 100% !important;
}
.td-clearboth {
	clear: both;
}
.td-clearboth br {
	display: none;
}
.table-tdnone {
	display: none !important;
}
.tablehtc-cellphone h4 {
	text-align: center;
}
.coverage-maptable {
	width: 100%;
}
.coverage-maptable td {
	width: 100%;
	display: block;
}
.nivo-caption .yellow-button {
	padding: 6px 20px;
}
.tablebuss-cellphone td {
	clear: both;
	display: block;
	overflow: hidden;
	padding-bottom: 40px;
	width: 100%;
}
.tablebuss-cellphone .td-displaynone, .tablebuss-cellphone td div {
	display: none;
}
.tablehtc-td strong {
	clear: both;
	display: block;
}
.tablehtc-td {
	text-align: center;
}
.tablehtc-td img {
	float: none !important;
}
.tablehtc-td.tablehtc-content {
	text-align: left;
}
.full-width-table {
	width: 100%;
}
.hacaccess-table {
	display: block;
	overflow: scroll;
	width: 100%;
}
}

@media only screen and (max-width: 599px) {
.inner {
	margin: 0 auto;
	width: 460px;
}
.section-left-sidebar-layout .left-column-main {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.section-left-sidebar-layout .left-column-left {
	width: 100%;
	margin: 0;
}
.section-left-sidebar-layout .left-column-left h2 {
	max-width: 100%;
}
.pic-box {
	width: 31%;
}
#social-media-feed {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
#email-signup, .section-main2 .section-info-image {
	width: 100%;
}
.section-main2 .section-info-description {
	margin: 0 !important;
	width: 100%;
}
.section-info-description {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.section-info-image {
	width: 100%;
}
.section-info {
	text-align: center;
}
.pic-box {
	margin: 0px 0px 20px 0px;
	width: 280px;
}
.left-column-main iframe {
	height: 713px !important;
}
.internal-page-header-text {
	padding-top: 10px;
}
.internal-page-header-small-text {
	margin-top: 25px;
}
.authorize-leftcol iframe {
	height: 1064px !important;
}
.iph.bg-blue {
	min-height: 135px;
	height: auto;
	background-color: #87d2e7;
}
.nivo-caption .yellow-button {
	padding: 6px 14px;
}
}

@media only screen and (max-width: 459px) {
.inner {
	margin: 0 auto;
	width: 360px;
	padding: 0px 10px;
	box-sizing: border-box;
}
.internal-page-header-image {
	float: right;
	padding-right: 0;
	position: relative;
	top: -8px;
}
.internal-page-header-text {
	height: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	text-align: left;
}
.internal-page-header-small-text {
	font-size: 16px;
	line-height: 1;
	margin-left: 0;
	margin-top: 20px;
	position: absolute;
	text-align: left;
	width: 170px;
}
.padding10 {
	width: 50%;
}
footer .inner span {
	margin-left: 0;
}
footer .inner ul {
	padding: 0;
}
#topnav {
	text-align: left;
}
#search-box {
	float: none;
	position: static;
}
#logo {
	width: 160px !important;
	padding: 10px 0px 0px 10px;
}
.section-topnav {
	height: 65px;
}
.nivo-caption {
	width: 100% !important;
	position: static !important;
}
.nivo-caption h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.nivo-caption > span {
	font-size: 14px;
}
.nivo-controlNav {
	left: 0 !important;
	padding: 0;
	position: absolute !important;
	text-align: left !important;
	top: 52px !important;
	width: 90px !important;
}
.section-topnav header {
	height: 55px;
}
.dropdown-menu {
	top: 54px;
}
.mobile-tabs ul {
	float: left;
}
.mdropmenu ul {
	float: none !important;
}
.internal-page-header-image {
	top: 93px;
}
.internal-page-header-image > img {
	height: 147px;
	width: 156px;
}
.home-phone-table td {
	display: block;
	width: 100%;
	padding: 0px 10px;
}
.home-phone-table p {
	font-size: 16px;
}
.home-phone-table > table {
	width: 100%;
}
.home-phone-table tr:nth-child(even) {
	background: #fff;
}
.home-phone-table tr:nth-child(odd) {
	background: #efeeee;
}
.left-column-main iframe {
	height: 790px !important;
}
.cellphone-td table td {
	display: inline-block;
	font-size: 17px;
	text-align: left;
	vertical-align: top;
	width: 32%;
}
.tablehtc-td strong {
	display: block;
	clear: both;
}
.cellphone-td table td h3 {
	font-size: 14px;
}
.cellphone-td table td p {
	display: none;
}
.authorize-leftcol iframe {
	height: 1230px !important;
}
.validate table td {
	width: 50%;
}
.internal-page-header-image {
	float: right;
	padding-right: 0;
	position: absolute;
	right: 0;/*top: 75px;*/
}
.internal-page-header-image {
	top: 73px;
}
.internal-page-header-text {
	position: static;
}
.internal-page-header-small-text {
	margin-left: 0;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0 0 15px;
	position: static;
	width: 255px;
}
.thenetwork-table a {
	font-size: 16px;
}
.link {
	display: block;
	font-size: 14px;
}
.authorize-leftcol iframe {
	height: 1245px !important;
}
.tablehtc-cellphone td {
	display: block;
	float: left;
	width: 100% !important;
}
.tablehtc-content {
	padding-bottom: 40px;
}
.tablehtc-content ul {
	margin: 0px;
	float: left;
}
.tablehtc-cellphone h4 {
	text-align: left;
	padding-left: 20px;
}
#search-box {
	display: none;
}
.channel-pricingtable {
	width: 100% !important;
}
table.channel-pricingtable > tbody > tr > th, table.channel-pricingtable > thead > tr > td, table.channel-pricingtable > tbody > tr > td {
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
	word-break: break-all;
	white-space: normal;
}
.channel-first {
	width: 20%;
	float: left;
}
.channel-second {
	width: 80%;
	float: left;
}
.channel-clear {
	clear: left;
}
#topnav {
	display: none;
}
.mobiletabs-waper {
	margin: -25px 0 0;
}
.nivo-caption {
	text-align: left;
}
.tablehtc-td {
	text-align: left;
}
.tablehtc-td img {
	float: left !important;
}
.left-column-main h1 {
	margin-top: 20px;
}
.computerlease-table td {
	width: 100%;
	float: left;
	clear: both;
	display: block;
}
.left-column-main p span img {
	width: 100%;
	height: auto;
}
.full-width {
	width: 100%;
	float: left;
	clear: both;
	display: block;
}
.table-image img {
	width: 100% !important;
	height: auto;
}
.webhosting-a {
	display: block;
	font-size: 17px;
}
.cellphone-td td {
	text-align: left !important;
}
.left-column-main {
	padding: 0px !important;
}
table td {
	padding: 0px 5px;
	box-sizing: border-box;
}
.table-anchor {
	display: block;
	font-size: 16px;
}
.anchor-font h3 a {
	font-size: 18px;
}
}

@media only screen and (max-width:359px) {
.inner {
	width: 300px;
}
.member-table {
	padding: 0;
	margin: 0;
}
.member-table img {
	display: block;
}
.authorize-leftcol iframe {
	height: 1310px !important;
}
.validate table td input[type="text"] {
	width: 110px;
}
td.bod-none {
	display: none;
}
.bod-block {
	display: inline-block;
	float: none;
	height: auto;
	width: 100%;
}
.authorize-leftcol iframe {
	height: 1341px !important;
}
.coverage-maptable img {
	height: auto;
	width: 100%;
}
.talkplan-para p {
	margin: 30px 0;
	word-break: break-all;
}
}

@media only screen and (max-width: 1058px) {
#HTMLBlock342 iframe {
	width: 100% !important;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
#HTMLBlock342 {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
}

@media only screen and (max-width: 970px) {
table.thenetwork-table {
	width: 100% !important;
}
#HTMLBlock354, #HTMLBlock359, #HTMLBlock339 {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
#HTMLBlock354 iframe, #HTMLBlock359 iframe, #HTMLBlock339 iframe {
	width: 100% !important;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
}
