/* G-Translate Drawer Styles */
/*.gt_container--hich1m .gt_switcher {
    font-family: Metric-Regular,sans-serif !important;
    font-size: 1rem !important;
    width: 120px !important;
    line-height: 0;
}

    .gt_container--hich1m .gt_switcher a {
        padding: 0.5rem 0.75rem !important;
        font-size: 1rem !important;
    }

    .gt_container--hich1m .gt_switcher .gt_selected,
    .gt_container--hich1m .gt_switcher .gt_selected a,
    .gt_container--hich1m .gt_switcher .gt_selected a:hover {
        border-radius: 5px 5px 0 0 !important;
    }

    .gt_container--hich1m .gt_switcher .gt_selected {
        background: #fff !important;
    }

        .gt_container--hich1m .gt_switcher .gt_selected a {
            border: 0 !important;
            color: #666;
            width: inherit !important;
        }

            .gt_container--hich1m .gt_switcher .gt_selected a:hover {
                background: unset !important;
            }

            .gt_container--hich1m .gt_switcher .gt_selected a:after {
                height: 25px !important;
            }

    .gt_container--hich1m .gt_switcher .gt_option {
        width: inherit !important;
        height: 100% !important;
        background-color: #E6E4ED !important;
        border: 0 !important;
    }

        .gt_container--hich1m .gt_switcher .gt_option a:hover {
            background: #9A95A5 !important;
            color: #fff !important;
        }

    .gt_container--hich1m .gt_switcher a img {
        display: none !important;
    }*/



/* G-Translate Top Menu Styles */
.gt_container--hich1m .gt_switcher {
    font-family: Metric-Regular,sans-serif !important;
    font-size: 1rem !important;
    width: 120px !important;
    line-height: 0;
}

    .gt_container--hich1m .gt_switcher a {
        padding: 0.5rem 0.75rem !important;
        font-size: 1rem !important;
    }

    .gt_container--hich1m .gt_switcher .gt_selected,
    .gt_container--hich1m .gt_switcher .gt_selected a,
    .gt_container--hich1m .gt_switcher .gt_selected a:hover {
        border-radius: 5px 5px 0 0 !important;
    }

    .gt_container--hich1m .gt_switcher .gt_selected {
        background: #fff !important;
    }

        .gt_container--hich1m .gt_switcher .gt_selected a {
            border: 0 !important;
            color: #666;
            width: inherit !important;
        }

            .gt_container--hich1m .gt_switcher .gt_selected a:hover {
                background: unset !important;
            }

            .gt_container--hich1m .gt_switcher .gt_selected a:after {
                height: 25px !important;
            }

    .gt_container--hich1m .gt_switcher .gt_option {
        width: inherit !important;
        height: 100% !important;
        background-color: #E6E4ED !important;
        border: 0 !important;
    }

        .gt_container--hich1m .gt_switcher .gt_option a:hover {
            background: #9A95A5 !important;
            color: #fff !important;
        }

    .gt_container--hich1m .gt_switcher a img {
        display: none !important;
    }


.gt_switcher_wrapper {
    position: unset !important;
    text-align: center;
}

select.gt_selector {
    min-width: 100px;
    margin-right: 2rem;
    padding: 0 0 0 0.5rem;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 0;
    color: #ffffff;
    background-color: transparent;
    height: auto;
    text-transform: uppercase;
    letter-spacing: .11rem;
    font-size: 1rem;
    line-height: 1.5;
}

.gtranslate_wrapper.mobile {
    z-index: 1000;
    position: relative;
}

    .gtranslate_wrapper.mobile select.gt_selector {
        width: auto;
        margin: 0 1rem;
        padding: .3125rem 0.5rem;
        border: 1px solid #423e4c;
        border-radius: 5px;
        color: #423e4c;
    }
