.subcommittee.fso #masthead h1 {
  width: 530px !important;
  background: transparent url(/styles/img/fso.png) 0 -6px no-repeat !important;
}
.subcommittee.rafm #masthead h1 {
  width: 600px !important;
  background: transparent url(/styles/img/rafm.png?34343) 0 -6px no-repeat !important;
}
.subcommittee.archive #masthead h1 {
  text-indent: 0px;
}
.subcommittee.archive #masthead h1 a {
  font-size: 0px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.subcommittee.archive #masthead h1 a:after {
  content: url(/styles/img/archive.png);
  position: absolute;
  top: -15px;
  left: 97%;
  display: block;
  width: 140px;
  height: 110px;
}
.subcommittee.fpfw #masthead h1 {
  width: 400px !important;
}
.subcommittee.emdc #masthead h1 {
  width: 435px !important;
}
/*feb 2015 homepage overrides */
.more:after {
  content: none !important;
}
.more {
  padding: .3em .6875em !important;
}
#home #asides {
  float: left !important;
}
@media only screen and (max-width: 960px) {
  #home #alert {
    margin-bottom: 0;
    width: 93.7%;
    position: relative;
    float: left;
    padding: 0px 10px 0px 0px;
    margin: 0 auto 0 23px;
  }
}
/*

font-family:'Futura W01 Medium';
font-family:'FuturaW01-MediumCondens';
font-family:'Futura W01 Book';
font-family:'Futura W01 Book Oblique';
font-family:'Clarendon W01 Light';
font-family:'Clarendon W01 Medium';
font-family:'Futura W01 Heavy';
font-family:'FuturaW01-LightCondense 774878';
font-family:'Futura BT W01 Light';
font-family:'FuturaBTW01-LightItalic';
font-family:'Futura BT W01 Book';
font-family:'FuturaBTW01-BookItalic';
font-family:'Futura BT W01 Medium';
font-family:'FuturaBTW01-MediumItali';
font-family:'Futura BT W01 Heavy';
font-family:'FuturaBTW01-HeavyItalic';
font-family:'Futura BT W01 Bold';
font-family:'FuturaBTW01-BoldItalic';
font-family:'FuturaBTW01-ExtraBlack';
font-family:'FuturaBTW01-ExtraBlackI';
font-family:'FuturaBTW01-LightConden';
font-family:'FuturaBTW01-MediumConde';
font-family:'FuturaBTW01-BoldCondens';
font-family:'FuturaBTW01-BoldItalicC';
font-family:'FuturaBTW01-CdXBlack';
font-family:'FuturaBTW01-CdXBlackIta';
font-family:'NewBaskervilleW01-Roman';
font-family:'NewBaskervilleW01-Itali';
font-family:'NewBaskervilleW01-SemiB_693023';
font-family:'NewBaskervilleW01-SemiB_693026';
font-family:'NewBaskervilleW01-Bold';
font-family:'NewBaskervilleW01-BoldI';
font-family:'NewBaskervilleW01-Black_693005';
font-family:'NewBaskervilleW01-Black_693008';
font-family:'ITNBaskervilleW01-RmSCO';
font-family:'ITNBaskervilleW01-BdSCO';


*/
.button.redtape {
  float: left;
  width: 100%;
  display: block;
  text-shadow: none;
  margin-bottom: 20px;
  padding: 5px 0px;
  font-size: 28px;
  text-align: center;
  font-family: 'FuturaBTW01-BoldItalicC';
  font-weight: ligher;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #97341c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #97341c), color-stop(1, #722715)) !important;
  background: -webkit-linear-gradient(top, #97341c 50%, #722715 100%) !important;
  background: -moz-linear-gradient(top, #97341c 50%, #722715 100%) !important;
  background: -o-linear-gradient(top, #97341c 50%, #722715 100%) !important;
  background: linear-gradient(top, #97341c 50%, #722715 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#97341c, endColorstr=#722715);
}
.button.redtape:hover {
  width: 100%;
  background: #97341c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #722715), color-stop(1, #97341c)) !important;
  background: -webkit-linear-gradient(top, #722715 0%, #97341c 100%) !important;
  background: -moz-linear-gradient(top, #722715 0%, #97341c 100%) !important;
  background: -o-linear-gradient(top, #722715 0%, #97341c 100%) !important;
  background: linear-gradient(top, #722715 0%, #97341c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#722715, endColorstr=#97341c);
}
