/* Code to change page width START */
.container_12 {
    width: 1920x;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1919px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */

/* Code to split navigation menu START */
/* Ensure the inner  navigation menu structure is flexible on desktop viewports */
@media (min-width: 768px) {
    .split-menu ul.firstLevel {
        display: flex !important;
        width: 100% !important;
    }

    /* Push only the very last button to the far right side */
    .split-menu ul.firstLevel > li:last-child {
        margin-left: auto !important;
    }
}

/* Style the text and links of the last item */
.split-menu ul.firstLevel > li:last-child a, 
.split-menu ul.firstLevel > li:last-child a span {
    color: #5E4623 !important;
}
/* Code to split navigation menu END */