/* overrider */
/* hero */
body#business{background-color: #f6f6f6;}
section{background-color: #fff;}
#ac-globalfooter section{background-color:transparent;}
.page-overview .hero h1{font-size: 64px; line-height: 1.0625; font-weight: 200;font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; letter-spacing: 0; margin-bottom: 0; margin-top: 0.5em;}
.hero .intro, .page-overview .hero a {margin-bottom: 15px;font-size: 24px;line-height: 1.3333;font-weight: 200;}

.page-overview .hero.ipadair2crop {height: 1052px; border-bottom: 1px solid #e3e3e3;}
.page-overview .hero { padding: 100px 0 0; text-align: center;  margin-left: auto; margin-right: auto;}

/* overrider img */
/* overrider img hero */
.page-overview .hero .apple-ibm{
  margin:0 auto 60px;background-repeat:no-repeat;background-size:328px 88px;height:88px;width:328px;background-image:url("http://images.apple.com/v/ipad/business/home/e/images/Apple_IBM_Logo_large.png")}
@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx){
  .page-overview .hero .apple-ibm{background-image:url("http://images.apple.com/v/ipad/business/home/e/images/Apple_IBM_Logo_large_2x.png")}
}

.page-overview .hero .hero-ipad-image{margin-top:40px;background-repeat:no-repeat;background-size:978px 693px;height:693px;width:978px;background-image:url("http://images.apple.com/v/ipad/business/home/e/images/ipadair_hero_large.jpg")}
@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx){
  .page-overview .hero .hero-ipad-image{background-image:url("http://images.apple.com/v/ipad/business/home/e/images/ipadair_hero_large_2x.jpg")}
}
/* image gallery for clinic mayo in business/home */
.page-overview .gallery .overview_gallery_mayo {
  background-repeat: no-repeat; background-size: 980px 500px; height: 500px; width: 980px; background-image: url("http://images.apple.com/v/ipad/business/home/e/images/mayo_large.jpg");
  }
/* */
#productheader h2 a { background:none; margin-top:3px; }
#productheader h2 a img { display: block; }

#overview .ready-for-work,
#overview .it-ready,
#overview .powerful-apps,
#overview .get-started,
#overview .profile-list { padding-top: 68px; padding-bottom: 20px; }

#overview .row p { margin-bottom: 24px; color:#333333; font-size: 14px; }
#overview .row p.section_intro { font-size: 16px; line-height:28px; color:#333333; margin: 9px 100px 60px; text-align:center; }

#overview .hero p.intro { color:#333333; font-size: 18px; line-height:28px; margin: 3px 70px 52px;}

#overview .hero .hero-image { margin-bottom: 30px; }
#overview .featured.swipe-gallery .gallery-content.gallery-vpp h1 { margin-top: 60px; }
#overview .featured.swipe-gallery .gallery-content.gallery-security h1, #overview .featured.swipe-gallery .gallery-content.gallery-enterprise h1 { margin-top: 80px; }
#overview .featured.swipe-gallery p {  font-size: 16px; width:450px; margin-bottom: 15px; }
#overview .featured.swipe-gallery .gallery-content.gallery-enterprise p { width: 490px; }

#overview .get-started .row .column p { width:225px; }

canvas#ac-masked-img-overview-vpp-gallery.ac-masked-img { margin-top: 10px; }

/* video thumb */
#overview .profile-list .videothumb { display:block; width:260px; margin:0 auto;  margin-bottom: 5px; }
#overview .profile-list p { text-align: center; }

#overview .profile-list .videothumb,
#overview .profile-list .videothumb .image { position:relative; z-index:1; }
#overview .profile-list .videothumb img { display:block; }
#overview .profile-list .videothumb .play { position:absolute; top:49px; left:105px; z-index:2; display:block; width:46px; height:46px; opacity:1; *visibility:visible; background:url(http://images.apple.com/v/iphone/d/images/play_black.png) 0 0 no-repeat; background-size:46px 46px; }
#overview .profile-list .videothumb .play.blue { background-image:url(http://images.apple.com/v/iphone/d/images/play_blue.png); }
#overview .profile-list .videothumb .play.white { background-image:url(http://images.apple.com/v/iphone/d/images/play_white.png); }
#overview .profile-list .videothumb .play.lightblue { background-image:url(http://images.apple.com/v/iphone/d/images/play_lightblue.png); }
@media only screen {
  #overview .profile-list .videothumb .play { background-image:url(/v/iphone/d/images/play_black.svg); }
  #overview .profile-list .videothumb .play.blue { background-image:url(/v/iphone/d/images/play_blue.svg); }
  #overview .profile-list .videothumb .play.white { background-image:url(/v/iphone/d/images/play_white.svg); }
  #overview .profile-list .videothumb .play.lightblue { background-image:url(/v/iphone/d/images/play_lightblue.svg); }
}

#overview .profile-list .videothumb .play.top,
#overview .profile-list .videothumb .play.bottom {
  -webkit-transition:opacity 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
     -moz-transition:opacity 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
          transition:opacity 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

#overview .profile-list .videothumb .play.top { z-index:3; opacity:1; *visibility:visible; }
#overview .profile-list .videothumb .play.bottom { z-index:2; opacity:0; *visibility:hidden; }

#overview .profile-list .videothumb:hover .play.top,
#overview .profile-list a:hover .videothumb .play.top,
#overview .profile-list .videothumb:hover .play.bottom,
#overview .profile-list a:hover .videothumb .play.bottom { 
  -webkit-transition-duration:150ms;
     -moz-transition-duration:150ms;
          transition-duration:150ms;
}

#overview .profile-list .videothumb:hover .play.top,
#overview .profile-list a:hover .videothumb .play.top { opacity:0; *visibility:hidden; }

#overview .profile-list .videothumb:hover .play.bottom,
#overview .profile-list a:hover .videothumb .play.bottom { opacity:1; *visibility:visible; }

#overview .profile-list .videothumb:hover,
#overview .profile-list .videothumb:hover .more { text-decoration:underline; }
#overview .profile-list .row ul.grid3col li.column { margin-left: 35px; }

#overview .learnhow .row { width: 980px; }
#overview .learnhow .row .column.first { width: 400px; margin-top:90px; }
#overview .learnhow .row p { font-size:16px; line-height:28px; }

#overview .get-started .row p.section_intro {margin: 9px 180px 60px; }



#overview .get-started .row p.section_intro { margin: 9px 180px 0px; }
#main .powerful-apps .row .column { margin-top:95px; }
#overview .featured.swipe-gallery .gallery-content.gallery-security h1 { margin-top: 45px; }


/* /ipad/business/ */
.page-overview #band-gallery .dotnav ul {top: 262px;}
.page-overview #band-gallery .gallery-content {min-height: 285px}
.page-overview #band-gallery .gallery-content-ibm .swatch-page {color: #ffffff;}
.page-overview #band-gallery .gallery-content-ibm .apple-ibm {background-repeat: no-repeat;background-size: 216px 61px;height: 61px;width: 216px;background-image: url("http://images.apple.com/lae/ipad/business/images/apple_ibm_large.png");}
@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx){
.page-overview #band-gallery .gallery-content-ibm .apple-ibm {
        background-image:url("http://images.apple.com/lae/ipad/business/images/apple_ibm_large_2x.png")
    }

}

.page-overview .transform-image {margin-top:180px;}
.page-overview .business-platform .second-row {margin-top:10px;}
.page-overview .mtr-image {background-repeat: no-repeat;background-size: 980px 500px;height: 500px;width: 980px;background-image: url("http://images.apple.com/v/iphone/business/home/d/images/mtr_large.jpg");}

@media only screen{ 
    .buystrip .icon-shop {
        background-image: url("/v/ipad/business/home/c/images/buystrip_shop.svg");
        background-size: 44px 44px;
        height: 44px;
        width: 44px;
    } 
    .buystrip .icon-store {
        background-image: url("/../v/ipad/business/home/c/images/buystrip_store.svg");
        background-size: 44px 47px;
        height: 47px;
        width: 44px;
    }  
    .buystrip .icon-call {
        background-image: url("/../v/ipad/business/home/c/images/buystrip_call.svg");
        background-size: 44px 44px;
        height: 44px;
        width: 44px;
    }
}

.page-overview .apps-image {
  background-repeat: no-repeat;
  background-size: 985px 778px;
  height: 778px;
  width: 985px;
  background-image: url("http://images.apple.com/lae/ipad/business/images/apps_large.jpg");
  margin-left: 0px;
  margin-top:100px;
}
@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx) {
  /* line 68, src/scss/_overview.scss */
  .page-overview .apps-image {
    background-image: url("http://images.apple.com/lae/ipad/business/images/apps_large_2x.jpg");
  }
}
.page-overview .triple-device-image {
  background-repeat: no-repeat;
  background-size: 680px 721px;
  height: 721px;
  width: 680px;
  background-image: url("http://images.apple.com/lae/ipad/business/images/new_it_large.jpg");
  margin: 52px 0 0 22px;
}
@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx) {
  /* line 51, src/scss/_overview.scss */
  .page-overview .triple-device-image {
    background-image: url("http://images.apple.com/lae/ipad/business/images/new_it_large_2x.jpg");
  }
}

.page-overview #band-gallery .gallery-content-programs .apple-programs {
  background-size: 164px 164px;
  height: 164px;
  width: 164px;
  background-image: url("http://images.apple.com/lae/ipad/business/images/programs_icons_large.png");
  margin-top: 52px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx) {
  .page-overview #band-gallery .gallery-content-programs .apple-programs {
    background-image: url("http://images.apple.com/lae/ipad/business/images/programs_icons_large_2x.png");
  }
}

.page-overview .learnmore-image {
  background-repeat: no-repeat;
  background-size: 434px 268px;
  height: 268px;
  width: 434px;
  background-image: url("http://images.apple.com/lae/ipad/business/images/learnmore_large.jpg");
  margin: -32px 0 0 59px;
}
@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx) {
  .page-overview .learnmore-image {
    background-image: url("http://images.apple.com/lae/ipad/business/images/learnmore_large_2x.jpg");
  }
}

.buystrip .buystrip-product{background-repeat:no-repeat;background-size:236px 234px;height:234px;width:236px;background-image:url("http://images.apple.com/v/ipad/business/home/e/images/compare_ipad_large.png")}
@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx){
  .buystrip .buystrip-product{background-image:url("http://images.apple.com/v/ipad/business/home/e/images/compare_ipad_large_2x.png")}}

  .page-overview .gallery .overview_gallery_eaton {
    background-repeat: no-repeat;
    background-size: 980px 500px;
    height: 500px;
    width: 980px;
    background-image: url("http://images.apple.com/v/ipad/business/home/g/images/eaton_large.jpg")
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx) {
    .page-overview .gallery .overview_gallery_eaton {
        background-image: url("http://images.apple.com/v/ipad/business/home/g/images/eaton_large_2x.jpg")
    }
}

#profiles .profile-list ul.profiles li {min-height:348px;}