/*------------ RESET OF ELEMENTS ------------*/
body, div, ul, li, ol, table, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, sup, sub, fieldset, form, tr, th, td,
article, aside, header, nav, section, input,
nav, header, footer, aside, details, figure
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    line-height: 0.9em;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* TO RESET DEFAULT STYLE FOR BUTTONS IN FIREFOX*/
button::-moz-focus-inner 
{ 
  	border: 0;
  	padding: 0;
}

button
{
	background: none; 
	border: none; 
	margin: 0; 
	padding: 0; 
	font-size: 0; 
	line-height: 0; 
	width: auto; 
	overflow: visible; 
}

/* FOR IE8 - HTML5 */
header, nav, section, article, aside, footer { display: block;}
ol, ul { list-style-type: none;}

/*------------ END RESET OF ELEMENTS ------------*/

/*-------------- GENERAL ELEMENTS ---------------*/
button { cursor: pointer;}
html, body { height: 100%;}
body { font-size:.8em; height:100%;font-family: "Open Sans Regular", Arial, sans-serif;}


a:hover{text-decoration:none;}
.fltlt { float: left;}
.fltrt { float: right;}
.clr { clear: both;}
.hidden { display: none;}

.body-wrapper {position: relative;}

h4 
{
    font-size: 21px;
    font-family: 'Open Sans Bold', Arial, sans-serif;
    color: #005781;
}

.phone-section p,
.internet-section p,
.tv-section p 
{
	font-size: 1.06em;
}
p.footnote { clear: left; position: absolute; bottom: 0; font-size: 0.95em !important;}

.back-to-top-block { z-index: 1200; position: fixed; top: 176px; right: 0; display: none;}

.back-to-top-block a
{
	background: #666666; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzVmNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTg1ODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #666666 0%, #5f5f5f 19%, #414141 68%, #343434 97%, #858585 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(19%,#5f5f5f), color-stop(68%,#414141), color-stop(97%,#343434), color-stop(100%,#858585)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#5f5f5f 19%,#414141 68%,#343434 97%,#858585 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #666666 0%,#5f5f5f 19%,#414141 68%,#343434 97%,#858585 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#5f5f5f 19%,#414141 68%,#343434 97%,#858585 100%); /* W3C */
	padding: 10px 35px 10px 20px;
	float: right;
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Open Sans Bold", arial, sans-serif;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 40px;
}
.back-to-top-block a, .back-to-top-block a:visited { color: #FFF;}
.back-to-top-block .white-arrow-up
{
	background: url("../images/white-arrow-up.png") no-repeat;
	display: inline-block;
	width: 10px;
	height: 12px;
	margin: 0 10px;
}

/*------------ END OF GENERAL ELEMENTS ------------*/

/*----------------- STICKY FOOTER -----------------*/
.content-wrapper
{
    height: auto !important;
    margin: 0 auto -547px;
    min-height: 100%;
}
#push { height: 547px;}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container,
.promotion-block
{
    width: 970px;
	min-width: 970px;
}
/*-------------- END OF STICKY FOOTER --------------*/

/*---------------- ICONS AND LOGOS -----------------*/
.checkmark
{
    background: url("../../html_buyflow/assets/images/CharterSpritesMapPng8.png") no-repeat scroll -316px -74px transparent;
    display: inline-block;
    height: 18px;
    vertical-align: -3px;
    width: 18px;
}
.info,
.info:hover
{
	background: url("../images/info-icon.png") right 0 no-repeat;
	display: inline-block;
	height: 18px;
	width: 11px;
}
.info-link 
{ 
	background: url("../images/question-icon.png") 0 50% no-repeat; 
	height: 23px; 
	width: 20px; 
	display: inline-block;
}
/*------------- END OF ICONS AND LOGOS -------------*/

/*-------------------- BUTTONS --------------------*/
/* GREEN BUTTONS */
.green-large-point-right,
.green-medium-point-right,
.green-small-point-right
{
	font-weight: bold;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	text-align: center;
    border: 1px solid #666;
    border-right-width: 0;
    text-decoration: none;
    display:inline-block;
	color: #FFF!important;
	text-transform: uppercase;
	text-shadow: 0 0.1em 0.05em #404243;
	overflow:visible;
}
.green-large-point-right:after,
.green-medium-point-right:after,
.green-small-point-right:after
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    content:' ';
    width:32px;
    display:block;
    position:absolute;
    top: -1px;
    border:1px solid #666;
    border-left-width: 0;
	overflow:hidden;
}

.green-large-point-right:after,
.green-medium-point-right:after,
.green-small-point-right:after,
.green-large-point-right,
.green-medium-point-right,
.green-small-point-right
{
    background-image:url(../images/sprites_buttons_24.png);
	background-repeat: no-repeat;
	border-color:#407619;
}

button.green-small-point-right { height: 26px}
.green-small-point-right { padding: 0 10px; height: 24px; background-position: left -71px; font-size: 1em; line-height: 25px;}
.green-small-point-right:after { background-position: right -71px; height: 24px; right: -24px;}
.green-small-point-right:hover { background-position: left -97px;}
.green-small-point-right:hover:after { background-position: right -97px;}

button.green-medium-point-right { height: 34px}
.green-medium-point-right { padding: 0 20px; height: 32px; background-position: left -2px; font-size: 1.1em; line-height: 34px;}
.green-medium-point-right:after { background-position: right -2px; height:32px; right: -32px;}
.green-medium-point-right:hover { background-position: left -37px;}
.green-medium-point-right:hover:after { height:32px; background-position:right -37px;}

button.green-large-point-right { height: 42px}
.green-large-point-right { padding: 0 40px; height: 40px; background-position: left -227px; font-size: 1.6em; line-height: 40px;}
.green-large-point-right:after {background-position: right -227px; height: 40px; right: -21px;}
.green-large-point-right:hover {background-position: left -271px;}
.green-large-point-right:hover:after {background-position: right -271px;}

/* SIMPLE BUTTONS */
.simple
{
    background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
    border: 1px solid #999999;
    border-radius: 5px;
    color: #005781;
    font-size: 0.9em;
    padding: 7px 8px;
    text-decoration: none;
	font-weight: bold;
}

/* GREY BUTTONS */
.grey-small-point-down,
.grey-small-point-up
{
	font-weight: bold;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	text-align: center;
    border: 1px solid #333333;
    border-right-width: 0;
    text-decoration: none;
    display:inline-block;
	color: #FFF!important;
	text-transform: uppercase;
	text-shadow: 0 0.1em 0.05em #404243;
	overflow:visible;
}
.grey-small-point-down:after,
.grey-small-point-up:after
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    content:' ';
    width:32px;
    display:block;
    position:absolute;
    top: -1px;
    border:1px solid #666;
    border-left-width: 0;
	overflow:hidden;
}

.grey-small-point-down:after,
.grey-small-point-down,
.grey-small-point-up:after,
.grey-small-point-up
{
    background-image:url(../images/sprites_buttons_24.png);
	background-repeat: no-repeat;
	border-color:#333333;
}

button.grey-small-point-down, button.grey-small-point-up { height: 26px}
.grey-small-point-down { padding: 0 10px; height: 23px; background-position: left -124px; font-size: 1em; line-height: 25px;}
.grey-small-point-down:after { background-position: right -124px; height: 23px; right: -24px;}
.grey-small-point-down:hover { background-position: left -150px;}
.grey-small-point-down:hover:after { background-position: right -150px;}

.grey-small-point-up { padding: 0 10px; height: 23px; background-position: left -176px; font-size: 1em; line-height: 25px;}
.grey-small-point-up:after { background-position: right -176px; height: 23px; right: -24px;}
.grey-small-point-up:hover { background-position: left -202px;}
.grey-small-point-up:hover:after { background-position: right -202px;}

/*------------- END BUTTONS -------------*/

/*------------- FORM-------------*/

.dk_toggle {
    width: 96% !important;
}


/*------------- END FORM-------------*/



/*------------- DROPDOWN -------------*/



.dropdown-block  {
    margin: 0;
}
.dropdown-menu  {
    margin: 0;
}
.dropdown-block .dropdown-style  > a{
	text-decoration:none;
	display:block;
	padding: 8px 10px 6px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fff;
	text-shadow: 0px 1px 1px #fff ;
	background: url("../images/select-trigger2.png") no-repeat 95% 50% ;
}

.dropdown-block  .dropdown-style{
	background: #f7f7f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f7 0%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */	
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e9e9e9;

}
.dropdown-block .dropdown-style li:nth-child(2n+1){
    background-color: #e7f5fa;
}
.dashboard .dropdown-block .dropdown-style  > a{
	background: url("../images/select-trigger.png") no-repeat 100% -1px;
	border:1px solid #ccc;
}

.dashboard .dropdown-block  .dropdown-style{
	background-image: url("../images/select-bg.gif");
	background-repeat:repeat-x;
	background-position:0 0;
	overflow:hidden;
	border: 1px solid #e9e9e9;

}

/*----------------- END DROPDOWN -----------------*/

/*Links to anchor minus position*/
a.anchor-minus-position{display: block; position: relative; top: -170px; visibility: hidden;}

/* END Links to anchor minus position*/


/*----------------- ERROR PAGE AND 404 -----------------*/

.error-section {
    margin: 0 auto;
    min-height: 120px;
    padding: 145px 48px 65px;
    position: relative;
    width: 970px;
	text-align:center;
}
.error-section .error-message{
	font-family: 'Open Sans CondBold';
    font-size: 4.5em;
    line-height: 1.2em;
    margin:30px 0 10px;
}
.error-section .sub-error-message{
	font-family: 'Open Sans CondBold';
    font-size: 2.5em;
	margin: 0 0 30px;
	line-height: 1.3em;
}
.error-404 .error-message{
	font-family: 'Open Sans CondBold';
    margin: 0 0 10px;
	font-size: 5.5em;
}
.error-404 .sub-error-message{
	font-family: 'Open Sans CondBold';
    font-size: 2.5em;
	line-height: 1.3em;
}
.error-404 .button-block{
	margin-top: 40px;
}
.error-404 .green-small-point-right{
	margin-left: 40px;
}
.error-404 a.alternate-choice{
	color:#626262;
}
.error-404 .green-small-point-right {
    padding: 0 30px 0 33px;
}
	
/*----------------- END ERROR PAGE AND 404 -----------------*/

.compare-tv-link {display: none;}