.fmv-topbar {
  max-width: 1320px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  background-color: #E9ECEF;
  z-index: 10;
}
.fmv-topbar .gap-1 {
  gap: 0.25rem !important;
}
.fmv-topbar:before {
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: calc((-100vw + 100%) / 2);
  width: 100vw;
  height: 100%;
  background-color: #e9ecef;
}
.fmv-topbar:after {
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((-100vw + 100%) / 2);
  width: 100vw;
  height: 3px;
  background-color: #e9ecef;
}
.fmv-topbar:before {
  z-index: -1;
}
.fmv-topbar--wrapper {
  display: grid;
  grid-template-columns: 200px 1fr;
  height: 60px;
}
.fmv-topbar img {
  margin: auto 0;
}
.fmv-topbar--links {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 200px;
}
.fmv-topbar--links > ul {
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.fmv-topbar > .nav {
  padding-right: 200px;
}
.fmv-topbar a {
  font-weight: bold;
  font-size: 0.775rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 15px;
}
.fmv-topbar .brand {
  isolation: isolate;
  position: relative;
}
.fmv-topbar .brand:before {
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b7b7b9;
}
.fmv-topbar .brand a {
  color: #000000;
}
.fmv-topbar .brand a:after {
  display: none !important;
}
.fmv-topbar .brand:hover.brand-yellow:before, .fmv-topbar .brand:focus.brand-yellow:before, .fmv-topbar .brand.active.brand-yellow:before {
  background-color: #F6E41B;
}
.fmv-topbar .brand:hover.brand-blue:before, .fmv-topbar .brand:focus.brand-blue:before, .fmv-topbar .brand.active.brand-blue:before {
  background-color: #2B366B;
}
.fmv-topbar .brand:hover.cta:before, .fmv-topbar .brand:focus.cta:before, .fmv-topbar .brand.active.cta:before {
  background-color: #43919D;
}
