html,body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,ol,li {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,body {
  min-width: 320px;
}

/* Hide the captcha badge per Matthew Robinson */
div.grecaptcha-badge {
  display: none !important;
}

/*
blue:  246ba3
green: 7EC03D
lightGreen: dcfac5;
*/

.footer img,
.mainLogo {
  width: 150px;
  height: 22px;
}

body.altColor div.container div.header,
body.altColor div.orderSummary div.title,
body.altColor div.option div.title {
  background-color: #246BA1;
}

body.altColor button.resume,
body.altColor div.promoBox,
body.altColor button.resume,
body.altColor button.continue.ready {
  background-color: #7EC03D;
  color: #fff;
}

body.altColor div.option div.body div.info div.selectButton label {
  background-color: #246BA1;
}

body.altColor div.container div.header div.info {
  color: #7EC03D;
}

body.altColor span a.detailsLink {
  color: #246BA1;
}

body.altColor div.orderSummary div.body .monthlyCharges {
  background-color: #7EC03D;
  margin: 1.5em -1.1em 1em -1.1em;
  padding: 1em;
  text-align: center;
  color: #fff;
  border: 1px solid #7EC03D;
}

body.altColor div.option div.body div.info div.selectButton label.ui-state-active,
body.altColor .summaryFooter {
  background-color: #7EC03D;
}

body.altColor .monthlyCharges {
  color: #fff;
}

body.altColor.plus div.option div.body div.info .phoneBox,
body.altColor.plus div.option div.body div.info .tvBox,
body.altColor.plus div.option div.body div.info .internetBox {
  background: #7ec03d;
  border: 1px solid transparent;
}

body.altColor.plus div.option div.body div.info div.coloredLabel {
  color: white;
}

body.altColor .ui-state-disabled,
body.altColor #progressbar ul li div.completed {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

body {
  margin: 0 auto;
  background-color: #f0f0f0;
  width: inherit;
  font: 14px 'Titillium Web', sans-serif!important;
  line-height: normal;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #2779aa;
}

.ui-widget {
  font: 14px 'Titillium Web', sans-serif!important;
}

.invisible {
  visibility: hidden;
}

.specialPromo {
  font-weight: bold;
}

.specialPromoGroup {
  margin-top: 1.5em;
}

#orderSummaryWrapper .specialPromo {
  margin-top: 0;
}

ul {
  list-style: none;
}

ul ul {
  list-style: circle;
}

a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

h2 {
  position: relative;
  font-size: 2.2em;
  font-weight: bold;
  color: #7ac342;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: 1.2;
}

h3 {
  color: #000;
  font-size: 1.7em;
  font-weight: bold;
}

h4 {
  text-transform: uppercase;
  font-size: 1.4em;
}

strong {
  font-weight: bold;
}

.phoneField input:focus {
  outline: none;
}

input#firstName:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

div.content {
  margin: 2.5em auto 0;
  padding: 0 1em;
  padding-bottom: 50px;
  overflow: hidden;
  max-width: 95%;
}

.paymentPage div.content {
  overflow: hidden;
}

.required.after:after,
.required.before:before {
  content: "*";
  color: red;
}

.requiredLegend {
  color: red;
}

.red {
  color: #d60101;
}

div.alertSizeCalc {
  margin: 0 auto;
  visibility: hidden;
  position: fixed;
  left: -1000px;
  padding: .5em;
  border: 1px solid #fff;
  max-width: 75%;
}

div.container {
  position: relative;
  margin: 0 auto;
}

div.container div.alert {
  display: none;
  margin: 0 auto!important;
  background: rgba(255, 255, 255, 1);
  padding: 1em 2vw;
  position: fixed;
  width: 95%;
  max-width: 650px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);
  text-align: center;
  border-radius: 2px;
  color: #d60101;
  top: 10px;
  left: 50%!important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.3em;
  border: 1px solid #d60101;
}

div.container div.alert ul {
  text-align: left;
  background: #f5f5f5;
  color: #2f2f2f;
  padding: 15px 20px;
  margin: 10px;
  outline: 1px solid #d60101;
  font-weight: bold;
  list-style: none;
}

div.container div.alert a {
  color: #0064bd;
}

div.promoBox {
  position: absolute;
  max-width: 46em;
  width: 80%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: 11vh;
  padding: 3em 2em;
  border: 0;
  background-color: #bbee8a;
  color: #000000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  z-index: 900;
  border-radius: 2px!important;
}

div.promoBox span {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.regRates {
  font-size: 11px;
  line-height: 1em;
  width: 100%;
  text-align: center;
  opacity: 1;
  margin: 4px -4px -4px;
  color: #41a733;
}

div.promoBox span.big {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  line-height: 1.2em;
}

div.promoBox span.normal {}

#agentLogin,
#agentLogout,
#resumeSignup2,
#resumeSignup {
  max-width: 30em;
}

#resumeSignup2 div[data-notice] {
  margin-bottom: 1em;
}

.selectServices_page1 div.ui-dialog.existingServiceDialog {
  max-width: 600px;
}

#existingService div[data-title] {
  font-size: 1.5em;
}

#existingService div[data-address] {
  margin-bottom: .5em;
  font-size: 1.2em;
  text-decoration: underline;
  cursor: pointer;
}

div.ui-dialog.existingServiceDialog div.dialog div.body button {
  text-transform: none;
  float: none;
  width: 11.5em;
  font-size: 1.3em;
  padding: 10px;
  height: 115px;
}

#existingService div[data-buttons] {
  margin: 0 auto 1.5em;
}

#existingService div[data-buttons] button:first-of-type {
  margin-right: 1em;
}

.agentOrderReset {
  position: relative;
  left: 8px;
  top: 2px;
  margin-bottom: -1.5em;
  z-index: 10;
}

.agentLogin a,
.agentOrderReset a {
  color: #FFF !important;
  text-decoration: underline;
}

div.promoBox span.promoDetails {
  cursor: pointer;
  font-size: .9em;
}

html.ie div.container div.header {
  background-color: #2e426b;
}

div.container div.header {
  position: absolute;
  top: 4.3em;
  width: 100%;
}

div.container div.header span.logo {
  position: relative;
  display: inline-block;
  height: 1.79em;
  width: 13.93em;
  top: 1em;
  background-size: 71.43em;
}

.resume {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
}

div.container div.header span.resume {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

div.container div.header span.resume .ui-button-text {
  text-transform: uppercase;
}

div.container div.header div.pageName {
  position: relative;
  top: -.25em;
}

div.container div.address {
  text-transform: uppercase;
  color: #7dc441;
  position: absolute;
  font-size: 1em;
}

div.container div.address span {
  color: #fff;
}

div.container div.address span.changeAddress {
  color: #7EC03D;
  font-size: .8em;
  cursor: pointer;
}

div.container div.address span.changeAddress:hover {
  text-decoration: underline;
}

div.container div.header div.info {
  text-transform: uppercase;
  color: #7dc441;
  font-size: 2.19em;
  position: absolute;
  top: .4em;
  right: .5em;
}

div.orderSummary .nrcOtherCharges ul.promo {
  margin-left: 1em;
}

div.orderSummary div.wholeHomeWifiDisclaimer,
div.orderSummary div.newDisclaimer,
div.orderSummary div.tvDisclaimer {
  margin: 2em 1em 0;
  padding: 0;
}

div.orderSummary div.wholeHomeWifiDisclaimer p,
div.orderSummary div.newDisclaimer p,
div.orderSummary div.tvDisclaimer p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.accountAddress {
  float: left;
}

.twoFields,
.threeFields {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.twoFields > * {
  width: 48%;
}

.threeFields > * {
  width: 32%;
}

div.prescreenDisclaimer p {
  border: 1px solid #d9dad9;
  padding: .5em;
  font-style: italic;
  font-size: 14px !important;
}

div.prescreenDisclaimer span.link {
  color: #0000FF;
}

div#prescreenNotice {
  display: none;
}

.ui-dialog.prescreenNoticeDialog {
  min-width: 300px;
  width: 600px !important;
}

.ui-dialog.prescreenNoticeDialog h2 {
  color: #407cac !important;
  margin-top: 1em;
  font-size: 1.5rem;
  text-decoration: underline;
}

.ui-dialog.prescreenNoticeDialog p {
  color: #407cac !important;
}

.ui-dialog.prescreenNoticeDialog p a {
  color: #0000FF !important;
  text-decoration: underline;
}

div.wholeHomeWifiDisclaimer,
div.newDisclaimer,
div.tvDisclaimer {
  margin: 0 1em;
  margin-top: -60px;
  padding: 3em 2em 2em;
}

.italic {
  font-style: italic;
}

.clear {
  clear: both;
}

.clearLeft {
  clear: left;
}

div.channelLookup,
span.channelLookup {
  cursor: pointer;
  color: #41a733;
}

span.channelLookup {
  text-decoration: underline;
}

div.maintenance div.option,
div.unsupportedBrowser div.option {
  width: 27em;
}

div.maintenance div.option div.body,
div.unsupportedBrowser div.option div.body {
  padding: 1em;
}

div.orderSummary span.channelLookup {
  cursor: auto;
  color: inherit;
  text-decoration: none;
}

span a.detailsLink,
span.detailsLink,
span.compareLink,
span.link {
  color: #41a733;
  text-decoration: underline;
  cursor: pointer;
}

div.ui-dialog.agentLogoutDialog {
  min-width: 375px;
}

div.ui-dialog.agentLogoutDialog,
div.ui-dialog.agentLoginDialog,
div.ui-dialog.resumeSignupDialog {
  max-width: 425px;
  padding: 10px auto 20px;
}

.downloads span.ui-button-text {
  line-height: 1em;
  font-size: 1.1em;
}

div#termsAndConditions {
  width: 90em;
}

div#termsAndConditions .body {
  height: 95%;
}

.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.ie .blur div.coloredLabel.internetBox span,
.ie div.promoBox.blur,
.ie .blur div.price {
  visibility: hidden;
}

.closePromo {
  display: none!important;
}


/*-----------------------------------------------------------------------------
 * Begin options container
 *---------------------------------------------------------------------------*/

 div.optionHeader {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

div.optionHeader > span:nth-child(1) {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
}

div.option h3 {
  color: #246ba3;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 10px 10px 0px;
}

div.option.equipment {
  width: 262px;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  color: #246ba3;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 1em;
  margin-bottom: 1em;
}

.sliding-middle-out {
  display: inline-block;
  position: relative;
}

.sliding-middle-out:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
}

.completed.nav .sliding-middle-out:hover:after {
  width: 100%;
  background: #fff;
  cursor: pointer;
}

div.option div.body div.info div.selectButton i {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 15px;
}

div.option .ui-button-text {
  padding: 5px;
  line-height: 1;
  font-size: 1em;
}

div.orderSummary {
  width: 17em;
  position: relative;
  float: left;
  margin-right: .75em;
  margin-bottom: 2em;
}

div.orderSummary h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  padding: .5em 0 0;
  text-align: center;
  font-weight: bold;
}

div.option div.body,
div.orderSummary div.body {
  color: #2f2f2f;
}

.passThru .body {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.option div.body .price {
  text-align: center;
  margin: 0 auto;
  width: 75%;
}

div.option div.body .price table {
  margin: 0 auto;
  border-spacing: 0;
}

div.option div.body .price table td {
  padding: 0;
  text-align: left;
}

div.option div.body .price table tr:nth-child(1) td:nth-child(2) {
  font-size: 2.5em;
  vertical-align: top;
  line-height: 1;
  padding-top: 5px;
}

div.option div.body .price table tr:nth-child(1) td:nth-child(3) {
  padding-left: .14em;
}

div.option div.body .price table tr:nth-child(1) td:nth-child(3) span {
  border-bottom: 1px solid #7EC03D;
  line-height: 1.1;
  display: inline-block;
}

div.option div.body .price table tr:nth-child(2) td:nth-child(2) {
  font-size: .7em;
  padding-left: .14em;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.3;
}

div.option.error {
  width: 50%;
  margin: 0 auto;
  float: none;
  text-align: center;
}

div.option.error ul {
  padding: 20px 30px 10px;
  font-weight: bold;
  text-align: left;
}

.whiteBG {
  background: #fff;
  outline: 1px solid rgba(238, 238, 238, 0.33);
  outline-offset: -1px;
}

div.option.error .title {
  background-color: #ff0000;
}

div.option.error .body {
  background-color: #fdd;
  padding: 1em;
}

.error {
  color: initial !important;
  outline: 1px solid red;
  background-color: transparent !important;
}

select.error,
input.error {
  background: white!important;
}

.channelContainer .columnWrap {
  display: table;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: wrap row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=password],
input[type=email] {
  border: 1px solid #c4c7ca;
  position: relative;
}

input[type=password] {
  border: 1px solid #c4c7ca;
  padding-left: 0;
}

input {
  height: 2.5em;
  font-size: 1.5em;
  padding-left: .5em;
  color: #000;
}

input[disabled] {
  color: #a3a4a7!important;
  opacity: .5;
  background: #f9f9f9;
}

.inputLabel {
  color: #545454;
  text-transform: uppercase;
  display: block;
}

select {
  font-size: 1.5em;
  padding: 3px;
}

.ui-selectmenu-button:active,
.ui-selectmenu-button:hover,
.ui-selectmenu-button:focus,
.ui-widget-content .ui-selectmenu-button.ui-state-focus,
.ui-selectmenu-button.ui-widget,
.ui-selectmenu-button {
  border: 1px solid #d0d1d3;
  background: none !important;
  background-color: #FFF !important;
  color: #808285 !important;
  font-size: 1.3em;
  height: 43px;
  border-radius: 2px!important;
}

.ui-selectmenu-button span.ui-icon {
  right: 0;
}

.ui-selectmenu-button span.ui-icon,
.ui-selectmenu-button.ui-state-hover span.ui-icon {
  background-image: url("/includes/extlibs/jquery-ui-1.11.2.custom/css/classic/images/ui-icons_3d80b3_256x240.png");
  top: 14px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.5em 0 0.4em .4em;
  font-size: 1.3em;
  line-height: .8;
}

.ui-selectmenu-menu,
.ui-selectmenu-menu .ui-menu {
  color: #000000;
  background: none;
  background-color: #FFF;
  font-size: 1.25em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-menu .ui-menu-item {
  /*padding: 7px 10px;*/
  border-bottom: 1px solid #eee;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

.ui-selectmenu-open {
  margin-bottom: 50px;
  text-align: left;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 7px 10px;
  border: none;
}

li.ui-menu-item .ui-state-active,
li.ui-menu-item.ui-state-focus {
  background: #7dc441;
  color: #fff;
}

.ui-menu .ui-menu-item,
.ui-widget-content {
  color: black;
  border-bottom: none;
}

div.option div.body div.info div.selectButton input {
  position: absolute;
  border: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

div#addressValidationLookup table label.ui-button,
div#instructions table label.ui-button,
div.option div.body div.info div.selectButton button,
button.continue,
div.option div.body div.info div.selectButton label {
  text-transform: uppercase;
  padding: .5em;
  border-radius: 6px;
  font-size: 1.25em;
  cursor: pointer;
}

div#instructions table label.ui-button {
  font-size: .9em;
  width: 4em;
  margin-top: 0;
}

.customBullet {
  /*list-style: disc;*/
  list-style: none;
}

/* There is an issue with the promo list item in the order summary bar
 * Edge and IE are dropping it down by a line below the li bullet.
 * These rules fix that issue
 */
.ie .orderSummary .customBullet {
  list-style: none;
}

@supports (-ms-ime-align:auto) {
  .orderSummary .customBullet {
    list-style: none;
  }
}

div.option div.body div.info div.selectButton label .ui-button-text:before {
  content: "ADD TO CART";
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  left: 80px;
  will-change: transform;
  -webkit-transition: 400ms cubic-bezier(0, 0, .57, 1);
  transition: 400ms cubic-bezier(0, 0, .57, 1);
  position: absolute;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  line-height: 2em;
}

div.option div.body div.info div.selectButton.yesNoCheckbox label .ui-button-text:before {
  content: "YES! ADD TO CART";
  color: #FFF !important;
  top: 16px;
}

div.option div.body div.info div.selectButton.yesNoCheckbox label.no .ui-button-text:before {
  content: "NO THANKS";
  color: #FFF !important;
}

div.option div.body div.info div.selectButton.yesNoCheckbox label.byod .ui-button-text:before {
  content: "BRING MY OWN DEVICE";
  color: #FFF !important;
  text-align: left;
  line-height: 1;
}

div.option div.body div.info div.selectButton:not(.yesNoCheckbox) label.ui-state-active .ui-button-text:before {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

div.option div.body div.info div.selectButton:not(.yesNoCheckbox) label:before {
  content: "SELECTED";
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  left: 80px;
  will-change: transform;
  padding: 13px 0 0 1px;
  display: inline-block;
  -webkit-transition: 400ms cubic-bezier(0, 0, .57, 1.3);
  transition: 400ms cubic-bezier(0, 0, .57, 1.3);
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

div.option div.body div.info div.selectButton label.ui-state-active:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

div.option div.body div.info div.selectButton label.included .ui-button-text:before {
  content: "Included";
}

div.option div.body div.info div.selectButton label.na .ui-button-text:before {
  content: "Not Available";
}

div#addressValidationLookup table label.ui-button,
div#instructions table label.ui-button,
div.option div.body div.info div.selectButton button,
div.option div.body div.info div.selectButton label {
  border-radius: 0!important;
  border: 0;
  color: #FFF;
  background: none;
  background-color: #67a3d2;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden
}

div.option div.body div.info div.selectButton label:hover {
  background-color: #246ba3;
}

div#addressValidationLookup table label.ui-button {
  -webkit-transform: scale(1);
  transform: scale(1);
}

div#addressValidationLookup table label.ui-button {
  color: #165694;
  background-color: transparent;
}


/*-----------------------------------------------------------------------------
/* Flex Layout
/*---------------------------------------------------------------------------*/

.flexGroup {
  display: table;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /*counter first and last margins on children*/
  margin-right: -15px;
  margin-left: -15px;
  clear: left;
}

.flexGroup > div {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 170px;
  flex: 1 1 170px;
  margin: 0px 10px 12px;
}

.flexGroup > .flexGroup > div {
  margin: 0px 0 12px;
}

.flexGroup > .flexGroup > div.checkLeft {
  margin: 0;
}

div#addressValidationLookup table label.ui-button:hover,
div#instructions table label.ui-button:hover,
div.option div.body div.info div.selectButton button:hover {
  outline: none;
  color: #111;
}

div.option div.body div.info div.selectButton label.ui-button-disabled.ui-state-disabled:hover {
  background-color: #4566a9;
  color: #fff;
  -webkit-transform: scale(.98);
  transform: scale(.98);
  -webkit-box-shadow: none;
  box-shadow: none;
}

div#addressValidationLookup table label.ui-button.ui-state-active,
div#instructions table label.ui-button.ui-state-active {
  -webkit-box-shadow: inset 0 0 0 20px #7EC03D;
  box-shadow: inset 0 0 0 20px #7EC03D;
}

div.option div.body div.info div.selectButton:not(.yesNoCheckbox) label.ui-state-active,
.stbCount.outlined2 {
  background: #246ba3!important;
  /*outline: 2px solid #246ba3;*/
}

.stbCount.outlined2 {
  /*outline: 1px solid #246ba3;*/
}

div#addressValidationLookup table label.ui-button.ui-state-active span,
div#instructions table label.ui-button.ui-state-active span,
div.option div.body div.info div.selectButton label.ui-state-active span {
  color: #111;
}

button.continue {
  height: 2.3em;
  font-weight: bold;
  font-size: 1.7em;
  white-space: nowrap;
  position: relative;
  /*z-index: 2;*/ /* removed due to chat widget issues */
}

button.continue.nudge {
  margin-right: 2em;
}

button.resume,
button.continue.ready {
  overflow: hidden;
  border-radius: 2px!important;
  color: #0d2654;
  background: none;
  background-color: #7EC03D!important;
  position: relative;
  /*z-index: 2;*/ /* removed due to chat widget issues */
  color: #FFF;
  background: none;
  border: none;
  cursor: pointer;
}

button.continue:before {
  content: "Continue ";
  background-image: url(/includes/assets/SSU/arrowsR.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 20px 24px;
  padding: 0px 30px 0 0;
  position: relative;
  left: 0px;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

html:not(.ios) button.continue.ready:hover:after {
  content: "";
  position: absolute;
  left: -200%;
  top: -140%;
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  z-index: 2;
  -webkit-animation: swipe 1s;
  animation: swipe 1s;
}

@-webkit-keyframes swipe {
  100% {
    left: 200%;
  }
}

@keyframes swipe {
  100% {
    left: 200%;
  }
}

.upgrade {
  position: relative;
}

.closeBox {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}


/*Hide on first page*/

.selectServices_page1 button.continueBack {
  display: none;
}

.selectServices_page1 .orderSummary {
  margin-top: 50px;
}

.selectServices_page1 .summaryFooter .orderSummary {
  margin-top: 0;
}

button.continueBack {
  background: #246ba3;
  color: #fff;
  text-transform: uppercase;
  height: 2.3em;
  font-weight: bold;
  font-size: 1.7em;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}

button.continueBack-alt {
  display: none;
  float: left;
  position: relative;
  margin: .8em 0 0 10px;
  top: 0;
}

button.continueBack:before {
  content: " Back";
  background-image: url(/includes/assets/SSU/arrowsL.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 20px 24px;
  padding: 1px 0 0 30px;
  position: relative;
  display: inline-block;
  left: 0;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

html:not(.ios) button.continueBack:hover:after {
  content: "";
  position: absolute;
  right: -200%;
  top: -90%;
  left: initial;
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  z-index: 2;
  -webkit-animation: swipe2 1s;
  animation: swipe2 1s;
}

@-webkit-keyframes swipe2 {
  100% {
    right: 200%;
  }
}

@keyframes swipe2 {
  100% {
    right: 200%;
  }
}

button.resume {
  border-radius: 2px !important;
  font-size: 1.4em !important;
  border: 0;
}

button.resume img {
  margin-bottom: -5px;
  position: relative;
}

button.resume:hover,
button.resume:active,
button.resume:focus,
button.continue.ready:hover {
  border-radius: 2px!important;
  border: none;
  background: #7EC03D;
  color: #fff;
}

div.continueButtonSpace {
  height: 3.5em;
}

.buttonBlock {
  clear: both;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 770px;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}

.buttonBlock button {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 400px;
}


/*-----------------------------------------------------------------------------
 * End options container
 *---------------------------------------------------------------------------*/

.tabDrawers {
  width: 100%;
  position: relative;
  padding-top: 32px;
  margin: 0 auto;
}

.tdBlue {
  background: #d5eafb;
}

.tdGreen {
  background: #dcfac5;
}

.tabDrawers .drawerToggle {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  color: #246ba3;
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
  padding: 2px 10px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  border-top: 1px solid #d9dad9;
}

.tabDrawers .drawerToggle a {
  color: #246ba3;
}

.tabDrawers .drawerToggle i:before {
  font-size: 1.3em;
  float: right;
  margin-top: 3px;
}

.tabDrawers a:hover {
  -webkit-box-shadow: inset 0 -10px 0 -7px #246ba3;
  box-shadow: inset 0 -10px 0 -7px #246ba3;
}

.tabDrawers a:nth-of-type(1) {
  width: 100%;
}

.tabDrawers a:nth-of-type(2) {
  border-left: 1px solid #d9dad9;
  border-top-left-radius: 20px;
  left: 50%;
  top: 0;
}

.tabDrawers .drawer.details {
  display: none;
}

.drawer .title {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  color: #246ba3;
  border-bottom: 1px solid #d9dad9;
}

.info:not(.promo) .drawer .title {
  border-bottom: 1px transparent;
}

.tabDrawers .drawer {
  display: block;
  position: relative;
  padding: 0;
  border-top: 1px solid #d9dad9;
  top: 0;
  text-align: left;
  margin-top: -1px;
}

.tabDrawers .drawer.details {
  padding: 5px 10px;
}

.tabDrawers ul {
  list-style: disc;
  font-size: .9em;
  margin-left: 1em;
}

.tabDrawers ul li {
  margin: 0 0 4px 0;
}

div.option div.body div.info div.selectButton label {
  height: 80px;
  display: block;
  margin: 0;
}

i { position: relative; }
i:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*-- Use the color from the I --*/
    color: current-color;
    font-size: 38px;
    position: relative;
    top: 0;
    left: 0;
}


/*-----------------------------------------------------------------------------
 * Begin Channel Lineup
 *---------------------------------------------------------------------------*/

 div#channelLineup div.channels {
  height: 550px;
  overflow: auto;
}

div#channelLineup h1 {
  margin-bottom: 0em;
}

div#channelLineup h6 {
  margin-bottom: 1.5em;
}

div#channelLineup table {
  width: 100%;
  border-spacing: 0;
}

div#channelLineup table thead th {
  background-color: #678DB8;
  border-radius: 0;
  cursor: pointer;
  vertical-align: bottom;
}

div#channelLineup table.tableSorter th.headerSortDown span:nth-child(2) {
  background-image: url("/includes/assets/SSU/down-arrow.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0;
}

div#channelLineup table.tableSorter th.headerSortUp span:nth-child(2) {
  background-image: url("/includes/assets/SSU/up-arrow.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0;
}

div#channelLineup table tbody tr:nth-child(odd) td {
  background-color: #95B5D9;
}

div#channelLineup table tbody tr:nth-child(even) td {
  background-color: #EAF2FC;
}

div#channelLineup table td {
  text-align: left;
  padding: .5em;
}

div#channelLineup table tbody td:first-of-type {
  text-align: center;
}

/*-----------------------------------------------------------------------------
 * End Channel Lineup
 *---------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
 * Begin dialog
 *---------------------------------------------------------------------------*/

 span.close,
 div.close {
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  background-image: url(/includes/assets/SSU/closeButton.svg);
  opacity: .2;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  top: 2px;
  right: 2px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

span.close:hover,
div.close:hover {
  opacity: 1;
}

div.ui-dialog div.ui-dialog-titlebar {
  display: none;
}

div.ui-dialog {
  border: none;
  background: #d9dad9;
  max-width: 90vw;
}

.selectServices_page1 div.ui-dialog {
  max-width: 450px;
}

div.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  z-index: 1001!important;
}

div.ui-dialog div.dialog {
  background-color: #d9dad9;
  border: none;
  border-radius: 0;
  color: #0d2654;
  margin: 0 auto;
}

div.ui-dialog div.dialog div.body {
  margin: 0 auto;
  text-align: center;
  margin-top: 1.5em;
}

div.ui-dialog.instructionsDialog div.dialog div.body,
div.ui-dialog div#channelLineup div.dialog div.body {
  margin-top: 1.57em;
}

#agentLogin h1,
#agentLogout h1,
#resumeSignup2 h1,
#resumeSignup h1 {
  font-size: 2em;
  margin: 30px 0 20px;
}

div.ui-dialog div.dialog div.body h6 {
  font-size: 1.1em;
  margin: 5px 0px 15px 0;
  color: #0d2654;
  font-weight: normal;
  text-align: left;
}

#addressNotConnected div.body h6 {
  margin: 10px 0 30px;
}

button.button,
div.ui-dialog div.dialog div.body button {
  text-transform: uppercase;
  border: 0;
  background: none;
  background-color: #246ba3;
  color: #FFF;
  font-size: 1.5em;
  width: 10em;
  cursor: pointer;
  padding: 10px 0 8px;
  float: right;
  border-radius: 2px;
  font-weight: bold;
  margin: 10px 0 0;
}

button.button:hover,
div.ui-dialog div.dialog div.body button:hover {
  background-color: #246ba3;
  color: #eee;
}

/*-----------------------------------------------------------------------------
 * End dialog
 *---------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
 * Begin orderSummary container
 *---------------------------------------------------------------------------*/

div.orderSummary {
  float: right;
  width: 270px;
  margin-right: 2px;
  margin-top: -72px;
}

div.orderSummary button.continue {
  width: 100%;
  margin-bottom: 20px;
}

div.orderSummary li {
  font-size: 12px;
  line-height: 1em;
  margin: 0 0 5px;
  /*text-indent: -5px*/
}

div.orderSummary li.channel {
  margin: 0;
}

div.orderSummary li li {
  /*text-indent: -8px*/
}

div.orderSummary div.promo {
  margin-left: 2em;
}

div.orderSummary .equipment .customBullet {
  margin-left: 2em;
}

div.orderSummary .name {
  font-weight: bold;
  padding: 0;
  display: inline-block;
}

div.orderSummary div.selectionHeader {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1.5em 0 .25em 0;
  border-bottom: 1px solid #ccc;
}

div.orderSummary div.body {
  padding: 0 1em 1em 1em;
  border: 1px solid #d9dad9;
  background-color: #fff;
}

div.orderSummary div.body {
  padding: .5em .25em 3em .25em;
}

div.orderSummary div.body .promoPrice,
div.orderSummary div.body .equipmentFeePrice,
div.orderSummary div.body .promoTAFTotalPrice,
div.orderSummary div.body .taxesAndFeesPrice,
div.orderSummary div.body .monthlyPrice,
div.orderSummary div.body .totalPrice,
div.orderSummary div.body .nrcOtherChargePrice,
div.orderSummary div.body .price {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
}

div.orderSummary div.body .monthlyPrice {
  float: none;
}

.monthlyCharges {
  font-size: 1.1em;
  line-height: 1.3;
  color: #1C2E52;
  font-weight: bold;
  position: relative;
  top: -12px;
  display: inline-block;
  margin-left: -30px;
}

body.noSummaryFooter .summarySlide,
body.noSummaryFooter .summaryFooter {
  display: none !important;
}

body.noSummaryFooter .buttonBlock {
  padding-bottom: 100px
}

.summaryFooter .monthlyCharges {
  color: #fff;
}

div.orderSummary div.body div.service > span:nth-child(1) {
  text-transform: uppercase;
}

.orderSummary .description {
  display: none;
}

/*Exceptions*/
.orderSummary .item.premiumChannels .description,
.orderSummary .item.service .description  {
  display: block;
}

div.orderSummary div.body .description ul {
  margin: 0;
  /* Use this if we want discs on .customBullet */
  /*padding-left: 1.1em;*/
  /* Use this if we don't */
  padding-left: .25em;
  margin-bottom: .25em;
}

div.orderSummary div.body .description ul ul {
  padding-left: 1em;
}

div.orderSummary div.body .monthlyCharges,
div.orderSummary div.body .installation,
div.orderSummary div.body .total {
  text-transform: uppercase;
}

div.orderSummary div.body .mrcOtherCharges {
  margin-top: 1.5em;
  font-size: 90%;
}

div.orderSummary div.body .monthlyCharges {
  background-color: #dcfac5;
  margin: 2.5em 0 0 -3px;
  padding: 1em;
  text-align: center;
  border-top: 1px solid #d9dad9;
  border-bottom: 1px solid #d9dad9;
  max-width: 268px;
  width: 120%;
}

div.orderSummary div.body .installation {
  margin-bottom: 1.5em;
}

div.orderSummary div.body .total {
  font-size: 1.2em;
  background-color: #FFF;
  padding: 1em;
  margin: 1.5em -.75em;
}

div.orderSummary div.body .disclaimer {
  margin: 1.5em 0 1.5em 0;
}

.dotteds {
  display: inline-block;
  width: 100%;
  margin: 0 4px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.6) .5px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 9px 2px;
  background-position: left 0 top 13px;
  top: -3px;
}

.priceWrap {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.priceWrap.hidden {
  display: none;
}

.priceWrap > * {
  white-space: nowrap;
  float: left;
  line-height: 1.2;
}

.priceWrap > span + span {
  margin: 0 0 0 4px;
}

.priceWrap span.wirelessCount,
.priceWrap span.wiredCount {
  margin: 3px 0 0;
}

.priceWrap > span[data-name="TV Only Surcharge"] {
  white-space: normal;
  width: 100%;
}

.priceWrap > span[data-name="TV Only Surcharge"] + .dotteds {
  width: 40%;
}

.orderSummary2 .priceWrap > span[data-name="TV Only Surcharge"] + .dotteds {
  width: 100%;
}

li[data-promo-combo] .priceWrap span:first-child {
  width: 19em;
}

.orderSummary2 li[data-promo-combo] .priceWrap span:first-child {
  width: auto;
  white-space: nowrap;
}

div.orderSummary2 {
  margin-top: 0;
}

div.orderSummary2 div.body {
  padding: 0;
  border: 0;
  background-color: transparent;
}

div.orderSummary2 .name,
div.orderSummary2 div.body .price,
div.orderSummary2 div.body .taxesAndFeesPrice,
div.orderSummary2 div.body .promoTAFTotalPrice,
div.orderSummary2 div.body .nrcOtherChargePrice,
div.orderSummary2 div.body .promoPrice {
  font-weight: normal;
}

div.orderSummary2 .name {
  margin-bottom: 4px;
  font-weight: bold;
}

div.orderSummary2 div.selectionHeader {
  border-bottom: none;
  color: #246ba3;
}

.outlined {
  outline: 4px solid #246ba3!important;
}

.title h2.greenText {
  color: #7EC03D;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.title h2 + h2 {
  margin-top: 0;
}

div.orderSummary2 div.body .monthlyCharges {
  margin: 30px 0 0 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.7em;
  padding: 15px 2vw;
  border: 1px solid #ccc;
}

div.orderSummary2 div.wholeHomeWifiDisclaimer,
div.orderSummary2 div.newDisclaimer,
div.orderSummary2 div.tvDisclaimer {
  margin: 20px 0 0 0;
  opacity: .6;
}

div.orderSummary2 div.body .regRates {
  text-align: left;
  padding-left: 1em;
}

.tv .priceLockWords {
  opacity: 0;
  height: 0;
}

.option:nth-of-type(2) .specialCase {
  text-transform: uppercase;
}

.servicesContainer h2.specialCase span {
  text-transform: capitalize!important;
}

/*-----------------------------------------------------------------------------
 * End orderSummary container
 *---------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
 * Begin progress bar
 *---------------------------------------------------------------------------*/
#progressbar {
  padding: 17px 0 15px;
}

#progressbar span {
  background: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 5vw 0 0;
  display: inline-block;
  color: #ddd;
  text-transform: uppercase;
  color: #fff;
  opacity: .5;
}

#progressbar ul li,
#progressbar ul li div {
  display: inline-block;
}

#progressbar .completed span {
  opacity: 1;
  cursor: pointer;
}

#progressbar.disableNavigation span:after {
  display: none;
}

#progressbar div.disabled span,
#progressbar.disableNavigation span {
  /*opacity: .5!important;*/
  cursor: default;
}

#progressbar div.disabled {
  pointer-events: none;
}

/*-----------------------------------------------------------------------------
 * End progress bar
 *---------------------------------------------------------------------------*/


 /* Begin stuff that fixes issues with foundation.css */

 h1 {
  font-size: 2.6em;
  line-height: 1.2;
  color: #246ba3;
  text-align: left;
  margin-bottom: 30px;
}

button,
[role="button"] {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

button.continue {
  border: 1px solid #c5c7c9;
  border-radius: 2px!important;
  color: #fff;
  background: none;
  background-color: #e2e2e2;
  padding: 12px 0 10px;
  cursor: default;
}

div#addressValidationLookup table label.ui-button {
  width: 5.25em;
}

div#requestZipCode div.body table tr td,
div#agentLogin div.body table tr td,
div#agentLogout div.body table tr td,
div#resumeSignup2 div.body table tr td,
div#resumeSignup div.body table tr td,
div.addressValidation div.body table.addressTable tr td {
  padding-bottom: 1em;
}

div.addressValidation div.body table.addressTable tr.cityState td:first-of-type {
  padding-right: 2em;
}

div.addressValidation div.body table.addressTable tr.cityState td {
  display: inline-block;
  width: 49.5%!important;
}

div#instructions input.zipCode,
div#requestZipCode div.body table tr td input,
div#resumeSignup2 div.body table tr td input,
div#resumeSignup div.body table tr td input,
div.addressValidation div.body table.addressTable tr td input,
div.addressValidation div.body table.addressTable tr td select {
  height: 1.75em;
  margin-left: 0;
}

div.addressValidation div.body table.addressTable tr.cityState td input {
  width: 9em;
}

div.addressValidation div.body table.addressTable tr.firstLast td {
  width: 18em;
}

div.addressValidation div.body table.addressTable tr.firstLast td:first-of-type {
  padding-right: 2em;
}

div.addressValidation div.body table.addressTable tr.firstLast td input {
  width: 12em;
}

div.addressValidation div.body table.addressTable tr.emailPhone td:first-of-type {
  padding-right: 2em;
}

div.addressValidation div.body table.addressTable tr.emailPhone td {
  padding-bottom: 0;
}

#emailConsent {
  font-size: 12px;
  font-style: italic;
  width: 18em;
}

table.addressTable .required:after {
  content: "*";
  color: red;
  font-weight: bold;
}

table.addressTable .phoneField {
  background: #fff;
  border: 1px solid #c4c7ca;
  display: inline-block;
  color: #999;
  border-radius: 6px;
  width: 11em;
}

table.addressTable .phoneField input {
  color: #555;
  padding: 0 !important;
}

table.addressTable .phoneField input.npa,
table.addressTable .phoneField input.nxx {
  text-align: center;
  width: 2em !important;
  border-radius: 0;
  padding: 0;
  border: 0;
  background: 0;
}

table.addressTable .phoneField input.line {
  text-align: center;
  width: 2.5em !important;
  border-radius: 0;
  padding: 0;
  border: 0;
  background: 0;
  margin-right: .5em;
}

table.addressTable td.contactChk input.contactChk {
  width: 2em !important;
}

table.addressTable td.contactChk label {
  font-size: 1em;
  display: inline-block;
  width: 28em;
}

.fullWidth {
  width: 100%;
}

.splitTwo {}


/* End stuff that fixes issues with foundation.css */

div.servicesContainer {
  width: inherit;
}

img.help {
  display: none;
  height: 16px;
  border-radius: 10px;
  margin-top: 4px;
  position: absolute;
  right: 4px;
}

div.servicesContainer div.option div.body div.info div.price {
  top: -.1em;
  margin-bottom: -.5em;
}

div.servicesContainer div.option div.body .price table {
  font-size: .8em;
}

div.servicesContainer div.option div.body div.info div.coloredLabel {
  line-height: 1.4em;
}

div.servicesContainer div.option div.body div.info div.coloredLabel div:nth-child(1) {
  font-size: 1.4em;
  font-size: 130%;
}

div.option div.body .price table tr:nth-child(1) td:nth-child(2) {
  letter-spacing: -1px;
}

div.option div.body .price table tr:nth-child(1) td:nth-child(2):after {
  letter-spacing: normal;
}

div.option .ui-button-text {
  padding: 8px 0 0;
}

div.option div.body div.info div.selectButton label {
  border-right: none;
}

div.show-for-medium div.orderSummary {
  float: right;
}

.finePrint {
  font-size: .8rem !important;
  margin-top: 10px;
}

.off-canvas.position-right {
  right: -24em;
  width: 24em;
}

.off-canvas {
  overflow-y: inherit;
  background: inherit;
}

.checkLeft {
  position: relative;
}

.checkLeft input {
  position: absolute!important;
}

.checkLeft label {
  padding-left: 32px;
  display: inline-block;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.checkLeft.checkLeft_less label {
  padding-left: 20px;
}


/*-----------------------------------------------------------------------------
 * Checkmark - animated
 *---------------------------------------------------------------------------*/

 .checkmarkCircle label.ui-state-active.checkmark.draw:after {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg) translateX(-50%);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.checkmarkCircle label.ui-state-active.checkmark:after {
  opacity: 1;
  height: 28px;
  width: 14px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 10px solid #7ac342;
  border-top: 10px solid #7ac342;
  border-radius: 2.5px !important;
  content: '';
  left: 43%;
  top: 34px;
  position: absolute;
  height: 0;
  width: 0;
}

.checkmarkCircle label.ui-state-active.checkmark:after {
  left: 25px;
  top: 52px;
}

.calendar .checkmarkCircle label.ui-state-active.checkmark:after {
  top: 33px;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 30px;
    opacity: 1;
  }
  40% {
    height: 50px;
    width: 30px;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 30px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 20px;
    opacity: 1;
  }
  40% {
    height: 40px;
    width: 20px;
    opacity: 1;
  }
  100% {
    height: 40px;
    width: 20px;
    opacity: 1;
  }
}


/*-----------------------------------------------------------------------------
 * /end Checkmark - animated
 *---------------------------------------------------------------------------*/

.ui-dialog:not(.tvDetailsDialog):not(.acpDetailsDialog) {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
  width: 100%!important;
  left: 50%!important;
  top: 10vw!important;
  -webkit-transform: translate(-50%, 0)!important;
  transform: translate(-50%, 0)!important;
}

div#pinDlg h1 {
  text-align: center;
}

div#pinDlg table {
  margin: 0 auto;
}

div#pinDlg button {
  width: 6em;
  margin-bottom: .5em;
}

div.dialog input {
  width: 7em;
  font-size: 1.25em;
  color: #0d2654;
}

div.ui-dialog.pinDialog {
  width: 455px !important;
  height: 200px;
}

div.ui-dialog input {
  padding-left: .25em;
  margin-left: .25em;
}

.paymentPage .ui-dialog {
  width: 80%;
  max-width: 700px!important;
}

.ui-button-text {
  font-size: 19px;
  left: 45px;
}

.student .ui-button-text {
  position: relative;
}

.hideForm {
  height: 0;
  overflow: hidden;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: table-row;
}

.showForm {
  height: 200px;
  overflow: hidden;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: table-row;
}


/*-----------------------------------------------------------------------------
 * Summary Footer
 *---------------------------------------------------------------------------*/

 .summaryFooter {
  display: none;
  background-color: #7EC03D;
  padding: 5px 0 0;
  text-align: center;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100vw;
}

.summaryFooter .orderSummary {
  float: none;
  width: 100%;
  display: inline-block;
  background: transparent;
  border: transparent;
}

.summaryFooter .continue_footer {
  display: inline-block;
  margin: 0 20px;
}

.summaryFooter .btn_summarySlide {
  float: left;
}

.summaryFooter .summaryWrap span {
  display: inline-block;
  float: left;
  margin: 3px 0 0 7px;
  text-align: left;
  line-height: 1.1em;
  display: none;
  color: #fff;
}

.summarySlide {
  width: 100%;
  position: fixed;
  z-index: 999;
  display: block;
  top: 20px;
  margin-right: 20px;
  left: -105%;
  width: 100%;
  max-width: 85vw;
  border: 7px solid #ffffff;
  height: 80vh;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #505050;
  background-color: #dbe6fd;
  -webkit-transition: all 600ms 200ms cubic-bezier(0.250, 0.250, 0.220, 1.300);
  transition: all 600ms 200ms cubic-bezier(0.250, 0.250, 0.220, 1.300);
}

.summarySlide.slid {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0 10px;
}

.summarySlideInner {
  overflow: hidden;
  height: 100%;
  padding-top: 30px;
}

.summarySlide.slid .summarySlideInner {
  overflow-y: auto;
}

.summarySlideInner h3 {
  margin: 20px;
  text-align: center;
}

.summarySlideInner p {
  margin: 0 0 20px 0
}


/* mobile orderSummary show/hide */

.summarySlide,
.summarySlideInner,
.summarySlideInner div.orderSummary,
.continue_alt,
.closeHitArea,
.noSummaryFooter .summaryFooter,
.noSummaryFooter .tvDisclaimer {
  display: none;
}

.noSummaryFooter .continue_alt {
  display: block;
}

.noSummaryFooter .content {
  padding-bottom: 0;
}

/* /end - Show/Hide */


/*---Switch styles---*/

.switch {
  position: relative;
  height: 37px;
  width: 62px;
}


/* Checkbox hack */

.switch input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  clip: inherit;
  /*override jQuery-ui*/
}


/* Background unchecked */

.switch label {
  background: rgba(0, 0, 0, 0.15);
  color: #c72f18;
  border-radius: 40px;
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  width: 100%;
}

.switch label:active {
  background: #7dc441;
}


/* Slider unchecked */

.switch label div {
  background: #fff;
  border-radius: 2px;
  display: block;
  left: 1px;
  position: absolute;
  top: 1px;
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  padding: 5px 3px 5px 8px;
  z-index: 3;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0px 1px rgba(28, 46, 82, 0.22);
  box-shadow: 0 0 0px 1px rgba(28, 46, 82, 0.22);
}

.switch label div svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-perspective: 800px;
  perspective: 800px;
  fill: #1c2e52;
}

.mobileWide #lastName {
  width: 100%!important;
}


/* Checked States */

.switch input:checked~label div {
  -webkit-transform: translate(70%);
  transform: translate(70%);
  padding: 5px 8px 5px 3px;
}

.switch input:checked~label div svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.noCells > td {
  width: 100%;
  display: block;
}

.ui-state-default {
  font-weight: normal;
}


/*Back to Top*/

.backToTop {
  position: fixed;
  cursor: pointer;
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  bottom: 10px;
  right: -100px;
  z-index: 999;
  -webkit-transition: 600ms all cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: 600ms all cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.backToTop:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  left: 6px;
  top: 1px;
}

.backToTop.show {
  right: 10px;
}

.backToTop:focus {
  outline: 0 !important;
}

.backToTop:hover {
  background: rgba(0, 0, 0, 0.3);
}


/*---------------------------------------------------------------------------
   * these are overrides for Core.css
   *-------------------------------------------------------------------------*/

   #overlay {
    opacity: .8;
    background: #000;
  }


  /*Override previous loader...*/

  #loader {
    background: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: 0;
    border-top: none;
    background: #FFEF8F;
    width: inherit;
    opacity: 1;
    color: transparent;
    background: transparent;
  }

  #loader div {
    display: none;
  }


  /*Metronet Logo loader*/

  #loader {
    -webkit-animation: spinIt 3s ease infinite;
    animation: spinIt 3s ease infinite;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 62px;
    height: 80px;
    padding: 4px;
    left: 50%;
    margin-left: -31px;
    top: 40%;
    position: fixed;
    -webkit-transform-origin: 50 0;
    transform-origin: 50 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9Ijk4IiB3aWR0aD0iNzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgICAgCiAgICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM3QUMxNDMiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNIDE3IDIwIGEgMzAsMzAgMCAxIDAgMzYsMCIgLz4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzdBQzE0MyIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0gMzUsNSBsIDAsMzgiIC8+Cjwvc3ZnPg==");
  }

  @-webkit-keyframes spinIt {
    40% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    70% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes spinIt {
    40% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    70% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .flexCenter {
    height: 100%;
    display: table-cell;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .titleBlock {
    background: #bbb;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
  }


/*---------------------------------------------------------------------------
   * Custom checkmarks
   *-------------------------------------------------------------------------*/

   .customCheck {
     position: absolute;
     visibility: hidden;
     left: -9999px;
  }

  .customCheck ~ label {
    position: relative;
    margin: 5px;
    padding-left: 40px!important;
    margin-left: 50px;
    cursor: pointer;
    font-size: 1.2em;
    display: inline-block;
  }

  .customCheck ~ label:before {
    content: '';
    font-size: 1px;
    display: block;
    height: 30px;
    width: 30px;
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.220, 1.300);
    transition: all 200ms cubic-bezier(0.250, 0.250, 0.220, 1.300);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 2px;
    left: -40px;
    cursor: pointer;
    border: 1px solid #dadbda;
    border-radius: 50%;
    background-color: #fff;
  }

  .customCheck:is([disabled]) ~ label:before {
    cursor: default;
  }

  .customCheck:not([disabled]) ~ label:hover:before {
    border: 1px solid green;
  }

  .customCheck:checked ~ label:before {
    content: "\2714";
    color: #41a733;
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    background: #fff;
    border-color: #41a733;
  }

  .textOptIn label {
    margin: 10px 0;
  }

  .repoNameWrap {
    position: absolute;
    z-index: 9;
    background: #7dc441;
  }

  .row {
    max-width: 1170px;
    width: 100%;
    padding: 0 1em;
    position: relative;
    margin: 0 auto;
  }

  div.titleBar {
    background-color: #246BA1;
    color: #FFF;
    padding: 0;
    height: inherit;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -10px 20px -10px #000000;
    box-shadow: inset 0px -10px 20px -10px #000000;
  }

  div.titleBar div.agentLogin {
    float: right;
    position: relative;
    right: 8px;
    margin-bottom: -1.5em;
    z-index: 10;
  }

  div.titleBar div.agentLogin a {
    text-decoration: underline;
    cursor: pointer;
  }

  div#agentLogout div.body table,
  div#agentLogin div.body table {
    margin: 0 auto;
    color: #96999d;
    color: #0d2654;
    text-align: left;
    margin-bottom: 1em;
  }

div#agentLogout div.body table tr td,
div#agentLogin div.body table tr td {
  font-size: 1.2em;
}

div#agentLogin div.body table tr td span {
  padding: 0;
  display: inline-block;
}

div#agentLogin div.body table tr td input {
  width: 100%;
  border-radius: 6px;
  border: 0;
  font-size: 1em;
  color: #0d2654;
  padding: 0 .5em;
  height: 2.25em;
  margin-top: 0px;
}

div#agentLogin div.body table tr td input.error {
  outline: 1px solid #cd0a0a;
  outline-offset: -1px;
}

div#agentLogout div.body table tr:last-of-type td,
div#agentLogin div.body table tr:last-of-type td {
  text-align: center;
}

div#agentLogout div.body table tr:last-of-type td button {
  width: 6em;
  margin-left: .5em;
}

div.titleBar ul.branding {
  float: left;
}

.titleBar .logo img {
  left: initial;
  width: 260px;
  height: 38px;
  margin: 1em 0 1.3em;
}

div.titleBar .menu > li.hover.myAccount {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.xtraH3 {
  text-transform: none;
  font-size: 2em;
}

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

div.titleBar ul.links {
  float: right;
  top: 0;
  height: auto;
  position: relative;
}

/* Begin datepicker styling */
.ui-datepicker-header .ui-datepicker-title {
  display: inline-flex;
}

.ui-datepicker-header .ui-datepicker-title > select {
  width: 75px;
  margin-right: .5em;
  padding-left: .25em;
  border-radius: .3rem;
  height: initial;
  height: fit-content;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.button, .ui-button,
.ui-small-button,
.ui-datepicker .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default {
  border: none;
  background: transparent;
  color: #767676;
}

/*
div.datepicker,
div.datepicker input.datepicker {
  width: 8.5em;
  display: inline-block;
  position: relative;
  margin: 0;
}
*/

.datepicker input[type=text],
.datepicker input[type=text] {
  cursor: pointer;
  text-align: left;
  position: relative;
  height: 1.9em;
  width: 8em; /* NOTE - Changing this can cause issues with some datepickers */
}

/* Icon */
div.datepicker:after {
  display: none;
  content: "\f124";
  font-family: 'foundation-icons';
  font-size: 24px;
  position: absolute;
  top: 1px;
  pointer-events: none;
  right: 25px;
  right: 14px;
  color: #767676;
}

.ui-datepicker {
  display: none;
  background: #fff;
  border-radius: 4px;
  font-size: 1em;
  color: #767676;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #c4c7ca;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
  width: 255px;
  margin-left: -5.5em;
}

.ui-datepicker .ui-datepicker-header {
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  content: "";
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #767676;
  font-size: 20px;
  position: absolute;
  border: solid #767676;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}

.ui-datepicker .ui-datepicker-prev:hover:after,
.ui-datepicker .ui-datepicker-next:hover:after {
  color: #7EC03D;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  border: none;
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev:after {
  content: "";
  left: 10px;
  top: 12px;
  transform: rotate(-220deg);
  -webkit-transform: rotate(-220deg);
}

.ui-datepicker .ui-datepicker-next:after {
  content: "";
  right: 10px;
  top: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  color: #767676;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker table {
  margin-bottom: 0;
}

.ui-datepicker thead {
  display: inline-block;
  padding: 5px 0;
}

.ui-datepicker td,
.ui-datepicker th {
  padding: 3px !important;
}

.ui-datepicker th {
  text-align: center;
  display: inline-block;
  width: 34px;
  line-height: 1;
}

.ui-datepicker td {
  background: #f0f0f0;
  text-align: center;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: .3rem;
  margin: 1px;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.ui-datepicker td.ui-state-disabled {
  background: transparent;
  border: 1px solid #ccc;
  border: none;
  cursor: default !important;
}

.ui-datepicker td.ui-datepicker-other-month.ui-state-disabled {
  border: 0;
}

.ui-datepicker td.ui-state-disabled:hover {
  background-color: transparent;
}

.ui-datepicker .ui-state-highlight {
  padding: 0;
}

.ui-datepicker td:hover {
  background: #7EC03D;
  cursor: pointer;
}

.ui-datepicker td a {
  color: #767676;
  text-decoration: none;
  position: relative;
}

.ui-datepicker td a:hover,
.ui-datepicker a.ui-state-default:hover,
.ui-datepicker td:hover a.ui-state-default {
  color: #fff;
}

.ui-datepicker .ui-datepicker-today {
  background: #FFF;
  border: 1px solid #246BA1;
  border: 1px solid #7EC03D;
}

.ui-datepicker .ui-datepicker-today a.ui-state-highlight {
  color: #246BA1;
  color: #7Ec03D;
}

.ui-datepicker .ui-datepicker-current-day {
  background: #FFF;
  background-color: rgba(255, 255, 0, 0.3);
  border: 1px solid #7EC03D;
}

.ui-datepicker .ui-datepicker-current-day a.ui-state-active {
  color: #7Ec03D;
} 

/* End datepicker styling */

/* Custom MQ for a fluid Resume button */
@media screen and (max-width: 800px) {
  div.titleBar ul.links {
    display: none;
  }
  .resume {
    position: relative;
    left: 0;
    top: -5px;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    clear: left;
    display: block;
  }
  .resume img {
    height: 17px;
  }
}



div.titleBar ul.links > li > span {
  line-height: inherit;
  padding: 1.8em .5em;
  font-size: .9em;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

div.titleBar ul.links > li > .logNav {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  div.titleBar ul.links {
    display: none;
  }
}

.hover.myAccount {
  background: #7EC03D;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

div.headerUnder {
  min-height: .75rem;
  height: 100%;
  background-color: #7EC03D;
  clear: both;
}

.footer {
  -webkit-box-shadow: inset 0px 7px 20px -10px #000000;
  box-shadow: inset 0px 7px 20px -10px #000000;
  background-color: #246BA1;
  color: #FFF;
  min-height: 14em;
  padding: 1em 0 6em;
  height: auto;
}

.footer .links {
  margin-bottom: 0;
  float: none;
}

.footer .menu.links li {
  display: inline-block;
}

.bottomWrap {
  text-align: left;
  opacity: .5;
}

.footer .menu > li > a {
  display: inline-block;
}

.footer .menu > li > a:hover {
  color: #7EC03D;
}

.footer .bottomWrap .menu > li > a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .bottomWrap .menu>li:after {
  content: "|";
  top: 0;
  position: relative;
  opacity: .3;
}

.footer .bottomWrap .menu>li a {
  padding: .2rem .5em;
}

.footer .bottomWrap .menu>li:last-of-type:after {
  display: none;
}

.copyright {
  margin: 0 0 0 10px;
}

.bottomWrap a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}

.flexWrap {
  display: table;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flexWrap > div {
  width: 200px;
  position: relative;
  padding: 20px;
}

div.flexColumn {
  margin: 0 15px;
}

div.flexColumn .flexGroup {
  margin-left: -5px;
  margin-right: -5px;
}

.vertical.menu {
  list-style: none;
}

.vertical.menu a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em
}

div.pick {
  margin-top: -8px;
}

.promoContent {
  padding: 5px 10px;
  position: relative;
  padding-bottom: 3.25em;
}

.promoContent .finePrint {
  position: absolute;
  bottom: 4px;
}

div.equipmentContainer .promoSelectBox .ui-selectmenu-button.ui-widget,
div.equipmentContainer .promoSelectBox .ui-selectmenu-button {
  height: 24px;
  width: 28px !important;
  padding: 0px 0 0 4px;
  border: 1px solid #7ac342;
}

.promoSelectBox {
  margin-top: .5em;
}

.promoSelectBox .ui-selectmenu-button span.ui-icon {
  right: -3px;
  top: 11px;
}

.promoSelectBox .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: initial;
  padding: 0;
  top: -3px;
  position: relative;
}

.promoSelectBox label {
  top: -7px;
  position: relative;
}

.promoCheckbox {
  position: relative;
}

.promoCheckbox input[type=checkbox] {
  display: none;
}

.promoCheckbox input[type=checkbox] ~ label {
  position: relative;
  margin: 0;
  padding: .2em 1em .3em 1.7em;
  padding: .2em 0px .3em 24px;
  cursor: pointer;
  font-size: 1.2em;
  display: inline-block;
}

/* If we want a radio button
.promoCheckbox input[type=radio] ~ label:before {
  border-radius: 50%;
}
*/

.ui-button.ui-state-active,
.ui-button.ui-state-active:hover,
.ui-button:hover,
.ui-button:active,
.ui-button:focus,
.ui-button {
  border: none;
  background: transparent;
  color: inherit;
}

.promoCheckbox input[type=checkbox] ~ label:before {
  content: '';
  /*font-size: 1px;*/ /* Causing issues with IE */
  display: block;
  height: 20px;
  width: 20px;
  -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.220, 1.300);
  transition: all 200ms cubic-bezier(0.250, 0.250, 0.220, 1.300);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 0;
  color: #888;
  cursor: pointer;
  border: 1px solid #7ac342;
  border-radius: 0;
  background-color: #fff;
}

.promoCheckbox input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #7ac342;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
}

.promoCheckBox input[type=checkbox]:checked ~ label:after {
  content: "";
}

.promoCheckbox input[type=checkbox]:disabled ~ label,
.promoCheckbox input[type=checkbox]:disabled ~ label:before {
  color: #bbb;
  cursor: default;
}

.promoCheckbox .ui-button {
  text-align: left;
}

.promoCheckbox .ui-state-active,
.promoCheckbox .ui-widget-content .ui-state-active,
.promoCheckbox .ui-widget-header .ui-state-active,
.promoCheckbox .ui-state-default,
.promoCheckbox .ui-widget-content .ui-state-default,
.promoCheckbox .ui-widget-header .ui-state-default {
  border: none;
  background: none;
  font-weight: normal;
  color: inherit;
}

a.promoHelp {
  color: #246BA1 !important;
  text-decoration: underline !important;
  font-size: 1em !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.helpDialog {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: -31px;
  bottom: 40px;
  left: 125px;
  width: 300px;
  background: #cacaca;
  border-radius: 0.3em;
  padding: 1em 1.5em;
  max-width: 370px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border: 3px solid #fff;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transform: translate(-50%, 20px) scale(.9);
  transform: translate(-50%, 20px) scale(.9);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  line-height: 1em;
}

.helpDialog.onClick {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.helpDialog ul {
  margin-left: 2em;
  margin-top: .5em;
}

/*-----------------------------------------------------------------------------
/* Media Queries
/*---------------------------------------------------------------------------*/


/* Small only <640 */

@media screen and (max-width: 39.9375em) {
  #existingService div[data-buttons] button:first-of-type {
    margin-right: 0;
  }
  div.datepicker {
    margin: 0 !important;
  }

  div.container div.address {
      margin-top: -1em;
  }

  div.orderSummary2 div.body .monthlyCharges {
    font-size: 1em;
  }
  .student .student {
    padding-top: 40px;
  }
  div.addressNotConnected {
    padding: 1em 2em;
  }
  div.addressValidation div.body table.addressTable tr.cityState td {
    width: 100%!important;
    padding-right: 0!important;
  }
  input {
    font-size: 1.3em;
  }
  h1 {
    font-size: 2.2em;
    line-height: 1;
  }
  h2 {
    font-size: 2em;
  }
  div.content {
    overflow: hidden;
  }
  div.container div.header div.info {
    font-size: 5vw;
    top: 1em;
  }
  div.servicesContainer div.option {
    float: none;
  }
  #progressbar ul li div span {
    font-size: .9em;
  }
  div.option,
  div.orderSummary {
    margin-right: 0;
  }
  div.paymentContainer div.autoPayment {
    text-align: center;
  }
  .calendar .checkmarkCircle label.ui-state-active.checkmark:after {
    left: 50%;
    top: 50%;
    -webkit-transform: scale(-.6, .6) rotate(135deg) translate(-70%, -40%);
    transform: scale(-.6, .6) rotate(135deg) translate(-70%, -40%);
  }
  div.option.error {
    width: 90%;
  }
  .mobileWide {
    display: block;
    width: 100%;
  }
  .accountAddress {
    width: 100%;
    float: none;
  }
  button.continueBack,
  button.resume,
  button.continue {
    font-size: 1.4em;
  }
  button.continue:before,
  button.continueBack:before {
    padding-top: 2px;
  }
  .accountType .customCheck ~ label {
    padding-left: 35px!important;
    font-size: 1em;
  }

  div.option.equipment {
    margin-left: auto;
    margin-right: auto;
  }

  iframe.zEWidget-launcher {
    margin: 10px 5px !important;
    bottom: 53px !important;
  }
}

/* Medium and up >640 */

@media screen and (min-width: 40em) {
  .backToTop {
    display: none;
  }
  div.container div.header div.pageName {
    font-size: .9em;
  }
  .summaryFooter .summaryWrap span {
    display: block;
  }
  div.option {}
  .go-to-full-width {
    width: 100%;
  }
}


/*special query for progressbar only*/

@media screen and (max-width: 48em) {
  button.continue_top,
  .continueBack.continue_top {
    display: none;
  }
}


/* Up to Large <1024 */

@media screen and (max-width: 72em) {
  button.continueBack-alt {
    display: block;
  }
  div.orderSummary {
    display: none;
  }
  div.orderSummary2 {
    display: block;
  }
  .summaryFooter,
  .summarySlide,
  .summarySlideInner,
  .summarySlideInner div.orderSummary,
  .continue_alt {
    display: block;
  }
  div.orderSummary div.body .monthlyCharges {
    background-color: #dcfac5;
    margin: 2em 0 0;
    padding: 1em;
    text-align: center;
    border-bottom: initial;
    border: 1px solid #d9dad9;
    max-width: 100%;
    width: 100%;
  }
  .summarySlideInner div.orderSummary {
    padding-bottom: 30px;
  }
  div.wholeHomeWifiDisclaimer,
  div.newDisclaimer,
  div.tvDisclaimer {
    padding: 4em 1em 2em;
  }
  div.option,
  div.orderSummary {
    margin-bottom: 2em;
  }
  div.optionHeader {
    text-align: center;
  }
  div.orderSummary {
    float: none;
    clear: left;
    max-width: 90%;
    margin: 5px;
  }
  .summarySlideInner div.orderSummary {
    margin: 5px auto;
    width: 100%;
    max-width: 500px;
  }
  body.noScroll,
  html.noScroll {
    overflow-y: hidden;
  }
  body.noScroll {
    overflow-x: hidden;
    overflow-y: scroll !important;
  }
  .columnWrap {
    display: table;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: wrap row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div.orderSummary div.wholeHomeWifiDisclaimer,
  div.orderSummary div.newDisclaimer,
  div.orderSummary div.tvDisclaimer {
    margin: 2em 0 0;
  }
}

/*-----------------------------------------------------------------------------
/* End Common.css
/*---------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
 * Print overrides
 *---------------------------------------------------------------------------*/

 .printLogo {
  display: none;
}

@media print {
  .mainLogo {
    display: none;
  }
  .titleBar .logo img {
    margin: 2em 0;
  }
  .printLogo {
    display: block;
  }
  .information .information + strong,
  .information .information .downloads {
    display: none;
  }
  div.content {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  div.orderSummary {
    width: 100%!important;
    float: left!important;
    background: none!important;
  }
  .footer,
  .stickyNote,
  .headerUnder,
  .myAccount,
  .welcomeContainer h1 {
    display: none;
  }
}
