
/*fonts*/
@font-face {
  font-family: 'CiscoSans-Light-Oblique';
  src: url("../fonts/CiscoSansTTThinOblique.eot?") format("eot"), url("../fonts/CiscoSansTTThinOblique.woff") format("woff"), url("../fonts/CiscoSansTTThinOblique.ttf") format("truetype"); }
@font-face {
  font-family: 'CiscoSans-Light';
  src: url("../fonts/CiscoSansTTLight.eot?") format("eot"), url("../fonts/CiscoSansTTLight.woff") format("woff"); }
@font-face {
  font-family: 'CiscoSans-Thin';
  src: url("../fonts/CiscoSansTTThin.eot?") format("eot"), url("../fonts/CiscoSansTTThin.woff") format("woff"), url("../fonts/CiscoSansTTThin.ttf") format("truetype"); }
@font-face {
  font-family: 'CiscoSans-Regular';
  src: url("../fonts/CiscoSansTTRegular.eot?") format("eot"), url("../fonts/CiscoSansTTRegular.woff") format("woff"), url("../fonts/CiscoSansTTRegular.ttf") format("truetype"); }

/* 6.3.1 - Fixed italic headers
 * 6.2.3 - Added and styled video iframes
 * 6.2.0 - Updated News and Customer Success
 * 6.1.1 - Fixed a few mobile styles
 * 6.1.0 - Added new MWC blade and scale CTA
 */

/*STYLES TO TRANSFER FOR SERVER SITE*/

html body {
  background: #FFF;
}
header#fw-masthead,
footer#fw-footer,
.fw-res:not(.cdc-full-width):not(.fw-salesconnect) #fw-content.container.grid {
  box-shadow: none;
}
#ip-overlay {
 clip: rect(0px,50px,200vh,0px);
}
#ip-overlay.ip-animate {
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;  
}



  #ivp-btn, #ott-btn, #broadcast-btn {
    background-color: transparent;
    color: #fff;
    border: 0;
    position: absolute;
    font-size: 14px;
    height: 50px;
    width: 40px;
    top: 2px;
  }
  button:focus {
    outline: 0px!important;
    outline: 0px auto -webkit-focus-ring-color;
}

#broadcast-btn span, #ivp-btn span, #ott-btn span {
    position: absolute;
    height: 40px;
    width: 40px;
    display: block;
    z-index: 4;
    margin-top: 28px;
    margin-left: -8px;
}

#rtv-instructions-2 {
  display: block;
  top: 35.5%;
}



#reinvent-tv-blade .icon-li:before {
  vertical-align: middle;
}

/*#fw-content.container.grid .row:nth-of-type(2) {
  max-width: 100%!important;
  width: 100%!important;
}
#fw-content.container.grid .row:nth-of-type(3) {
  margin: auto;
  max-width: 1044px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  width: auto;
}*/

/*NEW INDICATOR STYLES*/

.carousel-indicators {
    position: relative!important; 
    bottom: inherit!important;
    left: auto!important; 
    text-align: left!important;
     width: auto; 
     margin-left: auto!important; 
}

.carousel-indicators:hover {
   cursor:pointer!important;
} 

.carousel-indicators h2 {
  padding-left: 15px;
  margin-left: -10px;
  border-left: 2px solid transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
     
}


.carousel-indicators .active {
    width: 25%;
    height: auto!important;
    margin: inherit!important;
    background-color: transparent!important;
}

.carousel-indicators .devices-cont:hover h2,
.carousel-indicators .experience-cont:hover h2,
.carousel-indicators .subscribe-cont:hover h2,
.carousel-indicators .security-cont:hover h2{
   border-left: 2px solid white;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

}

.carousel-indicators .devices-cont.active .bullet,
.carousel-indicators .experience-cont.active .bullet,
.carousel-indicators .subscribe-cont.active .bullet,
.carousel-indicators .security-cont.active .bullet{
  opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
     -ms-transform: rotate(66deg); /* IE 9 */
    -webkit-transform: rotate(66deg); /* Chrome, Safari, Opera */
    transform: rotate(66deg);
}

.carousel-indicators .devices-cont .bullet,
.carousel-indicators .experience-cont .bullet,
.carousel-indicators .subscribe-cont .bullet,
.carousel-indicators .security-cont .bullet{
  opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
      -ms-transform: rotate(-66deg); /* IE 9 */
    -webkit-transform: rotate(-66deg); /* Chrome, Safari, Opera */
    transform: rotate(-66deg);
}


.carousel-indicators .devices-cont.active p,
.carousel-indicators .experience-cont.active p,
.carousel-indicators .subscribe-cont.active p,
.carousel-indicators .security-cont.active p{
  opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}


.carousel-indicators .devices-cont p,
.carousel-indicators .experience-cont p,
.carousel-indicators .subscribe-cont p,
.carousel-indicators .security-cont p{
  opacity: .3;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.devices-cont h2 {
 padding-bottom: 28px;
 cursor: pointer;
}



.carousel .carousel-control .icon-next {
    margin-right: -70px;
    top: 30%;
}
.carousel .carousel-control .icon-prev {
    top: 30%;
}
 
.carousel-indicators .active img.devices,
.carousel-indicators .active img.experience,
.carousel-indicators .active img.subscribe,
.carousel-indicators .active img.security

 {
    position: absolute;
    top: -92px;
    opacity: 1;
    transform: scaleY(1);
    transition: transform 500ms ease-in-out;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
  }



.carousel-indicators img.devices, 
.carousel-indicators img.experience,
.carousel-indicators img.subscribe,
.carousel-indicators img.security
  {
    position: absolute;
    top: -82px;
    height: 95px;
    opacity: 0;
    transform: scaleY(0);
    transition: transform 500ms ease-in-out;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

.carousel-indicators img.devices {
  width: 390px;
  left: 140px;
}

.carousel-indicators img.security {
  width: 150px;
  height: 65px;
  left: 120px;
  top: -77px!important;
}

.carousel-indicators img.subscribe {
  width: 390px;
  left: -250px;
  transform: scaleY(0);
  -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.carousel-indicators .active img.subscribe, 
.carousel-indicators .subscribe-cont:hover img.subscribe {
width: 390px;
left: -250px;
 transform: scaleY(1);
  -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


.carousel-indicators img.experience {
    width: 150px;
    height: 65px;
    left: -25px;
    top: -77px!important;
}

.carousel-indicators img.subscribe {
    width: 140px;
    height: 65px;
    left: 5px;
    top: -77px!important;
}

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

/*END NEW INDICATOR STYLES*/

/* NEWS BLADE */
#news {
  background: #626469;
  color: #FFF;
  margin-bottom: 50px;
  padding: 50px 0;
}
.news-top {
  margin-bottom: 20px;
}
#news p {
  color: #FFF;
  font-weight: 200;
  line-height: 1.8em;
}
#news .text-sm-left {
  margin-top: 20px;
}
#news p i {
  font-style: italic;
}
#news p a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,1);
  color: #FFF;
  font-weight: 200;
  transition: border-color 0.3s;
}
#news p a:hover {
  border-bottom: 1px solid rgba(255,255,255,0);
}
img#mwc {
  width: 93%;
}
#vid-opp-outer-wrap {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
#vid-opp-wrap {
  width: 100%;
  padding-top: 56.25%;
}
#vid-opp {
  height: 95%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 95%;
  margin: auto;
}
.customer-success #vid-opp-outer-wrap {
  margin-top: 20%;
}

/* START REINVENT TV TABS */

.reinvent-tv-tabs {
  position: relative;
  overflow: hidden;
  height: auto;
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.ch-right {
    width: 23px;
    position: absolute;
    top: 46px;
    margin-left: 10px;
    fill: white;

}

.current .ch-right {
  width: 23px;
  position: absolute;
  top: 19px;
  margin-left: 10px;
  fill: #049fd9;
}

.reinvent-tv-tabs ul.tabs li:hover svg.ch-right{  
      fill: #049fd9;
    }

  .ch-right-sm {
    width: 20px;
    position: absolute;
    top: 15px;
    margin-left: 7px;
    fill: white;
  }

.blur-content a.btn:hover svg.ch-right-sm {
  fill: #049fd9;
}
.blue-btn {
  font-family: 'CiscoSans', Arial, helvetica, sans-serif;
  font-weight: 400;
  border: 1px solid #049fd9;
  color: #049fd9;
  transition: all 0.3s;
  padding: 12px 45px;
  font-size: 16px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  width: 319px;
  margin: auto;
}
.blue-btn:active,
.blue-btn:focus {
  text-decoration: none;
  color: #049fd9;
}
.blue-btn:hover {
  text-decoration: none;
  color: #FFF;
  background: #049fd9;
}

.reinvent-tv-tabs .tabs-wrapper {
 position: relative;
}


.reinvent-tv-tabs li.tab-link {
  width: 33%;
  text-align: center;
}

.reinvent-tv-tabs .blur-wrap {
    background-image: url(../images/blur-tab.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 125;
}

.reinvent-tv-tabs .blur-wrap.fade-away {
    opacity: 0;
    z-index: 1;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
   
}

.reinvent-tv-tabs .blur-wrap h1 {
       
    margin: 0 auto;
    color: white;
    font-size: 3em;
    line-height: 1.5em;
    text-align: center;
}

.blur-content {
  position: relative;
  margin-top: 23%;
}

.blur-wrap a.btn {
    font-size: 18px;
    color: white;
    border: 1px solid white;
    border-radius: 25px;
    width: 230px;
    padding: 15px 55px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 25px
}

.blur-wrap a.btn:hover {
    font-size: 18px;
    border: 1px solid white;
    background-color: white;
    border-radius: 25px;
    padding: 15px 55px;
    margin-top: 25px
}

.reinvent-tv-tabs ul.tabs {
    z-index: 123;
    position: absolute;
    width: 100%;

}

.reinvent-tv-tabs ul.tabs li{
      background: none;
      color: #fff;
      display: inline-block;
      padding: 15px 10px;
      cursor: pointer;
    
    }

    .reinvent-tv-tabs ul.tabs li span {
      font-size: 18px;
      border-radius: 100px;
      border: 2px solid white;
      padding: 25px 10px;
      width: 90%;
      display: block;
      margin: 0 auto;
      padding: 5% 3%;
    }

.reinvent-tv-tabs ul.tabs li.current span{
      background: #ededed;
      color: #049fd9;
      position: relative;
      z-index: 1;
    }

    .reinvent-tv-tabs ul.tabs li:hover span{
      background: #ededed;
      color: #049fd9;
    }

  .reinvent-tv-tabs .tab-content{
     opacity: 0;
      background: #ededed;
      position: absolute;
      height: auto;
      top: 0;
      -moz-transition: all 1.5s ease;
      -o-transition: all 1.5s ease;
      transition: all 1.5s ease;
    }

  .reinvent-tv-tabs .tab-content.current{
    opacity: 1;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    }

  .reinvent-tv-tabs div#tab-1 {
    background-image: url(../images/tab-1-bg-1.jpg);
    background-size: cover;
   }
  .reinvent-tv-tabs div#tab-2 {
    background-image: url(../images/tab-1-bg-1.jpg);
    background-size: cover;
   }

  .reinvent-tv-tabs .current div#tab-2 {
    background-image: url(../images/tab-1-bg-1.jpg);
    background-size: cover;
   }

  #tab-2 div.hands {
    background: url(../images/ipad-hands-1.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
   }
  #tab-2.current div.hands {
    background: url(../images/ipad-hands-1.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
   }

   
   #reinvent-key {
    top: 5%;
   }
   #reinvent p.text-xs-center i,
   #infinite p.text-xs-center i {
      font-style: italic;
   }

    .tab-content #ott-benefits, 
    .tab-content #broadcast-benefits
    {
    left: -100px;
    bottom: 45%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 22px;
   }

   .tab-content.current #ott-benefits, 
   .tab-content.current #broadcast-benefits
   {
    left: 10px;
    opacity: 1;
    bottom: 50%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 22px;
   }

  .reinvent-tv-tabs div#tab-3 {
    background-image: url(../images/tab-3-bg-1.jpg);
    background-size: cover;
   }

   .tab-3-info {
    position: absolute;
    width: 100%;
    bottom: 45%;
   }

   span.ivp2 {
    display: none!important;
   }
    span.ivp1 {
    display: block!important;
   }

   .tab-content #ip-benefits {
    left: -100px;
    opacity: 0;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 22px;
   }

   .tab-content.current #ip-benefits {
    left: 10px;
    opacity: 1;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 22px;
   }

   .tab-content .bottom-key {
    position: absolute;
    left: 200px;
    opacity: 0;
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    color: white;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /*font-size: 16px;*/
   }

   .tab-content .bottom-key li img.check1, 
   .tab-content .bottom-key li img.check2, 
   .tab-content .bottom-key li img.check3 {
    opacity: 0;
     width: 40px;
     margin-right: 8px;
   }

   .tab-content.current .bottom-key img.check1 {
    opacity: 1;
    -moz-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
   }
   .tab-content.current .bottom-key img.check2 {
    opacity: 1;
    -moz-transition: all 1s ease 1.5s;
    -o-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
   }

    .tab-content.current .bottom-key img.check3 {
    opacity: 1;
    -moz-transition: all 1s ease 2s;
    -o-transition: all 1s ease 2s;
    transition: all 1s ease 2s;
   }

  .bottom-key ul {
    width: 460px;
    padding: 25px 0 30px 15px; 
    background-color: rgba(0, 0, 0, .6);
    border: 2px solid #1D2228;
    border-radius: 5px;
  }

  .bottom-key li {
    text-align: left;
    line-height: 1em;
  }
.eastlink-vid img {
  width: 94%;
}
#vid-eastlink {
    width: 94%;
    margin-top: 26%;
}


@media (max-width: 1300px) {
  .reinvent-tv-tabs ul.tabs {
      width: 100%;
  }
}
@media (max-width: 1199px) {

  .tab-content #broadcast-benefits, 
  .tab-content #ott-benefits,
  .tab-content #ip-benefits {
    font-size: 20px;
}

  .tab-content.current #broadcast-benefits, 
  .tab-content.current #ott-benefits,
  .tab-content.current #ip-benefits {
    font-size: 20px;
}
    
    .reinvent-tv-tabs ul.tabs {
      width: 100%;
    }
    .reinvent-tv-tabs ul.tabs li {
        padding: 1% 10px;
    }
    .reinvent-tv-tabs li.tab-link {
      width: 30%;
      text-align: center;
  }

/*.tab-content.current #ott-benefits, .tab-content.current #broadcast-benefits {
    bottom: 36%;
  }*/

}

@media (max-width: 1080px) {
  #vid-opp {
    width: 100%;
    height: 100%;
  }
  #vid-opp-wrap {
    width: 100%;
  }
}

@media (max-width: 1030px) {
  .tab-3-info {
      bottom: 41%;
  }
}
 

  @media (max-width: 991px) {
 .reinvent-tv-tabs ul.tabs li {
    width: 32.5%;
    padding: 6px 10px;
  }

  .reinvent-tv-tabs ul.tabs li span {
      padding: 5% 0%;
  }

  .current .ch-right {  
    top: 14px;
  }
  .ch-right { 
    top: 26px;
  }

  .bottom-key {
    font-size: 1.3em;
  }

  .blur-content {
        position: relative;
        margin-top: 21%;
    }

  .bottom-key ul {
    width: 390px;
  }

    .tab-content #broadcast-benefits, 
  .tab-content #ott-benefits,
  .tab-content #ip-benefits {
    font-size: 18px;
}

  .tab-content.current #broadcast-benefits, 
  .tab-content.current #ott-benefits,
  .tab-content.current #ip-benefits {
    font-size: 18px;
}

  .tab-3-info {
      bottom: 40%;
  }



.reinvent-tv-tabs ul.tabs {
    width: 100%;
}

span.ivp2 {
    display: block!important;
   }
   span.ivp1 {
    display: none!important;
   }
   .tab-content .bottom-key li img.check1, 
   .tab-content .bottom-key li img.check2, 
   .tab-content .bottom-key li img.check3 {
       width: 26px;
   }
   .tab-3-info .benefits li {
      font-size: 18px;
  }

}

@media (max-width: 900px) {
  .benefits li {
      padding-bottom: 10px;
      font-size: 18px;
      text-shadow: 1px 1px 1px #1d212a;
  }
}

  @media (max-width: 767px) {


  .blade-aspect-ratio {
    width: 100%;
  }

  .bottom-key {
    font-size: 1.2em;
  }
  .tab-3-info {
    bottom: 38%;
  }

  .tab-content #ott-benefits, 
  .tab-content #broadcast-benefits, 
  .tab-content #ip-benefits{
    left: 0;
    bottom: 25%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
     position: absolute;
   }

  .tab-content.current #ott-benefits, 
  .tab-content.current #broadcast-benefits, 
  .tab-content.current #ip-benefits{
    left: 0px;
    opacity: 1;
    bottom: 45%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
     position: absolute;
   }

  .reinvent-tv-tabs .blur-wrap h1 {
    font-size: 2em;
  } 

  .blur-content {
    position: relative;
    margin-top: 20%;
  } 
  .tab-content.current #ip-benefits {
    left: 30px;
    opacity: 1;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 16px;
   }


   .tab-content.current .bottom-key {
    left: 30px;
    opacity: 1;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 16px;
   }
   

    .reinvent-tv-tabs {
      padding: 0;
    } 
    .reinvent-tv-tabs ul.tabs {
     width: 100%;
    }
    .eastlink-vid {
      text-align: center;
    }
   

  }

  @media (max-width: 680px) {
    .reinvent-tv-tabs ul.tabs li span {
        padding: 2% 0%;
        font-size: 12px;
        width: 80%;
    }

  }

  @media (max-width: 599px) {
    .container.grid .col.news-copy {
      margin-top: 50px;
    }
  }


  @media (max-width: 544px) {

    .bottom-key {
      display: none;
  }

  .tab-content #ott-benefits, 
  .tab-content #broadcast-benefits { 
    left: 0;
    bottom: 47%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    position: absolute;
  }

  .tab-content.current #ott-benefits, 
  .tab-content.current #broadcast-benefits {
      bottom: 47%;
  }
  .benefits li {
      padding-bottom: 4px;
      font-size: 14px;
      text-shadow: 1px 1px 1px #1d212a;
  }

  .tab-content #ip-benefits {
    bottom: 0;
  }

  .tab-content.current #ip-benefits {
    bottom: 0;
  }

  .blur-content {
    position: relative;
    margin-top: 10%;
  } 

  #reinvent-key {
    display: none;
  }
  .tab-content #ip-benefits {
    bottom: -155px;
  } 

  .tab-content.current #ip-benefits {
    bottom: -155px;
  } 

/*  .reinvent-tv-tabs ul.tabs li span {
    font-size: 1em;
    border-radius: 100px;
    border: 2px solid white;
    padding: 12px 2px;
    width: 100%;
}

.reinvent-tv-tabs ul.tabs li {  
    padding: 5px 10px;
}

 .reinvent-tv-tabs ul.tabs li.current span, 
 .reinvent-tv-tabs ul.tabs li:hover span, 
 .reinvent-tv-tabs ul.tabs li.current:hover span {
    font-size: 1.1em;
}*/
    .ch-right {
      display: none;
    }

  .bottom-key ul {
    padding: 10px 0 10px 8px;
    background-color: rgba(0, 0, 0, .6);
    border: 2px solid #1D2228;
    width: 340px;
  } 
  .tab-3-info {
    bottom: 56%;
  }

  .tab-content.current #ott-benefits, .tab-content.current #broadcast-benefits {
    width: 100%;
  } 

  }
/* END REINVENT TV TABS */





/*variables*/

body {
  font-family: "CiscoSans-Light", helvetica, sans-serif;
  font-weight: 400; }

p {
  font-size: 16px;
   }

  .col-sm-6 p {
    padding-bottom: 30px;
  } 

  .broadcast p.lower {
    padding-bottom: 30px;
  }
  .entertainment p.lower {
    padding-bottom: 30px;
  }

.container-fluid {
  padding-left: 40px !important;
  padding-right: 40px !important; }

/*START OVER RIDE BASE STYLES*/
.container.grid .row {
  background-color: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.container.grid {
  margin: 0 auto !important;
  width: 100% !important;
  min-width: 100% !important; }

.no-touch #fw-masthead #fw-banner #fw-areanav > ul > li > a {
  font-size: 14px !important; }

.no-touch #fw-utility {
  font-size: 10px !important; 
}
#fw-masthead #fw-utility li a,
#mycisco a {
  font-size: 12px !important;
}

/*nav#fw-utility a
 {
   font-size: 14px;
 }*/
.no-touch #fw-banner #fw-search input[type="search"], .no-touch #fw-banner #fw-search input#searchPhrase {
  font-size: initial !important; }

/*#fw-fatfooter,
#fw-fatfooter h4,
#fw-fatfooter h4 a,
#fw-fatfooter ul li a {
  font-size: 12px;
  font-size: initial !important; 
}*/
/*#fw-fatfooter>div {
    width: 25%;
    float: left;
    padding: 8px 0 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

#fw-content.container {
  padding-right: 0 !important;
  padding-left: 0 !important; }

footer img {
  width: initial !important; }

.clb h3, .clb h4, .clb h5, .clb h6,
.mlb-pilot h2, .clb h2 {
  font-weight: 500;
}
.mlb-pilot ul, .clb ul {
    list-style-type: none;
}
.mm-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.mm-content p, .mm-content ol, .mm-content ul, .mm-content dl, .mm-content pre, .mm-content blockquote {
    margin: 11px 0;
}
.mm-menu li,
.mm-menu .mm-content,
.mm-menu .mmt-container,
.mm-menu .mm-col,
.fatfooter-submenu {
  -moz-box-sizing: initial !important;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}


/* END OVER RIDE BASE STYLES*/


.hide {
  opacity: 0; }

.main-wrap {
  overflow: hidden !important; }

p b {
  font-family: "CiscoSans-Regular", helvetica, sans-serif;
  font-weight: 800; }

a.btn {
  padding: 15px 40px;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  border-radius: 25px;
  padding: 12px 45px;
  -moz-transition: all 100ms ease .05s;
  -o-transition: all 100ms ease .05s;
  transition: all 100ms ease .05s; }
  a.btn:hover {
    margin-top: 25px;
    padding: 15px 40px;
    font-size: 16px;
    background-color: white;
    color: #404040;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s; }

a.btn-blue {
  font-family: "CiscoSans-Light", helvetica, sans-serif;
  color: white;
  border: 1px solid #049fd9;
  background-color: #049fd9;
  border-radius: 25px;
  padding: 12px 45px;
  -moz-transition: all 100ms ease .05s;
  -o-transition: all 100ms ease .05s;
  transition: all 100ms ease .05s; }
  a.btn-blue:hover {
    color: #049fd9;
    border: 1px solid white;
    background-color: white;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s; }

/*Fade in styles*/
#txt1 {
  display: none;
  position: absolute;
  line-height: normal;
}

#txt2 {
  display: none;
  position: absolute;
  line-height: normal;
}

#txt3 {
  display: none;
  position: absolute;
  line-height: normal;
}

#txt4 {
  display: none;
  position: absolute;
  line-height: normal;
}

/*couch colors*/
object.couch {
  height: 40px;
  width: 60px; }

/*sticky nav 2*/
.stuck {
  position: relative; }

nav.drp {
  width: 30% !important;
  position: absolute !important;
  right: 0;
  top: 10px;
  z-index: 20;
  background-color: transparent !important; }

nav.sticky.is-sticky nav.drp {
  top: 15px !important;
  right: 15px !important; }

.container.grid .row.blowout.stickynav.sticky {
  background-color: #fff;
  border: 0;
  box-shadow: 0 3px 2px -3px #999;
  left: 50%;
  position: fixed;
  top: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 10; }

.sticky .dropdown.open .dropdown-menu, .sticky .dropdown-menu {
  border-bottom: 1px solid #a4a3a6;
  min-width: 350px; }
  .sticky .dropdown.open .dropdown-menu a, .sticky .dropdown-menu a {
    padding: 12px 45px;
    font-size: 14px; 
    font-weight: 300;
    }

/*    .collapse.closed {
  position:relative;
  height:0;
  overflow:hidden;
  -webkit-transition:height 0.35s ease;
  -moz-transition:height 0.35s ease;
  -o-transition:height 0.35s ease;
  transition:height 0.35s ease;
}*/


/*Nav Styles*/
header nav.navbar {
  padding-left: 100px;
  padding-top: 40px;
  padding-bottom: 18px; }
  header nav.navbar object.hidden-lg-up.float-xs-right {
    height: 60px;
    margin-top: -68px; }
  header nav.navbar .nav-item {
    padding-right: 30px; }
  header nav.navbar a.nav-link {
    border-bottom: 4px solid transparent;
    color: #a4a3a6;
    -webkit-transition: all 100ms ease .05s;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s; }
    header nav.navbar a.nav-link:hover {
      color: #404040;
      border-bottom: 4px solid #049fd9;
      padding-bottom: 15px;
      -webkit-transition: all 100ms ease .05s;
      -moz-transition: all 100ms ease .05s;
      -o-transition: all 100ms ease .05s;
      transition: all 100ms ease .05s; }
  header nav.navbar li.active a {
    color: #404040;
    padding-bottom: 15px;
    border-bottom: 4px solid #049fd9;
    -webkit-transition: all 100ms ease .05s;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s; }
  header nav.navbar button {
    position: absolute;
    top: 25px;
    left: 30px; }

.navbar-brand {
  margin-top: -5px;
  margin-right: 70px; }
  .navbar-brand object {
    width: 90px;
    height: 50px; }

#scroll-nav {
  /* Added `.affix-top` class css when the element is top */
  /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
  /* Added `.affix-bottom` class css when the element is footer */ }
  #scroll-nav.affixed-top {
    background: black; }
  #scroll-nav.affix {
    background: gray;
    top: 0;
    left: 0;
    right: 0; }
  #scroll-nav.affix-bottom {
    background: red; }

/* Not important */

footer {
  background: #eee;
   }
  footer img {
    width: 100%; }

.navbar.sticky {
  padding: 0;
  border-radius: 0; }
  .navbar.sticky .navbar-brand {
    margin-top: -18px;
    margin-right: 15px; }
  .navbar.sticky div.navbar-toggleable-sm {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 5;
    position: relative;
    height: 60px; }
  .navbar.sticky button.navbar-toggler {
    position: absolute;
    left: 15px;
    top: 10px;
    padding: 19px;
    z-index: 6; }
  .navbar.sticky .collapse ul.nav {
    -webkit-transition: all 100ms ease .05s;
    padding-bottom: 15px;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s; }
  .navbar.sticky li.dropdown {
    float: right;
    margin-right: 5px; 
  }
  .navbar.sticky li.dropdown {
    font-size: 14px;
  }

/*.navbar.sticky .collapse.in ul.nav, .navbar.sticky .collapsing ul.nav {
  background-color: white !important; }*/

.sticky object.hidden-md-up.float-xs-right {
  position: absolute;
  height: 55px;
  right: 15px;
  top: 10px;
  opacity: 0;
  z-index: 10;
  padding-bottom: 15px; }

.sticky.is-sticky object.hidden-md-up.float-xs-right {
  opacity: 1;
  padding-bottom: 15px;
  -webkit-transition: opacity 1000ms;
  -moz-transition: opacity 1000ms;
  -o-transition: opacity 1000ms;
  transition: opacity 1000ms; }

/*MAIN*/
/*top video styles*/
body {
  margin: 0; }

.top-video {
  position: relative; }

ol, ul {
  list-style: none; }

video#bg-vid {
  position: relative;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: block; }

.big-cta {
  position: absolute;
  top: 140px;
  color: white;
  font-weight: 100; }
  .big-cta .top-one {
    font-size: 50px;
    font-style: italic;
    margin-left: 75px;
    line-height: normal; 
  }
  .big-cta .top-two {
    font-size: 120px;
    font-style: italic;
    font-weight: 100;
    margin-left: -120px;
  }
  .big-cta .top-three {
    text-shadow: 0.5px 0.5px 0.5px #000;
    width: 140%;
    line-height: 38px;
    margin-left: 8px;
  }
  .big-cta p {
    color: #FFF;
    margin-left: 44px;
    font-size: 24px;
    font-family: "CiscoSans-Thin", helvetica, sans-serif; }
  .big-cta .row {
    background-color: transparent; }
  .big-cta .abs {
    margin-left: 24%;
    margin-bottom: 66%;
  }
  p.top-one {
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: inherit;
  }

nav.sticky {
  background-color: white;
  height: 60px; }
  nav.sticky .nav-item, nav.sticky .nav-item.active {
    margin-left: 30px; 
    line-height: 24px;
  }
  nav.sticky .container {
    margin-top: 2px; }
  nav.sticky a.nav-link {
    border-bottom: 4px solid transparent;
    color: #a4a3a6;
    -webkit-transition: all 100ms ease .05s;
    padding-bottom: 12px;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s; }
    nav.sticky a.nav-link object {
      padding-right: 15px; }
    nav.sticky a.nav-link:hover, nav.sticky a.nav-link:active {
      color: #404040;
      border-bottom: 4px solid #049fd9 !important;
      padding-bottom: 12px !important;
      -webkit-transition: all 100ms ease .05s;
      -moz-transition: all 100ms ease .05s;
      -o-transition: all 100ms ease .05s;
      transition: all 100ms ease .05s;
      }
  nav.sticky a.nav-link.active {
    color: #404040;
    border-bottom: 4px solid #049fd9 !important;
    padding-bottom: 12px !important;
    -webkit-transition: all 100ms ease .05s;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s;
    }
  nav.sticky li.active a {
    color: #404040;
    padding-bottom: 15px;
    border-bottom: 4px solid #049fd9;
    -webkit-transition: all 100ms ease .05s;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s; }
  nav.sticky .phone-icon {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 36px; }
  nav.sticky #dropDown {
    line-height: 26px;
    margin-left: 30px; 
    line-height: 20px;
    font-weight: 300;
  }
  nav.sticky .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -200px;
    z-index: 1000;
    display: none;
    float: left;
    padding: 25px 0;
    margin-top: -1px;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0; }
    nav.sticky .dropdown-menu a {
      color: #049fd9; }
    nav.sticky .dropdown-menu .dropdown-item {
      padding: 15px 20px 15px 30px;
      margin-top: 5px; }
    nav.sticky .dropdown-menu .btn-blue {
      text-align: center;
      width: 70%;
      margin-left: 15px;
      padding: 17px 45px;
      font-size: 16px !important;
      color: white;
      margin-left: 30px; }
      nav.sticky .dropdown-menu .btn-blue:hover {
        border: 1px solid #049fd9;
        color: #049fd9;
        font-size: 16px; }

.nav-link.active {
  color: #404040;
  border-bottom: 4px solid #049fd9;
  padding-bottom: 15px;
  -webkit-transition: all 100ms ease .05s;
  -moz-transition: all 100ms ease .05s;
  -o-transition: all 100ms ease .05s;
  transition: all 100ms ease .05s; }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  background-color: white;
  height: 60px; }

.sticky.is-sticky.drp {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  background-color: white;
  height: 60px; }

.is-sticky ul.nav.drp-nv {
  position: fixed;
  top: 15px;
  right: 10px; }

.sticky.is-sticky .navbar-toggleable-sm {
  border-bottom: 1px solid #a4a3a6; 
}
.sticky div.navbar-toggleable-sm a.nav-link {
  font-size: 14px;
}

.status-quo {
  background: url("../images/section-2-bg.jpg") no-repeat center;
  background-size: cover;
  color: white; }
  .status-quo .row {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .status-quo h1 {
    font-size: 45px;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 30px;
    font-family: "CiscoSans-Thin", helvetica, sans-serif;
    color: #fff; }
  .status-quo p {
    font-weight: 200;
    line-height: 1.8em; }
    .status-quo p.lower {
      padding-bottom: 30px;
      color: #fff;
     }
  .status-quo b {
    font-weight: 600; }
  .status-quo .btn {
    margin-top: 20px;
    font-size: 18px;
    padding: 14px 45px; 
    font-weight: 300;
  }
    .status-quo .btn:hover {
      margin-top: 20px;
      font-size: 18px;
      padding: 14px 45px; }

      .status-quo object.next-icon {
        width: 30px;
      }
  .status-quo p.text-xs-center i {
    color: #FFF;
    font-family: 'CiscoSans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
  }

.carousel {
  background-color: #049fd9;
  color: white; }
  .carousel .container {
    padding-top: 30px;
    padding-bottom: 30px; }
  .carousel h2 {
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 30px;
    font-family: "CiscoSans-Thin", helvetica, sans-serif;
    color: white; }
  .carousel p {
    font-weight: 100;
    line-height: 1.5em;
    margin-left: 30px;
    margin-bottom: 10px; 
    color: #FFF;
  }
  .carousel p b i {
    font-family: 'CiscoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #FFF;
  }
  .carousel object {
    width: 100%; }
  .carousel object.bullet {
    height: 18px;
    width: 18px;
    position: absolute;
    left: 15px;
    margin-top: 4px; }
  .carousel .carousel-item {
    padding: 0px 195px 5px 195px; }
  .carousel .row {
    padding-bottom: 30px;
    width: auto; }
  .carousel .carousel-control {
    background-image: none; }
    .carousel .carousel-control .icon-prev {
      margin-left: -70px; }
      .carousel .carousel-control .icon-prev::before {
        content: url("../images/back.svg") !important;
        /* with class ModalCarrot ??*/
        position: absolute;
        height: 100px;
        width: 50px;
        left: -60px; }
    .carousel .carousel-control .icon-next {
      margin-right: -70px; }
/*      .carousel .carousel-control .icon-next::before {
        content: url("../images/next.svg") !important;
        position: absolute;
        height: 100px;
        width: 50px;
        right: -60px; }*/
  .carousel-control.left img,
  .carousel-control.right img {
      width: 40px;
      position: absolute;
      top: 20%;
  }
  .carousel-control.left img {
      left: -12%;
  }
  .carousel-control.right img {
      right: -12%;
  }
  .carousel .carousel-indicators li {
    border: 1px solid transparent; }
  .carousel #li-one {
    position: absolute;
    left: -180px;
    top: 42px;
    height: 42px;
    width: 3px; }
  .carousel #li-two {
    position: absolute;
    left: 84px;
    top: 17px;
    height: 63px;
    width: 3px; }
  .carousel #li-three {
    position: absolute;
    right: 337px;
    top: 20px;
    height: 63px;
    width: 3px; }
  .carousel #li-four {
    position: absolute;
    right: 72px;
    top: 16px;
    height: 63px;
    width: 3px; }
  .carousel p {
    font-family: "CiscoSans-Thin", helvetica, sans-serif; }
  .carousel object.infinity {
    width: 40px;
    height: 25px; }

.customer-success {
  background-size: contain;
  background-color: #343339;
  color: white; 
}

  .customer-success h1 {
    font-family: "CiscoSans-Thin", helvetica, sans-serif;
    margin-top: 20px;
    color: white;
    font-size: 49px;
    margin-bottom: 30px; }
  .customer-success p {
    line-height: 2em; 
    color: #FFF;
  }
  .customer-success p.text-xs-center {
    font-family: 'CiscoSans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #FFF;
  }
  .customer-success .container {
    padding-top: 90px !important;
    padding-bottom: 60px; }
  .customer-success .play-btn {
    position: absolute;
    height: 46px;
    margin-top: 5px;
    margin-left: -70px; }
  .customer-success p.lee {
    margin-top: 18px;
    font-size: 16px; }
  .customer-success .play-case {
    margin-top: -50px; }
    .customer-success .play-case p {
      margin-bottom: 0; }
    .customer-success .play-case h2 {
      font-family: "CiscoSans-Thin", helvetica, sans-serif;
      font-size: 28px; }

      .customer-success object {
        width: 32px;
      }
  #customers .btn:hover {
    margin: 0;
    padding: 12px 45px;
  }

/*Customer's*/
.customers .col-sm-6.left-side {
  padding-right: 0; }
.customers .col-sm-6.right-side {
  padding-left: 0; }
.customers h1 {
  color: #049fd9;
  padding: 60px 10% 30px;
  font-family: "CiscoSans-Thin", helvetica, sans-serif;
  text-align: center;
  font-size: 40px;
  line-height: 1.3em; }
.customers .row {
  padding-bottom: 60px !important; }


/*broadcast*/
.broadcast {
  background: url("../images/future-bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
  font-family: "CiscoSans-Light", helvetica, sans-serif; }
  .broadcast i {
    font-style: italic;
  }
  .broadcast .row {
    padding-top: 30px !important;
    padding-bottom: 60px !important; }
  .broadcast h1 {
    margin-bottom: 20px;
    font-family: "CiscoSans-Thin", helvetica, sans-serif;
    line-height: 1.2em;
    color: white;
    font-size: 40px;
    padding-top: 30px; }
  .broadcast p {
    font-family: "CiscoSans-Light", helvetica, sans-serif;
    line-height: 1.8em; 
    color: #FFF;
  }
  .broadcast p.text-xs-center {
    font-family: 'CiscoSans', Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 500; }
  .broadcast b {
    font-family: "CiscoSans-Light", helvetica, sans-serif; }
  .broadcast .btn {
    margin-top: 25px;
    margin-top: 25px;
    padding: 15px 40px;
    font-size: 16px; }
  .broadcast div.text-xs-center {
    width: 55%;
    margin: 0 auto; }

.bring-it img {
  width: 100%; }
  
  /*entertainment*/
.entertainment {
  background: url("../images/entertainment-bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
  font-family: "CiscoSans-Light", helvetica, sans-serif; }
  .entertainment i {
    font-style: italic;
  }
  .entertainment .row {
    padding-top: 30px !important;
    padding-bottom: 60px !important; }
  .entertainment h1 {
    margin-bottom: 20px;
    font-family: "CiscoSans-Thin", helvetica, sans-serif;
    line-height: 1.2em;
    color: white;
    font-size: 40px;
    padding-top: 30px; }
  .entertainment p {
    font-family: "CiscoSans-Light", helvetica, sans-serif;
    line-height: 1.8em; 
    color: #FFF;
  }
  .entertainment p.text-xs-center {
    font-family: 'CiscoSans', Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 500; }
  .entertainment b {
    font-family: "CiscoSans-Light", helvetica, sans-serif; }
  .entertainment .btn {
    margin-top: 25px;
    margin-top: 25px;
    padding: 15px 40px;
    font-size: 16px; }
  .entertainment div.text-xs-center {
    width: 55%;
    margin: 0 auto; }

.bring-it img {
  width: 100%; }

/*Search Bar*/
.searchbox {
  position: relative;
  min-width: 44px;
  margin-top: -4px;
  margin-right: 60px;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;
  color: transparent;
  margin-top: -10px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s; }
  .searchbox button, .searchbox input, .searchbox optgroup, .searchbox select, .searchbox textarea {
    font: inherit;
    margin: 0;
    padding-left: 30px; }

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #eceaee;
  width: 100%;
  height: 44px;
  margin: 0;
  /*padding: 0px 55px 0px 20px;*/
  font-size: 20px;
  border-radius: 70px;
  color: #a4a3a6; }

.searchbox-input::-webkit-input-placeholder {
  color: transparent;
  margin-left: 10px; }

.searchbox-input:-moz-placeholder {
  color: transparent;
  margin-left: 10px; }

.searchbox-input::-moz-placeholder {
  color: transparent;
  margin-left: 10px; }

.searchbox-input:-ms-input-placeholder {
  color: transparent;
  margin-left: 10px; }

.searchbox-open .searchbox-input::-webkit-input-placeholder {
  color: #a4a3a6; }

.searchbox-open .searchbox-input:-moz-placeholder {
  color: #a4a3a6; }

.searchbox-open .searchbox-input::-moz-placeholder {
  color: #a4a3a6; }

.searchbox-open .searchbox-input:-ms-input-placeholder {
  color: #a4a3a6; }

.searchbox-icon,
.searchbox-submit {
  width: 50px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: transparent; }

.searchbox-icon img {
  margin-bottom: 5px;
  margin-left: 6px; }

.searchbox-open {
  width: 20%; }

.byline {
  position: absolute;
  top: 150px;
  left: 30%;
  text-align: center;
  font-size: 18px; }

.byline a {
  text-decoration: none;
  color: #d74b4b; }

/*Slider Section*/
.slider-section img {
  width: 100%; }

/* reivent tv*/
.reinvent-tv {
  padding-bottom: 40px; }
  .reinvent-tv p {
    line-height: 1.8em;
    color: #565656; 
    margin-bottom: 10px;}
  .reinvent-tv b {
    color: #404040; }
  .reinvent-tv h1 {
    font-family: "CiscoSans-Thin", helvetica, sans-serif;
    color: #049fd9;
    font-weight: 200;
    font-size: 45px; 
    line-height: 1.3em;}
  .reinvent-tv .row {
    padding-top: 40px !important; }

    .reinvent-tv object {
      width: 32px;
    }

#reinvent-tv-blade .icon-li:before {
  content: '';
  display: inline-block;
  height: 36px;
  width: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-right: 18px; }

.reinvent-top {
  margin-bottom: 30px; }

/*infinite video*/
.infinite-video {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "CiscoSans-Thin", helvetica, sans-serif;
  text-align: center; }
  .infinite-video h1 {
    color: #049fd9;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 50px; }
    .infinite-video p.text-xs-center {
      margin-bottom: 18px;
      font-family: 'CiscoSans', Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-style: italic;
    }
    .infinite-video div.top-infi {
      margin-bottom: 30px;
    }

    .infinite-video object.platform-ob {
      width: 32px !important;
    }

  .table-hover i {
    font-style: italic;
  }
  #table-wrapper {
    overflow: auto;
  }
  #table-wrapper table {
    overflow: scroll;
  }

  .infinite-video th {
    text-align: center; }
  .infinite-video .table th {
    border-top: none;
    border-bottom: 1px solid #a4a3a6;
    border-right: 1px solid #a4a3a6;
    font-size: 28px;
    line-height: 1.8em; }
  .infinite-video .table td {
    padding: 16px;
    border-bottom: 1px solid #a4a3a6;
    border-right: 1px solid #a4a3a6;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 800;
    text-align: center !important;
    line-height: 1.5em; }
  .infinite-video .last-row td, .infinite-video .last-row th {
    border-bottom: 1px solid transparent;
    border-right: 1px solid #a4a3a6; }
  .infinite-video .t-right {
    border-right: 1px solid transparent !important; }
  .infinite-video .t-right.long {
    padding-bottom: 10px;
    padding-top: 0; }
    .infinite-video .t-right.long p {
      font-size: 28px; }
  .infinite-video sub.live {
    float: left;
    margin-left: 5%;
    padding-top: 20px;
    font-size: 20px;
    margin-top: -20px;
    padding-right: 150px;
 }
  .infinite-video sub.rec {
    float: left;
    margin-right: 20%;
    padding-top: 20px;
    font-size: 20px;
    margin-top: -20px; }

    .infinite-video sub.vod {
    float: right;
    margin-right: 15%;
    padding-top: 20px;
    font-size: 20px;
    margin-top: -20px; }

     .infinite-video .table b {
        font-size: 18px;
        line-height: 1.2em;
     }

     .table tr.top-tr td {
      height: 20px !important;
      font-size: 20px;
      font-style: italic;
      padding: 0px !important;
      padding-bottom: 5px!important;
      border-top: 1px solid #fff;
      border-right: 1px solid #a4a3a6!important; 
      border-left: 1px solid #a4a3a6!important; 
     }

      .table tr.top-tr td.vp {
        border-right: 1px solid transparent !important; 
     }

     .table-hover tbody tr.top-tr:hover {
      background-color: transparent !important;
     }
     .table thead th {
      border-bottom: 1px solid transparent!important; 
      vertical-align: bottom;
      padding-bottom: 0;
      margin-bottom: -10px;
     }




/* BOTTOM ICONS*/
.bottom-icons img {
  width: 40px;
  position: absolute;
  z-index: 1; }
.bottom-icons .row {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
.bottom-icons .obj-1 {
  width: 30px;
  left: 19px;
  top: 12px; }
.bottom-icons .obj-2 {
  top: 14px;
  left: 14px; }
.bottom-icons .obj-3 {
  top: 19px;
  left: 14px; }
.bottom-icons .obj-border {
  position: relative;
  height: 70px;
  width: 70px;
  border: 1px solid #a4a3a6;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 3; }
.bottom-icons h1 {
  font-family: "CiscoSans-Thin", helvetica, sans-serif;
  color: #049fd9;
  margin-bottom: 50px;
  font-size: 40px; }
.bottom-icons p {
  font-family: "CiscoSans-Thin", helvetica, sans-serif;
  margin-top: 20px;
  font-size: 18px; }
.bottom-icons .col-sm-4 {
  margin-bottom: 30px;
}

/*ANIMATE.CSS OVERIDES*/
#broadcast-on,
#ott-on,
#ip-on {
  animation-duration: 2s; }



@-moz-document url-prefix() { 
  #broadcast-btn {
    left: 70px;
  }

  #broadcast-on {
    position: absolute;
    left: 21px;
    z-index: 1;
  }

  #ott-on {
    position: absolute;
    left: 135px;
    z-index: 1;
  }

  #ott-btn {
   left: 180px;
  }

  #ott-btn span {
   /*left: -210px;*/
   /*background-color: pink;*/
  }

  #ip-on {
    position: absolute;
    left: 250px;
    z-index: 1;
  }


  #ivp-btn {
    left: 290px;
  }
  #ivp-btn span {
    left: -5px;
    /*background-color: blue;*/
  }

  .dot-connector {
    width: 90px;
  }
  h1 {
    font-weight: 100;
  }
  .infinite-video .table td {
   font-weight: 400;  
  }

  .infinite-video .table b {
    font-weight: normal;
  }

  .infinite-video .table th {
    font-weight: 100;
  }
}



/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .sticky div.navbar-toggleable-sm {
    background-color: transparent; 
  }
   .sticky div.navbar-toggleable-sm a.nav-link {
     padding-top: 18px;
   }

/*  .carousel .carousel-control .icon-next::before {
    content: url(../images/next.svg) !important;
    height: 40px;
    width: 40px;
    right: -40px; }*/

/*  .carousel .carousel-control .icon-prev::before {
    content: url(../images/back.svg) !important;
    height: 40px;
    width: 40px;
    left: -40px; } */
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
/*// Large devices (desktops, 992px and up)*/
@media (max-width: 1199px) {
  .sticky div.navbar-toggleable-sm {
    background-color: transparent; }

  .navbar.sticky div.navbar-toggleable-sm ul{
    background-color: white;
    padding-top: 18px;
    padding-bottom: 0px;
    z-index: 5;
    position: relative;
    height: 60px; 

  -webkit-transition: all 500ms ease-in-out!important;
  -moz-transition: all 500ms ease-in-out!important;
  -o-transition: all 500ms ease-in-out!important;
  transition: all 500ms ease-in-out!important;
  }

  .navbar.sticky div.navbar-toggleable-sm.closed ul{
    height: 0px; 
  -webkit-transition: all 500ms ease-in-out!important;
  -moz-transition: all 500ms ease-in-out!important;
  -o-transition: all 500ms ease-in-out!important;
  transition: all 500ms ease-in-out!important;

  }

  .sticky div.navbar-toggleable-sm a.nav-link {
      padding-top: 1px;
  }

  .carousel .container {
    padding-top: 70px; }
  .carousel #li-one {
    left: -202px;
    top: 35px;
    height: 70px; }
  .carousel #li-two {
    left: 38px;
    top: 35px;
    height: 70px; }
  .carousel #li-three {
    right: 285px;
    top: 22px;
    height: 105px; }
  .carousel #li-four {
    right: 39px;
    top: 33px;
    height: 106px; }

  nav.sticky .dropdown-menu {
    left: -220px; }

  nav.sticky.is-sticky.drp {
    top: 0px !important;
    left: 50px; }

  .big-cta p.top-three {
      font-size: 20px !important;
  }

  .big-cta {
      position: absolute;
      top: 90px;
      color: white;
      font-weight: 100; 
  }
  .big-cta .top-three {
      width: 130%;
  }
  .big-cta p {
      margin-left: 44px;
      font-size: 24px;
      font-family: "CiscoSans-Thin", helvetica, sans-serif; 
  }
  .big-cta .row {
      background-color: transparent; 
  }
  .infinite-video sub.live {
      padding-right: 110px;
  }
}

@media (max-width: 1080px) {
    #news .col.half {
      padding: 0 3%;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 991px) {
  .big-cta {
    position: absolute;
    top: 60px;
    color: white;
    font-weight: 100; }

    .big-cta .top-two {
        margin-left: -100px; 
        margin-bottom: 0;
    }
    .big-cta .top-three {
      line-height: 32px;
    }
    .big-cta p {
      margin-left: 44px;
      font-size: 24px;
      font-family: "CiscoSans-Thin", helvetica, sans-serif; }
    .big-cta .row {
      background-color: transparent; }

  .carousel .carousel-item {
    padding: 0 40px; 
  }
  .carousel-control.left img {
      left: -55%;
  }
  .carousel-control.right img {
      right: -55%;
  }

  .carousel li#li-one {
    left: -140px;
    top: 20px;
    height: 70px; }
  .carousel li#li-two {
    left: 41px;
    top: 20px;
    height: 101px; }
  .carousel li#li-three {
    right: 209px;
    top: 20px;
    height: 135px; }
  .carousel li#li-four {
    right: 26px;
    top: 20px;
    height: 106px; }


  .searchbox-open {
    width: 90%; }

  header nav.navbar.navbar-light {
    padding-top: 80px; }

  .infinite-video sub.rec {
    margin-right: 5px;
    padding-top: 20px;
    font-size: 20px; }

  .infinite-video sub.live {
    padding-right: 65px;
}

  nav.sticky .dropdown-menu {
    left: -215px; }

  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  nav.sticky .phone-icon {
    position: absolute;
    left: -5px;
    top: 8px;
    width: 36px; }

}

@media (max-width: 862px) {
  .carousel-control.left img {
      left: -20%;
      width: 30px;
  }
  .carousel-control.right img {
      right: -20%;
      width: 30px;
  }
}

@media (min-width: 768px) {
   .row {
       margin-right: 0;
       margin-left: 0;
   }
}
/*// Small devices (landscape phones, 544px and up)*/
@media (max-width: 767px) {

  *::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }

  .navbar.sticky div.navbar-toggleable-sm.closed ul li{
    pointer-events: none;
  }

  .carousel li#li-one {
    left: -95px;
    top: 22px;
    height: 73px; }
  .carousel li#li-two {
    left: 170px;
    top: 22px;
    height: 72px; }
  .carousel li#li-three {
    right: 420px;
    top: 235px;
    height: 73px; }
  .carousel li#li-four {
    right: 145px;
    top: 237px;
    height: 106px; }
  .carousel .carousel-control .icon-next {
    margin-right: -40px; }
  .carousel .carousel-control .icon-prev {
    margin-left: -40px; }
  .carousel-control.left img {
      left: -65%;
      top: 11%;
  }
  .carousel-control.right img {
      right: -65%;
      top: 11%;
  }
  .carousel .carousel-item {
    padding: 10px 0px 0px 0px; }
  .carousel .row {
    padding-left: 30px; }
    .carousel-indicators .active {
      width: 50%!important;
      height: auto!important;
      margin: inherit!important;
      background-color: transparent!important;
  }

  .infinite-video .table {
    margin-bottom: 50px; }
  .infinite-video .table th {
    font-size: 14px; }
  .infinite-video sub.live {
    font-size: 14px; }
  .infinite-video sub.rec, .infinite-video sub.vod {
    font-size: 14px; }
  .infinite-video .table td {
    padding: 5px;
    font-size: 12px; }
    .infinite-video sub.live {
    padding-right: 45px;
  }

  nav.sticky.is-sticky.drp {
    top: 0px; }
    nav.sticky .container {
    margin-top: 10px;
  }

  nav.sticky .nav-item, nav.sticky .nav-item.active {
    margin-left: 0;
  }


    .navbar.sticky .collapsing ul.nav li {
      opacity: 1 !important; }

  .navbar.sticky .collapse ul.nav {
    padding-top: 20px;
    padding-left: 80px;
    padding-bottom: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
     }


  nav.drp {
    width: 50%;
    right: -10px;
    top: 0px; }

  .big-cta {
    position: absolute;
    top: 60px;
    color: white;
    font-weight: 100; 
  }
  .big-cta .abs {
    margin-bottom: 41%;
  }
    .big-cta .top-two {
      font-size: 120px;
      font-style: italic;
      font-weight: 100;
      margin-left: -100px; }
    .big-cta p.top-three {
      width: 100%;
      margin-left: 18px;
      font-size: 16px !important;
      line-height: 24px;
    }
    .big-cta p {
      margin-left: 44px;
      font-size: 24px;
      font-family: "CiscoSans-Thin", helvetica, sans-serif; }
    .big-cta .row {
      background-color: transparent; 
    }
      .big-cta .abs p {
        font-size: 90px; 
      }

        .infinite-video .t-right.long p {
        font-size: 14px;
        }

        .table tr.top-tr td {
        font-size: 12px;
        }

        .infinite-video .table b {
        font-size: 12px;
        line-height: 1.2em;
        }

    
      @-moz-document url-prefix() { 


        .big-cta p.top-three {
          margin-left: 40px;
        }
        .big-cta .abs {
          left: 30%;
        }
      }


  div.collapse.navbar-toggleable-sm.open {
   opacity: 1;
   display: block;
   position: relative;
   -webkit-transition: all 500ms ease-in-out!important;
   -moz-transition: all 500ms ease-in-out!important;
   -o-transition: all 500ms ease-in-out!important;
   transition: all 500ms ease-in-out!important;
}
  div.collapse.navbar-toggleable-sm {
    opacity: 0;
    display: block;
    position: relative;
    -webkit-transition: all 500ms ease-in-out!important;
    -moz-transition: all 500ms ease-in-out!important;
    -o-transition: all 500ms ease-in-out!important;
    transition: all 500ms ease-in-out!important;
}


div.collapse.navbar-toggleable-sm.open ul {
  height: 452px;
  opacity: 1;
  top: 30px;
  display: block;
  position: relative;
  background-color: white;
  -webkit-transition: all 500ms ease-in-out!important;
  -moz-transition: all 500ms ease-in-out!important;
  -o-transition: all 500ms ease-in-out!important;
  transition: all 500ms ease-in-out!important;
}

div.collapse.navbar-toggleable-sm.closed ul {
  height: 10px;
  opacity: 0;
  top: 30px;
  display: block;
  position: relative;
   background-color: white;
  -webkit-transition: height 500ms ease-in-out!important;
  -moz-transition: height 500ms ease-in-out!important;
  -o-transition: height 500ms ease-in-out!important;
  transition: height 500ms ease-in-out!important;
}


div.collapse ul#stickynav li a{
  opacity: 0 !important;
  padding-top: 13px;
  -webkit-transition: all 1000ms ease!important;
  -moz-transition: all 1000ms ease!important;
  -o-transition: all 1000ms ease!important;
  transition: all 1000ms ease!important;

}
div.collapse.open ul#stickynav li a {
  opacity: 1 !important;
  padding-top: 13px;
  -webkit-transition: all 1000ms ease!important;
  -moz-transition: all 1000ms ease!important;
  -o-transition: all 1000ms ease!important;
  transition: all 1000ms ease!important;
}

.navbar-toggleable-sm .navbar-nav .nav-item {
  padding-right: 30px;
}

  .eastlink-vid img {
    width: 90%;
  }
  .eastlink-vid {
    margin-top: 46px;
  }
  .eastlink-copy {
    margin-top: 30px;
  }
  #vid-eastlink {
      width: 100%;
      margin-top: 48px;
  }


}

@media (max-width: 710px) {
  .tab-3-info {
      bottom: 32%;
  }
}

@media (max-width: 658px) {
  .carousel-control.left img {
      left: -40%;
      top: 12%;
      width: 20px;
  }
  .carousel-control.right img {
      right: -40%;
      top: 12%;
      width: 20px;
  }
}

@media (max-width: 640px) {
  .tab-3-info .benefits li {
      font-size: 14px;
  }
  .tab-content .bottom-key li img.check1, 
  .tab-content .bottom-key li img.check2, 
  .tab-content .bottom-key li img.check3 {
      opacity: 0;
      width: 40px;
      margin-right: 8px;
  }
  .bottom-key ul {
      padding: 25px 0 15px 15px;
  }
  .carousel-control {
    display: none;
  }
}

@media (min-width: 576px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 577px) {
    .customer-success {
      background: none;
      background-color: #37363b;
    }
    .carousel-indicators .active {
        width: 100%!important;
    }
}

@media (max-width: 576px) {
      .big-cta p.top-three{
        visibility: hidden;
    }
}

/*// Extra small devices (portrait phones, less than 544px)*/
@media (max-width: 544px) {
  .big-cta {
    top: 40px; }
    .big-cta .row {
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 5px; }
    .big-cta p.top-one {
      font-size: 26px;
      margin-left: 45px;
      padding-top: 10px; }
    .big-cta p.top-two {
      font-size: 60px;
      font-weight: 100;
      margin-left: -56px; }
    .big-cta p.top-three {
      display: none !important; }
    .big-cta .abs {
      position: absolute;
      left: 35%;
      padding-top: 3%;
      margin-left: 15px; 
      margin-bottom: 0;
    }

  .infinite-video sub.live {
    margin-left: 0; 
   padding-right: 22px;}

  .infinite-video sub.rec {
    margin-right: -20px; }

  .broadcast {
    background: url(../images/future-bg.jpg) no-repeat center;
    background-size: cover;
    color: white;
    font-family: "CiscoSans-Thin", helvetica, sans-serif; }
    .broadcast .container {
      background-color: rgba(0, 0, 0, 0.6); }
    .broadcast p.text-xs-center {
      color: white; }

  .broadcast div.text-xs-center {
    width: 90%;
    margin: 0 auto; }
  p.text-xs-center b i {
    font-family: 'CiscoSans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .entertainment {
    background: url(../images/entertainment-bg.jpg) no-repeat center;
    background-size: cover;
    color: white;
    font-family: "CiscoSans-Thin", helvetica, sans-serif; }
    .entertainment .container {
      background-color: rgba(0, 0, 0, 0.6); }
    .entertainment p.text-xs-center {
      color: white; }

  .entertainment div.text-xs-center {
    width: 90%;
    margin: 0 auto; }
  p.text-xs-center b i {
    font-family: 'CiscoSans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
  }


  nav.drp {
    width: 50% !important;
    right: 0px; }

  nav.sticky .phone-icon {
    position: absolute;
    left: -5px;
    top: 7px;
    width: 36px; } 
  

  #rtv-instructions-2 {
    display: none;
  }

  .carousel-indicators .active {
    width: 100%!important; 
  }
  .carousel-indicators .active {
    width: 100%!important;
  }

  .infinite-video sub.vod {
    margin-right: 15%;
  }

  .carousel .col-sm-6 p {
    padding-bottom: 10px;
  }

  .infinite-video .table td {
    padding: 3px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 10px;
  }

  .table tr.top-tr td {
   font-size: 10px;
  }
  .tab-content.current #ip-benefits {
      bottom: -300px;
  }
 
}

@media (max-width: 501px) {
  .benefits li {
      padding-bottom: 0px;
      font-size: 12px;
      margin-bottom: 0;
      line-height: 0;
  }
  .tab-content #ott-benefits, .tab-content #broadcast-benefits {
      bottom: 29%;
  }
}

@media (max-width: 480px) {
  .reinvent-tv-tabs ul.tabs li span {
      padding: 0;
      font-size: 10px;
      width: 75%;
  }
  .reinvent-tv-tabs ul.tabs li span {
      border: 1px solid white;
  }
  .reinvent-tv-tabs .blur-wrap h1 {
      font-size: 20px;
  }
  .blur-wrap a.btn {
      font-size: 18px;
      color: white;
      border: 1px solid white;
      border-radius: 32px;
      width: 190px;
      padding: 11px 55px;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      margin-top: 26px;
  }
  .blur-wrap a.btn:hover {
      font-size: 18px;
      border: 1px solid white;
      background-color: white;
      border-radius: 32px;
      padding: 11px 55px;
      margin-top: 25px;
      color: #049fd9;
  }
  .blue-btn {
      font-size: 14px;
      width: 290px;
  }
}

@media (max-width: 383px) {
  .big-cta p.top-two {
    font-size: 44px;
  }
  .reinvent-tv-tabs ul.tabs li {
      padding: 0;
      font-size: 10px;
      padding-top: 4px;
  }
  .reinvent-tv-tabs ul.tabs li span {
      padding: 2px 0;
      font-size: 10px;
      width: 55%;
  }
  .reinvent-tv-tabs ul.tabs li {
      width: 31.5%;
  }
  .tab-content.current #ott-benefits, 
  .tab-content.current #broadcast-benefits {
      bottom: 42%;
  }
}