.dark-cisco-blue {
    color: #1e242a;
}
.cisco-blue {
    color: #0096d8;
}
.cisco-yellow-white {
    color: #f7f2ca;
}
.cisco-light-grey {
    color: #afb8bb;
}
.blade-aspect-ratio {
    width: 100%;
}
#reinvent-tv-blade {
    background: #1e242a;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#boradcast-overlay {
    background: url('../images/bg-civ-rt-01.png');
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
#ott-overlay {
    background: url('../images/bg-civ-rt-02.png');
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 2s ease;
}
#ip-overlay {
    background: url('../images/bg-civ-rt-03.jpg');
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0, 50px, 200vh, 0);
}
#gradient-for-bullets {
    width: 50%;
    height: 100%;
    background: -moz-linear-gradient(right,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 100%);
    background: -webkit-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 100%);
    background: linear-gradient(to left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a1000000',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}
#drag-divider {
    height: 100%;
    width: 30px;
    position: absolute;
    top: 0;
    left: 20px;
    border-right: dotted 1px #f7f2ca;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.18) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.18) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.18) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a1000000',GradientType=1 ); /* IE6-9 */
}
#drag-button {
    position: absolute;
    left: 35px;
    top: 35%;
    color: #f7f2ca;
    background-color: #1e242a;
    border: solid 3px #f7f2ca;
    font-size: 12px;
    line-height: normal;
    overflow: visible;
    padding: 6px 3px;
    cursor: ew-resize;
    outline: none;
}
#drag-button:hover {
    background-color: #f7f2ca;
    border: solid 3px #1e242a;
    color: #1e242a;
}
#ip-pillars {
    position: absolute;
    right: 15%;
    top: 8%;
    font-family: 'CiscoSans-Regular', arial, helvetica, sans-serif;
    color: #afb8bb;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    display: none;
}
#ip-pillars li {
    border-bottom: solid 3px #0096d8;
    display: inline;
    margin-left: 15px;
    padding-bottom: 3px;
}
#reinvent-key {
    position: absolute;
    left: 105px;
    top: 5%;
    font-family: 'CiscoSans-Regular', arial, helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}
#broadcast-header {
    position: absolute;
    left: -42px;
    top: 50px;
    font-family: 'CiscoSans-Regular', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    transform: rotate(-90deg);
    text-align: left;
    width: 100px;
}

#ott-header {
    width: 100px;
    text-align: left;
    position: absolute;
    left: -42px;
    top: 2px;
    font-family: 'CiscoSans-Regular', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    transform: rotate(-90deg);
}
#ip-header {
    width: 100px;
    text-align: left;
    position: absolute;
    left: -42px;
    top: -10px;
    font-family: 'CiscoSans-Regular', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    transform: rotate(-90deg);
}
#formula-plus {
    position: absolute;
    left: 4px;
    top: -6px;
    display: none;
    text-align: center;
    width: 60px;
}
#formula-equal {
    position: absolute;
    left: 4px;
    top: -6px;
    display: none;
    text-align: center;
    width: 60px;
}
.endpoint {
    float: left;
    width: 6px;
    height: 6px;
    background: #0096d8;
    border-radius: 50%;
    margin-top: 46px;
}
.dot-connector {
    float: left;
    width: 60px;
    border-top: dotted 1px #afb8bb;
    margin-top: 48px;
    text-align: center;
    font-size: 32px;
    font-family: 'CiscoSans-Thin', arial, helvetica, sans-serif;
    position: relative;
    text-align: center;
}
.key-dot-off {
    width: 12px;
    height: 12px;
    border: solid 3px #0096d8;
    border-radius: 50%;
    float: left;
    margin-top: 40px;
    position: relative;
}
.key-dot-on {
    display: none;
    width: 100px;
    height: 100px;
    background: #0096d8;
    color: #fff;
    padding-top: 44px;
    font-family: 'CiscoSans-Regular', arial, helvetica, sans-serif;
    font-style: normal;
    text-align: center;
    border-radius: 50%;
    float: left;
    font-size: 17px;
}
#broadcast-on {
    display: block;
}
#broadcast-off {
    display: none;
}

.benefits {
    position: absolute;
    left: 100px;
    bottom: 15%;
    font-family: 'CiscoSans-ExtraLight', arial, helvetica, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}
.benefits li {
    list-style: none;
    padding-bottom: 10px;
    padding-bottom: 18px;
    font-size: 22px;
    color: #fff;
    line-height: 10px;
}
.benefits ul {
    list-style: none;
}

.icon-li:before {
content:'';
display:inline-block;
height:26px;
width:26px;
background-size:contain;
background-repeat:no-repeat;
padding-left: 18px;
}
.icon-rtv-01-01:before {
    background-image:url("../images/icon-rt-01-01-premium-content.svg");
}
.icon-rtv-01-02:before {
    background-image:url("../images/icon-rt-01-02-linear-content.svg");
}
.icon-rtv-01-03:before {
    background-image:url("../images/icon-rt-01-03-reliable-quality.svg");
}
.icon-rtv-01-04:before {
    background-image:url("../images/icon-rt-01-04-robust-security.svg");
}
.icon-rtv-01-05:before {
    background-image:url("../images/icon-rt-01-05-low-cost.svg");
}
.icon-rtv-02-01:before {
    background-image:url("../images/icon-rt-02-01-personalized.svg");
}
.icon-rtv-02-02:before {
    background-image:url("../images/icon-rt-02-02-ondemand.svg");
}
.icon-rtv-02-03:before {
    background-image:url("../images/icon-rt-02-03-long-tail.svg");
}
.icon-rtv-02-04:before {
    background-image:url("../images/icon-rt-02-04-multi-device.svg");
}
.icon-rtv-02-05:before {
    background-image:url("../images/icon-rt-02-05-new-services.svg");
}
.icon-rtv-03-01:before {
    background-image:url("../images/icon-rt-03-01-video-everywhere.svg");
}
.icon-rtv-03-02:before {
    background-image:url("../images/icon-rt-03-02-personalized-premium.svg");
}
.icon-rtv-03-03:before {
    background-image:url("../images/icon-rt-03-03-frequent-new-features.svg");
}
.icon-rtv-03-04:before {
    background-image:url("../images/icon-rt-03-04-feedback.svg");
}
.icon-rtv-03-05:before {
    background-image:url("../images/icon-rt-03-05-lowcost.svg");
}
.icon-rtv-03-06:before {
    background-image:url("../images/icon-rt-03-06-scalable.svg");
}
#broadcast-benefits {
    transition: opacity 1s ease;
}
#ott-benefits {
    transition: opacity 1s ease;
    opacity: 0;
}
#ip-benefits {
    transition: opacity 1s ease;
    opacity: 0;
}
.brclear {
    clear: both;
}
#rtv-instructions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#rtv-instructions-2 {
    position: absolute;
    left: 75px;
    top: 36.5%;
    color: #f7f2ca;
    font-family: 'CiscoSans-ExtraLight', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    display: none;
}
.rtv-ibox {
    background: #fff;
    padding: 12px 6px;
    width: 350px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    font-family: 'CiscoSans-ExtraLight', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    color: #0096d8;
}
#rtv-mobile-header {
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}
/* Large Desktop */
@media screen and (min-width: 1300px) {

    .benefits {
        left: 100px;
        bottom: 20%;
        font-size: 18px;
        line-height: 16px;
    }
    .benefits li {
        padding-bottom: 18px;
        font-size: 22px;
        color: #fff;
        line-height: 10px;
        margin-bottom: 0;
    }

    .icon-li:before {
    content:'';
    display:inline-block;
    height:36px;
    width:36px;
    background-size:contain;
    background-repeat:no-repeat;
    padding-left: 18px;
    }

}
/* Tablet */
@media screen and (max-width: 768px) {
    .blade-aspect-ratio {
        width: 140%;
    }
    #reinvent-key {
        left: 65px;
        top: 13%;
    }
    #ip-pillars {
        position: absolute;
        top: 4%;
    }

    .benefits {
        font-size: 12px;
        line-height: 14px;
    }
    .benefits li {
        list-style: none;
        padding-bottom: 5px;
    }

    .icon-li:before {
    height:18px;
    width:18px;
    }
}
/* Mobile */
@media screen and (max-width: 500px) {
    .blade-aspect-ratio {
        width: 100%;
    }
    .hide-for-phones {
        display: none;
    }
    #broadcast-benefits {
        opacity: 1;
        display: none;
    }
    #ott-benefits {
        display: none;
        opacity: 1;
    }
    #ip-benefits {
        padding-top: 40px;
        padding-bottom: 40px;
        opacity: 1;
    }

    .benefits {
        position: relative;
        font-size: 14px;
        line-height: 18px;
        left: 0px;
        width: 250px;
        margin: auto;
    }
    .benefits li {
        padding-bottom: 10px;
    }

    .icon-li:before {
    content:'';
    display:inline-block;
    height:26px;
    width:26px;
    background-size:contain;
    background-repeat:no-repeat;
    padding-left: 18px;
    }
    #rtv-mobile-header {
        display: block;
    }
    #ip-overlay {
        display: block;
        clip: rect(0, 1050px, 200vh, 0);
    }
}
