/* Fiber Pricing CSS (Start) */
.fiber75var2,
.fiber75var3 {
    display: none !important;
}
.fiber75var2.active,
.fiber75var3.active {
    display: block !important;
}
.fiber75var2.active.dial,
.fiber75var3.active.dial {
    display: inline-block !important;
}
li.fiber75var2.active,
li.fiber75var3.active {
    display: list-item !important;
}
.fiber75var2 a,
.fiber75var3 a {
    color: #FFFFFF !important;
    font-weight: normal;
}
.fiber75var2 a:hover,
.fiber75var3 a:hover {
    color: #48D597 !important;
}
#sbsimple-hp-page {
	background-color : black;
}
hr {
    border: 2px solid #d7d7d7;
    border-style: solid none none none;
    margin: 0px;
    padding: 0px;
}
/* Fiber Pricing CSS (End) */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.wow.fadeInUp {
    visibility: visible;
    animation-name: fadeInUp;
}
.wow.fadeInLeft {
    visibility: visible;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-name: fadeInLeft;
}
a {
    transition: all 0.25s ease;
}
.learnMore span,
.learnMore {
    transition: padding 0.1s ease;
}
.learnMore span {
    padding-left: 7px;
}
.learnMore {
    transition: margin 0.1s ease;
}
.learnMore:hover {
    text-decoration: none;
    margin-left: -5px;
}
.learnMore:hover span.glyphicon.glyphicon-arrow-right {
    padding-left: 22px;
}
/* .smb-wrap {
    background-color: black;
} */
#main-banner {
    width: 325px;
    margin: 0 auto 30px;
}
#main-banner h1 {
    color: white;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-top: 45px;
}
.business-internet-header-container {
    width: 680px;
    margin: 80px 0px 20px;
    height: 120px;
}
.internet-head-wrap-left {
    float: left;
}
.dialsWrap {
    margin-top: -40px;
}
.internet-head-wrap-right {
    width: 380px;
    float: right;
    background: url(/small-business/assets/images/small-business/Offer-Container-Small-2.png) no-repeat center;
    background-size: 100% 100%;
    height: 115px;
}
.limited-time-head {
    font-family: "Maison Neue Extra Bold", arial, helvetica, sans-serif;
    color: #000;
    font-size: 23px;
    text-align: center;
    margin: 20px auto 10px;
}
.reward-limited-time {
    font-family: "Maison Neue Extra Bold", arial, helvetica, sans-serif;
    color: #0047BB;
    font-size: 23px;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 18px;
}
.internet-head-wrap-right a {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    font-family: "Maison Neue Book", arial, helvetica, sans-serif;
}
.internet-head-wrap-right a:hover {
    color: #00853F;
}
#main-banner li {
    color: #48D597;
    font-size: 16px;
    list-style: disc;
    margin-bottom: 5px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
}
#main-banner ul {
    margin-left: 15px;
}
.preForm {
    color: white;
    font-size: 16px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 7px;
    border-top: 1px solid #979797;
    padding-top: 13px;
    text-align: center;
}
#main-banner form {
    display: inline-block;
    margin-top: 14px;
    width: 100%;
    max-width: 670px;
}
#main-banner form label {
    display: none;
}
.form-instructions {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    color: #FFFFFF;
    margin-top: 10px;
}
.address-block.col-xs-12.col-sm-7.col-md-6.addressInputbox {
    padding: 0;
    margin: 0px 0px 3px 0;
}
#main-banner .ui-autocomplete-input {
    background-repeat: no-repeat;
    border: none;
    font-family: "Maison Neue Book", arial, helvetica, sans-serif;
    color: #989898;
    background-image: url(/small-business/assets/images/small-business/Location.png);
    background-size: 18px 26px;
    height: 39px;
    border-radius: 0px;
}
#main-banner .ui-autocomplete-input:focus,
#main-banner #inPageAddress_nc-unit-number-lctl:focus,
#main-banner #inPageAddress_nc-unit-number-lq:focus {
    outline: none;
}
#main-banner #inPageAddress_nc-sfaddress-lctl {
    width: 100%;
    font-size: 10px;
    padding-left: 21px;
    padding-right: 0;
    background-position-x: 1px;
    background-position-y: 7px;
}
#main-banner .unitInputbox {
    padding: 0;
    margin-right: 0px;
    width: 11%;
    margin-bottom: 3px;
    float: left;
}
#main-banner #inPageAddress_nc-unit-number-lctl,
#main-banner #inPageAddress_nc-unit-number-lq {
    border: none;
    width: 60px;
    font-family: "Maison Neue Book", arial, helvetica, sans-serif;
    font-size: 14px;
    color: #989898;
    height: 39px;
    padding-left: 0px;
    text-align: center;
}
#main-banner #inPageAddress_nc-unit-number-lctl {
    float: right;
    width: 100%;
    font-size: 10px;
    padding-left: 3px;
}
#main-banner .submitDealsBtn {
    padding: 0;
    margin-bottom: 1px;
}
#main-banner .showSpeedsInAreaMayPromo {
    width: 100%;
    margin: 0;
}
#main-banner #inPageAddress_nc-go-lctl,
#main-banner #inPageAddress_nc-go-lq {
    cursor: pointer;
    line-height: normal;
    max-width: none;
    font-family: "Maison Neue Bold", arial, helvetica, sans-serif;
    font-size: 14px !important;
    color: #000000 !important;
    background-color: #48D597 !important;
    border: 2px solid #48D597 !important;
    padding: 9px 20px 10px 20px;
    width: 100%;
}
#main-banner #inPageAddress_nc-go-lctl:hover,
#main-banner #inPageAddress_nc-go-lq:hover {
    text-decoration: none;
    color: #48D597 !important;
    background-color: black !important;
    border: 2px solid #48D597 !important;
}
.postForm {
    color: white;
    font-size: 11px;
    margin-top: 8px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    display: inline-block;
}
.smb-wrap .container-fluid {
    width: 320px;
}
.mobileBkgImg {
    background: url(/small-business/assets/images/business-internet/SB-Internet-Hero-BG-Mobile.jpg) no-repeat right center;
    background-size: cover;
    height: 220px;
    width: 100%;
    background-position: center;
}
.jumpContainer {
    padding: 20px 0px 20px;
    border-bottom: none;
    background-color: #000000;
    float: left;
    clear: left;
    width: 100%;
}
.jumpContainer .glyphicon {
    top: 3px;
    left: 8px;
}
.jumpWrap {
    width: 90px;
    margin: 0px auto;
    position: relative;
    display: block;
}
.jumpWrap a#dropdownMenuButton {
    color: #FFFFFF;
    font-family: "Maison Neue Light", arial, helvetica, sans-serif;
}
.jumpWrap a {
    font-size: 18px;
    transition: all 0.25s ease;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.jumpWrap .dropdown-menu {
    background-color: #48d597;
    border: none;
    border-radius: 0px;
    margin-top: 10px;
    padding: 0;
    left: -31px;
    min-width: 115px;
}
.jumpWrap .dropdown-menu li a {
    background-color: #48d597;
    color: #000000;
    border: none;
    font-size: 14.5px;
    line-height: 14.5px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    border-radius: 0px;
    padding: 7px 20px;
    text-decoration: none;
}
.jumpWrap .dropdown-menu li a:hover,
.jumpWrap .dropdown-menu li a:focus,
.jumpWrap .dropdown-menu li a:active {
    background-color: #0047bb;
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
}
.smb-wrap h2 {
    color: #48D597;
    font-size: 16px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 45px;
}
.bigWhite {
    color: white;
    font-size: 30px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    line-height: 33px;
}
.rewardCardBlock {
    background-image: url(/small-business/assets/images/small-business/OfferOutline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 21px 0 11px 13px;
    display: inline-block;
    width: 107%;
    margin-bottom: 33px;
}
.getA {
    font-size: 25px;
    color: white;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    display: inline;
}
.getA span {
    color: #48D597;
}
.withYour {
    font-size: 16px;
    color: white;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-top: 5px;
}
.newOnly {
    color: white;
    font-size: 12px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    padding-top: 4px;
    padding-bottom: 10px;
    float: left;
    /* margin-right: 60px; */
}
.newOnly a {
    color: white;
    text-decoration: underline;
}
.boldWhite {
    color: white;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.lappy {
    width: 232px;
    height: 138px;
    background-image: url(/small-business/assets/images/business-internet/Offers-SIMPLE-Internet.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px auto 0;
}
.dollarSign {
    color: white;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 50px;
    display: inline;
    position: relative;
    top: -21px;
}
.dollars {
    color: white;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 84px;
    display: inline;
    position: relative;
}
.mo {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline;
    position: absolute;
    bottom: 13px;
    right: -10px;
}
.zeros {
    color: white;
    font-size: 51px;
    display: inline-block;
    position: relative;
    top: -20px;
    right: 15px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    width: 27px;
}
.priceWrap {
    display: block;
    margin: 0 auto;
    width: 217px;
    margin-bottom: -9px;
}
.green {
    color: #48D597;
    font-size: 18px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    text-align: center;
}
#specialOffers li {
    color: white;
    list-style: disc;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
#specialOffers ul {
    margin-left: 15px;
    margin-top: 34px;
}
.specialFine {
    color: white;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
}
.specialFine a {
    color: white;
    text-decoration: underline;
}
a.greenButton {
    font-size: 15px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    color: black;
    padding: 11px;
    background-color: #48D597;
    width: 100%;
    display: block;
    text-align: center;
    margin: 28px auto 40px;
    border: 1px solid #48D597;
}
a.greenButton:hover {
    text-decoration: none;
    color: #48D597;
    background-color: black;
    border: 1px solid #48D597;
}
#blueSpace {
    background-color: #0047BB;
    max-width: initial;
}
.blueHeader {
    color: white;
    text-align: center;
    margin-top: 40px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 29px;
}
a.learnMore {
    color: white;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 26px;
    margin-bottom: 40px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
}
.prodIcon {
    display: block;
    height: 61px;
    width: 50px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-top: 34px;
}
.prodIcon.lowIcon {
    background-image: url(/small-business/assets/images/business-internet/BusinessSales-ControlCosts-Solid.svg);
}
.prodIcon.wifiIcon {
    background-image: url(/small-business/assets/images/business-internet/ProductsConcepts-WiFi.svg);
}
.prodIcon.billIcon {
    background-image: url(/small-business/assets/images/business-internet/BusinessSales-Billing-Stroked.svg);
}
.prodIcon.serviceIcon {
    background-image: url(/small-business/assets/images/business-internet/People-Support-Solid.svg);
}
.rightWrap {
    width: 203px;
    margin-left: 16px;
    float: left;
}
.iconBold {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    color: white;
    font-size: 18px;
    line-height: 22px;
    margin-top: 34px;
}
.iconReg {
    color: white;
    font-size: 14px;
    line-height: 21px;
    margin-top: 14px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
}
div#easySetup {
    background-color: #001E60;
}
div#prodInfo {
    padding-bottom: 63px;
    background-color: #222222;
    padding-top: 69px;
}
iframe#simple-video-container3 {
    margin: 27px auto 0;
    width: 290px;
    display: block;
}
.bigNum {
    font-size: 56px;
    color: #48D597;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    float: left;
    width: 49px;
}
.numWords {
    float: left;
    clear: right;
    width: 248px;
}
.numTitle {
    font-size: 18px;
    color: white;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    line-height: 24px;
}
.numWrap {
    float: left;
    margin-top: 25px;
}
.numText {
    font-size: 14px;
    color: white;
    line-height: 22px;
    margin-top: 10px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
}
.numbersWrap {
    display: inline-block;
    width: 299px;
}
.onlineShopIcon.buyIcon {
    background-image: url(/small-business/assets/images/business-internet/Buy-Online.svg);
    background-size: 92px auto;
    display: block;
    width: 138px;
    color: white;
}
.onlineChatIcon.buyIcon {
    display: block;
    background-image: url(/small-business/assets/images/business-internet/Buy-Chat.svg);
    color: white;
}
.onlineShopIcon.buyIcon:hover,
.onlineChatIcon.buyIcon:hover {
    text-decoration: none;
    color: white;
}
.buyIcon {
    height: 123px;
    width: 239px;
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 auto;
    color: white;
    text-align: center;
    font-size: 24px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    padding-top: 85px;
    background-size: 75px 75px;
    margin-top: 30px;
}
.onlineCallIcon.buyIcon {
    background-image: url(/small-business/assets/images/business-internet/Buy-Call.svg);
}
.faqleftcontent {
    font-size: 16px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    color: #48D597;
}
#howToBuy {
    padding-bottom: 80px;
}
#howToBuy .faqleftcontent {
    padding-left: 26px;
    white-space: nowrap;
}
#howToBuy .simpleupArrowsprite {
    position: relative;
    margin-top: 36px;
    display: block;
}
#howToBuy .simpleupArrowsprite:hover {
    text-decoration: none;
}
#howToBuy .simpleupArrowsprite:after {
    content: "\002b";
    color: #48D597;
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 29px;
}
#howToBuy .simpledownArrowsprite.clicked:after {
    content: "\2212";
}
.simpleFAQBanner1 {
    display: none;
}
#howToBuy .simpleFAQBanner1 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: white;
    margin-top: 14px;
}
#howToBuy .simpleFAQBanner1 li {
    font-size: 16px;
    line-height: 26px;
    list-style: decimal;
    margin-left: 18px;
    padding-left: 12px;
}
div#FAQsection {
    background-color: #53565A;
    padding-bottom: 29px;
}
hr.simplehrline {
    border-color: #222222;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
#FAQsection .simpleFAQBanner1 {
    color: white;
    font-size: 14px;
    line-height: 21px;
    margin-top: 14px;
    margin-bottom: 10px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
}
#FAQsection .faqleftcontent {
    color: white;
    font-size: 18px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    line-height: 24px;
}
span.simpleFAqGetStartedBanner1 {
    font-size: 12px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    color: white;
}
.centurylinkSimpleFaqContentSize {
    margin-top: 22px;
}
#FAQsection li {
    list-style: disc;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
}
#FAQsection ul {
    padding-left: 15px;
}
#FAQsection a.inline {
    color: white;
    text-decoration: underline;
}
#FAQsection a.inline:hover {
    color: #48D597;
    text-decoration: underline;
}
#FAQsection ol {
    padding-left: 15px;
    margin-top: 12px;
}
#FAQsection ol li {
    list-style: decimal;
}
#FAQsection .simpleupArrowsprite {
    position: relative;
    display: inline-block;
    width: 100%;
}
#FAQsection a:hover,
#FAQsection a:focus {
    text-decoration: none;
    color: white;
}
#FAQsection .simpleupArrowsprite:after {
    content: "\002b";
    color: white;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 29px;
}
#FAQsection .simpledownArrowsprite.clicked:after {
    content: "\2212";
}
div#advancedNeeds {
    padding-top: 80px;
    background-color: #222;
    padding-bottom: 80px;
}
#advancedNeeds .green {
    text-align: left;
    margin-top: 10px;
}
.footerWrap {
    background-color: white;
    margin-bottom: 0 !important;
    padding-bottom: 61px;
}
.bc-player-default_default.vjs-mouse .vjs-big-play-button {
    width: 103px;
    height: 105px;
    top: 37%;
    left: 43%;
    position: absolute;
    border-radius: 50px;
    margin-left: 0;
}
.bc-player-default_default .vjs-big-play-button:before {
    width: 40px;
}
.dial {
    background: url(/small-business/assets/images/business-internet/Speed_dial.svg) no-repeat right center;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
}
.dial.oneHundred {
    background: url(/small-business/assets/images/business-internet/Speed_dial_100_Mbps.png) no-repeat right center;
    background-size: contain;
}
.dial div {
    text-align: center;
}
.dc-offer-callout {
    font-size: 15px;
    color: white;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 14px;
}
.newPriceWrap {
    display: inline-block;
    margin-left: 16px;
}
.newPrice {
    font-size: 16px;
    color: #48D597;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    margin-top: 15px;
}
.priceBox {
    position: relative;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 90px;
    line-height: 66px;
    color: white;
    margin-top: 25px;
    padding-left: 30px;
    display: inline-block;
    /* width: 165px; */
}
.dollarSup {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 42px;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0px;
}
.perMo {
    font-size: 16px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    bottom: 1px;
    right: 21px;
}
.slashPriceBlock {
    color: #48D597;
    font-size: 24px;
    position: absolute;
    display: inline-block;
    right: -7px;
    top: -6px;
}
.dcOne .greenSlash {
    left: -10px;
    top: 7px;
    width: 52px;
}
.lilDollarSup {
    font-size: 11px;
    position: absolute;
    left: -10px;
    top: 5px;
}
.greenPer {
    font-size: 8px;
    position: absolute;
    right: -16px;
    bottom: 7px;
}
.newPriceText {
    color: white;
    font-size: 14px;
    margin-top: 20px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
}
.greenSlash {
    background-image: url(/small-business/assets/images/business-internet/Slash.svg);
    display: block;
    height: 29px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: -6px;
}
.dialColumn {
    margin-top: 13px;
    margin-bottom: 20px;
    display: inline-block;
}
.greenSlash.slashTwo {
    width: 54px;
    top: 8px;
}
.newPriceText a {
    color: white;
    text-decoration: underline;
}
.newPriceText a:hover {
    color: #48D597;
    text-decoration: underline;
}
span.greenText {
    color: #48D597;
}
.preForm a {
    color: white;
    font-size: 14px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    text-decoration: underline;
    margin-top: 7px;
    /* display: block; */
}
.address-error {
    color: red !important;
}
.address-error::-webkit-input-placeholder {
    color: red;
}
.address-error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red;
}
.address-error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red;
}
.address-error:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}
.address-error::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}
/* Location Specific Offers Start */
.is-30-for-100 {
    display: none !important;
}
.is-30-for-100.active {
    display: block !important;
}
.is-30-for-100.active .perMo.desktop {
    display: none !important;
}
.newPriceText.is-30-for-100 {
    font-size: 14.3px;
}
.is-30-for-100 .perMo.secondLine {
    display: block;
    right: -5px;
    bottom: -3px;
}
.newPriceText.is-30-for-100 .bold {
    font-family: "Maison Neue Bold", arial, helvetica, sans-serif;
    font-weight: bold;
}
.newPriceText.is-30-for-100 a {
    color: #FFFFFF !important;
    font-weight: normal;
}
.newPriceText.is-30-for-100 a:hover {
    color: #48D597 !important;
}
.is-try-for-1 {
    display: none !important;
}
.is-try-for-1.active {
    display: block !important;
}
li.is-try-for-1.active,
li.is-30-for-100.active {
    display: list-item !important;
}
.is-try-for-1-wrapper #main-banner h1 {
    margin-top: 0px;
}
.is-try-for-1.head-wrap {
    margin: 0px;
    font-weight: normal;
}
.is-try-for-1 .header {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 57.6px;
    color: #FFFFFF;
    margin-top: 39px;
    margin-bottom: 3px;
    float: none;
    display: block;
}
.is-try-for-1 .subhead {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 57.6px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 1px;
    display: block;
}
.is-try-for-1.dc-offer-callout {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 57.6px;
    color: #48D597;
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
}
.is-try-for-1 .registered {
    top: -5px;
}
.is-try-for-1-wrapper .dialColumn {
    margin-top: 0px;
    margin-bottom: 19px;
    margin-right: 0px;
    width: 100%;
}
.is-try-for-1.offer-wrap {
    margin-top: 20px;
    height: 130px;
}
#main-banner .is-try-for-1 ul {
    margin-bottom: 0px;
    margin-left: 21px;
}
.is-try-for-1 .offer-content,
#main-banner .is-try-for-1 li.offer-content {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 31.2px;
    letter-spacing: 0.57px;
    color: #FFFFFF;
    margin: 0px;
    width: auto;
    float: none;
}
.is-try-for-1.newPriceText {
    margin-top: 22px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.is-try-for-1.newPriceText a {
    color: #FFFFFF !important;
    font-weight: normal;
}
.is-try-for-1.newPriceText a:hover {
    color: #48D597 !important;
}
.is-reward-card-200 {
    display: none !important;
}
.is-reward-card-200.active {
    display: block !important;
}
.newPriceText.is-reward-card-200 a {
    color: #fff !important;
}
.newPriceText.is-reward-card-200 a:hover {
    color: #48D597 !important;
}
/* Location Specific Offers End */
@media (min-width: 768px) {
    #main-banner {
        background: url(/small-business/assets/images/business-internet/SB-Internet-Hero-BG.jpg) no-repeat right center;
        width: 100%;
        position: relative;
        margin-top: 85px;
        background-position: 75% 0;
        height: auto;
        background-size: cover;
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 78px;
    }
    .mobileBkgImg {
        display: none;
    }
    #main-banner h1 {
        font-size: 70px;
        line-height: 65px;
        margin: 0px;
    }
    #main-banner li {
        float: left;
        width: 304px;
        font-size: 25px;
    }
    #businessInternetWrap>ul>li:nth-child(2) {
        clear: right;
    }
    #businessInternetWrap>ul>li:nth-child(3) {
        clear: left;
    }
    #businessInternetWrap>ul>li:nth-child(4) {
        clear: right;
    }
    .preForm {
        float: left;
        clear: left;
        font-size: 20px;
        margin-bottom: 37px;
        width: 100%;
        max-width: 670px;
    }
    .preForm a {
        display: inline-block;
    }
    .postForm {
        font-size: 14px;
    }
    #inPageAddress_nc_form-lctl {
        float: left;
        width: 100%;
    }
    #main-banner #inPageAddress_nc-sfaddress-lctl {
        background-repeat: no-repeat;
        border: none;
        padding-left: 38px;
        font-family: "Maison Neue Book", arial, helvetica, sans-serif;
        font-size: 14px;
        color: #989898;
        background-image: url(/small-business/assets/images/small-business/Location.png);
        background-size: 18px 26px;
        background-position: 11px 6px;
        height: 39px;
        border-radius: 0px;
        width: 100%;
    }
    .address-block.col-xs-12.col-sm-7.col-md-6.addressInputbox {
        width: 62.33333333%;
        margin-right: 11px;
    }
    #main-banner .unitInputbox {
        width: 60px;
        margin-right: 11px;
        padding-right: 0;
        padding-left: 0;
    }
    #main-banner #inPageAddress_nc-unit-number-lctl {
        border: none;
        width: 60px;
        font-family: "Maison Neue Book", arial, helvetica, sans-serif;
        font-size: 14px;
        color: #989898;
        height: 39px;
        padding-left: 0px;
        text-align: center;
    }
    #main-banner .submitDealsBtn {
        width: 25%;
        float: left;
    }
    #main-banner #inPageAddress_nc-go-lctl {
        cursor: pointer;
        line-height: normal;
        max-width: 190px;
        font-family: "Maison Neue Bold", arial, helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        background-color: #48D597;
        border: 2px solid #48D597;
        padding: 9px 20px 10px 20px;
    }
    #main-banner #inPageAddress_nc-go-lctl:hover {
        color: #48D597;
        background-color: black;
    }
    .jumpToContainer.hidden-xs {
        width: 493px;
        margin: 0 auto;
    }
    .jumpToContainer span {
        color: #48D597;
        font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
        font-size: 18px;
    }
    .jumpToContainer a {
        color: white;
        font-size: 18px;
        font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
        margin-left: 34px;
    }
    .jumpToWrapper {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .smb-wrap h2 {
        margin-top: 80px;
        font-size: 32px;
        margin-bottom: 18px;
    }
    .smb-wrap #prodInfo h2 {
        margin-top: 80px;
    }
    #main-banner ul {
        margin-left: 21px;
    }
    .rewardCardBlock {
        border: none;
        border-radius: 0 49px 0 0;
        overflow: hidden;
        position: relative;
        margin-bottom: 40px;
        width: 700px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-image: url(/small-business/assets/images/business-internet/longOfferOutline.png);
    }
    .rewardCardBorder {
        width: 90%;
    }
    .bigWhite {
        font-size: 48px;
        line-height: 56px;
    }
    .iconCol {
        float: left;
        width: 49%;
        margin-top: 21px;
    }
    .iconBold {
        font-size: 20px;
    }
    .iconReg {
        font-size: 16px;
        line-height: 22px;
        height: 105px;
    }
    .iconBlock {
        float: left;
    }
    .prodIcon {
        margin-right: 13px;
    }
    div#prodInfo {
        padding-top: 0;
    }
    iframe#simple-video-container3 {
        margin: 65px 0 0;
        display: inline-block;
        width: 100%;
        height: 353px;
    }
    #simple-video-container1,
    #simple-video-container2 {
        width: 380px;
        float: left;
        margin-right: 32px;
    }
    .numbersWrap {
        width: 246px;
        margin-top: 42px;
    }
    .bigNum {
        width: 50px;
    }
    .numWords {
        float: none;
        width: 307px;
    }
    .buyIconWrap {
        float: left;
        margin-right: 5%;
    }
    .simpleupArrowsprite {
        float: left;
        clear: left;
        margin-top: 45px;
        width: 100%;
    }
    .simpleFAQBanner1 {
        margin-bottom: 80px;
    }
    #howToBuy .simpleFAQBanner1 {
        float: left;
        clear: left;
        margin-top: 20px;
        margin-bottom: 0;
    }
    #FAQsection .simpleupArrowsprite {
        margin-top: 0
    }
    #FAQsection .faqleftcontent {
        font-size: 24px;
        line-height: 36px;
    }
    #FAQsection .simpleupArrowsprite:after {
        top: 1px;
    }
    #FAQsection .simpleupArrowsprite:hover {
        text-decoration: none;
    }
    #FAQsection .simpleFAQBanner1 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        color: white;
        margin-top: 14px;
        float: left;
    }
    #FAQsection .bigWhite {
        margin-bottom: 17px;
    }
    #FAQsection ul,
    #FAQsection ol {
        margin-left: 29px;
    }
    #FAQsection li {
        padding-left: 11px;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }
    #FAQsection span.simpleFAqGetStartedBanner1 {
        font-size: 14px;
    }
    div#businessInternetWrap {
        max-width: 990px;
        display: block;
        margin: 0 auto 8px;
        position: relative;
        padding: 91px 15px 0;
    }
    .smb-wrap .container-fluid {
        max-width: 990px;
        width: auto;
    }
    .getA,
    .withYour {
        font-size: 24px;
    }
    .getA {
        margin-left: 12px;
    }
    .newOnly {
        font-size: 16px;
        padding-left: 0;
        float: right;
        padding-right: 19px;
    }
    .boldWhite {
        font-size: 28px;
    }
    .lappy {
        float: left;
        margin-left: 61px;
    }
    .priceWrap {
        float: left;
        margin-top: 30px;
    }
    .green {
        position: relative;
        bottom: 14px;
    }
    #specialOffers ul {
        float: left;
        margin-left: 19px;
    }
    #specialOffers .boldWhite {
        width: 900px;
        margin: 0 auto;
    }
    .specialFine {
        float: none;
        clear: left;
        font-size: 16px;
        text-align: left;
        width: 900px;
        margin-bottom: 52px;
        line-height: 21px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 31px;
    }
    a.greenButton {
        display: block;
        max-width: 253px;
        margin: 13px auto;
        float: none;
        clear: left;
    }
    .blueHeader {
        font-size: 20px;
        display: inline-block;
        margin-left: 27%;
    }
    a.learnMore {
        font-size: 18px;
        display: inline-block;
        margin-left: 34px;
    }
    a.learnMore:hover {
        margin-left: 29px;
    }
    a.learnMore:hover span {
        padding-left: 22px;
    }
    #specialOffers a.greenButton {
        margin-bottom: 80px;
    }
    #easySetup {
        padding-bottom: 80px;
    }
    #easySetup a.greenButton {
        float: left;
        margin: 38px 0 0px 0;
        position: relative;
        bottom: 0;
    }
    #advancedNeeds a.greenButton {
        float: left;
    }
    .dialColumn {
        width: 323px;
        vertical-align: top;
        margin-right: 5%;
    }
    .dialColumn.dcOne {
        margin-right: 6%;
    }
    /* Location Specific Offers Start */
    .is-try-for-1-wrapper div#businessInternetWrap {
        padding-top: 1px;
    }
    .is-try-for-1-wrapper .business-internet-header-container {
        height: auto;
        margin: 0px;
    }
    .is-try-for-1 .header {
        font-size: 60px;
        line-height: 72px;
        margin-top: 93px;
        margin-bottom: 4px;
    }
    .is-try-for-1 .subhead {
        font-size: 48px;
        line-height: 72px;
        margin-bottom: 0px;
    }
    .is-try-for-1 .registered {
        top: 10px;
    }
    .is-try-for-1.dc-offer-callout {
        font-size: 48px;
        line-height: 72px;
        margin-bottom: 26px;
        margin-top: -1px;
    }
    .is-try-for-1.newPriceText {
        margin-top: 17px;
    }
    .is-try-for-1-wrapper .dialColumn {
        margin-bottom: 16px;
    }
    .smb-wrap.is-reward-card-200-wrapper .dcOne .dc-offer-callout {
        padding-bottom: 16px;
    }
    /* Location Specific Offers End */
}
@media (min-width: 992px) {
    #main-banner h1 {
        font-size: 60px;
        line-height: 65px;
        margin: 0px;
    }
    #main-banner li {
        float: left;
        width: 304px;
        font-size: 28px;
    }
    .getA,
    .withYour {
        font-size: 32px;
    }
    .rewardCardBlock {
        border-radius: 0 49px 0 0;
        overflow: hidden;
        position: relative;
        margin-bottom: 40px;
        width: 900px;
        background-size: 100% 100%;
    }
    .newOnly {
        float: right;
        padding-right: 19px;
    }
    #specialOffers .boldWhite {
        width: 900px;
    }
    .lappy {
        margin-left: 61px;
    }
    .specialFine {
        width: 900px;
    }
    .blueHeader {
        margin-left: 27%;
    }
    .numWords {
        width: 307px;
    }
    #simple-video-container1,
    #simple-video-container2 {
        width: 629px;
    }
    #easySetup a.greenButton {
        margin: 38px 0 0px 0;
        bottom: 0;
    }
    .onlineShopIcon.buyIcon {
        width: 138px;
    }
    .rewardCardBlock:after {
        left: 468px;
    }
    .rightWrap {
        width: 285px;
    }
    .iconReg {
        height: 80px;
    }
    div#businessInternetWrap {
        padding: 30px 15px 0;
    }
    /* Location Specific Offers Start */
    .is-30-for-100-wrapper .dialColumn {
        width: 370px;
    }
    .is-30-for-100 .perMo {
        display: none !important;
    }
    .is-30-for-100.active .perMo.desktop {
        display: inline-block !important;
        bottom: -15px;
    }
    /* Location Specific Offers End */
}
/* Changes for Hero Banner for Tablet view */
@media (max-width: 991px) {
    @media (min-width: 700px) {
        .business-internet-header-container {
            width: auto;
            margin-top: 0px;
        }
        .internet-head-wrap-right {
            width: 250px;
            text-align: center;
            float: left;
            margin-left: 20px;
        }
        .limited-time-head {
            font-size: 18px;
        }
        .reward-limited-time {
            font-size: 19px;
            margin: 0px auto 5px;
        }
        .internet-head-wrap-right a {
            font-size: 12px;
        }
    }
}
/* Changes for Hero Banner for Mobile view */
@media (max-width: 767px) {
    .business-internet-header-container {
        width: auto;
        margin-top: 0px;
        height: 60px;
    }
    .internet-head-wrap-right {
        width: 100%;
        text-align: center;
        float: left;
    }
    .limited-time-head {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .reward-limited-time {
        margin: 0px auto 5px;
    }
    .internet-head-wrap-right a {
        font-size: 14px;
    }
	
}
/* Changes for Hero Banner for Small Mobile view */
@media (max-width: 350px) {
    #main-banner {
        padding-right: 15px;
        padding-left: 15px;
    }
    .priceBox {
        font-size: 65px;
    }
    /* Location Specific Offers Start */
    .is-30-for-100 .perMo.secondLine {
        display: block;
        right: -2px;
        bottom: 5px;
    }
    /* Location Specific Offers End */
}

/* Redesign Start */
.smb-wrap .redesignPage {
    background-color: #FFFFFF;
}
.redesignPage .hero {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}
.redesignPage .sticky-btn {
    background: rgba(255, 255, 255, 0.65);
}
.redesignPage .sticky-btn.active {
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
}
.redesignPage .sticky-btn-placeholder {
    height: 0px;
    width: 0px;
}
.redesignPage .sticky-btn-placeholder.active {
    height: 76px;
    width: 100%;
}
.redesignPage .green-btn {
    width: 100%;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.4px;
    height: 40px;
    border: 1px solid #48D597;
    background: #48D597;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
}
.redesignPage .green-btn:hover {
    background: #EEEEEE;
    text-decoration: none;
}
.redesignPage .hero .green-btn {
    margin: 23px 0px 13px;
}
.redesignPage .hero .mobile-background {
    background: url(/small-business/assets/images/business-internet/hero-mobile-bkg.png) no-repeat center;
    background-size: cover;
    height: 253px;
    width: 100%;
}
.redesignPage .horizontal-stripe {
    height: 6px;
    background-image: linear-gradient(to right, #001E60 15%, #0047BB 15%, #0047BB 50%, #48D597 50%);
}
.redesignPage .hero .above-header {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.35px;
    color: #53565A;
    margin: 23px 0px 1px;
}
.redesignPage .header {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.36px;
    color: #0047BB;
    text-align: center;
    float: none;
    width: auto;
    margin-bottom: auto;
}
.redesignPage .hero .header {
    margin-bottom: 1px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 58px;
    color: #0047BB;
}
.redesignPage .hero .column-2 {
    margin-bottom: 29px;
}
.redesignPage .hero .column-3 {
    margin-bottom: 22px;
}
.redesignPage .hero .speed-image-wrap {
    width: 191px;
    height: 134px;
    background: #f2f6fc;
    border: 1px solid #00000000;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.redesignPage .hero .speed-image {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
.redesignPage .hero .column-2 .speed-image {
    background-image: url(/small-business/assets/images/small-business/940Mbps.svg);
}
.redesignPage .hero .column-3 .speed-image {
    background-image: url(/small-business/assets/images/small-business/100Mbps.svg);
}
.redesignPage .hero .column-3 .speed-image-wrap.banner500 .speed-image{
		background-image: url(/small-business/assets/images/business-internet/CTL-500-Mbps.svg);
		position: relative;
		top: 10px;
		 background-size: 100%;
	}
.redesignPage .hero .product-wrap {
    background: #f2f6fc;
    border: 1px solid #00000000;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    margin-top: -67px;
}
.redesignPage .hero .column-2 .product-wrap {
    padding: 0px 43px 29px 40px;
}
.redesignPage .hero .column-3 .product-wrap {
    padding: 0px 26px 18px 19px;
}
.redesignPage .hero .product-name {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-top: 67px;
   /*  border-bottom: 0.53px solid #53565A; */
}
.redesignPage .hero .column-2 .product-name {
    padding-bottom: 21px;
}
.redesignPage .hero .column-3 .product-name {
    padding-bottom: 13px;
}
.redesignPage .hero .product-details-wrap {
    list-style: disc;
    margin: 0 auto;
}
.redesignPage .hero .column-2 .product-details-wrap {
    padding: 15px 13px 17px 23px;
    max-width: 235px;
}
.redesignPage .hero .column-3 .product-details-wrap {
    padding: 11px 0px 11px 14px;
    max-width: 288px;
    margin-right: -9px;
    margin-left: 0px;
}
.redesignPage .hero .product-details {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #000000;
}
.redesignPage .blue-text {
    color: #0047BB;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
}
.redesignPage .hero .product-details .blue-text {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
}
.redesignPage .hero .price-wrap {
    /* border-top: 0.53px solid #53565A; */
    display: inline-block;
    width: 100%;
    padding: 11px 0px 2px;
}
.redesignPage .hero .column-2 .price-wrap {
    padding-left: calc(50% - 61.075px);
    padding-left: -webkit-calc(50% - 61.075px);
    padding-left: -moz-calc(50% - 61.075px);
}
.redesignPage .hero .column-3 .price-wrap {
    padding-left: calc(50% - 61.47px);
    padding-left: -webkit-calc(50% - 61.47px);
    padding-left: -moz-calc(50% - 61.47px);
}
.redesignPage .hero .dollar-sign {
    float: left;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    position: relative;
    top: 11px;
}
.redesignPage .hero .price {
    position: relative;
    left: auto;
    bottom: auto;
    float: left;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 60.41px;
    line-height: 81.52px;
    color: #000000;
}
.redesignPage .hero .per-month {
    float: left;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 14.33px;
    line-height: 24px;
    letter-spacing: -0.14px;
    color: #000000;
    position: relative;
    top: 41px;
}
.redesignPage .hero .product-disclaimer {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 10.1px;
    line-height: 12px;
    color: #666666;
}
.redesignPage .hero .product-disclaimer .offer-details-link {
    color: #0047BB;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-decoration: underline;
}
.redesignPage .hero .speed-disclaimers {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 10.1px;
    line-height: 11px;
    color: #666666;
}
.redesignPage .hero .address-bar-wrap {
    margin-top: 32px;
    margin-bottom: 53px;
}
.redesignPage .benefits-blade .header {
    margin-bottom: 37px;
}
.redesignPage .benefit-wrap {
    display: table;
}
.redesignPage .benefit-icon {
    background-repeat: no-repeat;
    background-position: center top;
    display: table-cell;
}
.redesignPage .benefits-blade .benefit-icon {
    width: 43px;
}
.redesignPage .low-rate .benefit-icon {
    background-image: url(/small-business/assets/images/business-internet/low-rate-icon.svg);
    background-size: 42px auto;
}
.redesignPage .easy-billing .benefit-icon {
    background-image: url(/small-business/assets/images/business-internet/easy-billing-icon.svg);
    background-size: 40px auto;
}
.redesignPage .reliable-wifi .benefit-icon {
    background-image: url(/small-business/assets/images/business-internet/reliable-wifi-icon.svg);
    background-size: 43px auto;
}
.redesignPage .service-support .benefit-icon {
    background-image: url(/small-business/assets/images/business-internet/service-support-icon.svg);
    background-size: 35px auto;
}
.redesignPage .benefit-details {
    display: table-cell;
}
.redesignPage .benefits-blade .benefit-details {
    padding-left: 26px;
}
.redesignPage .benefits-blade .benefit-subdescription {
    font-size: 10px;
}
.redesignPage .benefit-header {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.6px;
    color: #0047BB;
}
.redesignPage .benefits-blade .benefit-header {
    margin-bottom: 6px;
}
.redesignPage .benefit-description {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.redesignPage .benefits-blade .benefit-description {
    margin-bottom: 37px;
}
.redesignPage .fiber-blade .mobile-background {
    background: url(/small-business/assets/images/business-internet/fiber-blade-mobile-bkg.png) no-repeat center;
    background-size: cover;
    height: 253px;
    width: 100%;
}
.redesignPage .fiber-blade .header {
    margin: 33px 0px 51px;
}
.redesignPage .fiber-blade .benefit-icon {
    width: 66px;
}
.redesignPage .symmetrical .benefit-icon {
    background-image: url(/small-business/assets/images/business-internet/symmetrical-icon.svg);
    background-size: 27px auto;
}
.redesignPage .connectivity .benefit-icon {
    background-image: url(/small-business/assets/images/business-internet/connectivity-icon.svg);
    background-size: 66px auto;
}
.redesignPage .productivity .benefit-icon {
    background-image: url(/small-business/assets/images/business-internet/productivity-mobile-icon.svg);
    background-size: 59px auto;
}
.redesignPage .fiber-blade .benefit-details {
    padding-left: 10px;
}
.redesignPage .fiber-blade .benefit-header {
    margin-bottom: 13px;
}
.redesignPage .fiber-blade .benefit-description {
    margin-bottom: 41px;
}
.redesignPage .fiber-blade .green-btn {
    margin-bottom: 38px;
}
.redesignPage .wifi-blade .header {
    margin-bottom: 37px;
}
.redesignPage .wifi-blade .subhead,
.redesignPage .wifi-blade .details {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.18px;
    color: #000000;
}
.redesignPage .wifiIconsWrap {
    padding: 50px 0px;
}
.redesignPage .wifi-blade .one-device-bkg {
    background-image: url(/internet/assets/images/onedevice.jpg);
    background-size: cover;
    height: 250px;
    width: 250px;
}
.redesignPage .wifi-blade .my-ctl-app-bkg {
    background-image: url(/internet/assets/images/myctlapp.jpg);
    background-size: cover;
    height: 250px;
    width: 250px;
}
.redesignPage .wifi-blade .secure-wifi-bkg {
    background-image: url(/internet/assets/images/securewifi.jpg);
    background-size: cover;
    height: 250px;
    width: 250px;
}
.redesignPage .wifi-blade .col-headline {
    font-size: 20px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    margin: 32px 0 16px;
}
.redesignPage .wifi-blade .col-description {
    font-size: 14px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    padding-right: 19px;
    line-height: 17px;
	width : 250px;
}
.redesignPage .wifi-blade .col-description span {
    font-size: 10px;
    margin-top: 14px;
    display: inline-block;
	 font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
	 color:#808080;
}
.redesignPage .wifi-blade .wifiButtonWrap {
    display: flex;
    justify-content: center;
}
.redesignPage .wifi-blade .green-btn {
    margin: 37px 0px 28px;
}
.redesignPage .moving-blade {
    background: #EEEEEE;
}
.redesignPage .moving-blade .header {
    margin: 24px 0px 22px;
}
.redesignPage .moving-blade .details,
.redesignPage .moving-blade .chat-link {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.18px;
}
.redesignPage .moving-blade .details {
    color: #000000;
}
.redesignPage .moving-blade .chat-link {
    border: 0px;
    background: transparent;
    color: #0047BB;
    text-decoration: underline;
}
.redesignPage .moving-blade .background {
    height: 307px;
    width: 100%;
    background: url(/small-business/assets/images/business-internet/moving-blade-mobile-bkg.png) no-repeat center;
}
.redesignPage .moving-blade .green-btn {
    margin-bottom: 27px;
}
.redesignPage .moving-blade .green-btn:hover {
    background-color: #FFFFFF;
}
.moving-blade .movingHeader {
    font-size: 18px;
    font-family: 'Maison Neue Book', Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 20px;
}
.redesignPage .faq-blade {
    padding-bottom: 40px;
}
.redesignPage .faq-blade .header {
    margin: 28px 0px 10px;
}
.redesignPage .faq-blade .question-wrap {
    padding: 0px 12px;
}
.redesignPage .faq-blade .question-wrap.active {
    box-shadow: 0px 5px 10px #00000026;
    outline: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.redesignPage .faq-blade .question {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: #000000;
    padding: 12px 0px 9px 36px;
    border-bottom: 1px solid #BEBEBE;
    position: relative;
}
.redesignPage .faq-blade .first .question {
    border-top: 1px solid #BEBEBE;
}
.redesignPage .faq-blade .question:hover {
    cursor: pointer;
}
.redesignPage .faq-blade .active .question {
    border-color: transparent;
}
.redesignPage .faq-blade .next-active .question {
    border-bottom-color: transparent;
}
.redesignPage .faq-blade .chevron-icon {
    width: 18px;
    height: 11px;
    background: url(/assets/images/page-components/tv/downchevron_icon.svg) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -5.5px;
    left: 0px;
}
.redesignPage .faq-blade .active .chevron-icon {
    background-image: url(/assets/images/page-components/tv/up_chevron_icon.svg);
}
.redesignPage .faq-blade .answer {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #000000;
    padding: 0px 0px 12px 36px;
    display: none;
}
.redesignPage .faq-blade .answer li {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #000000;
}
.redesignPage .faq-blade .active .answer span.oneTimeFee{
	font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #000000;
	display:block;
	padding-right:50px;
	padding-left:25px;
}
.redesignPage .faq-blade ol li {
    padding-left: 5px;
}
.redesignPage .faq-blade ol,
.redesignPage .faq-blade ul {
    margin-bottom: 0px;
    margin-left: 23px;
}
.redesignPage .faq-blade ol {
    list-style-type: decimal;
}
.redesignPage .faq-blade ul {
    list-style-type: disc;
}
.redesignPage .faq-blade .answer a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #0047BB !important;
    text-decoration: underline;
    font-weight: inherit;
}
.redesignPage .faq-blade .active .answer {
    display: block;
}
.redesignPage .help-blade .header {
    margin-bottom: 21px;
}
.redesignPage .help-blade .help-wrap {
    display: table;
    padding-bottom: 34px;
}
.redesignPage .help-blade .help-icon {
    display: table-cell;
    width: 75px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.redesignPage .help-blade .chat .help-icon {
    background-image: url(/small-business/assets/images/business-internet/chat-icon.svg);
    background-size: 35px auto;
    height: 30px;
}
.redesignPage .help-blade .support .help-icon {
    background-image: url(/small-business/assets/images/business-internet/support-icon.svg);
    background-size: 32px auto;
    height: 42px;
}
.redesignPage .help-blade .help-details,
.redesignPage .help-blade .help-details button,
.redesignPage .help-blade .help-details a {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.20px;
}
.redesignPage .help-blade .help-details {
    color: #000000;
    display: table-cell;
    vertical-align: middle;
}
.redesignPage .help-blade .help-details button,
.redesignPage .help-blade .help-details a {
    color: #0047BB;
    display: inline;
}
.redesignPage .help-blade .help-details button {
    background: #FFFFFF;
    border: 0px;
}
.redesignPage .help-blade .help-details button:hover {
    text-decoration: underline;
}
@media (min-width: 365px) {
    .redesignPage .hero .column-3 .product-details-wrap {
        margin: 0px auto;
    }
}
@media (min-width: 768px) {
    .redesignPage {
        margin-top: 85px;
    }
    .redesignPage .hero {
        background: url(/small-business/assets/images/business-internet/hero-tablet-bkg.png) no-repeat center -40px;
        padding-bottom: 0px;
        height: 543px;
        background-size: cover;
        margin-bottom: -40px;
    }
    .redesignPage .hero .column-1 {
        float: left;
    }
    .redesignPage .hero .header {
        font-size: 31px;
        margin: 19px 0px 2px;
    }
    .redesignPage .hero .speed-columns {
        margin: 0px auto 15px;
        display: inline-block;
        width: 100%;
        border-radius: 0px;
        background: transparent;
    }
    .redesignPage .hero .column-2 {
        max-width: 236px;
        float: right;
        margin-bottom: 0px;
    }
    .redesignPage .hero .column-3 {
        margin-bottom: 0px;
        float: left;
        max-width: 243px;
    }
    .redesignPage .hero .speed-image-wrap {
        background: transparent;
        width: 116px;
        height: 73px;
        margin-top: 31.6px;
        border: 0px;
    }
    .redesignPage .hero .column-2 .speed-image {
        background-image: url(/small-business/assets/images/business-internet/940Mbps.svg);
    }
    .redesignPage .hero .column-3 .speed-image {
        background-image: url(/small-business/assets/images/business-internet/100Mbps.svg);
    }
	
    .redesignPage .hero .product-wrap {
        background: transparent;
        border-radius: 0px;
        margin-top: -57px;
    }
    .redesignPage .hero .column-2 .product-wrap,
    .redesignPage .hero .column-3 .product-wrap {
        padding: 0px 0px 36px 0px;
        border: 0px;
        margin-top: -102.6px;
    }
    .redesignPage .hero .product-name {
        margin-top: 0px;
        font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 16.6px;
    }
    .redesignPage .hero .column-2 .product-name,
    .redesignPage .hero .column-3 .product-name {
        padding-bottom: 92px;
    }
    .redesignPage .hero .column-3 .product-details-wrap {
        margin-left: 0px;
        margin-right: -9px;
        padding: 5px 0px 4px 14px;
		display:none;
    }
    .redesignPage .hero .column-2 .product-details-wrap {
        padding: 12px 13px 12px 23px;
		display:none;
    }
    .redesignPage .hero .product-details {
        font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
        font-size: 10.1px;
        line-height: 15.15px;
    }
    .redesignPage .hero .price-wrap {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 53px;
    }
    .redesignPage .hero .column-2 .price-wrap {
        padding-left: calc(50% - 42.992px);
        padding-left: -webkit-calc(50% - 42.992px);
        padding-left: -moz-calc(50% - 42.992px);
    }
    .redesignPage .hero .column-3 .price-wrap {
        padding-left: calc(50% - 43.25px);
        padding-left: -webkit-calc(50% - 43.25px);
        padding-left: -moz-calc(50% - 43.25px);
    }
    .redesignPage .hero .dollar-sign {
        font-size: 20px;
        line-height: 27px;
        top: 10px;
    }
    .redesignPage .hero .price {
        font-size: 40px;
        line-height: 65px;
    }
    .redesignPage .hero .per-month {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.12px;
        top: 32px;
    }
    .redesignPage .hero .product-disclaimer {
        color: #000000;
        margin-top: 0px;
    }
    .redesignPage .hero .speed-disclaimers {
        float: left;
        width: 100%;
        padding: 0px;
        color: #333333;
		display:none;
    }
    .redesignPage .hero .address-bar-wrap {
        margin-bottom: 0px;
        margin-top: 7px;
        padding: 11px 0px 9px;
        background: rgba(255, 255, 255, 0.65);
    }
    .redesignPage .horizontal-stripe {
        height: 10px;
    }
    .redesignPage .benefits-blade {
        padding-bottom: 35px;
    }
    .redesignPage .benefits-blade .header {
        margin: 35px 0px 33px;
    }
    .redesignPage .benefits-blade .benefit-wrap {
        width: 345px;
    }
	.redesignPage .benefits-blade .benefit-wrap.service-support {
        width: 345px;
		float:right;
    }
    .redesignPage .benefits-blade .benefit-wrap:first-child {
        float: left;
    }
    .redesignPage .benefits-blade .benefit-wrap:last-child {
        float: right;
    }
    .redesignPage .benefits-blade .benefit-icon {
        width: 57px;
    }
    .redesignPage .low-rate .benefit-icon {
        background-size: 52px auto;
    }
    .redesignPage .easy-billing .benefit-icon {
        background-size: 43px auto;
    }
    .redesignPage .reliable-wifi .benefit-icon {
        background-size: 57px auto;
    }
    .redesignPage .service-support .benefit-icon {
        background-size: 49px auto;
    }
    .redesignPage .benefits-blade .benefit-details {
        padding-left: 38px;
    }
    .redesignPage .benefit-header {
        font-size: 22px;
        line-height: 29px;
        letter-spacing: 0.55px;
    }
    .redesignPage .benefits-blade .benefit-description {
        margin-bottom: 33px;
        font-size: 15.6px;
        line-height: 21px;
    }
    .redesignPage .fiber-blade {
        background: url(/small-business/assets/images/business-internet/fiber-blade-desktop-bkg.png) no-repeat;
        background-size: auto 623px;
        background-position: calc(50% - 40px) top;
        background-position: -moz-calc(50% - 40px) top;
        background-position: -webkit-calc(50% - 40px) top;
    }
    .redesignPage .fiber-blade .col-xs-12 {
        width: 552px;
    }
    .redesignPage .fiber-blade .header {
        text-align: left;
        margin: 9px 0px 40px;
    }
    .redesignPage .fiber-blade .benefit-icon {
        width: 83px;
    }
    .redesignPage .symmetrical .benefit-icon {
        background-size: 31px auto;
    }
    .redesignPage .connectivity .benefit-icon {
        background-size: 81px auto;
    }
    .redesignPage .productivity .benefit-icon {
        background-image: url(/small-business/assets/images/business-internet/productivity-desktop-icon.svg);
        background-size: 83px auto;
    }
    .redesignPage .fiber-blade .benefit-details {
        padding-left: 25px;
    }
    .redesignPage .green-btn {
        line-height: 41px;
        height: 43px;
    }
    .redesignPage .fiber-blade .productivity .benefit-description {
        margin-bottom: 30px;
    }
    .redesignPage .fiber-blade .green-btn {
        background-color: #EEEEEE;
        width: 300px;
        margin: 0px 0px 43px 42px;
    }
    .redesignPage .green-btn:hover {
        background-color: #48D597 !important;
    }
    .redesignPage .wifi-blade .header {
        margin: 25px 0px 13px;
        text-align: left;
    }
    .redesignPage .wifi-blade .details-wrap {
        position: relative;
        z-index: 1;
    }
    .redesignPage .wifi-blade .wifiColumn {
        width: 33%;
    }
    .redesignPage .wifi-blade .green-btn {
        background-color: #EEEEEE;
        width: 287px;
        margin: 23px 0px 45px 42px;
    }
    .redesignPage .moving-blade .header {
        text-align: left;
        margin: 21px 0px 31px;
        width: 500px;
    }
    .redesignPage .moving-blade .details {
        width: 400px;
    }
    .redesignPage .moving-blade .content-wrap {
        position: relative;
        z-index: 1;
    }
    .redesignPage .moving-blade .background {
        background-image: url(/small-business/assets/images/business-internet/moving-blade-desktop-bkg.png);
        background-size: contain;
        width: 546px;
        height: 324px;
        position: absolute;
        left: 300px;
        top: 65px;
        z-index: 0;
    }
    .redesignPage .moving-blade .green-btn {
        width: 200px;
        margin: 34px 0px 49px;
        position: relative;
        z-index: 1;
        display: block;
        background-color: #FFFFFF;
    }
    .redesignPage .faq-blade {
        padding-bottom: 51px;
    }
    .redesignPage .faq-blade .header {
        margin: 30px 0px 26px;
    }
    .redesignPage .faq-blade .question-wrap {
        padding: 0px 12px 0px 0px;
    }
    .redesignPage .faq-blade .question {
        padding-left: 62px;
        font-size: 20px;
        letter-spacing: 0.20px;
    }
    .redesignPage .faq-blade .chevron-icon {
        left: 22px;
    }
    .redesignPage .faq-blade .answer {
        padding-left: 62px;
    }
    .redesignPage .help-blade {
        width: 731px;
    }
    .redesignPage .help-blade .help-wrap {
        padding-bottom: 49px;
    }
    .redesignPage .help-blade .header {
        margin-bottom: 32px;
    }
}
@media (min-width: 992px) {
    .redesignPage .hero {
        background-image: url(/small-business/assets/images/business-internet/sbg-hero-bkg.png);
        background-position: center bottom;
        height: 540px;
        background-size: cover;
        margin-bottom: 0px;
    }
    .redesignPage .hero .header {
        font-size: 41px;
        margin: 40px 0px 15px;
    }
    .redesignPage .benefits-blade {
        padding-bottom: 62px;
    }
    .redesignPage .benefits-blade .header {
        margin: 61px 0px;
    }
    .redesignPage .benefits-blade .benefit-wrap {
        width: auto;
    }
	.redesignPage .benefits-blade .benefit-wrap.service-support {
		width:366px;
	}
    .redesignPage .benefits-blade .benefit-wrap:first-child {
        width: 429px;
    }
    .redesignPage .benefits-blade .benefit-wrap:last-child {
        width: 366px;
    }
    .redesignPage .benefit-header {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.6px;
    }
    .redesignPage .benefits-blade .benefit-description {
        font-size: 18px;
        line-height: 24px;
    }
    .redesignPage .fiber-blade {
        background-size: cover;
        background-position: center;
    }
    .redesignPage .fiber-blade .header {
        margin-top: 42px;
    }
    .redesignPage .fiber-blade .productivity .benefit-description {
        margin-bottom: 41px;
    }
    .redesignPage .fiber-blade .green-btn {
        background-color: #FFFFFF;
        margin: 2px 0px 63px 108px;
    }
    .redesignPage .wifi-blade .header {
        margin-top: 84px;
    }
    .redesignPage .wifi-blade .background {
        height: 511px;
        width: 324px;
        top: 49px;
        right: 0px;
    }
    .redesignPage .wifi-blade .background-details {
        padding-top: 467px;
    }
    .redesignPage .wifi-blade .green-btn {
        margin-bottom: 110px;
    }
    .redesignPage .moving-blade .header,
    .redesignPage .moving-blade .details {
        width: auto;
    }
    .redesignPage .moving-blade .header {
        margin-top: 115px;
    }
    .redesignPage .moving-blade .background {
        width: 755px;
        height: 448px;
        left: -610px;
        top: 46px;
    }
    .redesignPage .moving-blade .green-btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 84px;
    }
    .redesignPage .faq-blade .header {
        margin-top: 48px;
    }
    .redesignPage .help-blade .help-wrap {
        padding-bottom: 72px;
    }
    .redesignPage .help-blade .header {
        margin-bottom: 21px;
    }
    .redesignPage .wifiIconsWrap {
        padding: 50px 0px 0px;
    }
    .redesignPage .wifi-blade .wifiColumn {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }
    .redesignPage .wifi-blade .col-description {
        padding-right: 0px;
    }
}
@media (min-width: 1200px) {
    .redesignPage .hero .header {
        font-size: 42px;
    }
}
@media (min-width: 1400px) {
    .redesignPage .hero {
        background-image: url(/small-business/assets/images/business-internet/sbg-hero-bkg.png);
        background-size: 85%
    }
}
@media (min-width: 1601px) {
    .redesignPage .hero {
        background-image: url(/small-business/assets/images/business-internet/sbg-hero-bkg.png);
        background-size: 76%;
    }
    
}
@media (min-width: 1900px) {
    .redesignPage .hero {
        background-image: url(/small-business/assets/images/business-internet/sbg-hero-bkg.png);
        background-size: 62%;
    }
}
@media(max-width:767px){
	.redesignPage .hero .column-2 .product-details-wrap , .redesignPage .hero .column-3 .product-details-wrap {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.redesignPage .hero .column-2 .speed-image{
		width:160px;
		margin: 0 auto;
	}
	.redesignPage .hero .column-3 .speed-image{
		width:160px;
		margin:0 auto;
	}
	.redesignPage .faq-blade .active .answer span.oneTimeFee{
		padding-right:0px;
	}
	.redesignPage .fiber-blade{
		margin-top:25px;
	}
    .moving-blade .movingHeader {
        padding-top: 0px;
        padding-bottom: 12px;
    }
	.divider {
        height: 1px;
        width: 80%;
        background-color: #BEBEBE;
        margin: -7% 10% 0%;
    }
    .movingRight {
        padding-top: 16px;
    }
    .redesignPage .wifiIconsWrap {
        padding: 50px 0px 0px;
    }
    .redesignPage .wifi-blade .wifiColumn {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }
    .redesignPage .wifi-blade .col-description {
        padding-right: 0px;
    }
    .redesignPage .wifi-blade .green-btn {
        margin-bottom: 110px;
    }
}
/* Redesign End */