#fw-content>.spotlight-xl .marquee-image .logo-cisco-btp {
    display: none
}

@media (min-width:64em) {
    #fw-content>.spotlight-xl .marquee-image .logo-cisco-btp {
        display: block
    }
}

.cdc-transform .container.grid .row.btp-activation {
    background: #1a1a1a;
    margin: 20px auto !important;
    min-height: 250px;
    position: relative;
    width: 100%
}

.cdc-transform .container.grid .row.btp-activation .col.full {
    overflow: hidden;
    position: relative
}

.cdc-transform .container.grid .row.btp-activation .logo-cisco-btp {
    bottom: auto;
    top: 10px;
    z-index: 2
}

@media screen and (min-width:48em) {
    .cdc-transform .container.grid .row.btp-activation .logo-cisco-btp {
        bottom: 20px;
        top: auto
    }
}

.cdc-transform .container.grid .row.btp-activation:after {
    background: linear-gradient(transparent, rgba(0, 0, 0, .45));
    bottom: 0;
    content: " ";
    display: none;
    height: 150px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0
}

@media screen and (min-width:37.5em) {
    .cdc-transform .container.grid .row.btp-activation:after {
        display: block
    }
}

.btp-activation .slide.intro {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    width: 100%
}

.btp-activation .slide.intro .bg {
    background: transparent no-repeat 50%;
    background-size: cover;
    bottom: 0;
    height: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.btp-activation .slide.intro .bg picture {
    display: flex;
    height: 100%;
    pointer-events: none;
    width: 100%
}

.btp-activation .slide.intro .bg img {
    -o-object-fit: cover;
    height: auto;
    object-fit: cover;
    pointer-events: none;
    width: 100%
}

.btp-activation .slide.intro .content {
    background: transparent;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 16px;
    position: relative;
    width: 100%
}

.btp-activation .slide.intro .content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 32px;
    text-align: center
}

@media screen and (min-width:48em) {
    .btp-activation .slide.intro .content h3 {
        font-size: 60px
    }
}

.btp-activation .slide.intro .content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center
}

@media screen and (min-width:48em) {
    .btp-activation .slide.intro .content p {
        font-size: 22px
    }
}

.btp-activation .slide.intro .content .intro-arrow {
    background: url(/c/dam/m/en_us/about/bridge-to-possible/intro-arrow.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
    display: block;
    height: 40px;
    margin: 0 auto;
    width: 40px
}

.btp-activation .nav {
    background: linear-gradient(rgba(0, 0, 0, .25), transparent);
    display: none;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media screen and (min-width:64em) {
    .btp-activation .nav {
        display: block
    }
}

.btp-activation .nav ul {
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0 auto;
    max-width: 1280px;
    padding: 24px 0 0;
    position: relative;
    width: 100%
}

.btp-activation .nav ul li {
    margin: 0;
    padding: 12px 8px;
    position: relative
}

.btp-activation .nav ul li:before {
    -webkit-transform: translateX(-50%);
    background: hsla(0, 0%, 100%, 0);
    content: " ";
    height: 8px;
    left: 50%;
    position: absolute;
    top: calc(100% - 4px);
    transform: translateX(-50%);
    transition: all .25s ease-in-out;
    width: 0
}

.btp-activation .nav ul li.active:before {
    background: #fff;
    width: 100%
}

.btp-activation .nav ul li a {
    color: #fff;
    text-decoration: none
}

.btp-activation .nav ul li a:hover {
    color: #fff
}

.btp-activation .indicators {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    opacity: 1;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: 210px;
    transition: opacity .5s ease-in-out;
    width: 100%;
    z-index: 1
}

.btp-activation .indicators.intro-active {
    bottom: 20px;
    top: auto
}

@media screen and (min-width:48em) {
    .btp-activation .indicators {
        top: 10px
    }

    .btp-activation .indicators.intro-active {
        bottom: auto;
        top: 10px
    }
}

@media screen and (min-width:64em) {
    .btp-activation .indicators {
        display: none
    }
}

.btp-activation .indicator {
    background: #fff;
    border-radius: 12px;
    height: 12px;
    margin: 0 6px;
    width: 12px
}

.btp-activation .indicator.active {
    background: #00a7e1
}

.btp-activation .slides-container {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%
}

.btp-activation.initialized .slides-container {
    overflow: hidden
}

.btp-activation .slides {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    min-height: 600px;
    position: relative;
    transition: -webkit-transform .25s cubic-bezier(.26, .95, .73, .96);
    transition: transform .25s cubic-bezier(.26, .95, .73, .96);
    transition: transform .25s cubic-bezier(.26, .95, .73, .96), -webkit-transform .25s cubic-bezier(.26, .95, .73, .96);
    width: auto
}

@media screen and (min-width:64em) {
    .btp-activation .slides {
        min-height: 600px;
        padding-top: 70px;
        transition-duration: 1s
    }
}

.btp-activation .slide {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width:48em) {
    .btp-activation .slide {
        padding-bottom: 80px;
        padding-top: 60px
    }
}

.btp-activation .slide .bg {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: transparent no-repeat 50%;
    background-size: cover;
    height: 250px;
    pointer-events: none;
    user-select: none;
    width: 100%
}

@media screen and (min-width:48em) {
    .btp-activation .slide .bg {
        bottom: 0;
        height: auto;
        position: absolute;
        top: 0
    }
}

.btp-activation .slide .bg picture {
    display: flex;
    height: 100%
}

.btp-activation .slide .bg img,
.btp-activation .slide .bg picture {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    user-select: none;
    width: 100%
}

.btp-activation .slide .bg img {
    -o-object-fit: cover;
    height: auto;
    object-fit: cover
}

.btp-activation .slide .content {
    background: rgba(26, 26, 26, .75);
    box-sizing: border-box;
    flex-direction: column;
    padding: 16px;
    position: relative
}

@media screen and (min-width:48em) {
    .btp-activation .slide .content {
        margin: 0;
        padding: 60px 40px 40px;
        width: 60%
    }
}

@media screen and (min-width:64em) {
    .btp-activation .slide .content {
        width: 50%
    }
}

.btp-activation .slide .content h3 {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 20px;
    text-align: left;
    user-select: none
}

@media screen and (min-width:48em) {
    .btp-activation .slide .content h3 {
        font-size: 38px
    }
}

.btp-activation .slide .content p {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    user-select: none
}

@media screen and (min-width:48em) {
    .btp-activation .slide .content p {
        font-size: 18px
    }
}

.btp-activation .slide.btp-location-right {
    align-items: flex-end
}

@media screen and (min-width:64em) {

    .btp-activation #slide-education .bg img,
    .btp-activation #slide-hunger .bg img {
        -o-object-position: left center;
        object-position: left center
    }
}