@charset "UTF-8";
/* BASE STYLING - Navigation Included (Pre-address, Residential, and Nav)
==========================================*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=de9e63c0-16c6-4e58-959f-70aa0dab33c8");
* {
  margin: 0;
  font-family: Arial, sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
  box-sizing: border-box;
  background: #fff;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.d-inline-block {
  display: inline-block;
}

.order-total-subhead {
  color: #000;
}

/*NAV--------*/
nav, .navbar-toggle {
  background-color: #180A3F !important;
}

.navbar {
  margin-bottom: 0px !important;
}

nav a {
  color: #fff !important;
  text-decoration: none !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.fiber-logo-mobile {
  width: 100vw;
}

.fiber-logo-desktop {
  display: none;
}

.navbar-toggle {
  border: none !important;
}

.navbar-collapse {
  border-top: none !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0) !important;
}

.navbar-collapse.collapse,
.navbar-collape.collapse.in,
.navbar-collapse.collapsing,
.dropdown-menu {
  text-align: right !important;
}

.dropdown-menu {
  background-color: #238FCF !important;
}

.dropdown-menu li a:hover {
  background-color: #1d76aa !important;
}

.register-nav-link {
  background-color: #F37D1D !important;
  display: block;
}

.register-nav-link-desktop {
  display: none !important;
}

@media screen and (min-width: 768px) {
  /*NAV--------*/
  .navbar.navbar-inverse.navbar-fixed-top {
    height: 130px;
  }
  .container.navbar-container {
    margin: 0px !important;
    width: 100% !important;
    padding: 0px !important;
    font-size: 12px !important;
  }
  .nav.navbar-nav {
    float: right !important;
    text-align: right !important;
  }
  .register-nav-link {
    display: none !important;
  }
  .register-nav-link-desktop {
    display: block !important;
  }
  .register-nav-btn {
    background-color: #F37D1D;
    border: none;
    padding: 5px 10px;
    font-weight: bold;
    position: relative;
    bottom: 5px;
  }
  .register-nav-btn:hover {
    background-color: #d06916;
    cursor: pointer;
  }
}

@media screen and (min-width: 1600px) {
  .fiber-logo-mobile {
    display: none;
  }
  .fiber-logo-desktop {
    display: block;
    max-width: 100vw;
    height: auto;
  }
}

/* END base styling */
/* layout.scss
==========================================*/
.tds-width-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tds-width-container:before, .tds-width-container:after {
  content: " ";
  display: table;
}

.tds-width-container:after {
  clear: both;
}

@media (min-width: 751px) {
  .tds-width-container {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .tds-width-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .tds-width-container {
    width: 1170px;
  }
}

.tds-width-container {
  max-width: 1200px;
}

@media (min-width: 960px) {
  .tds-width-container {
    width: 100%;
  }
}

.neighborhood-list-wrap {
  margin-top: 20px;
}

.bg-radial {
  background-color: #000;
  background: radial-gradient(circle at bottom, #00356b, #001039, #000);
}

.bg-radial.dk-gray {
  background-color: #202c34;
  background: radial-gradient(circle at bottom, #414b51, #243039, #202c34);
}

.bg-radial.gray-blue {
  background-color: #1d2531;
  background: radial-gradient(circle at top, #00356b, #273645, #1d2531);
}

.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media only screen and (max-width: 640px) {
  .grid {
    display: block;
  }
}

.grid > .grid-cell {
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 640px) {
  .grid > .grid-cell {
    display: block;
    width: 100%;
  }
}

.resi-register .col-sm-6.col-sm-offset-6 {
  padding-right: 0;
}

.register-video {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .register-sidebar {
    padding-left: 28px;
  }
}

.section-content.construction {
  padding-bottom: 24px;
}

.section-content.construction-disclaimer {
  min-height: auto;
  padding-top: 0;
}

.construction-disclaimer .tds-width-container .disclaimer {
  border-top: solid 1px #d9d9d9;
  padding-top: 30px;
}

.section.tds-divider-line {
  background: #d9d9d9;
  margin-top: 32px;
  margin-bottom: 32px;
}

/*END _layout.scss*/
/* EXTENDED BOOTSTRAP COLUMNS
=========================*/
.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxxs-1,
.col-xxxs-10,
.col-xxxs-11,
.col-xxxs-12,
.col-xxxs-2,
.col-xxxs-3,
.col-xxxs-4,
.col-xxxs-5,
.col-xxxs-6,
.col-xxxs-7,
.col-xxxs-8,
.col-xxxs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxxs-1,
.col-xxxs-10,
.col-xxxs-11,
.col-xxxs-12,
.col-xxxs-2,
.col-xxxs-3,
.col-xxxs-4,
.col-xxxs-5,
.col-xxxs-6,
.col-xxxs-7,
.col-xxxs-8,
.col-xxxs-9 {
  float: left;
}

@media only screen and (max-width: 584px) {
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .col-xxxs-pull-12 {
    right: 100%;
  }
  .col-xxxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxxs-pull-9 {
    right: 75%;
  }
  .col-xxxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxxs-pull-6 {
    right: 50%;
  }
  .col-xxxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxxs-pull-3 {
    right: 25%;
  }
  .col-xxxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxxs-pull-0 {
    right: auto;
  }
  .col-xxxs-push-12 {
    left: 100%;
  }
  .col-xxxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxxs-push-9 {
    left: 75%;
  }
  .col-xxxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxxs-push-6 {
    left: 50%;
  }
  .col-xxxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxxs-push-3 {
    left: 25%;
  }
  .col-xxxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxxs-push-0 {
    left: auto;
  }
  .col-xxxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxxs-offset-0 {
    margin-left: 0;
  }
  .col-xxxs-1 {
    width: 8.33333333%;
  }
  .col-xxxs-2 {
    width: 16.66666667%;
  }
  .col-xxxs-3 {
    width: 25%;
  }
  .col-xxxs-4 {
    width: 33.33333333%;
  }
  .col-xxxs-5 {
    width: 41.66666667%;
  }
  .col-xxxs-6 {
    width: 50%;
  }
  .col-xxxs-7 {
    width: 58.33333333%;
  }
  .col-xxxs-8 {
    width: 66.66666667%;
  }
  .col-xxxs-9 {
    width: 75%;
  }
  .col-xxxs-10 {
    width: 83.33333333%;
  }
  .col-xxxs-11 {
    width: 91.66666667%;
  }
  .col-xxxs-12 {
    width: 100%;
  }
}

/* End Extended Boostrap Columns */
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  https://www.fonts.com
*/
/* tds-fonts
==========================================*/
@font-face {
  src: local("☺");
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.3a7fc76dadb8.eot?55908463");
  src: url("../fonts/fontello.3a7fc76dadb8.eot?55908463#iefix") format("embedded-opentype"), url("../fonts/fontello.3c43842a461c.woff2?55908463") format("woff2"), url("../fonts/fontello.2b8b3321a450.woff?55908463") format("woff"), url("../fonts/fontello.8de6e1728aee.ttf?55908463") format("truetype"), url("../fonts/fontello.bab4a041a3c0.svg?55908463#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-tds-chev-down:before {
  content: '\e800';
}

/* '' */
.icon-tds-lock:before {
  content: '\e801';
}

/* '' */
.icon-tds-envelope-open:before {
  content: '\e802';
}

/* '' */
.icon-tds-chev-left:before {
  content: '\e803';
}

/* '' */
.icon-tds-chev-right:before {
  content: '\e804';
}

/* '' */
.icon-tds-pencil-1:before {
  content: '\e805';
}

/* '' */
.icon-tds-person:before {
  content: '\e806';
}

/* '' */
.icon-tds-pinterest:before {
  content: '\e807';
}

/* '' */
.icon-tds-plus:before {
  content: '\e808';
}

/* '' */
.icon-tds-print:before {
  content: '\e809';
}

/* '' */
.icon-tds-cart-remove:before {
  content: '\e80a';
}

/* '' */
.icon-tds-search:before {
  content: '\e80b';
}

/* '' */
.icon-tds-square:before {
  content: '\e80c';
}

/* '' */
.icon-tds-trash:before {
  content: '\e80d';
}

/* '' */
.icon-tds-twitter:before {
  content: '\e80e';
}

/* '' */
.icon-tds-unlocked:before {
  content: '\e80f';
}

/* '' */
.icon-tds-youtube:before {
  content: '\e810';
}

/* '' */
.icon-tds-pencil:before {
  content: '\e811';
}

/* '' */
.icon-tds-minus:before {
  content: '\e812';
}

/* '' */
.icon-tds-caret-up:before {
  content: '\e813';
}

/* '' */
.icon-tds-caret-down:before {
  content: '\e814';
}

/* '' */
.icon-tds-location:before {
  content: '\e815';
}

/* '' */
.icon-tds-key:before {
  content: '\e816';
}

/* '' */
.icon-tds-gplus:before {
  content: '\e817';
}

/* '' */
.icon-tds-facebook:before {
  content: '\e818';
}

/* '' */
.icon-tds-ex:before {
  content: '\e819';
}

/* '' */
.icon-tds-cart-empty:before {
  content: '\e81a';
}

/* '' */
.icon-tds-download:before {
  content: '\e81b';
}

/* '' */
.icon-tds-contact-email:before {
  content: '\e81c';
}

/* '' */
.icon-tds-chat:before {
  content: '\e81d';
}

/* '' */
.icon-tds-call:before {
  content: '\e81e';
}

/* '' */
.icon-tds-circle:before {
  content: '\e81f';
}

/* '' */
.icon-tds-checkmark:before {
  content: '\e820';
}

/* '' */
.icon-tds-caret-right:before {
  content: '\e821';
}

/* '' */
.icon-tds-caret-left:before {
  content: '\e822';
}

/* '' */
.icon-tds-blogger:before {
  content: '\e823';
}

/* '' */
.icon-tds-chev-up:before {
  content: '\e824';
}

/* '' */
.icon-tds-linkedin:before {
  content: '\e825';
}

/* '' */
.icon-tds-business:before {
  content: '\e826';
}

/* '' */
.icon-star:before {
  content: '\e827';
}

/* '' */
.icon-download-alt:before {
  content: '\e828';
}

/* '' */
.icon-heart:before {
  content: '\e829';
}

/* '' */
/* TYPOGRAPHY
==========================================*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0px;
  font-weight: 400;
}

h1, .h1 {
  font-size: 42px;
  line-height: 1.5em;
  margin-bottom: 28px;
  color: #19388a;
}

h1 sup, .h1 sup {
  font-size: .45em;
  font-weight: 300;
  vertical-align: baseline;
  position: relative;
  top: -0.9em;
}

@media only screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 400px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.resi-build h1 {
  font-size: 36px;
}

@media only screen and (max-width: 500px) {
  .resi-build h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.resi-construction h1 {
  line-height: initial;
}

.bg-dk-gray h1 + h2 {
  margin-top: -28px;
}

@media only screen and (max-width: 500px) {
  .bg-dk-gray h1 + h2 {
    margin-top: -8px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 1.25em;
  margin-bottom: 20px;
  color: #0c8fd0;
  font-weight: 400;
}

@media only screen and (max-width: 500px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 26px;
}

.h4.available {
  font-size: 21px;
  line-height: 26px;
  color: #19388a;
  margin-top: 24px;
}

p {
  font-size: 16px;
  line-height: 1.65em;
  margin: 20px 0;
  color: #555;
}

p.is-emphasized {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

p > .is-emphasized {
  font-weight: 500;
  color: black;
}

.section-content.confirmation .is-emphasized {
  color: #f37d1d;
}

.all-caps, .uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.is-bolder {
  font-weight: 500;
}

.is-boldest {
  font-weight: 600;
}

.inline-block {
  display: inline-block;
}

p.products-pricing {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 14px;
}

p.channel-lineup {
  font-size: 14px;
  margin-top: 36px;
  margin-bottom: 0;
}

.username {
  color: #19388a;
  font-weight: 500;
  text-transform: uppercase;
}

.userid {
  font-size: 20px;
}

a, .ui-widget-content a {
  color: #19388a;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #0c8fd0;
  text-decoration: none;
}

.resi-build .col-sm-8 .tds-note a {
  color: #19388a;
}

.resi-build .col-sm-8 .tds-note a:active, .resi-build .col-sm-8 .tds-note a:focus, .resi-build .col-sm-8 .tds-note a:hover {
  color: #0c8fd0;
}

.resi-build .col-sm-8 .tds-note a:visited {
  color: #555;
}

.colored-content.bg_trans-tds-blue a {
  color: white;
}

.colored-content.bg_trans-tds-blue a:active, .colored-content.bg_trans-tds-blue a:focus, .colored-content.bg_trans-tds-blue a:hover {
  color: #0c8fd0;
}

.splitter-intro h1, .splitter-intro p,
.bg-dk-gray h1, .bg-dk-gray h2, .bg-dk-gray p,
.bg-dk-blue h1, .bg-dk-blue h2, .bg-dk-blue p {
  color: white;
}

.splitter-intro h1,
.bg-dk-gray h1, .bg-dk-gray h2, .bg-dk-blue h1, .bg-dk-blue h2,
.text-glow {
  text-shadow: 0px 0px 4px white;
  color: white;
}

.colored-content.bg_trans-white p {
  color: #353535;
}

.colored-content.bg_trans-white .h3 {
  color: #0c8fd0;
  font-size: 20px;
  line-height: 28px;
}

.colored-content .h3 {
  font-weight: 500;
  margin-bottom: 16px;
}

.colored-content p:first-child {
  margin-top: 0;
}

.colored-content p:last-child {
  margin-bottom: 0;
}

.biz-what-sec1 .colored-content.bg_trans-tds-blue .h3 {
  color: #f37d1d;
}

.biz-what-sec2 .colored-content.bg_trans-white .h3 {
  color: #0c8fd0;
}

.resi-register-confirm-sidebar {
  text-align: center;
}

.resi-register-confirm-sidebar .heading {
  color: #F37D1D;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.resi-register-confirm-sidebar .benefit {
  color: #fff;
  font-size: 34px;
  line-height: 38px;
}

@media only screen and (max-width: 800px) {
  .resi-register-confirm-sidebar .benefit {
    font-size: 28px;
    line-height: 32px;
  }
}

.tds-note {
  font-size: 14px;
  line-height: 21px;
}

.tds-note a {
  color: #353535;
}

.tds-note a:hover, .tds-note afocus {
  color: #000;
}

/* registration and trademark superscript */
sup {
  font-size: 50%;
  vertical-align: .75em;
  top: 0;
}

.disclaimer p {
  font-size: 12px;
  color: #777;
  line-height: 18px;
}

.disclaimer .has-emphasis {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

.disclaimer .smaller {
  font-size: 13px;
}

.tds-alert + h2 {
  margin-top: 24px;
}

p.img-figure-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.text-shadow {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  color: white;
}

.footnote {
  text-decoration: none;
}

.construction .phone-link {
  text-decoration: none;
  color: black;
  font-weight: 500;
  display: inline-block;
}

.dk-gray .has-emphasis a {
  font-weight: bold;
  font-size: 18px;
  color: white;
}

/* END typography */
/* lists.scss
=========================*/
ul {
  line-height: 24px;
  margin: 20px 0;
}

.product-card ul {
  padding-left: 18px;
  margin-top: 8px;
}

.product-card ul li {
  list-style: none;
  margin-bottom: 6px;
}

.product-card ul li:before {
  font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
  content: '■';
  color: #0c8fd0;
  float: left;
  margin-left: -20px;
  font-size: 110%;
}

.product-card ul.list-blue-circles li:before {
  content: none;
}

.list-blue-circles {
  list-style-type: none;
  padding-left: 16px;
}

@media only screen and (max-width: 500px) {
  .list-blue-circles {
    padding-left: 0;
  }
}

.list-blue-circles li {
  padding-left: 22px;
  padding-top: 0;
  margin-bottom: 12px;
  background: url("../images/core/bullets-blue-circles.46b49e5fc9fe.png") no-repeat left 5px;
}

.list-blue-circles li:last-child {
  margin-bottom: 0;
}

.list-blue-circles li li {
  list-style-type: none;
  position: relative;
  background: none;
  padding-left: 8px;
}

.list-blue-circles li li:before {
  content: '■';
  position: absolute;
  left: -0.8em;
  top: -1px;
  font-size: 1em;
  color: #19388a;
}

.list-blue-circles ul {
  margin-top: 12px;
  padding-left: 22px;
}

.list-blue-circles.neighborhood-list {
  padding-left: 0;
  overflow: hidden;
  /* simple clearfix */
}

.list-blue-circles.neighborhood-list li {
  float: left;
  margin: 0 16px 10px 0;
  width: 20%;
  background-size: 10px;
  background-position: left 8px;
}

@media only screen and (max-width: 910px) {
  .list-blue-circles.neighborhood-list li {
    width: 28%;
  }
}

@media only screen and (max-width: 767px) {
  .list-blue-circles.neighborhood-list li {
    width: 20%;
  }
}

@media only screen and (max-width: 640px) {
  .list-blue-circles.neighborhood-list li {
    width: 30%;
  }
}

@media only screen and (max-width: 510px) {
  .list-blue-circles.neighborhood-list li {
    width: 45%;
  }
}

@media only screen and (max-width: 440px) {
  .list-blue-circles.neighborhood-list li {
    width: 40%;
  }
}

@media only screen and (max-width: 340px) {
  .list-blue-circles.neighborhood-list li {
    width: 100%;
  }
}

.list-blue-circles.neighborhood-list li a {
  color: #19388a;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
}

.list-blue-circles.neighborhood-list li a:focus, .list-blue-circles.neighborhood-list li a:hover {
  color: #0c8fd0;
}

.bg_trans-tds-blue .list-blue-circles {
  margin-bottom: 0;
}

.bg_trans-tds-blue .list-blue-circles li {
  color: #fff;
}

ol {
  counter-reset: li;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 20px;
}

ol > li {
  display: block;
  padding: 0 0 16px 20px;
  margin: 0.15em 0;
  color: #555;
  text-decoration: none;
  position: relative;
}

ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  text-align: center;
  border-radius: 2em;
  color: white;
  left: -1.5em;
  top: -3px;
  background: #19388a;
  height: 2em;
  width: 2em;
  line-height: 2em;
  font-family: Arial;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}

.pagination > li {
  margin-right: 12px;
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #19388a;
  border-color: #19388a;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #f37d1d;
  border-color: #f37d1d;
}

.pagination > li > span:focus a,
.pagination > li > span:hover a {
  color: #fff;
  text-decoration: none;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > li.next-off > span,
.pagination > li.previous-off > span {
  color: #BBB;
}

.pagination > li.next-off > span:hover,
.pagination > li.previous-off > span:hover {
  background-color: transparent;
  border-color: transparent;
}

.list-flags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-flags li {
  margin-bottom: 14px;
}

.list-flags li img {
  margin-right: 10px;
}

/* END lists.scss */
/* BUTTONS
=========================*/
.tds-btn, a.tds-btn {
  margin-top: 24px;
  margin-bottom: 3px;
  padding: 12px 16px;
  font-family: Arial;
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border: solid 1px transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}

.tds-btn:after, a.tds-btn:after {
  content: "";
  width: 24px;
  height: 21px;
  float: right;
  background-image: url(https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/arrows/right-arrow-white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 11px 16px;
}

.tds-btn:hover, .tds-btn:focus, a.tds-btn:hover, a.tds-btn:focus {
  box-shadow: none;
}

@media only screen and (max-width: 400px) {
  .tds-btn, a.tds-btn {
    width: 100%;
  }
  .tds-btn:after, a.tds-btn:after {
    display: inline;
    position: absolute;
    right: 44px;
  }
}

@media only screen and (max-width: 400px) {
  .tdsfiber-card .tds-btn:after, .colored-content .tds-btn:after, .biz-products-callout .tds-btn:after, .biz-products-sec3 .tds-btn:after {
    margin-right: 30px;
  }
  .tdsFiberDialog .ui-widget-content .tds-btn:after {
    margin-right: 0px;
  }
}

.tds-cta-btn {
  background-color: #F37D1D;
}

.tds-cta-btn:hover, .tds-cta-btn:focus {
  background-color: #0C8FD0;
}

li.active a.tds-cta-btn {
  background-color: #0C8FD0 !important;
  color: #fff !important;
}

.biz-products-sec3 .tds-cta-btn:hover, .biz-products-sec3 .tds-cta-btn:focus {
  background-color: #19388a;
}

.tds-primary-btn {
  background-color: #0C8FD0;
}

.tds-primary-btn:hover, .tds-primary-btn:focus {
  background-color: #F37D1D;
}

.tds-secondary-btn {
  background-color: #19388a;
}

.tds-secondary-btn:hover, .tds-secondary-btn:focus {
  background-color: #25acf0;
}

.tds-paypal-btn {
  height: 44px;
  width: 224px;
  border: solid 1px transparent;
  text-indent: -9999px;
  background: transparent url("/static/images/core/gold-rect-paypalcheckout-44px.93fd410c56ce.png") no-repeat center;
  transition: background 0.3s ease-in-out;
}

.tds-paypal-btn:hover, .tds-paypal-btn:focus {
  background-image: url("/static/images/core/blue-rect-paypalcheckout-44px.4e43d5e84618.png");
}

p + .tds-btn {
  margin-top: 10px;
}

button.text-link {
  border: none;
  background: none;
  font-size: inherit;
  padding: 0;
  margin: 0;
  color: #19388a;
  text-decoration: underline;
}

button.text-link:hover,
button.text-link:focus {
  color: #0c8fd0;
  text-decoration: none;
}

button#offerterms_link {
  text-align: left;
}

.tds-btn.no-arrow {
  padding-right: 16px;
}

.tds-btn.no-arrow:after {
  content: none;
}

.tds-btn.tds-primary-btn.edit-address {
  padding-right: 12px;
  float: right;
}

.tds-btn.tds-primary-btn.edit-address:after {
  content: none;
}

@media only screen and (max-width: 400px) {
  .tds-btn.tds-primary-btn.edit-address {
    float: none;
  }
}

.btn-block {
  transition: background 0.2s ease-in-out;
}

.btn {
  border-radius: 0;
}

/*Status page button only - to separate from GIS map */
.status-register-btn {
  margin-bottom: 20px;
}

/* End Buttons */
/* FORMS
=========================*/
label, .form-label {
  font-weight: 500;
  color: #353535;
  font-size: 16px;
}

.form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.help-block {
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group p {
  margin-top: 0;
}

.form-group input, .form-group select, .form-group > .form-control {
  height: 44px;
  border: solid 2px #CCC;
  border-radius: 0 !important;
  box-shadow: none;
  color: #19388a;
}

.form-group select.multi-select {
  min-height: 350px;
}

.form-group textarea {
  border: solid 2px #CCC;
  border-radius: 0 !important;
  box-shadow: none;
  min-height: 140px;
}

#addressform .form-group.zip label {
  margin-top: 20px;
}

/* radio and checkbox buttons
-----------------------------------------*/
.modal-body .form-group .radio {
  margin-left: 20px;
}

.modal-body .form-group .checkbox {
  margin-left: 36px;
}

@media only screen and (max-width: 400px) {
  .modal-body .form-group .radio {
    margin-left: 0;
  }
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  position: absolute;
  display: block;
  float: left;
  margin: 0;
  width: 25px;
  height: 25px;
  opacity: 0;
  cursor: pointer;
}

.radio label, .checkbox label {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 400px) {
  .checkbox label, .radio label {
    padding-left: 0;
  }
}

.tds-radio-btn {
  display: block;
  float: left;
  margin: 0 0 0 -36px;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 3px solid #CCC;
  border-radius: 50%;
}

.radio .label-text, .checkbox .label-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: color 0.3s ease-in-out;
}

.checkbox .tds-radio-btn {
  border-radius: 0;
}

input:checked + .tds-radio-btn {
  background: #7bb227;
  border: 3px solid #7bb227;
}

input:checked + .tds-radio-btn:before {
  content: "";
  position: absolute;
  margin: 5px 3px;
  height: 0.7rem;
  width: 1.2rem;
  background: transparent;
  border: 3px solid white;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
  transform: rotate(-45deg);
}

#registerFormModal .modal-body .radio label,
#registerFormModal .modal-body .checkbox label {
  padding-left: 0px;
}

label:hover .tds-radio-btn {
  border: solid 3px #25acf0;
}

label:hover .label-text {
  color: #0c8fd0;
}

input[type="radio"]:focus + .tds-radio-btn, input[type="checkbox"]:focus + .tds-radio-btn {
  border: solid 3px #25acf0;
}

input[type="radio"]:focus + .tds-radio-btn + .label-text, input[type="checkbox"]:focus + .tds-radio-btn + .label-text {
  color: #0c8fd0;
}

.has-error .form-control {
  background-color: #ffdddd;
  border-color: #ffdddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hint-block {
  color: #555;
  font-size: 12px;
  margin-top: 3px;
}

.help-block {
  font-size: 14px;
}

.form-group.has-error .help-block,
label.has-error .help-block {
  padding-left: 24px;
  color: #CB1D1D;
}

.form-group.has-error .help-block:before,
label.has-error .help-block:before {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url("/static/images/icons/icon_alert-error.16342b9451a3.svg");
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  margin-left: -24px;
}

.form-group.has-error label,
label.has-error label {
  color: #CB1D1D;
}

.form-group.has-error .form-control:focus,
label.has-error .form-control:focus {
  border-color: #CB1D1D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #CB1D1D;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #CB1D1D;
}

/* jquery ui autocomplete overrides
-----------------------------------------*/
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  padding: 0;
  margin: 0;
  background: initial;
  background-color: #353535;
  border: solid 1px transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 5000;
}

.ui-autocomplete .ui-menu-item > div.ui-menu-item-wrapper {
  padding: 12px;
  line-height: 18px;
  color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #777;
  border-radius: 0px;
  border: solid 1px transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-group.terms + button {
  margin-top: 0;
}

#registration_form_container .terms {
  margin-bottom: 0;
}

#registration_form_container .terms .checkbox label {
  margin-bottom: 8px;
  padding-left: 0;
}

.zipcode input#id_userzip {
  max-width: 80px;
}

form#opt_out_search_form {
  margin-bottom: 36px;
}

#opt_out_search_form button.tds-btn {
  margin-top: 8px;
}

#opt_out_form_container > .tds-alert + #opt_out_search_form {
  margin-top: 24px;
}

tr.has-error {
  color: #CB1D1D;
}

tr.has-error input {
  border: solid 2px #CB1D1D;
}

#pardot-form {
  margin: 0 -15px;
  padding: 0;
}

.form-group .has-emphasis {
  font-weight: 500;
  color: black;
}

.resi-register .radio label,
.resi-register .checkbox label {
  padding-left: 20px;
}

.has-error > .tds-radio-btn {
  border-color: #CB1D1D;
  background-color: #ffdddd;
}

.has-error > .label-text {
  color: #CB1D1D;
}

select.form-control {
  width: auto;
  height: 44px;
  border: solid 2px #ccc;
  border-radius: 0;
  margin-top: 20px;
  box-shadow: none;
}

.section.tds-divider.order-notes {
  border-top: 2px solid #d9d9d9;
  border-bottom: none;
}

.section.order-notes .form-group textarea {
  min-height: 100px;
}

.address-info select.form-control {
  margin-top: 0;
}

/* End Forms */
/* tables.scss
==========================================*/
.table > thead > tr > th {
  color: #0c8fd0;
  vertical-align: bottom;
  border-bottom: 2px solid #19388a;
  border-top: 2px solid #0c8fd0 !important;
  font-weight: 500;
}

.table > tfoot > tr > td {
  border-top: 2px solid #19388a;
}

.table .tds-note {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.table .tds-note {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (max-width: 400px) {
  table.responsive {
    border: none;
    border-top: solid 2px #19388a;
  }
  table.responsive thead {
    display: none;
  }
  table.responsive tr, table.responsive td, table.responsive th {
    border: none;
  }
  table.responsive tr {
    width: 100%;
    border-bottom: 2px solid #19388a;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  table.responsive td, table.responsive th {
    display: table-row;
    text-align: left;
  }
  table.responsive td:before, table.responsive th:before {
    /* display: table-cell; */
    text-align: left;
    padding-right: 5px;
    content: attr(data-label) ":";
    font-weight: 500;
    color: #0c8fd0;
  }
  .table > tbody > tr > td {
    border-top: none;
    width: 100%;
    display: inline-block;
  }
  .table > tbody > tr > td:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .table > tfoot > tr > td {
    border-top: none;
    text-align: left;
  }
  .table > tfoot > tr > td:before {
    content: "";
  }
  .table > tfoot > tr {
    border-bottom: none;
  }
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 2px solid #d9d9d9;
}

.table > tbody > tr:first-child > td {
  border-top: none;
}

table#madison-fiber-addresses {
  margin-bottom: 32px;
}

#madison-fiber-addresses_filter > label {
  display: block;
  font-size: 21px;
  color: #0c8fd0;
}

#madison-fiber-addresses_filter > label > input {
  display: block;
  width: 100%;
  background-color: #d9d9d9;
  border: 0 solid transparent;
  margin: 8px 0 0 0;
  height: 44px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-image: url(https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/icon_ui-search-ltblue.png);
  background-repeat: no-repeat;
  background-position: center right;
}

div#madison-fiber-addresses_filter {
  float: none;
  text-align: left;
  width: 100%;
  border: solid 2px #d9d9d9;
  padding: 24px;
  margin-bottom: 28px;
}

div#madison-fiber-addresses_paginate {
  float: none;
  text-align: left;
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #19388a;
  color: white !important;
  border-color: #19388a;
  border-radius: 0 !important;
  text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #19388a !important;
  text-decoration: underline !important;
  margin-right: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #ff7700;
  background: #ff7700;
  border-radius: 0;
  text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #aaa !important;
  text-decoration: none !important;
}

/* END tables styling*/
/* IFRAMES
=========================*/
.iframeForm-container iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  border-width: none;
  border-style: none;
  border-color: none;
  border-image: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* End IFrames */
/* MODAL
=========================*/
@media only screen and (min-width: 768px) {
  .modal-dialog {
    margin: 44px auto;
  }
}

.modal-header {
  position: relative;
  border-bottom: none;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 0px;
}

.modal-header .close {
  font-weight: 500;
  font-size: 28px;
  color: #25acf2;
  opacity: 1;
  position: absolute;
  top: 6px;
  right: 12px;
}

.modal-content {
  border-radius: 0;
  border: none;
  border-top: solid 5px #25acf2;
}

.modal-title {
  color: #19388a;
}

.modal-body {
  padding: 16px 40px 40px;
}

@media only screen and (max-width: 584px) {
  .modal-body {
    padding: 10px 16px 16px;
  }
}

.modal-body p:first-child {
  margin-top: 0;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-body .map-img {
  margin: 0 auto;
}

.modal-body .is-emphasized {
  font-weight: 600;
  color: #0c8fd0;
}

.tdsFiberDialog .modal-header {
  border: none;
  background: none;
  text-align: center;
  padding-top: 32px;
}

.tdsFiberDialog .modal-header div.modal-title,
#mapoverlaytitle {
  font-family: Arial;
  font-weight: normal;
  font-size: 28px;
  color: #19388a;
  float: none;
  white-space: initial;
}

#mapoverlaytitle {
  margin-top: -40px;
}

#mapoverlaytitle > img {
  margin-right: 10px;
}

.tdsFiberDialog .ui-widget-content {
  border: none;
  background: none;
  padding: 0 28px 28px 28px;
}

.tdsFiberDialog .form-control {
  font-size: 16px;
}

#overlay_modal p:last-child,
.dialog-body p:last-child {
  margin-bottom: 0;
}

.tdsFiberDialog .ui-state-default .ui-icon {
  background-image: none;
}

.tdsFiberDialog .ui-dialog-titlebar-close {
  border: none;
  background-color: transparent;
  background-image: url("/static/images/core/icon_x-ltblue.52efb5d4ebf4.svg");
  background-position: center !important;
  background-repeat: no-repeat;
  top: 20px;
  right: 10px;
  height: 18px;
}

.tdsFiberDialog .ui-dialog-titlebar-close:hover, .tdsFiberDialog .ui-dialog-titlebar-close:focus {
  background-image: url("/static/images/core/icon_x-orange.4c6f976ebafb.svg") !important;
}

.ui-dialog.tdsFiberDialog.ui-widget-content {
  border: none;
  border-top: solid 5px #25acf2;
  border-radius: 0 !important;
  padding: 0;
}

.ui-button.ui-widget > .ui-button-text {
  padding: 0;
  line-height: 14px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial;
  font-size: 16px;
}

.ui-widget input {
  padding: 0 10px;
}

div#overlay_modal-title .tds-alert {
  margin-top: 0;
}

.ui-dialog form {
  margin-top: 24px;
}

.ui-dialog form .form-group + .tds-btn {
  margin-top: 12px;
}

#overlay_modal .dialog-body.registered .address-display,
.intercept-content .dialog-body.registered .address-display {
  background-color: unset;
  padding: 32px 0 0;
  border-top: solid 1px #d9d9d9;
  margin-bottom: 0;
}

#overlay_modal .dialog-body.registered .address-display-content button,
.intercept-content .dialog-body.registered .address-display-content button {
  margin-top: 0;
}

.dialog-body.registered .h3 {
  color: #0c8fd0;
  margin-top: 0;
}

.dialog-body.registered .tds-btn.tds-cta-btn {
  margin-top: 0;
}

.dialog-body.registered .tds-btn.tds-primary-btn {
  margin-top: 0;
  margin-bottom: 44px;
}

.dialog-body.registered .h3.heading {
  margin-bottom: 24px;
}

.dialog-body.registered .h3.or {
  color: black;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 11px;
}

.dialog-body.registered {
  text-align: center;
}

/* End Modal */
/* ALERTS
==========================================*/
.tds-alert {
  display: block;
  padding: 12px 50px 12px 12px;
  width: 100%;
  line-height: 24px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 0;
  border: 0 solid transparent;
  background-size: 22px 22px;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  padding-left: 50px;
  margin-top: 20px;
}

.tds-alert p {
  font-family: Arial;
  margin: 0;
}

.tds-alert a {
  color: #000;
  text-decoration: underline;
}

.tds-alert li {
  list-style-type: none;
}

.tds-alert li label {
  margin-bottom: 0;
}

.tds-alert-success {
  background-color: #c6dea2;
  border-left: 3px solid #6B9C22;
  background-image: url("/static/images/icons/icon_alert-success.b907eb37511a.svg");
}

.tds-alert-warning {
  background-color: #FFF3bb;
  border-left: 3px solid #FFCE00;
  background-image: url("/static/images/icons/icon_alert-warning.8aed2cffb158.svg");
}

.tds-alert-critical {
  background-color: #ffdddd;
  border-left: 3px solid #CB1D1D;
  background-image: url("/static/images/icons/icon_alert-error.16342b9451a3.svg");
}

.tds-alert-info,
.tds-alert-status {
  background-color: #d6efff;
  border-left: solid 3px #25ACF2;
  background-image: url("/static/images/icons/icon_alert-information.59adada62faa.svg");
}

.tds-alert-loading {
  background-color: #d6efff;
  border-left: solid 3px #25ACF2;
  background-image: url("/static/images/icons/tds-spinner-icon.1eefcc25dcd0.gif");
}

.tds-alert .has-emphasis {
  font-weight: bold;
}

#ajspinner {
  display: none;
  padding: 16px;
  height: auto;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 4000;
  overflow: auto;
}

.spinner-content {
  padding: 24px;
  background: #e3e3e3;
  color: #000;
  text-align: center;
  border-top: solid 6px #19388a;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

#ajaxerror-display {
  display: none;
  text-align: center;
}

.spinner-text {
  margin: 0;
  color: #19388a;
  font-size: 20px;
  font-weight: 500;
}

.spinner {
  height: 48px;
  width: 48px;
  margin: 14px auto 34px;
  position: relative;
  -webkit-animation: rotation 1.25s infinite linear;
  -moz-animation: rotation 1.25s infinite linear;
  -o-animation: rotation 1.25s infinite linear;
  animation: rotation 1.25s infinite linear;
  border-left: 10px solid rgba(37, 172, 242, 0.25);
  border-right: 10px solid rgba(37, 172, 242, 0.25);
  border-bottom: 10px solid rgba(37, 172, 242, 0.25);
  border-top: 10px solid rgba(37, 172, 242, 0.8);
  border-radius: 100%;
}

#ajspinner .spinner {
  margin: 8px auto 21px;
  border-left: 10px solid rgba(37, 172, 242, 0.35);
  border-right: 10px solid rgba(37, 172, 242, 0.35);
  border-bottom: 10px solid rgba(37, 172, 242, 0.35);
  border-top: 10px solid rgba(37, 172, 242, 0.95);
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* END alerts.scss */
/* IMAGES
==========================================*/
.resi-register-confirm-sidebar img {
  margin: 0 auto;
}

.resi-register-confirm-sidebar img.round {
  border-radius: 50%;
  border: 6px solid #0c8fd0;
}

.pp-payment-img {
  display: block;
  margin-top: 8px;
}

li > img.img-responsive {
  margin-top: 20px;
}

.install-sidebar-image {
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .install-sidebar-image {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

.install-sidebar-image > .img-figure-label {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 10;
  margin: 0;
  background: rgba(12, 142, 207, 0.8);
  width: 100%;
  padding: 4px 10px;
  color: white;
}

.bgimg {
  background-size: cover;
  background-position: center center;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  .bgimg {
    height: 600px;
  }
}

@media only screen and (max-width: 520px) {
  .bgimg {
    height: 400px;
  }
}

/* END images.scss */
/* SECTION BACKGROUND COLORS AND IMAGES
==========================================*/
.colored-content {
  padding: 32px;
}

@media only screen and (max-width: 500px) {
  .colored-content {
    padding: 20px;
  }
}

.bg-dk-gray {
  background-color: #222c35;
}

.bg-dk-blue {
  background-color: #001439;
}

.bg-lt-gray {
  background-color: #d9d9d9;
}

.bg_trans-lt-blue {
  background-color: rgba(37, 172, 242, 0.75);
}

.bg_trans-tds-blue {
  background-color: rgba(25, 56, 138, 0.75);
}

.bg_trans-tds-blue.refer {
  margin-top: 36px;
}

.bg_trans-tds-blue.refer a {
  color: #7bcdf6;
}

.bg_trans-tds-blue.refer a.tds-btn {
  color: #fff;
}

.bg_trans-white {
  background-color: rgba(255, 255, 255, 0.75);
}

.section-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 500px;
}

.section-content.on-right {
  background-position: left bottom;
}

.section-content.on-left {
  background-position: right bottom;
}

.has-sidebar {
  position: relative;
}

.has-sidebar .background {
  position: absolute;
  width: 100%;
  z-index: -10;
  top: 0;
  margin: 0;
}

.build-display {
  z-index: 1;
}

.has-sidebar .background .col-md-4,
.has-sidebar .background .col-sm-4 {
  padding: 0;
}

.sidebar-bg-color,
.sidebar-image {
  visibility: hidden;
  /*height: 100vh;
    background-size: 100% auto;
    background-repeat: no-repeat;*/
}

.sidebar-bg-color {
  height: 150vh;
}

@media only screen and (max-width: 1135px) {
  .sidebar-bg-color {
    height: 195vh;
  }
}

.section-content.resi-what-sec1 {
  background-image: url("/static/images/section-images/resi-what-banner1.2730ca5f03ab.jpg");
}

@media only screen and (max-width: 960px) {
  .section-content.resi-what-sec1 {
    background-position: 27% top;
  }
}

.resi-what-sec2 {
  background-image: url("/static/images/section-images/resi-what-banner2.8fae2a8ce85a.jpg");
}

.section-content.resi-what-sec2 {
  background-position: right top;
  background-size: 100%;
}

@media only screen and (max-width: 1200px) {
  .section-content.resi-what-sec2 {
    background-position: 80% top;
    background-size: cover;
  }
}

.resi-apartments {
  background-image: url("/static/images/section-images/resi-mdu-banner.d3f680cb6ac0.jpg");
}

.resi-where-sidebar {
  background-image: url("/static/images/section-images/resi-where-sidebar.7c2e43f1c679.jpg");
}

.resi-build-sidebar,
.resi-payment-sidebar {
  background-image: url("/static/images/section-images/resi-build-sidebar.994d8a919018.jpg");
}

.resi-register-sidebar {
  background-image: url("/static/images/section-images/resi-register-sidebar.a74d01cada1e.jpg");
}

.resi-products-sec1 {
  background-image: url("/static/images/section-images/resi-products-banner1b.4b183954c9d6.jpg");
}

.resi-products-sec2 {
  background-image: url("/static/images/section-images/resi-products-banner2.54878e57c1dc.jpg");
}

.resi-construction {
  background-image: url("/static/images/section-images/resi-construction-banner.31bb00dd97db.jpg");
  min-height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.resi-ourteam-sec1 {
  background-image: url("/static/images/section-images/resi-team-banner2.806923bc9ee9.jpg");
  background-size: cover;
  background-position: center top;
}

.biz-what-sec1 {
  background-image: url("/static/images/section-images/biz-home-banner1.7f0b2abfb41c.jpg");
}

.biz-what-sec2 {
  background-image: url("/static/images/section-images/biz-home-banner2.93d18021e941.jpg");
}

.biz-products-sec1 {
  background-image: url("/static/images/section-images/biz-products-banner1.99e3e623e52f.jpg");
}

.biz-register-sec1 {
  background-image: url("/static/images/section-images/biz-registration-banner.37b8d482bfad.jpg");
}

.section-content.on-left.biz-register-sec1 {
  background-position: right top;
  min-height: initial;
}

.biz-where-sidebar {
  background-image: url("/static/images/section-images/biz-where-sidebar.64c97daffcce.jpg");
}

.biz-products-sidebar {
  background-image: url("/static/images/section-images/biz-products-sidebar.a7be3e5474ea.jpg");
}

.biz-news-sidebar {
  background-image: url("/static/images/section-images/biz-news-sidebar.81cd986ebffa.jpg");
}

.biz-faq-sidebar {
  background-image: url("/static/images/section-images/biz-faqs-sidebar.69669d4354a8.jpg");
}

.user-neighborhood-wrap {
  margin-bottom: 32px;
}

.resi-install-form {
  padding: 28px;
  background-color: #d9d9d9;
}

/* cards-galleries.scss
==========================================*/
.grid-item, .grid-sizer {
  padding: 32px 32px 20px 32px;
  margin-bottom: 32px;
  width: calc(50% - 32px);
}

@media only screen and (max-width: 720px) {
  .grid-item, .grid-sizer {
    width: 100%;
  }
}

.grid-item img.img-responsive, .grid-sizer img.img-responsive {
  width: 100%;
}

.grid-item li, .grid-sizer li {
  color: #555555;
}

.grid-item.card-gray, .grid-sizer.card-gray {
  background-color: #d9d9d9;
}

.grid-item.card-gray p, .grid-item.card-gray li, .grid-sizer.card-gray p, .grid-sizer.card-gray li {
  color: #353535;
}

.grid-item:after, .grid-sizer:after {
  content: '';
  display: block;
  clear: both;
}

.card-border {
  border: solid 3px #d9d9d9;
}

.grid-item.image-full, .grid-item.video-full {
  padding: 0;
}

.grid-item.image-full .card-content, .grid-item.video-full .card-content {
  padding: 32px 32px 20px 32px;
}

/* END cards-galleries.scss */
/* HEADER
==========================================*/
.header-content {
  position: relative;
  background: linear-gradient(to bottom, #000c26 0%, #001039 40%, #00356b);
  min-height: 91px;
}

.header-background-images {
  position: absolute;
  width: 100%;
}

#fiber-nav-pre-address .tds-width-container {
  background-color: #555 !important;
  border-bottom: solid 2px #0c8fd0;
  max-width: 100% !important;
}

.header-background-images .tds-width-container {
  position: relative;
  z-index: 1;
}

.header-background-images .tds-width-container .header-wordmark {
  margin-left: -15px;
  margin-right: -15px;
  background-image: url("../images/core/tds-fiber-wordmark.92c66d92810e.png");
  background-position: 12% -8px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 115px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1100px) {
  .header-background-images .tds-width-container .header-wordmark {
    opacity: .35;
    transition: initial;
  }
}

@media only screen and (max-width: 767px) {
  .header-background-images .tds-width-container .header-wordmark {
    opacity: 1;
    background-position: 40px -8px;
    transition: all 0.5s ease-in-out;
  }
}

@media only screen and (max-width: 600px) {
  .header-background-images .tds-width-container .header-wordmark {
    opacity: .35;
    /* background-position: 0% 4px; */
    /* height: 100px; */
  }
}

@media only screen and (max-width: 500px) {
  .header-background-images .tds-width-container .header-wordmark {
    background-position: 0 4px;
    height: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .header-background-images .tds-width-container .header-wordmark {
    background-position: 21% 12px;
    height: 90px;
  }
}

/* END header */
/* HEADER IMAGES
==========================================*/
.header-content .tds-fiber-wordmark {
  height: 108px;
  z-index: 5;
  width: auto;
  position: absolute;
  top: 1px;
  left: -60px;
  transition: opacity 0.6s ease-in-out;
}

@media only screen and (max-width: 1000px) {
  .header-content .tds-fiber-wordmark {
    opacity: .5;
  }
}

@media only screen and (max-width: 550px) {
  .header-content .tds-fiber-wordmark {
    display: none;
  }
}

.tds-fiber-wordmark-line {
  background-image: url("/static/images/core/tds-fiber-wordmark-line.0ade2c2e1fb4.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto;
  height: 10px;
  top: 85px;
  width: 100%;
  position: absolute;
  left: 0px;
}

.header-logo {
  position: absolute;
  top: 0;
  z-index: 6;
}

.header-logo-link {
  height: 40px;
  width: 83px;
  /* Background: pink; */
  display: block;
  opacity: .5;
  position: absolute;
  z-index: 50;
  top: 26px;
  left: 15px;
  /* color: transparent; */
  text-indent: -999px;
}

.tds-logo.small {
  height: 90px;
  width: 206px;
  position: absolute;
  top: 8px;
  left: -40px;
}

@media only screen and (max-width: 500px) {
  .tds-logo {
    height: 100px;
    width: auto;
  }
}

/* End Header Images */
/* Resi/Biz Toggle
=========================*/
/* For the bus/res toggle at the top of the pages */
.tds-other-nav {
  z-index: 10;
  text-align: left;
}

.tds-other-nav > ul {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  -moz-box-orient: horizontal;
}

.tds-other-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.tds-other-nav > ul > li {
  position: relative;
  float: left;
  font-size: 12px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}

.tds-other-nav > ul > li > a {
  white-space: nowrap;
  width: auto;
  display: block;
  padding: .75em;
  font-size: 14px;
  text-decoration: none;
  color: #cacaca;
  border-right: solid 1px #999;
  margin-bottom: -1px;
  transition: all 0.3s ease-in-out;
}

.tds-other-nav > ul > li:first-child > a {
  border-left: solid 1px #999;
}

.tds-other-nav > ul > li > a:hover {
  background-color: #0c8fd0;
  color: #FFF;
}

a.chat-link-menuitem {
  background-color: #238fcf;
  color: #fff !important;
  font-weight: bold;
}

a.chat-link-menuitem:hover {
  background-color: #19388a !important;
}

/* Styles for navigation when user is in that section */
.tds-other-nav a.active {
  background-color: #0c8fd0;
  color: white;
}

.tds-other-nav > ul > li a:focus, .tds-other-nav > ul > li a:active, .tds-other-nav a.active {
  background-color: #0c8fd0;
  color: white;
}

.tds-other-nav ul ul {
  position: absolute;
  z-index: 20;
  height: 0;
  overflow: hidden;
  margin-top: 1px;
}

.tds-other-nav > ul > li:hover ul,
.tds-other-nav > ul > li > a:hover ul,
.tds-other-nav ul ul li:hover > ul,
.tds-other-nav ul ul li a:hover > ul {
  height: auto;
}

.tds-other-nav ul ul li {
  background-color: #353535;
  overflow: visible;
}

.ie7 .tds-other-nav ul ul li {
  margin-bottom: -3px;
}

.tds-other-nav ul ul li:hover {
  background-color: #0c8fd0;
}

.tds-other-nav ul ul li a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  margin: 0 .875em;
  padding: .875em 0;
  color: #cacaca;
  background-color: #353535;
}

.tds-other-nav ul ul li:hover a {
  background-color: #2a2a2a;
}

.tds-other-nav ul ul li a:hover, .tds-other-nav ul ul li:hover > a {
  color: #FFF;
}

.tds-other-nav-border {
  border-bottom: solid 2px #0c8fd0;
}

#top-links {
  background-color: #555;
  border-bottom: solid 2px #0c8fd0;
}

@media all and (max-width: 769px) {
  #top-links {
    display: none;
  }
}

#top-links a.cust-adr-edit {
  color: white;
}

/* END bus/res toggle */
/* CHAT ELEMENT
=========================*/
.embed-responsive.tds-embed-responsive-iframe-chat {
  padding-bottom: 0;
  min-height: 510px;
}

.embed-responsive.tds-embed-responsive-iframe-chat iframe.embed-responsive-item {
  width: 100%;
  height: 100%;
  min-height: 510px;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* END CHAT ELEMENT */
/* FOOTER ELEMENT
=========================*/
.tdsfiber-footer {
  background-color: #001439;
  background-image: url("/static/images/core/circle-houses.b3acd4d0f23d.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
}

/* End Footer */
/* FOOTER LINKS
=========================*/
#othernav-container-bottom {
  margin: 0 auto;
  text-align: center;
  padding: 24px 0 10px 0;
  background-color: rgba(12, 143, 208, 0.65);
}

#othernav-container-bottom .tds-other-nav {
  display: inline-block;
  padding: 4px 20px;
}

#othernav-container-bottom .tds-other-nav > ul > li {
  font-size: 14px;
  float: none;
  display: inline-block;
  margin-bottom: 16px;
  margin-left: -5px;
}

#othernav-container-bottom .tds-other-nav > ul > li > a:hover,
#othernav-container-bottom .tds-other-nav > ul > li > a:focus,
#othernav-container-bottom .tds-other-nav > ul > li > button:hover,
#othernav-container-bottom .tds-other-nav > ul > li > button:focus {
  background-color: #F37D1D;
}

#othernav-container-bottom .tds-other-nav > ul > li > button {
  background: none;
  border: none;
}

#othernav-container-bottom .tds-other-nav > ul > li > a,
#othernav-container-bottom .tds-other-nav > ul > li > button {
  color: white;
  border-right: solid 2px #F37D1D;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

#othernav-container-bottom .tds-other-nav > ul > li:first-child > a,
#othernav-container-bottom .tds-other-nav > ul > li:first-child > button {
  border-left: none;
}

#othernav-container-bottom .tds-other-nav > ul > li:last-child > a,
#othernav-container-bottom .tds-other-nav > ul > li:last-child > button {
  border-right: none !important;
}

#othernav-container-bottom .tds-other-nav > ul > li > a,
#othernav-container-bottom .tds-other-nav > ul > li > button {
  padding: 6px 10px;
}

#othernav-container-bottom .tds-other-nav ul ul li {
  background-color: #25ACF2;
  overflow: visible;
}

#othernav-container-bottom .tds-other-nav ul ul li a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  margin: 0 14px;
  padding: 14px 0;
  color: white;
  background-color: #25ACF2;
}

#othernav-container-bottom .tds-other-nav ul ul li:hover a,
#othernav-container-bottom .tds-other-nav ul ul li:focus a {
  background-color: white;
}

#othernav-container-bottom .tds-other-nav ul {
  text-align: center;
}

@media all and (max-width: 584px) {
  #othernav-container-bottom .tds-other-nav ul ul {
    text-align: left;
  }
  #othernav-container-bottom .tds-other-nav > ul > li {
    position: static;
    float: none;
    display: inline-block;
    margin-left: -6px;
    margin-bottom: 1.25em;
  }
  #othernav-container-bottom {
    padding: 32px 0 16px;
  }
}

@media only screen and (max-width: 420px) {
  #othernav-container-bottom {
    padding: 24px 0;
  }
  #othernav-container-bottom .tds-other-nav {
    display: block;
  }
  #othernav-container-bottom .tds-other-nav ul {
    text-align: left;
  }
  #othernav-container-bottom .tds-other-nav > ul > li {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
  }
  #othernav-container-bottom .tds-other-nav > ul > li > a, #othernav-container-bottom .tds-other-nav > ul > li > button {
    width: 100%;
  }
  #othernav-container-bottom .tds-other-nav > ul > li > a {
    border-right: none;
    border-bottom: solid 1px #f37d1d;
    padding: 10px;
  }
  #othernav-container-bottom .tds-other-nav > ul > li > button {
    border-right: none;
  }
  #othernav-container-bottom .tds-other-nav > ul > li > a:first-child {
    border-top: solid 1px #f37d1d;
  }
  #othernav-container-bottom .tds-other-nav > ul > li > button {
    text-align: left;
  }
}

/* End Footer Links */
/* FOOTER COPYRIGHT
=========================*/
.copyright-container {
  background-color: rgba(52, 52, 52, 0.28);
  width: 100%;
}

div.copyright-logo, div.copyright-text {
  display: table-cell;
  vertical-align: top;
}

div.copyright-text {
  margin: 0;
  padding: 26px 30px 30px 12px;
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 21px;
}

.copyright-text p span {
  display: inline-block;
}

.copyright-text p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

#copyright-long-text p {
  margin-bottom: 14px;
}

@media all and (max-width: 584px) {
  div#copyright-long-text {
    display: none;
  }
  div.copyright-text {
    padding: 30px;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  div.copyright-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 32px;
  }
  div.copyright-text {
    text-align: center;
    padding-top: 0;
  }
}

@media only screen and (max-width: 584px) {
  div.copyright-logo {
    display: none;
  }
  div.copyright-text {
    padding: 24px;
  }
}

#fortune-logo {
  width: 250px;
}

div.copyright-logo {
  padding: 36px 24px 36px 36px;
}

@media all and (max-width: 584px) {
  #fortune-logo {
    display: none;
  }
  div.copyright-logo {
    display: none;
  }
}

/* END Footer Copyright */
/* ADDRESS DISPLAY
==========================================*/
.header-content .address-display {
  position: absolute;
  top: -44px;
  right: 15px;
}

#top-links .address-display-content {
  float: right;
  font-size: 12px;
  color: #cacaca;
  margin-top: 11px;
}

#top-links .address-display-content .has-emphasis {
  font-weight: 500;
}

#top-links .address-display-content .modal-link {
  color: white;
  text-decoration: underline;
  background: none;
  border: none;
  transition: all 0.3s ease-in-out;
}

#top-links .address-display-content .modal-link:hover,
#top-links .address-display-content .modal-link:focus {
  background: #25acf2;
  text-decoration: none;
}

@media only screen and (max-width: 751px) {
  .header-content .address-display {
    position: initial;
    margin-top: 12px;
    background: #555;
    border-bottom: solid 1px #25acf2;
  }
  #top-links .address-display-content {
    float: none;
    text-align: center;
    margin-top: 0;
    padding: 11px 0 8px 0;
  }
}

.modal-body .address-display, #overlay_modal .address-display, .section-content .address-display {
  background-color: #d9d9d9;
  padding: 28px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 584px) {
  .modal-body .address-display, #overlay_modal .address-display, .section-content .address-display {
    padding: 16px;
  }
}

.modal-body .address-display p, #overlay_modal .address-display p, .section-content .address-display p {
  margin: 0;
  line-height: 28px;
}

.modal-body p + .address-display, #overlay_modal p + .address-display, .section-content p + .address-display {
  margin-bottom: 0;
}

.modal-body .address-display-content button, #overlay_modal .address-display-content button, .section-content .address-display-content button {
  border: solid 1px transparent;
  background-color: transparent;
  padding: 0;
  color: #19388a;
  text-decoration: underline;
  margin-top: 10px;
}

.modal-body .address-display-content button:focus, .modal-body .address-display-content button:hover, #overlay_modal .address-display-content button:focus, #overlay_modal .address-display-content button:hover, .section-content .address-display-content button:focus, .section-content .address-display-content button:hover {
  text-decoration: none;
  color: #0c8fd0;
}

.modal-body .address-display-content .has-emphasis, #overlay_modal .address-display-content .has-emphasis, .section-content .address-display-content .has-emphasis {
  font-weight: 500;
  color: black;
}

.section-content.direct-sales .modal-link.cust-adr-edit {
  margin-top: 0;
}

.resi-register .section-content #registration_form_container .address-display {
  margin-bottom: 24px;
}

/* END address display */
/* SOCIAL ICONS
=========================*/
#social-container {
  text-align: center;
  background-color: rgba(30, 30, 30, 0.65);
  padding: 26px 0 22px 0;
}

.circle-gray {
  display: block;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.circle-gray:hover, .circle-gray:focus {
  background-color: #25acf2;
}

.size-40 {
  width: 40px;
  height: 0;
  padding-bottom: 40px;
}

.icon_social-twitter {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/social/icon_social-twitter.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 3em;
  background-size: 3em;
}

.icon_social-facebook {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/social/icon_social-facebook.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 3em;
  background-size: 3em;
}

.icon_social-youtube {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/social/icon_social-youtube.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 3em;
  background-size: 3em;
}

.icon_social-gplus {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/social/icon_social-gplus.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 3em;
  background-size: 3em;
}

.icon_social-linkedin {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/social/icon_social-linkedin.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 3em;
  background-size: 3em;
}

.icon_social-wordpress {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/social/icon_social-wordpress.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 2.25em;
  background-size: 2.25em;
}

.icon_social-pinterest {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/social/icon_social-pinterest.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 3em;
  background-size: 3em;
}

.icon_social-instagram {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/social/icon_social-instagram.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 3em;
  background-size: 3em;
}

#social-media-links {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: -999;
}

#social-media-links li {
  display: inline-block;
  padding: 0 4%;
}

@media all and (max-width: 751px) {
  #social-media-links li {
    padding: 0 3%;
  }
}

@media all and (max-width: 584px) {
  #social-media-links li {
    padding: 0 1%;
  }
}

@media all and (max-width: 584px) {
  #social-media-links li {
    padding: 0 1%;
  }
}

div#footer-contact-links li {
  height: 30px;
}

/* END Social Icons */
.tds-btn.share-btn {
  margin-right: 20px;
  line-height: 24px;
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 28px;
}

.share-btn:before {
  content: "";
  padding-left: 0;
  margin-right: 8px;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: 34px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.copylink-icon:before {
  background-image: url("/static/images/icons/icon_copylink-orange.96ca24d40f31.svg");
}

.facebook-icon:before {
  background-image: url("/static/images/icons/icon_social-facebook-orange.c99e62f90309.svg");
}

.twitter-icon:before {
  background-image: url("/static/images/icons/icon_social-twitter-orange.5e922af95403.svg");
}

.email-icon:before {
  background-image: url("/static/images/icons/icon_contact-email-orange.df2e90c02a2d.svg");
}

.section-content.confirmation a {
  text-decoration: none;
}

.section-content.confirmation a .bg_trans-tds-blue.resi-register-confirm-sidebar {
  transition: background 0.2s ease-in-out;
}

.section-content.confirmation a:hover .bg_trans-tds-blue.resi-register-confirm-sidebar,
.section-content.confirmation a:focus .bg_trans-tds-blue.resi-register-confirm-sidebar {
  background-color: #19388a;
}

/* ACCESIBLE SKIP LINKS
==========================================*/
/* skip to nav and skip to content link in the header */
#skiptonav a,
#skiptocontent a {
  padding: 12px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  background: transparent;
  -webkit-transition: top .3s ease-out, background .3s linear;
  transition: top .3s ease-out, background .3s linear;
  z-index: 100;
  text-decoration: underline;
}

#skiptonav a:focus,
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0;
  -webkit-transition: top .3s ease-in, background .3s linear;
  transition: top .3s ease-in, background .3s linear;
}

#skiptonav a:focus {
  background: #F37D1D;
}

#skiptocontent a:focus {
  background: #19388a;
}

#skiptonav a:after,
#skiptocontent a:after {
  content: "";
  width: 24px;
  height: 16px;
  float: right;
  background-image: url(https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/arrows/right-arrow-white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 9px 14px;
}

/* End skip links */
/* main-navbar.scss
==========================================*/
#mainNavbarWrap {
  position: relative;
  z-index: 5;
}

.tdsfiber-navbar {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #mainNavbarWrap {
    top: 69px;
    right: 30px;
    background: #25acf0;
    position: absolute;
  }
}

#mainNavbarWrap .nav.navbar-nav.navbar-right {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  #mainNavbarWrap .nav.navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.tdsfiber-navbar .navbar-toggle {
  z-index: 5;
  border-radius: 0 !important;
  text-transform: uppercase;
  margin-top: 25px;
  font-weight: 500;
}

.tdsfiber-navbar .navbar-toggle {
  color: white;
  border: solid 2px #25acf2;
  transition: all 0.3s ease-in-out;
}

.tdsfiber-navbar .navbar-toggle:hover,
.tdsfiber-navbar .navbar-toggle:focus {
  color: #FFF;
  background-color: #F37D1D;
  border: solid 2px #F37D1D;
}

.tdsfiber-navbar .navbar-toggle:active {
  color: #FFF;
  background-color: #25acf2;
  border: solid 2px #25acf2;
}

#mainNavbarWrap .nav > li > a,
#mainNavbarWrap .nav > li > button {
  color: white;
  text-decoration: none;
  border: solid 2px transparent;
  padding: 10px 14px;
  transition: all 0.3s ease-in-out;
}

#mainNavbarWrap .nav > li > button {
  background-color: transparent;
  line-height: 20px;
}

#mainNavbarWrap .nav > li > a:focus,
#mainNavbarWrap .nav > li > a:hover,
#mainNavbarWrap .nav > li > button:focus,
#mainNavbarWrap .nav > li > button:hover,
#mainNavbarWrap .nav > li.active > a {
  color: white;
  border: solid 2px #25acf2;
  text-decoration: none;
  background: none;
}

#mainNavbarWrap .nav > li.active > a {
  text-transform: uppercase;
}

#mainNavbarWrap .nav .dropdown-menu {
  border: transparent;
  box-shadow: none;
  border-radius: 0;
  background-color: #25acf2;
  padding: 0;
}

#mainNavbarWrap .nav .open > a,
#mainNavbarWrap .nav .open > a:focus,
#mainNavbarWrap .nav .open > a:hover {
  background-color: #25acf2;
  color: white;
}

#mainNavbarWrap .nav .dropdown-menu > li > a {
  display: block;
  padding: 12px 16px;
  clear: both;
  color: #fff;
  white-space: nowrap;
  width: auto;
  font-size: 16px;
  text-decoration: none;
}

#mainNavbarWrap .nav .dropdown-menu > li > a:focus,
#mainNavbarWrap .nav .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f37d1d;
}

@media only screen and (max-width: 767px) {
  #mainNavbarWrap .nav > li.active > a {
    text-transform: uppercase;
    color: #fff;
    background-color: #19388a;
    border: solid 2px #19388a;
  }
  #mainNavbarWrap .nav > li > a:focus,
  #mainNavbarWrap .nav > li > a:hover,
  #mainNavbarWrap .nav .open > a:hover,
  #mainNavbarWrap .nav .open > a:focus {
    color: #fff;
    border: solid 2px #19388a;
    text-decoration: none;
    background-color: #19388a;
  }
  #mainNavbarWrap.navbar-collapse {
    border-top: none;
  }
}

li.dropdown #dropdownMenu:after,
.has-dropdown:after {
  display: inline-block;
  width: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  margin-left: 6px;
  color: #f37d1d;
}

a#dropdownMenu {
  padding-right: 20px;
}

#mainNavbarWrap .nav .dropdown-menu {
  background-color: #0c8fd0;
}

#mainNavbarWrap .nav .dropdown-menu li a {
  padding-left: 28px;
}

#mainNavbarWrap .nav .dropdown-menu li a:hover {
  background-color: #19388a;
}

#mainNavbarWrap .nav .open > a {
  background-color: #0c8fd0;
}

/* END main-navbar.scss */
/* ADDRESS ENTRY
=========================*/
#adrdialogclose {
  height: 45px;
  width: 144px;
}

/* OVERVIEW */
#startbutton {
  height: 45px;
  width: 115px;
}

/* ADDRESS SUGGESTION */
#adrval-errordisplay {
  color: red;
  background-color: #FFCCCC;
  margin-bottom: 5px;
}

#adr-reenter {
  cursor: pointer;
  text-decoration: underline;
}

#advalform label {
  margin-left: 10px;
}

/* FIBER NOT AVAILABLE */
#copperclose {
  border: none;
  height: 45px;
  width: 143px;
}

/* FIBER AVAILABLE */
#fiberclose {
  height: 45px;
  width: 144px;
}

/* RESERVE YOUR SPOT */
#nextclose {
  height: 45px;
  width: 144px;
}

/* PAYPAL BUTTON */
#pay-pal-button {
  display: block;
  margin: auto;
}

/* End Address Entry */
/* News Feed
=========================*/
.news a:link.cta:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #19388a;
  padding-right: 8px;
  transition: all 0.3 ease-in-out;
}

.news a:link.cta:hover:before {
  border-left: 6px solid #0c8fd0;
}

.news.post-summary {
  padding: 35px 0;
  border-bottom: #CCCCCC solid 2px;
}

.news.post-summary:nth-of-type(0n+1) {
  padding-top: 0px;
}

.news.post-summary h2 {
  margin: 0;
}

.news.post-summary header p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.news.post-summary p {
  margin-top: 16px;
}

.biz-news article.news.post-summary h2 {
  color: #f37d1d;
}

/* News Feed end
=========================*/
/* _accordion
=========================*/
.panel-group {
  position: relative;
  float: left;
  margin: 20px 0;
  padding-top: 8px;
  width: 100%;
  min-height: 1px;
  border-bottom: 2px solid #d9d9d9;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #fff;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}

.panel.panel-default:nth-of-type(0n+1) {
  margin-top: -15px;
}

.panel-title {
  color: #25acf2;
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
}

.panel-title > a {
  display: block;
  padding: 0px;
  text-decoration: none;
}

.panel-title > a:hover, .panel-title > a:focus {
  color: #f37d1d;
}

.panel-title .prod-title {
  color: #25acf2;
  font-size: 24px;
  white-space: nowrap;
  text-align: left;
  position: relative;
  left: -20px;
}

h2.panel-title {
  font-size: 24px;
  line-height: 28px;
  margin: 12px 0;
  padding: 0 0 0 30px;
  text-indent: -30px;
  color: #0c8fd0;
}

@media only screen and (max-width: 500px) {
  h2.panel-title {
    font-size: 22px;
    line-height: 30px;
  }
}

h3.panel-title {
  font-size: 21px;
  position: relative;
  line-height: 26px;
  margin: 12px 0;
  padding: 0 0 0 30px;
  left: -30px;
}

@media only screen and (max-width: 500px) {
  h3.panel-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.more-less {
  float: left;
  color: #f37d1d;
}

.more-less.glyphicon {
  font-family: Arial;
  font-weight: bold;
  top: 0px;
  padding-right: 28px;
  font-size: 24px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.panel-body {
  padding: 15px 15px 15px 30px;
}

.resi-faq .panel-body {
  line-height: 26px;
  padding-left: 28px;
}

.biz-faq h2.panel-title {
  color: #f37d1d;
}

.biz-faq h2.panel-title > a:hover, .biz-faq h2.panel-title > a:focus {
  color: #0c8fd0;
}

.biz-faq a.collapsed .more-less {
  color: #0c8fd0;
}

.edit-ngnmgmt-form .panel.panel-default {
  border: solid 2px #19388a;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.edit-ngnmgmt-form h4.panel-title {
  font-size: 21px;
  font-weight: bold;
  color: #0c8fd0;
  text-transform: uppercase;
}

.tds-panel-group .panel-collapse {
  background: #d9d9d9;
}

.tds-panel-group .panel-collapse .panel-body {
  padding: 18px;
}

.panel-body .form-group {
  margin-bottom: 0;
}

.panel-body .form-group .checkbox label:last-child {
  margin-bottom: 0;
}

.panel-body .checkbox {
  margin: 0;
}

.form-intro + .checkbox {
  margin-top: 16px;
}

#customer_type_form .panel-group {
  margin-bottom: 36px;
}

.panel-body .tds-radio-btn {
  border-color: #999999;
}

#customer_type_form .checkbox label {
  padding-left: 0;
}

#customer_type_form {
  margin-top: 20px;
}

/* _accordion end
 =========================*/
/* _cookie-banner.scss // tdsfiber.com
========================================================*/
.cookie p + #accordion {
  margin-top: 36px;
}

#cookie-modal {
  padding-left: 15px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #19388a;
  color: white;
  padding: 30px;
  text-align: center;
  z-index: 60;
  font-size: 16px;
}

.cookie-banner a,
.cookie-banner p {
  color: white;
}

.tds-btn-white {
  color: #0c8fd0;
  background: #fff;
}

.tds-btn-lt-blue {
  color: #fff;
  background: #0c8fd0;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #19388a;
  color: white;
  padding: 30px;
  text-align: center;
  z-index: 60;
  font-size: 16px;
}

.cookie-banner .tds-width-container {
  padding: 0;
  text-align: left;
}

.cookie-banner a,
.cookie-banner p {
  color: white;
}

.tds-btn-white {
  color: #0c8fd0;
  background: #fff;
}

.tds-panel-group .panel-default > .panel-heading {
  padding: 0;
  border-color: transparent;
  background: 0;
}

.tds-panel-group .panel-title > a,
.tds-panel-group .panel-title > a.collapsed:hover {
  padding: 12px 16px;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  background-color: #0c8fd0;
  color: white;
}

.tds-panel-group .panel-title > a > span {
  margin-right: 28px;
}

.tds-panel-group .panel-title > a.collapsed {
  color: #0c8fd0;
  background: #d9d9d9;
  text-decoration: none;
}

.tds-panel-group .panel-title > a.collapsed:hover {
  color: #ffffff;
  background: #0c8fd0;
}

.tds-panel-group .panel.panel-default {
  margin-bottom: 20px;
}

.tds-panel-group .btn-block .fa:before {
  content: "\e812";
  color: white;
}

.cookie.modal .tds-panel-group .btn-block {
  color: white;
}

.cookie.modal .tds-panel-group .panel-title > a.collapsed {
  color: #0c8fd0;
  background: #d9d9d9;
  text-decoration: none;
}

.cookie.modal .tds-panel-group .panel-title > a.collapsed:hover {
  color: #ffffff;
  background: #0c8fd0;
}

.cookie.modal input:checked:disabled + .tds-radio-btn {
  cursor: not-allowed;
  opacity: 1;
  background: #999;
  border-color: #999;
}

.cookie.modal .always-enabled {
  cursor: not-allowed;
}

.tds-panel-group .btn-block.collapsed .fa:before {
  content: "\e808";
  color: white;
  background: #0c8fd0;
}

.tds-panel-group .btn-block .fa:before {
  display: inline-block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  background: #19388a;
  border-radius: 50%;
  padding: 5px;
  margin-top: -3px;
  line-height: 1;
}

.tds-modal-dialog .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin-left: 17px;
}

.modal.cookie .panel-collapse {
  background: #d9d9d9;
}

.modal.cookie .panel-collapse p {
  font-size: 14px;
}

.modal.cookie .modal-body h2 {
  margin-top: 0;
  color: #19388a;
}

.modal.cookie .panel-group {
  margin-top: 20px;
}

.modal.cookie .form-group,
.modal.cookie .radio {
  margin-bottom: 0;
}

.modal.cookie .checkbox label,
.modal.cookie .radio label {
  padding-left: 0;
  padding-right: 20px;
}

.cookie-category p {
  margin-bottom: 0;
}

.cookie-category.targeting {
  margin-bottom: 28px;
}

.cookie-category.performance {
  margin-bottom: 8px;
}

.modal.cookie .tds-radio-btn {
  position: relative;
}

.modal.cookie label:hover input:checked + .tds-radio-btn:before {
  top: 0;
  left: 0;
}

.modal.cookie h4 {
  margin-bottom: 12px;
}

.cookie-category label + label {
  margin-top: 16px;
  margin-left: 16px;
}

.modal.cookie button.gallery-btn.tds-btn-plain:focus,
.modal.cookie button.gallery-btn.tds-btn-plain:hover {
  background-color: #7bb227;
}

.cookie-banner .banner-buttons .gallery-btn:focus,
.cookie-banner .banner-buttons .gallery-btn:hover {
  background: #10255b;
}

.modal.cookie .modal-buttons .gallery-btn {
  margin-top: 10px;
  margin-bottom: 6px;
}

.tds-panel-group .panel-title > a {
  position: relative;
}

.tds-panel-group .panel-title > a .fa {
  position: absolute;
  right: 14px;
}

.cookie-category .tds-alert.tds-alert-warning {
  margin-bottom: 0;
  margin-top: 20px;
}

@media only screen and (min-width: 600px) {
  .cookie .modal-buttons .gallery-btn.secondary {
    float: right;
  }
  .cookie .tds-modal-dialog .modal-body {
    padding: 25px;
  }
}

@media only screen and (max-width: 599px) {
  .cookie .modal-buttons .gallery-btn.secondary {
    display: block;
  }
}

.cookie .tds-panel-group .panel-title > a > span {
  margin-right: 28px;
}

.cookie .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.cookie .panel-body {
  padding: 15px;
}

.cookie .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.cookie .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.cookie .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.cookie .panel-title > a,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.cookie .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cookie .panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.cookie .panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.cookie .panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.cookie .panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cookie .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cookie .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.cookie .list-group + .panel-footer {
  border-top-width: 0;
}

.cookie .panel > .table,
.panel > .panel-collapse > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.cookie .panel > .table caption,
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.cookie .panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.cookie .panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.cookie .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.cookie .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.cookie .panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cookie .panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cookie .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.cookie .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.cookie .panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.cookie .panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.cookie .panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.cookie .panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.cookie .panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.cookie .panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.cookie .panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.cookie .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.cookie .panel-group {
  margin-bottom: 20px;
}

.cookie .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.cookie .panel-group .panel + .panel {
  margin-top: 20px;
}

.cookie .panel-group .panel-heading {
  border-bottom: 0;
}

.cookie .panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.cookie .panel-group .panel-footer {
  border-top: 0;
}

.cookie .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.cookie .panel-default {
  border-color: #ddd;
}

.cookie .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.cookie .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.cookie .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.cookie .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.cookie .panel-primary {
  border-color: #337ab7;
}

.cookie .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.cookie .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.cookie .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.cookie .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.cookie .panel-success {
  border-color: #d6e9c6;
}

.cookie .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.cookie .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.cookie .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.cookie .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.cookie .panel-info {
  border-color: #bce8f1;
}

.cookie .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.cookie .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.cookie .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.cookie .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.cookie .panel-warning {
  border-color: #faebcc;
}

.cookie .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.cookie .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.cookie .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.cookie .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.cookie .panel-danger {
  border-color: #ebccd1;
}

.cookie .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.cookie .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.cookie .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.cookie .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.cookie .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.cookie .embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cookie .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.cookie .embed-responsive-4by3 {
  padding-bottom: 75%;
}

.cookie .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.cookie .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.cookie .well-lg {
  padding: 24px;
  border-radius: 6px;
}

.cookie .well-sm {
  padding: 9px;
  border-radius: 3px;
}

.cookie .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.cookie .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.cookie button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.cookie .modal-open {
  overflow: hidden;
}

.cookie .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.cookie .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.cookie .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cookie .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.cookie .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.cookie .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.cookie .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.cookie .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.cookie .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.cookie .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.cookie .modal-header .close {
  margin-top: -2px;
}

.cookie .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.cookie .modal-body {
  position: relative;
  padding: 34px;
}

@media only screen and (max-width: 520px) {
  .cookie .modal-body {
    padding: 20px;
  }
}

.cookie .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.cookie .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.cookie .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.cookie .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.cookie .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .cookie .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .cookie .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .cookie .modal-sm {
    width: 300px;
  }
}

#modify-cookies-button {
  margin-right: 20px;
}

@media (min-width: 992px) {
  #modify-cookies-button {
    margin-right: 0;
  }
  .cookie .modal-lg {
    width: 900px;
  }
  .banner-buttons {
    width: 25%;
    margin-top: -30px;
    min-width: 236px;
  }
  .banner-copy {
    width: calc(75% - 10px);
    display: inline-block;
    padding-right: 30px;
  }
}

.tds-btn.tds-btn-white:after,
a.tds-btn.tds-btn-white:after {
  content: "";
  width: 24px;
  height: 21px;
  float: right;
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/arrows/right-arrow-ltblue.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 11px 16px;
}

.tds-btn.tds-btn-white:hover:after,
a.tds-btn.tds-btn-white:hover:after {
  background-image: url("https://www.tdstelecom.com/content/dam/tdstelecom/images/ui/arrows/right-arrow-white.svg");
}

.tds-btn.tds-btn-plain:after {
  display: none;
}

.tds-btn.tds-btn-plain {
  padding-right: 16px;
}

.banner-copy p {
  margin: 0;
}

.cookie .modal-dialog {
  width: 100%;
  max-width: 920px;
  margin: 10% auto;
}

.modal.cookie .panel-title {
  padding: 0px 0px 0px 30px !important;
  text-indent: 0;
  margin: 0;
}

.modal.cookie .form-group label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  padding-left: 20px;
  width: auto;
}

#modify-cookies-button:hover,
#accept-all-cookies-button:hover,
#accept-cookies-modal-button:hover,
#save-cookie-settings-button:hover {
  background-color: #f37d1d;
  color: white;
}

@media only screen and (max-width: 520px) {
  button#accept-cookies-modal-button {
    float: none !important;
    display: block;
  }
}

.cookie .modal-body .form-group .checkbox {
  margin-left: 16px;
}

/* END _cookie-banner.scss // tdsfiber.com
========================================================*/
/* GIS maps
=========================*/
.gis-map-container {
  padding-top: 20px;
}

.gis-maps {
  width: 100%;
  height: 95vh;
}

/* End GIS maps */
/* _abandon-popup_tds.scss // tdsfiber.com/register/payment/handle
========================================================*/
div#leaveRegistrationModal .modal-header {
  text-align: right;
}

div#leaveRegistrationModal .close {
  color: #e3e3e3;
  font-size: 32px;
  border: 0px;
}

div#leaveRegistrationModal .close:hover {
  color: #f37d1d;
  cursor: pointer;
}

div#leaveRegistrationModal .modal-body, div#leaveRegistrationModal .modal-footer {
  text-align: center;
}

div#leaveRegistrationModal .modal-title {
  color: #19388a;
  font-weight: bold;
  font-size: 24px;
}

div#leaveRegistrationModal .btn-default {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: solid 1px transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #f37d1d;
  padding: 12px 16px;
  margin-top: 15px;
  margin-left: 10px;
}

div#leaveRegistrationModal .btn-default:hover {
  background-color: #52abeb;
  cursor: pointer;
}

/* _splitter-page.scss // tdsfiber.com
========================================================*/
html, body#fiber-homepage {
  font-family: Arial;
  overflow-x: hidden !important;
}

body#fiber-homepage a {
  text-decoration: none;
}

/*HERO--------*/
.splitter-jumbotron {
  color: #fff !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.splitter-jumbotron h1 {
  font-weight: 200;
  font-size: 32px;
}

.header-part-two {
  display: none;
}

.bold-font {
  font-weight: bold;
}

.hero-btn {
  width: 200px;
  background-color: #238FCF !important;
  border-radius: 0px !important;
  font-weight: bold !important;
  font-size: 12px !important;
}

.hero-btn:hover {
  background-color: #1d76aa !important;
}

.vr-guy {
  width: 500px;
  position: flex;
}

/*SECTION WITH ICONS--------*/
.container-white-bg {
  background-color: #fff;
}

.icons-container {
  margin: 0 auto;
  text-align: center;
  padding: 15px 50px !important;
  max-width: 1200px;
  background-color: #fff !important;
}

.icons-header h2 {
  font-weight: 200 !important;
  color: #19388a;
  font-size: 32px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.splitter-icon {
  width: 80px;
}

.icons-container h3 {
  font-weight: 300;
  color: #238FCF;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.icons-container p {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

/*FAQ----------*/
#fiber-homepage .faq-container .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: bold;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

#fiber-homepage .faq-container .active, #fiber-homepage .faq-container .accordion:hover {
  background-color: #ccc;
}

#fiber-homepage .faq-container .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#fiber-homepage .faq-container .active:after {
  content: "\2212";
}

#fiber-homepage .faq-container .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transition: max-height 0.2s ease-out;
}

/*CARDS--------*/
.icons-container.cards-container {
  max-width: 992px !important;
}

.cards-container h4 {
  font-weight: 300 !important;
  margin-bottom: 20px !important;
}

.splitter-panel {
  background-color: #19388a !important;
}

.splitter-panel-heading-one {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/fiber-process.png");
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: none !important;
}

.splitter-panel-heading-two {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/first-step.png");
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25%;
  border-bottom: none !important;
}

.splitter-panel-body {
  padding: 15px !important;
}

.splitter-panel-body p {
  color: #fff !important;
  margin-top: 20px !important;
}

.splitter-panel-body h3 {
  color: #fff !important;
}

.splitter-panel-btn-div {
  margin-top: 20px;
  margin: 0 auto;
}

.splitter-panel-btn {
  background-color: #F37D1D;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 5px 10px;
}

.splitter-panel-btn:hover {
  background-color: #d06916;
  cursor: pointer;
}

.splitter-panel-footer {
  background-color: #19388a !important;
  border: none !important;
}

/*Media Queries*/
/*Mobile*/
@media screen and (max-width: 767px) {
  .splitter-jumbotron {
    background: url("https://tdstelecom.com/content/dam/tds-fiber/banners/2025/fiber-q2-2025-mobile.png") center center no-repeat;
    background-size: cover;
    height: 800px;
  }
  .splitter-jumbotron h1 {
    margin-bottom: 0px;
  }
  .container.hero-container {
    width: 100%;
    max-width: 400px;
    text-align: center;
    position: relative;
    bottom: 20px;
  }
  .icons-header h2 {
    font-size: 32px !important;
  }
  .icons-container h3 {
    font-size: 20px !important;
  }
  .icons-header.cards-header h2 {
    font-size: 28px !important;
  }
}

/*Tablet*/
@media screen and (min-width: 768px) {
  /*HERO--------*/
  .splitter-jumbotron {
    height: 400px;
    background: url("https://tdstelecom.com/content/dam/tds-fiber/banners/2025/fiber-q2-2025-tablet.png") left center no-repeat;
    background-size: cover;
  }
  .splitter-jumbotron h1 {
    font-size: 32px !important;
  }
  .hero-container {
    margin-top: 50px;
    margin-left: 20px !important;
    width: 100%;
    max-width: 440px !important;
  }
  .br-mobile {
    display: none;
  }
  .header-part-two {
    display: block;
  }
  .col-sm-6.hero-ctas {
    width: 220px !important;
  }
  /*CARDS--------*/
  .splitter-panel {
    height: 550px;
  }
}

/*Desktop*/
@media screen and (min-width: 992px) {
  /*HERO--------*/
  .splitter-jumbotron {
    background: url("https://tdstelecom.com/content/dam/tds-fiber/banners/2025/fiber-q2-2025-desktop.png") center center no-repeat;
    background-size: cover;
  }
  .splitter-jumbotron h1 {
    font-size: 40px !important;
  }
  /*CARDS--------*/
  .splitter-panel {
    height: 430px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .icons-container h3 {
    font-size: 20px !important;
  }
  .icons-container p {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 1200px) {
  p.icons-p {
    margin: 0 auto;
  }
  .splitter-panel {
    height: 500px;
  }
}

/* END _splitter-page.scss // tdsfiber.com
========================================================*/
/* _overview-page.scss // tdsfiber.com/overview/
========================================================*/
div#fiber-overview {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/images/overview/overview-bg-min.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  width: 100%;
  overflow-x: hidden;
}

div#fiber-overview a {
  color: #2AC4F4;
  text-decoration: underline;
}

div#fiber-overview a:hover {
  text-decoration: none;
  color: #22a1c7;
}

div#fiber-overview div.overview-heading {
  background: transparent;
  text-align: center;
  padding: 20px 50px;
  margin: 0 auto;
  max-width: 992px;
}

div#fiber-overview div.overview-heading p {
  font-weight: 200;
  color: #fff;
}

div#fiber-overview span.overview-blue {
  color: #2AC4F4;
}

div#fiber-overview div.overview-heading h1 {
  color: #fff;
}

div#fiber-overview br.h1-breakpoint {
  display: inline;
}

div#fiber-overview span.h3-thin {
  font-weight: 200;
}

div#fiber-overview br.h3-breakpoint {
  display: none;
}

div#fiber-overview div.overview-section {
  padding: 0px 50px;
}

div#fiber-overview div.overview-section p {
  font-size: 18px;
  text-align: left;
  font-weight: 300;
  color: #fff;
}

div#fiber-overview div.overview-section h2 {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

div#fiber-overview div.overview-img {
  margin: 0 auto;
  text-align: center;
}

div#fiber-overview div.overview-img img {
  width: 100%;
  border: 3px solid #2AC4F4;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 15px #2AC4F4);
}

div#fiber-overview span.h2-overview-blue {
  font-weight: 200;
  color: #2AC4F4;
}

div#fiber-overview div.overview-section ul {
  list-style-image: url("https://tdstelecom.com/content/dam/tds-fiber/images/overview/bullet-point.png");
}

div#fiber-overview div.overview-section li {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
}

div#fiber-overview div.overview-construction {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/images/overview/construction-section.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}

div#fiber-overview div.overview-gray-box {
  background-color: rgba(91, 60, 56, 0.8);
  padding: 10px;
  border-radius: 5px;
}

div#fiber-overview div.overview-gray-box p {
  color: #fff;
}

div#fiber-overview button.overview-cta-button {
  background-color: #F77702;
  color: #fff;
  border: none;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0.25em;
  font-size: 20px;
  font-weight: 500;
}

div#fiber-overview button.overview-cta-button:hover {
  background-color: #FFA24E;
  color: #fff !important;
}

@media screen and (min-width: 992px) {
  div#fiber-overview div.jumbotron.overview-heading {
    padding: 20px 100px 50px 100px;
  }
  div#fiber-overview div.overview-section {
    padding: 0px 100px;
  }
  div#fiber-overview div.overview-img img {
    width: 800px;
  }
}

@media screen and (min-width: 1440px) {
  div#fiber-overview div.overview-heading {
    padding: 20px 200px;
  }
  div#fiber-overview div.overview-section {
    padding: 0px 200px;
  }
}

/* END _overview-page.scss // tdsfiber.com/overview/
========================================================*/
/* PRODUCTS PAGE
==========================================*/
.resi-products-sec1,
.resi-products-sec2 {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.resi-products-sec3 {
  text-align: center;
}

.product-card {
  background-color: #d9d9d9;
  margin-bottom: 24px;
  padding: 20px;
}

.product-card .card-heading-wrap {
  padding: 12px;
  background-color: #19388a;
  display: block;
  margin: -20px;
}

.product-card > .product-category:last-child {
  border-bottom: none;
}

.product-card .product-category {
  border-bottom: solid 2px white;
  display: block;
  padding-top: 20px;
  text-align: left;
}

.product-card .product-category.internet {
  margin-top: 18px;
}

.product-card .product-category.bonus {
  padding-top: 0;
}

.product-card h3 {
  font-weight: 500;
  color: white;
  font-size: 21px;
}

.product-card h4 {
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
  font-size: 20px;
}

.product-card .bonus h4 {
  color: #19388a;
  text-transform: uppercase;
}

.product-card p {
  color: #353535;
  margin-top: 0;
  margin-bottom: 0;
}

.bundle-price-wrap {
  display: table;
  background-color: #0f2664;
  padding: 12px;
  margin-top: 16px;
  width: 100%;
}

.bundle-price-wrap .bundle-price-content {
  display: table-cell;
  vertical-align: middle;
}

.bundle-price-wrap .bundle-price-content .retail-price {
  font-size: 16px;
  color: white;
  margin-bottom: 0;
  text-decoration: line-through;
}

.bundle-price-wrap .bundle-price-content .promo-price {
  color: white;
  font-size: calc(18px + 12 * ((100vw - 320px) / 1000));
  font-weight: 500;
  line-height: 1.25em;
}

.bundle-price-wrap .bundle-price-content .price-term {
  font-size: 20px;
  margin-top: 10px;
}

.section-content.biz-products-sec2 {
  padding-bottom: 0;
  min-height: auto;
}

.biz-products-sec2 .product-card .img-responsive {
  max-width: 100%;
  border-radius: 50%;
  padding: 28px;
  margin: 0 auto;
}

.biz-products-sec2 .product-card h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.biz-products-sec2 .product-card .card-content .list-blue-circles {
  margin-top: 0;
}

.biz-products-sec3 {
  text-align: center;
  margin-bottom: 40px;
  padding: 28px;
  background-color: #0c8fd0;
}

.biz-products-sec3 h2,
.biz-products-sec3 p {
  color: white;
}

.biz-products-callout {
  padding: 28px;
  background-color: #e3e3e3;
}

.section-content-centered.products .tds-width-container {
  padding-left: 15px;
  padding-right: 15px;
}

.section-content-centered.products .row.content {
  max-width: initial;
  margin-left: -15px;
  margin-right: -15px;
}

.section-content-centered.products .card {
  background-color: #d3d3d3;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .section-content-centered.products .card {
    margin-left: 0;
    margin-right: 0;
  }
}

.products.card-grid .has-emphasis {
  font-weight: 500;
  color: #136ba3;
}

.products.card-grid .card-heading h3 {
  color: #19388a;
  font-weight: 500;
}

.products.card-grid .card-content {
  text-align: left;
}

.products.card-grid .card-wrap {
  padding: 0;
  min-height: initial;
}

.products.best-deals h2 {
  font-size: 44px;
}

.products.best-deals .copy-block p {
  max-width: 960px;
}

.resi-products-sec3 .row {
  margin-right: -8px;
  margin-left: -8px;
}

.resi-products-sec3 .col-md-3.col-xs-6 {
  padding-right: 8px;
  padding-left: 8px;
}

.bonus-wrap {
  background-color: white;
  padding: 16px;
}

.product-info-wrap {
  margin-bottom: 16px;
}

.product-card.featured {
  background-color: white;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
}

.product-card.featured .card-heading-wrap {
  background-color: #0c8fd0;
}

.product-card.featured .bundle-price-wrap {
  background-color: #19388a;
}

.product-card.featured .bonus-wrap {
  background-color: #E3F3FC;
}

.product-card.featured .product-category {
  border-color: #0c8fd0;
}

.product-card.featured .product-category.phone {
  border: none;
}

.product-packages-wrap {
  margin-top: 28px;
}

/* end products-page.scss */
/* TEAM PAGE
==========================================*/
.ourteam-callout {
  background-color: #19388a;
  padding: 20px;
  text-align: center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.ourteam-callout p, .ourteam-callout a {
  color: #fff;
  font-size: 20px;
}

/*end Team Page*/
/* WHERE PAGE
==========================================*/
.tds-static-tooltip {
  opacity: 100 !important;
  font-size: 14px;
  font-weight: 800;
}

.tds-static-tooltip .tooltip-arrow {
  border-top-color: #f37d1d !important;
  padding-top: 1px;
}

.tds-static-tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #f37d1d;
  padding: 0px 4px 0px 4px;
}

.where-card-gallery .tdsfiber-card {
  background-color: #d9d9d9;
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  float: left;
}

@media (max-width: 680px) {
  .where-card-gallery .tdsfiber-card {
    width: calc(100% - 30px);
  }
}

.where-card-gallery a:hover > .tdsfiber-card,
.where-card-gallery a:focus > .tdsfiber-card {
  background-color: #19388a;
}

.where-card-gallery.state .tdsfiber-card .tds-btn {
  display: block;
  margin-bottom: 16px;
}

.where-card-gallery.state .tdsfiber-card > .tds-btn:last-of-type {
  margin-bottom: 0;
}

/* end where-page.scss */
/* _page_about_tds.scss // tdsfiber.com/about-tds/
========================================================*/
body#fiber-about-tds .section-content-centered.about-tds.intro {
  background-image: url("/static/images/about-section-BGimg-who.087ad8780177.jpg");
  padding-top: 140px;
  padding-bottom: 20px;
}

body#fiber-about-tds .section-content-centered.about-tds.intro .row.content {
  background-color: rgba(25, 56, 138, 0.8);
  padding: 40px;
}

body#fiber-about-tds .section-content-centered.about-tds.intro .copy-block p {
  font-size: 22px;
}

body#fiber-about-tds .tds-width-container h2 {
  text-align: center;
}

body#fiber-about-tds .section-content-centered {
  background-image: none;
  padding: 50px;
  background-color: #fff;
}

body#fiber-about-tds div.col-xs-6.grid-cell.card {
  background-color: #d3d3d3;
  padding: 50px 20px;
  height: 400px;
}

body#fiber-about-tds div.col-xs-6.grid-cell.card h3 {
  color: #19388a;
}

body#fiber-about-tds .trust-img {
  background-image: url("/static/images/about-card_img-trust.55de66f9b4b0.jpg");
}

body#fiber-about-tds .community-img {
  background-image: url("/static/images/about-card_img-community.3e88d0681b7d.jpg");
}

body#fiber-about-tds .technology-img {
  background-image: url("/static/images/about-card_img-technology.674578b06ddb.jpg");
}

body#fiber-about-tds .know-img {
  background-image: url("/static/images/about-card_img-know.175a57b37327.jpg");
}

body#fiber-about-tds div.container-fluid.fiber-homepage-register h5, body#fiber-about-tds div.container-fluid.fiber-homepage-register h4 {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .grid-cell.card.trust-img,
  .grid-cell.card.technology {
    margin-bottom: 20px;
  }
}

/* END _page_about_tds.scss // tdsfiber.com/about-tds/
========================================================*/
/* intercept-page.scss
========================================================*/
.section-content-centered.intro.intercept-header .tds-logo {
  height: 125px;
  width: auto;
  margin-top: 14px;
}

@media only screen and (max-width: 520px) {
  .section-content-centered.intro.intercept-header .tds-logo {
    height: 80px;
  }
}

.section-content-centered.intro.intercept-header .tds-fiber-headerimgs {
  height: 200px;
  background-size: auto 85%;
  background-position: center bottom -15px;
}

@media only screen and (max-width: 520px) {
  .section-content-centered.intro.intercept-header .tds-fiber-headerimgs {
    height: 140px;
    background-size: auto 75%;
    background-position: center bottom -8px;
  }
}

.intercept-content .bg-radial {
  min-height: calc(100vh - 200px);
}

@media only screen and (max-width: 520px) {
  .intercept-content .bg-radial {
    min-height: calc(100vh - 140px);
  }
}

.modal-look {
  border-radius: 0;
  border: none;
  border-top: solid 6px #25acf2;
  height: auto;
  max-width: 680px;
  margin: auto;
  margin-top: 32px;
  padding: 44px;
  background-color: white;
}

@media only screen and (max-width: 520px) {
  .modal-look {
    padding: 20px;
  }
}

.intercept-content .address-display-content p {
  margin: 0;
}

.intercept-content .address-display .has-emphasis {
  color: black;
}

.dialog-body.omitted .address-display {
  margin-top: 34px;
}

.customer-type-content p.h2.text-center {
  color: #19388a;
}

/* END intercept-page.scss
========================================================*/
/* _directsales-page.scss // tdsfiber.com/directsales
=============================================================*/
.section-content-centered.intro.directsales-header .tds-fiber-headerimgs {
  background-position-y: 70px;
}

.section-content.direct-sales {
  text-align: center;
  margin: auto;
}

.registration a.cust-adr-edit {
  margin-left: 10px;
}

.registration .address-display-content p {
  display: inline;
}

button#d2dPreOrder {
  float: right;
}

@media only screen and (max-width: 500px) {
  button#d2dPreOrder {
    float: none;
    display: block;
  }
}

.address-display.registrations {
  background: none;
}

/* END _directsales-page.scss // tdsfiber.com/directsales
=============================================================*/
/* _order-checkout-page.scss
=============================================================*/
.order-reg-blurb {
  margin-bottom: 20px;
}

.prod-summary {
  padding-left: 15px;
  padding-right: 15px;
}

a.collapsible-frame {
  text-decoration: none !important;
}

.tds-panel.tds-support-panel > a:hover,
.tds-error-critical > a:hover,
.bundle-error > a:hover {
  text-decoration: none;
  color: #19388a;
}

label:hover .tds-radio-btn {
  border: solid 3px #25acf0;
}

label input:focus ~ .tds-radio-btn {
  border: solid 3px #25acf0;
}

table.table tr.tds-form-group th {
  font-weight: 500;
  font-family: Arial;
}

.prod-items .hit-area {
  display: inline-block;
  font-size: 18px;
  line-height: 49px;
  cursor: pointer;
}

.prod-items .hit-area input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.prod-items .check-radio-btn,
.tds-radio-btn {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin: 0 9px 10px 0;
  background: #fff;
  border: 3px solid #CCC;
  border-radius: 50%;
}

.prod-items input:checked + label .check-radio-btn,
.prod-items input:checked + label .tds-radio-btn {
  background: #6b9c22;
  border: 3px solid #6b9c22;
}

.prod-items input:checked + label .check-radio-btn:before,
.prod-items input:checked + label .tds-radio-btn:before {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 5px 3px;
  height: .7rem;
  width: 1.2rem;
  content: "";
  background: transparent;
  border: 3px solid #FFF;
  border-top-style: none !important;
  border-right-style: none !important;
  border-radius: 0;
}

.prod-items input[type="radio"],
.prod-items label input[type="radio"] {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.prod-items label {
  float: left;
}

input:checked + .tds-radio-btn {
  background: #7bb227;
  border: 3px solid #7bb227;
}

input:checked + .tds-radio-btn:before {
  content: "";
  position: absolute;
  margin: 5px 3px;
  height: .7rem;
  width: 1.2rem;
  background: transparent;
  border: 3px solid #fff;
  border-top-style: none !important;
  border-right-style: none !important;
  border-radius: 0;
  transform: rotate(-45deg);
}

input:disabled + .tds-radio-btn {
  opacity: .25;
}

input:disabled + .tds-radio-btn + .label-text {
  opacity: .25;
}

.checkbox-inline:hover label span.check-radio-btn {
  border-color: #7bb227;
}

.prod-items input[type="checkbox"] + label > .check-radio-btn {
  border-radius: 0;
}

.prod-items input[type="checkbox"]:checked + label .check-radio-btn:before {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 5px 3px;
  height: .7rem;
  width: 1.2rem;
  content: "";
  background: transparent;
  border: 3px solid #FFF;
  border-top-style: none !important;
  border-right-style: none !important;
  border-radius: 0;
}

.prod-items input[type="checkbox"] {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.checkbox-inline .check-radio-btn,
.checkbox-inline .tds-radio-btn {
  margin: -4px 15px 10px 0;
}

.disabled .check-radio-btn {
  background: #777 !important;
  border: solid 3px #777 !important;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-color: transparent;
}

.table-search {
  margin-bottom: 20px;
}

.table-btn {
  text-align: right;
}

@media (max-width: 751px) {
  .table-btn {
    margin-bottom: 38px;
    text-align: center;
  }
}

.tds-responsive-table tbody.tds-channel-listing-table tr:last-child th:first-child,
table.table tbody.tds-channel-listing-table > tr:last-child > td {
  border-bottom: none !important;
}

.tds-btn-gray {
  color: #0c8fd0;
  background: #d9d9d9;
}

.tds-btn-gray:hover,
.tds-btn-gray:focus,
.tds-btn-gray:active {
  background: #0c8fd0;
  color: #FFF;
}

td .line-item-actions .tds-btn-gray {
  border-radius: 15px;
  padding: 0 9px 3px 8px;
}

.tds-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
}

.tds-panel .panel-heading {
  background-color: transparent;
}

.tds-panel > .line-item-title {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 26px;
  padding-left: 0;
  font-family: Arial;
  color: #19388a;
}

.tds-panel > .line-item-title h2 {
  color: #0c8fd0;
}

.tds-panel > .line-item-title h3 {
  margin-top: 0;
  color: #19388a;
  font-family: Arial;
}

.bundle-lineitems.tds-panel {
  overflow: hidden;
}

.tds-panel.tds-contact-panel a,
.tds-panel.tds-support-panel a {
  display: inline-block;
  text-decoration: underline;
  color: #19388a;
}

.tds-panel.tds-contact-panel a:hover,
.tds-panel.tds-support-panel a:hover {
  text-decoration: none;
  color: #0c8fd0;
}

.prod-items {
  border-color: transparent !important;
}

.prod-subitems .prod-contents {
  margin-left: 35px;
}

.prod-items > .prod-contents,
.prod-items.tds-plus-packs .prod-contents {
  float: right;
  margin-bottom: 10px;
  padding: 10px;
  width: 90%;
  border: 3px solid #ccc !important;
}

.prod-items:has(input[name="tds_mobile"]) > .prod-contents,
.prod-items:has(input[name="tds_mobile"]).tds-plus-packs .prod-contents {
  background-color: #E8F3EE;
  border: 3px solid #198754 !important;
}

.prod-items > .prod-contents.prod-highlight,
.prod-items.tds-plus-packs .prod-contents.prod-highlight {
  background: #d9d9d9;
}

.prod-items:has(input[name="tds_mobile"]) > .prod-contents.prod-highlight,
.prod-items:has(input[name="tds_mobile"]).tds-plus-packs .prod-contents.prod-highlight {
  background: #d9d9d9;
  border: 3px solid #ccc !important;
}

.tds-panel-items {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
}

.tds-divider-line {
  width: 100%;
  background: #19388a;
  height: 2px;
}

.tds-divider-line.bgcolor-lt-blue {
  background: #0c8fd0 !important;
}

.tds-divider-line.bgcolor-gray {
  background: #d9d9d9 !important;
}

.tds-divider-line.thin-lt-gray {
  height: 1px;
  background: #d9d9d9;
}

.tds-divider-line.thin-lt-blue {
  height: 1px;
  background: #0c8fd0;
}

.tds-error-msg p.h4,
.tds-alert p.h4 {
  color: #000;
  margin-top: 2px;
}

.tds-error-msg p,
.bundle-error p,
.tds-alert p {
  color: black;
}

.tds-panel.tds-contact-panel .contact-links-wrap a {
  font-size: 1em;
  margin-right: 14px;
  color: #000;
}

.tds-panel.tds-contact-panel .contact-links-wrap ul li {
  margin: 0;
}

@media (min-width: 960px) {
  .container, .multiPathSearch, .tds-width-container {
    width: 100%;
  }
}

.bundle-error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 16px 50px 16px 16px;
  line-height: 24px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffecec;
  border-color: #cb1d1d;
  color: #000;
  border-left: 3px solid #cb1d1d !important;
  border: 0 solid transparent;
  background-image: url("/static/images/icons/icon_alert-error.16342b9451a3.svg");
}

.bundle-error:before {
  color: #cb1c1d;
}

.bundle-error h4 {
  margin-top: 0;
  color: inherit;
}

.bundle-error h5 {
  color: #000;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}

.bundle-error .alert-link {
  font-weight: bold;
}

.bundle-error > p,
.bundle-error > ul {
  margin-bottom: 0;
}

.bundle-error > p + p {
  margin-top: 5px;
}

.bundle-error a {
  color: #000;
  text-decoration: underline;
}

.bundle-error .tds-error-msg-description {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

.bundle-error .tds-error-msg-description .fa,
.bundle-error .tds-error-msg-description span {
  float: left;
  display: table;
  margin-right: 15px;
}

.bundle-error > .fa {
  width: 25px;
}

.bundle-error ul {
  display: block;
  margin: 10px;
}

.bundle-error ul li {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.bundle-error ul li:before {
  margin-right: 10px;
}

.bundle-error hr {
  border-top-color: #cb1d1d;
}

.bundle-error .alert-link {
  color: #cb1d1d;
}

.bundle-error {
  background-size: 20px 20px;
  background-position: 16px 14px;
  background-repeat: no-repeat;
  text-align: left;
  padding: 12px 16px;
  padding-left: 52px;
  width: 100%;
  line-height: 24px;
  font-family: Arial;
  font-size: 14px;
  color: #000;
  border: 0 solid transparent;
}

.bundle-error:before {
  content: none;
}

.prod-section-wrap {
  position: relative;
  float: left;
  margin-bottom: 20px;
  padding-top: 36px;
  width: 100%;
  min-height: 1px;
  border-bottom: 2px solid #d9d9d9;
}

.prod-summary {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 751px) {
  .prod-summary {
    float: left;
    width: 33.33333333%;
  }
}

.prod-summary .prod-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #19388a;
  margin-bottom: 20px;
  color: #25acf2;
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
}

.prod-summary .prod-title small,
.prod-summary .prod-title .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.prod-summary .prod-title small,
.prod-summary .prod-title .small {
  font-size: 75%;
}

.prod-items {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: right !important;
}

@media (min-width: 751px) {
  .prod-items {
    float: left;
    width: 65.09%;
  }
  div.panel-collapse.collapsing div.panel-body div.prod-items {
    width: 100% !important;
  }
}

.prod-contents .prod-name {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #19388a;
  margin-top: 0;
}

.prod-contents .prod-name small,
.prod-contents .prod-name .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.prod-contents .prod-name small,
.prod-contents .prod-name .small {
  font-size: 75%;
}

.prod-contents .price-text {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px !important;
  color: #19388a;
  margin-bottom: 20px;
  color: #7bb227;
  font-size: 24px;
}

.prod-contents .price-text small,
.prod-contents .price-text .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.prod-contents .price-text small,
.prod-contents .price-text .small {
  font-size: 75%;
}

.prod-contents .prod-name,
.prod-contents .price-text {
  font-family: Arial;
}

.prod-contents .price-text.price-base {
  font-size: 16px;
}

.prod-contents .term-base {
  font-size: 85%;
}

.prod-contents a {
  color: #19388a !important;
}

.prod-contents hr {
  border: solid 1px #a3afd0;
}

.campaign-subtotal {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 1em auto;
  padding-top: 1em;
  border-top: 2px solid #19388a;
  border-bottom: 3px solid #25acf2;
}

.section.tds-divider {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 2px solid #d9d9d9;
}

.section.tds-divider.last {
  padding-top: 36px;
  border-color: transparent;
}

.section.tds-divider h3 {
  color: #19388a;
  margin-bottom: 12px;
}

/*.section.tds-divider h2 {
    color: #19388a
}*/
.prod-items .check-radio-btn {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin: 22px 9px 10px 0;
  background: #fff;
  border: 3px solid #CCC;
  border-radius: 50%;
}

.prod-items input:checked + label .check-radio-btn {
  background: #7bb227;
  border: 3px solid #7bb227;
}

.prod-items input:checked + label .check-radio-btn:before {
  position: absolute;
  transform: rotate(-45deg);
  margin: 5px 3px;
  height: .7rem;
  width: 1.2rem;
  content: "";
  background: transparent;
  border: 3px solid #d9d9d9;
  border-top-style: none !important;
  border-right-style: none !important;
  border-radius: 0;
}

.prod-items input[type="radio"] {
  width: 1px;
  height: 1px;
  opacity: 0;
}

span.tds-radio-btn {
  display: block;
  float: left;
  margin: 0 14px 0 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 3px solid #CCC;
  border-radius: 50%;
}

input:checked + .tds-radio-btn:before {
  content: "";
  position: absolute;
  margin: 5px 3px;
  height: .7rem;
  width: 1.2rem;
  background: transparent;
  border: 3px solid #d9d9d9;
  border-top-style: none !important;
  border-right-style: none !important;
  border-radius: 0;
  transform: rotate(-45deg);
}

.sel-summary .summ-header-text {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial;
  margin-bottom: 20px;
  font-size: 24px;
  color: #25acf2;
}

.sel-summary .summ-header-text small,
.sel-summary .summ-header-text .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.sel-summary .summ-header-text small,
.sel-summary .summ-header-text .small {
  font-size: 65%;
}

.summ-items {
  float: right;
}

.summ-column {
  text-align: center;
}

.sel-head-text {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #19388a;
  margin-bottom: 20px;
}

.sel-head-text small,
.sel-head-text .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.sel-head-text small,
.sel-head-text .small {
  font-size: 75%;
}

.sel-price-text {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 28px;
  color: #19388a;
  font-family: Arial;
}

.sel-price-text small,
.sel-price-text .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.sel-price-text small,
.sel-price-text .small {
  font-size: 65%;
}

.summ-fees {
  font-size: 85%;
}

.sel-price-text-mth {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 28px;
  font-family: Arial;
  color: #59821C;
}

.tds-cart-price {
  color: #59821C;
}

.tds-cost-price {
  color: #19388a;
}

.tds-cart-price,
.tds-cost-price {
  font-family: Arial;
}

.price-text.price-base {
  font-size: 85%;
}

.tds-cost-price.taxes {
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  padding-left: 0;
  padding-top: 0;
}

@media (max-width: 584px) {
  .prod-items > label {
    position: absolute;
    left: 20px;
    z-index: 2;
  }
  .prod-items > .prod-contents,
  .prod-items.tds-plus-packs .prod-contents {
    padding: 20px 20px 20px 50px;
    width: 100%;
    margin-left: -20px;
    margin-right: -15px;
    left: -25px;
    position: relative;
  }
}

p.price-text.price-override {
  display: inline-block;
}

.sel-summary .summ-header-text {
  margin-top: 4px;
}

#bundle-products .prod-section-wrap .prod-items {
  padding: 0;
}

.prod-summary {
  padding-left: 0;
  padding-right: 24px;
}

@media (max-width: 750px) {
  .prod-summary {
    padding-left: 0;
  }
}

@media (max-width: 584px) {
  .prod-summary {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.prod-summary .prod-title {
  margin-top: 0;
}

p.price-text.price-base {
  margin: 0;
}

p.price-text.price-override {
  margin-bottom: 0;
  margin-right: 8px;
}

.prod-contents .price-text.price-base {
  font-size: 16px;
}

.prod-contents .prod-name {
  font-size: 16px;
}

.prod-section-wrap {
  padding-top: 8px;
  margin-top: 20px;
  margin-bottom: 0;
}

.prod-summary p:last-child {
  margin-bottom: 28px;
}

.prod-items > .prod-contents {
  margin-bottom: 10px;
}

.prod-items input:checked + label .check-radio-btn:before,
.tds-newsroom-search input:checked + label .check-radio-btn:before {
  border-color: white !important;
}

.prod-items > .prod-contents {
  width: 92%;
}

@media (max-width: 584px) {
  .prod-items > .prod-contents {
    padding: 10px 10px 10px 50px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    position: relative;
  }
}

@media (max-width: 584px) {
  .prod-items > label {
    top: 14px;
    left: 16px;
  }
  .prod-summary p:last-child {
    margin-bottom: 0;
  }
}

.prod-items input[type="checkbox"] {
  position: absolute;
}

.cartoverview .prod-section-wrap {
  border-color: transparent;
}

span.tds-radio-btn.check-radio-btn {
  border-radius: 0;
}

input:checked + .tds-radio-btn:before {
  border: 3px solid white;
}

.checkbox .tds-radio-btn {
  border-radius: 0;
}

#cartDisplay > .tds-panel {
  padding: 28px;
  border-width: 2px;
  margin-bottom: 18px;
}

#cartDisplay .line-item-title.panel-heading {
  padding: 0;
}

.cartoverview.section .prod-section-wrap {
  padding-top: 0;
}

#cartDisplay .line-item-actions.col-xs-3 {
  padding: 0;
}

#cartDisplay div {
  color: #19388a;
  font-family: Arial;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
}

#cartDisplay div + table.table {
  color: #555;
  font-family: Arial;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}

#cartDisplay div.taxes-and-fees {
  color: #555;
  font-family: Arial;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}

#cartDisplay table.table tbody > tr:last-child > td {
  border-bottom: none !important;
}

.bundle-lineitems.tds-panel > .line-item-title h3 {
  color: #0c8fd0;
}

.bundle-lineitems h3.line-item-title.col-xs-9 {
  padding: 0;
}

#cartDisplay div.order-totals {
  color: #555;
  font-family: Arial;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
}

#cartDisplay .table > tbody > tr > td {
  padding-left: 28px;
  height: 40px;
  vertical-align: top;
  width: 33.333333%;
}

#cartDisplay .table > tbody > tr > td.col-xs-8 {
  width: 66.666667%;
}

td.h4.tds-cart-price {
  padding: 0;
  vertical-align: top;
}

td.tds-cart-price span:nth-child(2),
td.tds-cart-price span:nth-child(3),
.taxes-and-fees .table > tbody > tr > td.tds-cart-price > span {
  font-size: 70%;
  text-transform: uppercase;
  color: #6b9c22;
  display: inline-block;
}

td.h4.tds-cart-price {
  width: 33.333333%;
}

@media (max-width: 583px) {
  td.h4.tds-cart-price {
    padding-left: 0 !important;
  }
}

@media (max-width: 400px) {
  #cartDisplay .table > tbody > tr > td.col-xs-8 {
    width: 100%;
    height: inherit;
    padding: 0;
    padding-left: 16px;
  }
  td.h4.tds-cart-price {
    width: 100%;
    padding-left: 16px !important;
  }
  #cartDisplay .table > tbody > tr > td {
    display: block;
    padding-left: 16px;
    margin-top: 0;
  }
}

@media (max-width: 583px) {
  #cartDisplay .tds-panel {
    padding: 20px;
  }
}

@media (max-width: 750px) {
  h3.line-item-title.col-xs-9 {
    display: block;
    float: none;
  }
  #cartDisplay .line-item-actions.col-xs-3 {
    float: left;
    width: 100%;
  }
  #cartDisplay .line-item-actions.col-xs-3 > .form-group.pull-right {
    float: left !important;
  }
}

#cartDisplay .btn.tds-btn-gray,
.cart-overview-actions.form-inline button.btn.tds-btn-gray {
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
}

#cartDisplay .line-item-actions .form-group a.btn.tds-btn-gray:first-child {
  margin-right: 16px;
}

.taxes-and-fees h3.line-item-title {
  font-size: 18px;
}

.order-totals h2.line-item-title {
  color: #0c8fd0;
}

.cart-overview-actions.form-inline > .form-group > button.btn.tds-btn-gray {
  float: left !important;
  display: inline-block !important;
  padding: 12px 16px !important;
}

@media (max-width: 400px) {
  #cartDisplay .table > tbody > tr > td {
    width: 100%;
    height: inherit;
    padding-left: 16px;
  }
  td.h4.tds-cart-price {
    width: 100%;
  }
  #cartDisplay .table > tbody > tr > td {
    display: block;
    padding-left: 16px;
    margin-top: 0;
  }
}

td.h4.tds-cost-price {
  padding: 0;
}

@media (max-width: 583px) {
  h3.line-item-title.col-xs-9 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

#cartDisplay .table > tbody > tr.hasError {
  background-color: #ffecec;
}

#cartDisplay .table > tbody > tr.hasError > td:first-child {
  background-size: 16px 16px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  padding-left: 52px;
}

#cartDisplay table.table tbody > tr.hasError > td {
  vertical-align: middle;
}

#cartDisplay table.table tbody > tr.hasError > td:first-child {
  padding-left: 32px;
}

.cartoverview.section > .prod-section-wrap {
  margin-top: 0;
}

#cartDisplay td .line-item-actions .form-group .btn.tds-btn-gray {
  font-weight: 600 !important;
  font-size: 24px;
  border-radius: 50% !important;
  padding: 0 0 5px 0;
  height: 30px;
  width: 30px;
  line-height: 0;
  float: right;
}

#cartDisplay td .line-item-actions form.form-group {
  margin-bottom: 0;
}

#cartDisplay .single-order-lineitems .table > tbody > tr > td:last-child {
  width: 1%;
}

#cartDisplay .table tbody .hasError .col-xs-8 {
  color: black;
}

@media (max-width: 400px) {
  #cartDisplay .table tbody .hasError td.h4.tds-cart-price {
    padding-left: 32px !important;
    margin-bottom: 0;
  }
}

@media (min-width: 400px) and (max-width: 583px) {
  #cartDisplay .table > tbody > tr > td.h4.tds-cost-price {
    padding-left: 0;
  }
}

.tds-modal h4,
.modal-body p.h4 {
  margin-bottom: 24px;
  padding: 0 28px;
  color: #555;
  font-size: 18px;
  font-family: Arial;
  font-weight: 500;
  text-align: center;
}

div.tds-msg-box p.h4 {
  padding: 0;
  font-size: 18px;
  text-align: left;
  color: #19388a;
}

ul.nav.nav-tabs.pkg-builder-nav-tabs.has-numbers {
  text-align: center;
  margin-top: 0;
}

ul.nav.nav-tabs.pkg-builder-nav-tabs.has-numbers > li {
  float: none;
  display: inline-block;
  margin-top: 20px;
}

.pkg-builder-container .pkg-builder-nav-tabs.has-numbers li:before {
  counter-increment: section;
  content: counter(section);
  color: white;
  font-size: 24px;
  font-weight: 500;
  font-family: Arial;
  background-color: #7a86b7;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
}

.pkg-builder-container .pkg-builder-nav-tabs.has-numbers li a {
  padding-left: 50px;
  padding-right: 56px;
}

.pkg-builder-container .pkg-builder-nav-tabs.has-numbers li a img {
  display: none;
}

.pkg-builder-container .pkg-builder-nav-tabs.has-numbers li a:after {
  width: 46px;
  height: 40px;
  background-size: 40px 40px;
  opacity: .4;
  right: 4px;
  top: 0;
}

.pkg-builder-container .pkg-builder-nav-tabs.has-numbers > li > a,
.pkg-builder-container .pkg-builder-nav-tabs.has-numbers > li > a:link,
.pkg-builder-container .pkg-builder-nav-tabs.has-numbers > li > a:visited {
  height: 40px;
  line-height: 40px;
}

.pkg-builder-container .pkg-builder-nav-tabs.has-numbers li.active:before {
  background-color: #19388a;
}

.pkg-builder-container .pkg-builder-nav-tabs.has-numbers li:hover:before {
  background-color: #0c8fd0;
}

.pkg-builder-container .pkg-builder-nav-tabs.has-numbers li:last-child a {
  padding-right: 0;
}

@media (max-width: 400px) {
  ul.nav.nav-tabs.pkg-builder-nav-tabs.has-numbers {
    text-align: left;
    margin-top: 0;
  }
  ul.nav.nav-tabs.pkg-builder-nav-tabs.has-numbers > li {
    float: none;
    display: block;
    margin-top: 20px;
    min-width: 240px;
  }
  .pkg-builder-container .pkg-builder-nav-tabs.has-numbers li a {
    padding-left: 60px;
  }
}

@media (max-width: 583px) {
  .pkg-builder-form h2 {
    font-size: 24px;
  }
  .pkg-builder-form h3 {
    font-size: 21px;
  }
  .pkg-builder-form .h4 {
    font-size: 18px;
    line-height: 25px;
  }
}

.pkg-builder-page-content .prod-listitem-content {
  margin-left: 48px;
}

.row.pkg-builder-page-content {
  margin-right: 0;
  margin-left: 0;
}

.pkg-builder-page-content.has-numbers .category-heading > .pkg-category-img {
  display: none;
}

.pkg-builder-page-content .category-heading h3 {
  color: #19388a;
  font-weight: 500;
  margin-left: 50px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 0;
}

.pkg-builder-page-content .category-heading h3:before {
  counter-increment: section;
  content: counter(section);
  color: white;
  font-size: 24px;
  font-weight: 500;
  font-family: Arial;
  background-color: #7a86b7;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-left: -50px;
  margin-right: 10px;
}

.pkg-builder-page-content .prod-listitem-content > h4 {
  margin-bottom: 4px;
  margin-top: 0;
}

.pkg-builder-page-content .prod-listitem-content > h4 > a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding: 8px 40px 4px 0;
  color: #0c8fd0;
}

.pkg-builder-page-content .prod-listitem-content > h4 > a:hover {
  color: #19388a;
}

.pkg-builder-page-content .prod-listitem-content > h4 > a:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  float: right;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-radius: 50%;
  background-color: #0c8fd0;
  margin: -4px -40px 0 0;
}

.pkg-builder-page-content .prod-listitem-content > h4 > a:hover:after {
  background-color: #19388a;
}

.pkg-builder-page-content .prod-listitem-content > h4 > a.collapsed:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  float: right;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-radius: 50%;
  background-color: #0c8fd0;
  margin-top: -4px;
  text-decoration: none;
}

.pkg-builder-page-content .pkg-products-wrap {
  border-top: solid 3px #19388a;
  padding: 0;
}

@media (max-width: 751px) {
  .pkg-builder-page-content .prod-listitem-content {
    margin-left: 0;
  }
}

.pkg-summary-content .tds-divider-line {
  background: #027ab4;
}

@media (max-width: 960px) {
  .sel-summary.col-sm-12.col-md-3 {
    text-align: center;
  }
}

@media (max-width: 584px) {
  .sel-head-text {
    font-size: 16px;
  }
}

#mobileCheckoutTextAgreement {
  margin-left: 40px;
  margin-top: -20px;
}

#mobileCheckoutTextAgreement label input {
  margin-left: 0;
}

#mobileCheckoutTextAgreement label {
  padding-left: 0;
}

input#billing_addr_copy {
  margin-left: 0;
}

.section.tds-divider label {
  padding-left: 0;
}

.tds-alert + .form-group {
  margin-top: 24px;
}

.form-group .radio:last-of-type label {
  margin-bottom: 0;
}

.section.tds-divider > .form-group:last-of-type {
  margin-bottom: 0;
}

#service_auth_form_container {
  margin-left: 40px;
}

.section.tds-divider + .tds-btn {
  margin-top: 36px;
}

.section.tds-divider.customer-info {
  border-top: solid 2px #d9d9d9;
}

#mobileCheckoutTextAgreement .checkbox:last-of-type label {
  margin-bottom: 0;
}

.legal-agreement .checkbox label {
  margin-bottom: 0;
}

.checkbox .label-text,
.radio .label-text {
  margin-left: 40px;
  display: block;
}

.legal-agreement .checkbox input[type="checkbox"] {
  margin-left: 0;
}

.checkout-questions .form-group.legal-agreement {
  margin-left: 40px;
}

.checkout-questions .legal-agreement {
  margin-left: 40px;
}

.checkout-questions .agreement-checkboxes.legal-agreement {
  margin-left: 0;
}

.legal-agreement .help-block {
  margin-bottom: 0;
}

.form-control.date {
  max-width: 160px;
}

.agreement-checkboxes .form-group {
  margin-bottom: 24px;
}

.pkg-builder-page-content .nav-tabs > li > a {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 1px;
  margin-right: 12px;
}

.pkg-builder-page-content .nav.nav-tabs {
  border-bottom: solid 3px #19388a;
}

.pkg-builder-page-content .nav > li > a:focus,
.pkg-builder-page-content .nav > li > a:hover {
  background-color: #0c8fd0;
}

li.active a.tds-cta-btn {
  background-color: #19388a !important;
  color: #fff !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
}

.prod-section-wrap + .row {
  margin: 12px 0;
}

.customer-order-form .row button.order-submit {
  margin-top: 28px;
}

@media only screen and (max-width: 680px) {
  .pkg-builder-page-content h2 {
    font-size: 24px;
  }
  .nav-tabs > li {
    float: none;
  }
  ul.nav.nav-tabs {
    margin-top: 0;
  }
  ul.nav.nav-tabs > li:first-child > a {
    margin-top: 0;
  }
  ul.nav.nav-tabs > li > a {
    margin-right: 0;
  }
  .pkg-builder-page-content .nav.nav-tabs {
    border-bottom: solid 3px #d9d9d9;
    padding-bottom: 32px;
  }
}

.customer-order-form > input + p {
  background-color: #d6efff;
  border-left: solid 3px #25ACF2;
  background-image: url("/static/images/icons/icon_alert-information.59adada62faa.svg");
  display: block;
  padding: 12px 50px 12px 12px;
  width: 100%;
  line-height: 24px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 0;
  background-size: 22px 22px;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
  .prod-items {
    float: left !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 584px) {
  .prod-items .check-radio-btn {
    margin-top: 4px;
  }
}

.prod-items input[type="radio"] {
  position: absolute;
}

.prod-summary {
  margin-bottom: 20px;
}

.sel-summary .summ-header-text {
  margin-top: 16px;
}

.sel-head-text {
  line-height: 1.65;
}

.sel-summary.col-md-3 {
  width: 45%;
  float: left;
}

@media only screen and (max-width: 680px) {
  .sel-summary.col-md-3 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .summ-items {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .sel-summary .summ-header-text {
    text-align: center;
  }
  .summ-items {
    float: none;
    width: 100%;
  }
  .sel-head-text-mth {
    margin-bottom: 4px;
  }
  .sel-head-text {
    margin-bottom: 8px;
  }
  .sel-price-text.one-time-charge-display {
    margin-top: 8px;
  }
}

.address-info .checkbox .label-text {
  margin-left: 40px;
  display: block;
}

.row.cart-submit {
  margin: 0;
}

.cart-review .tds-panel {
  border: solid 3px #d9d9d9;
}

h2.line-item-title {
  font-family: Arial;
}

#cartDisplay .table > tbody > tr > td:last-child {
  padding-left: 0;
}

.bundle-lineitems h3 {
  color: #19388a;
  font-size: 21px;
  margin-bottom: 12px;
}

.table.government-fees td.col-xs-8 {
  padding: 0 !important;
}

table.table.government-fees {
  margin-bottom: 0;
}

table.table.order-total {
  margin-bottom: 0;
}

.table.order-total h3.uppercase {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
}

.table.order-total td.col-xs-8 {
  padding: 0 0 0 32px;
  height: 40px;
}

.table.order-total td.tds-note {
  padding-left: 32px;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
}

.prod-items input[type=checkbox][disabled] + label .check-radio-btn {
  background: #999999;
  border: 3px solid #999999;
}

#contact_info_form .row + .form-group {
  margin-bottom: 0;
}

#mobile-suboptions .form-group + .form-group {
  margin-bottom: 0;
}

button#contactFormSubmitBtn {
  margin-top: 0;
}

.tds-alert.tds-alert-info + #contactFormSubmitBtn {
  margin-top: 16px;
}

@media (max-width: 400px) {
  .table.order-total td.col-xs-8 {
    padding: 0;
    height: auto;
  }
  td.h4.tds-cost-price,
  .tds-cost-price.taxes {
    padding-left: 16px;
  }
  .cart-submit.bottom .pull-left {
    float: none !important;
    text-align: center;
    margin-top: 10px;
  }
}

input#id_txn_id {
  max-width: 320px;
}

#contactFormSubmitBtn + p.well {
  margin-top: 32px;
}

/* END _order-checkout-page.scss
=============================================================*/
/* _contact-us-form-page.scss // tdsfiber.com/contact-us/
========================================================*/
.attention-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.attention-img {
  position: relative;
  bottom: 32px;
  flex-basis: 5%;
}

@media only screen and (min-width: 768px) {
  .attention-img {
    bottom: 35px;
  }
}

@media only screen and (min-width: 900px) {
  .attention-img {
    bottom: 22px;
  }
}

/* END _contact-us-form-page.scss // tdsfiber.com/contact-us/
========================================================*/
/* _community-residential.scss // tdsfiber.com/community-residential/
========================================================*/
body#fiber-community-resi section.section-content-centered {
  background-image: url("/static/images/about-section-BGimg-who.087ad8780177.jpg");
  padding-top: 140px;
  padding-bottom: 20px;
}

body#fiber-community-resi .copy-block.about {
  background-color: rgba(25, 56, 138, 0.5);
  padding: 30px;
}

body#fiber-community-resi .resi-bg {
  padding: 50px;
  background: #19388a;
  background-image: linear-gradient(#19388a, rgba(25, 56, 138, 0.8)), url("https://tdstelecom.com/content/dam/tds-fiber/images/residential-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body#fiber-community-resi .resi-bg p, h3 {
  color: #fff;
}

body#fiber-community-resi .resi-button {
  background-color: #f37d1d;
  margin-top: 20px;
  border: 0px;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

body#fiber-community-resi .comm-resi-list li {
  color: #fff;
}

body#fiber-community-resi .residential-img {
  display: flex;
  justify-content: center;
}

body#fiber-community-resi .residential-img img {
  width: 350px;
  margin-bottom: 20px;
}

body#fiber-community-resi h2.text-glow.community-centered-title {
  margin-bottom: 50px;
}

body#fiber-community-resi .community-video {
  margin-top: -20px;
}

body#fiber-community-resi .comm-pardot {
  width: 80%;
  height: 600px;
}

body#fiber-community-resi .comm-resi-disclaimer {
  background-color: #f4f2f2;
  padding: 10px 0;
}

body#fiber-community-resi .resi-disclaimer {
  padding: 0 5px;
}

body#fiber-community-resi .resi-disclaimer p {
  font-size: 10px;
}

body#fiber-community-resi input[type=text] {
  color: #555 !important;
}

body#fiber-community-resi input[type=submit] {
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body#fiber-community-resi .residential-img img {
    width: 500px;
  }
  body#fiber-community-resi .community-centered-title {
    margin-top: 20px;
  }
  body#fiber-community-resi .comm-pardot {
    width: 80%;
    height: 450px;
  }
}

@media only screen and (min-width: 1024px) {
  body#fiber-community-resi .residential-col-1 {
    float: left;
    width: 35%;
    padding-right: 45px;
  }
  body#fiber-community-resi .residential-list-container {
    margin-top: 20px;
    width: 1000px;
  }
  body#fiber-community-resi .residential-col-2 {
    float: left;
    width: 60%;
  }
  body#fiber-community-resi .residential-row:after {
    content: "";
    display: table;
    clear: both;
  }
  body#fiber-community-resi .residential-img img {
    width: 600px;
    margin-top: 30px;
    margin-left: 20px;
  }
  body#fiber-community-resi .community-centered-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  body#fiber-community-resi .comm-pardot {
    width: 80%;
    height: 400px;
  }
}

/* END _community-residential.scss // tdsfiber.com/community-residential/
========================================================*/
/* _community-city.scss // tdsfiber.com/community-city/
========================================================*/
body#fiber-community-city section.section-content-centered {
  background-image: url("/static/images/about-section-BGimg-who.087ad8780177.jpg");
  padding-top: 140px;
  padding-bottom: 20px;
}

body#fiber-community-city .copy-block.about {
  background-color: rgba(25, 56, 138, 0.5);
  padding: 30px;
}

body#fiber-community-city .city-bg {
  padding: 50px;
  background: #19388a;
  background-image: linear-gradient(#19388a, rgba(25, 56, 138, 0.8)), url("https://tdstelecom.com/content/dam/tds-fiber/images/city-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body#fiber-community-city .city-bg p, h3 {
  color: #fff;
}

body#fiber-community-city .city-highlight {
  width: 100%;
  background-color: #52abeb;
  padding: 10px;
}

body#fiber-community-city .city-highlight p {
  color: #fff;
}

body#fiber-community-city .city-img {
  width: 300px;
  margin-bottom: 10px;
}

body#fiber-community-city .city-quote-container {
  margin-top: 30px;
}

body#fiber-community-city blockquote {
  padding: 20px 30px;
  margin: 50px auto;
}

body#fiber-community-city .city-quote {
  background-color: #fff;
  border: solid 2px #19388a;
  box-shadow: 15px 15px 0 0 #2e8fcf;
}

body#fiber-community-city .city-quote p {
  color: #19388a;
}

body#fiber-community-city .pardot-city-form {
  width: 80%;
  height: 600px;
  margin-right: 100px;
}

body#fiber-community-city .comm-resi-disclaimer {
  background-color: #f4f2f2;
  padding: 10px 0;
}

body#fiber-community-city .resi-disclaimer {
  padding: 0 5px;
}

body#fiber-community-city .resi-disclaimer p {
  font-size: 10px;
}

div#comm-resi-form.comm-resi-section {
  max-width: 992px !important;
  margin-top: 20px !important;
  margin: 0 auto;
}

body#fiber-community-city .residential-form {
  max-width: 768px;
}

body#fiber-community-city input[type=text] {
  color: #555 !important;
}

body#fiber-community-city input[type=submit] {
  color: #fff !important;
}

@media only screen and (min-width: 768px) {
  body#fiber-community-city .city-row {
    display: flex;
  }
  body#fiber-community-city .city-text-container {
    width: 45%;
    margin: auto;
  }
  body#fiber-community-city .city-img-container {
    width: 55%;
    display: block;
    margin: auto;
  }
  body#fiber-community-city .city-img {
    width: 350px;
  }
  body#fiber-community-city .city-container .city-row:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  body#fiber-community-city .city-img {
    width: 600px;
  }
}

/* END _community-city.scss // tdsfiber.com/community-city/
========================================================*/
/* _page_community.scss // tdsfiber.com/community/
========================================================*/
body#fiber-community .section-content-centered.about-tds.community-header-2021.intro {
  background-image: linear-gradient(rgba(25, 56, 138, 0.5), rgba(25, 56, 138, 0.5)), url("https://tdstelecom.com/content/dam/tds-fiber/images/volunteer-images/H4H-community-header-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 400px;
  background-color: rgba(25, 56, 138, 0.5);
}

body#fiber-community .copy-block.about {
  padding: 10px 50px;
  margin-top: 60px;
}

body#fiber-community .community-container {
  background-color: #19388a;
  padding-bottom: 50px;
}

body#fiber-community .community-container h2 {
  margin-top: 30px;
  text-align: center;
}

body#fiber-community .community-container p {
  color: #fff;
}

* {
  box-sizing: border-box;
}

body#fiber-community .community-logo-grid-col {
  float: left;
  width: 25%;
}

body#fiber-community .community-logo-grid-row:after {
  content: "";
  display: table;
  clear: both;
}

body#fiber-community .community-logo-grid-col img {
  width: 100%;
  padding: 0 4px;
}

body#fiber-community .community-collapsible {
  background-color: #2e8fcf;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  border: 1px solid white;
  text-align: left;
  outline: none;
  font-size: 18px;
  margin-top: 20px;
}

body#fiber-community .community-collapsible:after {
  content: '\02795';
  font-size: 18px;
  color: white;
  float: right;
  margin-left: 5px;
}

body#fiber-community .dropdown-active:after {
  content: '\02796';
}

body#fiber-community .comm-collapsible-content {
  padding: 0px 18px;
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #19388a;
  color: #fff;
  text-align: left;
}

body#fiber-community .job-openings {
  margin-left: 15px;
  margin-right: 15px;
}

body#fiber-community .special {
  box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  margin-top: 30px;
  padding: 50px;
  background-color: #2e8fcf;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}

body#fiber-community img.icon {
  display: flex;
  margin: 0 auto;
}

body#fiber-community .special p {
  color: #fff;
  text-align: center;
}

body#fiber-community .special a {
  text-decoration: none;
  color: #19388a;
}

body#fiber-community .special a:hover {
  color: #1f649b;
}

body#fiber-community .community-carousel {
  width: 70%;
  margin: 0 auto;
}

/* END _page_community.scss // tdsfiber.com/community/
========================================================*/
/* Build page - state drop-downs for build.html
========================================================*/
.build-state-card {
  padding: 20px;
  margin-bottom: 10px;
}

#state-name {
  width: 250px;
}

/* tdsfiber.com/community-confirmation */
/*========================================*/
.community-confirmation-text {
  padding: 20px 0px;
}

/* dfn_address_verification_form // tdsfiber.com/verification-form
========================================================*/
.form-direction {
  font-size: 11px;
}

.verification-submit {
  border: 0px;
  background-color: #f77702;
  padding: 10px 23px;
  color: #fff;
  font-weight: 500;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.5);
}

.verification-submit:hover {
  cursor: pointer;
  background-color: #f58d2e;
}

/* https://tdsfiber.com/tv-product.scss
==========================================*/
#benefits-section h4 {
  color: #0c8fd0;
  font-size: 28px;
  margin-top: 1.5em;
  text-shadow: 0px 0px 4px #0c8fd0;
}

.bg-dk-gray a {
  color: #fff;
}

.main-section-bg {
  background-color: #00000057;
}

.order-section-container {
  padding-top: 2em;
  padding-bottom: 2em;
}

#order-section img {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  box-shadow: 0px 0px 5px #fff;
}

#order-section h5 {
  font-size: 24px;
  color: #fff;
}

.products-main-bg {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/images/purple-gradient-lg.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  overflow-x: hidden;
}

.products-main-bg p {
  color: #fff;
}

.products-main-bg a {
  color: #fff;
}

.products-main-bg h2 {
  text-shadow: 0px 0px 4px white;
  color: white;
}

#shrink-me {
  font-size: 75%;
}

.tv-card-body {
  display: block;
  margin-top: 2.5em;
  margin-bottom: 1em;
  color: #353535;
}

.tv-card-body p {
  color: #353535;
}

#tv-product-disclaimers a {
  color: #fff;
}

#tv-product-disclaimers p {
  font-size: 11px;
  color: #fff;
}

.tv-product-hero {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/images/family-watching-tv.jpg");
  background-size: cover;
  background-position: center top;
}

/* HOA Landing Page - tdsfiber.com/hoa-landing-page
=====================================================*/
.hoa-jumbotron {
  background-image: url("https://tdstelecom.com/content/dam/tdstelecom/images/tds-fiber/building-owner/201329-landing-hero-BGimg.jpg");
  min-height: 500px;
}

.hoa-jumbotron-text {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}

.hoa-jumbotron-text h1 {
  font-size: 48px;
  color: #19388a;
}

.hoa-jumbotron-text p {
  font-weight: 400;
}

.hoa-content {
  padding: 0px 50px;
}

.hoa-disclaimer p {
  font-size: 11px;
  margin-top: 30px;
}

.hoa-landing-form input[type=submit] {
  background-color: #f37d1d;
  border: 0px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}

p.form-field {
  font-color: #555 !important;
}

.hoa-state {
  width: 70px;
  height: 32px;
}

.hoa-zip {
  width: 100px;
}

@media screen and (min-width: 992px) {
  .hoa-landing-form {
    background-color: #19388a !important;
    padding: 20px 30px;
    border-radius: 10px !important;
  }
  .hoa-landing-form label, .hoa-landing-form h2, .hoa-landing-form p.hoa-form-text {
    color: #fff !important;
  }
  .hoa-landing-form input[type=submit] {
    display: flex;
    margin: 0 auto;
  }
  a.fiber-apt-form {
    color: #fff !important;
  }
}

@media screen and (max-width: 400px) {
  .hoa-jumbotron-text h1 {
    line-height: 42px;
  }
}

/* End HOA Landing Page - tdsfiber.com/hoa-landing-page
=====================================================*/
/* _property-rights.scss // tdsfiber.com/property-rights/
========================================================*/
.property-rights-main {
  max-width: 992px;
  margin: 0 auto;
}

.property-rights-section {
  padding: 20px 40px;
}

.easement-img {
  margin: 0 auto;
}

.easement-green-text {
  color: green;
}

.easement-disclaimer {
  font-size: 12px;
}

/* END _property-rights.scss // tdsfiber.com/property-rights/
========================================================*/
/* construction.html styles */
/* ========================== */
.construction-content, .construction-tableofcontents {
  padding: 20px;
}

.construction-gray {
  background-color: #d9d9d9;
  padding: 35px 20px 20px 20px;
}

.construction-tableofcontents {
  background-color: #19388a;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.construction-tableofcontents h2 {
  color: #fff;
}

.construction-tableofcontents a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.construction-tableofcontents a:hover {
  text-decoration: none;
}

hr.construction-divider {
  margin-top: 50px;
  border-top: solid 1px #d9d9d9;
}

.video-panel {
  background-color: #2e8fcf;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  text-decoration: underline;
}

.active, .video-panel:hover {
  text-decoration: none;
}

.video-panel-content {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.video-panel-content h2 {
  padding-top: 10px;
}

.video-panel-content iframe {
  padding-bottom: 20px;
}

/* Business Overview page
=================================== */
#business-overview .jumbotron {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/business-overview-hero-img.jpg") center center no-repeat;
  background-size: cover;
}

#business-overview .jumbotron .container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin: 0px 20px;
  border-radius: 20px;
  text-align: center;
}

#business-overview h1 {
  color: #19388a;
  font-weight: bold;
  font-size: 42px;
}

#business-overview .blue-cta {
  background-color: #2e8fcf;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
  width: 240px;
  text-align: center;
}

#business-overview .blue-cta:hover {
  background-color: #19388a;
}

#business-overview .dark-blue-container-biz {
  background-color: #19388a;
  text-align: center;
  padding: 50px 20px 20px 20px;
}

#business-overview .dbc-biz-text {
  max-width: 992px;
  margin: 0 auto;
}

#business-overview .dark-blue-container-biz h2,
#business-overview .dark-blue-container-biz p {
  color: #fff;
  text-align: center;
}

#business-overview .white-box-img-biz {
  background-color: #fff;
  padding: 20px;
  max-width: 992px;
  margin: 0 auto;
}

#business-overview .white-box-img-biz img {
  width: 300px;
  margin: 0 auto;
}

#business-overview .white-box-img-biz h3 {
  color: #2e8fcf;
  font-weight: bold;
  margin-top: 20px;
}

#business-overview .white-box-img-biz p,
#business-overview .white-box-img-biz ul {
  color: #555;
  text-align: left;
}

#business-overview .white-box-img-biz ul {
  font-weight: bold;
}

#business-overview .gray-card-row {
  max-height: 200px;
}

#business-overview .light-gray-biz-card {
  background-color: #efefef;
}

#business-overview .learn-more-biz {
  margin: 0 auto;
  text-align: center;
  padding: 50px 20px 20px 20px;
  max-width: 992px;
}

#business-overview .learn-more-biz h3 {
  color: #2e8fcf;
}

.learn-more-biz a {
  background-color: #2e8fcf;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 20px;
  display: block;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}

#business-overview .cta-section {
  text-align: center;
  padding: 50px 20px 20px 20px;
}

#business-overview .cta-section h4 {
  color: #2e8fcf;
  font-weight: bold;
  margin-bottom: 20px;
}

#business-overview .cta-section a {
  background-color: #f37d1d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 13px;
  width: 250px;
  display: inline-block;
  font-size: 20px;
}

#business-overview .cta-section a:hover {
  background-color: #c86009;
  cursor: pointer;
}

.biz-disclaimer-content {
  padding: 50px;
}

@media screen and (min-width: 768px) {
  #business-overview .jumbotron .container {
    text-align: left;
    width: 700px;
  }
}

@media screen and (min-width: 992px) {
  #business-overview .white-box-img-biz img {
    width: 400px;
    margin-top: 70px;
  }
  #business-overview .product-card {
    height: 350px;
  }
}

/* End Business Overview page
=================================== */
/* Business Internet page
=================================== */
.internet-biz-container {
  padding: 50px;
  max-width: 1200px;
}

.internet-biz-container .h2-section h1,
.h2-section h2, .h2-section img {
  text-align: center;
  margin: 0 auto;
}

.h2-section img {
  display: flex;
}

.internet-biz-container h2 {
  font-size: 42px;
  line-height: 1.5em;
  margin-bottom: 28px;
  color: #19388a;
}

.internet-biz-container h3 {
  font-size: 32px;
  line-height: 1.25em;
  margin-bottom: 20px;
  color: #2e8fcf;
  font-weight: 400;
}

.biz-internet-gray-box {
  text-align: center;
  margin-bottom: 20px;
}

.biz-internet-gray-box .gray-box-text {
  background-color: #efefef;
  padding: 20px;
}

.biz-internet-gray-box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.biz-internet-gray-box .img-col-1 {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-internet/biz-internet-img-1.png") center center;
  background-size: cover;
}

.biz-internet-gray-box .img-col-2 {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-internet/biz-internet-img-2.png") center center;
  background-size: cover;
}

.biz-internet-gray-box .img-fluid {
  max-width: 100%;
  height: auto;
}

.biz-internet-gray-box ul {
  text-align: left;
}

.biz-cta-callout {
  background-color: #efefef;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  max-width: 900px;
}

.internet-biz-container .biz-cta-callout a {
  background-color: #f37d1d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 13px;
  width: 250px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
}

.internet-biz-container .biz-cta-callout a:hover {
  background-color: #c86009;
  cursor: pointer;
}

.biz-disclaimer {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .biz-internet-gray-box {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px !important;
  }
  .biz-internet-gray-box .img-col-1,
  .biz-internet-gray-box .img-col-2 {
    height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .internet-biz-container .h2-section h1,
  .h2-section h2, .h2-section img {
    text-align: left;
    margin: 0 0;
  }
  .h2-section img {
    display: inline-block;
  }
  .biz-internet-gray-box .row {
    display: flex;
  }
  .biz-internet-gray-box .col-md-6 {
    flex: 1;
    padding: 1em;
  }
}

/* Business Voice page
=================================== */
.voice-home-container .panel {
  background-color: #efefef !important;
  text-align: center;
  max-width: 600px;
}

.voice-home-container .panel .panel-heading,
.voice-home-container .panel .panel-heading-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px !important;
}

.voice-home-container .panel .panel-heading {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voice/voice-systems-card-1.png");
}

.voice-home-container .panel .panel-heading-2 {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voice/voice-systems-card-2.png");
}

.voice-home-container .panel .panel-footer {
  background-color: #efefef !important;
  border: none !important;
}

/* Business Voice Systems page
=================================== */
.voice-systems-container .panel .panel-heading {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voice-systems/voice-systems-1.png") !important;
}

.voice-systems-container .panel .panel-heading-2 {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voice-systems/voice-systems-2.png");
}

/* Business VoIP page
=================================== */
.voip-container .panel .panel-heading-1 {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voip/voip-card-1.png");
}

.voip-container .panel .panel-heading-2 {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voip/voip-card-2.png");
}

.voip-container .panel .panel-heading-3 {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voip/voip-card-3.png");
}

.voip-container h4 {
  color: #19388a;
  font-weight: bold;
}

.voip-container .learn-more-biz a {
  width: 250px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .voip-container .panel {
    height: 750px;
  }
  .voip-container .panel .hosted-footer {
    position: relative;
    top: 15px;
  }
  .voip-container .panel .trunking-footer {
    position: relative;
    top: 80px;
  }
}

/* Business Total Talk page
=================================== */
.totaltalk-container .biz-blue-box-row {
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.totaltalk-container .biz-tv-blue-box {
  background-color: #19388a;
  padding: 20px;
  text-align: center;
  height: 300px;
  margin-bottom: 20px;
}

.totaltalk-container .biz-tv-blue-box h2 {
  color: white !important;
  font-size: 28px;
}

.totaltalk-container .biz-tv-blue-box p {
  color: white !important;
}

.totaltalk-container .biz-internet-gray-box .img-col-2 {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voip/voip-card-1.png");
}

@media screen and (min-width: 768px) {
  .totaltalk-container .biz-tv-blue-box {
    height: 350px;
  }
  .totaltalk-container .blue-box-2 {
    position: relative;
    left: 20px;
  }
}

/* Business VoIP Hosted page
=================================== */
.hosted-container .voip-hosted-box .hosted-box-img {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voip/voip-card-2.png");
}

/* Business VoIP Trunking page
=================================== */
.trunking-container .voip-trunking-box .trunking-box-img {
  background-image: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-voip/voip-card-3.png");
}

.trunking-container .biz-blue-box-row {
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.trunking-container .biz-tv-blue-box {
  background-color: #19388a;
  padding: 20px;
  text-align: center;
  height: 300px;
  margin-bottom: 20px;
}

.trunking-container .biz-tv-blue-box h2 {
  color: white !important;
  font-size: 28px;
}

.trunking-container .biz-tv-blue-box p {
  color: white !important;
}

@media screen and (min-width: 768px) {
  .trunking-container .biz-tv-blue-box {
    height: 300px;
  }
  .trunking-container .blue-box-2 {
    position: relative;
    left: 20px;
  }
}

/* Business Overview page
=================================== */
.biz-tv-hero {
  background: radial-gradient(circle at 65%, #28597f 0%, #0c2135 50%);
  padding: 20px;
}

.biz-tv-hero p {
  color: #fff !important;
}

.biz-tv-hero-col {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

.biz-tv-hero-img {
  margin-right: auto;
  margin-left: auto;
}

.biz-blue-box-row {
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.biz-tv-blue-box {
  background-color: #19388a;
  padding: 20px;
  text-align: center;
  height: 300px;
  margin-bottom: 20px;
}

.biz-tv-blue-box h2 {
  color: white !important;
  font-size: 28px;
}

.biz-tv-blue-box p {
  color: white !important;
}

.biz-tv-local-sales {
  display: none;
}

.biz-tv-local-sales-mobile {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #1f649f, #1f649f), url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-tv/gradient-img-tv-mobile-lg.jpg");
  background-size: 500px;
  height: 500px;
  padding-left: 50px;
  padding-right: 50px;
}

.biz-tv-local-sales-mobile p,
.biz-tv-local-sales-mobile h2 {
  color: #fff !important;
}

.biz-tv-local-sales-mobile .row {
  position: relative;
  top: 300px;
}

.biz-tv-local-sales p,
.biz-tv-local-sales h2 {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .biz-tv-blue-box {
    height: 350px;
  }
  .blue-box-2 {
    position: relative;
    left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .biz-tv-local-sales-mobile {
    display: none;
  }
  .biz-tv-local-sales {
    display: block;
    background-image: linear-gradient(90deg, #1f649f, #1f649f, rgba(0, 0, 0, 0)), url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-tv/gradient-img-tv.png");
    background-size: cover;
    padding: 35px;
  }
}

/* End Business Overview page
=================================== */
/* Business Internet page
=================================== */
.biz-internet-gray-box .img-col-bundle {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/2023-update/biz-bundles/biz-bundles-img.png") center center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .biz-internet-gray-box .img-col-bundle {
    height: 300px;
  }
}

/* Price for Life Landing Page Styles */
/* ================================== */
.pfl-jumbotron {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/images/price-for-life/pfl-banner.png") center center no-repeat;
  background-size: cover;
  color: #19388a;
  background-color: #19388a;
  margin-bottom: 0px !important;
}

.pfl-jumbotron p {
  color: #555;
}

.pfl-jumbotron .container {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  max-width: 992px;
  border-radius: 10px;
}

#priceForLife h3 {
  color: #19388a;
}

#priceForLife .card-container {
  max-width: 768px;
  margin: 0 auto;
}

#priceForLife .card {
  background-color: #efefef;
  padding: 20px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

#priceForLife .card h3 {
  text-align: center;
}

#priceForLife .card ul {
  list-style: none;
}

#priceForLife .card ul li:before {
  content: '\2713';
  color: #2e8fcf;
  font-size: 22px;
  padding-right: 2px;
}

#priceForLife .pfl-badges-row {
  margin: 0 auto;
  text-align: center;
  max-width: 768px;
}

#priceForLife .button {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

#priceForLife .callout {
  background-color: #19388a;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

#priceForLife .callout h3 {
  color: #fff;
}

#priceForLife .callout p {
  color: #fff;
}

#priceForLife .testimonials {
  text-align: center;
}

#priceForLife .awards {
  background-color: #2e8fcf;
  padding: 20px;
  margin-bottom: 20px;
}

#priceForLife .awards p, .awards h2, .awards h3, .awards ul {
  color: #fff !important;
}

#priceForLife .dont-wait {
  text-align: center;
  background-color: #19388a;
  padding: 20px;
}

#priceForLife .dont-wait p, #priceForLife .dont-wait h2 {
  color: #fff;
}

#priceForLife .disclaimer {
  font-size: 12px;
}

#pflDisclaimerContainer {
  background-color: #555;
  padding: 10px;
}

#pflDisclaimerContainer p, #pflDisclaimerContainer a {
  color: #fff;
  font-size: 12px;
}

#pflDisclaimerContainer .disclaimer-container {
  max-width: 1100px;
  margin: 0 auto;
}

/*Media queries */
@media screen and (min-width: 992px) {
  #priceForLife .card-container {
    max-width: 992px;
  }
}

/* _faq-fiber-connection.scss // tdsfiber.com/faqs/fiber-connection
========================================================*/
#faqFiberConnection .fiber-connection-table-div {
  overflow-x: auto;
  margin-bottom: 20px;
}

#faqFiberConnection .fiber-connection-table th, td {
  border: 1px solid;
  padding: 5px;
}

#faqFiberConnection .disclaimer {
  font-size: 12px;
}

/* 600 MBPS Landing Page Styles */
/* ================================== */
.fastest-internet-jumbotron {
  background: url("https://tdstelecom.com/content/dam/tds-fiber/images/price-for-life/pfl-banner.png") center center no-repeat;
  background-size: cover;
  color: #19388a;
  background-color: #19388a;
  margin-bottom: 0px !important;
}

.fastest-internet-jumbotron p {
  color: #555;
}

.bpe-banner-copy {
  font-size: 1.2em;
  color: #2e8fcf;
}

.bpe-banner-disclaimer {
  font-size: 14px !important;
  margin-top: -10px;
}

.fastest-internet-jumbotron .container {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  max-width: 992px;
  border-radius: 10px;
}

.fastest-internet-centered {
  text-align: center;
}

#internet-to-you h3 {
  color: #19388a;
}

#internet-to-you .card-container {
  max-width: 768px;
  margin: 0 auto;
}

#internet-to-you .card {
  background-color: #efefef;
  padding: 20px;
  height: 500px;
  margin-bottom: 10px;
  border-radius: 10px;
}

#internet-to-you .card h3 {
  text-align: center;
}

#internet-to-you .card p {
  text-align: center;
}

#internet-to-you .card ul {
  list-style: none;
  margin-top: 0;
}

#internet-to-you .card ul li:before {
  content: '\2713';
  color: #2e8fcf;
  font-size: 22px;
  padding-right: 2px;
}

#internet-to-you .card ul li ul li:before {
  content: '•';
  padding-right: 5px;
  margin-left: -20px;
}

#internet-to-you .card .disclaimer {
  font-size: 12px;
}

#internet-to-you .ity-badges-row {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  max-width: 768px;
}

#internet-to-you .button {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

#internet-to-you .callout {
  background-color: #19388a;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

#internet-to-you .callout h3 {
  color: #fff;
}

#internet-to-you .callout p {
  color: #fff;
}

#internet-to-you .ity-price {
  color: #2e8fcf;
  font-size: 22px;
  font-weight: bold;
}

#internet-to-you .testimonials {
  text-align: center;
}

#internet-to-you .awards {
  background-color: #2e8fcf;
  padding: 20px;
  margin-bottom: 20px;
}

#internet-to-you .awards p, .awards h2, .awards h3, .awards ul {
  color: #fff !important;
}

#internet-to-you .disclaimer {
  font-size: 12px;
}

#ityDisclaimerContainer {
  background-color: #555;
  padding: 10px;
}

#ityDisclaimerContainer p, #ityDisclaimerContainer a {
  color: #fff;
  font-size: 12px;
}

#ityDisclaimerContainer .disclaimer-container {
  max-width: 1100px;
  margin: 0 auto;
}

#ity-first-month-free {
  font-size: 1.5em;
}

/*Media queries */
@media screen and (min-width: 992px) {
  #internet-to-you .card-container {
    max-width: 992px;
  }
}

@media screen and (max-width: 991px) {
  #internet-to-you .card {
    height: auto;
  }
}
