/* need to fix these */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover.btn-white,
.btn:focus.btn-white,
.btn.focus.btn-white {
  color: #0568AE;
}
.btn:hover.btn-orange,
.btn:focus.btn-orange,
.btn.focus.btn-orange {
  color: #fff;
}
.btn {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'attAleckSans-Regular', Arial;
  font-size: 1.8rem;
  font-weight: normal;
  height: 46px;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  margin: 0 7px 0 0;
  max-width: 450px;
  min-width: 90px;
  padding: 0 19px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width : 479px) {
  .btn {
    font-size: 18px;
    height: 36px;
    font-size: 1.4rem;
    text-align: center;
    padding: 0 19px;
  }
}
/* TODO: REWRITE THESE - 12/17 started */
.btn-white,
.btn-default {
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
  box-shadow: inset 0 0 0 1px #d2d2d2, 0 5px 5px -5px rgba(0, 0, 0, 0.15);
  color: #0568ae;
}
.btn-white:hover,
.btn-default:hover {
  color: #0568AE;
}
.btn-orange,
.btn-warning {
  background-color: #d16500;
  background-image: linear-gradient(to bottom, #ea7400 0%, #d16500 100%);
  color: #ffffff;
}
.btn-orange:hover,
.btn-warning:hover {
  color: #fff;
}
.btn-blue,
.btn-primary {
  background-color: #0568ae;
  background-image: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
  border-color: #087ac2 #087ac2 #0568ae #087ac2;
  color: #ffffff;
}
.btn-blue:hover,
.btn-primary:hover {
  color: #fff;
}
h1,
.h1-display {
  font: normal 20px/26px 'attAleckSans-Regular', Arial;
}
@media only screen and (min-width: 992px) {
  h1,
  .h1-display {
    font: normal 32px/36px 'attAleckSans-Regular', Arial;
  }
}
h2,
.h2-display {
  font: normal 18px/24px 'attAleckSans-Regular', Arial;
}
@media only screen and (min-width: 992px) {
  h2,
  .h2-display {
    font: normal 24px/30px 'attAleckSans-Regular', Arial;
  }
}
h3,
.h3-display {
  font: normal 16px/21px 'ATTAleckSans-Medium', Arial;
}
@media only screen and (min-width: 992px) {
  h3,
  .h3-display {
    font: normal 18px/24px 'ATTAleckSans-Medium', Arial;
  }
}
h4,
.h4-display {
  font: normal 14px/19px 'attAleckSans-Regular', Arial;
}
@media only screen and (min-width: 992px) {
  h4,
  .h4-display {
    font: normal 16px/21px 'attAleckSans-Regular', Arial;
  }
}
.h4-em {
  font: normal 14px/19px 'ATTAleckSans-Medium', Arial;
}
@media only screen and (min-width: 992px) {
  .h4-em {
    font: normal 16px/21px 'ATTAleckSans-Medium', Arial;
  }
}
label {
  font: normal 12px/15px 'ATTAleckSans-Medium', Arial;
  color: #191919;
}
@media only screen and (min-width: 992px) {
  label {
    font: normal 14px/19px 'ATTAleckSans-Medium', Arial;
  }
}
.form-row {
  margin-top: 20px;
}
/* DS Dropdown */
.ds-select-group {
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  min-height: 36px;
  display: block;
  margin: 0;
  background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
}
.ds-select-group.open .ds-select-option {
  border-radius: 6px 6px 0px 0px !important;
}
.ds-select-group.open .ds-select-option-list {
  display: block !important;
}
.ds-select-group .ds-select-icon {
  cursor: pointer;
  margin-left: 10px;
  font-size: 22px;
  color: #0568ae;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 6px;
}
.ds-select-group .ds-select-option {
  background-color: transparent;
  border: 1px solid #959595;
  border-radius: 6px;
  box-shadow: 1px 5px 2px -5px rgba(0, 0, 0, 0.15);
  /* TDP 94811 */
  /*color: @att-darker-gray;*/
  color: #191919;
  display: block;
  font-family: 'attAleckSans-Regular', Arial;
  font-size: 1.6rem;
  min-height: 36px;
  padding-left: 15px;
  padding-right: 45px;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 10;
  vertical-align: middle;
  padding: 6px 15px 7px 15px;
}
.ds-select-group .ds-select-option-list {
  display: none;
}
.ds-select-group .ds-select-option-list ul {
  margin: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  position: absolute;
  border: 1px solid #959595;
  border-top: 0;
  padding: 0;
  background-color: #f2f2f2;
  z-index: 1000;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  list-style-type: none;
}
.ds-select-group .ds-select-option-list ul li {
  cursor: pointer;
  height: 36px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1000;
}
.ds-select-group .ds-select-option-list ul li.ds-select-option-active,
.ds-select-group .ds-select-option-list ul li:hover {
  background-color: #d2d2d2;
}
body {
  font: normal 12px/15px 'attAleckSans-Regular', Arial;
}
@media only screen and (min-width: 992px) {
  body {
    font: normal 14px/19px 'attAleckSans-Regular', Arial;
  }
}
body p {
  font: normal 12px/15px 'attAleckSans-Regular', Arial;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  body p {
    font: normal 14px/19px 'attAleckSans-Regular', Arial;
  }
}
.font-lt {
  font-family: 'ATTAleckSans-Light', Arial !important;
}
.font-rg {
  font-family: 'attAleckSans-Regular', Arial, sans-serif !important;
}
.font-md {
  font-family: 'ATTAleckSans-Medium', Arial !important;
}
.font-bd {
  font-family: 'ATTAleckSans-Bold', Arial !important;
}
.font-i {
  font-family: 'ATTAleckSans-LightItalic', Arial !important;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 991px) {
  .sm-less-margin-top-0 {
    margin-top: 0 !important;
  }
  .sm-less-margin-top-5 {
    margin-top: 5px !important;
  }
  .sm-less-margin-top-10 {
    margin-top: 10px !important;
  }
  .sm-less-margin-top-15 {
    margin-top: 15px !important;
  }
  .sm-less-margin-top-20 {
    margin-top: 20px !important;
  }
  .sm-less-margin-top-30 {
    margin-top: 30px !important;
  }
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.ds-legal {
  font-size: 11px;
}
.ds-input-dropdown {
  width: 300px;
}
/* OVERIDES START */
.text-light-blue {
  color: #009fdb !important;
}
.text-dark-blue {
  color: #0568ae !important;
}
.bd-inline-block {
  display: inline-block !important;
}
body {
  font: normal 14px/15px 'attAleckSans-Regular', Arial;
}
@media only screen and (min-width: 992px) {
  body {
    font: normal 16px/20px 'attAleckSans-Regular', Arial;
  }
}
body p {
  font: normal 14px/19px 'attAleckSans-Regular', Arial;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  body p {
    font: normal 16px/20px 'attAleckSans-Regular', Arial;
  }
}
body a {
  color: #009fdb;
}
/* OVERRIDES END */
/* BTNs START */
.btn {
  border-radius: 20px;
  height: 35px;
  padding: 0 36px;
  font-size: 16px;
}
@media only screen and (max-width : 479px) {
  .btn {
    font-size: 16px;
    height: 30px;
    padding: 0 36px;
  }
}
.btn-blue,
.btn-primary {
  background: #009fdb;
}
.btn-white-outline {
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0;
}
/* BTNs END */
.nd-idk {
  font-size: 14px;
  position: relative;
  top: -5px;
}
.tooltip-arrow {
  border-bottom-color: #0568ae;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #0568ae;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #0568ae;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0568ae;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #0568ae;
}
.tooltip .tooltip-inner {
  background: #0568ae;
  padding: 30px 30px;
  font-size: 16px;
  max-width: 370px;
}
.tooltip-question {
  width: 21px;
  height: 21px;
  background: url(https://businessdigital.att.com/products/wp-content/themes/buyflows/images/flat-faq.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 4px;
}
/* BD SECTION START */
.bd-section {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .bd-section {
    padding: 20px 0;
  }
}
.bd-section.bd-grey-section {
  background: #f2f2f2;
}
.bd-section h2 {
  font: normal 30px/34px 'ATTAleckSans-Medium', Arial;
  color: #191919;
  margin-top: 20px;
  padding-top: 0;
}
@media only screen and (max-width : 767px) {
  .bd-section h2 {
    font: normal 18px/22px 'ATTAleckSans-Medium', Arial;
  }
}
.bd-section h2 span.line-2 {
  display: block;
  color: #009fdb;
}
@media only screen and (max-width: 768px) {
  .bd-section h2 br {
    display: none;
  }
}
.bd-section h2 br.force {
  display: block !important;
}
.bd-section h3 {
  font: normal 22px/26px 'ATTAleckSans-Medium', Arial;
  color: #191919;
  margin-top: 20px;
  padding-top: 0;
  margin-bottom: 20px;
}
.bd-section h3.heading-with-icon {
  display: inline-block;
  text-align: left;
}
.bd-section h3.heading-with-icon .icon {
  width: 75px;
  height: 75px;
  float: left;
  margin-top: -10px;
}
.bd-section h3.heading-with-icon .heading-text {
  margin-left: 85px;
  display: block;
}
@media only screen and (max-width : 767px) {
  .bd-section h3 {
    font: normal 16px/20px 'ATTAleckSans-Medium', Arial;
  }
}
.bd-section h3 span.line-2 {
  display: block;
  color: #009fdb;
}
@media only screen and (max-width: 768px) {
  .bd-section h3 br {
    display: none;
  }
}
.bd-section h3.smaller {
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (min-width:576px) {
  .bd-section h3.smaller {
    font-size: 18px;
  }
}
.bd-section p,
.bd-section .sub-heading {
  font: normal 16px/22px 'attAleckSans-Regular', Arial, sans-serif;
  color: #191919;
  margin: 0 0 20px;
}
@media only screen and (max-width : 767px) {
  .bd-section p,
  .bd-section .sub-heading {
    font: normal 14px/20px 'attAleckSans-Regular', Arial, sans-serif;
  }
}
.bd-section p.large,
.bd-section .sub-heading.large {
  font: normal 24px/28px 'attAleckSans-Regular', Arial, sans-serif;
}
.bd-section p.large-blue,
.bd-section .sub-heading.large-blue {
  color: #009fdb;
  font: normal 24px/28px 'ATTAleckSans-Medium', Arial;
}
@media only screen and (min-width: 768px) {
  .bd-section .bd-pad {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 768px) {
  .bd-section .bd-section-flex {
    position: relative;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .bd-section .bd-video-info-right {
    text-align: left;
    padding-left: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .bd-section .bd-video-info-left {
    text-align: left;
    padding-right: 10%;
  }
}
/* BD SECTION END */
/* MISC */
.bd-video-force-width .bd-video {
  max-width: 400px !important;
}
.bd-br-hidden br {
  display: none;
}
/* ICONS */
.icon-addressbook {
  background: url(../images/icons/addressbookL.svg) center center no-repeat;
  background-size: auto;
  height: 60px;
  width: 60px;
  display: inline-block;
}
.icon-globalsecurity {
  background: url(../images/icons/globalsecurityL.svg) center center no-repeat;
  background-size: auto;
  height: 60px;
  width: 60px;
  display: inline-block;
}
.icon-integration {
  background: url(../images/icons/integrationL.svg) center center no-repeat;
  background-size: auto;
  height: 60px;
  width: 60px;
  display: inline-block;
}
.icon-mobileapp {
  background: url(../images/icons/mobileappL.svg) center center no-repeat;
  background-size: auto;
  height: 60px;
  width: 60px;
  display: inline-block;
}
.icon-pdf {
  background: url(../images/icons/pdfL.svg) center center no-repeat;
  background-size: auto;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.icon-download {
  background: url(../images/icons/downloadablefileL.svg) center center no-repeat;
  background-size: auto;
  height: 25px;
  width: 25px;
  display: inline-block;
}
a.link-with-icon {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
a.link-with-icon .icon-pdf,
a.link-with-icon .icon-download {
  position: absolute;
  top: -2px;
  left: 0px;
}
/* MODAL */
#bd-modal.modal.in .modal-dialog {
  max-width: 600px;
  width: auto;
}
#bd-modal.modal.in .modal-body {
  height: auto;
  overflow-y: auto;
}
#bd-modal .modal-content {
  position: relative;
}
#bd-modal .modal-device-close {
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  padding: 0px;
  font-family: 'ATTAleckSans-Bold', Arial;
  color: #555;
  font-size: 18px;
  text-shadow: none;
  border: 1px solid #5a5a5a;
  line-height: 23px;
  border-radius: 25px;
}
.bd-form-row {
  padding-bottom: 20px;
}
.bd-checkbox {
  transform: scale(1.5);
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 2.5rem;
  margin-left: 20px;
  padding-right: 20px;
}
.bd-hr-or {
  margin-left: 50px;
  font-weight: bold;
  position: absolute;
  margin-top: -30px;
  background: #fff;
  padding: 0 10px;
}
.bd-phone-block .bd-phone-inner {
  min-height: 320px;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.bd-phone-block .bd-phone-title {
  margin-bottom: 0;
  margin-top: 0;
}
.bd-phone-block .bd-phone-subtitle {
  margin-bottom: 5px;
}
.bd-phone-block .bd-phone-img {
  padding: 5px 30px !important;
  margin: 0 auto;
}
.bd-phone-block .bd-phone-price {
  font-size: 26px;
  font-family: 'ATTAleckSans-Bold', Arial;
  padding: 10px 0;
}
.bd-phone-block .bd-phone-normal-price {
  font-size: 14px;
  line-height: 15px;
  font-family: 'ATTAleckSans-Light', Arial;
  padding: 0;
  height: 16px;
}
.bd-phone-block input.device-qty {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px !important;
  height: auto;
  text-align: center;
  display: inline-block;
  width: 50px;
}
.bd-phone-block .device-qty-minus {
  font-size: 26px;
  font-family: 'ATTAleckSans-Bold', Arial;
  padding: 5px;
  height: 36px;
  display: inline-block;
}
.bd-phone-block .device-qty-plus {
  font-size: 26px;
  font-family: 'ATTAleckSans-Bold', Arial;
  padding: 5px;
  height: 36px;
  display: inline-block;
}
.bd-required-error {
  border-color: red;
}
.bd-required-error-msg {
  color: red;
  font-size: 16px;
  padding: 5px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-7ths {
  width: 14.2%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-7ths {
    width: 14.2%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-7ths {
    width: 14.2%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-7ths {
    width: 14.2%;
    float: left;
  }
}
html,
body {
  font-size: 16px;
}
p {
  margin: 0 0 1rem 0;
}
ul.spa-ul {
  margin: 1rem 1.5rem;
  padding: 0;
}
.modal.in .modal-body {
  height: auto;
  overflow-y: hidden;
}
#sp-app-view {
  padding: 30px 0;
}
.spa-page-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: 'attAleckSans-Regular', Arial, sans-serif;
}
.spa-back-link {
  color: #0568ae;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.margin-left-15rem {
  margin-left: 1.5rem;
}
.spa-gray-block {
  padding: 1rem 1.5rem 1rem 1.5rem;
  background: #fafafa;
}
.spa-selected-options .selected-option-line {
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
  padding: .8rem 0;
  border-top: 1px solid #d2d2d2;
}
.spa-selected-options .selected-option-line:first-child {
  border-top: 0;
}
.spa-selected-options .selected-option-line a {
  display: none;
}
.spa-section-block {
  min-height: 65px;
  border: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-top: 8px solid #0568ae;
  padding-top: .0625rem;
  margin-bottom: 1.5rem;
}
.spa-section-block.green-section {
  border-top: 8px solid #007a3e;
}
.spa-section-block .spa-section-header {
  margin: 1rem 1.5rem;
}
.spa-section-block .spa-header-icon {
  width: 2.75rem;
  padding-top: .3rem;
  display: inline-block;
}
.spa-section-block .spa-header-icon img {
  max-height: 44px;
}
.spa-section-block .spa-header-text {
  display: inline-block;
  margin-left: 1rem;
}
.spa-section-block .spa-header-text h3 {
  font-family: 'attAleckSans-Bold', Arial, sans-serif;
}
.spa-section-block .spa-section-view {
  border-top: 1px solid #d2d2d2;
}
.spa-section-block .spa-section-collapsed-view {
  padding: 1rem 1.5rem 1rem 5.5rem;
  background: #fafafa;
}
.spa-section-block .spa-option-list {
  padding: 15px;
}
.spa-section-block .spa-option-list .spa-option {
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .spa-section-block .spa-option-list .spa-option {
    padding: 1.5rem 2rem;
  }
}
.spa-section-block .spa-option-list .spa-option h4,
.spa-section-block .spa-option-list .spa-option p {
  color: inherit;
}
.spa-section-block .spa-option-list .spa-option .spa-radio-button {
  margin-top: 1rem;
}
.spa-section-block .spa-option-list .spa-option.spa-selected-option {
  background-color: #0568ae;
  border: 1px solid #dedede;
  color: #fff;
}
.spa-section-block .spa-option-list .spa-option.spa-selected-option ul,
.spa-section-block .spa-option-list .spa-option.spa-selected-option li {
  color: #fff;
}
.spa-section-block .spa-option-list .spa-option.spa-selected-option a {
  color: #fff;
}
.spa-section-block .spa-section-expanded-view .expanded-inner-block {
  margin: 1rem;
  padding: 1.5rem;
  background: #fafafa;
}
.spa-section-block .spa-section-footer {
  border-top: 1px solid #d2d2d2;
  padding: 1rem 1.5rem;
  text-align: center;
}
.spa-section-block .spa-section-footer .spa-section-expand-collapse {
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
  color: #0568ae;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
}
.spa-section-block .spa-section-footer .spa-section-expand-collapse .glyphicon {
  font-size: .95rem;
  padding-left: .5rem;
}
.price-block {
  white-space: nowrap;
}
.price-block .price-currency {
  font-style: normal;
  font-weight: 500;
  line-height: .9375rem;
  font-size: .875rem;
  text-align: center;
  letter-spacing: -0.15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .price-block .price-currency {
    top: -1.2rem;
  }
}
.price-block .price {
  font-weight: 500;
  line-height: 1.75rem;
  font-size: 1.75rem;
  font-family: 'attAleckSans-Regular', Arial, sans-serif;
  text-align: right;
  letter-spacing: -1.26667px;
}
@media only screen and (min-width: 768px) {
  .price-block .price {
    line-height: 2.75rem;
    font-size: 2.75rem;
  }
}
.price-block .per-month {
  display: block;
  font-style: normal;
  font-weight: 500;
  line-height: .875rem;
  font-size: .875rem;
  letter-spacing: -0.155556px;
  margin-left: .25rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .price-block .per-month {
    display: inline-block;
    top: -1.2rem;
  }
}
.spa-radio-button {
  cursor: pointer;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  border-radius: 50%;
}
.spa-radio-button input {
  display: none;
}
.spa-radio-button.selected {
  background-color: #767676;
}
#primary-wrapper {
  overflow: inherit;
}
#spa-overview-band {
  min-height: 60px;
  background-color: #0568ae;
  padding: .5rem;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 9;
  padding: 1rem;
  font-family: 'attAleckSans-Regular', Arial, sans-serif;
}
#spa-overview-band a.view-cart-summary {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  cursor: pointer;
}
#spa-overview-band .view-cart-subtext {
  margin-top: 5px;
  font-size: 10px;
  color: #fff;
}
#spa-overview-band .price-breakdown {
  text-align: right;
  display: inline-block;
  margin-left: 1rem;
  font-size: .8rem;
}
#spa-overview-band .price-breakdown .price-total {
  font-size: 1.5rem;
}
.btn-spa {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 500;
  font-size: 1.25rem;
  text-decoration: none;
}
.btn-spa:hover {
  text-decoration: none;
  color: #000;
}
.btn-spa.btn-white {
  background: #fff;
  color: #0568ae;
}
.btn-spa.btn-white:hover {
  color: #000;
}
.spa-basic-block {
  border: 1px solid #d2d2d2;
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.spa-basic-block h3 {
  margin-bottom: 1.5rem;
}
.spa-basic-block p {
  margin-bottom: 1.5rem;
}
.spa-basic-block .form-control {
  max-width: 280px;
}
.cart-summary-block {
  font-family: 'attAleckSans-Regular', Arial, sans-serif;
}
.spa-expandable {
  margin-bottom: 1.5rem;
}
.spa-expandable .spa-exandable-header {
  padding: 1rem;
  background: #f2f2f2;
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
}
.spa-expandable .spa-exandable-header .glyphicon {
  padding-right: 1rem;
  color: #0568ae;
  font-size: 1.2rem;
  position: relative;
  top: 5px;
}
.spa-expandable .spa-selected-options {
  padding: 0 1rem;
  display: none;
}
.spa-expandable .expand-icon,
.spa-expandable .collapse-icon {
  cursor: pointer;
}
.spa-expandable .collapse-icon {
  display: none;
}
.spa-expandable.expanded .expand-icon {
  display: none;
}
.spa-expandable.expanded .collapse-icon {
  display: inline-block;
}
.spa-expandable.expanded .spa-selected-options {
  display: block;
}
.cart-summary-block h3 {
  font-family: 'attAleckSans-Regular', Arial, sans-serif;
  font-weight: normal;
}
a.decrease-voice-lines,
a.increase-voice-lines {
  padding: 10px;
  border-radius: 40px;
  line-height: 0;
  background: #0568ae;
  color: #fff;
  display: inline-block;
}
a.decrease-voice-lines:hover,
a.increase-voice-lines:hover {
  color: #fff;
}
.spa-field-voice-lines {
  width: 50px;
  padding: 10px;
  text-align: center;
  margin: 0 10px;
  display: inline-block;
}
#spa_modal .btn-default {
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
  box-shadow: inset 0 0 0 1px #d2d2d2, 0 5px 5px -5px rgba(0, 0, 0, 0.15);
  border: none;
  color: #0568ae;
}
#spa_modal .btn-primary,
.checkout-wrapper .btn-primary {
  background: #0568ae;
  background-color: #0568ae;
  background-image: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
  border-color: #087ac2 #087ac2 #0568ae #087ac2;
  color: #ffffff;
  border: none;
  margin-right: 0;
}
.product-option-error > h4 {
  color: #cf2a2a;
}
.terms-block {
  border-radius: 5px;
  border: solid #d2d2d2;
}
.terms-block .terms-header {
  padding: 1rem 1.5rem;
  background: #d2d2d2;
  margin-bottom: 0;
}
.terms-block .terms-content {
  padding: 1rem 1.5rem;
}
.checkout-header-wrapper {
  background: #fff;
  padding: 15px 0 10px 0;
  border-top: 1px solid #f2f2f2;
}
.checkout-header {
  padding: 0 15px;
}
.checkout-step-header {
  font-family: 'attAleckSans-Light', Arial, sans-serif;
  padding: 0 5px;
}
.checkout-step-header h4 {
  font-family: 'attAleckSans-Light', Arial, sans-serif;
  font-weight: normal;
  color: #767676;
  padding-bottom: 5px;
  border-bottom: 4px solid #d2d2d2;
  white-space: nowrap;
  font-size: .7rem;
}
.checkout-step-header h4 span {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .checkout-step-header h4 span {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-step-header h4 {
    font-size: 1rem;
  }
}
.checkout-step-header h4 .step-checkmark {
  display: none !important;
}
.checkout-step-header.prevstep h4 {
  color: #007a3e;
  border-color: #007a3e;
}
.checkout-step-header.prevstep .step-num {
  display: none !important;
}
.checkout-step-header.prevstep .step-checkmark {
  background: #007a3e;
  color: #fff;
  font-size: 10px;
  padding: 3px;
  border-radius: 25px;
}
@media only screen and (min-width: 1200px) {
  .checkout-step-header.prevstep .step-checkmark {
    display: inline-block !important;
  }
}
.checkout-step-header.active h4 {
  color: #007a3e;
  border-color: #007a3e;
}
.checkout-step {
  display: none;
  margin-top: 1.5rem;
  font-family: 'attAleckSans-Regular', Arial, sans-serif;
}
.checkout-step.active {
  display: block;
}
.checkout-step .step-title {
  margin-top: 1rem;
  font-weight: normal;
  font-family: 'attAleckSans-Light', Arial, sans-serif;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.checkout-step .pad {
  padding: 0 25px;
}
.checkout-step h2 {
  font-weight: normal;
  font-size: 2.125rem;
  font-family: 'attAleckSans-Light', Arial, sans-serif;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.checkout-step h3 {
  font-weight: normal;
  font-size: 2rem;
  font-family: 'attAleckSans-Light', Arial, sans-serif;
  margin-bottom: 1.5rem;
}
.checkout-step h4 {
  font-weight: normal;
  font-size: 1.25rem;
  font-family: 'attAleckSans-Light', Arial, sans-serif;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
.checkout-step h5 {
  font-weight: normal;
  font-size: 1.1rem;
  font-family: 'attAleckSans-Light', Arial, sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.checkout-step input[type="text"] {
  height: 36px;
  padding: 9px 7px 6px 15px;
  margin-bottom: .5rem;
}
.checkout-step select {
  height: 36px;
  padding: 9px 7px 6px 15px;
  margin-bottom: .5rem;
}
.checkout-step label {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: .9rem;
}
.checkout-step p {
  margin: 1rem 0;
}
.btn-continue {
  padding: 10px 20px;
}
.business-type-wrapper .business-type-block {
  display: none;
}
.business-type-wrapper .business-type-block.active {
  display: block;
}
.info-box {
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.info-box.blue-top {
  border-top: 6px solid #31cfff;
}
.info-box.info-pad {
  padding: 1rem 1.5rem;
}
.info-box .nosep-content {
  padding: 1rem 1rem .5rem;
}
.info-box .sep-content {
  border-top: 1px solid #d2d2d2;
  padding: 1rem 1rem .5rem;
}
.device-box-header {
  margin-top: 20px;
  color: #fff;
  padding: .5rem 1rem;
  background: linear-gradient(270deg, #009fdb 0, #0568ae 100%);
}
.device-box {
  border: 2px solid #0568ae;
  border-top: none;
  padding: 1rem 2rem 1.5rem;
  background: #fff;
}
.device-selected-price {
  font-family: 'attAleckSans-Bold', Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.875rem;
  width: 100%;
  margin-bottom: .5rem;
  padding-left: .625rem;
}
.spa-device-preview {
  background: #fff;
  padding: 1rem 1.5rem;
  border-bottom: 2px solid #dedede;
}
.spa-device-preview .device-prview-image {
  max-height: 100px;
  margin: 0 auto;
}
#ux-loading {
  display: none;
}
#ux-loading .loader {
  margin: 100px auto;
}
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal.in .modal-body {
  height: 300px;
  overflow-y: scroll;
}
.nomargin {
  margin: 0 !important;
}
.marginbottom-5 {
  margin: 0 0 5px 0 !important;
}
.order-right-bar .btn-primary {
  width: 100%;
  padding: 25px 20px;
  border-radius: 40px;
}
@media screen and (min-width: 1200px) {
  .bd-app .container {
    max-width: 1280px !important;
  }
}
@media screen and (min-width: 1200px) {
  .bd-app .checkout-header-wrapper .container {
    max-width: 1000px !important;
  }
}
.ds-blue-sep {
  background: #009fdb;
  height: .125rem;
  margin: .8rem 0;
  width: 2.25rem;
}
.products .product .product-title {
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.products .product .product-num-lines {
  width: 30px;
  padding: 0;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  height: 30px;
  font-size: 14px;
  font-family: 'attAleckSans-Bold', Arial, sans-serif;
  border: 1px solid #d2d2d2;
}
.products .product a.counter-btn {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  color: #959595;
  cursor: pointer;
  font-size: 14px;
  height: 24px;
  line-height: 20px;
  margin-top: .125rem;
  padding: 0 5px;
  text-align: center;
  width: 24px;
}
.products .product a.counter-btn:hover {
  text-decoration: none;
}
.devices .device .device-title {
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.devices .device .device-num-lines {
  width: 30px;
  padding: 0;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  height: 30px;
  font-size: 14px;
  font-family: 'attAleckSans-Bold', Arial, sans-serif;
  border: 1px solid #d2d2d2;
}
.devices .device a.counter-btn {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  color: #959595;
  cursor: pointer;
  font-size: 14px;
  height: 24px;
  line-height: 20px;
  margin-top: .125rem;
  padding: 0 5px;
  text-align: center;
  width: 24px;
}
.devices .device a.counter-btn:hover {
  text-decoration: none;
}
.devices .device .btn-default,
.devices .device .btn-primary {
  width: auto;
  padding: 25px 20px;
  border-radius: 40px;
}
.devices .device .btn-default:hover,
.devices .device .btn-primary:hover,
.devices .device .btn-default:focus,
.devices .device .btn-primary:focus {
  background-position: 0;
}
.ds-select-group .ds-select-option {
  font-size: 1rem;
}
.ds-select-right {
  float: right;
  margin-right: 15px;
  font-weight: bold;
}
.btn-add-product {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 25px 20px;
  border-radius: 40px;
}
.btn-add-product:hover,
.btn-add-product:focus {
  background-position: 0;
  background: #f2f2f2;
}
.cart-item {
  margin-bottom: 10px;
}
.cart-item .cart-price {
  float: right;
  font-weight: bold;
}
.large-cart-total {
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
}
.product-delete {
  font-size: 25px;
  float: right;
  margin-right: 10px;
  color: #0568ae;
}
.product-default .product-delete {
  display: none;
}
body a {
  color: #0568ae;
}
.sticky-footer-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #0568ae;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 10000;
}
.sticky-footer-wrapper .pricing-box {
  float: left;
}
.sticky-footer-wrapper .monthly-pricing {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}
.sticky-footer-wrapper .monthly-pricing p {
  margin: 0;
  color: #fff;
}
.sticky-footer-wrapper .monthly-pricing .price-title {
  font-size: .9rem;
  line-height: .9rem;
  margin-bottom: 5px;
}
.sticky-footer-wrapper .monthly-pricing .price {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
}
.sticky-footer-wrapper .spa-continue {
  float: right;
}
label.best-way-to-reach-you {
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
a.bwtr-you {
  margin-top: 5px;
  width: 150px;
  display: inline-block;
  padding: 10px 0;
  border: 1px solid #959595;
  text-align: center;
  color: #555;
  text-decoration: none;
}
a.bwtr-you .fa {
  display: none;
  font-size: 14px;
}
a.bwtr-you:hover {
  text-decoration: none;
}
a.bwtr-you.selected {
  border: 1px solid #0568ae;
  color: #fff;
  background: #0568ae;
}
a.bwtr-you.selected .fa {
  display: inline-block;
}
.checkout-step h3.comments-title {
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
}
.checkout-comments {
  border-color: #d2d2d2;
  height: 10rem;
  padding: .75rem;
  width: 100%;
}
.checkout-step h3.charges-header {
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
}
.edit-link {
  text-decoration: underline;
  float: right;
  margin-top: 1.3rem;
}
.charges-th {
  color: #959595;
  font-size: .9rem;
  margin-bottom: .25rem;
}
.charges-tr {
  margin-bottom: .5rem;
}
.charges-total {
  margin-top: .5rem;
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
  font-size: 1.2rem;
}
.original-price {
  color: #959595;
  margin-right: .5rem;
  text-decoration: line-through;
}
.cart-saved {
  color: #017a3e;
  font-family: 'attAleckSans-Bold', Arial, sans-serif;
}
.cart-special {
  color: #017a3e;
}
.addr-dropdown {
  margin-top: -10px;
  position: relative;
  width: 100%;
}
.addr-dropdown .dropdown-menu {
  border-top: 0;
  width: 100%;
}
.addr-dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
  font-size: .9rem;
}
.addr-dropdown .dropdown-menu li:hover {
  background: #eee;
  cursor: pointer;
}
p.submit-terms {
  margin: 0;
  padding: 10px 15px;
  font-family: 'attAleckSans-Medium', Arial, sans-serif;
}
p.submit-terms input {
  margin-right: 8px;
}

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