.family-plans {
  width: 1200px;
  background: #ebebeb url(../img/background.jpg) bottom left no-repeat;
}

@media only screen and (max-width:480px){ 
  .family-plans{ max-width:480px; min-width:280px; background: #ebebeb url(../img/background_mobile.jpg) bottom center no-repeat;margin: 0 auto;width: 100%;}
}

.left-column {
  float: left;
  width: 698px;
  margin-left: 84px;
}
.tether p{
  margin:30px 0 20px 0;
  color: #ffffff;
  font-size: 11px
}
.tether.black p{
  color: #1D1D1D;
  width: 90%;
}
.tether a{
  color: #00AFF0;
  text-decoration:underline;
  font-size: 11px
}

@media only screen and (max-width:480px){ 
  .left-column{ max-width:480px; min-width:280px; float: none; margin-left: 0;margin: 0 auto;width: 100%;}
}

.intro {
  margin-top: 10px;
}

.intro h1 {
  font-size: 18px;
  line-height: 32px;
  font-family: "DINWeb-Bold";
  color: #085ea0;
  font-weight: normal;
  margin-bottom: 25px;
}

.intro h1 span {
  font-size: 43px;
}

.intro h2 {
  font-size: 22px;
  line-height: 24px;
  font-family: "DINWeb-Bold";
  color: #00aff0;
  font-weight: normal;
  margin-bottom: 5px;
}

.promo-image {
  float: right;
  margin-top: -30px;
}

.intro p {
  font: 16px/22px "Helvetica", sans-serif;
  color: #3f3f3f;
  padding-bottom: 10px;
}

.intro ul li {
  float: left;
  font: 14px/25px "Helvetica", sans-serif;
  color: #3f3f3f;
  font-weight: bold;
  padding-right: 10px;
  vertical-align: middle;
  height: 23px;
}

@media only screen and (max-width:480px){ 
  .intro{max-width:480px; min-width:280px;margin-left: 20px;}
  .intro h1{ font-size: 14px; line-height: 25px;margin-bottom: 15px;}
  .intro h1 span{font-size: 30px;}
  .intro h2{ font-size: 14px; line-height: 16px;}
  .intro p{ font: 10px/14px "Helvetica", sans-serif;margin:0;width:225px;}
  .promo-image{ padding-right: 10px;padding-left: 15px;padding-top: 25px; }
  .promo-image img{width: 100px; height:66px;}
  .intro ul li{font: 8px/14px "Helvetica", sans-serif;float: none;padding-right: 5px;}
  .intro ul li.cta{margin-bottom: 20px;float: left;}
}

.videos {
  margin-top: 35px;
}

.video-module {
  width: 328px;
  float: left;
  margin-right: 42px;
  margin-bottom: 62px;
}

.video-img {
  text-align: center;
}

@media only screen and (max-width:480px){
  .videos{margin-top: 25px; width: 303px;margin: 0 auto;}
  .video-module{float: none;width: 303px;margin-right: 0;margin-bottom: 25px;}
  .video-img{text-align: left;}
  .video-img img{width:303px;height:303px;}
}

.no-margin {
  margin-right: 0;
}

.video-cta {
  width: 328px;
  height: 60px;
  background: url(../img/video_cta_background.png) top left no-repeat;
  font-size: 15px;
  line-height: 20px;
  font-family: "DINWeb-Bold";
  color: #085ea0;
  text-align: center;
  padding: 20px 0;
  margin-top: 5px;
  font-weight: normal;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.video-cta:hover {
  color: #00a9e8;
  background: url(../img/video_cta_background_hover.png) top left no-repeat;
}

.video-cta:visited {
  color: #085ea0;
}

.video-cta span {
  padding-left: 5px;
}

@media only screen and (max-width:480px){
  .video-cta{width: 303px;height:55px;line-height: 15px;background: url(../img/video_cta_background_mobile.png) top left no-repeat;}
}

.right-column {
  float: left;
  width: 255px;
  margin-left: 97px;
  padding-top: 110px;
}

.sidebar-module {
  width: 255px;
  margin: 0 auto 69px;
}

.sidebar-module p {
  font: 13px/20px "Helvetica", sans-serif;
  color: #3f3f3f;
  padding: 5px 0 15px;
  margin: 0;
}

.sidebar-img, .sidebar-cta {
  text-align: center;
}

p.sidebar-title {
  text-align: center;
  padding: 10px 0 0;
  font-weight: bold;
}

@media only screen and (max-width:480px){
  .right-column{max-width:480px; min-width:280px; float: none; margin-left: 0;padding-top: 0;margin: 0 auto;width: 100%;}
}

.fancybox-nav {
  height: 89%;
  top: 30px;
  width: 5%;
}
