@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(../img/cox-logo.png) no-repeat;
    background-size: contain;
    height: 57px;
    width: 125px;
    margin: 11px 0; }
  .topbar .pages {
    margin: 0 0 0 60px; }
    .topbar .pages div {
      height: 80px;
      width: 152px;
      text-align: center;
      position: relative;
      left: -10px;
    }
      .topbar .pages div a {
        margin: 0 auto;
        font-size: 16px;
        color: #363636;
        position: relative;
        top: 30px;
        display: inline;
      }
      .topbar .pages .pagelinkout a {
        color: black;
        font-size: 14px;
        text-decoration: none; }
  .topbar .order {
    position: relative; }
    .topbar .order .call {
      background: url(../new_img/yellow_box.png) no-repeat center;
      height: 80px;
      width: 273px;
      color: black; }
      .topbar .order .call .phonespan {
        background: url(../new_img/phoneout.png) no-repeat;
        height: 28px;
        width: 32px;
        margin: 11px 0;
        display: block;
        top: 30px;
        left: 5px;
        position: relative; }
      .topbar .order .call .holder {
        position: relative;
        top: 10px; }
        .topbar .order .call .holder span {
          display: block; }
        .topbar .order .call .holder .callnow {
          font-weight: 700;
          font-size: 20px;
          margin: 0px 0 0 17px; }
        .topbar .order .call .holder .callnumber {
          font-weight: 700;
          font-size: 33px;
          margin: 0 0 0 6px; }

.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 {
  background: #0061a1;
  background: -moz-linear-gradient(left, #0061a1 0%, #009ccc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0061a1), color-stop(100%, #009ccc));
  background: -webkit-linear-gradient(left, #0061a1 0%, #009ccc 100%);
  background: -o-linear-gradient(left, #0061a1 0%, #009ccc 100%);
  background: -ms-linear-gradient(left, #0061a1 0%, #009ccc 100%);
  background: linear-gradient(to right, #0061a1 0%, #009ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a1', endColorstr='#009ccc', GradientType=1 );
  height: 520px;
  color: white;
  position: relative;
  top: 0px; }
  .feature .container .leftside_blue .title {
    margin: 35px 0 50px; }
    .feature .container .leftside_blue .title .title_text {
      display: block;
      color: white;
      font-size: 24px;
      text-transform: uppercase; }
  .feature .container .leftside_blue .save_content.lazyloaded {
    background: url(../new_img/left_content.png) no-repeat;
    width: 628px; 
    height: 290px; }
  .feature .container .rightside_blue.lazyloaded {
    background: url(../new_img/started_here.png) no-repeat center;
    width: 342px;
    height: 370px;
    position: relative;
    top: 50px; }
    .feature .container .rightside_blue .internet.lazyloaded {
      display: block;
      margin: 0 auto;
      background: url(../new_img/black_cox.png) no-repeat center;
      width: 320px;
      height: 72px;
      position: relative;
      top: 70px; }
    .feature .container .rightside_blue .price.lazyloaded {
      display: block;
      margin: 0 auto;
      background: url(../new_img/price_internet.png) no-repeat center;
      width: 320px;
      height: 72px;
      position: relative;
      top: 70px; }
    .feature .container .rightside_blue .arrow_blue {
      position: absolute;
      right: 30px;
      top: 210px;
      z-index: 10; }
    .feature .container .rightside_blue .call {
      background: url(../new_img/call_button.png) no-repeat center;
      display: block;
      margin: 0 auto;
      position: absolute;
      bottom: 40px;
      left: 9px;
      width: 320px;
      height: 72px; }
      .feature .container .rightside_blue .call span {
        display: block;
        text-align: center;
        color: black;
        font-weight: 700;
        position: relative;
        top: 6px;
        font-family: 'AvenirLT-Black'; }
      .feature .container .rightside_blue .call span.callnow {
        font-size: 20px;
        position: relative;
        top: 11px; }
      .feature .container .rightside_blue .call span.callnumber {
        font-size: 30px;
        font-weight: 800;
        line-height: 0;
        margin: 0 0 0 21px; }

.dealpanel.sticky {
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 10000;
  height: 80px;
  width: 100%; }

.dealpanel {
  background: #002854;
  height: 80px;
  position: relative;
  top: -52px;
  color: white; }
  .dealpanel .fastest {
    position: relative;
    top: 10px;
    margin: 0 0 0 66px; }
    .dealpanel .fastest .fastest_text {
      display: block;
      font-size: 24px;
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center; }
  .dealpanel .arrow_right {
    background: url(../new_img/arrow_pointR.png) no-repeat center;
    height: 80px;
    width: 90px; }
  .dealpanel .call {
    background: url(../new_img/yellow_box.png) no-repeat center;
    height: 80px;
    width: 273px;
    color: black; }
    .dealpanel .call .phonespan {
      background: url(../new_img/phoneout.png) no-repeat;
      height: 28px;
      width: 32px;
      margin: 11px 0;
      display: block;
      top: 30px;
      left: 5px;
      position: relative; }
    .dealpanel .call .holder {
      position: relative;
      top: 10px; }
      .dealpanel .call .holder span {
        display: block; }
      .dealpanel .call .holder .callnow {
        font-weight: 700;
        font-size: 20px;
        margin: 0px 0 0 46px; }
      .dealpanel .call .holder .callnumber {
        font-weight: 700;
        font-size: 33px;
        margin: 0 0 0 6px; }
  .dealpanel .arrow_left {
    background: url(../new_img/arrow_pointL.png) no-repeat center;
    height: 80px;
    width: 90px; }
  .dealpanel .upto {
    position: relative;
    top: 10px; }
    .dealpanel .upto .upto_text {
      display: block;
      font-size: 24px;
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center; }

.extraspace {
  height: 100px;
  width: 100px; }

.tv_price .feature .container .leftside_blue .save_content {
  background: url(../new_img/left_content_tv.png) no-repeat;
  width: 628px;
  height: 254px; }
.tv_price .feature .container .rightside_blue .internet {
  background: url(../new_img/cox_contour.png) no-repeat center; }
.tv_price .feature .container .rightside_blue .price {
  background: url(../new_img/price_tv.png) no-repeat center; }
.tv_price .feature .container .rightside_blue .call {
  bottom: 32px; }
.tv_price .feature .container .rightside_blue .channels {
  background: url(../new_img/channels.png) no-repeat;
  height: 50px;
  width: 340px;
  position: absolute;
  bottom: -24px; }

.bundle_price_section .feature .container .leftside_blue .save_content {
  background: url(../new_img/left_content_bundle.png) no-repeat;
  width: 628px;
  height: 290px; }
.bundle_price_section .feature .container .rightside_blue .price.lazyloaded {
  background: url(../new_img/silverbundle.png) no-repeat center;
  height: 150px; }
.bundle_price_section .feature .container .rightside_blue .arrow_blue {
  top: 199px; }
.bundle_price_section .feature .container .rightside_blue .call {
  bottom: 55px; }
.bundle_price_section .feature .container .rightside_blue .channels {
  background: url(../new_img/channels.png) no-repeat;
  height: 50px;
  width: 340px;
  position: absolute;
  bottom: -5px;
 }
.bundle_price_section .feature .container .rightside_blue .price_legal {
  position: absolute;
  bottom: -20px;
  left: 70px;
  display: block; }
  .bundle_price_section .feature .container .rightside_blue .price_legal .legal_dis {
    color: white;
    font-size: 10px; }

.bottom_section {
  position: relative;
  top: -100px;
  text-align: left;
  margin: 0 auto; }
  .bottom_section .pink_middle_section.lazyloaded {
    background: url(../new_img/compare_internet.png) no-repeat center;
    width: 969px;
    height: 534px;
    position: relative; }
    .bottom_section .pink_middle_section .call_circle {
      background: url(../new_img/call_circle.png) no-repeat;
      height: 65px;
      width: 245px;
      position: absolute;
      bottom: 10px; }
    .bottom_section .pink_middle_section .call_circle-tv {
      bottom: 15px;
    }
    .bottom_section .pink_middle_section .call_circle-bundle {
      bottom: 46px;
    }
      .bottom_section .pink_middle_section .call_circle .phonespan {
        background: url(../new_img/phoneout.png) no-repeat;
        height: 28px;
        width: 32px;
        margin: 11px 0;
        display: block;
        top: 15px;
        left: 18px;
        position: relative; }
      .bottom_section .pink_middle_section .call_circle .holder {
        position: relative;
        top: 4px; }
        .bottom_section .pink_middle_section .call_circle .holder span {
          display: block;
          position: relative;
          left: 12px;
          font-family: 'AvenirLT-Black'; }
        .bottom_section .pink_middle_section .call_circle .holder .callnow {
          font-weight: 800;
          font-size: 18px;
          margin: 0 0 0 30px; }
        .bottom_section .pink_middle_section .call_circle .holder .callnumber {
          font-weight: 800;
          font-size: 28px;
          line-height: 28px; }
    .bottom_section .pink_middle_section .call_circle.first {
      left: 184px; }
    .bottom_section .pink_middle_section .call_circle.second {
      left: 450px; }
    .bottom_section .pink_middle_section .call_circle.third {
      left: 716px; }
    .bottom_section .pink_middle_section .call_circle.first-tv {
      left: 314px; }
    .bottom_section .pink_middle_section .call_circle.second-tv {
      left: 577px; }

.tv_price .bottom_section .pink_middle_section {
  background: url(../new_img/compare_tv.png) no-repeat center;
  width: 969px;
  height: 441px; }

.bundle_price_section .bottom_section .pink_middle_section {
  background: url(../new_img/compare_bundle.png) no-repeat center;
  width: 969px;
  height: 580px; }

.nav__item {
    box-sizing: border-box;
    height: 80px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
  }
.nav__item--active {
      border-top: 7px solid #0081B5;
      background: #EAEAEA;
  }

/*# sourceMappingURL=general.css.map */
