﻿
.rtTooltipDropShadow .rtContainer
{
    -webkit-box-shadow: 0 0 6px 0 #444;
    -moz-box-shadow: 0 0 6px 0 #444;
    box-shadow: 0 0 6px 0 #444;
}
.rtTooltipBody, .rtTooltipFooter
{
    background-color: #FFFFFF;
}
.rtTooltipFooter .rtTooltipBrandLink
{
    display:none;
}
.rtTooltipFooter .rtTooltipMoreLink
{
    margin-top: -15px;
}

.outer-container {
      position: relative;
      height: 0;
      padding-bottom: 56.25%;
    }
    .BrightcoveExperience {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.page-editor .scEnabledChrome[sc-part-of]{
    height:30px;

}
.image-placeholder .scEnabledChrome[sc-part-of]
{
    width:100px;
    float:right;
}


#followingBallsG{
position:relative;
width:50%;
height:10px;
margin-left: 30%;
margin-top: 10px;
}

.followingBallsG{
background-color:#5883a3;
position:absolute;
top:0;
left:0;
width:10px;
height:10px;
-moz-border-radius:10px;
-moz-animation-name:bounce_followingBallsG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:10px;
-webkit-animation-name:bounce_followingBallsG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:10px;
-ms-animation-name:bounce_followingBallsG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:10px;
-o-animation-name:bounce_followingBallsG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:10px;
animation-name:bounce_followingBallsG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:normal;
}

#followingBallsG_1{
-moz-animation-delay:0s;
}

#followingBallsG_1{
-webkit-animation-delay:0s;
}

#followingBallsG_1{
-ms-animation-delay:0s;
}

#followingBallsG_1{
-o-animation-delay:0s;
}

#followingBallsG_1{
animation-delay:0s;
}

#followingBallsG_2{
-moz-animation-delay:0.13s;
-webkit-animation-delay:0.13s;
-ms-animation-delay:0.13s;
-o-animation-delay:0.13s;
animation-delay:0.13s;
}

#followingBallsG_3{
-moz-animation-delay:0.26s;
-webkit-animation-delay:0.26s;
-ms-animation-delay:0.26s;
-o-animation-delay:0.26s;
animation-delay:0.26s;
}

#followingBallsG_4{
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

@-moz-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#5883a3;
}

50%{
left:236px;
background-color:#FFFFFF;
}

100%{
left:0px;
background-color:#5883a3;
}

}

@-webkit-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#5883a3;
}

50%{
left:75%;
background-color:#FFFFFF;
}

100%{
left:0px;
background-color:#5883a3;
}

}

@-ms-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#5883a3;
}

50%{
left:75%;
background-color:#FFFFFF;
}

100%{
left:0px;
background-color:#5883a3;
}

}

@-o-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#5883a3;
}

50%{
left:75%;
background-color:#FFFFFF;
}

100%{
left:0px;
background-color:#5883a3;
}

}

@keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#5883a3;
}

50%{
left:75%;
background-color:#FFFFFF;
}

100%{
left:0px;
background-color:#5883a3;
}

}






