@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
h1, h2 {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	background-color: #000;
}
a {
	color: #000;
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
img {
	border: 0;
}
.header .phone_num img, .steps .container .black_bar .orange_button .number img {
	display: none !important;
}
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
	color: #000;
	text-indent: 5px;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.cf:before, .cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
}
h1, h2, h3, h4, li, ul, p, div, span {
	max-height: 999999px;
	font-weight: normal;
	margin: 0;
}
/* Page starts here */

body {
	min-width: 320px;
	background: #ffffff;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fixed {
	position: fixed;
}
.container {
	max-width: 970px;
	min-width: 970px;
	width: 100%;
	margin: 0 auto;
	font-family: 'AvenirNextLTW01Regular';
}
.skinny {
	font-family: 'AvenirNextLTW01Regular';
}
.bolder {
	font-family: 'AvenirLT-Black';
}
.block {
	clear: both;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.float_left, .left {
	float: left;
}
.float_right, .right {
	float: right;
}
.block {
	float: none;
	clear: both;
}
sup {
	font-size: 7px;
}
.container {
	width: 1000px;
}
/*
                                                                            IEΓëÑ9 prioritizes valid font formats over invalid ones. Therefore, while embedded-opentype is the correct format for an .eot font, eot is used to fool modern IE into prioritizing other, newer font formats.

                                                                            IEΓëñ8 only supports .eot fonts and parses the src property incorrectly, interpreting everything between the first opening parenthesis ( and the last closing parenthesis ) as a single URL. Therefore, a ? is appended to the .eotΓÇÖs URL, fooling older IE into reading all other sources as query parameters.


                                                                            Create a font face rule that applies to 500 weight text and sources EOT, WOFF2, and WOFF.

                                                                            @include font-face(fontname, fonts/fontname, 500, normal, eot woff2 woff);
                                                                            Rendered as CSS:

                                                                            @font-face {
                                                                            font-family: "fontname";
                                                                            font-style: normal;
                                                                            font-weight: 500;
                                                                            src: url("fonts/fontname.eot?") format("eot"),
                                                                            url("fonts/fontname.woff2") format("woff2"),
                                                                            url("fonts/fontname.woff") format("woff");
                                                                          }
                                                                          */

@font-face {
	font-family: "Avenir-Black";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Avenir-Black.eot?") format("eot"), url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.ttf") format("truetype"), url("../fonts/Avenir-Black.svg#Avenir-Black") format("svg");
}
@font-face {
	font-family: "AvenirNextLTW01Regular";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/AvenirNextLTW01Regular.eot?") format("eot"), url("../fonts/AvenirNextLTW01Regular.woff") format("woff"), url("../fonts/AvenirNextLTW01Regular.ttf") format("truetype"), url("../fonts/AvenirNextLTW01Regular.svg#AvenirNextLTW01Regular") format("svg");
}
@font-face {
	font-family: "AvenirLT-Black";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/AvenirLT-Black.eot?") format("eot"), url("../fonts/AvenirLT-Black.woff") format("woff"), url("../fonts/AvenirLT-Black.ttf") format("truetype"), url("../fonts/AvenirLT-Black.svg#AvenirLT-Black") format("svg");
}
.topbar {
	height: 80px;
}
.topbar .logodiv {
	background: url(../images/cox-logo-new.png) no-repeat;
	background-size: contain;
	height: 57px;
	width: 90px;
	margin: 20px 10px 0 0;
}
.topbar .pages {
	margin: 0 0 0 5px;
}
.topbar .pages div.currentpage {
	margin: 0;
	background: url(../images/sp.png) no-repeat -202px 0;
}
.topbar .pages div {
	height: 80px;
	width: 152px;
	text-align: center;
}
.topbar .pages div a {
	margin: 0 auto;
	font-size: 16px;
	color: #363636;
	position: relative;
	top: 30px;
}
.topbar .order {
	position: relative;
	top: 13px;
}
.topbar .order .call_to_order {
	width: 250px;
}
.topbar .order .call_to_order .phoneicon {
	background: url(../images/sp.png) no-repeat -150px 0;
	height: 36px;
	width: 40px;
	position: relative;
	top: 12px;
}
.topbar .order .call_to_order .call .callnow {
	font-size: 14px;
}
.topbar .order .call_to_order .call .callnumber {
	font-size: 32px;
	color: #008bc6;
}
.footer {
	background: #eeeeee;
	padding: 70px 0 40px;
}
.footer .footerbar a {
	margin: 0 25px 0 0;
	color: #666666;
}
.footer .footer_legal {
	color: #888888;
	font-size: 10px;
	padding: 40px 0;
}
.feature.flowstyle {
	height: 630px;
}
.feature {
	background: url(../images/feature_tv.jpg) no-repeat center #181819;
	height: 600px;
	color: white;
	position: relative;
	top: 0px;
}
.feature .container .main_title {
	font-size: 44px;
	text-align: center;
	margin: 35px 0 0 0;
}
.feature .container .main_details {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 32px 0;
}
.feature .container .main_details .skinny {
	font-size: 20px;
}
.feature .container .price_bundle {
	width: 270px;
	padding: 34px;
	position: absolute;
	top: 108px;
}
.feature .container .price_bundle .starting {
	text-align: right;
	margin: 0;
}
.feature .container .price_bundle .starting .dollar {
	font-size: 36px;
	color: #ffbf2a;
}
.feature .container .price_bundle .starting .bundles {
	font-size: 14px;
}
.feature .container .price_bundle .rightsection {
	text-align: left;
	position: relative;
	top: -13px;
	left: -9px;
}
.feature .container .price_bundle .rightsection .price .amt {
	font-size: 85px;
	color: #ffbf2a;
}
.feature .container .price_bundle .rightsection .price .cents {
	position: relative;
	top: 11px;
	left: 0;
}
.feature .container .price_bundle .rightsection .price .cents .nn {
	font-size: 30px;
	color: #ffbf2a;
}
.feature .container .price_bundle .rightsection .price .cents .mo {
	font-size: 18px;
}
.feature .container .price_bundle .rightsection .permonth {
	font-size: 12px;
	position: relative;
	top: -16px;
	left: 10px;
}
.feature .container .leftpanel {
	background: url(../images/sp.png) no-repeat 0 -204px;
	height: 238px;
	width: 322px;
	position: relative;
	top: 100px;
}
.feature .container .leftpanel .bundle_title {
	position: relative;
	top: 20px;
	left: 30px;
}
.feature .container .leftpanel .bundle_title .title {
	font-size: 18px;
}
.feature .container .leftpanel .bundle_details {
	font-size: 12px;
	position: relative;
	top: 54px;
}
.feature .container .leftpanel .bundle_details .whitearrow {
	position: relative;
	top: -11px;
	left: 182px;
}
.feature .container .leftpanel .bundle_details ul.bundle_list {
	list-style-image: url(../images/green_check.png);
	margin: 0 0 0 15px;
}
.feature .container .leftpanel .bundle_details ul.bundle_list .providers {
	position: relative;
	top: -17px;
}
.feature .container .leftpanel .bundle_details ul.bundle_list li {
	padding: 0 0 15px 0;
}
.feature .container .centerpanel {
	z-index: 100;
	background: url(../images/middle_content.png) no-repeat center;
	width: 362px;
	height: 351px;
	position: relative;
	left: -7px;
}
.feature .container .centerpanel .center_title {
	width: 362px;
}
.feature .container .centerpanel .center_title .start_title {
	font-size: 24px;
	text-align: center;
	position: relative;
	top: 15px;
}
.feature .container .centerpanel .center_details {
	width: 362px;
	color: black;
}
.feature .container .centerpanel .center_details .call_to_order {
	position: relative;
	top: 168px;
	left: 81px;
}
.feature .container .centerpanel .center_details .call_to_order .callnow {
	font-size: 23px;
	position: relative;
	top: 8px;
}
.feature .container .centerpanel .center_details .call_to_order .callnumber {
	font-size: 36px;
	position: relative;
	top: 5px;
}
.feature .container .rightpanel {
	position: relative;
}
.feature .container .rightpanel .bundleup {
	background: url(../images/bundle_back.png) no-repeat -85px 0;
	width: 364px;
	height: 90px;
	position: absolute;
	top: 227px;
	left: -8px;
}
.feature .container .rightpanel .bundleup .bundle_title {
	position: relative;
	top: 10px;
	left: 12px;
	font-size: 30px;
}
.feature .container .rightpanel .bundleup .bundle_details {
	position: relative;
	top: 4px;
	left: 12px;
	font-size: 28px;
}
.dealpanel.sticky {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 10000;
	height: 85px;
	width: 100%;
}
.dealpanel {
	background: #000b11;
	height: 85px;
	position: relative;
	color: white;
}
.dealpanel .save {
	height: 85px;
}
.dealpanel .save .save_upto {
	font-size: 64px;
	position: relative;
	top: -5px;
}
.dealpanel .save .up_to {
	font-size: 20px;
	position: relative;
	top: -17px;
	text-align: right;
}
.dealpanel .saveamt {
	color: #ffbf2a;
	position: relative;
	top: -14px;
	font-size: 93px;
	padding: 0 14px;
}
.dealpanel .saveamt .smalldollar {
	position: relative;
	top: -47px;
	font-size: 27px;
}
.dealpanel .installation {
	position: relative;
	top: 13px;
}
.dealpanel .installation .free_inst {
	font-size: 26px;
	line-height: 24px;
	margin: 15px 0 0 0;
}
.dealpanel .installation .bundles {
	font-size: 12px;
	margin: 40px 0 0 0;
}
.dealpanel .arrow {
	position: relative;
	top: 12px;
	padding: 0 30px;
}
.dealpanel .call {
	background: url(../images/yellow_box.png) no-repeat center;
	height: 85px;
	width: 273px;
	color: black;
}
.dealpanel .call .callnow {
	font-size: 20px;
	position: relative;
	top: 16px;
	left: 24px;
}
.dealpanel .call .callnumber {
	font-size: 35px;
	left: 22px;
	position: relative;
	top: 10px;
}
.extraspace {
	height: 100px;
	width: 100px;
}
.bottom_section {
	position: relative;
	top: -100px;
	text-align: left;
	margin: 0 auto;
}
.bottom_section .plan_details {
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.bottom_section .title_holder {
	text-align: center;
}
.bottom_section .title_holder .plan_title {
	font-size: 40px;
	color: #0069a1;
	margin: 0 0 70px 0;
}
.bottom_section .lower_panel {
	width: 295px;
	background: #fffbfb;
}
.bottom_section .lower_panel .panel_title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a2ff+0,0053ba+100 */
	background: #00a2ff;
	/* Old browsers */
	background: -webkit-linear-gradient(left, #00a2ff 0%, #0053ba 100%);
	background: -o-linear-gradient(left, #00a2ff 0%, #0053ba 100%);
	background: linear-gradient(to right, #00a2ff 0%, #0053ba 100%);
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#0053ba', GradientType=1);
	/* IE6-9 */
	height: 57px;
	text-align: center;
}
.bottom_section .lower_panel .panel_title .title {
	position: relative;
	top: 15px;
	color: white;
	font-size: 20px;
}
.bottom_section .lower_panel .panel_details {
	height: 600px;
	border: 1px solid black;
	padding: 0 10px 10px 10px;
	color: #333333;
}
.bottom_section .lower_panel .panel_details .pointsection .boldpoint {
	font-family: 'AvenirLT-Black';
	font-size: 18px;
	padding: 15px 20px 5px;
}
.bottom_section .lower_panel .panel_details .pointsection ul {
	list-style-image: url(../images/bright_check.png);
	position: relative;
}
.ie8 .bottom_section .lower_panel .panel_details {
	height: 680px;
}
.bottom_section .lower_panel .panel_details .bundle_price {
	position: absolute;
	bottom: 99px;
	width: 270px;
	padding: 0 0 0 33px;
}
.bottom_section .lower_panel .panel_details .bundle_price .dollar {
	color: #1f6bf5;
	font-size: 74px;
}
.bottom_section .lower_panel .panel_details .bundle_price .bigprice .dollar_amt {
	color: #1f6bf5;
	font-size: 74px;
}
.bottom_section .lower_panel .panel_details .bundle_price .twelve {
	font-size: 12px;
	text-align: right;
	position: relative;
	top: -5px;
	display: inline-block;
}
.bottom_section .lower_panel .panel_details .bundle_price .cents {
	position: relative;
	top: 18px;
	line-height: 29px;
}
.bottom_section .lower_panel .panel_details .bundle_price .cents span {
	color: #1f6bf5;
	font-size: 40px;
}
.bottom_section .lower_panel .panel_details .bundle_price .cents span .star {
	font-size: 20px;
	position: relative;
	top: -14px;
	left: 2px;
}
.bottom_section .lower_panel .panel_details .bundle_price .cents .permo {
	font-size: 20px;
	position: relative;
	top: -5px;
}
.bottom_section .lower_panel .panel_details .call_to_order {
	position: absolute;
	bottom: 25px;
	background: url(../images/yellow_call.png) no-repeat;
	width: 270px;
	height: 62px;
	color: #140602;
}
.bottom_section .lower_panel .panel_details .call_to_order.no-call {
  background: url(../images/no_call_yellow_call.png) no-repeat;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 900;
}
.bottom_section .lower_panel .panel_details .call_to_order .call {
	position: relative;
	left: 58px;
}
.bottom_section .lower_panel .panel_details .call_to_order .call .callnow {
	font-size: 18px;
	position: relative;
	top: 6px;
}
.bottom_section .lower_panel .panel_details .call_to_order .call .callnumber {
	font-size: 29px;
}
.bottom_section .lower_panel.centerpanel {
	margin: 0 39px;
	position: relative;
}
.bottom_section .lower_panel.centerpanel .recommended {
	position: absolute;
	top: -7px;
	right: -9px;
}
.offhours-bar {
  height: 85px;
  width: 473px;
  margin: 0 auto;
}
/*# sourceMappingURL=bundle_price.css.map */
.feature .container .leftpanel .bundle_title {
	top: 9px;
}
.bundle_title .text{
	font-size: 8px;
	text-align: left;
	
}
.dealpanel .call.center{
	margin-left: 370px;
}