/* 
  -----------------------------------------------------------------------------
  CSS for template Aplicativos
  -----------------------------------------------------------------------------
*/

body.applications .navbar {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 7%);
}

body.applications .page-header::before,
body.applications .page-header::after {
    height: 0px;
}

@media only screen and (min-width: 80.0625em) {
    body.applications .main-content {
		width:100%;
    }
}    

body.applications .article-header {
    margin-bottom: 0rem;
}


/* 
  -----------------------------------------------------------------------------
  CSS to correct accessibility-related issues
  -----------------------------------------------------------------------------
*/
.skip-link {
  position: absolute;
  top: -45px;
  left: 0;
  background-color: #DF0024;
  color: white;
  padding: 8px;
  z-index: 100;
  text-decoration: none;	  
}

.skip-link:focus {
  /*top: 2px;*/
  /*left: 2px;*/
  color: white;
  outline: none;  	  
}

#page-content {
  scroll-margin-top: 100px; /* adjust based on header height */
}

.card-container > a h6, .card-container > a .h6 {
    color: #666666;
}

.product-faqs address p {
    margin-bottom: 0px;
}

.product-available span {
    color: #666666;
}

.grouped-card-list .info {
    color: #666666;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.breadcrumbs>* a {
    color: #666666;
}

.breadcrumbs>*.unavailable a {
    color: #666666;
}

.list-how-it-works p {
    color: #666666;    
}

.card-filter dd a.active {
    color: #000;
}

body.tools-layout.track-trace.alt-background.floating .inner-wrap,
body.tools-layout.track-trace.alt-background.floating .off-canvas-wrap {
    background-color: #000;
}
 
body.tools-layout.track-trace.alt-background.floating #page-content {
    background-color: #f5f6f6;
}

#featured-banner .banner-text-background h2, #featured-banner .banner-text-background .h2, #featured-banner .banner-text-background h6, #featured-banner .banner-text-background .h6, #featured-banner .banner-text-background p {
    color: #fff;
}

#featured-banner h2, #featured-banner .h2 {
    font-size: 2rem;
}

@media only screen and (min-width: 48.063em) {
    #featured-banner .slides .banner-text-background h2, #featured-banner .slides .banner-text-background .h2, #featured-banner .slides .banner-text-background h6, #featured-banner .slides .banner-text-background .h6 {
        color: #fff;
    }
}

@media only screen and (min-width: 48.063em) {
    #featured-banner h2, #featured-banner .h2 {
        font-size: 2.375rem;
    }
}

@media only screen and (min-width: 48.063em) {
    #featured-banner h2, #featured-banner .h2, #featured-banner h6, #featured-banner .h6, #featured-banner p {
        color: #fff;
    }
}

.nav-toggle {
    font-size: 1.5rem;
}

.orbit-container .orbit-slide-number {
    font-size: 0.75rem;
}