/* 
* Finalsite Support Custom CSS
* Multiple themes and repos
*/


/*
* Ticket 9449039
* Weglot has their own CSS for the language button, 
* so it is not aligning with other buttons in the header.
* 10/19/23 - James B
*/

.fsHeader .translate-toggle .wg-drop.country-selector .wgcurrent {
  height: 100% !important;
  min-height: 37px;
}
.fsMenu .wg-drop.country-selector .wgcurrent {
  height: 50px !important;
}
.fsMenu .wg-drop.country-selector .wgcurrent a {
  height: 100% !important;
}
@media (min-width: 1000px) {
  .fsHeader .translate-toggle .wg-drop.country-selector .wgcurrent {
    min-height: 50px;
  }
}

/* End Section */


/* 9682416 - 5/6/25 - Jon B */

.image-button {
  overflow: hidden;
}

/* End Section */