.Header__brandLogoImg {
  max-width:260px !important;
  max-height:100px !important;
  width:260px !important;
  height:100px !important;
  border:none;
  box-shadow:none!important;
}

.Header__headerBrand {
  height:110px;
  border:none;
}
.Header__brandName {
  display: none !important;
}

.Header__tabsTab.Header__tabsTabActive {
  border-style: none !important;
}

.status-link {
  width:90px;
  height:30px;
  padding:1px 4px;
  color:#fff;
  border: 1px solid #fff;
  border-radius:5px;
  text-align:center;
  margin:9px auto auto auto;
}

.stat-bar {
  width:100%;
  background-color:#465866;
  padding:10px;
  margin:0 auto 2px auto;
  text-align:left;
}

.displayTabAlways {
  display: block !important;
}


@media only screen and (max-width: 480px) {
  .stat-bar {
    text-align:center;
  }
  
  .status-link {
    margin:auto auto 12px auto;
  }
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: auto 0 auto 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.white {
  color:#fff;
}

.logo {
  margin: -3px auto -12px auto;
}

@media only screen and (min-width: 771px) {
  .logo {
  display:none;
}
}

@media only screen and (max-width: 361px) {
  .logo {
  margin:10px auto -2px auto;
}
}
