#body-wrapper .container {
    padding: 0rem 1rem 0rem;
}

#footer {
    padding: 0;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}

#footer small:last-child {
    font-weight: 600;
}

#footer {
    margin-bottom: 100px;
}

.bottom-menu a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 300;
}

.layout-columns {
    display: flex;
    gap: 20px;
}

.sidebar {
    width: 30%;
    background-color: rgb(247, 146, 58);
}

.content-area {
    width: 70%;
}

.glossymenu {
    margin: 5px 0;
    padding: 0;
    width: 100%;
    border: 1px solid #9A9A9A;
    border-bottom-width: 0;
    background-color: rgb(247, 146, 58);
}

.glossymenu a.menuitem {
    background: #F7923A url(/user/themes/quark/images/glossyback.gif) repeat-x bottom left;
    font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #092869;
    display: block;
    position: relative;
    width: auto;
    padding: 4px 0;
    padding-left: 10px;
    text-decoration: none;
}

.glossymenu div.submenu {
    background: white;
}

.glossymenu a.menuitem .statusicon {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}

.glossymenu div.submenu ul li a {
    display: block;
    font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #092869;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
}

.glossymenu div.submenu ul li {
    border-bottom: 1px solid #F7923A;
}

.glossymenu div.submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    margin-top: .2rem;
}

small {
    font-size: 12px;
}

.submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.submenu.open {
    max-height: 1000px;
}

.glbb-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    color: #092869;
    font-family: Helvetica, Arial, sans-serif;
    padding: 30px 5px;
    margin-bottom: 50px;
    font-size: 15px;
    width: 100%;
}

.container {
    padding-right: .2rem;
    padding-left: .2rem;
}

.glbb-left,
.glbb-right {
    flex: 1 1 50%;
}

.glbb-left h1 {
    all: unset;
}

.glbb-left2 h1,
.glbb-container h1 {
    all: unset;
}

.glbb-left p {
    margin-bottom: 15px;
    line-height: 1.5;
}
.glbb-left a {
    color: rgb(9, 40, 105);
    font-weight: 600;
}

big {
    font-size: 16px;
    font-style: normal;
}

.glbb-divider {
    border-left: 2px solid gray;
    align-self: stretch;
}

.glbb-right small {
    font-style: italic;
    line-height: 1.5;
}

.glbb-contact {
    font-style: normal;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 12px;
}

.glbb-right b {
    display: block;
    margin-top: 10px;
}

.glbb-leaves {
    display: block;
    margin: 20px auto 0;
    width: 50px;
    height: 20px;
}

.wrapper-header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.container2 {
    width: 100%;
    position: relative;
    z-index: 999;
    height: 23px;
    background: red;
    margin-top: -54px;
    background: url('/user/themes/quark/images/index_10.jpg') repeat-x;
}

.img-banner {
    margin: 0 auto;
}

.menu {
    display: flex;
    gap: 3px;
    background: none;
    box-shadow: none;
    position: relative;
    bottom: 45px;
    left: -45px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.menu a {
    position: relative;
    padding: 8px 25px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 0.7rem;
    z-index: 2;
    white-space: nowrap;
    box-sizing: border-box;
    transition: padding 0.2s ease;
}

.menu a:hover,
.menu a:active,
.menu a.active {
    padding: 4px 25px;
}


.menu .home {
    background-color: #0089B5;
}

.menu .new-info {
    background-color: #71BD1F;
}

.menu .contact {
    background-color: #FE7D18;
}

.burger-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    margin-bottom: -29px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    gap: 10px;
    z-index: 100;
}

.burger {
    width: 18px;
    height: 14px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger span {
    display: block;
    height: 2px;
    background: #092869;
    border-radius: 2px;
}

.burger-label {
    font-size: 0.9rem;
    user-select: none;
    color: #092869;
    font-weight: 600;
}

.burger-label.active {
    color: #fff;
}

.burger.active span {
    background: #fff;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/user/themes/quark/images/wrapper-bg.png') no-repeat center center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 99;
    margin: -3px 0;
}

.mobile-menu-overlay a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    max-width: 100%;
}

.newsletterss span {
    font-style: normal;
}

.newsletterss small {
    font-style: normal;
    font-size: small;
}
.newsletterss a,
.newsletterss a.active, 
.newsletterss a:active, 
.newsletterss a:focus, 
.newsletterss a:hover {
     text-decoration: underline; 
     color: rgb(9, 40, 105); 
}

@media (max-width: 768px) {

    .layout-columns {
        flex-direction: column;
        gap: 0;
    }

    .sidebar {
        width: 100%;
        background-color: rgb(247, 146, 58);
    }

    .content-area {
        width: 100%;
    }

    #footer {
        padding: 0 20px 20px;
        margin-bottom: 20px;
    }

    .glbb-container {
        margin-bottom: 0 !important;
    }

    .glossymenu {
        margin: 15px 0 0 !important;
    }

    .glbb-container {
        flex-direction: column;
        gap: 10px;
    }

    .glbb-right {
        flex: 1 1 auto;
    }

    .glbb-divider {
        border-top: 2px solid gray;
        align-self: stretch;
        margin: 10px 0;
    }

    .menu,
    .container2 {
        display: none;
    }

    .burger {
        display: flex;
    }

    .burger-wrapper {
        display: flex;
    }

    .menu a {
        padding: 8px 25px;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        border-radius: 8px;
        font-size: 0.8rem;
    }

    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
    }
}