@media (min-width: 992px) {

	/*** Changes the translate icon and caret to be appropriate color ***/
	.goog-te-gadget:before {
	background-image: url(/images/icons/los-rios-globe.svg);
	}

	.goog-te-gadget:after {
		background-image: url(/images/icons/los-rios-caret-down.svg);
	}
}