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






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




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

@media only screen and (max-width: 1300px) {
    .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(1) {
        flex-basis: 45%;
        max-width: 45%;
    }
}

@media only screen and (max-width: 1068px) {
    .section-story-spotlight .grid.himo-story-update .badges .badge-column:nth-child(1) {
        flex-basis: 55%;
        max-width: 55%;
    }
}

@media only screen and (max-width: 1300px) {
    .section-story-spotlight .grid.himo-story-update .badges .badge-column:nth-child(2) {
        flex-basis: 45%;
        max-width: 45%;
    }
}

@media only screen and (max-width: 1068px) {
    .section-story-spotlight .grid.himo-story-update .badges .badge-column:nth-child(2) {
        flex-basis: 40%;
        max-width: 40%;
    }
}

@media only screen and (max-width: 900px) {
    .section-story-spotlight .grid.himo-story-update .badges .badge-column:nth-child(-n+3), .industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.industry-story-spotlight .tile .tile-content .badges .column .badge-top .badge-content {
	margin-top: -30px;
	margin-bottom: 30px;
}


@media only screen and (max-width: 1068px) {
.industry-story-spotlight .tile .tile-content .badges .column .badge-top .badge-content {
	margin-top: -30px;
	margin-bottom: 30px;
    }
}

@media only screen and (max-width: 900px) {
.industry-story-spotlight .tile .tile-content .badges .column .badge-top .badge-content {
	margin-top: 0px;
	margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
	.section-story-spotlight .grid.himo-story-update .quote-content {
		padding-bottom: 10px;
    }
}

@media only screen and (max-width: 900px) {
	.section-story-spotlight .grid.himo-story-update .quote-content {
		padding-bottom: 0px;
    }
}


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