#banner_advertisement {
  background: #ebf5fb;
  text-align: center; }

.ie6 #banner_advertisement, .ie7 #banner_advertisement {
  height: 60px; }

#skyline {
  background: #ebf5fb url("../images/header/header_shadow.png") no-repeat;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* phone number when it's in the header */ }
  #skyline #skywrap {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    zoom: 1; }
    #skyline #skywrap:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  #skyline img {
    border: 0; }
  #skyline a {
    text-decoration: none;
    color: #003399; }
  #skyline ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #skyline #global_nav {
    float: left;
    margin: 24px 0 0 15px; }
    #skyline #global_nav li {
      float: left;
      position: relative; }
      #skyline #global_nav li a {
        display: block;
        overflow: hidden;
        position: relative; }
    #skyline #global_nav ul {
      position: absolute;
      left: -1000em; }
  #skyline #search_icon {
    width: 16px;
    height: 13px;
    float: right;
    overflow: hidden;
    text-indent: -1000em;
    background: transparent url("../images/header/gnav_search.png") 0 0 no-repeat;
    cursor: pointer;
    display: block;
    z-index: 1005;
    position: relative; }
    #skyline #search_icon.showing {
      background-position: 0 -13px; }
  #skyline #searchbox {
    position: absolute;
    top: -1000px;
    right: 10px;
    background-color: #0e3f91;
    -moz-border-radius: 0 0 11px 11px;
    -webkit-border-radius: 0 0 11px 11px;
    border-radius: 0 0 11px 11px;
    -moz-box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5);
    -webkit-box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5);
    box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5);
    width: 270px;
    height: 76px;
    padding: 16px; }
    #skyline #searchbox.showing {
      z-index: 1004; }
    #skyline #searchbox label {
      display: block;
      font-weight: 300;
      margin-bottom: 16px;
      color: white; }
    #skyline #searchbox #search_input {
      font-size: 14px;
      height: 21px;
      width: 153px;
      padding: 2px;
      vertical-align: middle;
      float: left; }
    #skyline #searchbox .btn {
      vertical-align: middle;
      float: right;
      padding: 6px 12px 7px;
      width: 90px; }
      #skyline #searchbox .btn:hover {
        -webkit-box-shadow: 0 0 0 white;
        -moz-box-shadow: 0 0 0 white;
        box-shadow: 0 0 0 white; }
      #skyline #searchbox .btn:hover:after {
        background-position: 0 100%; }
    #skyline #searchbox .slanted_container {
      height: 10px;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: -6px;
      width: 302px; }
    #skyline #searchbox .bg {
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9998476951563913, M12=0.01745240643728351, M21=-0.01745240643728351, M22=0.9998476951563913, sizingMethod='auto expand');
      transform: rotate(-1deg);
      zoom: 1;
      background-color: #0e3f91;
      position: absolute;
      top: 3px;
      right: -1px;
      height: 100px;
      width: 300px;
      z-index: -1; }
  #skyline #skywrap h2.helper {
    color: #003399;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 5px;
    position: absolute; }
    #skyline #skywrap h2.helper .phone-number {
      background: url(../images/header/icon-phone.png) no-repeat 0 1px;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 1px;
      padding-bottom: 5px;
      padding-left: 25px; }

* + html #searchbox .btn {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

#uswitch-footer {
  background: #08265b;
  color: white;
  display: inline-block;
  width: 100%; }
  #uswitch-footer p, #uswitch-footer h2 {
    color: white; }

#footer-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0; }
  #footer-wrapper a, #footer-wrapper .show-more, #footer-wrapper .hide-links {
    color: #6dc1f2;
    cursor: pointer;
    text-decoration: none; }
    #footer-wrapper a:hover, #footer-wrapper .show-more:hover, #footer-wrapper .hide-links:hover {
      color: white; }
    #footer-wrapper a img, #footer-wrapper .show-more img, #footer-wrapper .hide-links img {
      border: 0; }
  #footer-wrapper.funnel {
    padding-top: 40px; }
    #footer-wrapper.funnel .fake-top {
      top: -16px; }
  #footer-wrapper ul, #footer-wrapper ol {
    padding-left: 0;
    margin: 0; }
  #footer-wrapper li {
    list-style-type: none;
    font-size: 12px; }
  #footer-wrapper .footer-shadow {
    background: url(../images/footer/shadow.png) no-repeat;
    height: 32px;
    left: 0;
    position: absolute;
    top: 9px;
    z-index: 10; }
  #footer-wrapper .social {
    margin: 2px auto;
    padding: 0; }
    #footer-wrapper .social ul li {
      float: left;
      text-align: center;
      padding: 0; }
      #footer-wrapper .social ul li.last {
        margin-right: 0; }
    #footer-wrapper .social .bring-to-front {
      z-index: 1000; }
    #footer-wrapper .social .sign-up {
      clear: left;
      /* sign up form error state */ }
      #footer-wrapper .social .sign-up p {
        font-size: 16px; }
      #footer-wrapper .social .sign-up fieldset {
        float: left;
        border: 0; }
        #footer-wrapper .social .sign-up fieldset ol {
          margin: 0;
          padding: 0; }
      #footer-wrapper .social .sign-up legend, #footer-wrapper .social .sign-up label {
        display: none; }
      #footer-wrapper .social .sign-up form .btn, #footer-wrapper .social .sign-up form input {
        vertical-align: text-top; }
      #footer-wrapper .social .sign-up form .btn {
        padding: 6px 12px 7px; }
        #footer-wrapper .social .sign-up form .btn:hover {
          -webkit-box-shadow: 0 0 0 white;
          -moz-box-shadow: 0 0 0 white;
          box-shadow: 0 0 0 white; }
        #footer-wrapper .social .sign-up form .btn:hover:after {
          background-position: 0 100%; }
      #footer-wrapper .social .sign-up form input {
        border: 1px solid #c3bfbf;
        color: #949494;
        font-family: Arial, Tahoma, Helvetica;
        font-size: 14px;
        height: 20px;
        margin-right: 14px;
        padding: 4px 6px 3px; }
        #footer-wrapper .social .sign-up form input:focus {
          border: 1px solid #418fd8; }
      #footer-wrapper .social .sign-up #email-address.error {
        border: 3px solid #ffcc00;
        height: 16px; }
  #footer-wrapper .more-from, #footer-wrapper .trusted {
    clear: left; }
    #footer-wrapper .more-from h2, #footer-wrapper .trusted h2 {
      font-size: 18px;
      font-weight: normal;
      position: relative;
      overflow: hidden;
      text-align: center;
      width: auto;
      z-index: 10;
      zoom: 1; }
      #footer-wrapper .more-from h2 .text, #footer-wrapper .trusted h2 .text {
        background: #08265b;
        padding: 0 7px;
        position: relative;
        text-align: center;
        z-index: 11; }
      #footer-wrapper .more-from h2 .left-bar, #footer-wrapper .trusted h2 .left-bar {
        background: #0f4377;
        height: 4px;
        left: 0;
        position: absolute;
        top: 10px;
        width: 100%; }
    #footer-wrapper .more-from .categories, #footer-wrapper .trusted .categories {
      overflow: hidden; }
      #footer-wrapper .more-from .categories ul li, #footer-wrapper .trusted .categories ul li {
        width: 100%; }
        #footer-wrapper .more-from .categories ul li a, #footer-wrapper .trusted .categories ul li a {
          display: block;
          width: 100%; }
      #footer-wrapper .more-from .categories .multi ul, #footer-wrapper .trusted .categories .multi ul {
        display: block;
        margin: 0;
        width: 100%; }
      #footer-wrapper .more-from .categories .title, #footer-wrapper .trusted .categories .title {
        font-size: 14px;
        font-weight: bold;
        color: white; }
      #footer-wrapper .more-from .categories .title a, #footer-wrapper .trusted .categories .title a {
        color: white;
        margin-bottom: 0; }
  #footer-wrapper .trusted {
    overflow: hidden;
    margin-bottom: 10px; }
    #footer-wrapper .trusted .logos {
      margin: 0 auto; }
      #footer-wrapper .trusted .logos li {
        float: left;
        text-align: center; }
      #footer-wrapper .trusted .logos a {
        float: left;
        overflow: hidden;
        position: relative; }
      #footer-wrapper .trusted .logos img {
        position: relative;
        top: 0;
        opacity: 0.7; }
      #footer-wrapper .trusted .logos a:hover img {
        -moz-transition-property: opacity;
        -moz-transition-duration: 0.5s;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 0.5s;
        -o-transition-property: opacity;
        -o-transition-duration: 0.5s;
        position: relative;
        opacity: 1; }
  #footer-wrapper .site-links {
    color: #656565;
    text-align: center; }
    #footer-wrapper .site-links li {
      display: inline; }

.ie9 #footer-wrapper .fake-top {
  top: -19px; }

.ie6 #footer-wrapper .fake-top, .ie7 #footer-wrapper .fake-top {
  display: none; }
.ie6 #footer-wrapper .social ul, .ie7 #footer-wrapper .social ul {
  margin-top: 10px; }

* + html .sign-up .btn {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

/* mobile header */
.for-tablet, .non-mobile {
  display: none !important; }

.funnel#skyline a.logo {
  width: auto; }
.funnel .for-mobile {
  display: block !important; }
.funnel .non-mobile {
  display: none !important; }
.funnel .telephone {
  position: absolute;
  right: 5px;
  top: 5px; }

/* phone number when it's in the header */
#skywrap h2.helper {
  right: 5px;
  top: 5px; }
  #skywrap h2.helper .free {
    display: none; }

#skyline {
  background-position: -20px bottom; }
  #skyline a.logo {
    display: block;
    margin: 0 auto;
    float: none;
    padding-top: 8px;
    width: 219px; }
  #skyline #skywrap {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebf5fb), to(white));
    background-image: -moz-linear-gradient(top, #ebf5fb, white);
    background-image: linear-gradient(#ebf5fb, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebf5fb, endColorstr=white);
    -pie-background: linear-gradient(#ebf5fb, #ffffff);
    padding: 0 10px; }
  #skyline #search_icon {
    position: absolute;
    top: 20px;
    right: 20px; }
  #skyline #searchbox.showing {
    top: 10px; }
  #skyline #global_nav {
    margin: 10px 0 0;
    width: 100%; }
    #skyline #global_nav li.utilities, #skyline #global_nav li.broadband, #skyline #global_nav li.mobiles, #skyline #global_nav li.moneyandinsurance, #skyline #global_nav li.about {
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background-color: #296cb5;
      float: none;
      margin-bottom: 7px;
      padding-right: 10px; }
      #skyline #global_nav li.utilities a.parent, #skyline #global_nav li.broadband a.parent, #skyline #global_nav li.mobiles a.parent, #skyline #global_nav li.moneyandinsurance a.parent, #skyline #global_nav li.about a.parent {
        background-image: url(../images/header/arrow-right.png);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        color: white;
        padding: 10px 15px 12px 15px; }
    #skyline #global_nav li.about {
      display: none; }

#footer-wrapper {
  padding-bottom: 20px; }
  #footer-wrapper .social ul {
    overflow: hidden;
    padding: 9px 0 0;
    width: 100%; }
    #footer-wrapper .social ul li {
      width: 20%; }
  #footer-wrapper .sign-up {
    margin: 0 auto;
    width: 90%; }
    #footer-wrapper .sign-up p, #footer-wrapper .sign-up form {
      text-align: center; }
    #footer-wrapper .sign-up form {
      height: auto; }
  #footer-wrapper .more-from, #footer-wrapper .trusted {
    margin-top: 10px; }
    #footer-wrapper .more-from h2, #footer-wrapper .trusted h2 {
      margin: 10px 0 5px; }
  #footer-wrapper .categories ul li {
    border-bottom: 1px solid #0f4377; }
    #footer-wrapper .categories ul li a {
      padding: 15px 3px; }
    #footer-wrapper .categories ul li.ubu {
      border: 0; }
  #footer-wrapper .categories ul, #footer-wrapper .categories .multi {
    margin: 0 10px; }
    #footer-wrapper .categories ul ul, #footer-wrapper .categories .multi ul {
      margin: 0; }
  #footer-wrapper .trusted .logos {
    width: 360px; }
    #footer-wrapper .trusted .logos a {
      height: 64px; }
    #footer-wrapper .trusted .logos a:hover img {
      top: -72px; }

@media all and (min-width: 500px) {
  #uswitch-footer {
    border-top: 14px solid white;
    clear: left;
    margin-bottom: -35px;
    padding-bottom: 40px; }
    #uswitch-footer.secondary-above {
      border-top-color: #fafafa; }
      #uswitch-footer.secondary-above #footer-wrapper .fake-top {
        background-color: #fafafa; }

  #footer-wrapper {
    top: -12px; }
    #footer-wrapper .fake-top {
      background: white;
      box-shadow: 0 13px 10px -10px #333333, 0 1px 4px transparent;
      height: 28px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: -18px;
      z-index: 1; }
    #footer-wrapper .footer-shadow {
      width: 1007px; }
    #footer-wrapper .social ul {
      float: left;
      margin: 9px 0 35px;
      overflow: visible;
      padding: 0 17px; }
      #footer-wrapper .social ul li {
        width: auto; }
        #footer-wrapper .social ul li a {
          display: inline-block;
          height: 73px;
          position: relative;
          width: 117px; }
      #footer-wrapper .social ul img {
        position: relative;
        top: -5px; }
    #footer-wrapper .social .tooltip-wrapper {
      background: url(../images/footer/tooltip.png) no-repeat;
      color: white;
      display: block;
      font-size: 13px;
      height: 115px;
      position: absolute;
      text-align: left;
      top: -74px;
      width: 175px;
      z-index: 1; }
    #footer-wrapper .social .tooltip-inner {
      padding: 10px;
      text-align: center;
      width: 97px; }
    #footer-wrapper .social .sign-up {
      margin: 30px auto 0;
      overflow: hidden; }
      #footer-wrapper .social .sign-up p {
        margin: 5px 10px 0 0;
        float: left; }
      #footer-wrapper .social .sign-up form {
        height: 35px; }
        #footer-wrapper .social .sign-up form input {
          width: 304px; }
        #footer-wrapper .social .sign-up form p {
          margin: 0; }
    #footer-wrapper .more-from h2, #footer-wrapper .trusted h2 {
      margin: 15px 0; }
    #footer-wrapper .trusted .logos li {
      margin-right: 23px; }
    #footer-wrapper .categories ul {
      float: left; }
      #footer-wrapper .categories ul li {
        border: 0;
        padding: 1px 0; }
        #footer-wrapper .categories ul li.show-more, #footer-wrapper .categories ul li.hide-links {
          padding: 2px; }
        #footer-wrapper .categories ul li a {
          padding: 2px; }
    #footer-wrapper .categories .title {
      margin-bottom: 7px; }
    #footer-wrapper .categories .multi {
      float: left; }
    #footer-wrapper .categories ul, #footer-wrapper .categories .multi {
      margin-right: 0;
      margin-left: 0; }
    #footer-wrapper .more-from .categories .multi .insurance, #footer-wrapper .more-from .categories .multi .ubu {
      margin-top: 13px; }

  /* tablet header overrides */
  .for-mobile, .for-desktop {
    display: none !important; }

  .for-tablet, .non-mobile {
    display: block !important; }

  .funnel#skyline {
    height: 67px; }
  .funnel#skyline a.logo {
    height: auto; }
  .funnel .for-mobile {
    display: none !important; }
  .funnel .non-mobile {
    display: block !important; }

  /* phone number when it's in the header */
  #skyline #skywrap h2.helper {
    font-size: 18px;
    right: 10px;
    top: 20px; }
    #skyline #skywrap h2.helper .phone-number {
      display: inline; }

  #skyline {
    background-position: center bottom;
    height: 78px; }
    #skyline a.logo {
      width: 74px;
      height: 74px;
      float: left; }
    #skyline #skywrap {
      background: transparent;
      filter: none;
      margin: 0 auto;
      min-width: 748px;
      padding: 0 10px;
      position: relative;
      width: 97%; }
    #skyline #search_icon {
      margin-top: 35px;
      margin-right: 15px;
      padding-right: 0;
      float: right;
      position: relative;
      top: 0; }
    #skyline #searchbox.showing {
      top: 30px;
      right: 30px; }
    #skyline #global_nav {
      margin: 24px 0 0 15px;
      width: auto;
      width: 610px; }
      #skyline #global_nav ul {
        background-color: #0e3f91;
        -moz-border-radius: 0 0 11px 11px;
        -webkit-border-radius: 0 0 11px 11px;
        border-radius: 0 0 11px 11px;
        -moz-box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5);
        -webkit-box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5);
        box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5);
        padding: 8px 0 10px;
        z-index: 1005; }
        #skyline #global_nav ul li {
          margin: 0 0 4px;
          float: none;
          *display: inline; }
          #skyline #global_nav ul li a {
            display: block;
            overflow: visible;
            padding: 2px 21px 4px;
            *margin-bottom: 4px;
            color: white;
            font-weight: 200;
            background-color: #0e3f91;
            -webkit-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear; }
            #skyline #global_nav ul li a:hover {
              background-color: #27539c; }
          #skyline #global_nav ul li ul {
            position: relative;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
      #skyline #global_nav .moneyandinsurance:hover ul, #skyline #global_nav .moneyandinsurance:focus ul, #skyline #global_nav .moneyandinsurance.hover ul {
        right: 0;
        left: auto; }
      #skyline #global_nav .moneyandinsurance ul {
        width: 320px;
        background-image: none;
        overflow: hidden;
        padding: 0; }
        #skyline #global_nav .moneyandinsurance ul li {
          margin: 0; }
          #skyline #global_nav .moneyandinsurance ul li a {
            font-weight: bold;
            margin-top: 8px; }
          #skyline #global_nav .moneyandinsurance ul li.money {
            float: left;
            width: 160px; }
            #skyline #global_nav .moneyandinsurance ul li.money a {
              background-image: url("../images/header/icon-money.png");
              background-position: 20px 4px;
              background-repeat: no-repeat;
              padding-left: 43px; }
            #skyline #global_nav .moneyandinsurance ul li.money ul li a {
              background-image: none;
              padding-left: 21px; }
          #skyline #global_nav .moneyandinsurance ul li.insurance {
            float: right;
            width: 160px; }
            #skyline #global_nav .moneyandinsurance ul li.insurance a {
              background-image: url("../images/header/icon-insurance.png");
              background-position: 20px 4px;
              background-repeat: no-repeat;
              padding-left: 43px; }
            #skyline #global_nav .moneyandinsurance ul li.insurance ul li a {
              background-image: none;
              padding-left: 21px; }
        #skyline #global_nav .moneyandinsurance ul ul {
          padding: 8px 0 10px;
          width: auto; }
          #skyline #global_nav .moneyandinsurance ul ul li {
            margin: 0 0 4px 0; }
            #skyline #global_nav .moneyandinsurance ul ul li a {
              font-weight: normal;
              margin-top: 0; }
      #skyline #global_nav li.about ul {
        min-width: 140px;
        _width: 140px; }
      #skyline #global_nav li.mobiles ul {
        min-width: 200px;
        _width: 200px; }
      #skyline #global_nav li.utilities ul {
        min-width: 220px;
        _width: 220px; }
      #skyline #global_nav li.broadband ul {
        min-width: 280px;
        _width: 280px; }
      #skyline #global_nav li.utilities, #skyline #global_nav li.broadband, #skyline #global_nav li.mobiles, #skyline #global_nav li.moneyandinsurance, #skyline #global_nav li.about {
        background: transparent;
        font-weight: bold;
        float: left;
        padding-right: 0; }
        #skyline #global_nav li.utilities a.parent, #skyline #global_nav li.broadband a.parent, #skyline #global_nav li.mobiles a.parent, #skyline #global_nav li.moneyandinsurance a.parent, #skyline #global_nav li.about a.parent {
          background-image: none;
          color: #003399;
          padding: 10px; }
          #skyline #global_nav li.utilities a.parent .ddarrow, #skyline #global_nav li.broadband a.parent .ddarrow, #skyline #global_nav li.mobiles a.parent .ddarrow, #skyline #global_nav li.moneyandinsurance a.parent .ddarrow, #skyline #global_nav li.about a.parent .ddarrow {
            background: transparent url(../images/header/dropdown_arrow.png) 0 -8px no-repeat;
            display: inline-block;
            margin-left: 1px;
            position: relative;
            overflow: hidden;
            *top: -3px;
            height: 6px;
            content: "";
            width: 8px; }
        #skyline #global_nav li.utilities a:hover, #skyline #global_nav li.broadband a:hover, #skyline #global_nav li.mobiles a:hover, #skyline #global_nav li.moneyandinsurance a:hover, #skyline #global_nav li.about a:hover {
          color: white; }
          #skyline #global_nav li.utilities a:hover .ddarrow, #skyline #global_nav li.broadband a:hover .ddarrow, #skyline #global_nav li.mobiles a:hover .ddarrow, #skyline #global_nav li.moneyandinsurance a:hover .ddarrow, #skyline #global_nav li.about a:hover .ddarrow {
            background: transparent; }
        #skyline #global_nav li.utilities.hover a, #skyline #global_nav li.broadband.hover a, #skyline #global_nav li.mobiles.hover a, #skyline #global_nav li.moneyandinsurance.hover a, #skyline #global_nav li.about.hover a {
          background: #0e3f91; }
        #skyline #global_nav li.utilities.hover .bg, #skyline #global_nav li.broadband.hover .bg, #skyline #global_nav li.mobiles.hover .bg, #skyline #global_nav li.moneyandinsurance.hover .bg, #skyline #global_nav li.about.hover .bg {
          display: none; }
        #skyline #global_nav li.utilities:hover, #skyline #global_nav li.utilities:focus, #skyline #global_nav li.utilities.hover, #skyline #global_nav li.broadband:hover, #skyline #global_nav li.broadband:focus, #skyline #global_nav li.broadband.hover, #skyline #global_nav li.mobiles:hover, #skyline #global_nav li.mobiles:focus, #skyline #global_nav li.mobiles.hover, #skyline #global_nav li.moneyandinsurance:hover, #skyline #global_nav li.moneyandinsurance:focus, #skyline #global_nav li.moneyandinsurance.hover, #skyline #global_nav li.about:hover, #skyline #global_nav li.about:focus, #skyline #global_nav li.about.hover {
          -moz-box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5);
          -webkit-box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5);
          box-shadow: 1px 4px 6px rgba(70, 70, 70, 0.5); }
          #skyline #global_nav li.utilities:hover a, #skyline #global_nav li.utilities:focus a, #skyline #global_nav li.utilities.hover a, #skyline #global_nav li.broadband:hover a, #skyline #global_nav li.broadband:focus a, #skyline #global_nav li.broadband.hover a, #skyline #global_nav li.mobiles:hover a, #skyline #global_nav li.mobiles:focus a, #skyline #global_nav li.mobiles.hover a, #skyline #global_nav li.moneyandinsurance:hover a, #skyline #global_nav li.moneyandinsurance:focus a, #skyline #global_nav li.moneyandinsurance.hover a, #skyline #global_nav li.about:hover a, #skyline #global_nav li.about:focus a, #skyline #global_nav li.about.hover a {
            color: white;
            z-index: 1005; }
            #skyline #global_nav li.utilities:hover a .ddarrow, #skyline #global_nav li.utilities:focus a .ddarrow, #skyline #global_nav li.utilities.hover a .ddarrow, #skyline #global_nav li.broadband:hover a .ddarrow, #skyline #global_nav li.broadband:focus a .ddarrow, #skyline #global_nav li.broadband.hover a .ddarrow, #skyline #global_nav li.mobiles:hover a .ddarrow, #skyline #global_nav li.mobiles:focus a .ddarrow, #skyline #global_nav li.mobiles.hover a .ddarrow, #skyline #global_nav li.moneyandinsurance:hover a .ddarrow, #skyline #global_nav li.moneyandinsurance:focus a .ddarrow, #skyline #global_nav li.moneyandinsurance.hover a .ddarrow, #skyline #global_nav li.about:hover a .ddarrow, #skyline #global_nav li.about:focus a .ddarrow, #skyline #global_nav li.about.hover a .ddarrow {
              background-position: 0 0; }
            #skyline #global_nav li.utilities:hover a .bg, #skyline #global_nav li.utilities:focus a .bg, #skyline #global_nav li.utilities.hover a .bg, #skyline #global_nav li.broadband:hover a .bg, #skyline #global_nav li.broadband:focus a .bg, #skyline #global_nav li.broadband.hover a .bg, #skyline #global_nav li.mobiles:hover a .bg, #skyline #global_nav li.mobiles:focus a .bg, #skyline #global_nav li.mobiles.hover a .bg, #skyline #global_nav li.moneyandinsurance:hover a .bg, #skyline #global_nav li.moneyandinsurance:focus a .bg, #skyline #global_nav li.moneyandinsurance.hover a .bg, #skyline #global_nav li.about:hover a .bg, #skyline #global_nav li.about:focus a .bg, #skyline #global_nav li.about.hover a .bg {
              -webkit-transform: rotate(-1deg);
              -moz-transform: rotate(-1deg);
              -ms-transform: rotate(-1deg);
              -o-transform: rotate(-1deg);
              filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9998476951563913, M12=0.01745240643728351, M21=-0.01745240643728351, M22=0.9998476951563913, sizingMethod='auto expand');
              transform: rotate(-1deg);
              zoom: 1;
              background-color: #0e3f91;
              position: absolute;
              top: 3px;
              right: -1px;
              height: 100px;
              width: 300px;
              z-index: -1; }
          #skyline #global_nav li.utilities:hover ul, #skyline #global_nav li.utilities:focus ul, #skyline #global_nav li.utilities.hover ul, #skyline #global_nav li.broadband:hover ul, #skyline #global_nav li.broadband:focus ul, #skyline #global_nav li.broadband.hover ul, #skyline #global_nav li.mobiles:hover ul, #skyline #global_nav li.mobiles:focus ul, #skyline #global_nav li.mobiles.hover ul, #skyline #global_nav li.moneyandinsurance:hover ul, #skyline #global_nav li.moneyandinsurance:focus ul, #skyline #global_nav li.moneyandinsurance.hover ul, #skyline #global_nav li.about:hover ul, #skyline #global_nav li.about:focus ul, #skyline #global_nav li.about.hover ul {
            left: 0; }
            #skyline #global_nav li.utilities:hover ul li, #skyline #global_nav li.utilities:focus ul li, #skyline #global_nav li.utilities.hover ul li, #skyline #global_nav li.broadband:hover ul li, #skyline #global_nav li.broadband:focus ul li, #skyline #global_nav li.broadband.hover ul li, #skyline #global_nav li.mobiles:hover ul li, #skyline #global_nav li.mobiles:focus ul li, #skyline #global_nav li.mobiles.hover ul li, #skyline #global_nav li.moneyandinsurance:hover ul li, #skyline #global_nav li.moneyandinsurance:focus ul li, #skyline #global_nav li.moneyandinsurance.hover ul li, #skyline #global_nav li.about:hover ul li, #skyline #global_nav li.about:focus ul li, #skyline #global_nav li.about.hover ul li {
              -moz-box-shadow: none;
              -webkit-box-shadow: none;
              box-shadow: none; }

  #uswitch-footer {
    min-width: 768px; }

  #footer-wrapper {
    width: 748px; }
    #footer-wrapper .fake-top {
      left: 0px;
      width: 100%; }
    #footer-wrapper .social {
      width: 750px; }
      #footer-wrapper .social ul {
        width: auto; }
        #footer-wrapper .social ul li {
          margin-right: 30px; }
      #footer-wrapper .social .sign-up {
        width: auto; }
    #footer-wrapper .categories ul, #footer-wrapper .categories .multi {
      margin-bottom: 10px;
      width: 32%; }
    #footer-wrapper .categories .more-links {
      width: 100%; }
    #footer-wrapper .categories .multi {
      clear: left; }
      #footer-wrapper .categories .multi.last {
        clear: none; }
    #footer-wrapper .site-links {
      width: 748px; }
    #footer-wrapper .trusted .logos {
      width: 680px; } }
@media all and (min-width: 868px) {
  /* desktop header overrides */
  .for-desktop {
    display: block !important; }

  .for-tablet {
    display: none !important; }

  /* phone number when it's in the header */
  #skywrap h2.helper .free {
    display: inline; }
  #skywrap h2.helper a {
    display: none; }

  #skyline {
    min-width: 960px; }
    #skyline #skywrap {
      padding: 0;
      width: 960px; }
      #skyline #skywrap #search_icon {
        margin-right: 0; }
      #skyline #skywrap #searchbox.showing {
        right: 0; }
    #skyline #global_nav {
      width: 850px; }
      #skyline #global_nav li.utilities, #skyline #global_nav li.broadband, #skyline #global_nav li.mobiles {
        margin-right: 18px; }
      #skyline #global_nav li.mobiles ul {
        min-width: 200px;
        _width: 200px; }
      #skyline #global_nav li.moneyandinsurance, #skyline #global_nav li.mobiles {
        margin-right: 18px; }
      #skyline #global_nav li.mobiles, #skyline #global_nav li.about {
        display: block; }

  #uswitch-footer {
    min-width: 976px; }

  #footer-wrapper {
    width: 976px; }
    #footer-wrapper .fake-top {
      left: 29px;
      width: 918px; }
    #footer-wrapper .social {
      width: 825px; }
      #footer-wrapper .social ul li {
        margin-right: 51px; }
        #footer-wrapper .social ul li a {
          width: 117px; }
      #footer-wrapper .social .sign-up {
        padding: 0 0 0 16px;
        width: 767px; }
        #footer-wrapper .social .sign-up form {
          float: left;
          width: 435px; }
    #footer-wrapper .categories ul {
      margin-right: 25px;
      _margin-right: 12px; }
      #footer-wrapper .categories ul li a {
        -webkit-transition: background, color, 0.1s linear;
        -moz-transition-property: background, color, linear;
        -moz-transition-duration: 0.2s; }
        #footer-wrapper .categories ul li a:hover {
          background: #104478; }
      #footer-wrapper .categories ul li .title a:hover, #footer-wrapper .categories ul li .show-more:hover, #footer-wrapper .categories ul li .hide-links:hover {
        background: none; }
    #footer-wrapper .categories .multi {
      clear: none;
      margin-right: 25px;
      _margin-right: 12px;
      width: 155px; }
      #footer-wrapper .categories .multi.last {
        margin-right: 0; }
    #footer-wrapper .categories ul.gas {
      width: 185px; }
    #footer-wrapper .categories ul.bb {
      width: 190px; }
    #footer-wrapper .categories ul.mp {
      width: 187px; }
    #footer-wrapper .trusted .logos {
      float: left;
      padding: 0 0 0 25px;
      width: 927px; }
      #footer-wrapper .trusted .logos a {
        height: 100px; }
      #footer-wrapper .trusted .logos a:hover img {
        top: -102px; }
    #footer-wrapper .site-links {
      width: 976px; }

  .no-js #footer-wrapper .trusted .logos {
    float: none;
    width: 715px; }
    .no-js #footer-wrapper .trusted .logos a {
      height: 64px; }
    .no-js #footer-wrapper .trusted .logos a:hover img {
      top: -72px; }

  .ie7 #footer-wrapper .trusted .logos li, .ie6 #footer-wrapper .trusted .logos li {
    margin-right: 10px; } }
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0; }

header, footer, aside, section, article {
  display: block; }

a, .fake-link {
  color: #0091eb;
  cursor: pointer;
  text-decoration: none; }
  a:hover, .fake-link:hover {
    color: #00b4ff; }
  a:visited, .fake-link:visited {
    color: #258ecf; }

.last, .edge {
  margin-right: 0 !important; }

.twelve-col {
  width: 100%; }

button {
  *margin: -2px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative; }

.btn {
  background: #eaeaea;
  border-radius: 5px;
  color: #0c1424 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: inset 1px 10px 0 white, 1px 1px 2px #333333;
  -moz-box-shadow: inset 1px 10px 0 white, 1px 1px 2px #333333;
  box-shadow: inset 1px 10px 0 white, 1px 1px 2px #333333;
  background: -moz-linear-gradient(top, white, #eaeaea);
  background: -webkit-gradient(linear, center top, center bottom, from(white), to(#eaeaea));
  background: linear-gradient(top, #ffffff, #eaeaea);
  -pie-background: linear-gradient(#ffffff, #eaeaea);
  padding: 5px 15px 6px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap; }
  .btn.btn_big {
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 17px 0 white, 1px 1px 2px #333333;
    -moz-box-shadow: inset 1px 17px 0 white, 1px 1px 2px #333333;
    box-shadow: inset 1px 17px 0 white, 1px 1px 2px #333333;
    font-size: 17px;
    font-weight: normal;
    padding: 7px 18px 9px; }
  .btn:hover {
    box-shadow: 1px 10px 1px white inset, 1px 1px 1px #bbbbbb, 0 0 0 4px #ffff88;
    -moz-box-shadow: 1px 10px 1px white inset, 1px 1px 1px #bbbbbb, 0 0 0 4px #ffff88;
    -webkit-box-shadow: 1px 10px 1px white inset, 1px 1px 1px #bbbbbb, 0 0 0 4px #ffff88; }
  .btn:active {
    box-shadow: 1px 2px 2px #999999 inset, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -moz-box-shadow: 1px 2px 2px #999999 inset, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: 1px 2px 2px #999999 inset, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow; }

.btn_dark_bg {
  color: black;
  -moz-box-shadow: inset 1px 10px 0 white, 1px 1px 2px #333333;
  -webkit-box-shadow: inset 1px 10px 0 white, 1px 1px 2px #333333;
  box-shadow: inset 1px 10px 0 white, 1px 1px 2px #333333; }
  .btn_dark_bg:hover {
    -moz-box-shadow: inset 1px 10px 0 white, -2px -2px 3px rgba(255, 255, 255, 0.3), 2px 2px 3px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 1px 10px 0 white, -2px -2px 3px rgba(255, 255, 255, 0.3), 2px 2px 3px rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 10px 0 white, -2px -2px 3px rgba(255, 255, 255, 0.3), 2px 2px 3px rgba(255, 255, 255, 0.3); }

.btn_arrowed:after {
  background: url(../images/btn_arrow.png) no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 7px;
  position: relative;
  top: -1px;
  width: 6px; }

.btn_red.btn_arrowed:after, .btn_dullblue.btn_arrowed:after, .btn_pink.btn_arrowed:after, .btn_purple.btn_arrowed:after, .btn_midnightblue.btn_arrowed:after, .btn_skyblue.btn_arrowed:after, .btn_orange.btn_arrowed:after, .btn_plum.btn_arrowed:after, .btn_green.btn_arrowed:after {
  background-image: url(../images/btn_arrow_white.png); }

.btn_red {
  background: #d3042e;
  color: white !important;
  -moz-box-shadow: inset 1px 10px 0 #ff0033, 1px 1px 2px #333333;
  -webkit-box-shadow: inset 1px 10px 0 #ff0033, 1px 1px 2px #333333;
  box-shadow: inset 1px 10px 0 #ff0033, 1px 1px 2px #333333;
  background: -moz-linear-gradient(top, #ff0033, #d3042e);
  background: -webkit-gradient(linear, center top, center bottom, from(#ff0033), to(#d3042e));
  background: linear-gradient(top, #ff0033, #d3042e);
  -pie-background: linear-gradient(#ff0033, #d3042e); }
  .btn_red.btn_big {
    -moz-box-shadow: inset 1px 17px 0 #ff0033, 1px 1px 2px #333333;
    -webkit-box-shadow: inset 1px 17px 0 #ff0033, 1px 1px 2px #333333;
    box-shadow: inset 1px 17px 0 #ff0033, 1px 1px 2px #333333; }
  .btn_red:hover, .btn_red.hover {
    -moz-box-shadow: inset 1px 10px 1px #ff0033, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 10px 1px #ff0033, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 10px 1px #ff0033, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow; }
  .btn_red:active {
    -moz-box-shadow: inset 1px 2px 2px #84021e, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    -webkit-box-shadow: inset 1px 2px 2px #84021e, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    box-shadow: inset 1px 2px 2px #84021e, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow; }

.btn_pink {
  background: #ff70cd;
  color: white !important;
  -moz-box-shadow: inset 1px 10px 0 #ff70cd, 1px 1px 2px #999999;
  -webkit-box-shadow: inset 1px 10px 0 #ff70cd, 1px 1px 2px #999999;
  box-shadow: inset 1px 10px 0 #ff70cd, 1px 1px 2px #999999;
  background: -moz-linear-gradient(top, #ff70cd, #ff33b2);
  background: -webkit-gradient(linear, center top, center bottom, from(#ff70cd), to(#ff33b2));
  background: linear-gradient(top, #ff70cd, #ff33b2);
  -pie-background: linear-gradient(#ff70cd, #ff33b2); }
  .btn_pink.btn_big {
    -moz-box-shadow: inset 1px 17px 0 #ff70cd, 1px 1px 2px #999999;
    -webkit-box-shadow: inset 1px 17px 0 #ff70cd, 1px 1px 2px #999999;
    box-shadow: inset 1px 17px 0 #ff70cd, 1px 1px 2px #999999; }
  .btn_pink:hover {
    -moz-box-shadow: inset 1px 10px 1px #ff70cd, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 10px 1px #ff70cd, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 10px 1px #ff70cd, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow; }
  .btn_pink:active {
    -moz-box-shadow: inset 1px 2px 2px #c83c87, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    -webkit-box-shadow: inset 1px 2px 2px #c83c87, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    box-shadow: inset 1px 2px 2px #c83c87, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow; }

.btn_purple {
  background: #8c1eb6;
  color: white !important;
  -moz-box-shadow: inset 1px 10px 0 #bd2bf1, 1px 1px 2px #999999;
  -webkit-box-shadow: inset 1px 10px 0 #bd2bf1, 1px 1px 2px #999999;
  box-shadow: inset 1px 10px 0 #bd2bf1, 1px 1px 2px #999999;
  background: -moz-linear-gradient(top, #bd2bf1, #8c1eb6);
  background: -webkit-gradient(linear, center top, center bottom, from(#bd2bf1), to(#8c1eb6));
  background: linear-gradient(top, #bd2bf1, #8c1eb6);
  -pie-background: linear-gradient(#bd2bf1, #8c1eb6); }
  .btn_purple.btn_big {
    -moz-box-shadow: inset 1px 17px 0 #bd2bf1, 1px 1px 2px #999999;
    -webkit-box-shadow: inset 1px 17px 0 #bd2bf1, 1px 1px 2px #999999;
    box-shadow: inset 1px 17px 0 #bd2bf1, 1px 1px 2px #999999; }
  .btn_purple:hover {
    -moz-box-shadow: inset 1px 10px 1px #bd2bf1, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 10px 1px #bd2bf1, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 10px 1px #bd2bf1, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow; }
  .btn_purple:active {
    -moz-box-shadow: inset 1px 2px 2px #8c1eb6, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    -webkit-box-shadow: inset 1px 2px 2px #8c1eb6, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    box-shadow: inset 1px 2px 2px #8c1eb6, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow; }

.btn_midnightblue {
  background: #194da0;
  color: white !important;
  -moz-box-shadow: inset 1px 10px 0 #1769c2, 1px 1px 2px #999999;
  -webkit-box-shadow: inset 1px 10px 0 #1769c2, 1px 1px 2px #999999;
  box-shadow: inset 1px 10px 0 #1769c2, 1px 1px 2px #999999;
  background: -moz-linear-gradient(top, #1769c2, #194da0);
  background: -webkit-gradient(linear, center top, center bottom, from(#1769c2), to(#194da0));
  background: linear-gradient(top, #1769c2, #194da0);
  -pie-background: linear-gradient(#1769c2, #194da0); }
  .btn_midnightblue.btn_big {
    -moz-box-shadow: inset 1px 17px 0 #1769c2, 1px 1px 2px #999999;
    -webkit-box-shadow: inset 1px 17px 0 #1769c2, 1px 1px 2px #999999;
    box-shadow: inset 1px 17px 0 #1769c2, 1px 1px 2px #999999; }
  .btn_midnightblue:hover {
    -moz-box-shadow: inset 1px 10px 1px #1769c2, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 10px 1px #1769c2, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 10px 1px #1769c2, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow; }
  .btn_midnightblue:active {
    -moz-box-shadow: inset 1px 2px 2px #004bb1, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    -webkit-box-shadow: inset 1px 2px 2px #004bb1, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    box-shadow: inset 1px 2px 2px #004bb1, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow; }

.btn_skyblue {
  background: #0086e5;
  color: white !important;
  -moz-box-shadow: inset 1px 10px 0 #42a4e4, 1px 1px 2px #333333;
  -webkit-box-shadow: inset 1px 10px 0 #42a4e4, 1px 1px 2px #333333;
  box-shadow: inset 1px 10px 0 #42a4e4, 1px 1px 2px #333333;
  background: -moz-linear-gradient(top, #42a4e4, #0086e5);
  background: -webkit-gradient(linear, center top, center bottom, from(#42a4e4), to(#0086e5));
  background: linear-gradient(top, #42a4e4, #0086e5);
  -pie-background: linear-gradient(#42a4e4, #0086e5); }
  .btn_skyblue.btn_big {
    -moz-box-shadow: inset 1px 17px 0 #42a4e4, 1px 1px 2px #333333;
    -webkit-box-shadow: inset 1px 17px 0 #42a4e4, 1px 1px 2px #333333;
    box-shadow: inset 1px 17px 0 #42a4e4, 1px 1px 2px #333333; }
  .btn_skyblue:hover {
    -moz-box-shadow: inset 1px 2px 1px #42a4e4, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 2px 1px #42a4e4, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 2px 1px #42a4e4, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow; }
  .btn_skyblue:active {
    -moz-box-shadow: inset 1px 2px 2px #0086e5, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 2px 2px #0086e5, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 2px 2px #0086e5, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow; }

.btn_orange {
  background: #e08a00;
  color: white !important;
  -moz-box-shadow: inset 1px 10px 0 #ff9c00, 1px 1px 2px #333333;
  -webkit-box-shadow: inset 1px 10px 0 #ff9c00, 1px 1px 2px #333333;
  box-shadow: inset 1px 10px 0 #ff9c00, 1px 1px 2px #333333;
  background: -moz-linear-gradient(top, #ff9c00, #e08a00);
  background: -webkit-gradient(linear, center top, center bottom, from(#ff9c00), to(#e08a00));
  background: linear-gradient(top, #ff9c00, #e08a00);
  -pie-background: linear-gradient(#ff9c00, #e08a00); }
  .btn_orange.btn_big {
    -moz-box-shadow: inset 1px 17px 0 #ff9c00, 1px 1px 2px #333333;
    -webkit-box-shadow: inset 1px 17px 0 #ff9c00, 1px 1px 2px #333333;
    box-shadow: inset 1px 17px 0 #ff9c00, 1px 1px 2px #333333; }
  .btn_orange:hover {
    -moz-box-shadow: inset 1px 2px 1px #e57127, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 2px 1px #e57127, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 2px 1px #e57127, 1px 1px 1px #333333, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow; }
  .btn_orange:active {
    -moz-box-shadow: inset 1px 2px 2px #e08a00, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 2px 2px #e08a00, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 2px 2px #e08a00, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow; }

.btn_green {
  background-color: #43af0e;
  color: white !important;
  -moz-box-shadow: inset 1px 10px 0 #89cb06, 1px 1px 2px #999999;
  -webkit-box-shadow: inset 1px 10px 0 #89cb06, 1px 1px 2px #999999;
  box-shadow: inset 1px 10px 0 #89cb06, 1px 1px 2px #999999;
  background: -moz-linear-gradient(top, #89cb06, #43af0e);
  background: -webkit-gradient(linear, center top, center bottom, from(#89cb06), to(#43af0e));
  background: linear-gradient(top, #89cb06, #43af0e);
  -pie-background: linear-gradient(#89cb06, #43af0e); }
  .btn_green.btn_big {
    -moz-box-shadow: inset 1px 17px 0 #89cb06, 1px 1px 2px #999999;
    -webkit-box-shadow: inset 1px 17px 0 #89cb06, 1px 1px 2px #999999;
    box-shadow: inset 1px 17px 0 #89cb06, 1px 1px 2px #999999; }
  .btn_green:hover {
    -moz-box-shadow: inset 1px 10px 1px #89cb06, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    -webkit-box-shadow: inset 1px 10px 1px #89cb06, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow;
    box-shadow: inset 1px 10px 1px #89cb06, 1px 1px 1px #cccccc, -2px -2px 0 1px yellow, 2px -2px 0 1px yellow, -2px 2px 0 1px yellow, 2px 2px 0 1px yellow; }
  .btn_green:active {
    -moz-box-shadow: inset 1px 2px 2px #6a8800, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    -webkit-box-shadow: inset 1px 2px 2px #6a8800, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow;
    box-shadow: inset 1px 2px 2px #6a8800, -2px -2px 1px 1px yellow, 2px -2px 1px 1px yellow, -2px 2px 1px 1px yellow, 2px 2px 1px 1px yellow; }

.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8; }
  .twipsy.fade.in {
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8; }
  .twipsy.above .twipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black; }
  .twipsy.left .twipsy-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black; }
  .twipsy.below .twipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black; }
  .twipsy.right .twipsy-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black; }

.twipsy-inner {
  padding: 5px 10px;
  background-color: black;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0; }
  .fade.in {
    opacity: 1; }

#popup-content {
  display: none; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }
  #fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(/javascripts/fancybox/fancybox.png); }

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: white; }

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0 solid white; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(/javascripts/fancybox/fancybox.png) -40px 0;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox-error {
  color: #444444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top; }

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(/javascripts/fancybox/blank.gif);
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0; }

#fancybox-right {
  right: 0; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background-image: url(/javascripts/fancybox/fancybox.png);
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url(/javascripts/fancybox/fancybox.png);
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001; }

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(/javascripts/fancybox/fancybox-x.png); }

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(/javascripts/fancybox/fancybox.png);
  background-position: -40px -162px; }

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(/javascripts/fancybox/fancybox-y.png);
  background-position: -20px 0; }

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(/javascripts/fancybox/fancybox.png);
  background-position: -40px -182px; }

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(/javascripts/fancybox/fancybox-x.png);
  background-position: 0 -20px; }

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(/javascripts/fancybox/fancybox.png);
  background-position: -40px -142px; }

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(/javascripts/fancybox/fancybox-y.png); }

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(/javascripts/fancybox/fancybox.png);
  background-position: -40px -122px; }

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  background: white;
  position: relative; }

.fancybox-title-outside {
  padding-top: 10px;
  color: white; }

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background-image: url(/javascripts/fancybox/fancy_title_over.png);
  display: block; }

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px; }

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto; }
  #fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(/javascripts/fancybox/fancybox.png) -40px -90px no-repeat; }

#fancybox-title-float-main {
  color: white;
  line-height: 29px;
  font-weight: 700;
  padding: 0 0 3px;
  background: url(/javascripts/fancybox/fancybox-x.png) 0 -40px; }

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(/javascripts/fancybox/fancybox.png) -55px -90px no-repeat; }

@import url("http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic");
.hidden {
  display: none; }

.print-footer {
  display: none !important; }

.main-content {
  clear: left;
  margin: 0 10px;
  padding-top: 20px; }
  .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5 {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0; }
  .main-content h1, .main-content h2, .main-content h3, .main-content h4 {
    color: #333333;
    margin-bottom: 10px; }
  .main-content h1 {
    font-size: 24px; }
  .main-content h2 {
    font-size: 21px; }
  .main-content h3 {
    font-size: 17px; }
  .main-content h4 {
    font-size: 14px; }
  .main-content table p {
    color: #333333; }
  .main-content hgroup {
    display: block; }
  .main-content fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  .main-content a, .main-content .fl, .main-content .fake-link {
    color: #0091eb;
    cursor: pointer;
    text-decoration: none; }
    .main-content a:hover, .main-content .fl:hover, .main-content .fake-link:hover {
      color: #00b4ff; }
    .main-content a:visited, .main-content .fl:visited, .main-content .fake-link:visited {
      color: #258ecf; }
    .main-content a.help, .main-content a.inline-help, .main-content .fl.help, .main-content .fl.inline-help, .main-content .fake-link.help, .main-content .fake-link.inline-help {
      width: 21px;
      height: 18px;
      background: url(../images/help.jpg) no-repeat;
      float: right;
      text-indent: -9999em;
      overflow: hidden;
      margin-top: 2px; }
  .main-content ul, .main-content ol {
    padding-left: 0;
    margin-left: 0; }
    .main-content ul li, .main-content ol li {
      color: #666666; }
  .main-content ul li, .main-content ol li {
    list-style-type: none;
    padding-bottom: 10px; }
  .main-content .last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .main-content hr {
    color: rgba(0, 0, 0, 0.15);
    height: 0.4em;
    background-color: rgba(0, 0, 0, 0.15);
    border: none; }

p {
  color: #666666;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 0; }

p.smaller {
  font-size: 12px;
  line-height: 1.5; }

p.help {
  font-size: 12px;
  line-height: 1.2; }

/* structure */
.secondary {
  background: #fafafa url(../images/shadow.png) top center no-repeat;
  padding: 20px 0; }

/* related column */
.related {
  margin-bottom: 20px; }
  .related h1, .related h2, .related h3, .related h4 {
    background-color: #e9e9e9;
    color: #484542;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px; }
  .related ul {
    overflow: hidden;
    margin: 0; }
    .related ul li {
      background-image: url(../images/btn_arrow.png);
      background-repeat: no-repeat;
      background-position: 0 4px;
      font-size: 12px;
      padding-left: 15px;
      padding-bottom: 9px;
      margin-left: 5px; }

/* forms */
.main-content form ul {
  margin-top: 0; }
.main-content form li {
  border-bottom: 1px solid #e8e8e8;
  clear: left;
  overflow: hidden;
  padding: 10px 10px 15px; }
  .main-content form li:last-child {
    padding-bottom: 15px; }
  .main-content form li.multi input[type=text], .main-content form li.multi select {
    min-width: 0;
    margin-right: 10px; }
  .main-content form li.multi ul {
    overflow: hidden; }
    .main-content form li.multi ul li {
      border: 0;
      clear: none;
      float: left;
      padding: 0; }
      .main-content form li.multi ul li label {
        position: absolute;
        left: -999em; }
  .main-content form li.stacked li {
    float: none;
    padding-bottom: 5px; }
    .main-content form li.stacked li:last-child {
      padding-bottom: 0; }
.main-content form label {
  color: #454040;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px; }
.main-content form .invert {
  float: left;
  width: 80%; }
  .main-content form .invert li {
    background-color: #f9f9f9;
    border: 1px solid #e7e9e9;
    border-radius: 10px;
    padding: 10px 1px 10px 10px;
    margin-bottom: 10px; }
    .main-content form .invert li:last-child {
      margin-bottom: 0; }
  .main-content form .invert label {
    display: inline;
    font-weight: normal;
    margin-bottom: 0; }
  .main-content form .invert input {
    width: auto; }
.main-content form input[type=text], .main-content form input[type=number], .main-content form input[type=tel], .main-content form input[type=email], .main-content form input[type=password] {
  border: 1px solid #c4c0c0;
  height: 20px;
  margin-left: 0; }
.main-content form select {
  font-size: 16px; }
.main-content form textarea {
  border: 1px solid #c4c0c0;
  height: 80px; }

/* error messages */
.main-content .error-list {
  background-color: #ffffcc;
  border: 2px solid #e2c822;
  padding: 5px;
  margin: 0 0 10px; }
  .main-content .error-list li {
    background: url(../images/warning.png) no-repeat 5px 0;
    padding: 0 0 0 30px;
    line-height: 1.4;
    color: #990000;
    font-weight: bold;
    font-size: 12px; }
.main-content form li.error {
  background-color: #ffffe5; }
  .main-content form li.error input {
    border: 1px solid #990000; }
  .main-content form li.error input, .main-content form li.error select {
    float: left; }
  .main-content form li.error label {
    color: #990000; }
  .main-content form li.error .icon {
    display: block;
    padding: 3px 1px 1px 5px; }
  .main-content form li.error .invert input {
    float: none; }
  .main-content form li.error .invert .icon {
    display: inline;
    vertical-align: bottom; }

/* lists */
.main-content .numeric, .main-content .bulleted {
  margin-left: 20px; }
.main-content .numeric li {
  list-style-type: decimal; }
.main-content .bulleted li {
  list-style-type: disc; }

/* progress indicator */
.progress-container .progress {
  margin: 10px 0;
  padding: 5px 5px 0; }

.progress {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  background-color: #ebf5fb; }
  .progress div {
    display: inline; }
  .progress li {
    float: left;
    margin-right: 10px;
    padding-bottom: 5px; }
    .progress li a, .progress li a:visited, .progress li span {
      color: #666666; }
    .progress li a:hover {
      color: #00b4ff; }
    .progress li span {
      display: none; }
    .progress li:after {
      content: ".";
      color: #ebf5fb;
      background: url(../images/btn_arrow.png) no-repeat 100% 50%;
      display: inline-block;
      padding-right: 8px; }
    .progress li:last-child:after {
      content: ""; }
    .progress li.current {
      font-weight: bold;
      color: #111111; }
    .progress li.complete {
      display: none; }

/* telephone number */
.telephone {
  color: #003a7b;
  font-size: 18px;
  margin-bottom: 20px; }
  .telephone a {
    color: #003a7b; }
  .telephone .num {
    background: url(../images/telephone.png) no-repeat 0 2px;
    display: none;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding-left: 20px; }
  .telephone .free {
    display: block; }
  .telephone .type {
    padding-left: 22px; }

/* call outs */
.main-content .call-out, .main-content .call-out label, .main-content .call-out p {
  color: white; }
.main-content .call-out {
  background: #98cb33 url(../images/call-out.png) no-repeat bottom right;
  margin-bottom: -40px;
  overflow: hidden;
  padding-bottom: 60px; }
  .main-content .call-out ul {
    margin: 5px 0 0; }
    .main-content .call-out ul li {
      border-bottom: 0;
      padding: 5px 0; }
  .main-content .call-out p {
    font-size: 12px;
    padding: 5px 10px 0; }
  .main-content .call-out form {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; }
  .main-content .call-out .btn {
    margin: 1px 3px 3px 0; }

/* tables */
table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%; }
  table th {
    text-align: left; }

.comparison {
  margin-bottom: 20px;
  width: auto; }
  .comparison table {
    -webkit-box-shadow: 3px 0 10px #dddddd;
    -moz-box-shadow: 3px 0 10px #dddddd;
    box-shadow: 3px 0 10px #dddddd;
    margin: 0 15px 0;
    width: auto; }
    .comparison table thead tr {
      border-bottom: 3px solid #115897; }
    .comparison table tbody tr {
      border-bottom: 3px solid #dddddd; }
    .comparison table tr th.empty-header {
      background-color: #1a84e3;
      border-left: 1px solid #1a84e3; }
    .comparison table tr td:first-child {
      background-color: white;
      border-left: 1px solid #dddddd;
      padding-left: 25px; }
    .comparison table th {
      background-color: #1a84e3;
      color: white;
      font-size: 12px;
      padding: 10px 0;
      text-align: center; }
    .comparison table td, .comparison table p {
      color: #666666;
      font-size: 12px;
      line-height: 1.4; }
    .comparison table td {
      padding: 10px;
      text-align: center; }
      .comparison table td.img {
        padding: 5px 10px; }
      .comparison table td.product {
        text-align: left; }
        .comparison table td.product a {
          font-weight: bold;
          display: block;
          margin-bottom: 5px; }
        .comparison table td.product ul {
          margin: 0; }
          .comparison table td.product ul li {
            background: url(../images/tick-small.png) no-repeat 0 0;
            padding-left: 20px;
            padding-bottom: 4px; }
      .comparison table td.action p {
        margin-top: 5px;
        line-height: 1.2; }
      .comparison table td.action b {
        display: block;
        font-size: 14px; }
      .comparison table td .amount {
        color: #63ad30;
        font-size: 18px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0; }

table.simple {
  border: 1px solid #cccccc; }
  table.simple th {
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc; }
  table.simple td {
    border-bottom: 1px solid #eeeeee; }
  table.simple td, table.simple th {
    padding: 7px 5px; }
  table.simple tr:nth-child(even) {
    background: white; }
  table.simple tr:nth-child(odd) {
    background: #f2f2f2; }
  table.simple tr:last-child td {
    border-bottom: 1px solid #cccccc; }

/* ribbon table */
.ribbon {
  background: url(../images/ribbon.png) 0 0 no-repeat;
  clear: both;
  margin-bottom: 30px;
  min-height: 60px;
  padding-left: 7px; }
  .ribbon h2, .ribbon h3, .ribbon h4 {
    font-size: 18px;
    padding: 5px 5px 0; }
  .ribbon h2, .ribbon h3, .ribbon h4, .ribbon p {
    background-color: #166ac3;
    color: white;
    margin: 0; }
  .ribbon p {
    font-size: 12px;
    padding: 0 5px 5px; }
  .ribbon table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%; }
    .ribbon table tr {
      border: 10px solid #f2f2f2; }
      .ribbon table tr td {
        padding: 10px; }

/* fancybox */
#fancybox-content h1, #fancybox-content h2, #fancybox-content h3 {
  margin: 0 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2299dd; }
#fancybox-content p {
  font-size: 14px;
  line-height: 1.3; }

#help-content {
  padding-bottom: 10px;
  position: absolute;
  left: -999em; }

.help-sections {
  display: none; }

@media all and (min-width: 500px) {
  .main-content form .invert li {
    background: none;
    border: 0;
    clear: none;
    float: left;
    margin: 0 20px 0 0;
    padding: 0 1px 0 0; }
  .main-content form select {
    font-size: 14px; }
  .main-content .call-out {
    float: right;
    margin-left: 3%; }

  .telephone .num {
    display: block; }
  .telephone .free {
    display: none; }

  .progress-container .progress {
    padding: 0; }

  .progress {
    background: url(../images/progress-dotted.png) no-repeat 15px 15px;
    margin: 20px 40px 0;
    height: 70px;
    position: relative; }
    .progress a, .progress .a {
      display: block; }
    .progress li {
      font-size: 12px;
      float: none;
      margin-right: 0;
      max-width: 90px;
      position: absolute;
      text-align: center; }
      .progress li span {
        background-color: #f0f0f0;
        -moz-border-radius-topleft: 16px;
        -webkit-border-top-left-radius: 16px;
        border-top-left-radius: 16px;
        -moz-border-radius-topright: 16px;
        -webkit-border-top-right-radius: 16px;
        border-top-right-radius: 16px;
        -moz-border-radius-bottomleft: 16px;
        -webkit-border-bottom-left-radius: 16px;
        border-bottom-left-radius: 16px;
        -moz-border-radius-bottomright: 16px;
        -webkit-border-bottom-right-radius: 16px;
        border-bottom-right-radius: 16px;
        font-size: 14px;
        margin: 0 auto 3px;
        text-align: center;
        display: block;
        font-size: 18px;
        line-height: 30px;
        width: 30px;
        height: 30px; }
      .progress li.first {
        left: 0;
        width: 60px; }
      .progress li.last {
        right: 0;
        width: 60px; }
      .progress li:after {
        content: ""; }
      .progress li.current span {
        background-color: #166ac3;
        color: white; }
      .progress li.current:before {
        content: ""; }
      .progress li.complete {
        display: block; }
    .progress.three-steps li.second {
      left: 45%; }
    .progress.four-steps li.second {
      left: 29%; }
    .progress.four-steps li.third {
      right: 29%; }
    .progress.five-steps li.second {
      left: 20%; }
    .progress.five-steps li.third {
      left: 45%; }
    .progress.five-steps li.fourth {
      right: 20%; }
    .progress.six-steps li.second {
      left: 17%; }
    .progress.six-steps li.third {
      left: 37%; }
    .progress.six-steps li.fourth {
      left: 51%; }
    .progress.six-steps li.fifth {
      right: 17%; }

  .main-content {
    margin: 0 10px; }

  .eleven-col, .ten-col, .nine-col, .eight-col, .seven-col, .six-col, .five-col, .four-col, .three-col, .two-col, .one-col {
    float: left;
    overflow: hidden;
    margin-right: 3%; }

  .twelve-col, .comparison {
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }

  .eleven-col, .ten-col {
    width: 100%; }

  .nine-col {
    width: 100%; }

  .eight-col {
    width: 100%; }

  .seven-col {
    width: 68%; }

  .six-col {
    width: 48%; }

  .five-col {
    width: 48%; }

  .four-col {
    width: 48%; }

  .three-col {
    width: 23%; }

  .two-col {
    width: 18%; }

  .one-col {
    width: 8%; } }
@media screen and (min-width: 868px) {
  .seasonal-winter {
    background: url(../images/winter-bg.png) no-repeat center top; }
    .seasonal-winter .twelve-col {
      background: white;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 3%, white 95%, rgba(255, 255, 255, 0) 100%);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 3%, white 95%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 3%, white 95%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 3%, white 95%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 3%, #ffffff 95%, rgba(255, 255, 255, 0) 100%);
      padding: 0 15px; }

  .seasonal-winter-bg-only {
    background: url(../images/winter-bg.png) no-repeat center top; }

  .main-content .call-out {
    margin-left: 22px; }
  .main-content .progress {
    margin-top: 10px; }

  #help-content {
    width: 820px; }

  .main-content, .ribbon, .secondary, .twelve-col {
    margin: 0 auto; }

  .comparison {
    margin: 0 auto 20px;
    width: 992px; }

  .ribbon {
    width: 967px; }

  .eleven-col, .ten-col, .nine-col, .eight-col, .seven-col, .six-col, .five-col, .four-col, .three-col, .two-col, .one-col {
    margin-right: 22px; }

  .twelve-col {
    margin-bottom: 20px;
    width: 962px; }

  .eleven-col {
    width: 880px; }

  .ten-col {
    width: 798px; }

  .nine-col {
    width: 716px; }

  .eight-col {
    width: 634px; }

  .seven-col {
    width: 552px; }

  .six-col {
    width: 470px; }

  .five-col {
    width: 388px; }

  .four-col {
    width: 306px; }

  .three-col {
    width: 224px; }

  .two-col {
    width: 142px; }

  .one-col {
    width: 60px; } }
@media print {
  .main-content a:link:after,
  .main-content a:visited:after {
    content: " [http://www.uswitch.com" attr(href) "]" !important; }

  body,
  p,
  div,
  span,
  h1, h2, h3, h4, h5, h6,
  a,
  label,
  footer,
  th, td,
  .btn {
    color: black !important;
    background-image: none !important;
    background-color: transparent !important; }

  .btn {
    border: 0 !important;
    -webkit-box-shadow: 0 0 0 black;
    -moz-box-shadow: 0 0 0 black;
    box-shadow: 0 0 0 black; }

  p {
    font-size: 14px !important; }

  #global_nav,
  #search_icon,
  #footer-wrapper {
    display: none !important; }

  footer {
    border-top: 1px solid #aaaaaa !important;
    padding: 10px !important;
    margin-top: 30px !important; }

  .print-footer {
    display: block !important; }
    .print-footer p {
      margin: 0 0 5px; } }
