/* == HEADER == */
.section-content-centered.intro.about-header .tds-logo {
    margin-top: 14px;
}

.section-content-centered.intro .tds-fiber-headerimgs {
    background-position: center bottom -15px;
}
/* == end HEADER == */


.container-fluid.modal-wrap {
    height: 100vh;
}

.container-fluid.modal-look {
    border-top: solid 6px #25acf0;
    max-width: 85%;
    margin-bottom: 5%;
    padding: 44px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.65);
}

.modal-look .tds-pagedivider-one-col {
    padding-top: 0;
}

.modal-wrap h1, .modal-wrap .h1 {
    line-height: initial;
    font-size: 32px;
}

.address-wrap {
    margin-top: 32px;
}

.continue-link-wrap {
    margin-top: 36px;
}

.continue-link-wrap .h3.text-link {
    font-size: 20px;
    color: #0c8fd0;
}

.intercept-wrap .tds-divider-line.dotted-gray {
    margin: 40px 0;
}

.tds-btn:after, a.tds-btn:after {
    margin-right: 0;
}

/* == CARD GALLERY == */
.intercept-wrap .card-gallery button {
    border: transparent;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.intercept-wrap .card-gallery .tds-card {
    margin-bottom: 0;
    padding: 28px;
    height: 201px;
}

span.tds-card.tds-card-gray.biz-gray-box {
height:420px;
}

.intercept-wrap .card-gallery .tds-card .tds-btn {
    margin: 0;
}

.moving-btn {
    position: relative;
    bottom: 18px;
}

.card-gallery button .tds-card-gray h2 {
    margin-bottom: 40px;
    color: #19388a;
    font-size: 32px;
    line-height: normal;
    text-align: left;
}


.card-gallery button:hover > .tds-card .tds-btn {
    background-color: #25acf0;
    box-shadow: none;
}

.card-gallery button > .tds-card,
.card-gallery button > .tds-btn {
    transition: background 0.1s ease-in-out;
}

.intercept-wrap .card-gallery .tds-card img.img-responsive {
    margin: auto;
    width: 100%;
    max-width: 280px;
    margin-top: 40px;
}
/* == end CARD GALLERY == */

/* == FOOTER == */
.tdsfiber-footer .circle-gray {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.tdsfiber-footer .circle-gray:hover {
    background-color: #25acf0;
}
/* == end FOOTER == */

/* == INTERCEPT STUFF == */