#mainMenu,#leftNav,#skip,#tools,#social_holder,#navigation, .navbar-header,#quicklinks,#wrapper > footer,#newsWrap .col-md-1,.controlCollapsed,#breadcrumb, footer, .carousel-caption, .banner_title, .socialmedia, .g-recaptcha  { display:none;  }
  #facsLogo img {
    width:70px;
    margin-bottom: 20px;
  }

  .top_header a + a{
    float: right;
  }
  .contentArea {
    width: 100%;
  }
  #content{
    width: 100%;
    padding: 0;
  }

  h1, .site-name {
  font-size:20px;
  font-weight:bold;
  }
  h2 { font-size:16.8px; font-weight:bold;}
  h3,h4,h5,h6 {font-size:14px; font-weight:bold;}
  
  a[href]:after {
  content: none !important;
  }
  table { border:1px solid black;}
  [class*="col-md-"], [class*="col-sm-"] {
      float: left;
  }
  
  .col-md-12, .col-sm-12  {
      width: 100%;
    }
    .col-md-11, .col-sm-11 {
      width: 91.66666666666666%; 
    }
    .col-md-10, .col-sm-10 {
      width: 83.33333333333334%; 
    }
    .col-md-9, .col-sm-9 {
      width: 75%; 
    }
    .col-md-8, .col-sm-8 {
      width: 66.66666666666666%;
    }
    .col-md-7, .col-sm-7 {
      width: 58.333333333333336%; 
    }
    .col-md-6, .col-sm-6 {
      width: 50%; 
    }
    .col-md-5, .col-sm-5 {
      width: 41.66666666666667%;
    }
    .col-md-4, .col-sm-4 {
      width: 33.33333333333333%; 
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2, .col-sm-2 {
      width: 16.666666666666664%; 
    }
    .col-md-1, .col-sm-1 {
      width: 8.333333333333332%; 
    }

  .tbl td, .tbl th {
      border: 1px solid #CECDCD !important;
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: top;
  }
  .tbl th {
      background-color: #003D7E !important;
      color: white !important;
      font-weight:normal;
  }
  .accordionButton {
    text-decoration: underline;
    font-weight: bold;
}
.accordionContent.collapse {
    display: block;
}
#main .col-sm-12.col-md-10, body.home #main .col-md-10 { width: 100%; }

.pull-right-image img { 
    width:250px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.sitename-svg g { fill:#282828; }