/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/


/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


html.ios.safari .section-hero .container {
	--ios-header: -23px;
}


.section-resources .resources-grid .row .resource-item .icon-headline {
    max-width: 14.5ch;
}


.section-resources .resources-grid .row .resource-item.resource-guides .resource-cta {
    margin: 0;
    max-width: 22ch;
}

.section-resources .resources-gallery .icon-card-headline {
    max-width: 13ch;
}

.section-stories .gallery-item .link-nowrap {
   white-space: nowrap;
}

.features-gallery.scroll-gallery.responsive .paddlenav {
    display: none;
  }

@media only screen and (max-width:1765px) {
  .features-gallery.scroll-gallery.responsive .paddlenav {
    display: flex;
  }
}

.values-gallery.scroll-gallery.responsive .paddlenav {
    display: none;
  }

@media only screen and (max-width:1320px) {
  .values-gallery.scroll-gallery.responsive .paddlenav {
    display: flex;
  }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
