body {
    margin: 0;
    font-family: 'Surt',sans-serif;
}

/*.dropdown:hover .dropbtn.gmr a {
    color: #DC8419;
    text-shadow: 1px 0px 0px #dc8419;
}*/
/*
.dropdown:hover .dropbtn.rmed a {
    color: #CC3727;
    text-shadow: 1px 0px 0px #cc3727;
}*/

.topnav {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-link-text {
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 5px;
}

.header-title-text {
    font-weight: 600;
    margin-bottom: 10px;
}

svg.header-icon {
    cursor: pointer;
}

/*    .topnav .dropdown .dropbtn a, .topnav .dropdown {
        height: 100px;
        min-height: 100px;
    }*/
.webView.navBar.light button.dropbtn a:hover:after, .webView.navBar.light button.dropbtn a:focus:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 25%;
    min-width: 100%;
    top: calc(50% + 15px);
    left: 0;
    z-index: 55;
    border-radius: 50px;
    transition: all 0.3s;
}

.webView.navBar.dark button.dropbtn a:hover:after, .webView.navBar.dark button.dropbtn a:focus:after {
    background-color: #ffffff !important;
}


.webView.navBar.light button.dropbtn a:hover:after, .webView.navBar.light button.dropbtn a:focus:after {
    background-color: #222222 !important;
}

.webView.navBar button.dropbtn a:after, .webView.navBar button.dropbtn a:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    min-width: 0px;
    top: calc(50% + 15px);
    left: 0;
    z-index: 55;
    border-radius: 50px;
    transition: all 0.3s;
    background-image: none !important;
}

.webView.navBar button.dropbtn:hover a:after, .webView.navBar button.dropbtn:focus a:after {
    min-width: 100%;
    transition: all 0.3s;
}

.admin-list-link > ul:last-child {
    margin-bottom: 0;
}

.webView.navBar button.dropbtn .active:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 25%;
    min-width: 100%;
    top: calc(50% + 15px);
    left: 0;
    z-index: 55;
    border-radius: 50px;
    transition: all 0.3s;
}

/*.webView.navBar.light button.dropbtn .active:after, .webView.navBar button.dropbtn a:hover:after, .webView.navBar button.dropbtn a:focus:after {
    background-color: #333333 !important;
}*/

.webView.navBar.dark button.dropbtn.tal .active:after, .webView.navBar button.dropbtn.tal a:hover:after, .webView.navBar button.dropbtn.tal a:focus:after {
    background-color: #ffffff !important;
}

.webView.navBar.dark button.dropbtn svg, .webView.navBar.dark #toggle-search, .navBar.mobView.dark button.dropbtn svg, .navBar.mobView.dark #toggle-search {
    fill: white;
}

.webView.navBar.light button.dropbtn svg, .webView.navBar.light #toggle-search, .navBar.mobView.light button.dropbtn svg, .navBar.mobView.light #toggle-search {
    fill: #222222;
}

button.dropbtn a {
    position: relative;
}

button.dropbtn svg.arrow-change {
    transform: rotate(180deg);
    transition: all 0.3s;
}

button.dropbtn svg {
    margin-left: 10px;
    transition: all 0.3s;
}

.dropdown {
    height: 100px;
    min-height: 100px;
    display: flex;
}

.webView.navBar, .navBar.mobView {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.new_nav_logo_home img, .ak_dropdown .ak_dropbtn img, .new_nav_logo_home_mobile, .nav_right_controls img, .new_nav_logo_home_mobile img {
    height: 20px;
    width: auto;
}


.navBar.mobView.dark svg.mobile-icon-position {
    fill: white;
}

.navBar.mobView.light svg.mobile-icon-position {
    fill: #222222;
}

.webView.navBar.dark, .navBar.mobView.dark, .navBar.mobView.dark .navigation .nav-list {
    background-color: rgba(0,0,0,0.80);
}

    .webView.navBar.dark .dropdown .dropdown-content {
        background-color: rgba(0,0,0,1);
    }

        .webView.navBar.dark .dropdown .dropdown-content a, .navBar.mobView.dark .nav-list li a {
            color: white;
        }

.webView.navBar.light .dropdown .dropdown-content {
    background-color: rgba(255,255,255,1);
}

    .webView.navBar.light .dropdown .dropdown-content a, .navBar.mobView.light .nav-list li a {
        color: #222222;
    }

.webView.navBar.dark.scroll, .navBar.mobView.dark.scroll, .navBar.mobView.dark.scroll .navigation .nav-list {
    background-color: rgba(0,0,0,0.90);
}


.webView.navBar.light, .navBar.mobView.light, .navBar.mobView.light .navigation, .navBar.mobView.light .nav-list {
    background-color: rgba(255,255,255,0.80);
}

    .webView.navBar.light.scroll, .navBar.mobView.light.scroll, .navBar.mobView.light.scroll .navigation .nav-list {
        background-color: rgba(255,255,255,0.90);
    }

    .webView.navBar.light .hide-dark, .navBar.mobView.light .hide-dark {
        display: none;
    }

.navBar.mobView.dark #nav-toggle:not(.active) span, .navBar.mobView.dark #nav-toggle span:before, .navBar.mobView.dark #nav-toggle span:after {
    background: white;
}

.webView.navBar.dark .hide-light, .navBar.mobView.dark .hide-light {
    display: none;
}

.webView.navBar.dark .dropbtn > a, .webView.navBar.dark .dropbtn > a:hover, .webView.navBar.dark .dropbtn > a:focus, .webView.navBar.dark .dropbtn > a:active {
    color: white;
}

    .webView.navBar.dark .dropbtn > a svg {
        fill: white;
    }

.webView.navBar.light .dropbtn > a svg {
    fill: #222222;
}

.webView.navBar.light .dropbtn > a, .webView.navBar.light .dropbtn > a:hover, .webView.navBar.light .dropbtn > a:focus, .webView.navBar.light .dropbtn > a:active {
    color: #222222;
}

.webView.navBar.dark button.dropbtn a:hover:after, .webView.navBar.dark button.dropbtn a:focus:after {
    background-color: #ffffff;
}

.webView.navBar.light button.dropbtn a:hover:after, .webView.navBar.light button.dropbtn a:focus:after {
    background-color: #222222;
}



#searchBar {
    border: none;
    margin-right: 0;
    max-width: 350px;
    padding: 10px 16px;
    position: absolute;
    right: 0;
    width: 350px;
    min-width: 350px;
    top: 50px;
    height: 58px;
    border-radius: 5px;
    z-index: 1005;
}

.dark #searchBar {
    background-color: rgba(78, 78, 78, 0.95);
    color: white;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.12);
}

#searchBar {
    border: none;
    margin-right: 0;
    max-width: 350px;
    padding: 10px 16px;
    position: absolute;
    right: 33px;
    width: 350px;
    min-width: 350px;
    top: 50%;
    transform: translateY(-50%);
    height: 58px;
    border-radius: 5px;
    z-index: 1005;
}



.webView.navBar.dark, .navBar.mobView.dark, .navBar.mobView.dark .navigation .nav-list {
    background-color: rgba(0,0,0,0.80);
}

    .webView.navBar.dark button.dropbtn.gmr .active:after, .webView.navBar button.dropbtn.gmr a:hover:after, .webView.navBar button.dropbtn.gmr a:focus:after {
        background-color: rgb(220, 132, 25) !important;
    }

.webView.navBar.light button.dropbtn.rmed .active:after, .webView.navBar button.dropbtn.rmed a:hover:after, .webView.navBar button.dropbtn.rmed a:focus:after {
    background-color: #CC3727 !important;
}

.webView.navBar.light button.dropbtn.tal .active:after, .webView.navBar button.dropbtn.tal a:hover:after, .webView.navBar button.dropbtn.tal a:focus:after {
    background-color: #222222 !important;
}

.webView.navBar.dark button.dropbtn.tal .active:after, .webView.navBar button.dropbtn.tal a:hover:after, .webView.navBar button.dropbtn.tal a:focus:after {
    background-color: #a9a9a9 !important;
}

.webView.navBar.light button.dropbtn.ts .active:after, .webView.navBar button.dropbtn.ts a:hover:after, .webView.navBar button.dropbtn.ts a:focus:after {
    background-color: #3AB0C8 !important;
}

.webView.navBar.light button.dropbtn.gmr .active:after, .webView.navBar button.dropbtn.gmr a:hover:after, .webView.navBar button.dropbtn.gmr a:focus:after {
    background-color: #DC8419 !important;
}

.webView.navBar.light button.dropbtn.asset .active:after, .webView.navBar button.dropbtn.asset a:hover:after, .webView.navBar button.dropbtn.asset a:focus:after {
    background-color: #a0cf67 !important;
}

.light #searchBar {
    background-color: white;
    color: #222222;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 12%);
}

#toggle-cross.active:before {
    transform: rotate(45deg);
    top: 0;
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 20px;
    background: #c1b8b8;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
    right: 0;
}

#toggle-search {
    cursor: pointer;
    display: block;
}

.light #toggle-cross.active:after, .light #toggle-cross.active:before {
    background: #222222 !important;
}

#toggle-cross.active {
    display: block;
}

#toggle-cross {
    position: relative;
    min-width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.dropbtn.rmed a.active:after {
    background-color: #cc3727 !important;
}

.dropbtn.tal a.active:after {
    background-color: #a9a9a9 !important;
}

.dropbtn.asset a.active:after {
    background-color: #a0cf67 !important;
}

.dropbtn.gmr a.active:after {
    background-color: #DC8419 !important;
}

.dropbtn.ts a.active:after {
    background-color: #3AB0C8 !important;
}

.light #searchBar {
    background-color: white;
    color: #222222;
}

.dark #toggle-cross.active:after {
    background: #ffffff !important;
}

.dark #toggle-cross.active:before {
    background: #ffffff !important;
}

#globalSearch {
    position: relative;
    min-width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toggle-cross.active:after {
    transform: rotate(-45deg);
    top: 0;
    bottom: -10px;
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 20px;
    background: #c1b8b8 !important;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
    right: 0;
}

.topnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.22), 0 3px 3px rgba(0, 0, 0, 0.22);
}

    .topnav.fixed .dropdown {
        position: relative !important;
    }

        .topnav.fixed .dropdown:hover .dropdown-content {
            z-index: 1054;
            position: fixed;
            top: 50px;
        }

.topnav [disabled] {
    opacity: 0.5 !important;
    pointer-events: none;
}

.webView {
    display: block;
}

.mobView {
    display: none;
}

.new_nav_logo_home {
    margin: 0 15px;
}

.new_Nav_Head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 0;
}

.topnav a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.topnav .dropdown .dropbtn {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    color: #3C3C3B;
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding: 0;
}

.active {
    /* background-color: #04AA6D; */
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.webView.navBar.light .dropdown .dropbtn.gmr + .dropdown-content a:hover {
    color: white;
}


.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown:hover .dropbtn.gmr svg {
    fill: #DC8419;
}

.dropdown:hover .dropbtn.tal svg {
    fill: #4B4F54;
}

/*.dropbtn.gmr + .dropdown-content {
    background-color: #FCF3EA;
}*/

.dropbtn + .dropdown-content a {
    color: #000000;
}

.dropbtn.gmr + .dropdown-content a:hover {
    background-color: #DC8419;
    color: white;
}

/*.dropdown:hover .dropbtn.rmed a {
    color: #CC3727;
    text-shadow: 1px 0px 0px #cc3727;
}
*/
/*.dropdown:hover .dropbtn.tal a {
    color: #4B4F54;
    text-shadow: 1px 0px 0px #4b4f54;
}*/

.dropdown:hover .dropbtn.tal svg {
    fill: #4B4F54;
}

/*.dropdown:hover .dropbtn.tal + .dropdown-content {
    background-color: #EDEEEF;
}*/

.dropdown .dropbtn.tal + .dropdown-content > a:hover {
    background-color: #4B4F54;
    color: white;
}

.topnav a:hover,
.dropdown:hover .dropbtn.rmed svg {
    fill: #CC3727;
}

.dropbtn > a {
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all .5s ease;
}

.navigation {
    height: 100px;
    position: relative;
}

.brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .brand a,
    .brand a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.nav-container {
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

nav {
    float: right;
}

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            float: left;
            position: relative;
        }

            nav ul li a,
            nav ul li a:visited {
                display: block;
                padding: 0 20px;
                line-height: 70px;
                color: #3C3C3B;
                font-size: 16px;
                font-weight: 400;
                text-decoration: none;
                position: relative;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                nav ul li a svg {
                    position: absolute;
                    right: 5%;
                    width: 13px;
                    height: 7px;
                    top: 50%;
                    transform: rotate(0);
                    transition: all .3s ease;
                }

                nav ul li a.active svg {
                    position: absolute;
                    right: 5%;
                    width: 13px;
                    height: 7px;
                    top: 50%;
                    transform: rotate(180deg);
                    fill: currentColor;
                    transition: all .3s ease;
                }

                nav ul li a.active:not(:only-child):after,
                nav ul li a.active:visited:not(:only-child):after {
                    transform: rotate(180deg) translateY(50%);
                }

            nav ul li ul li {
                min-width: 190px;
            }

                nav ul li ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    height: 100px;
    width: 100px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 798px) {
    nav ul li.asset:focus, nav ul li.asset:hover, nav ul li.asset a:focus, nav ul li.asset a:hover {
        background: #a0cf67;
    }

    .nav-mobile {
        display: block;
    }

    /* nav {
        width: 100%;
        padding: 55px 0 15px;
    }*/

    nav ul {
        display: none;
    }

        nav ul li {
            float: none;
        }

            nav ul li a {
                padding: 15px;
                line-height: 20px;
            }

            nav ul li ul li a {
                padding-left: 30px;
            }

    .nav-dropdown {
        position: static;
        box-shadow: none !important;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 50%;
    cursor: pointer;
    padding: 10px 25px 16px 0px;
    transform: translateY(-50%);
}

a.new_nav_logo_home_mobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    margin-top: -4px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 25px;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

    #nav-toggle span:before {
        top: -10px;
    }

    #nav-toggle span:after {
        bottom: -10px;
    }

#nav-toggle.active span {
    background-color: transparent;
}

    #nav-toggle.active span:before,
    #nav-toggle.active span:after {
        top: 0;
    }

    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }

    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

/*.dropdown:hover .dropbtn.rmed + .dropdown-content {
    background-color: #FBECEA;
}*/

.dropdown:hover .dropbtn.rmed + .dropdown-content a:hover {
    background-color: #CC3727;
    color: white;
}

/*.topnav a:hover,
.dropdown:hover .dropbtn.tal a {
    color: #4B4F54;
    font-weight: 700;
}*/

.dropdown:hover .dropbtn.tal svg {
    fill: #4B4F54;
}

/*.dropdown:hover .dropbtn.ts a {
    color: #3AB0C8;
    text-shadow: 1px 0px 0px #3ab0c8;
}*/

.dropdown:hover .dropbtn.ts svg {
    fill: #3AB0C8;
}

/* .dropdown:hover .dropbtn.ts + .dropdown-content {
        background-color: #E7F9FD;
    }*/

.dropdown .dropbtn.ts + .dropdown-content > a:hover {
    background-color: #3AB0C8;
    color: white;
}

/*.dropdown:hover .dropbtn.gmr {
    color: #DC8419;
    text-shadow: 1px 0px 0px #dc8419;
}*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 260px;
    z-index: 500;
    border-radius: 0;
    top: 100px;
    overflow: hidden;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.footer_content > h4 {
    color: #3C3C3B;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
}


.footer_content > p {
    color: #9C9C9C;
    font-weight: 400;
    font-size: 16px;
}

.footer_content {
    display: grid;
    grid-template-rows: 90px 1fr;
    /* grid-gap: 60px; */
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}



.mobView .topnav .dropdown {
    display: none;
}

/*.dropdown:hover .dropdown-content {
    display: block;
}
*/

.web_navbar_search {
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    visibility: hidden;
}

    .web_navbar_search.show {
        visibility: visible;
    }


.new_nav_controls {
    display: flex;
    align-items: center;
    position: relative;
}

.new_Nav_Head > img {
    width: 40%;
}


.new_nav_controls input,
.new_nav_controls input:focus {
    border: none;
    outline: none;
    border-bottom: 1px solid #DBDBDB;
}

    .new_nav_controls input::placeholder {
        font-family: 'Calibri', sans-serif;
        font-style: italic;
        font-weight: 400;
        font-size: 12px;
        line-height: 26px;
        color: #C5C3C3;
    }

.new_nav_controls .ak_dropbtn,
.new_nav_controls .ak_dropbtn:focus {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
}

    .new_nav_controls .ak_dropbtn:hover {
        background-color: transparent;
        outline: none;
    }

.new_nav_controls .ak_dropdown {
    position: relative;
    display: inline-block;
}

.search_new_nav,
.search_new_nav:focus {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.ak_dropdown-content-admin.show {
    display: block;
}

    .ak_dropdown-content-admin.show::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #EFF6F3;
        position: absolute;
        top: 0;
        right: 5%;
        left: unset !important;
        transform: translateY(-100%);
    }

.ak_dropdown-content-admin {
    display: none;
    position: absolute;
    background-color: #EFF6F3;
    min-width: 270px;
    max-width: 270px;
    z-index: 1024;
    right: 0;
    border-radius: 10px;
    box-shadow: 0px 20px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    top: 75px;
}

.admin-list-link {
    display: block;
    width: 100%;
    padding: 15px;
}

    .admin-list-link a:hover {
        color: #777777;
    }

    .admin-list-link a:last-child {
        margin-bottom: 0;
    }

    .admin-list-link a {
        color: #212529;
        line-height: 1.3;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

.new_nav_controls .ak_dropdown-content {
    display: none;
    position: absolute;
    background-color: #EFF6F3;
    min-width: 160px;
    z-index: 1024;
    right: 0;
    border-radius: 10px;
    box-shadow: 0px 20px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    top: 75px;
}

    .new_nav_controls .ak_dropdown-content a {
        text-decoration: none;
        display: block;
    }

.login_btn {
    background-color: transparent;
    border: 1px solid #00774B;
    border-radius: 10px;
    color: #00774B;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    font-family: 'Surt', sans-serif;
    margin-bottom: 15px;
}

.new_nav_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.logout_btn {
    background-color: #00774B;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 12px 0;
    font-family: 'Surt', sans-serif;
}


.ak_dropdown-content {
    padding: 15px;
}

.new_nav_controls .show {
    display: block;
}

.new_nav_controls .ak_dropdown-content span {
    margin-bottom: 15px;
    display: block;
}

.ak_dropdown-content.show:before, .ak_dropdown.show:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #EFF6F3;
    position: absolute;
    top: 0;
    right: 5%;
    left: unset !important;
    transform: translateY(-100%);
}

.mobView .nav-list .gmr .nav-dropdown li a:focus, .mobView .nav-list .gmr .nav-dropdown li a:active, .mobView .nav-list .gmr .nav-dropdown li a:hover {
    background: #DC8419;
    color: white;
}

.mobView .nav-list .tal .nav-dropdown li a:focus, .mobView .nav-list .tal .nav-dropdown li a:active, .mobView .nav-list .tal .nav-dropdown li a:hover {
    background: #4B4F54;
    color: white;
}

@media only screen and (max-width:1372px) {
    .new_nav_controls .ak_dropdown-content {
        right: 15px;
    }
}

@media only screen and (max-width:1189px) {


    .footer_content {
        grid-template-rows: 120px 1fr;
    }

    /*.dropdown-content {
        min-width: unset;
        width: unset;
    }*/

    /* .topnav {
        position: relative;
    }*/
}

@media only screen and (max-width:800px) {
    .web_navbar_search > input {
        width: 100%;
    }

    .web_navbar_search {
        transform: translateX(-100%);
    }

    .webView.navBar {
        display: block !important;
    }

    .mobView.navBar {
        display: none !important;
        position: relative;
    }

    .topnav a.icon.navIcon {
        float: right;
        display: none !important;
    }

    svg.mobile-icon-position {
        height: 50px;
        width: 20px;
    }
}

@media screen and (max-width: 767px) {
    #searchBar {
        position: fixed;
        top: 131px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px) {

    .ak_dropdown-content-admin.show {
        min-width: 65%;
        max-width: 65%;
        right: 5px;
        top: 100px;
    }

    .webView.navBar button.dropbtn .active:after, .webView.navBar button.dropbtn a:after, .webView.navBar button.dropbtn a:after {
        top: calc(50% + 30px);
    }

    .banner_wrapper {
        min-height: 500px !important;
        justify-content: center !important;
    }

    .block.globaltradewatchsectionblock {
        padding-top: 0 !important;
    }


    .topnav.fixed {
        height: 62px;
        border-bottom: 1px solid rgba(0,0,0,0.22);
    }

    .dropdown-content {
        min-width: 250px;
    }

    .topnav .dropdown .dropbtn {
        margin: 0px 7px;
    }

    .navigation {
        display: flex;
        align-items: center;
    }

    .dropbtn > a {
        padding: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
        color: #3C3C3B;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: all .5s ease;
    }

    .social_links {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon.navIcon {
        float: right;
        display: block !important;
    }

    .webView.navBar {
        display: none !important;
    }

    .mobView.navBar {
        display: block !important;
    }

    .footer_content p {
        font-size: 14px;
    }

    .footer_content {
        padding-bottom: 30px;
        display: block;
    }

        .footer_content > h4,
        .footer_content > p {
            text-align: center;
        }

    .nav-list {
        z-index: 1024;
        position: absolute;
        top: 102px;
        left: 0px;
        right: 0px;
        box-shadow: inset 0px 20px 28px rgba(0, 0, 0, 0), 0 10px 10px rgba(0, 0, 0, 0.22);
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
        flex-direction: column;
    }

    .dropdown_nav.responsive {
        display: block;
    }

    .dropdown_nav {
        display: none;
    }

    .dropdown_nav {
        position: absolute;
        left: 0;
        top: 0;
    }

    .mobView .dropbtn {
        display: block;
    }

    .dropdown-content {
        position: unset;
    }

    .nav_right_controls {
        margin-right: 20px;
        float: right;
        margin-top: 1px;
    }

    .mobView .ak_dropdown {
        display: none;
        position: absolute;
        top: 70px;
        right: 10px;
        background-color: #EFF6F3;
        min-width: 150px;
        box-shadow: inset 0px 20px 28px rgba(0, 0, 0, 0), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

        .mobView .ak_dropdown.show {
            display: block;
            position: absolute;
            top: 100px;
            border-radius: 10px;
            z-index: 1024;
            right: 20px;
        }

    .nav_search_box {
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
        padding: 16px;
        display: none;
    }

    .nav_search_box {
        display: block;
    }

    .mob_search, .mob_search:focus {
        border: none;
        outline: none;
        background-color: transparent;
        cursor: pointer;
    }

    .nav_search_box {
        display: none;
    }

        .nav_search_box.show {
            display: block;
        }

        .nav_search_box input, .nav_search_box input:focus {
            width: 96%;
            border: none;
            padding: 10px 6px;
            outline: none;
            border-bottom: 1px solid #DBDBDB;
        }

            .nav_search_box input::placeholder {
                font-weight: 400;
                font-size: 12px;
                font-style: italic;
                line-height: 26px;
                color: #C5C3C3;
                font-family: 'Calibri',sans-serif;
            }

    .ak_dropbtn, .ak_dropbtn:focus {
        background-color: transparent;
        border: none;
        outline: none;
    }

    .dropdown_nav.responsive .dropdown {
        width: 100%;
    }

    .dropdown_nav {
        top: 70px;
        background-color: white;
    }

    .mobView .dropdown .dropbtn {
        color: black;
    }

    .navbar_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1px;
    }

    .menu_btn, .menu_btn:focus {
        background: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .topnav {
        justify-content: flex-start;
    }

        .topnav.responsive .icon {
            position: absolute;
            left: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }
}

@media screen and (max-width: 576px) {
    .brand a img {
        max-width: 100% !important;
    }
}

.webView .dropdown, .webView .dropup {
    position: inherit !important;
}

.logout_btn:hover {
    color: white;
}

.login_btn:hover {
    color: #00774B;
}
