/* Main - Page Header */
#main .page-container .page-header h1 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("../../img/about/page-heading.png?1416584623");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 288px;
  height: 24px;
}

/* Main - Page Content */
#main .page-container .page-content {
  margin: 50px 0;
}
#main .page-container .page-content h2 {
  display: inline-block;
  margin-bottom: 5px;
  color: #004ea2;
  font-size: 18px;
  font-weight: bold;
}
#main .page-container .page-content table {
  width: 100%;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
#main .page-container .page-content table tr th {
  padding: 15px 20px;
  width: 30%;
  border-top: 1px dotted #b2b2b2;
  background-color: #f4f5fb;
  color: #004ea2;
  font-size: 14px;
  vertical-align: top;
}
#main .page-container .page-content table tr td {
  width: 70%;
  padding: 15px 20px;
  border-top: 1px dotted #b2b2b2;
  font-size: 14px;
}
#main .page-container .page-content table tr td a {
  color: #004ea2;
  font-weight: bold;
  text-decoration: underline;
}
#main .page-container .page-content table tr:first-child th {
  border-top: none;
}
#main .page-container .page-content table tr:first-child td {
  border-top: none;
}
