/********** APPS & SERVICES PAGE **********/    
             
.page_apps { 
  padding-bottom: 60px;   
  font-family: "adobe-clean","Helvetica",Arial,sans-serif; 
  font-style: normal;
  font-weight: 400;
}  

.page_apps a {  
  text-decoration: none;
}

.page_apps .apps_banner {
  height: 120px;
  width: 100%;
  background-color: #333; 
  color: white;   
  border-bottom: 1px solid #999;
}

.page_apps .apps_banner .inner {
  padding: 20px 0px 20px 0px;
  position: absolute; 
  width: 100%;   
} 
 
.page_apps .apps_banner .ad_second {
  color: #AAA; 
  min-height: 12px;
  display: inline-block;
}

.page_apps .apps_banner .inner p {
  max-width: 600px;
  padding: 0px 10px 10px 10px;
  line-height: 1.2em;
  padding-right: 20px;
}

.page_apps .apps_banner .inner p.no_button {
  margin-top: 20px; 
}

.page_apps .apps_banner .inner a {
  margin: 0px 0 0 10px;
  padding: 5px 30px;
}

.page_apps .apps_banner .inner .ad_second {
  width: 100%;
}

.page_apps .apps_banner .inner .ad_second a {
  padding: 0;
  margin: 0;
}

.page_apps .apps_header_bracket {
  float: left;
  width: 27px;
}

.page_apps .apps_header_icon {
  float: left;
  width: 44px;
  margin: 16px 10px 0 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#666666')";
  box-shadow: 0 2px 4px #000;
  -webkit-box-shadow: 0 2px 4px #000;
  -moz-box-shadow: 0 2px 3px #000;
}

.page_apps hr {
    margin: 0;
    padding: 0;
    border-bottom: 1px white solid;
    border-top: 1px #c7c7c7 solid;
    border-width: 1px 0 1px;
    clear: both;
}

.apps_group {
    margin: 15px 30px;    
    clear: both;
}

.apps_group h2 {  
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #414141;  
    padding-left: 10px;
}

.apps_group h3 {  
    font-size: 14px;
    font-size: .8rem;
    padding-left: 10px;
    color: #888;
    line-height: 1.2em;
    font-weight: 400; 
    -webkit-text-size-adjust: none;
}
.apps_group h3 a{
	font-weight: 700;
}

.apps_group h2 span {  
    color: #97979d;  
}

.apps_list {
    margin-top: 15px;
}

.apps_list_item {
    margin: 0 10px 10px 0;
    width: 220px;
    min-height: 95px;
    text-align: left;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.2;
    display: block;
    float: left;
}         

.apps_list_item b {
  font-weight: 700;
  color: #333;
}        

.app_download_link,
.app_trial_link {
  padding-left: 18px;
  background-image: url('/resource/img/download_app.png');
  background-position: 0 -1px;
  background-repeat: no-repeat;
}

.apps_list_item p {  
    -webkit-text-size-adjust: none;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.2;
    color: #888;
    display: block;
    min-width: 50px;
    text-align: left; 
}

.apps_list_item em {
    font-weight: 700;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    display: block;
}

.apps_group_tablet .apps_list_item em {
   white-space: normal;
}

.apps_list_item em.sign_in_to_learn_more {         
    margin-right: 10px;
    white-space: normal;
    font-size: 12px;
    font-size: .6875rem;
    font-weight: 700; 
    display: inline-block;
}

.apps_list_item a {       
    -webkit-text-size-adjust: none;
    color: #2699F6;
    text-align: left;    
    margin-right: 10px;
    white-space: nowrap;
    font-size: 12px;
    font-size: .6875rem;
    font-weight: 700; 
    display: inline-block;
}

.apps_list_item a:hover {
    text-decoration: underline;
}

.apps_list_item_image {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  width: 44px;
  height: 42px;   
  margin: 2px 0 10px 10px; 
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.apps_list_item_image_shadow {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#666666')";
  box-shadow: 0 2px 4px #666666;
  -webkit-box-shadow: 0 2px 4px #666666;
  -moz-box-shadow: 0 2px 3px #666666;
}


.page_apps .subnav {
  display: none;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#efefef));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #efefef);
  background-image: -moz-linear-gradient(top, #f1f1f1, #efefef);
  background-image: -o-linear-gradient(top, #f1f1f1, #efefef);
  background-image: -ms-linear-gradient(top, #f1f1f1, #efefef);
  background-image: linear-gradient(top, #f1f1f1, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1f1f1', EndColorStr='#efefef');
  border-bottom: 1px #c7c7c7 solid;
  -webkit-box-shadow: 0 1px 0 #f9f9f9;
  box-shadow: 0 1px 0 #f9f9f9;
}

.page_apps .subnav ul {
  padding: 8px 6px 6px 33px;
  white-space: nowrap;
  text-align: left;
}

.page_apps .subnav li {
  display: inline-block;
  margin: 0 .5em;
  position: relative;
  font-size: 19px;
  font-size: 1.2rem;
}

.page_apps .subnav a {
  color: #bbb;
  text-indent: -9999em;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.page_apps .subnav .active a {
  color: black;
}

.page_apps .subnav a i {
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -2px;
  float: left;
  opacity: 0.3; 
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
}

.page_apps .subnav .active a i {
  opacity: 1;
}

.page_apps .subnav .apps_desktop_btn i {
  background-position: 0 -570px;
}

.page_apps .subnav .apps_services_btn i {
  background-position: 0 -600px;
}

.page_apps .subnav .apps_edge_btn i {
  background-image: url('/resource/img/edge_section.png');
}

.page_apps .subnav .apps_tablet_btn i {
  background-position: 0 -630px;
}   

.page_apps .subnav b,
.page_apps .subnav p,
.page_apps .subnav em {
  position: absolute;
  display: none;
  bottom: -17px;
  left: 50%;
  margin: 0 0 2px -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #efefef transparent transparent;
}

.page_apps .subnav .active b,
.page_apps .subnav .active p,
.page_apps .subnav .active em {
  display: block;
}


.page_apps .subnav p {
  margin-bottom: 1px;
	border-color: #c4c4c4 transparent transparent;
}

.page_apps .subnav em {
  margin-bottom: 0px;
  border-color: #ffffff transparent transparent;
}


@media only screen and (max-width:580px) {
  
  .page_apps .apps_banner .inner a {
    margin-left: 10px;  
  }                
  
  .page_apps .apps_banner {
    height: 150px;    
  }
           
  .page_apps .apps_banner .inner p.no_button {
    margin-top: 10px; 
  }
}

@media only screen and (max-width:540px) {
    
  .page_apps .apps_group {
    display: none;
  } 
  
  .page_apps .apps_header_icon {
    margin: 16px 10px 0 15px;
  }
  
  .page_apps .apps_group_active {
    display: block;
  }    
  
  .page_apps .apps_banner .inner p { 
   padding-right: 10px;
  }
  
  .page_apps .apps_banner .inner p.no_button {
    margin-top: 10px; 
  }
  
  .page_apps .apps_group_active h2 {
  	font-size: 19px;
    font-size: 1.2rem;
  }

  .apps_list_item {
    width: auto;
    display: block;
    min-height: 0px;
    margin-bottom: 20px;
  }   
  
  .apps_list_item .media .bd {
    min-height: 50px;
  }   
  
  .page_apps .subnav {
    display: block;
  }
  
  .apps_list_item {
      width: 250px;
  }
  
  .page_apps hr {
    border: none;
    height: 0px;
    visibility: hidden;
  }
          
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .page_apps .subnav a i  {    
    background-image: url('/resource/img/sprite_30x30_2x.png');
    background-size: 60px;
  }  
  
  .page_apps .subnav .apps_edge_btn i {
    background-image: url('/resource/img/edge_section_2x.png');
    background-size: 30px;
  }
  
  .app_download_link,
  .app_trial_link {
    background-image: url('/resource/img/download_app_2x.png');
    background-size: 30px;
  }  
  
}
