.ctga_desktop {
    display: unset;
}
.ctga_mobile {
    display: none;
}

div#ctga_top-bar {
    font-family: "SyntaxLTStd-Roman";
    border-top: solid #F4F7EF 2px;
    border-bottom: solid #F4F7EF 2px;
    /*padding-bottom: 1rem; alex*/
}

.top-bar-section ul li > a {
     font-family: "SyntaxLTStd-Roman";
}

li.ctga_mobile a {
    font-family: "SyntaxLTStd-Roman";
}

div.row.menu_header {
    height: 132px;
    background-color: #ffffff;
    /*padding:16px; alex */
}
div.row.menu_header img#header_logo {
    width: 210px;
    height: 132px;
    position:absolute;
    left:50%;
    margin-left: -109px;
    cursor:pointer;
}

div.contain-to-grid.sticky,
.top-bar,
.top-bar ul,
.top-bar.expanded .title-area,
.top-bar-section ul li,
.top-bar-section ul li > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar .name,
.top-bar .name a,
ul.dropdown,
ul.dropdown li,
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background-color: #ffffff;
    color: #4A4A4A;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: uppercase;

}

.top-bar .name a:hover,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
    background-color: #ffffff;
    color: #4A4A4A;
    text-decoration: underline;
}

.top-bar-section ul li.ctga_desktop a
{
    padding-left:6px !important;
    padding-right:6px !important;
}

.top-bar-section ul li.ctga_social
{
    margin-left:15px !important;
    margin-right:15px !important;
}


.ctga_social:hover,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li.ctga_social:hover,
.top-bar-section ul li.ctga_social:hover:not(.has-form) > a {
    background:#ffffff;
    background-color:#ffffff;
}

.contain-to-grid .top-bar {
    width: fit-content;
}

.top-bar-section .divider {
    display: none;
}

.top-bar-section ul li > a.ctga_social {
    display: inline;
    padding:0 !important;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #4A4A4A, 0 7px 0 1px #4A4A4A, 0 14px 0 1px #4A4A4A;
}
.top-bar-section .has-dropdown > a:after {
    color: #4A4A4A;
}

.top-bar-section .name a {
    width: fit-content;
}

.top-bar-section ul li > a.button {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    width: fit-content;
}

nav.top-bar {
    /* height: 4rem; alex */
}
.top-bar .button {
    height: unset;
    margin-top: -4px;
}

div#menu_lang_container {
    float:left;
}

div#menu_lang {
    margin-right: unset;
    margin-top: 32px;
}

.top-bar .toggle-topbar.menu-icon {
    top: 1.4rem;
}

.top-bar .toggle-topbar.menu-icon a {
    padding: 0 2rem 0 0.9375rem;
}

@media (max-width: 640px) {
    .ctga_desktop{
        display: none !important;
    }

    .ctga_mobile{
        display: block;
    }

    div.row.menu_header {
        height: 80px;
        background-position: 16px;
    }

    div.row.menu_header img#header_logo {
        left:0;
        height: 64px;
        width:auto;
        margin-left: 16px;
    }

    ul.title-area .ctga_mobile{
        display: inline-block;
        margin-top: 14px;
        margin-left: 4px;
    }

    ul.title-area li.ctga_mobile a {
        font-size:85%;
    }

    .contain-to-grid .top-bar {
        width: auto;
    }
    
    nav.top-bar.expanded {
        width: 100%;
        /* position:fixed; */
        /* top:0px; */
    }

    .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #4A4A4A, 0 7px 0 1px #4A4A4A, 0 14px 0 1px #4A4A4A;
    }

    .top-bar .name {
        width: 100%;
    }
    .top-bar-section .divider {
        display: block;
        border-top: none;
        height: 24px;
    }

    li.ctga_social {
        margin-left:16px;
    }

    div#menu_lang_container {
        float:right;
    }
    div#menu_lang {
        margin-top:0;
    }

    ul.title-area.name {
        height: fit-content;
        padding-right: 1rem;
    }

}

.top-bar .button:hover,
.top-bar button:hover {
    background-color: rgb(0, 81, 186);
    border-color:  rgb(0, 81, 186);
    color: #FFFFFF;
}