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






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




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


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

@media only screen and (max-width: 800px) {
.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
flex-basis: 100%;
max-width: 100%;
}
}

@media only screen and (max-width: 1068px) {
	.badge .badge-caption {
		font-size: 12px;
	}
}
@media only screen and (max-width: 800px) {
	.badge .badge-caption {
		font-size: 14px;
	}
}

@media only screen and (max-width: 734px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n+3) .badge .badge-value {
		line-height: 0.6;
	}
}

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