/* Ported from flswww/www/common/src/css/list-page.scss (94 lines). SCSS vars inlined. */

.list-page-center-wrap {
    text-align: center;
    background-size: cover;
}

.list-page-wrap {
    text-align: left;
    display: inline-block;
}
.list-page-wrap.list-page-fluid-content-width .list-section-content {
    width: unset !important;
}

.list-page-title {
    color: #0077E5;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
}

.list-section {
    text-align: left;
    margin-bottom: 35px;
    padding-bottom: 25px;
}
.list-section:not(:last-child) {
    border-bottom: 1px solid #eff1f2;
}
.list-section h3 {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    width: 270px;
}
.list-section h4 {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-top: 0;
    font-weight: normal;
    font-size: 30px;
    width: 500px;
}
.list-section .list-section-content {
    display: inline-block;
    width: 570px;
}
.list-section .list-section-content p { font-size: 1.01em; }
.list-section .list-section-content p:first-child { margin-top: 8px; }
.list-section .list-item { margin-bottom: 20px; }
.list-section .list-item .list-item-description { color: #737A97; }
.list-section .list-update-wrap {
    position: relative;
    width: 70%;
    max-width: 1400px;
    margin: 0 auto;
}
.list-section .list-update-wrap p { line-height: 1.6; }

@media (max-width: 875px) {
    .list-page-wrap, .list-section, .list-section h3 {
        width: 100%;
    }
    .list-section h3 { text-align: center; }
    .list-section-content {
        width: 93% !important;
        margin-left: 5%;
    }
}
