body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    direction: ltr;
}

body {
    background: #f8fafb;
    font-family: 'Helvetica W02 Roman', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    color: #222222;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica W01 Bold';
    font-style: normal;
    font-weight: normal;
    color: #455560;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px;
    text-transform: uppercase;
}

h2 {
    font-size: 37px;
}


h4 {
    font-size: 23px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

a {
    color: #455560;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    -o-transition: color, 0.2s;
    transition: color, 0.2s;
    cursor: pointer;
    outline : none;
}

a.textuallink1, a span.textuallink1, button.textuallink1 {
    font-size: 14px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color:#14679e;
    cursor:pointer;
}

a.textuallink2, a span.textuallink2 {
    font-size: 12px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #14679e;
}




a.current {
    font-weight: normal;
    font-style: normal;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}

table {
    border-collapse: collapse;
    border: 0;
    margin: 0;
}


table thead, table tfoot {
    background: #ffffff;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #fff;
}

table thead, table tbody, table tfoot {
    border: 0;
    background-color: transparent;
}

table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
    border-spacing: 0;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.row {
    max-width:100%;
}

.row.fullcontent {
    width: 1280px;
    margin-left:0;
    margin-right:0;
}

.row.full-width {
    width: 100%;
    max-width: 100%;
}

.row.full-width.header {
    padding-left: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.row.nomargin{
	margin-left:0;
	margin-right:0;
}	

.heading1 {
    font-size: 28px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #455560;
}

.heading1C1 {
    font-size: 28px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #445662;
    line-height: 1;
}

.heading1C2 {
    font-size: 28px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #455560;
}

.heading2C1 {
    font-size: 18px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #445662;
}


.heading2C2 {
    font-size: 18px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #455560;
}

.heading4 {
    font-size: 26px;
    color: #ffffff;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-style: normal;
}

.oneGBNav h4 {
    background-color: #445660;
    padding: 2px 4px 2px 4px;
    color: #ffffff;
}


.heading6 {
    font-size: 14px;
    color: #000000;
    font-family: 'Helvetica W02 Roman';
    font-weight: normal;
}

.heading7 {
    font-size: 16px;
    color: #455560;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
}

.heading8 {
    font-size: 42px;
    color: #6E8189;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-style: normal;
}

p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    font-family: 'Gotham A', 'Gotham B';
}


#top-row{
	background-color:#e7e7e7;
    font-family: 'Gotham A', 'Gotham B';
    font-size:13px;
    max-width:1280px;
    color:#303b42;
    text-decoration:none;
	border-bottom: 2px solid #fff;
}

#top-row .columns{
	padding-left:0;
	padding-right:0;
}

#top-row ul{
    list-style-type: none;	
    margin-bottom:0;
    margin-left:0;
}

#top-row li{
	display:inline;
	font-family:inherit;
}

#top-row ul li a{
	height:32px;
	line-height: 32px;
	display:inline-block;	
	text-decoration: inherit;
	font-weight: 600;
	color: #4e4e4e;
}


#top-row li a{
	font-family:inherit;
	text-decoration:none;
	color:inherit;
	font-size:13px;
	font-weight: 500;
}

#top-row-services{
	float:left;
	background-color:#e7e7e7;
	padding-left:30px;
	font-weight: 500;
}

#top-row-services li + li{
	margin-left:24px;
}

#top-row-services a{
	font-family:inherit;
	font-size:13px;	
	color:#455560;
}

#top-row-callnow, #top-row-callnow-mobile {
    float: right;
    background-color: #f38444;
    color: #ffffff;
    padding: 0 28px 0 28px;
    line-height: 32px;
    height: 32px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .3px;
}

#top-row-options {
    float: right;
    margin-right: .8em;
}

#top-row-options li:after {
    margin: 0 7px;
    content: "|";
}

#top-row-options li:last-child:after {
    content: "";
}

body #top-row ul li.residential-li a, body #top-row ul li.business-li a{ 
	color:#455560;
}

body[data-section="residential"] #top-row ul li.residential-li a{ 
	color:#8e258d;
}

body[data-section="business"] #top-row ul li.business-li a{ 
	color:#8e258d;
}


header {
    width: 100%;       
    z-index: 40;
    height: 108px;
    position: relative;
}

.main-nav .dropdown.menu > li > a {
    text-transform: uppercase;
    font-size: 18px;
	color: #fff;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent transparent;
}

.dropdown.menu .submenu.is-dropdown-submenu {
	text-align:left;
	padding-bottom:1px;
}

.is-dropdown-submenu{
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.dropdown.menu .submenu.is-dropdown-submenu li + li{
	border-top:2px solid #e7e7e7;
}

.dropdown.menu .submenu.is-dropdown-submenu a{
	font-size:14px;
	width:100%;
	display:block;
	line-height:32px;
}

.dropdown.menu .submenu.is-dropdown-submenu.is-dropdown-active {
	display:table-cell;
}


.menu.menu-container {
	padding:3px;
	background-color:#ffffff;
}

.menu-arrow:before{
	top: -16px;
	left: 40%;
	border: solid transparent;
	content:url(images/nav-arrow.png);
	height: 0;
	width: 0;
	position: absolute;
	z-index: 200;
	margin-left: -12px; 	   
}

.menu{
	border:0;
}


.menu-inner{
	display:block;
	position:static;
	background-color:#fff;
	margin-left:0;
	border:1px solid #dcdcdc;
	padding:3px;
}

.menu-inner-inner{
	display:block;
	position:static;
	background-color:#f7f7f7;
	padding-left:24px;
	padding-right:24px;
	margin-left:0;
	border:0;
	margin-bottom:2px;
}

.menu-container-two-panels, .menu-container-three-panels{
	display:table !important;
	width:100%;
	background-color: #f7f7f7;
	border:0;	
}

#menu-main-bundles > .menu.menu-arrow{
	min-width:319px;
	left:-69px;
}

#menu-main-internet > .menu.menu-arrow {
    min-width: 289px;
    left: -85px;
}


#menu-main-tv > .menu.menu-arrow {
    min-width: 790px;
    left: -308px;
}

#menu-main-tv > .menu.menu-arrow:before{
	left:406px;
}

#menu-main-phone > .menu.menu-arrow{
	min-width:270px;
	left:-70px;
}

#menu-main-phone > .menu.menu-arrow:before{
	left:116px;
}

#menu-main-customers > .menu.menu-arrow{
	min-width:500px;
	left:-250px;
}

#menu-main-customers > .menu.menu-arrow:before{
	left:316px;
}

#menu-main-tv > ul, #menu-main-customers > ul{
	padding:4px;
	border:0;
}

.main-nav-prems{
    display: block;
    margin-bottom:2px;
}








/*
header .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0 20px;
    text-align: left;
    z-index: 100;
}

header .dropdown .inner {
    border: 1px solid #d7d7d7;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
}

header .dropdown .inner .row {
    overflow: hidden;
    border: 3px solid #fff;
    background: #f9f8f4;
}

header .dropdown.double .col.left {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
}

header .dropdown.double .col.right {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
}

*/


header .link-wrapper {
    position: relative;
    z-index: 2;
    max-width: 312px;
}

.main-nav-container i {
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.main-nav-search i.search {
    min-width: 24px;
    position:relative;
    top:2px;
}

.search.fa-times{
	opacity:.7;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

.main-nav-container #location ul {
    display: none;
    position: absolute;
    top: 14px;
    left: 14px;
    float: right;
    list-style-type: none;
    margin-right: 25px;
    margin-top: 6px;
    padding-top: 5px;
}

.main-nav-container #location ul li {
    background-color: #ffffff;
    padding: 2px 10px 2px 10px;
    text-align:left;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 11px;
    color: #455560;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    -o-transition: color, 0.2s;
    transition: color, 0.2s;
    color: #455560;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;   
}



.main-nav-container #location:hover ul {
    display: block;
}


.main-nav-container #location ul li {
    display: block;
    background-color: #ffffff;
    padding: 2px 10px 2px 10px;
}

.screen-small-only {
    display: block;
}

#mobile-nav-toggle {
    position: absolute;
    top: 36px;
    right: 40px;
    font-size: 30px;
    color: #455560;
    z-index: 3;
}

.main-nav-search{
	float:right;
}

#location .sprite-map-pin {
    width: 11px;
    height: 16px;
    background-position: -100px -31px;
    margin-right: 0;
    position: relative;
    top: 3px;
}

header .desktop-search {
    display: none;
    position: relative;
    z-index: -100;
    height: 0;
}

#container {
    height: 100%;
    max-width: 1280px;
    min-width: 320px;
    margin: 0 auto;
    background-color:#fff;
}

.full-width.rowBG01 {
    padding-left: 6px;
}

.post-header {
    padding-top: 24px;
}

.page-header-short + .rowBG01 {
    padding-top: 36px;
}

.tplt-6 .page-header-short + .rowBG01 {
    padding-top: 24px;
}


#home-loading-container{
	text-align:center;
	margin-top:1.5em;
}

#home-row-banner {header .main-nav-container
    height: auto;
    max-height: 368px;
    
}

#home-row-banner.home-carousel {
	clear:both;
    background-color: #c8cdd0;
    margin-bottom: 0;
	max-width:100% !important;
}

#logo {
    display: inline-block;
    width: 160px;
    height: auto;
    float: left;
    position: absolute;
    left: 22px;
    z-index: 0;
    color: transparent;	
	margin: 27px
}

#currentArea {
    display: block;
    width: 100%;
    background-color: #ffffff;
}

#currentTitle {
    background-color: #feedc4;
}

#currentTitle p.title {
    float: left;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#currentTitle .title {
    text-transform: uppercase;
    font-size: 20px;
    color: #45545f;
}

.current-icons {
    max-height: 24px;
    float: right;
    clear: none;
    margin-top: 16px;
    margin-right: 33px;
}

.current-icons a {
    max-height: 24px;
    background-repeat: no-repeat;
    display: block;
    font-size: 15px;
    padding-left: 6px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
}

.current-icons-text {
    margin-left: 8px;
    display: inline-block;
    position: relative;
    top:5px;
    color:#4a5a64;
}

.sprite {
    background-image: url(/images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-icon-myaccount {
    width: 23px;
    height: 23px;
    background-position: -67px -38px;
}

.sprite-icon-billing {
    width: 23px;
    height: 23px;
    background-position: -67px -5px;
}

.sprite-icon-technical {
    width: 23px;
    height: 23px;
    background-position: -5px -71px;
}

.sprite-icon-contact {
    width: 23px;
    height: 23px;
    background-position: -5px -38px;
}

.current-icons .sprite {
    float: left;
    clear: none;
}

.title {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 20px;
}

#footer {
    display: block;
    width: 100%;
    background-color: #2e2e2f;
    clear: both;
    padding: 50px 0 55px;	
}

#footer > .row {
    max-width: 1248px;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 0px;
}

#footer .row#row-footer-columns{
	
}

#footer .row.border-btm{
	margin-left:12px;
	margin-right:12px;
	padding-bottom:0;
}

#footer .row.border-btm hr{
    border-bottom: 1px solid #fff;
    margin-bottom:17px;
    margin-top:14px;
}

#footer > .row#row-footer-links{
	padding-bottom:0;
}

#footer > .row#row-footer-copyright{
	padding-bottom:14px;
}

.footerCopyright{
	text-align:center;
}

.footerColumn{
    display: inline;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
}

.footerColumn li { 
	display: inline; 
	font-size:13px;
	line-height: 13px;
}

body[data-section="residential"] .footerColumn li + li { 
	border-left:1px solid #fff;
    font-weight: 500;
    font-style: normal;	
    font-family:inherit;
    padding-left:6px;
}

.footerColumn li a{ 
	display: inline; 
	font-size:inherit;
	color:#fff;
    font-family:inherit;	
    margin-right:3px;
}

.footer-header {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 13px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-style: normal;
    padding-bottom: 5px;
    margin-bottom: 14px;
    max-width:154px;
}

#footer-col-5 .footer-header {
    max-width:160px;
}


ul.footer-list {
  list-style-type: none;
  margin-left:0;
  color:#ffffff;
	font-size: 12px;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
	font-style: normal;	 
	line-height: 18px; 
	margin-bottom:10px;
}

ul.footer-list li{
	font-size:12px;
}

ul.footer-list li a{
	color:inherit;
	text-decoration: none;
	font-family:inherit;
	font-weight: inherit;
	font-style:inherit;
	line-height:18px;
	font-size:12px;
}

#footer-col-1{
	width:16%;
}

#footer-col-2{
	width:74%;
}

#site-copyright {
	color: #ababab;
	font-weight: 600;
	font-size: 10px;
	text-align: center;
	margin-top: 3px;
}

/*#footer-col-3{
	width:21.5%;
}

#footer-col-4{
	width:19.5%;
}

#footer-col-5{
	width:16%;


.footerCopyright{
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    color:#fff;
    font-size:12px;
}
}*/

.slick-initialized .slick-slide {
    left:0 !important;
}

#home-offers {
	margin-top:36px;
}

#home-offers > .columns{
	padding-left:30px;
	padding-right:30px;	
}

.home-offer{
	background-color:#f8f6f7;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
	border-bottom-left-radius:8px;	
	border-bottom-right-radius:8px;
	border-top-left-radius:24px;
	border-top-right-radius:24px;
}

.home-offer .headline{
	font-size:25px;
	line-height: 25px;
	letter-spacing:-1px;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#fdb913;
	border-top-left-radius:24px;
	border-top-right-radius:24px;
	padding-left:8px;
	padding-right:8px;		
}

.home-offer .button {
    border-radius: 10px;
    background-color: #8e258d;
    text-transform: uppercase;
}



.home-offer .price-container{
    padding-right: 22px;
    padding-left: 22px;
}


.home-offer .price-container .dollar-sign {
    font-size: 83px;
    width: 15%;
    float: left;
    line-height: 1;
    clear: none;
    position:relative;
    top:12px;
    text-align: right;
}

.home-offer .price-container .price {
    font-size: 9.3em;
    line-height:1;
    width: auto;
    float: left;
    clear: none;
    letter-spacing: -10px;
}

.home-offer .price-container .cents-container {
    width: 35%;
    float: left;
    clear: none;
    margin-left: 8px;
}

.home-offer .price-container .cents {
    float: left;
    clear: none;
    width: 50%;
    font-size: 4.4em;
    line-height: 1;
    position: relative;
    top: 12px;
}

.home-offer .price-container .per-month {
    float: left;
    clear: both;
    width: 100%;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    margin-top: 5px;
    font-weight: 300;
    margin-left: 5px;
}

.home-offer .sub-price-image {
    padding-left: .7rem;
    text-align: center;
    display: table;
    width: 100%;
    margin-top: 10px;
    padding-right: .7rem;
}

.home-offer .sub-price-image .td {
    display: table-cell;
    vertical-align: middle;
}

.home-offer .bullets {
    margin-left: 50px;
	margin-top: 20px;
	padding-right:1em;
}

.home-offer .bullets li {
    font-size: 14px;
    line-height: 14px;
    color: #232323;
    font-weight: 300;
}

.price-container-container{
	width:100%;
}

.price-container{
	margin-left:auto;
	margin-right:auto;
}

.cb{
	clear:both;
}	


/* press release */

.heading2, .accordion .title h5 {
    font-size: 18px;
    color: #455560;
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
}

.heading3 {
    font-size: 16px;
    color: #000000;
    font-family: 'Helvetica W02 Roman';
}

.heading5 {
    font-size: 16px;
    color: #000000;
    font-family: 'Helvetica W01 Bold';
    font-weight: normal;
}

.tplt-10 a[href^="mailto:"] {
    word-break: break-all;
}


#breadcrumb {
    margin-left: 0;
    margin-bottom:17px;
}


#breadcrumbrow {
    margin-left: -6px;
    margin-right: 0;
    width: 100%;
    float: left;
    clear: both;
}

#breadcrumbrow .columns {
    text-align: center;
}

#breadcrumb li {
    display: inline;
    color: #455560;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
}

#breadcrumb li + li:before {
    content: " > ";
}

.large-phone {
    font-size: 18px;
    text-align: center;
}

.online-chat {
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-top: 18px;
    padding-bottom: 18px;
}

.small {
    font-size: 10px;
    line-height: 14px;
}

.button {
    width: auto;
    background: #8e258d;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 10px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    text-transform: uppercase;
}

.button.small {
    font-size: 11px;
    padding: 7px 14px 8px;
}

.button.full-width {
    width: 100%;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#contactButton {
    float: right;
}

#relatedContent {
    border: 5px solid #ededed;
    padding: 4px 14px 4px 14px;
}

ul.accordion {
    margin: 0 0 22px 0;
    border-bottom: 1px solid #cccccc;
}


ul.accordion > li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #444;
}

ul.accordion > li.is-active .accordion-title, ul.accordion > li:hover .accordion-title {
    background-image: url(/images/accordion-active-bg.png) !important;
    padding-top: 16px;
}

.accordion li:hover .accordion-title h5, .accordion li.is-active .accordion-title h5 {
    color: #fcb813;
}


.accordion li.is-active div.accordion-content {
    background-image: url(/images/accordion-bg2.png);
    background-repeat: repeat-x;
    background-position: top center;
}


ul.accordion > li > .accordion-title {
    cursor: pointer;
    padding: 15px;
    margin: 0;
    position: relative;
    border-left: 1px solid #455560;
    border-right: 1px solid #455560;
    -webkit-transition: 0.15s background linear;
    -moz-transition: 0.15s background linear;
    -o-transition: 0.15s background linear;
    transition: 0.15s background linear;
    background-image: url(/images/accordion-bg.png);
    background-repeat: repeat-x;
    max-height: 51px;
    height: 51px;
}

ul.accordion > li > .accordion-title {
    background: transparent;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-image: url(/images/accordion-bg.png);
    background-repeat: repeat-x;
    max-height: 51px;
    height: 51px;
    padding-left:42px;
}

.accordion-icon {
    height: 30px;
    width: 30px;
    background-position: 0 -30px;
    position: absolute;
    top: 8px;
    left: 10px;
}

li.is-active .accordion-icon, li:hover .accordion-icon {
    background-position: 0 0;
}

.icon-features {
    background-image: url(/images/overview_icon_features.png);
}

.icon-contact {
    background-image: url(/images/overview_icon_contact.png);
    margin-right: 25px;
}

.icon-channels {
    background-image: url(/images/overview_icon_channels.png);
}

.icon-faq {
    background-image: url(/images/overview_icon_faq.png);
    margin-right: 25px;
}

ul.accordion > li .accordion-content {
    display: none;
    padding: 15px;
}

ul.accordion > li.is-active .accordion-content {
    background-color: #ecedef;
}

ul.accordion > li.is-active .accordion-content {
    display: block;
    border-left: 1px solid #455560;
    border-right: 1px solid #455560;
}

.accordion li.is-active div.accordion-content {
    background-image: url(/images/accordion-bg2.png);
    background-repeat: repeat-x;
    background-position: top center;
}

ul.accordion > li.is-active .accordion-content {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}










.accordion-title{
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.is-active .accordion-title, .accordion-title:hover{
	color:#fcb813;
}


.accordion .accordion-title h5 {
    font-size: 16px;
    color: #455560;
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
}

.accordion li .accordion-title h5 {
    color: #ffffff;
    text-transform: uppercase;
}

ul.accordion > li > .accordion-title h1, ul.accordion > li > .accordion-title h2, ul.accordion > li > .accordion-title h3, ul.accordion > li > .accordion-title h4, ul.accordion > li > .accordion-title h5 {
    margin: 0;
}

.accordion-title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 30px;
}

ul.accordion > li.is-active .accordion-title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent transparent #fcb813 transparent;
    position: absolute;
    right: 15px;
    top: 24px;
}


ul.accordion > li li {
    list-style: disc;
    color: #45545f;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-style: normal;
}


.show-market-austin, 
.show-market-corpuschristi, 
.show-market-dallas, 
.show-market-midlandodessa, 
.show-market-sanantonio, 
.show-market-sanmarcos, 
.show-market-temple,
.show-market-waco  {
  display:none;
}

body.market-austin .show-market-austin, 
body.market-corpuschristi .show-market-corpuschristi, 
body.market-dallas .show-market-dallas, 
body.market-midlandodessa .show-market-midlandodessa, 
body.market-sanantonio .show-market-sanantonio, 
body.market-sanmarcos .show-market-sanmarcos, 
body.market-temple .show-market-temple,
body.market-waco .show-market-waco {
  display:block;
}

body.market-austin th.show-market-austin, 
body.market-corpuschristi th.show-market-corpuschristi, 
body.market-dallas th.show-market-dallas, 
body.market-midlandodessa th.show-market-midlandodessa, 
body.market-sanantonio th.show-market-sanantonio, 
body.market-sanmarcos th.show-market-sanmarcos, 
body.market-temple th.show-market-temple,
body.market-waco th.show-market-waco {
  display:table-cell;
}

body.market-austin td.show-market-austin, 
body.market-corpuschristi td.show-market-corpuschristi, 
body.market-dallas td.show-market-dallas, 
body.market-midlandodessa td.show-market-midlandodessa, 
body.market-sanantonio td.show-market-sanantonio, 
body.market-sanmarcos td.show-market-sanmarcos, 
body.market-temple td.show-market-temple,
body.market-waco td.show-market-waco{
  display:table-cell;
}


.hide-market-austin, 
.hide-market-corpuschristi, 
.hide-market-dallas, 
.hide-market-midlandodessa, 
.hide-market-sanantonio, 
.hide-market-sanmarcos, 
.hide-market-temple,
.hide-market-waco  {
  display:block;
}

th.hide-market-austin, 
th.hide-market-corpuschristi, 
th.hide-market-dallas, 
th.hide-market-midlandodessa, 
th.hide-market-sanantonio, 
th.hide-market-sanmarcos, 
th.hide-market-temple,
th.hide-market-waco  {
  display:table-cell;
}

td.hide-market-austin, 
td.hide-market-corpuschristi, 
td.hide-market-dallas, 
td.hide-market-midlandodessa, 
td.hide-market-sanantonio, 
td.hide-market-sanmarcos, 
td.hide-market-temple,
td.hide-market-waco {
  display:table-cell;
}

body.market-austin li.show-market-austin,
body.market-corpuschristi li.show-market-corpuschristi,
body.market-dallas li.show-market-dallas,
body.market-midlandodessa li.show-market-midlandodessa,
body.market-sanantonio li.show-market-sanantonio,
body.market-sanmarcos li.show-market-sanmarcos,
body.market-waco li.show-market-waco,
body.market-temple li.show-market-temple{
  display:none;
}

li.hide-market-austin, 
li.hide-market-corpuschristi, 
li.hide-market-dallas, 
li.hide-market-midlandodessa, 
li.hide-market-sanantonio, 
li.hide-market-sanmarcos,
li.hide-market-temple, 
li.hide-market-waco {
  display:list-item;
}


body.market-austin .hide-market-austin, 
body.market-corpuschristi .hide-market-corpuschristi, 
body.market-dallas .hide-market-dallas, 
body.market-midlandodessa .hide-market-midlandodessa, 
body.market-sanantonio .hide-market-sanantonio, 
body.market-sanmarcos .hide-market-sanmarcos, 
body.market-temple .hide-market-temple,
body.market-waco .hide-market-waco{
  display:none !important;
}

body.market-austin .line-through-market-austin, body.market-sanmarcos .line-through-market-sanmarcos {
  text-decoration: line-through;
  color:#cc3026;
}

.hide-for-market-swap{
display:none;
}

body.market-austin .hide-market-dallas.hide-for-market-swap,
body.market-corpuschristi .hide-market-dallas.hide-for-market-swap,
body.market-midlandodessa .hide-market-dallas.hide-for-market-swap,
body.market-sanantonio .hide-market-dallas.hide-for-market-swap,
body.market-sanmarcos .hide-market-dallas.hide-for-market-swap,
body.market-temple .hide-market-temple.hide-for-market-swap,
body.market-waco .hide-market-dallas.hide-for-market-swap {
  display:block;
}

body.market-austin li.hide-market-dallas.hide-for-market-swap,
body.market-corpuschristi li.hide-market-dallas.hide-for-market-swap,
body.market-midlandodessa li.hide-market-dallas.hide-for-market-swap,
body.market-sanantonio li.hide-market-dallas.hide-for-market-swap,
body.market-sanmarcos li.hide-market-dallas.hide-for-market-swap,
body.market-temple li.hide-market-temple.hide-for-market-swap,
body.market-waco li.hide-market-dallas.hide-for-market-swap {
  display:list-item;
}

body.market-austin li.show-market-austin, 
body.market-corpuschristi li.show-market-corpuschristi,
body.market-dallas li.show-market-dallas, 
body.market-midlandodessa li.show-market-midlandodessa, 
body.market-sanantonio li.show-market-sanantonio, 
body.market-sanmarcos li.show-market-sanmarcos, 
body.market-temple li.show-market-temple,
body.market-waco li.show-market-waco {
  display:list-item;
}




body.market-dallas li.show-market-dallas.hide-for-market-swap {
  display:list-item !important;
}

.tplt-5 .show-market-austin.small.button {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 11px;
}



.is-active > .accordion-title::before {
    content: '';
}

ul.accordion > li .content {
    display: none;
    padding: 15px;
}

ul.accordion > li.is-active {
    border-top: 0;
}

.accordion-icon + h5 {
    margin-left: 30px !important;
}

.accordion li:hover .title h5, .accordion li.is-active .title h5 {
    color: #fcb813;
}


p.legal, span.legal, div.legal p {
    font-size: 10px;
    font-family: 'Helvetica W02 Roman';
}

#productNameAndPricing .name {
    font-size: 21px;
    text-transform: uppercase;
}

.mtbtn {
    margin-top: 16px;
    float: left;
}

.learnMore {
    text-transform: uppercase;
    color: #14679e;
    font-size: 12px;
    float: left;
    clear: both;
}

.learnMoreNoBR {
    float: none;
}

.mtbtn .learnMore {
    margin-left: 17px;
}

.revealServiceItems {
    display: none;
}

.align-center {
    text-align: center;
}


.reveal .row {
    min-width: 0;
    margin-bottom: 10px;
}

form.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 26px;
    min-height: 28px;
    padding: 0;
    padding-left: 6px;
    padding-right: 38px;
    border: solid 1px #dddddd;
    color: #141414;
    background-color: white;
    white-space: nowrap;
    overflow: hidden;
}

.reveal {
	padding:30px;
}

.hidden {
    display: none;
}

#service-check label[for=revealMarketSelector] {
    width: 100% !important;
    padding-top: 4px;
}

.productlandingHeaderImageWide {
    display: block;
}

.productlandingHeaderImageSmall {
    display: none;
}

#productNameAndPricing {
    float: left;
}

#productNameAndPricing .pricing {
    font-size: 57px;
    float: left;
    margin-right: 16px;
}

#productNameAndPricing .dollar {
    font-size: 35px;
    vertical-align: text-top;
    position: relative;
    top: 4px;
}

#productNameAndPricing .cents {
    font-size: 30px;
    vertical-align: text-top;
    position: relative;
    top: 4px;
}

.pricingHolderDyn {
    font-size: inherit;
    float: none;
    display: inline;
}

.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

select.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

.error label, label.error {
    display:inline-block;
}

.customer-care-help .columns.services {
    text-align: center;
    padding-bottom: 30px;
}

.customer-care-help  .columns.services img {
    max-width: 200px;
}

.customer-care-help .columns.services a {
    clear: both;
    display: block;
    margin-top: 8px;
    font-size:22px; 
}

.row.customer-care-help {
	padding-bottom:24px;
}

.contactinformation .heading7{
	color:#8e258d;
}

a.contact-map{
    font-size: 14px;
    font-family: 'Helvetica W02 Roman';
    font-weight: normal;
}

a.contact-map img{
	margin-right:6px;
}


.customer-care-help .textuallink1{
	font-size:18px;
}

.customer-care-help .textuallink1 .fa{
	font-size:18px;	
}

.customer-care-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tplt-22 .row.full-width.rowBG01,.tplt-9 .row.full-width.rowBG01 {
    padding-left: 17px;
    padding-right: 24px;
}


.tplt-22 h3, .tplt-9 h3{
	font-size:24px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight:700;
}

.tplt-22 h4{
    font-family: 'Gotham A', 'Gotham B';
    font-size:20px;
    font-weight:700;
}

.tplt-22 ul.links{
	list-style-type:none;
	margin-left:3.6em;
}

.tplt-22 ul.links li{
	clear:both;
	vertical-align: top;
}

.tplt-22 ul.links a{
	font-size:18px;
	font-weight: 700;
	text-transform: none;
	text-decoration:none;
	color:#14679e;
	margin-top:0;
	float:none;
}

.customer-care-header {
    padding-top: 8px;
    position: relative;
    padding-left: 49px;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
    padding-bottom: 8px;
    font-family: 'Gotham A', 'Gotham B';
    color: #8e258d;
}

.customer-care-header img {
    position: absolute;
    top: 1px;
    left: -1px;
}


.textLinks + .textLinksSmall {
    margin-top: 5px;
}

.textLinks {
    float: left;
    clear: both;
    display: block;
    text-decoration: underline;
}

a.textuallink3, a span.textuallink3 {
    font-size: 20px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;
    background-color: #ffffff;
    color: #14679e;
}

.textLinksSmall {
    float: left;
    clear: both;
    display: block;
    margin-left: 6px;
    font-weight: normal;
    text-decoration: underline;
    margin-top: 4px;
}

/* faq template */

.accordion.faq li {
    list-style-type: none;
}

.rowBG01 ul {
    margin-left: 24px;
}

.expandCollapse li {
    cursor: pointer;
    background: url(/images/arrow_close.png) no-repeat 0 7px;
    padding-left: 10px;
    margin-bottom: 4px;
}

.expandCollapse li.liOpen {
    background: url(/images/arrow_open.png) no-repeat 0 7px;
}

.faqContent {
    display: none;
}


.market-selector:hover{
	cursor:pointer;
}

img[data-open]{
	cursor:pointer;
}


.left{
	float:left;
}

.right{
	float:right;
}

/* comparison tables */

#compare-table table tbody tr td h5 {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
}

#compare-table.compare-post-content h3 {
    font-size: 26px;
}

#compare-table.compare-post-content h4 {
    font-size: 24px;
}


#compare-table.compare-post-content .dollar, #compare-table.compare-post-content .cents {
    font-size: inherit;
    vertical-align: inherit;
    position: inherit;
    top: inherit;
}

#compare-table .table-headings-narrow {
    display: none;
}

#channel-names {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

body.tplt-3 #breadcrumbrow {
    padding-top: 14px;
}

.tplt-3 #channel-names {
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 0;
}

#channel-names li {
    list-style: none;
    float: none;
    padding: 10px;
    margin: 5px;
    background: #e6edee;
    color: #45545f;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-right: 2px;
    display: inline-block;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
}

.tplt-3 #channel-names li {
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
}

#channel-names li.is-active {
    background: #cfd4d6;
}

#channel-names.screen-small-only li {
    margin: 0;
}

#compare-table #channel-names h6 {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 12px;
}

#compare-table #channel-names .is-active h6 {
    color: #000000;
}

#channel-names.screen-small-only li {
    margin: 0;
}

.tacenter {
    text-align: center;
}

p.comparebundle {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    margin-top: 27px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tplt-3 #channel-names li .compare-bold {
    font-size: 32px;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}

.highlight {
    background: #ffff99;
}

.highlight {
    background-color: #cccccc;
}

.tplt-3 .table-headings-narrow .option {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

#compare-table table {
    width: 100%;
}

#compare-table .highlight {
    background-color: #fef1d0;
}

.smalltableheaderitems {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.smalltableheaderitems li {
    list-style: none;
    float: none;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
    display: inline-block;
}

#compare-table .pricing {
    font-size: 49px;
    float: none;
    margin-bottom: 12px;
}

#compare-table .dollar {
    font-size: 30px;
    vertical-align: text-top;
    position: relative;
    top: 8px;
}

#compare-table .cents {
    font-size: 25px;
    vertical-align: text-top;
    position: relative;
    top: 8px;
}

body.tplt-3 #compare-table .dollar,body.tplt-3 #compare-table .cents {
    top:12px;
}


#compare-table .stars, #compare-table .learnMore, #compare-table .reviewStars {
    float: none;
}

#compare-table a.small.button {
    margin-top: 12px;
    margin-bottom: 12px;
}

#compare-table table tbody tr.bgclr-noborder {
    background-color: #e6edee;
}


#compare-table table tbody tr td {
    border: 1px solid #cfd4d7;
    text-align: center;
    font-family: 'Helvetica W02 Roman';
    font-weight: 400;
    font-style: normal;
    border-left: 1px solid #88939b;
    border-right: 1px solid #88939b;
}

#compare-table tr td:first-child {
    border-left: none;
}

#compare-table table tbody tr td:first-child {
    text-align: left;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
}

#compare-table table tbody tr.bgclr-noborder td.highlight {
    background-color: #e5e2c9;
}

#compare-table th.option.highlight, #compare-table td.option.highlight {
    background-color: #fef1d0;
}

#compare-table table tbody tr.bgclr {
    background-color: #e6edee;
}

#compare-table table tbody tr.bgclr td {
    border-top: 2px solid black !important;
}

#compare-table table tbody tr td p {
    font-family: 'Helvetica W02 Roman';
}

#compare-table .table-headings th.option.mostpopular, #compare-table .table-headings td.option.mostpopular {
    background-color: #fef1d0;
}

#compare-table h3, #compare-table .h3 {
    font-size: 34px;
    color: #455560;
    margin-right: 6px;
}

.multiRowImageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table-headings th {
    text-align: center;
}

.table-headings th:nth-child(1) {
    width: 25%;
}

#compare-table .table-headings .option {
    border-left: 1px solid #88939b;
}

#compare-table .table-headings th:nth-child(1) {
    width: 20%;
}


#compare-table .table-headings th:nth-child(3) {
    width: 20%;
}

#compare-table .table-headings th:nth-child(4) {
    width: 20%;
}

body #compare-table.double-play-compare th:nth-child(1) {
    width: 15%;
}

body #compare-table.double-play-compare .table-headings th:nth-child(2) {
    width: 17%;
}

body #compare-table.double-play-compare .table-headings th:nth-child(3) {
    width: 17%;
}

body #compare-table.double-play-compare .table-headings th:nth-child(4) {
    width: 17%;
}

.large-phone {
    font-size: 18px;
    text-align: center;
}

#contactUsSmallNoForm .large-phone {
    font-size: 34px;
}

.online-chat {
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-top: 18px;
    padding-bottom: 18px;
}

#contactUsSmallNoForm .online-chat {
    text-align: center;
}

#contactUsSmallNoForm, #contactUsSmallNoForm p {
    color: #45545f;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-size: 14px;
}

/* product landing template */

.text-container {
    padding-top: 50px;
}

body.tplt-5 .product-compare-bundles {
    margin-left: 0;
}

body.tplt-5 .row.full-width.rowBG01 {
    margin-left: 0;
}

.product-compare {
    padding-top: 40px;
}

.compare-item {
    background: rgb(248,248,249);
    padding-bottom: 18px;
    margin-bottom: 24px;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #b9bec3;
    padding-left: 12px;
    padding-right: 12px;
    background: -moz-linear-gradient(top, rgba(248,248,249,1) 0%, rgba(220,223,225,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,249,1)), color-stop(100%,rgba(220,223,225,1)));
    background: -webkit-linear-gradient(top, rgba(248,248,249,1) 0%,rgba(220,223,225,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,249,1) 0%,rgba(220,223,225,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,249,1) 0%,rgba(220,223,225,1) 100%);
    background: linear-gradient(to bottom, rgba(248,248,249,1) 0%,rgba(220,223,225,1) 100%);
}

.compare-item-horiz, .compare-item-horiz01 {
    padding-top: 14px;
}

.compare-item > .equalHt1 {
    margin-top: 24px;
}

.prodland-hr {
    border-top: 1px solid #c4c9cc;
    width: 88.54%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}

.pricing + .prodland-hr {
    margin-top: 15px;
}

.equalHt1 + .prodland-hr {
    margin-top: 21px;
}

body.tplt-5 .row.full-width.rowBG01 {
    margin-left: 0;
}

.compare-item.align-center > a {
    margin-top: 16px;
    display: block;
}

.compare-item-horiz {
    padding-top: 14px;
}

.compare-item-left {
    padding-top: 12px;
    width: 40%;
    float: left;
    clear: none;
    border-right: 1px solid #c4c9cc;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

.compare-item-right {
    width: 60%;
    float: left;
    clear: none;
    padding-left: 12px;
    padding-right: 12px;
}

.cta-horiz + .cta-horiz:last-child {
    float: left;
}

.compare-item .learnMore {
    float: none;
}

.compare-item .pricing {
    font-size: 57px;
    float: none;
    margin-right: 16px;
}

.compare-item .dollar {
    font-size: 35px;
    vertical-align: text-top;
    position: relative;
    top: 8px;
}

.compare-item .cents {
    font-size: 30px;
    vertical-align: text-top;
    position: relative;
    top: 8px;
}

.compare-item .compare-buttons {
    margin-top: 10px;
}

.hideReviews .reviewStars, .hideReviews .reviewStars + .learnMore {
    display: none;
}

.compare-item ul {
    list-style-type: none;
    display: block;
    clear: both;
    margin-top: 18px;
    margin-left: 0 !important;
}

.compare-button {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 54px;
    margin-bottom: 54px;
    background-color: #8e258d;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
}

/* business enterprise template */

.businessHomeServices .bgcontainer {
    background-color: #cccccc;
    margin-left: 18px;
    margin-right: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.row.businessHomeServices {
    margin-top: 14px;
}

.businessHomeServices a {
    color: #000;
    text-transform: uppercase;
}

.home-offer-order-now{
	position:relative;
	top:18px;
}

.row.shop-all-deals {
    margin-top: 44px;
    margin-bottom:16px;
}

.shop-all-hr hr{
	margin-top:0;
	margin-bottom:0;
	color:#d8d8d8;
}

a.shop-all-deals {
    position: relative;
    top: 12px;
    border: 2px solid #8e258d;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 12px 6px 12px;
    background-color: #fff;
    font-weight: 500;
    line-height: 16px;
    color: #8e258d;
}

a.shop-all-deals:after {
    content: ">";
    font-size: 12px;
    line-height: 12px;
    margin-left: 8px;
    margin-right: 0px;
}

.customer-care-faqs .columns{
/*
	padding-left:24px;
*/	
}




/* multirow content */

.multi-row-column-v1 h1, .multi-row-column-v1 h2, .multi-row-column-v1 h3, .multi-row-column-v1 h4, .multi-row-column-v1 h5{
	text-transform:none;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 500;	
}

.multi-row-column-v1 h2 {
	font-size:24px;
	font-weight: 300;
}

.multi-row-column-v1 h3 {
	font-size:64px;
}

.multi-row-column-v1 .inline-gray a {
    text-transform: uppercase;
    background-color: #455560;
    border-radius: 10px;
    padding: 8px 12px 8px 12px;
    color: #fff;
    font-size: 19px;
    display: inline-block;
}

.multi-row-v1{
	margin-bottom:44px;
	margin-top:24px;
}

/* headers */
#header {
    width: 100%;
    background-image: url(/images/header-bg.png);
    background-repeat: repeat-x;
    height: 165px;
    position: relative;
    border-top: 10px solid #FDB913;
}

.page-header-short {
    background-image: url(/images/header_star.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #45545f;
}

.page-header-short h1, .page-header-tall h1, .page-header-short h2, .page-header-tall h2 {
    margin-bottom: 0;
    font-size: 22px;
    color: #ffffff;
    margin-left: 30px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 44px;
}

/* channels */
#download-pdf {
    width: 100%;
    clear: both;
    float: right;
    margin-bottom: 20px;
    margin-right: 30px;
}

#download-pdf a {
    float: right;
}

#linksRow {
    padding-left: 40px;
    padding-right: 40px;
}

#linksRow .links {
    display: block;
    float: left;
    padding: 12px 12px 12px 12px;
    background-color: #e6edee;
}

#linksRow .links.active {
    background-color: #fcb813;
}

#channelGridContent {
    padding-left: 40px;
    padding-right: 40px;
}

p.channellistingp {
    margin-top: 24px;
    width: 100%;
    text-align: center;
}

.channel-order td {
    padding: 10px;
    background: #d4d4d4;
}

.table-headings td {
    text-align: center;
}

table thead, table tfoot {
    background: #f5f5f5;
}

.ta-center {
    text-align: center;
}

#compare-table table thead,#compare-table table tfoot {
    background: #fff;
}


table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.channel-grid-wide {
    display: table-row;
    width: 100%;
}

#channelGrid .table-headings th {
    padding: 0;
    margin: 0;
    height: 0;
}

#channel-grid-head .table-headings th:nth-child(1), #channelGrid .table-headings th:nth-child(1), #channelGrid .channel-grid-wide td:nth-child(1) {
    width: 7%;
}

#channel-grid-head .table-headings th:nth-child(2), #channelGrid .table-headings th:nth-child(2), #channelGrid .channel-grid-wide td:nth-child(2) {
    width: 7%;
}

.table-headings th:nth-child(3), .channel-grid-wide td:nth-child(3) {
    width: 11%;
}

.table-headings th:nth-child(4) {
    width: 15%;
}

.table-headings th:nth-child(5) {
    width: 10%;
}

.table-headings th:nth-child(6) {
    width: 10%;
}

.table-headings th:nth-child(7) {
    width: 10%;
}

.table-headings th:nth-child(8) {
    width: 10%;
}

.sortable {
    cursor: pointer;
}

.channel-grid-mobile {
    display: none;
}

#channelGrid .channel-grid-mobile  td:nth-child(2) {
  padding-right:10%;
}

#channelGrid td:nth-child(1) {
  text-align:right;
  padding-right:20px;
}

 #channel-grid-wide td:nth-child(4){
   width:10%;
 }

  #channel-grid-wide td:nth-child(5){
  width:10%;
 }

  #channel-grid-wide td:nth-child(6){
   width:10%;
 }

 #channel-grid-wide td:nth-child(7){
   width:10%;
 }

  #channel-grid-wide td:nth-child(8){
  width:10%;
 }

  #channel-grid-wide td:nth-child(9){
   width:10%;
 }

 #channel-grid-wide td:nth-child(10){
   width:10%;
 }
 
 #channelGrid .channel-grid-wide td:nth-child(2), #channelGrid .channel-grid-mobile td:nth-child(2) {
    text-align: right;
    padding-right: 12px;
}


.gridDot {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px / 5px;
    border-radius: 5px / 5px;
    background-color: #333333;
    margin: 0 auto;
    margin-top: 5px;
}

.addOnTiers {
    width: 100%;
    padding: 10px;
    font-weight: 600;
    font-size: .9em;
    background-color: #caeefb;
    text-align: center;
    color: #455560;
}

.full-width.rowBG01.grid {
    padding-left: 0;
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

.sticky {
    float: left;
    overflow: hidden;
}

.sticky.fixed {
    float: none;
    display: block;
}

.sticky.fixed {
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2000;
}

.hiliteborder {
    background-color: #fcb813;
    height: 14px;
    margin-left: 40px;
    margin-right: 40px;
}

.hiliteborder.bottom {
    margin-bottom: 90px;
}


/* order */

.reveal-modal {
    background: #fff;
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    position: absolute;
    z-index: 41;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}

.reveal-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 40;
    display: none;
    top: 0;
    left: 0;
}

body.tplt-2.bodyResidential .reveal-overlay {
	background: rgb(240, 240, 240);
    opacity: 1 !important;
}

#noService {
    display: none;
}

.error small, small.error {
    display: block;
    padding: 6px 4px;
    margin-top: -16px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.hidden.error {
    display: block;
}

.revealMarketOnlyItems {
    display: none;
}

div.form-details table tr td, div.form-details table tr td label, div.form-details table tr td span {
    color: #000000;
}

.accordion li:hover .title h5, .accordion li.is-active .title h5 {
    color: #fcb813;
}

.optionCell {
    font-weight: bold;
}

.form-details h4 {
    font-size: 28px;
}

.notransform, a.notransform {
    text-transform: none;
}

#sidebar {
    background-color: #e1e4ea;
    padding: 15px 15px 30px 15px;
    overflow: hidden;
    float: right;
    margin-top: -36px;
}

#sidebar table {
    margin-bottom: 20px;
    width: 100%;
}

#sidebar.orderSummary td {
    color: #000000;
    font-size: 16px;
    font-family: 'Helvetica W02 Roman';
    font-weight: normal;
    font-style: normal;
}

#sidebar.orderSummary td.align-right {
    color: #000000;
    font-size: 16px;
    font-family: 'Helvetica W01 Bold';
    font-weight: normal;
}

table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.sidebar-item.customer-service img {
    position: relative;
    top: 24px;
    left: 12px;
}


#swifttagcontainerctr6wu0w8i img{
    display:block;
    float:left;	
}

p.orCall {
    clear: both;
    font-size: 18px;
}

ul.accordion > li.is-active .content {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.accordion li.is-active div.content {
    background-image: url(/images/accordion-bg2.png);
    background-repeat: repeat-x;
    background-position: top center;
}

div.form-details table {
    background-color: transparent;
}

div.form-details table tbody tr:nth-child(even) {
    background-color: transparent;
}

div.form-details table tr + tr {
    border-top: 1px solid #c7ccd0;
}

div.form-details ul.accordion > li > .accordion-title {
    padding-left: 24px;
}

div.form-details ul.accordion {
	margin-left:0;
}

h4.orCall {
    color: #000000;
    font-size: 18px;
}

#mobileOrderDisclaimer {
    display: none;
}

#sidebar table {
    margin-bottom: 20px;
    width: 100%;
}

.chat-copy > div > table {
    background: none;
}

.chat-copy > div > table tr:nth-child(2) {
    display: none;
}

#search-input-li {
    z-index: -1;
    margin-left: 17px;
    position:relative;
}

#searchinput, #searchinput-mobile {
    background: transparent;
    float: left;
    margin-right: -25px;
    height: 40px;
    color: #455560;
}


#search-input-li button {
    height: 24px;
    display: inline;
    position: absolute;
    right: 4px;
    z-index: 13;
    top: 11px;
    background-image: url(/images/icon-magnifyingglass.png);
    background-repeat: no-repeat;
    width: 24px;
}


#search-input-li ::-webkit-input-placeholder { 
  color: #000;
}
#search-input-li ::-moz-placeholder {
  color: #000;
}
#search-input-li :-ms-input-placeholder {
  color: #000;
}
#search-input-li :-moz-placeholder {
  color: #000;
}

/* footer */

#footerWide {
    padding: 28px 20px 24px 20px;
}

#footerMid {
    display: none;
    padding: 0px 20px 24px 20px;
}

#footerMobile {
    display: none;
}

.footerColumn {
    display: inline;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.footerAbout li, .footerAbout a {
    list-style: none;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    border-left: none;
}

#footerWide .footerAbout li:first-child {
    border-left: none;
    margin-left: 0;
}

body[data-section="business"] .footerAbout a {
    color: #fff;
    font-size: 11px;
}

body[data-section="business"] .footerAbout li + li {
    padding-left: 10px;
    margin-left: 10px;
}


#footerMid .footerAboutContainer {
    width: 100% !important;
}

#footerWide .footerCopyright, #footerMid .footerCopyright {
    float: left;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    clear: both;
}

.footerCallContainer {
    width: 20% !important;
    text-align: right;
}

.footerSocial span {
    color: #ffffff;
    position: relative;
    top: -7px;
}

.footerFacebook, .footerTwitter {
    margin-left: 10px;
}

.sprite-footer-facebook {
    width: 10px;
    height: 20px;
    background-position: -5px -5px;
}

.sprite-footer-twitter {
    width: 21px;
    height: 18px;
    background-position: -25px -5px;
}

.sprite {
    background-image: url(/images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.fs11 {
    font-size: 11px;
}

#footerMid .footerAbout a {
    clear: both;
    color: #fcb813;
    font-size: 11px;
    display: inline-block;
    float: left;
    margin-bottom: 14px;
}


div.advsea-results-list div.advsea-result a {
	color:#445660;
	text-transform:uppercase;
}

div.advsea-results-list .advsea-highlight-1 {
	color:#445660;	
}


div.advsea-paging1 .advsea-previous a,div.advsea-paging1 .advsea-next a {
	color:#445660;
}

div.advsea-paging1{
	color:#445660 !important;
	text-align:center;
}

.advsea-form h2 label{
	font-size:24px;
	line-height:24px;
}


.advsearch_container input[type="submit"]{
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.advsearch_container input{
	display:inline;
	height:auto !important;
}


#form-subscribe-newsletter label{
	color:#fff;	
	font-weight: 500;
	font-size:12px;
	padding-bottom:4px;
}

input + small {
	display:none;
}

#btn-newsletter-subscribe{
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 1em;
    margin-top: -.5em;
    font-size:13px;
}

#contactUsHome{
	margin-bottom:24px;
}

#form-subscribe-newsletter input.error + small{
	display:block;
}

#newsletteremail{
    height: 30px;
    font-size:12px;
}

#newsletteremail::-webkit-input-placeholder { 
  color:#465660;
  font-size:12px;
}
#newsletteremail::-moz-placeholder {
  color:#465660;
  font-size:12px;
}
#newsletteremail:-ms-input-placeholder {
  color:#465660;
  font-size:12px;
}
#newsletteremail:-moz-placeholder {
  color:#465660;
  font-size:12px;
}

#newsletteremail.error::-webkit-input-placeholder { 
  color:#fff;
}
#newsletteremail.error::-moz-placeholder {
  color:#fff;
}
#newsletteremail.error:-ms-input-placeholder {
  color:#fff;
}
#newsletteremail.error:-moz-placeholder {
    color:#fff;
}
#newsletteremail.error {
    color:#fff;
}

#newsletterFormMessage p{
	color:#fff;
	font-size:13px;
}

.sprite-social {
    background-image: url(images/spritesheet-social.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-facebook {
    width: 23px;
    height: 23px;
    background-position: -5px -5px;
}

.sprite-linked-in {
    width: 22px;
    height: 23px;
    background-position: -38px -5px;
}

.sprite-twitter {
    width: 23px;
    height: 23px;
    background-position: -5px -38px;
}

.sprite-youtube {
    width: 22px;
    height: 23px;
    background-position: -38px -38px;
}

#footer-col-5 .social-list {
	clear:both;
	margin-bottom:1em;
	width:100%;
	float:left;
}

#footer-col-5 .social-list a{
	display:inline-block;
	float:left;
}

#footer-col-5 .social-list a + a{
	margin-left:.5em;
}

.off-canvas {
    background: #0a3b61;
}


#offCanvasMenu{
	 padding-top:2em;
}

#offCanvasMenu ul {
  list-style-type: none;
  margin-left:1em;
}

#offCanvasMenu ul li {
	text-align:left;
}

#offCanvasMenu ul li a{
	color:#fff;
}

#offCanvasMenu button{
	text-transform:uppercase;
	color:#fff;
	margin-left:.8em;
}

.main-nav-search {
	position:relative;
}

.main-nav-search .search-open {
    right: -160px;
    top: 85px;
    display: none;
    padding: 14px;
    position: absolute;
    background: #fcfcfc;
    border-top: solid 2px #eee;
    box-shadow: 0 1px 3px #ddd;
}


#navSiteSearchDesktop {
	display:table;
}

#navSiteSearchDesktop input, #navSiteSearchDesktop .input-group-btn{
    display: table-cell;
    white-space: nowrap;
}

#navSiteSearchDesktop button {
    text-transform: uppercase;
    background-color: #8e258d;
    display: inline-block;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 6px 13px;
    white-space: nowrap;
    line-height: 28px;
    font-weight: 700;
}

.main-nav-search .input-group{
	margin-bottom:0;
}

#navSiteSearchDesktop input{
	padding-left:12px;
	margin-bottom:0;
}

#navSiteSearchMobile {
	display:table;
}


#navSiteSearchMobile input, #navSiteSearchMobile .input-group-btn {
	display:table-cell;
}

.reveal-modal .close-reveal-modal:not(.button) {
    font-size: 1.4rem;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer;
}

.column.centered, .columns.centered {
    float: none;
    margin: 0 auto;
}

.row.full-width.accordion-row {
    padding-top: 44px;
}

ul.accordion {
    margin: 0 0 22px 0;
    border-bottom: 1px solid #455560;
}

.row form .row {
    margin: 0 -6px;
}

label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 3px;
    line-height:14px;
}

/* news */

label.inline {
    line-height: 32px;
    margin: 0 0 12px 0;
}

label.right {
    float: none;
    text-align: right;
}

.press-year-or-container {
    min-width: 325px;
    float: left;
    max-width: 350px;
}

.press-year-container {
    min-width: 250px;
    float: left;
    max-width: 275px;
}

.press-quarter-button-container {
    min-width: 250px;
}

.press-quarter-container {
    min-width: 290px;
    float: left;
}

.press-year-container label, .press-quarter-container label {
    max-width: 100px;
    float: left;
    margin-right: 14px;
    min-width: 44px;
}

#pressfilters select {
	max-width:175px;
    height: 2.1rem;
    padding-top: .4rem;	
}



form.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 26px;
    min-height: 28px;
    padding: 0;
    padding-left: 6px;
    padding-right: 38px;
    border: solid 1px #dddddd;
    color: #141414;
    background-color: white;
    white-space: nowrap;
    overflow: hidden;
}

.press-year-container .dropdown, .press-quarter-container .dropdown {
    max-width: 180px;
    float: left;
    clear: none;
}

.press-year-or-container .andor p {
    line-height: 32px;
    font-weight: bold;
}

.paging {
    margin-bottom: 40px;
}

.pageList {
    list-style-type: none;
    display: inline;
}

.pageList li {
    display: inline;
}

.press-year-or-container .andor {
    padding-left: 8px;
    float: left;
}


ul.menu-container-two-panels > li.is-dropdown-submenu-parent.menu-left {
	width:50%;
	float:left;
	display:table-cell;
}

ul.menu-container-two-panels > li.is-dropdown-submenu-parent.menu-right {
	width:50%;
	float:right;
	display:table-cell;	
	border:none !important;
}

ul.menu-container-three-panels > li.is-dropdown-submenu-parent.menu-left {
	width:30%;
	float:left;
	display:table-cell;
	border:none !important;	
}

ul.menu-container-three-panels > li.is-dropdown-submenu-parent.menu-middle {
	width:40%;
	float:left;
	display:table-cell;
	border:none !important;	
}

ul.menu-container-three-panels > li.is-dropdown-submenu-parent.menu-right {
	width:30%;
	float:right;
	display:table-cell;	
	border:none !important;
}


li.is-dropdown-submenu-parent.menu-right .is-dropdown-submenu, li.is-dropdown-submenu-parent.menu-left .is-dropdown-submenu {
	min-width:0;
}

.is-dropdown-submenu .is-dropdown-submenu{
    -webkit-box-shadow:none;
    box-shadow:none; 
}

.online-chat > div > table tr:nth-child(2) {
    display: none;
}

.huluHeaderBannerContainer {
    margin-bottom: 20px;
}

.align-center {
    text-align: center;
}

.offer_container {
    margin: 15px auto;
    width: 1010px;
}

.offer {
    width: 300px;
    margin: 35px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 50px;
    background: #fff;
}

.offer_top {
    position: relative;
}

.offer_header {
    position: relative;
    width: 300px;
    height: 200px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cddfe9;
}

#good_header {
    background: url(images/goodbetterbest/good.png) no-repeat;
}

#better_header {
    background: url(images/goodbetterbest/better.png) no-repeat;
}

#best_header {
    background: url(images/goodbetterbest/best.png) no-repeat;
    border: none;
    border-bottom: 5px solid #00afd8;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.offer_ecomm_cart {
    position: relative;
    width: 150px;
    margin: 20px auto 15px auto;
    display: block;
}

.offer_ecomm_cart {
    position: relative;
    width: 150px;
    margin: 20px auto 15px auto;
    display: block;
}

.offer_ecomm_cart_pricing {
    text-align: center;
    font-size: 10px;
}

.offer_mid {
    position: relative;
    margin: 5px 15px;
    border-bottom: 1px solid #ccc;
}

.speed_blurb {
    width: 270px;
    padding: 13px 10px 5px 12px;
    border-bottom: 1px dotted #777;
}

#speed_blurb_15 {
    background: url(/images/goodbetterbest/15mbps-blue.jpg) 10px 10px no-repeat;
    /* background-image: linear-gradient(90deg, #84c446 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0)), linear-gradient(360deg, #84c446 25%, #d3d3d3 25%, #d3d3d3); */
}

#speed_blurb_50 {
    background: url(/images/goodbetterbest/50Mbps-Blue.jpg) 10px 10px no-repeat;
    /* background-image: linear-gradient(90deg, #d3d3d3 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0)), linear-gradient(360deg, #84c446 50%, #d3d3d3 50%, #d3d3d3); */
}

#speed_blurb_200 {
    background: url(/images/goodbetterbest/200Mpbs-Blue.jpg) 10px 10px no-repeat;
    /* background-image: linear-gradient(90deg, #d3d3d3 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0)), linear-gradient(360deg, #84c446 100%, #d3d3d3 100%, #d3d3d3); */
}

.speed_blurb_text {
    padding: 3px 10px 0px 90px;
}

.offer_bottom {
    position: relative;
}

.check_item {
    padding: 15px 20px 15px 50px;
    background: url(/images/goodbetterbest/check.png) 15px 8px no-repeat;
    border-bottom: 1px dotted #777;
}

.offer_highlight {
    background: #00afd8;
    float: left;
    margin: -11px 0 35px 0;
    width: 310px;
    padding: 13px 5px 5px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset -2px -2px 5px #2ac8ed, inset 2px 2px 5px #2ac8ed;
}

.offer_highlight_text {
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px 1px #818181;
    font-size: 15px;
    text-align: center;
}

.input-wrapper-small {
    padding: 0 6px;
}

.input-wrapper-small label{
	width:100% !important;
}

.order-offer {
    background-color: #8e258d;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 12px;
}

.tplt-14 h1{
	text-align: center;
	font-family: 'Gotham A', 'Gotham B';	
	font-size:3em;
}

.switch-features {
    margin-bottom: 40px;
}

.switch-features .feature {
    width: 50%;
    float: left;
    margin: 45px 0 0;
}

.switch-features .feature .icon {
    height: 75px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.switch-features img {

    height: auto;
    display: block;
}


.switch-features .feature .icon .image-wrap {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.switch-features .feature .icon img {
    margin: 0 auto auto;
    max-width: 120px;
    max-height: 85px;
}

.switch-features .feature .text {
	text-transform: uppercase;
	color: #455560;
	font-size: 16px;
	line-height: 16px;    
	text-align:center;
	clear: both;
	 font-weight: 700;
	font-family: 'Gotham A', 'Gotham B';   
}

body #compare-table.double-play-compare th:nth-child(1) {
    width: 15%;
}

body #compare-table.double-play-compare .table-headings th:nth-child(2) {
    width: 17%;
}

body #compare-table.double-play-compare .table-headings th:nth-child(3) {
    width: 17%;
}

body #compare-table.double-play-compare .table-headings th:nth-child(4) {
    width: 17%;
}

body #compare-table.double-play-compare .table-headings th:nth-child(5) {
    width: 17%;
}

body #compare-table.triple-play-compare th:nth-child(1) {
    width: 15%;
}

body #compare-table.triple-play-compare .table-headings th:nth-child(2) {
    width: 17%;
}

body #compare-table.triple-play-compare .table-headings th:nth-child(3) {
    width: 17%;
}

body #compare-table.triple-play-compare .table-headings th:nth-child(4) {
    width: 17%;
}

body #compare-table.triple-play-compare .table-headings th:nth-child(5) {
    width: 17%;
}

#compare-table .table-headings th:nth-child(1) {
    width: 20%;
}

#compare-table .table-headings th:nth-child(2) {
    width: 20%;
}

#compare-table .table-headings th:nth-child(3) {
    width: 20%;
}

#compare-table .table-headings th:nth-child(4) {
    width: 20%;
}

#compare-table .table-headings th:nth-child(5) {
    width: 20%;
}

.row-business-home > p {
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
}

.row-business-home > .row.bgcontainer.nomargin {
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
}

.row-switching{
	padding-top:2em;
	padding-bottom:1em;
}

body.tplt-18 .busnservice{
	text-align:center;
}

.row-busicons {
	margin-top:24px;
	margin-bottom:24px;
}

.columns.busnservice {
	margin-top:10px;
}

.busnservice:hover {
    background-color: #6E8189;
}

.busnservice:hover p, .busnservice:hover .heading1C2 {
    color: #ffffff;
}

.busnservice {
    padding: 10px 6px 10px 6px;
}

.row form .row.state-zip-container{
	margin-left:0;
}

.state-zip-container .state-container{
	padding-left:0;
}

.state-zip-container .zip-container{
	padding-right:0;
}

.read-pledge{
	margin-top:3em;
	float:left;
	clear:both;
}

.full-width.rowBG01.grid {
    padding-left: 0;
}

#mobile-nav-toggle{
	z-index:20;
}

.tplt-1 .row.full-width.rowBG01.banner-container {
	padding-right:6px;	
}

.tplt-1 .row.full-width.product-compare{
	margin-left:0;
	margin-right:0;
}


.tplt-1 .small-10.columns.centered.small-centered > .row{
	margin-left:0;
}

#subheaderButtonsRow {
    text-align: center;
    width: 100%;
    padding: 12px 24px 12px 24px;
    background: #f8f8fa;
    background: -moz-linear-gradient(top, #f8f8fa 0%, #f0f1f3 22%, #edeef0 42%, #e6e7e9 61%, #e3e4e8 78%, #dbdfe2 97%, #dce0e3 100%);
    background: -webkit-linear-gradient(top, #f8f8fa 0%,#f0f1f3 22%,#edeef0 42%,#e6e7e9 61%,#e3e4e8 78%,#dbdfe2 97%,#dce0e3 100%);
    background: linear-gradient(to bottom, #f8f8fa 0%,#f0f1f3 22%,#edeef0 42%,#e6e7e9 61%,#e3e4e8 78%,#dbdfe2 97%,#dce0e3 100%);
}

.gotham {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}

.tplt-22 h4.gotham {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}

.icons-internet{
	padding-right:100px;
}

.icons-cable{
	padding-right:100px;
}

.icons-phone{
	padding-right:100px;
}

.customer-care-help .columns.services a + a {
	margin-top:20px;
}

.links-former{
	display: block;
    float: left;
    padding: 12px 12px 12px 12px;
    background-color: #cfd4d6;
    color:#455560;
    font-weight: 700;
	text-transform: uppercase;
    font-size: 13px;  
    font-family: 'Gotham A', 'Gotham B';      
}

.smalltableheaderitems .learnMore{
	color:#445660;
}

.businessHomeServices .textuallink1{
	color:#000;
}

#contactContainer{
	margin-bottom:24px;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.row.customer-care-faqs {
	margin-top:2em;
	margin-bottom:2em;
}

#logo-slant {
	position: absolute;
	top: 0;
	left: 256px;
	width: 126px;
	height: 100%;
	z-index: 100;
	overflow: hidden;
}
#logo-slant div {
	position: absolute;
	top: -260px;
	left: -332px;
	width: 400px;
	height: 400px;
	background: #fff;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

#footer-col-1, #footer-col-2, #footer-col-3 {
	display: inline-block;
	vertical-align: middle;
}

#footer-col-1 {
	width: 180px;
	margin: 0 60px 0 45px;
}

#footer-col-1 img {
	width: 100%;
	display: block;
	opacity: 0.35;
}

#footer-col-2 a {
	color: #c9cacb;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 30px;
}
.social-footer {
	width: 100%;
	background: #0b3b61;
	position: relative;
	
}
.social-footer .social-footer-inner{
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0 45px;
}
.social-footer .social-footer-inner h3 {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
}
.social-footer .social-footer-inner > a {	
	width: 40px;
	height: 40px;	
	background-repeat: no-repeat;
	margin: 0 0 0 20px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.9;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.social-footer .social-footer-inner > a.fb-icon {
	background: url(images/social-icon-fb.png);
	background-size: 100%;	
}
.social-footer .social-footer-inner > a.tw-icon {
	background: url(images/social-icon-tw.png);
	background-size: 100%;
}




@media (max-width: 1500px) {

	#home-offers > .columns:nth-child(1){
		padding-left:28px;
		padding-right:28px;	
	}
	
	#home-offers > .columns:nth-child(2){
		padding-left:28px;
		padding-right:28px;	
	}
	
	#home-offers > .columns:nth-child(3){
		padding-left:28px;
		padding-right:28px;	
	}		

}


@media (max-width: 1450px) {

	#home-offers > .columns:nth-child(1){
		padding-left:24px;
		padding-right:20px;	
	}
	
	#home-offers > .columns:nth-child(2){
		padding-left:20px;
		padding-right:20px;	
	}
	
	#home-offers > .columns:nth-child(3){
		padding-left:20px;
		padding-right:24px;	
	}		

}


@media (max-width: 1200px) {

	#home-offers > .columns:nth-child(1){
		padding-left:20px;
		padding-right:18px;	
	}
	
	#home-offers > .columns:nth-child(2){
		padding-left:18px;
		padding-right:18px;	
	}
	
	#home-offers > .columns:nth-child(3){
		padding-left:18px;
		padding-right:20px;	
	}
	
	
	.home-offer .price-container .price {
		font-size:7.3em;
		line-height:1;
	}			

	.home-offer .price-container .dollar-sign {
		font-size:3.0em;
		line-height:1;
		text-align:right;
	}

	.home-offer .cents-container .cents {
		font-size:3.0em;
		line-height:1;
	}
	
	
	.home-offer .price-container .per-month {
		font-size: .8em;
		line-height: 1.4;
		margin-top: 8px;
	}

}





@media (max-width: 1100px) {

	#home-offers > .columns:nth-child(1){
		padding-left:18px;
		padding-right:14px;	
	}
	
	#home-offers > .columns:nth-child(2){
		padding-left:14px;
		padding-right:14px;	
	}
	
	#home-offers > .columns:nth-child(3){
		padding-left:14px;
		padding-right:18px;	
	}
	
	.home-offer .price-container .price {
		font-size:6.3em;
		line-height:1;
	}			

	.home-offer .price-container .cents {
		font-size:2.6em;
		line-height:1;
	}

	.home-offer .price-container .dollar-sign {
		font-size:2.6em;
		line-height:1;
	}
	
	.home-offer .price-container .per-month	{
		font-size:.8em;
	}	
	
	.press-year-or-container {
		min-width: 325px;
		float: left;
		max-width: 600px;
	}			

	.press-quarter-button-container {
		clear: both;
	}
	
	.press-year-container {
		min-width: 282px;
		max-width: 500px;
	}

	.press-year-container label, .press-quarter-container label {
		min-width: 56px;
	}	

}

@media (max-width: 1050px) {

	#home-offers > .columns:nth-child(1){
		padding-left:18px;
		padding-right:14px;	
	}
	
	#home-offers > .columns:nth-child(2){
		padding-left:14px;
		padding-right:14px;	
	}
	
	#home-offers > .columns:nth-child(3){
		padding-left:14px;
		padding-right:18px;	
	}
	
	.home-offer .price-container .price {
		font-size:6.3em;
		line-height:1;
	}			

	.home-offer .price-container .cents {
		font-size:2.4em;
		line-height:1;
	}

	.home-offer .price-container .dollar-sign {
		font-size:2.4em;
		line-height:1;
	}
	
	.home-offer .price-container .per-month	{
		font-size:.8em;
	}
	
	#currentAreaContainerFull{
		clear:both;
		text-align:center;
	}
	
	#currentTitle p.title {
		width:100%;
		text-align: center;
	}	
	
	
	.current-icons {
		max-height: 24px;
		float: none;
		clear: none;
		margin-top: 16px;
		margin-right: 33px;
		display: inline-block;
		margin-top: 0;
		margin-bottom: 18px;
	}		

}

@media (max-width: 900px) {

	#home-offers > .columns:nth-child(1){
		padding-left:18px;
		padding-right:14px;	
	}
	
	#home-offers > .columns:nth-child(2){
		padding-left:14px;
		padding-right:14px;	
	}
	
	#home-offers > .columns:nth-child(3){
		padding-left:14px;
		padding-right:18px;	
	}
	
	.home-offer .price-container .price {
		font-size:5.3em;
		line-height:1;
	}			

	.home-offer .price-container .cents {
		font-size:2.0em;
		line-height:1;
	}

	.home-offer .price-container .dollar-sign {
		font-size:2.0em;
		line-height:1;
	}
	
	.home-offer .price-container .per-month {	
		font-size:.8em;
	}		

}

@media (max-width: 800px) {

	#home-offers > .columns:nth-child(1){
		padding-left:18px;
		padding-right:14px;	
	}
	
	#home-offers > .columns:nth-child(2){
		padding-left:14px;
		padding-right:14px;	
	}
	
	#home-offers > .columns:nth-child(3){
		padding-left:14px;
		padding-right:18px;	
	}
	
	.home-offer .price-container .price {
		font-size:5.0em;
		line-height:1;
	}			

	.home-offer .price-container .cents {
		font-size:1.6em;
		line-height:1;
	}

	.home-offer .price-container .dollar-sign {
		font-size:1.6em;
		line-height:1;
	}
	
	.home-offer .price-container .per-month {
		font-size: .8em;
		text-align: left;
	}	

}







@media (max-width: 1270px) {

	#footerWide {
		display: none;
	}
	
	#footerMid {
		display: block;
	}	
	
	#footerMid .footerSocial {
		margin-bottom: 24px;
	}	
	
	#footerMid span {
		text-align: left;
	}	

}

@media (min-width: 1150px) {

	header .dropdown.double {
		width: 65%;
	}
	
	header .dropdown .col {
		padding: 10px 35px;
	}	
	
	.switch-features {
		padding: 30px 75px;
	}	
	

}

@media (max-width: 1150px) {

	.main-nav .dropdown.menu > li > a {
		padding-left: 8px;
	}

}

@media (max-width: 1110px) {

	.main-nav .dropdown.menu > li > a {
		padding-left: 6px;
	}
	#footer-col-1, #footer-col-2 {
		width: 100%;
		margin-left: 0;	
		display: block;
	}
	#footer-col-2 {
		text-align: center;
		margin-top: 30px;
	}
	#footer-col-2 a {
		display: block;
	}
	#footer-col-1 img {
		width: 180px;
		margin: 0 auto;
	}

}





@media (min-width: 1060px) {

	header .logo-container {
		width: 41.66667%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none;
	}
	
	header .main-nav-container {
		width: 58.33333%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
	}	
	
}

@media (max-width: 1060px) {

	.main-nav .dropdown.menu > li > a {
		padding-left:.7em;
		padding-right:1.4em;
	}	

}

@media (max-width: 1060px) {

	.customer-care-faqs > .medcl {
		clear:left;
	}
	
	.customer-care-faqs .columns {
		margin-bottom:24px;
		float:left !important;
	}
	

	
	.customer-care-hr {
		display:none;
	}	

}

@media only screen and (max-width: 1060px) and (min-width: 768px){

	.customer-care-faqs .medium-6{
		width:50%;
	}

}



@media only screen and (max-width: 1030px) and (min-width: 768px){

	.product-compare-bundles .pricing {
		font-size: 37px;
	}
	
	.product-compare-bundles .compare-item .dollar, .product-compare-bundles .compare-item .cents {
		font-size: 22px;
		top: 6px;
	}	


	
}



@media (max-width: 1020px) {

	.main-nav .dropdown.menu > li > a {
		padding-left:.50em;
		padding-right:1.3em;		
	}	

}


@media ( min-width: 1001px ) {

	.main-nav-container #location {
		padding-left: 14px;
		font-size: 12px;
		padding-top: 4px;
		display: block;
		top:36px;
		left: 0;
		position: relative;
		background-position: 0 0px;
		float:right;
	}
	
	#top-row-callnow {
		display:block !important;
	}		

	#top-row-callnow-mobile {
		display:none !important;
	}
	

}






@media (max-width: 1000px) {

	#row-footer-columns > .columns{
		margin-top:24px;
	}	
	
	.main-nav {
		display:none;
	}
	
	#mobile-nav-toggle{
		display:block;
	}
	
	.main-nav-search{
		display:none;
	}
	
	#location{
		display:none;
	}
	
	#mobileMarket {
		padding-left: 14px;
		background-image: url(images/map-pin.png);
		background-repeat: no-repeat;
		font-size: 12px;
		padding-top: 4px;
		display: block;
		top: 45px;
		right: 90px;
		position: absolute;
		background-position: top center;
		width: 160px;
		cursor: pointer;
	}
	
	#mobileMarket .text {
		margin-top: 12px;
		text-align: center;
		width: 100%;
		color: #455560;
		font-family: 'Gotham A', 'Gotham B';
		font-weight: 700;
		font-style: normal;
		font-size: 12px;
	}	
	
	.main-nav-container #location{
		display:none;header
	}
	
	header {
		height: 105px;
		padding: 12px 15px 0px;
		padding-top:5px;
	}
	
	#icon-pledge{
		display:none;	
	}
	
	
	#top-row-callnow {
		display:none !important;
	}		

	#top-row-callnow-mobile {
		display: block !important;
		float: left;
		clear: both;
		width: 100%;
		text-align: center;
	}
	
	#top-row ul{
		width:100%;
		text-align:center;
		padding-left:0;
	}				
				
	
	
}

@media (min-width: 992px) {

	.main-nav-search .search-open {
		width: 330px;
	}
	
	.main-nav-search .search-open .form-control {
		width: 258px;
	}	

}


@media only screen and (max-width: 986px) and (min-width: 768px) {
	.compare-item .pricing {
		font-size: 40px;
	}
	
	.compare-item .dollar, .compare-item .cents {
		font-size: 26px;
		top: 2px;
	}
	
	
}




@media (max-width:986px) {

	#footerMobile {
		display: block;
		overflow: hidden;
	}
	
	#footerWide, #footerMid {
		display: none;
	}
	
	#footerMobile .small-6 {
		width: 50% !important;
		float: left;
	}
	
	#footerMobile .footerAbout a {
		display: block;
		clear: both;
		text-align: left;
		margin-bottom: 14px;
	}
	
	#footerMobile .footerCopyright {
		margin-bottom: 18px;
		margin-top: 18px;
		color: #ffffff;
	}				

}

@media (min-width: 981px) {

	#currentAreaContainerFull {
		display: block;
	}
	
	#currentAreaContainerMobile {
		display: none;
	}	

	.screen-small-only {
		display: none;
	}
	
	#searchinput, #searchinput-mobile {
		z-index: 1;
		margin-right: 0;
		width: 301px;
		height: 30px;
		float: none;
		background-color: #f2f3f3;
		border-top: 1px solid #e7e7e7;
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-bottom-width: 0;
		border-left-width: 0;
		border-right-width: 0;
		border-top-width: 1px;
		right: 18px;
	}	

}


@media only screen and (max-width: 980px) {

	
	.tplt-3 #compare-table {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100% !important;
		overflow: hidden;
	}	
	
	#compare-table .table-headings-narrow {
		display: inline;
		border-bottom: 1px solid #000000;
	}
	
	#compare-table .table-headings-narrow .option {
		background-color: #cfd4d6;
	}		

	.screen-small-hide {
		display: none !important;
	}
	
	#compare-table .table-headings {
		display: none;
	}

	.tplt-3 #compare-table .table-headings {
		display: none;
	}
	
	#compare-table th.option, #compare-table td.option {
		background-color: #cfd4d6;
	}	
	
	#compare-table table .table-headings + tr.border-top td {
		border-top: 1px solid #000000;
	}	
	
	.channel-grid-mobile {
		display: table-row;
	}
	
	.channel-grid-wide {
		display: none;
	}
	
	.footerAbout {
		padding-top: 15px;
	}
	
	#currentAreaContainerFull {
		display: none;
	}		
	
	#currentAreaContainerMobile {
		display: block;
		padding-bottom: 24px;
	}
	
	#currentTitle p.title {
		float: none;
		margin-left: 0;
		margin-bottom: 8px;
		margin-top: 15px;
		text-align: center;
	}		
	
	#currentAreaContainerMobile .offset-by-one {
		margin-left: 2% !important;
		padding-right: 0;
	}
	
	#currentAreaContainerMobile .six {
		width: 58% !important;
		float: left;
	}		

	#currentAreaContainerMobile .five {
		width: 38% !important;
		float: left;
	}
	
	.current-icons {
		clear: both;
		float: left;
		margin-right: 0;
	}	

	body.tplt-3 #compare-table .dollar,body.tplt-3 #compare-table .cents {
		font-size: 20px;
		top: 4px;
	}

	body.tplt-3 p.comparebundle.screen-small-only {
		margin-top: 4px;
		margin-bottom: 4px;
    }

	body #channel-names li{ 
		max-width:22%;
	}
	
	body[data-resource="38"] #channel-names li{ 
		max-width:45%;
	}					

}

@media (min-width: 940px) {
	.grid-header .search input {
		position: absolute;
		top: 30px;
		right: 15px;
	}
}

@media (max-width: 940px) {

	#channel-grid-head-table .button {
		padding: 5px;
	}
	#channel-grid-head-table th {
		font-size: 12px !important;
	}
	#channelGrid td {
		font-size: 12px !important;
	}
	
}


@media (min-width: 900px) {


	header .main-nav-container {
		display: block;
		width: 80%;
		background-color: #00bedf;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none;
		padding-right: 14px;
		text-align: right;
	}
	
	nav.main-nav{
		float:right;
		width: 94%;
	}
	
	nav.main-nav>ul {
    margin: 0 0 0 100px;
    padding: 0;	
	}	

	.main-nav-search {
		float: right;
		margin: 5px;
	}
	
	
	header .desktop-search {
		display: none;
		position: absolute;
		z-index: 200;
		height: inherit;
		top: 100%;
		right: 0;
		width: 590px;
		border: 1px solid #d7d7d7;
		border-radius: 0 0 4px 4px;
		box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
	}
	
	
	
	header .desktop-search:before {
    right: 15px;
    border-color: rgba(255, 0, 0, 0);
    border-bottom-color: #d7d7d7;
    border-width: 12px;
    margin-left: -12px;
}

	header .desktop-search:after, header .desktop-search:before {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		z-index: 200;
	}

	header .desktop-search:after {
		right: 17px;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px;
	}

	header .desktop-search:after {
    	right: 26px;
	}

	header .desktop-search:before {
		right: 24px;
	}
	
	/*
	
	header .main-nav>ul>li.has-dropdown:hover>a:after, header .main-nav>ul>li.has-dropdown:hover>a:before {
		bottom: -1px;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		z-index: 200;
	}

	header .main-nav>ul>li.has-dropdown:hover>a:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px;
	}
	
	
	*/

		
		

}

@media (max-width: 1280px) {
	header .main-nav-container {
		width: 76%;
	}
	#logo-slant div {
		left: -280px;
	}
}

@media (max-width: 1090px) {
	header .main-nav-container {
		width: 72%;
	}
}

@media (max-width: 858px) {

	ul#top-row-options {
		float: left;
		clear: both;
	}

}


@media (min-width: 840px) {

	.switch-features {
		margin: 30px 0;
		margin-top:10px;
	}
	
	.switch-features .feature {
		width: 25%;
		float: left;
		margin: 0;
	}	
	
	switch-features .feature .icon {
		height: 140px;
	}

	.switch-features .feature .icon img {
		max-width: 170px;
		max-height: 130px;
	}

	.switch-features .feature .text {
		padding: 0 40px;
		font-size: 16px;
		line-height: 16px;
	}	

}


@media only screen and (max-width: 800px){

	#home-offers > .columns {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}
	
	#home-offers > .columns + .columns{
		margin-top:2em;
	}	
	
	.home-offer .price-container-container{
		text-align:center;
	}

	.home-offer .price-container{
		display:inline-block;
	}

}


@media only screen and (max-width: 767px){

	#mobile-nav-toggle {
		right: 10px;
	}
	
	#footerMobile .line1 {
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	#mobileMarket {
		padding-left: 14px;
		background-image: url(images/map-pin-mobile.png);
		background-repeat: no-repeat;
		font-size: 12px;
		padding-top: 4px;
		display: block;
		top: 40px;
		right: 32px;
		position: absolute;
		background-position: top center;
		width: 120px;
		cursor: pointer;
	}


/*
	.column:not(.slick-slide), .columns:not(.slick-slide) {
		width: auto !important;
		float: none;
		clear: both;
	}
*/
	
	.product-compare .cta-horiz {
		width: 100% !important;
	}	
		
	.productlandingHeaderImageWide {
		display: none;
	}
	
	productlandingHeaderImageWide + .text-container {
		padding-top: 24px;
	}	
	
	#serviceCheckReveal {
		width: 80%;
		top: 15px;
		left: 50%;
		margin-left: -40%;
		padding: 20px;
		height: auto;
	}
	
	
	.productlandingHeaderImageSmall {
		display: block;
		background-repeat: no-repeat;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		background-size: cover;
	}
	
	.productlandingHeaderImageWide + .medium-6.columns {
		width:100%;
		clear:both;
		margin-top:24px;
	}
	
	.tplt-6 #productNameAndPricing {
		float: none;
		width: 100%;
		text-align: center;
	}			

	.tplt-6 .cb.mtbtn a {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 140px;
		clear: both;
		margin-bottom: 18px;
	}

	.tplt-6 .cb.mtbtn {
		width: 100%;
		text-align: center;
	}
	
	.tplt-6 #productNameAndPricing .pricing {
		float: none;
	}

	#linksRow {
		padding-left: 0;
	}
	
	#channelGridContent {
		padding-left: 0;
		padding-right: 0;
	}	
	
	.table-headings th:nth-child(4) {
		width: 40%;
	}	


/* too broad
	.button {
		display: block;
	}
*/



	
	.page-header-short + .rowBG01 {
		padding-top: 17px;
	}	
	
	.full-width.rowBG01 {
		padding-left: 0;
	}

	.tplt-6 .cb.mtbtn a.learnMore {
		display: inline;
	}
	
	#breadcrumbrow {
		margin-left:0;
		margin-right:0;
	}
	
	.tplt-5	.text-container {
		padding-top:10px;
	}


}


@media only screen and (max-width: 640px) {

	.icons-internet{
		padding-right:0;
	}

	.icons-cable{
		padding-right:0;
	}

	.icons-phone{
		padding-right:0;
	}

}

@media only screen and (max-width: 570px) {

	#compare-table #channel-names h6 {
		font-size: 11px;
	}

}




@media only screen and (max-width: 550px) {

	.compare-item-horiz .compare-item-left {
		clear: both;
		border-right: none;
		width: 100%;
	}
	
	.compare-item-horiz .compare-item-right {
		clear: both;
		width: 100%;
	}
	

	#channel-names.screen-small-only li {
		font-size: 9px;
		padding-left: 6px;
		padding-right: 6px;
	}	
	
	#compare-table #channel-names h6 {
		font-size: 9px;
		max-width: 60px;
	}
	


}


@media (max-width: 460px) {
	
	.tplt-3 #channel-names li .compare-bold {
		font-size: 26px;
	}
	#logo-slant, #logo-slant div {
		display: none;
	}
	.social-footer .social-footer-inner h3 {
		display: block;
	}
	
}

/*@media only screen and (max-width: 1399px) and (min-width: 1200px) {
	#footer-col-1 {
		width: 160px;
	}
}*/


