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






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




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


.section-hero-with-nav .section-content .industry-hero-nav-banner-title {
    transform: translateX(6%);
}

.section-hero-with-nav .section-content .industry-hero-nav-banner-centered {
    width: 140%;
}

@media only screen and (max-width: 734px) {
    .section-hero-with-nav .section-content {
        max-width: 600px;
    }
}

.section-hero-with-nav .section-content .industry-hero-nav-banner-headline {
	flex-basis: 100%;
	max-width: 100%;
}

@media only screen and (max-width: 734px) {
    .typography-headline-super {
        font-size: 30px;
    }
}

.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 1300px) {
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n+2) {
        margin-top: 25px;
    }
}

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