/* Extracted from content-structure.php (structure page) */

/* Section backgrounds, relocated from inline style attributes in content-structure.php.
   position:relative keeps the global .banner-svg-N:after decorative SVGs anchored. */
.structure-intro-bg {
    position: relative;
    width: 100%;
    display: block;
    background: url(../../images/bg01.png) repeat;
    background-size: contain;
    margin: 0;
}

.structure-tabs-bg {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
}

.structure-grad-bg {
    position: relative;
    width: 100%;
    display: block;
    background: url(../../images/bg03.png) repeat;
    background-size: contain;
}

@media (max-width: 767px) {
                    .mobile-tab-expanded-default.mobile-tab-expanded-open .nav-li {
                        display: block !important;
                    }
                }
