/* Add loader css */

.loader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.loader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
.app-brand-logo{width:232px}
.full-layer-outer-header{background-color: #b70f1e;}
.full-layer-outer-header .g-nav > li > a {color: #fff;}

.full-layer-outer-header .g-nav > li > a:hover {color: #fff;}
.full-layer-outer-header .g-nav > li > a .u-c-brand {
  color: #fff !important;
}
