/* Main - Page Header */
#main .page-container .page-header h1 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../../../assets/img/glossary/page-heading.png?1414836376');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 233px;
  height: 25px;
}

/* Main - Page Content */
#main .page-container .page-content .index {
  overflow: hidden;
  *zoom: 1;
  margin: 50px 0;
  border: 1px solid #bbc2e2;
}
#main .page-container .page-content .index ul {
  float: left;
  margin: 30px 0 20px 90px;
}
#main .page-container .page-content .index ul li {
  margin-bottom: 10px;
}
#main .page-container .page-content .index ul li a {
  color: #004ea2;
  font-size: 18px;
}
#main .page-container .page-content .index ul li a:hover {
  text-decoration: none;
}
#main .page-container .page-content .index ul li a em {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #004ea2;
  font-weight: bold;
  line-height: 1;
}

/* Main - Page Content */
#main .page-container .page-content > section {
  margin-bottom: 70px;
}
#main .page-container .page-content > section h2 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  color: #004ea2;
  font-size: 18px;
  border-bottom: 1px solid #bbc2e2;
}
#main .page-container .page-content > section h2 em {
  font-weight: bold;
}
#main .page-container .page-content > section > section {
  margin-bottom: 20px;
}
#main .page-container .page-content > section > section h3 {
  color: #004ea2;
  font-size: 16px;
  font-weight: bold;
}
#main .page-container .page-content > section > section p {
  color: #666;
  font-size: 14px;
}
#main .page-container .page-content > section .attn {
  margin-top: 30px;
  font-size: 12px;
}
