.site-header {
  z-index: 10;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;

  z-index: 100;
  display: flex;
  flex-wrap: wrap;

  background: #fff;
  font-size: 10px;
}
.brandbar.universal-nav-active,
.brandbar.top-search-active {
  background: #353535;
}

.brandbar a {
  height: 50px;

  color: #fff;
  text-decoration: none;
}

.brandbar {
  position: relative;
  min-height: 5em;
  width: 100%;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  background: #9E1B32;
  color: #fff;
  transition: background 0.2s ease-in-out;
}

.brandbar.universal-nav-active,
.brandbar.top-search-active {
  background: #353535;
}

.brandbar a {
  height: 50px;

  color: #fff;
  text-decoration: none;
}

.brandbar .ua-logo {
  position: relative;
  width: 50vw;
  margin-left: 5px;
  padding-left: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brandbar .ua-logo a {
  height: 100%;
  width: 100%;

  background: url("../imgs/logos/ua-logo.svg") left center no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.brandbar .legends-campaign {
  position: relative;
  width: 33vw;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  background: #353535;
}

.brandbar .legends-campaign:before,
.brandbar .legends-campaign:after {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 16px;

  content: "";
  background: #353535;
  border-right: 5px solid #353535;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.brandbar .legends-campaign:before {
  left: -8px;
}

.brandbar .legends-campaign:after {
  right: -8px;
}

.brandbar .legends-campaign a {
  z-index: 2;
  position: relative;
  height: 100%;
  width: 92%;

  text-indent: -9999px;
  background: #353535
    url("../imgs/legends-sm.png") center
    center no-repeat;
  background-size: 100%;
  color: white;
  text-align: center;
}

.brandbar .brandbar-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  font-size: 1.3em;
}

.brandbar .brandbar-nav li.mybama-link {
  display: none;
}

.brandbar .brandbar-nav li a,
.brandbar .brandbar-nav li button {
  min-height: 50px;
  padding: 0 15px;
  display: inline-block;

  line-height: 50px;
}

.brandbar.expanded .brandbar-nav li.expand-universal-nav button {
  background: transparent;
  color: #fff;
}

.brandbar-nav .fa-bars.mobile-expand {
  color: #992020;
}

.brandbar .brandbar-nav li a:hover,
.brandbar .brandbar-nav li a:focus,
.brandbar .brandbar-nav li button:hover,
.brandbar .brandbar-nav li button:focus {
  color: #fff;
  background: #6d0019;
}

.brandbar .brandbar-nav button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
}

/* brandbar search icon */
.brandbar .brandbar-nav li.expand-search button {
  background: #9E1B32;
  color: #fff;
}

.brandbar .brandbar-nav li.expand-search button.top-search-active {
  background: #fff;
  color: #9E1B32;
}

.brandbar .brandbar-nav li.expand-search button.universal-nav-active {
  background: #353535;
}

/* brandbar menu icon */
.brandbar .brandbar-nav li.expand-universal-nav button {
  background: #9E1B32;
  color: #fff;
}

.brandbar .brandbar-nav li.expand-universal-nav button.universal-nav-active {
  background: #fff;
  color: #9E1B32;
}

.brandbar
  .brandbar-nav
  li.expand-universal-nav
  button.universal-nav-active
  .fa-bars:before {
  content: "\f00d";
}

.brandbar .brandbar-nav li.expand-universal-nav button.top-search-active {
  background: #353535;
}

.brandbar
  .brandbar-nav
  li.expand-universal-nav
  button
  .fa-bars.top-search-active {
  color: #fff;
}

.brandbar .brandbar-nav li.expand-universal-nav button.universal-nav-active {
  background: #fff;
  color: #9E1B32;
}

/* top search */
.top-search-container {
  z-index: 1100;
  min-height: 66px;
  width: 100%;
  padding: 8px;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  background: #fff;
  border-bottom: #c6c6c6 solid 1px;
}

.top-search-container.top-search-active, .top-search-container.show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-search-container form {
  padding: 5px;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.top-search-container input {
  height: 40px;
  text-transform: uppercase;
}

.top-search-container .input-group button {
  height: 40px;
  background-color: #e1e1e1;
  border-color: #d3d3d3;
  color: #333;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top-search-container .input-group button:hover,
.top-search-container .input-group button:focus {
  background-color: #e1e1e1;
  color: #333;
  border-color: #d3d3d3;
}

/* top search end */

.universal-resources {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
  z-index: 2;
  position: relative;
  display: none;
 
}

.universal-resources.universal-nav-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.universal-resources .universal-nav {
  width: 100%;

  background: #353535;
  font-size: 1.6em;
}

.universal-resources .universal-nav ul {
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;

  background: #353535;
}

.universal-resources .universal-nav li {
  padding: 10px 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  float: left;
  list-style: none;
  background: #9E1B32;
}

.universal-resources .universal-nav ul li:nth-of-type(-n + 4) {
  width: 25%;
}

.universal-resources .universal-nav li:nth-child(n + 5),
.universal-resources .universal-nav li:nth-child(n + 7) {
  width: 33%;
  padding: 10px 20px;

  background: #353535;
}

.universal-resources .universal-nav li:nth-child(n + 5) a {
  color: #fff;
}

.universal-resources .universal-nav li:hover,
.universal-resources .universal-nav li:focus {
  background: #6d0019;
}

.universal-resources .universal-nav li:nth-child(n + 5):hover,
.universal-resources .universal-nav li:nth-child(n + 5):focus {
  background: #9E1B32;
  outline: 1px solid #fff;
}

.universal-resources .universal-nav li:nth-child(n + 5):hover a,
.universal-resources .universal-nav li:nth-child(n + 5):focus a {
  color: white;
}

.universal-resources .universal-nav li a {
  min-height: 50px;
  width: 100%;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  color: white;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  line-height: 100%;
}

@media screen and (min-width: 48em) {
  .brandbar {
    padding: 0 3vw;
  }

  .universal-resources .universal-nav li:nth-child(n + 5),
  .universal-resources .universal-nav li:nth-child(n + 7) {
    width: 25%;
  }

  .experimental-masthead {
    padding: 0 3vw;
  }

  .experimental-masthead a {
    width: auto;
  }

  .experimental-masthead .buttons {
    width: initial;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    background: initial;
  }

  .experimental-masthead .buttons .button {
    min-width: 12em;
  }



  .top-search-container form {
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
  }
}

@media screen and (min-width: 67.5625em) {
  .brandbar .ua-logo {
    width: 29vw;

    background-position: 12px center;
  }

  .brandbar .legends-campaign {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .brandbar .brandbar-nav li.mybama-link {
    display: initial;
  }

  .alone-primary-nav li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .universal-resources {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
   

    background: #353535;
    color: white;
  }

  .universal-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
  }

  .universal-resources .universal-nav li {
    padding: 0;
  }

  .universal-resources .universal-nav li:nth-child(n + 5),
  .universal-resources .universal-nav li:nth-child(n + 7) {
    width: auto;
    padding: 0;
  }
}

@media screen and (max-width: 72.5em) {
  .universal-resources.universal-nav-active {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

@media screen and (min-width: 72.5625em) {
  .universal-resources .universal-nav {
    background: #9E1B32;
    background-image: linear-gradient(
      to right,
      hsl(0, 81%, 31%) 40%,
      hsl(100, 100%, 100%) 10%
    );
    border-bottom: 1px solid #9E1B32;
  }

  .universal-resources .universal-nav ul {
    padding: 0 3vw;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    background: none;
  }

  .universal-resources .universal-nav li {
    background: initial;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
  }

  .universal-resources .universal-nav ul li:nth-of-type(-n + 4) {
    width: auto;
  }

  .universal-resources .universal-nav li:nth-child(n + 5),
  .universal-resources .universal-nav li:nth-child(n + 7) {
    background: #fff;
  }

  .universal-resources .universal-nav li a {
    min-height: 66px;
    padding: 0 20px;

    -webkit-transform: skew(20deg);

    transform: skew(20deg);
  }

  .universal-resources .universal-nav li:nth-child(n + 5) a {
    color: #9E1B32;
  }


}
/*# sourceMappingURL=header.css.map */