#google_translate_element { display: none; }

.main-footer-container .language-selector-container {
    margin-bottom: 0px;
}
.main-footer-container .language-selector-container .selector-wrapper {
    width: 100%;
    margin: auto;
}
.main-footer-container .language-selector-container .select2-container .select2-choice {
    border: 0;
    padding: 10px 15px;
    font-family: "Arimo", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #373a36;
}
.main-footer-container .language-selector-container .select2-container .select2-choice:before {
    right: 15px;
    font-family: 'FontAwesome' !important;
    font-size: 2.1875rem;
    font-weight: 400;
    line-height: 0.9375rem;
    color: #009ddc;
}
/*Select 2 Overwrites?*/
.select2-container {
    width: 100%;
    display: block;
}
.select2-container.select2-container-active .select2-choice {
    background: #fff;
    border-color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 0 0 #000;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: inset 0 0 0 0 #000;
    -webkit-box-shadow: inset 0 0 0 0 #000;
    box-shadow: inset 0 0 0 0 #000;
}
.select2-container .select2-choice {
    position: relative;
    height: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Arimo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #000;
}
.select2-container .select2-choice:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 15px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome' !important;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #000;
}
.select2-container .select2-choice .select2-chosen {
    margin: 0;
    padding: 0;
}
.select2-container .select2-choice .select2-arrow {
    display: none;
}
.select2-drop {
    margin: 0;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.select2-drop.select2-drop-above, .select2-drop.select2-drop-active, .select2-drop.select2-drop-below {
    margin: 0;
    border: 0 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.select2-drop .select2-results {
    margin: 0;
    padding: 0;
}
.select2-drop .select2-results li, .select2-drop .select2-results .global-blog-carousel .blog-carousel .item .item-details ul li a, .global-blog-carousel .blog-carousel .item .item-details ul li .select2-drop .select2-results a {
    font-family: "Arimo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #000;
}
.select2-drop .select2-results li.select2-highlighted, .select2-drop .select2-results .global-blog-carousel .blog-carousel .item .item-details ul li a.select2-highlighted, .global-blog-carousel .blog-carousel .item .item-details ul li .select2-drop .select2-results a.select2-highlighted {
    color: #fff;
}


@media (max-width: 64em) {
    .main-footer-container .language-selector-container .selector-wrapper {
        max-width: 475px;
    }
}
@media (max-width: 64em) {
    .main-footer-container .language-selector-container {
        margin-bottom: 50px;
    }
}