.footer {
    padding-top: 0px;
}

.footer footer {
    margin-top: 0px;
}

.nav-content {padding-top: 120px; background-color: white;}

@media (max-width: 1200px){
    .nav-content {
        padding-top: 64px;
    } 
}

body[data-theme="amg"] .section-header__container .section-header__divider,.grid-debugger[data-theme="amg"] .section-header__container .section-header__divider {
    display: none
}

.section-header__text {
    overflow: hidden;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .section-header__text {
        margin-bottom:50px
    }
}

.section-header__subtitle {
    color: #666;
    position: relative;
    overflow: hidden;
    max-width: 940px;
    text-align: center;
    margin: 50px auto 30px
}

body[data-theme="renovation-black"] .section-header__subtitle,.grid-debugger[data-theme="renovation-black"] .section-header__subtitle {
    color: #fff
}

body[data-theme="amg"] .section-header__subtitle,.grid-debugger[data-theme="amg"] .section-header__subtitle {
    color: #fff
}

.section-header__subtitle span {
    display: inline-block;
    padding: 0 14px;
    position: relative;
    z-index: 2
}

.section-header__subtitle span::before {
    content: '';
    width: 650px;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: -650px;
    z-index: 1;
    top: 25px
}

@media screen and (max-width: 767px) {
    .section-header__subtitle span::before {
        top:14px
    }
}

.section-header__subtitle span::after {
    content: '';
    width: 650px;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    right: -650px;
    z-index: 1;
    top: 25px
}

@media screen and (max-width: 767px) {
    .section-header__subtitle span::after {
        top:14px
    }
}

body[data-theme="amg"] .section-header__subtitle span::after,.grid-debugger[data-theme="amg"] .section-header__subtitle span::after {
    display: none
}

body[data-theme="amg"] .section-header__subtitle span,.grid-debugger[data-theme="amg"] .section-header__subtitle span {
    color: #fff;
    padding: 0
}

@media screen and (min-width: 768px) {
    .section-header__subtitle span {
        transform:scaleX(0.7);
        transform-origin: left;
        width: 142.857143%;
        transform-origin: center;
        max-width: 940px;
        margin: auto;
        width: auto
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .section-header__subtitle span {
        font:normal 400 36px/50px "MBCorpo Title","SimSun",serif
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .section-header__subtitle span {
        font:normal 400 36px/50px "PingFang SC","Hiragino Sans GB","Noto Sans CJK SC","Source Han Sans SC","Microsoft YaHei","SimHei",Helvetica,Arial,serif
    }
}

@media screen and (max-width: 767px) {
    .section-header__subtitle span {
        transform:scaleX(0.7);
        transform-origin: left;
        width: 142.857143%;
        transform-origin: center;
        width: auto
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .section-header__subtitle span {
        font:normal 400 24px/28px "MBCorpo Title","SimSun",serif
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .section-header__subtitle span {
        font:normal 400 24px/28px "PingFang SC","Hiragino Sans GB","Noto Sans CJK SC","Source Han Sans SC","Microsoft YaHei","SimHei",Helvetica,Arial,serif
    }
}

body[data-theme="amg"] .section-header__subtitle,.grid-debugger[data-theme="amg"] .section-header__subtitle {
    margin-top: 30px
}

@media screen and (min-width: 768px) {
    .section-header__subtitle {
        margin-top:50px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .section-header__subtitle {
        position:relative
    }

    body[data-theme="amg"] .section-header__subtitle,.grid-debugger[data-theme="amg"] .section-header__subtitle {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

body[data-theme="amg"] .section-header__subtitleLine::before,.grid-debugger[data-theme="amg"] .section-header__subtitleLine::before {
    content: "";
    position: relative;
    width: 1px;
    height: 45px;
    top: 10px;
    left: 15px;
    margin-right: 15px;
    background-color: #c00;
    display: block;
    transform: rotate(15deg);
    transform-origin: top;
    display: inline-block
}

@media screen and (max-width: 767px) {
    body[data-theme="amg"] .section-header__subtitleLine::before,.grid-debugger[data-theme="amg"] .section-header__subtitleLine::before {
        height:25px;
        top: 7px;
        left: 0;
        margin-right: 5px
    }
}

body[data-theme="amg"] .section-header__subtitleLine span::before,.grid-debugger[data-theme="amg"] .section-header__subtitleLine span::before {
    display: none
}

body[data-theme="amg"] .eq-brand .section-header__subtitleLine::before,.grid-debugger[data-theme="amg"] .eq-brand .section-header__subtitleLine::before {
    background-color: #00ADEF
}

body[data-theme="renovation-black"] .section-header__subtitleLine::before,.grid-debugger[data-theme="renovation-black"] .section-header__subtitleLine::before,body[data-theme="renovation-black"] .section-header__subtitleLine::after,.grid-debugger[data-theme="renovation-black"] .section-header__subtitleLine::after {
    background-color: #666
}

.wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 20px
}

.wrapper::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 768px) {
    .wrapper {
        width:calc(700/768 * 100%);
        margin: 0 auto;
        margin: 0 auto
    }
}

@media screen and (min-width: 980px) {
    .wrapper {
        width:calc(940/980 * 100%);
        max-width: 940px
    }
}

.wrapper .wrapper {
    width: 100%
}

@media screen and (min-width: 768px) {
    .wrapper--bodysection {
        margin-top:60px;
        margin-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .wrapper--bodysection {
        margin-top:30px;
        margin-bottom: 30px
    }
}

.expandablePanel {
    margin-bottom: 0px;
    padding-bottom: 80px;
}

.expand-button {
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 0px;
    width: 100%;
}

.supplier-list-container__item .nav-title{
    font: normal 500 18px/1 "PingFang SC","Hiragino Sans GB","Noto Sans CJK SC","Source Han Sans SC","Microsoft YaHei","SimHei",Helvetica,Arial,serif;
    font-weight: 600;
    color: #222;
    padding: 25px 20px;
    cursor: pointer;
}

.title .expand-button .expand-icon {
    font-size: 12px;
    color: #00adef;
    float: right;
    padding-top: 5px;
    font-weight: normal;
}

.title .expand-button.collapsed .expand-icon {
    transform: rotate(180deg);
}

.supplier-list-container__item .title::after {
    content: '';
}
