html, body {
  background: #ffffff;
  background-image: none;
  margin: 0;
  padding: 0;
  font-size:12px;
}
#global-header-wrap,
#global-nav,
#global-social-footer,
#global-footer-wrap,
.breadcrumb,
.faq-header,
.faq-left-col,
.faq-topic-list-wrap{
  display:none;
}
.main-content{
  width:7in;
  margin:0 0 20px;
  padding:.25in;
}
.faq-container{
  background:none; 
  border:none; 
  -moz-border-radius:none; 
  -webkitborder-radius:none; 
  border-radius:none; 
}

.faq-right-col{
  width:auto;
  float:none;
}
.faq-content-header-wrap{
  background:none;
  padding:0;
  margin-bottom:20px;
}
.faq-content-header {
  border-bottom:1px solid #000;
  border-top:1px solid #000;
  
  padding:15px 0;
}
.faq-content-header h1{
  color:#000;
  font-size:22px;
  margin-bottom:5px;
}
.faq-content-header h2{
  color:#000;
  font-size:15px;
}
.faq-content{
  background:none;
  padding:0px;
}
.faq-content-section {
  border-bottom:1px solid #666;
  padding-bottom:3px;
  margin-bottom:10px;
}
.faq-content-section.last{
  border-bottom:none;
}
.faq-content h4, .faq-content h5{
  font-size:13px;
  font-weight:bold;
  margin-bottom:5px;
}
.faq-content p, .faq-content p a, .faq-content ul li{
  font-weight:normal;
  margin-bottom:7px;
}
.faq-content ul li{
  list-style-type:disc;  
  list-style-position:outside;
  margin-left:18px;
}

/* Banner Update 
*******************/

    .card-signup {
      display: none;
    }