.wfloc {
  margin-bottom: 1rem;
  padding-bottom: 10px;
}
.wfloc .button {
  color: #fff;
  background-color: transparent;
  padding-left: 0;
  font-size: 0.8em;
  font-weight: normal;
  border-color: rgba(255, 255, 255, 0.5);
  width: 135px;
  height: 2.5em;
  justify-content: inherit;
  transition: .25s border ease;
}
.wfloc .button:hover,
.wfloc .button:focus {
  color: #fff;
  border-color: #fff;
}
.wfloc .button > div {
  display: flex;
}
.wfloc .button span {
  display: flex;
  align-items: center;
}
.wfloc .button svg {
  height: 25px;
}
.wfloc .dropdown-item svg {
  display: none;
}
.is-us-section.hidden,
.is-ca-section.hidden {
  display: none !important;
}
.site_footer .contain > div .colHeader a:hover {
  text-decoration: underline;
}
.site-nav-container {
  z-index: 10000;
}
.fancybox-lock .site-nav-container {
  z-index: inherit;
}
