@font-face {
    font-family: 'Maison Neue Book';
    src: url('/assets/fonts/MaisonNeue-Book.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Light';
    src: url('/assets/fonts/MaisonNeue-Light.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Medium';
    src: url('/assets/fonts/MaisonNeue-Medium.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Bold';
    src: url('/assets/fonts/MaisonNeue-Bold.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Book Superscript';
    src: url('/assets/fonts/MaisonNeueExtendedThin.otf') format('opentype'),
    url('/assets/fonts/MaisonNeueExtendedThin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url('/assets/fonts/MaisonNeue-Medium.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Maison Neue Extra Bold";
    src: url('/assets/fonts/MaisonNeue-ExtraBold.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
body div {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
img.fiber-header-corp-logo {
    width : 179px;
    height : 36px;
}
img {
    vertical-align: middle;
}
.ui-widget-disclaimer .ui-widget-header span#ui-id-3 {
    background-color: #8cc63f;
    border-radius: 5px 0 0 0;
    padding: 11px 25px;
    color: black;
}
.ui-widget-disclaimer .ui-widget-header {
    width: 100%;
    background-image: none;
    background-color: #8cc63f;
    padding-left: 19px;
}
.ui-widget-disclaimer .ui-dialog-titlebar-close {
    left: 587px;
}
.wrapper.container {
    padding: 0;
    width: 100%;
}
.interior-wrapper {
    width: 975px;
    margin: 0 auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.interior-wrapper.centerText {
    text-align: center;
}
.topHeader {
    width: 960px;
    margin: 0 auto;
    height: 56px;
    padding: 9px 15px 0px;
}
.ctlBtn, .ctlBtn:hover, .ctlBtn:focus, .ctlBtn:active, .ctlBtn:visited {
    background-color: #48D597;
    font-size: 16px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    border: 2px solid #48D597;
    text-decoration: none;
    outline: none;
    padding: 10px 40px;
    white-space: nowrap;
    display: inline-block;
    text-shadow: none;
    line-height: normal;
}
.ctlBtn:hover {
    background-color: #FFFFFF;
    color: #53565A;
}
.bottomRegion {
    background-color: white;
}
.header {
    color: #000000;
    font-size: 30px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 40px;
    margin: 0;
    line-height: 1.4;
}

.firstSection {
    background-color: #EEEEEE;
}
.firstSection .header {
    font-size: 23px;
    padding-bottom: 1px;
}
.secondSection .header {
    font-size: 19px;
    text-align: left;
    padding-top: 25px;
}
.subHeader {
    color: #000000;
    font-size: 15px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
}
.firstSection .subHeader {
    text-align: center;
}
.secondSection .subHeader {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
}
.firstSection h3 {
    color: #0047BB;
    font-size: 22px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 45px;
}
.firstSection .col-sm-6:nth-child(1) {
    padding-left: 60px;
}
.firstSection .iconWrap:nth-child(2) h3 {
    margin-top: 90px;
}
.firstSection .iconWrap:nth-child(2) {
    margin-bottom: 40px;
}
.firstSection .iconTxt {
    color: #000000;
    font-size: 15px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    width: 327px;
}
.iconWrap .connectIcon,
.iconWrap .uploadIcon,
.iconWrap .gamingIcon,
.iconWrap .backupIcon {
    float: left;
    width: 85px;
    height: 95px;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.iconWrap .connectIcon {
    background-image: url(../img/connect_icon.svg);
    background-size: 85px 92px;
}
.iconWrap .uploadIcon {
    background-image: url(../img/updownload_icon.svg);
    background-size: 85px 52px;
}
.iconWrap .gamingIcon {
    background-image: url(../img/onlinegaming_icon.svg);
    background-size: 85px 61px;
}
.iconWrap .backupIcon {
    background-image: url(../img/backup_icon.svg);
    background-size: 85px 72px;
}
.secondSection .leftSec { 
    padding: 0px;
}
.secondSection .rightSec {
    padding-left: 30px;
}
.secondSection .cityImg {
    background: url(../img/cityimage.png) no-repeat center;
    background-size: cover;
    height: 502px;
}
.cityListLeft a,
.cityListRight a {
    display: block;
    color: #000000;
    font-size: 16px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    padding-bottom: 7px;
}
.cityListLeft a:hover ,
.cityListRight a:hover {
    color: #0047BB;
    text-decoration: underline;
}
.cityListRight {
    padding-left: 25px;
}
.secondSection .cityTxt {
    color: #000000;
    font-size: 19px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    line-height: 40px;
    padding: 30px 30px 0px 15px;
    display: inline-block;
}
.secondSection .ctlBtn, .secondSection .ctlBtn:hover, 
.secondSection .ctlBtn:focus, .secondSection .ctlBtn:active, 
.secondSection .ctlBtn:visited {
    padding: 10px 30px;
}
.column1, .column2, .column3, .column4 {
    width: 31.2%;
    float: left;
    font-size: 14px;
    text-align: center;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    border-radius: 14px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.35);
    height: 232px;
    padding: 105px 41px 15px;
    margin-bottom: 70px;
    background-color: #FFFFFF;
}
.column2,
.column3 {
    margin-left: 30px;
}
.column1 {
    background-image: url(../img/signup_icon.svg);
    background-repeat: no-repeat;
    background-position: center 15px;
}
.fourColumn .column1 {
    background-image: url(../img/AdvancedFiber_small_icon.svg);
    background-position: center 40px;
}
.column2 {
    background-image: url(../img/AdvancedFiber_small_icon.svg);
    background-repeat: no-repeat;
    background-position: center 40px;
}
.springField .column2 {
    background-image: url(../img/map_icon.svg);
    background-repeat: no-repeat;
    background-position: center 25px;
    padding-top: 124px;
}
.fourColumn .column2 {
    background-image: url(../img/signup_icon.svg);
    background-position: center 15px;
}
.column3 {
    background-image: url(../img/map_icon.svg);
    background-repeat: no-repeat;
    background-position: center 25px;
    padding-top: 124px;
}
.column4 {
    background-image: url(../img/map_icon.svg);
    background-repeat: no-repeat;
    background-position: center 25px;
    padding-top: 124px;
}
.fourColumn {
    width: 691px;
    display: inline-block;
}
.fourColumn .column1, 
.fourColumn .column2, 
.fourColumn .column3, 
.fourColumn .column4 {
    width: 35%;
    margin: 0px 19px 34px;
    min-width: 303px;
}
.lastRegion .twoColumns {
    width: 874px;
    margin: 0 auto;
}
.lastRegion .column1, .lastRegion .column2 {
    width: 405px;
    height: 237px;
    font-size: 18px;
    float: none;
    display: inline-block;
}
.lastRegion .column2 {
    margin-left: 60px;
    background-image: url(../img/AdvancedFiber_icon.svg);
    background-position: center 35px;
}
.lastRegion .oneColumn .column1 {
    display: block;
    margin: 0 auto 70px;
}
.fasterInternet .twoColumns,
.springField .bottomRegion .twoColumns {
    width: 620px;
    margin: 0 auto;
}
.fasterInternet .twoColumns .column1,
.fasterInternet .twoColumns .column2,
.springField .bottomRegion .column1,
.springField .bottomRegion .column2  {
    width: 295px;
}
.fasterInternet .ctlBtn,
.springField .bottomRegion .ctlBtn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.lastRegion .ctlBtn {
    width: 200px;
    text-align: center;
    margin-top: 15px;
    background-color: #FFFFFF;
    color: #53565A;
    padding: 10px 30px;
}
.lastRegion .ctlBtn:hover {
    background-color: #48D597;
    color: #000000;
}
.fasterInternet span {
    font-weight: bold;
}
.offerProduct, .offerProduct a {
    text-align: left;
    font-size: 14px;
    color: #0047BB;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
.offerProduct a:hover {
    color: #0047BB;
    text-decoration: underline;
}
.topHeader .ctlLogoImgNew {
    display: inline-block;
    float: left;
    width: 184px;
    height: 40px;
}
.footerWrapper {
    border-top: 1px solid #D0D2D3;
    padding-top: 40px;
}
.footerInnerWrap {
    width: 945px;
    margin: 0 auto;
}
.footerInnerWrap .ctlLogoImgNew {
    background: url(/fiber/img/ctl_logo_nav_8-21-19.svg);
    float: left;
    width: 187px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center 15px;
    margin-top: -10px;
}
.footerContent {
    float: left;
    width: 77%;
    position: relative;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    line-height: 40px;
    font-size: 12px;
    color: #53565A;
}
.footerContent a, .footerContent a:hover, .footerContent a:active, .footerContent a:focus, .footerContent a:visited {
    color: #53565A;
    white-space: nowrap;
    text-decoration: none;
    outline: none;
}
#copyright_text {
    font-size: 12px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    color: #53565A;
}
.tpl_global-contact-info-call {
    background: url(../img/call_utilitynav_icon.svg) no-repeat;
    width: 22px;
    height: 34px;
    background-size: contain;
    float: right;
}
.heroSection {
    background: url(../img/FiberCityHero.jpg) no-repeat 0 0;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.comingSoon .heroSection,
.springField .heroSection {
    background-image: url(../img/ComingSoonHero.jpg);
}
.fiberHome .heroSection {
    background-image: url(../img/FiberHomeHero.jpg);
}
.denver .heroSection.versionB {
    background-image: url(../img/denverbanner.jpg);
}
.phoenix .heroSection.versionB {
    background-image: url(../img/phoenixbanner.jpg);
}
.versionB .gradient {
    position: absolute;
    top: 55px;
    height: 368px;
    width: 57%;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0.85));
}
.horizontalStripe {
    height: 10px;
    width: 100%;
}
.navyStripe, .vibrantStripe, .mintStripe {
    height: 10px;
    float: left;
}
.navyStripe {
    width: 15%;
    background-color: #001e60;
}
.vibrantStripe {
    width: 35%;
    background-color: #0047bb;
}
.mintStripe {
    width: 50%;
    background-color: #48d597;
}
.citySpecificHeroContent {
    font-size: 60px;
    color: #FFFFFF;
    width: 960px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    padding: 50px 0 78px;
    min-height: 335px;
    position: relative;
}
.pricingHeader {
    text-align: center;
    max-width: 945px;
    margin: 0 auto;
}
.cityLeft {
    display: inline-block;
    padding-bottom: 40px;
    text-align: center;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 30px;
    margin: 0 50px 0 0;
    line-height: 1.4;
}
.columbiaJeffersonCity .cityLeft {
    font-size: 28px;
}
.ftmyers .cityLeft {
    font-size: 29px;
}
.cityRight {
    display: inline-block;
    text-align: center;
    line-height: 37px;
    margin-top: 3px;
    font-size: 20px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    color: #0047BB;
    position: relative;
}
.cityRight label {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0px;
    padding-right: 5px;
}
.citySecondSection {
    background: #EEEEEE;
}
.citySecondSection .interior-wrapper {
    padding: 40px 15px 80px;
}
.pricingSection {
    border-radius: 14px;
    border: 3px solid #48D597;
    background-color: #F6F6F6;
    position: relative;
}
.pricingSection .fiberImg {
    background: url(../img/fibergigabit_icon.svg) no-repeat;
    height: 215px;
    width: 221px;
    display: inline-block;
    margin: 40px 35px 0px 50px;
}
.pricingSection .fiberPrice {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 127px;
    color: #000000;
    letter-spacing: -5px;
    display: inline-block;
    width: 240px;
    position: relative;
    top: -25px;
}
.pricingSection .fiberPrice span {
    font-size: 30px;
    letter-spacing: -1px;
}
.pricingSection .fiberPrice sup {
    font-size: 58px;
    top: -48px;
}
.pricingSection .pricingRibbon {
    background: url(../img/blueribbon.svg) no-repeat;
    width: 535px;
    position: absolute;
    top: 40px;
    right: -3px;
    text-align: right;
    padding-right: 60px;
    padding-top: 4px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #FFFFFF;
}
.pricingSection .ctlBtn {
    width: 250px;
    text-align: center;
    position: absolute;
    top: 140px;
    right: 60px;
}
.pricingSection .onlineOffer {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #0047BB;
    position: absolute;
    top: 205px;
    right: 60px;
    width: 250px;
    text-align: center;
}
.preorder .pricingSection .onlineOffer {
    top: 195px;
}
.pricingSection .fiberDisc {
    /*color: #53565A;*/
    margin: -25px 60px 15px 50px;
}
.fiberDisc span {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.thirdSection {
    padding: 50px 0 40px;
}
.thirdSection .interior-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.thirdSection .howFastHeader {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #000000;
    padding-bottom: 25px;
    margin: 0;
    line-height: 1.4;
}
.tableWrap {
    margin: 0 auto;
    position: relative;
    width: 550px;
}
.mediaTable {
    border: 3px solid #48D597;
    background-color: #EEEEEE;
    width: 550px;
}
.mediaTable tr {
    height: 48px;
}
.mediaTable tr:nth-child(1) td, .mediaTable tr td:nth-child(3) {
    border-right: none;
}
.mediaTable td {
    border-bottom: 1px solid #D0D2D3;
    border-right: 1px solid #D0D2D3;
    width: 33%;
}
.mediaTxt {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.tableTxt {
    font-size: 18px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    text-align: center;
}
.vibrantBlueTxt {
    color: #0047BB;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.mintGreen {
    background-color: #48D597;
}
.vibrantBlue {
    background-color: #0047BB;
}
.whiteTxt {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.disclaimerText {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-top: 40px;
    text-align: center;
}
a.internetPolicyLink, a.internetPolicyLink:hover {
    color: #0047BB;
    text-decoration: underline;
}
select::-ms-expand {
    display: none;
}
select.plans-prices-city-selector option {
    background-color: #F6F6F6;
}
select.plans-prices-city-selector option:not(:checked) {
    color: #000000;
}
select.plans-prices-city-selector option:checked {
    color: #000000;
}
.selectContainer {
    display: inline-block;
    border-radius: 5px;
    height: 37px;
    width: 325px;
    background-color: #F6F6F6;
}
.plans-prices-city-selector {
    outline: none;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 37px;
    position: relative;
    z-index: 1;
    top: 0px;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    font-weight: normal;
    border: 1px solid rgb(169, 169, 169);
    width: 325px;
    color: #0047BB;
    font-size: 20px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
}
.cityRight span.glyphicon {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 18px;
    z-index: 0;
}
.heroSection h1 {
    margin: 0;
    line-height: 0.9;
}
.pricePointLine {
    font-size: 60px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: normal;
}
.omaha .pricePointLine {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 41px;
    margin-top : -10px;
}
.versionB .pricePointLine {
    font-size: 38.4px;
    line-height: 21.12px;
}
.omaha .pricePointLine .small-text {
    font-size: 19px;
    line-height: 67px;
}
.omaha .pricePointLine .fiberPricePoint {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 41px;
}
.fiberHome .pricePointLine .pricePointDisc {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 19px;
}
.fiberHome .pricePointLine {
    font-size: 18px;
    line-height: 41px;
    margin-top : 30px;
}
.pricePointLine sup {
    font-size: 35px;
    top: -15px;
}
.versionB .pricePointLine sup {
    font-size: 22.4px;
    line-height: 45.44px;
    top: -11px;
}
.fiberHome .pricePointLine .fiberPricePoint {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 41px;
}

.omaha .pricePointLine sup,
.fiberHome .pricePointLine sup {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-size: 35px;
    top: -16px;
}
.perMoFiber {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.versionB .perMoFiber {
    font-size: 11.52px;
}
.price-speed-disclaimer {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}
.versionB .price-speed-disclaimer {
    padding-bottom: 0px;
}
.omaha .price-speed-disclaimer {
    margin-top : -10px;
}
.freeLine {
    font-size: 24px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    color: #0047BB;
    line-height: 32px;
}
.fiberHome .freeLine {
    margin-top : -10px;
}
.comingSoon .freeLine,
.springField .freeLine {
    font-size: 36px;
    line-height: 48px;
    display: inline-block;
}
.fiberDisc{
    font-size: 14.3px;
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    color: #222222;
    line-height: 16px;
    margin-top: 5px;
    padding-bottom: 25px;
    clear: left;
}
.versionB .fiberDisc {
    padding-bottom: 15px;
}
.comingSoon .heroSection .fiberDisc,
.springField .heroSection .fiberDisc {
    font-size: 21px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.fiberInternet{
    font-size: 40px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 53px;
    margin: 0;
    display: inline-block;
}
.versionB .fiberInternet {
    font-size: 30px;
    line-height: 33px;
}
.omaha .fiberInternet {
    font-size: 30px;
    line-height: 10px;
    margin-top : 20px;
}
.fiberHome .fiberInternet {
    font-size: 48px;
    line-height: 67px;
    margin-top : 10px;
}
.comingSoon .fiberInternet {
    font-size: 50px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 52px;
}
.springField .fiberInternet {
    font-size: 50px;
    font-family: Maison Neue Medium;
    font-weight: bold;
    line-height: 52px;
    color: black;
}
.springCopy {
    font-family: Maison Neue Book;
    font-size: 20px;
    text-align: center;
    margin-bottom: 55px;
}
.stayTuned {
    font-family: Maison Neue Book;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 54px;
}
.springField .citySecondSection .interior-wrapper {
    padding: 4px 15px 51px;
}
.springField .citySecondSection .header {
    font-size: 23px;
    padding-bottom: 1px;
}
.springField .citySecondSection .subHeader {
    text-align: center;
}
.citySecondSection .col-sm-6:nth-child(1) {
    padding-left: 60px;
}
.content-box-body-section4 {
    max-width: 945px;
    margin: 0 auto;
}
.bottomRegion {
    display: inline-block;
    width: 100%;
}
.faqWrap {
    background-color: #eee;
    padding-bottom: 50px;
}
ul.faq {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
.faq > li {
    border-bottom: 1px solid #999999;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 50px;
}
.faq .question {
    color: #0047BB;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    transition: color 0.5s ease;
    margin: 0px;
    font-family: Maison Neue Medium;
}
.faq .answer {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
    font-family: Maison Neue Book;
}
.faq li.active .answer {
    max-height: 500px !important;
    padding-bottom: 12px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
    cursor: pointer;
    height: 14px;
    position: absolute;
    width: 14px;
    right: -40px;
    top: 50%;
    z-index: 2;
    overflow: visible;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
    background: #0047BB;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
    transition: transform 500ms ease;
}
.faq .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}
.faq .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}
.springField .iconWrap {
    min-height: 116px;
}
.content-box-body-section4 .header {
    font-size: 28px;
    text-align: center;
    color: #0047BB;
    border-bottom: 1px solid #999999;
    padding-bottom: 14px;
    padding-top: 35px;
}
.springField .iconTxt {
    font-size: 15px;
    font-family: Maison Neue Book;
    width: 327px;
    color: black;
}
.springField .citySecondSection h3 {
    color: #0047BB;
    font-size: 22px;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 45px;
}
.cityHas {
    font-size: 24px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    line-height: 40px;
    color: #000000;
    display: inline-block;
}
.versionB .cityHas {
    color: #0047BB;
    line-height: 30px;
}
.fiberOnlineOnly{
    font-size: 24px;
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    color: #0047BB;
    line-height: 10px;
}
.preorder .fiberOnlineOnly {
    padding-bottom: 10px;
}
.versionB .fiberOnlineOnly {
    display: none;
}
.offDetailsLink,.offDetailsLink:visited, .offDetailsLink:active,.offDetailsLink:hover,.offDetailsLink:focus{
    text-decoration: underline;
    color: #0047BB;
    outline: none;
    white-space: nowrap;
}
.citySpecificHeroContent.fiberInt {
    text-align: left;
    padding: 45px 15px 0px;
}
.versionB .citySpecificHeroContent.fiberInt {
    padding-top: 62px;
}
.comingSoon .citySpecificHeroContent.fiberInt,
.springField .citySpecificHeroContent.fiberInt {
    padding-top: 80px;
}
span#ui-id-2 {
    background-color: #8cc63f;
    border-radius: 5px 0 0 0;
    padding: 9px 25px;
    width: 614px;
}
#modal {
    width: 100%;
    height: 100%;
    background-image: url('../img/modal-bg-alt.png');
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 8001;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
}
#contact_form {
    position: absolute;
    z-index: 1000;
    width: 410px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -285px;
    display: none;
}
#contact_form iframe {
    display: block;
    height: 570px;
    width: 408px;
    margin-left: 1px;
    background-color: #fff;
}
a.close-button {
    position: absolute;
    top: 24px;
    right: 20px;
    display: inline-block;
    width: 31px;
    height: 31px;
    z-index: 9999;
}
#message-wrapper {
    background-color: #FFF;
}
.notify-me-wrapper {
    background-color: white;
}
.mh_modalSmall_titleBar {
    height: 25px;
    width: 410px;
    background: url(../img/modalSmall-titleBar.png) left top no-repeat;
    text-align: center;
    position: relative;
}
a.mh_modal_btn_close:link {
    display: block;
    height: 18px;
    background: url(../img/btn-modal-close.png) right 0px no-repeat;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 10px;
    text-decoration: none;
    padding: 0 30px 0 0;
    line-height: 18px;
    width: 120px;
    font-size: 11px;
    text-align: right;
}
a.mh_modal_btn_close:visited, a.mh_modal_btn_close:focus, a.mh_modal_btn_close:link {
    color: #00835f;
}
a.mh_modal_btn_close:hover {
    background-position: right -18px;
    text-decoration: underline;
}
a.mh_modal_btn_close:active {
    color: #00853f;
}
.mh_modal_btn_close {
    top: 5px;
    right: 5px
}
.titlehead {
    font-weight: bold;
    font-size: 13px;
    padding-top: 6px;
}                          
/* Begin Map Modal Styles */
a.modalTrigger:hover {
    cursor: pointer;
}
.modal-backdrop.in {
  background: #fff;
  opacity: 0.3;
}
.modal-open {
    overflow: auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 0px !important;
}
.modal-dialog.interior-wrapper {
    margin: 30px auto;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    max-height: 753px;
}
.modal-dialog .modal-content {
    font-size: 14px;
    text-align: left;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 4px solid #CCCCCC;
    height: 100%;
}
.modal-dialog .modal-content .modal-header {
    background-color: #F2F2F2;
    border-bottom: 1px solid #CCCCCC;
    padding: 12.5px 10px 12.5px 40px;
}
.modal-dialog .modal-content .modal-header .modal-title {
    font-size: 24px;
    color: #000000;
    line-height: 1em;
    font-weight: bold;
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
}
.modal-dialog .modal-content .modal-header .btn-ctl {
    background-color: transparent;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    opacity: 1;
    height: 20px;
    width: 20px;
}
.modal-dialog .modal-content .modal-close {
    height: 80px;
    background-color: #F2F2F2;
}
.closeDisclaimer .modal-dialog .modal-content .modal-close p {
    display: inline-block;
    padding: 30px 40px 0px 40px;
    margin-bottom: 0px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
}
.modal-dialog .modal-content .modal-close .closeButton {
    font-size: 14px !important;
    background: #48D597 none repeat scroll 0 0!important;
    border-radius: 0 !important;
    text-align: center;
    float: right;
    margin: 20px 40px 0px 0px;
    width: 130px;
    box-shadow: none;
    padding: 10px 40px;
    font-weight: bold;
    color: #000000 !important;
    border-style: none;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    border: 2px solid #48D597;
}
#mapModal .modal-dialog .modal-content .modal-close a.closeButton {
    height: 43px;
}
.modal-dialog .modal-content .modal-close .closeButton:hover {
    cursor: pointer;
    background-color: #FFFFFF !important;
    color: #53565A !important;
}
.modal-dialog .modal-content .modal-body {
    padding: 20px 40px 20px 40px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    height: -moz-calc(100% - 130px);
    height: -webkit-calc(100% - 130px);
    height: calc(100% - 130px);
}
.modal-dialog .modal-content .modal-body p {
    padding-top: 5px;
    margin-bottom: 0px;
}
.mapLegend .modal-dialog .modal-content .modal-body div.legendContainer {
    padding-top: 5px;
    margin-bottom: 0px;
    line-height: 18px;
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
}
.mapLegend .modal-dialog .modal-content .modal-body div.legendContainer span.blue {
    font-size: 22px;
    color: #C7EBFF;
}
.mapLegend .modal-dialog .modal-content .modal-body div.legendContainer span.red {
    font-size: 22px;
    color: #FFBEBE;
}
.mapLegend .modal-dialog .modal-content .modal-body hr {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
    border-top: 1px solid #CCCCCC;
}
.modal-dialog .modal-content .modal-body .mapContainer {
    height: -moz-calc(100% - 24px);
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);
}
.mapLegend .modal-dialog .modal-content .modal-body .mapContainer {
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
}
.modal-dialog .modal-content .modal-body .mapContainer iframe {
    width: 100%;
    height: 100%;
}
.versionB div#address-entry-component-wrapper .enterAddrInst {
    font-size: 12px;
    line-height: 14.4px;
    margin: 22px 0 7px;
}
.versionB div#address-entry-component-wrapper input#ctap_nc-go {
    margin-top: 19px;
}
@media only screen and (max-width: 866px) {
    .closeDisclaimer .modal-dialog .modal-content .modal-body {
        height: -moz-calc(100% - 159px);
        height: -webkit-calc(100% - 159px);
        height: calc(100% - 163px);
    }
    .closeDisclaimer .modal-dialog .modal-content .modal-close {
        height: auto;
        text-align: center;
    }
    .closeDisclaimer .modal-dialog .modal-content .modal-close p {
        padding: 10px 40px 0px 40px;
        width: 100%;
    }
    .closeDisclaimer .modal-dialog .modal-content .modal-close .closeButton {
        float: none;
        margin: 20px auto 20px auto;
    }
}
@media only screen and (max-width: 767px) {
    .modal-dialog .modal-content .modal-close .closeButton {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .modal-dialog .modal-content .modal-close{
        text-align: center;
    }
    .modal-dialog .modal-content .modal-header {
        padding-left: 15px;
    }
    .modal-dialog .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .closeDisclaimer .modal-dialog .modal-content .modal-close p {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 646px) {
    .closeDisclaimer .modal-dialog .modal-content .modal-body {
        height: -moz-calc(100% - 178px);
        height: -webkit-calc(100% - 178px);
        height: calc(100% - 182px);
    }
    .closeDisclaimer .modal-dialog .modal-content .modal-close p {
        height: 48px;
    }
}
@media only screen and (max-width: 432px) {
    .mapLegend .modal-dialog .modal-content .modal-body div.legendContainer {
        font-size: 11px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 389px) {
    .closeDisclaimer .modal-dialog .modal-content .modal-body {
        height: -moz-calc(100% - 197px);
        height: -webkit-calc(100% - 197px);
        height: calc(100% - 201px);
    }
    .closeDisclaimer .modal-dialog .modal-content .modal-close p {
        height: 67px;
    }
    .ftmyers .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 19px;
        line-height: 24px;
    }
}
/* Fixes problem with the page content shifting to the left */
body.modal-open-noscroll {
    padding-right: 0!important;
}
/* End Map & Modal Styles*/

@media only screen and (max-width: 1299px) {
    .versionB .gradient {
        background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0.85));
    }
}
@media only screen and (min-width: 1200px) {
    .versionB div#address-entry-component-wrapper div.ctap_address_block {
        width: 50%;
    }
}
@media only screen and (max-width: 1099px) {
    .versionB .gradient {
        background-image: linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0.85));
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .versionB div#address-entry-component-wrapper div.ctap_address_block {
        width: 41.66666667%;
    }
}
@media only screen and (max-width: 991px) {
    .versionB .gradient {
        width: 70%;
        background-image: linear-gradient(to right, rgba(255,255,255,0.3), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0.85), rgba(255,255,255,0.85));
    }
    .firstSection .col-sm-6:nth-child(1) {
        padding-left: 20px;
    }
    .firstSection .row {
        width: 721px;
        margin: 0 auto;
    }
    .secondSection .rightSec {
        width: 500px;
    }
    .fasterInternet .header {
        font-size: 24px;
    }
    .column1, .column2, .column3 {
        padding-left: 15px;
        padding-right: 15px;
        width: 31.4%;
    }
    .column2, .column3 {
        margin-left: 20px;
    }
    .column3, .column4 {
        background-position: center 15px;
        padding-top: 105px;
    }
    .springField .column1 {
        padding-top: 113px;
    }
    .springField .column2 {
        padding-top: 113px;
    }
    .bottomRegion .header {
        font-size: 28px;
    }
    .fasterInternet .ctlBtn, .springField .bottomRegion .ctlBtn {
        width: 196px;
        display: block;
        margin: 5px auto 0;
    }
    .citySpecificHeroContent {
        width: 100%;
    }
    .topHeader {
        width: 100%;
    }
    .interior-wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .footerInnerWrap {
        width: 721px;
    }
    .footerInnerWrap .ctlLogoImgNew {
        float: none;
        display: block;
        margin-top: 0;
        margin-left: -33px;
    }
    .footerContent {
        width: 100%;
    }
    .citySpecificHeroContent {
        font-size: 50px;
    }
    .pricingHeader {
        max-width: 721px;
    }
    .cityLeft, .ftmyers .cityLeft {
        font-size: 22px;
    }
    .columbiaJeffersonCity .cityLeft {
        font-size: 21px;
    }
    .cityRight, .plans-prices-city-selector {
        margin-top: -3px;
        font-size: 14px;
    }
    .cityRight label {
        font-size: 18px;
    }
    .plans-prices-city-selector, .selectContainer {
        width: 245px;
    }
    .pricingSection {
        width: 721px;
        margin: 0 auto;
    }
    .pricingSection .fiberImg {
        margin: 25px 25px 0px 30px;
    }
    .pricingSection .fiberPrice {
        font-size: 100px;
        top: -30px;
    }
    .pricingSection .fiberPrice sup {
        font-size: 45px;
        top: -36px;
    }
    .pricingSection .pricingRibbon {
        width: 435px;
        padding-right: 30px;
        font-size: 25px;
        top: 25px;
    }
    .pricingSection .ctlBtn {
        width: 200px;
        top: 125px;
        right: 30px;
    }
    .pricingSection .onlineOffer {
        top: 190px;
        right: 30px;
        width: 200px;
    }
    .preorder .pricingSection .onlineOffer {
        top: 180px;
    }
    .pricingSection .fiberDisc {
        margin-right: 30px;
        margin-left: 30px;
    }
    .lastRegion .twoColumns {
        width: 721px;
    }
    .lastRegion .column1, .lastRegion .column2 {
        width: 329px;
    }
    .springField .content-box-body-section4 {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .versionB .gradient {
        display: none;
    }
    .heroSection h1 {
        line-height: 0.3;
    }
    .springField .heroSection h1,
    .springField .heroSection .fiberDisc,
    .springField .fiberInternet {
        text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
    }
    .header, 
    .thirdSection .howFastHeader,
    .firstSection .header,
    .secondSection .header,
    .springField .citySecondSection .header {
        font-size: 18px;
        padding-left: 0px;
        text-align: center;
        width: 290px;
        margin: 0 auto;
    }
    .springField .citySecondSection .header {
        padding-bottom: 9px;
    }
    .springField .citySecondSection .subHeader {
        max-width: 500px;
        margin: 0 auto;
    }
    .springField .citySecondSection .row {
        width: 290px;
        margin: 0 auto;
    }
    .secondSection .header {
        padding-bottom: 20px;
    }
    .springField .citySecondSection .col-sm-6:nth-child(1),
    .springField .col-xs-12.col-sm-6.col-md-offset-2.col-md-5 {
        padding: 0;
    }
    .springField .iconWrap:nth-child(2) {
        margin-bottom: 40px;
    }
    .springField .citySecondSection .interior-wrapper {
        padding: 4px 15px 5px;
    }
    .springField .content-box-body-section4 {
        width: 90%;
        margin: 0 auto;
    }
    .springField .content-box-body-section4 .header {
        width: auto;
    }
    .springField .bottomRegion .twoColumns {
        width: auto;
    }
    .springField .content-box-body-section4 .header {
        font-size: 20px
    }
    .mobBanner {
        background-image: url(/fiber/img/FiberCityHero.jpg);
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: right;
    }
    .fiberHome .mobBanner {
        background-image: url(/fiber/img/FiberHomeHero.jpg);
    }
    .denver .versionB .mobBanner {
        background-image: url(/fiber/img/denverbanner.jpg);
        background-position: bottom;
    }
    .phoenix .versionB .mobBanner {
        background-image: url(/fiber/img/phoenixbanner.jpg);
        background-position: bottom;
    }
    .iconWrap .connectIcon, .iconWrap .uploadIcon, .iconWrap .gamingIcon, .iconWrap .backupIcon {
        width: 51px;
        margin-right: 10px;
    }
    .iconWrap .connectIcon {
        background-size: 51px 51px;
    }
    .iconWrap .uploadIcon {
        background-size: 51px 28px;
    }
    .iconWrap .gamingIcon {
        background-size: 51px 34px;
    }
    .iconWrap .backupIcon {
        background-size: 51px 40px;
    }
    .firstSection .iconTxt {
        width: 290px;
    }
    .firstSection .col-xs-12, .firstSection .col-sm-6:nth-child(1) {
        padding: 0px;
    }
    .firstSection .iconWrap:nth-child(2) h3 {
        margin-top: 40px;
    }
    .firstSection .iconWrap:nth-child(2) {
        margin-bottom: 40px;
    }
    .firstSection h3 {
        margin-top: 40px;
    }
    .gamingIcon + .iconTxt h3 {
        margin-top: 0px;
    }
    .firstSection .row {
        width: 290px;
    }
    .secondSection .cityImg {
        height: 250px;
    }
    .secondSection .leftSec {
        float: none;
    }
    .secondSection .rightSec {
        width: 320px;
        padding-left: 15px;
        margin: 0 auto;
        float: none;
    }
    .cityListRight {
        padding-left: 15px;
    }
    .secondSection .cityTxt {
        width: 320px;
        padding: 5px 15px 0px;
        text-align: center;
        font-size: 18px;
    }
    .secondSection .ctlBtn, 
    .secondSection .ctlBtn:hover, 
    .secondSection .ctlBtn:focus, 
    .secondSection .ctlBtn:active, 
    .secondSection .ctlBtn:visited {
        margin: 0 auto;
        width: 230px;
        text-align: center;
        display: block;
    }
    .fourColumn {
        width: 346px;
    }
    .column1, .column2, .column3 {
        margin: 0 auto 35px;
        width: 290px;
        font-size: 14px;
        float: none;
    }
    .lastRegion .oneColumn .column1 {
        margin-bottom: 35px;
    }
    .column3 .ctlBtn {
        margin: 25px 0 50px;
    }   
    .pricingSection {
        width: 290px;
        margin: 0 auto;
    }
    .mediaTable, .tableWrap {
        width: 290px;
    }
    .tableTxt, .whiteTxt, .mediaTxt, .vibrantBlueTxt {
        font-size: 16px;
        padding: 5px;
    }
    .fasterInternet .twoColumns {
        width: 290px;
    }
    .fasterInternet .twoColumns .column1,
    .fasterInternet .twoColumns .column2 {
        width: 290px;
    }
    .lastRegion .twoColumns {
        width: 290px;
    }
    .lastRegion .column1, .lastRegion .column2 {
        width: 290px;
        font-size: 16px;
    }
    .lastRegion .column2 {
        margin-left: 0px;
    }
    .topHeader, .heroContent {
        width: 100%;
    }
    .cityHas {
        font-size: 18px;
        line-height: 24px;
    }
    .versionB .cityHas {
        font-size: 24px;
    }
    .fiberInternet, .comingSoon .fiberInternet, .springField .fiberInternet {
        font-size: 37px;
        line-height: 33px;
    }
    .omaha .fiberInternet,
    .fiberHome .fiberInternet {
        font-size: 30px;
        line-height: 31px;
    }
    .pricePointLine {
        font-size: 30px;
    }
    .omaha .pricePointLine, 
    .fiberHome .pricePointLine {
        font-size: 25px;
        line-height: 31px;
    }
    .fiberHome .pricePointDisc {
        font-size: 18px;
        line-height: 19px;
    }
    .pricePointLine sup {
        font-size: 18px;
        top: -8px;
    }
    .omaha .pricePointLine sup,
    .fiberHome .pricePointLine sup {
        font-size: 18px;
        top: -5px;
    }
    .fiberOnlineOnly, .freeLine, .comingSoon .freeLine {
        font-size: 16px;
        line-height: 21px;
    }
    .preorder .fiberOnlineOnly {
        padding-bottom: 0px;
    }
    .springField .freeLine {
        font-size: 26px;
    }
    .versionB .freeLine {
        font-size: 23px;
        line-height: 32px;
    }
    .fiberHome .freeLine {
        margin-top: 10px;
    }
    .fiberDisc{
        width: auto;
        margin-bottom: 10px;
    }
    .comingSoon .heroSection .fiberDisc,
    .springField .heroSection .fiberDisc {
        font-size: 12px;
        line-height: 12px;
        width: auto;
        margin-bottom: 17px;
    }
    .interior-wrapper {
        width: 100%;
    }
    .footerWrapper {
        padding: 15px 15px 0px;
        margin-bottom: 90px;
    }
    .footerInnerWrap .ctlLogoImgNew {
        float: none;
        display: block;
        margin-top: 0;
        margin-left: -28px;
    }
    .footerInnerWrap {
        width: 100%;
    }
    .footerContent {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .footerContent a, .footerContent a:hover, .footerContent a:active, .footerContent a:focus, .footerContent a:visited {
        line-height: normal;
    }
    .checkAvailabilityBtn .ctlBtn, .checkAvailabilityBtn .ctlBtn:hover, .checkAvailabilityBtn .ctlBtn:active, .checkAvailabilityBtn .ctlBtn:focus, .checkAvailabilityBtn .ctlBtn:visited {
        float: right;
        margin-top: 16px;
        margin-right: 10px;
    }
    .checkAvailabilityBtn {
        height: 70px;
        background-color: #dadada;
        margin-top: 20px;
    }
    .heroSection {
        height: auto;
        min-height: auto;
        background: transparent;
    }
    .springField .heroSection.visible-xs {
        height: 331px;
        background: url(../img/fiberbanner_1_mobile.jpg);
        background-size: cover;
        background-position: center;
    }
    .springField .heroSection.mainHero {
        height: auto;
        min-height: auto;
        background: none;
    }
    .fiberHome .heroSection {
        background-image: none;
    }
    .citySpecificHeroContent {
        width: 100%;
        font-size: 26px;
        line-height: 40px;
        padding-top: 25px;
    }
    .comingSoon .citySpecificHeroContent.fiberInt{
        padding-top: 17px;
        background-color: white;
    }    
    .springField .citySpecificHeroContent.fiberInt{
        background-color: none;
    }
    .versionB .citySpecificHeroContent.fiberInt {
        padding-top: 55px;
    }
    .comingSoon .citySpecificHeroContent.fiberInt{
        padding-top: 60px;
    }
    .springField .citySpecificHeroContent.fiberInt {
        padding-top: 40px;
        min-height: auto;
    }
    .cityRight label {
        font-size: 15px;
    }
    .selectContainer {
        width: 190px;
    }
    .plans-prices-city-selector {
        font-size: 12px;
        width: 190px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cityLeft {
        width: 100%;
        padding-bottom: 15px;
        margin-right: 0px;
        font-size: 18px;
    }
    .columbiaJeffersonCity .cityLeft, .ftmyers .cityLeft {
        font-size: 18px;
    }
    .pricingSection .fiberImg {
        margin: 200px 52px 0px;
        width: 180px;
        background-size: contain;
    }
    .pricingSection .fiberPrice {
        top: -350px;
        margin-left: 43px;
    }
    .pricingSection .pricingRibbon {
        font-size: 15px;
        width: 270px;
        padding-right: 25px;
        padding-top: 6px;
        height: 30px;
    }
    .pricingSection .ctlBtn {
        top: 400px;
        right: 42px;
    }
    .pricingSection .onlineOffer {
        top: 460px;
        right: 42px;
    }
    .preorder .pricingSection .onlineOffer {
        top: 460px;
    }
    .pricingSection .fiberDisc {
        margin: -55px 20px 15px;
        width: auto;
    }
    .preorder .pricingSection .fiberDisc {
        margin-top: -30px;
    }
    .pricingHeader {
        max-width: 290px;
    }
    .cityRight {
        max-width: 290px;
        margin: 0 auto 15px;
        font-size: 14px;
    }
    .cityRight span.glyphicon {
        right: 7px;
        top: 12px;
        font-size: 12px;
    }
    /* set top spacing for first section below color stripe*/
    .fiberHome .firstSection {
        margin-top : 95px;
    }
    .boulder .fasterInternet,
    .denver .fasterInternet,
    .idaho-falls .fasterInternet,
    .phoenix .fasterInternet,
    .portland .fasterInternet,
    .salt-lake .fasterInternet,
    .seattle .fasterInternet,
    .spokane .fasterInternet,
    .tucson .fasterInternet {
        margin-top : 59px;
    }
    .omaha .fasterInternet {
        margin-top : 124px;
    }
    .columbiaJeffersonCity .citySecondSection,
    .ftmyers .citySecondSection,
    .lacrosse .citySecondSection,
    .las-vegas .citySecondSection,
    .minneapolis .citySecondSection,
    .orlando .citySecondSection,
    .platteville .citySecondSection {
        margin-top : 59px;
    }
    .fiberoptic .citySecondSection,
    .csm-home-mdu-fiber .citySecondSection {
        margin-top : 35px;
    }
    .versionB .ctap_cta_button {
        width: 100%;
    }
    .versionB div#address-entry-component-wrapper input#ctap_nc-go {
        margin-top: 25px;
        margin-bottom: 30px;
        width: 100%;
    }
    .versionB div#address-entry-component-wrapper input#ctap_nc-unit-number {
        width: 48px;
        padding-left: 10px;
    }
    .springCopy,
    .stayTuned {
        font-size: 15px;
    }
}