body {
	top: 0px !important;
}
/* GOOGLE TRANSLATE CLASSES */
#goog-gt-tt, .goog-te-balloon-frame {
	display: none !important;
} 
.goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
}
.goog-logo-link {
	display: none !important;
}
.goog-te-gadget {
	height: 28px !important;
	overflow: hidden;
}
.goog-te-banner-frame.skiptranslate, #google_translate_element {
	display: none !important;
}

/* SKIIN CLASSES */
.Login {
	display: flex !important;
    justify-content: center;
    align-items: center;
}
.Loginandlanguage {
	line-height: 0;
}


/* INTERNAL CLASSES */
.mtn-strong-lang-container {
	/*padding: 0.3rem;*/
	font-size: 1rem;
    color: #fff;
}
.mtn-strong-lang-btn {
	display: inline-block;
    margin-top: 12px;
	margin-right: 1rem;
    padding: .5rem;
	line-height: 30px;
	cursor: pointer;
}
.mtn-strong-lang-btn:hover {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
	.mtn-strong-lang-container {
		display: flex !important;
		justify-content: center;
		color: #000;
	}
	.mtn-strong-lang-btn {
		/* The skin has it hardcoded so we are forced to hardcode it too */
		margin-left: 20px;
		margin-right: 0;
		padding: 1rem;
		display: unset;
		margin-top: 0;
		line-height: 0;
	}
}