﻿.industry-header {
    height: 62.5vh !important;
    background-size: cover !important;
    background-position: center !important;
}

.industry-story-container {
    max-width: 1164px;
}

.industry-card {
}

.industry-more-link {
    text-decoration: underline;
    text-underline-offset: 14px;
}

.industry-list-item {
    padding-left: 30px;
    font-size: larger;
}

    .industry-list-item.active {
        color: #000 !important;
        background-color: #E5AD3C !important;
        border-color: #E5AD3C !important;
    }

.industry-card-tclamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.industry-card-dclamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.industry-page-item {
    color: #000;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

    .industry-page-item:hover {
        text-decoration: none;
        color: #000;
    }

    .industry-page-item.active {
        border-bottom: solid 1px #000;
    }

.industry-icon {
    max-height: 27px;
}
